/*
1. RESET CSS
2. Common CSS
3. Top Bar Area
4. Header Area
5. About Area
6. Projects Area
7. Philosophy Area
8. Services Area
9. Testimonial Area
10. Services Area
11. CTA Area
12. Partners Area
13. Footer Area
14. Legal Page
15. Coustom Media Query CSS
*/
/* ##################### RESET CSS  ##################### */
@import url(/css/font.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: 'exosoft';
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	    height: 100%;
    min-height: 100%;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
a:hover {
	text-decoration:none;
}

::-webkit-input-placeholder {
   opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
   opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity:1;
}

:-ms-input-placeholder {  
   opacity:1;
}

img{
	max-width:100%;
}

/* Common CSS */

.no-padding{
	padding:0;
}
.no-margin{
	margin:0;
}
.relative{
	position:relative;
}
.button{
	line-height:60px;
	text-align:center;
	display:inline-block;
	padding:0 45px;
	border-radius:3px;
	font-size:20px;
	font-weight:600;
}
.section-head{
	padding-bottom:65px;
}
.section-head h2{
	padding:65px 0 20px;
	position:relative;
	margin-bottom:22px;
}
.section-head h2:after{
	position:absolute;
	content:"";
	bottom:0;
	left:50%;
	margin-left:-40px;
	height:1px;
	width:80px;
}
.alignment {
	vertical-align:middle !important;
}

/*Top Bar Area*/

.phone-no .fa{
	width:20px;
	line-height:20px;
	border-radius:3px;
	background:#3498db;
	color:#fff;
	text-align:center;
	margin-right:10px;
	font-size:14px;
	position:relative;
	top:-2px;
}
.phone-no{
	padding-top:30px;
	padding-bottom:10px;
	font-size:20px;
}
.slogan{
	padding-bottom:30px;
}

/*Nav Bar*/

.navbar-default {
	background-color: #fff;
}
.navbar {
	border: 0;
	margin-bottom: 0;
	min-height: 50px;
	max-height: 90px;
	width:100%;
	top:0;
	left:0;
	border-radius:0;
	border-bottom: 1px solid #dcdcdc;
}
.navbar-light {
    border: 0;
    margin-bottom: 0;
    min-height: 50px;
    max-height: 60px !important;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    border-bottom: 1px solid #dcdcdc;
}
.navbar-brand {
	height: 100px;
	padding:5px 15px;
}
.navbar-nav {
	padding:25px 0;
}
.navbar-nav-light {
    padding: 5px 0 !important;
}
.navbar-nav > li > a {
	font-size:15px;
	font-weight:400;
	position:relative;
}
.navbar-nav > li > a:after{
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-25px;
	width:50px;
	height:1px;
	content:"";
	opacity:0;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	transition:all .2s ease;
}
.navbar-nav > li.current > a:after,
.navbar-nav > li:hover > a:after{
	bottom:5px;
	opacity:1;
}
.affix{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	box-shadow: 0 0 2px rgba(0,0,0,.2)
}

/*Header Area*/

#header {
	background: white;
    border: none;
    /*border-bottom: 1px solid #ededed;*/
    height: 90px;
    /*margin-bottom: 50px;*/
    z-index: 200;
	
}
#header-light{
	background: white;
    border: none;
    /*border-bottom: 1px solid #ededed;*/
    height: auto;
    /*margin-bottom: 50px;*/
    z-index: 200;
}
.logo-light{
	width: 120px !important;
}

.header-area{
	background: #f7fcff;
	background-size:cover;
	padding-top:200px;
	position:relative;
}

.header-area h3{
	padding-bottom:25px;
}
.header-area h1{
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
	padding-left:15px;
}
.header-area h1 span{
	display:inline-block;
	padding:0 15px;
}
.header-area h5{
	padding:20px 0 40px;
}
.sub-heading{
	padding:50px 0;
}
.navbar-toggle {
	border-radius: 1;
	margin-top: 35px;
}
.breadcrumb-shop {
    padding: 5px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
}

/*About Area

.about-more-area{
	background-image: url(https://test.hoplix.com/img/header.jpg);
    background-size: cover;
    height: 250px;
}*/

.about-boxes{
	margin-top:-185px;
}
.single-about-img{
	overflow:hidden;
}
.single-about-img img{
	width:100%;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.single-about:hover img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
}
.single-info{
	padding:30px 40px;
}
.about-cta{
	padding:90px 0 75px;
}
.about-cta h1{
	font-weight:700;
	padding:20px 0 40px;
}
.about-cta h3{
	font-weight:300;
}

/*Projects Area*/

.featured-project-area{
	padding-bottom:120px;
}
.single-project-innr{
	overflow:hidden;
	position:relative;
}
.single-project{
	margin-bottom:30px;
	box-shadow: 3px 3px 0 #d4d4d4;
}
.single-project img{
	width:100%;
}
.project-badge{
	position:absolute;
	top:-40px;
	left:0;
	line-height:40px;
	padding:0 15px;
	background:#f0f0f0;
	text-transform:uppercase;
	-webkit-transition:all .5s ease 0.5s;
	-moz-transition:all .5s ease 0.5s;
	transition:all .5s ease 0.5s;
}
.single-project:hover  .project-badge{
	top:0;
}
.project-over{
	position:absolute;
	top:100%;
	left:0;
	margin-top:-90px;
	width:100%;
	height:100%;
	padding-top:35px;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.single-project:hover .project-over{
	padding-top:75px;
	top:0;
	margin-top:0;
}
.project-over h5{
	padding-bottom:30px;
}
.single-project:hover .project-over h5{
	padding-bottom:5px;
}
.project-over p{
	padding-bottom:20px;
}
.project-over h4{
	padding-top:20px;
	position:relative;
	font-weight:700;
}
.project-over h4:after{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-30px;
	height:1px;
	width:60px;
	background:#fff;
	content:"";
}
.project-over ul{
	padding:30px 50px;
}
.project-over ul li .fa{
	padding-right:2px;
}
.project-over ul li{
	display:inline-block;
	width:49%;
	text-align:left;
	line-height:30px;
}

.mfp-wrap {
	z-index: 2147483647;
}
.mfp-bg {
	z-index: 2147483646;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}


/*Philosophy Area*/

.philosophy-text{
	padding:65px 0;
}
.our-philosophy-area h4{
	padding-bottom:30px;
}
.philosophy-list{
	padding-top:35px;
}
.philosophy-list li{
	display:inline-block;
	width:49%;
	margin:12px 0;
}
.philosophy-list li span{
	position:relative;
	padding:0 0 6px 0;
	margin-left:15px;
	vertical-align:middle;
	top:-4px;
}
.philosophy-list li span:after{
	position:absolute;
	width:60px;
	height:1px;
	content:"";
	left:0;
	bottom:0;
}
.philosophy-list .fa{
	line-height:40px;
	width:40px;
	border-radius:5px;
	text-align:center;
	font-size:20px;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.philosophy-list li:hover .fa{
	-webkit-transform:scale(.8);
	-moz-transform:scale(.8);
	transform:scale(.8);
}
.philosophy-img{
	margin-top:-80px;
}

/*Popup Video*/

.popup-video{
	padding:100px 0;
	background: url(../images/bg/video-bg.jpg);
}
.popup-video h3{
	text-transform:uppercase;
	font-weight:300;
	letter-spacing:-.05em;
}
.popup-video h3 a .fa {
	bottom: -13px;
	font-size: 70px;
	margin: 0 30px;
	position: relative;
}

/* Agent Area*/

.agent-area-innr{
	padding:90px 0 60px;
}
.single-agent{
	padding-bottom:30px;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.single-agent .top img{
	width:100%;
}
.single-agent .top{
	position:relative;
	overflow:hidden;
}
.single-agent:hover{
	background:#fff;
}
.single-agent:hover .top .top-over{
	opacity:1;
}
.single-agent .top .top-over{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-top:230px;
	opacity:0;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.single-agent .top ul{}
.single-agent .top ul li{
	display:inline-block;
	line-height:40px;
	width:40px;
	margin:0 5px;
}
.single-agent .top ul li a{
	display:block;
	border:1px solid #fff;
}
.single-agent .top ul li a:hover{
	border:1px solid #f56800;
}
.single-agent h4{
	font-weight:700;
	padding-top:20px;
}
.single-agent h4 small{
	display:block;
	font-size:14px;
	font-weight:400;
}

/* Testimonial Area*/

.testimonial-area {
	padding-bottom:50px;
}
.single-testimonial{
	margin-bottom:30px;
	padding:0 15px;
}
.single-testimonial h5{
	padding:20px 0;
	position:relative;
}
.single-testimonial h5:after{
	position:absolute;
	content:"";
	width:80%;
	height:1px;
	left:50%;
	bottom:0;
	margin-left:-40%;
}
.single-testimonial h5 small{
	display:block;
	font-size:12px;
}
.tequote{
	font-size:42px;
	padding:18px 0 16px;
}
.single-testimonial ul{
	padding-top:15px;
}
.single-testimonial ul li{
	display:inline-block;
	font-size:20px;
}
span.input-group-addon.input-tee {
    background-color: #f6891f;
    border: 1px solid #dde6e9;
    color: #fff;
}
/* Services Area*/

.form-area{
	background: url(../images/bg/subscriibe-bg.jpg) fixed;
	background-size:cover;
}
.form-area .overlay{
	padding-bottom:80px;
}
.form{
	padding:10px 15px;
}
.form input[type="text"], .form input[type="email"]{
	width:100%;
	height:55px;
	border-radius:3px;
	border:none;
	padding-left:15px;
	margin:5px 0;
}
.form input[type="submit"]{
	line-height:60px;
	text-align:center;
	display:inline-block;
	width:100%;
	border-radius:3px;
	font-size:20px;
	font-weight:600;
	border:none;
	margin:5px 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.subscription-success, .subscription-failed {
    display: none
}
.contact-form .success, .contact-form .error {
    display: none;
    font-weight: 300 !important;
}
/*Partners Area*/

.partners-area{
	padding:10px 0;
}
.partners-area ul{}
.partners-area ul li{
	display:inline-block;
}

/* Sitemap page */
.sitemap-page{
	background:#FFFFFF;
	color: #ff8903;
	padding:5px 0;
}
.sitemap-page a {
	color:#ff8903;
	}
.sitemap-page a:hover {
	text-decoration: underline;
}


/*Footer Area*/

.footer-area{
	/*margin-top: 50px;*/
	padding:20px 0;
}
.social-icons{}
.social-icons li{
	display:inline-block;
	line-height:40px;
	margin:0 5px;
}
.social-icons li a{
	display: inline-block;
    line-height: 40px;
    width: 20px;
    text-align: center;
    font-size: 26px;
}
.footer-area p{
	padding:7px 0;
}
.mail-panel {
    -webkit-box-shadow: 0 3px 5px #d0d0d0;
    box-shadow: 0 3px 5px #d0d0d0;
    border-radius: 3px;
    padding: 10px;
    background: #f89b21;
    box-shadow: none;
    margin: 10px;
    min-width: 300px;
    max-width: 450px;
	color:#fff;
}
ul.footer-link {
    padding-left: 10px;
    border-left: 1px solid #ededed;
}
li.footer-link {
    margin: 10px 0 10px;
}
p.footer-link {
    color: #333;
}

/*Legal Page Area*/

body.nav-toggle .main-content {
  margin-left: 0px;
}
body.nav-toggle .float-navigation {
  margin-left: -220px;
}

.float-navigation {
    position: fixed;
    /*left: 0;*/
    top: 0px;
    width: 220px;
    height: 60%;
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
    background-repeat: repeat;
    z-index: 99;
}
.metisMenu {
    padding-bottom: 5px;
    padding-top: 118px;
	background-color: #f89b21 !important;
    border-color: #c86300 !important;
}
.bg-tee {
    color: #fff;
}
.metisMenu.nav > li.active-tee {
    background-color: rgba(0, 0, 0, 0.1);
    border-left-color: #ffe4ca;
}
.metisMenu li {
    border-left: 3px solid transparent;
}
.metisMenu > li.nav-heading {
    padding: 12px 12px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 12px;
}
.metisMenu.nav > li > a:hover, .metisMenu.nav > li > a:focus {
    color: white;
    background: transparent;
}
.metisMenu.nav > li > a {
    padding: 10px 20px;
    /*text-transform: capitalize;*/
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    font-size: 14px;
}
.metisMenu.nav > li.active-tee {
    background-color: rgba(0, 0, 0, 0.1);
    border-left-color: #ffe4ca;
}
.left-nav-toggle {
    display: block;
    margin-left: 0px;
    line-height: 0px !important;
    float: left;
	font-size:30px;
	text-align: center;
}
.under {
	font-size: 12px;
	margin-top: 0.5em;
}
.under-main {
	font-size: 10px;
	margin-top: 0.7em;
}
.product-price-after {
    color: #77cb4c;
    font-size: 15px;
    font-weight: 600;
}
.product-price {
    color: #77cb4c;
    font-size: 22px;
    font-weight: 600;
}
.home_video {
	width: 555px;
	height: 312px;
}
.product_details {
		font-size: 18px;
}
.summary {
    min-height: 100px;
    max-height: 100px;
}

<!------./Responsive class------->
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.parallax {
		background-attachment: scroll !important;
		background-position: center top !important;
		background-size: cover !important;
		height: auto;
		margin: 0 auto;
		width: 100%;
	}
	.text-center-tab{
		text-align:center;
	}
	.header-area h1 span{
		display:block;
		padding:0;
	}
	.header-area h1{
		display:block;
		padding:0;
	}
	.navbar-nav > li > a {
		font-size: 15px;
	}
	.about-more-area{
		margin-top:119px;
	}
	.about-boxes{
		margin-top:-119px;
	}
	.popup-video h3 span{
		display:block;
	}
	.popup-video h3 a .fa {
		bottom: 0;
		margin: 20px 0;
	}
}

@media only screen and (max-width: 767px) {
	.parallax {
		background-attachment: scroll !important;
		background-position: center top !important;
		background-size: cover !important;
		height: auto;
		margin: 0 auto;
		width: 100%;
	}
	h1, .h1-like {
	  font-size: 40px;
	  line-height: 56px;
	}
	.text-center-tab,.text-center-mob{
		text-align:center;
	}
	.header-area h1 span{
		display:block;
		padding:0;
	}
	.header-area h1{
		display:block;
		padding:0;
	}
	.philosophy-list li {
		width: 100%;
	}
	.social-icons li:first-child{
		display:block;
	}
	.about-more-area{
		margin-top:0;
	}
	.about-boxes{
		margin-top:0;
	}
	.popup-video h3 span{
		display:block;
	}
	.popup-video h3 a .fa {
		bottom: 0;
		margin: 20px 0;
	}
	.navbar-brand {
		width:50%;
		padding:15px 15px;
	}
	.navbar-nav {
		padding:0px !important;
	}
	.description-campaign {
		margin-top: 20px;
	}
	.product-price {
    /*font-size: 15px !important;*/
	}
	#product-campaign {
    	padding-bottom: 0px !important;
	}
	.product-area {
		padding-bottom: 0px !important;
	}
	#product-campaign .right-column {
    	padding-right: 15px;
    	padding-top: 10px;
    	margin-top: 1px;
    	padding-bottom: 27px;
	}
	.sizes {
		margin-top: 0px !important;
	}
	.stops {
		background-color: #F5F7F7;
	}
	.spaced {
		margin: 20px 0 20px 0;
	}
	#modal-ordine .modal-dialog {
    	width: auto;
	}
	#modal-ordine .modal-dialog .modal-body {
    	padding: 9px 0 0;
	}
	#modal-ordine .modal-dialog .modal-body .ordine-modal-prezzo {
    	font-size: 14px;
		width: 18.666667%;
	}
	#modal-ordine .modal-dialog .modal-footer .btn {
    	display: block;
		width: 100%;
	}
	#modal-ordine .vertical-align {
    	display: table-cell;
    	vertical-align: middle;
	}
	#modal-ordine .modal-dialog .modal-body .table > tbody > tr > td {
		padding-left: 5px !important;
		padding-right:5px !important;
	}
	.mail-panel {
		margin: 0px !important;
    	min-width: auto;
    	max-width: auto;
		margin-bottom: 10px;
	}
	.footer-link {
 	   margin-top: 10px;
	}
	.navbar {
		max-height: 1000px !important;
	}
	.price-input {
    	top: 10px;
	}
  	#campaign .left-column {
    	padding: 0 0 20px;
  	}
  	.space-header {
    	text-align: center;
	}
	.product-price-after {
	    color: #77cb4c;
	    font-size: 14px;
	    font-weight: 600;
    	vertical-align: super;
	}
	.zoomImg {
    	opacity: 0 !important;
		display: none !important;
	}
	.badge:after {
    	position: inherit !important;
	}
	#rights {
    	text-align: center;
	}
	.logo-light{
		width: auto;
	}
	.home_video {
		width: 100%;
		height: auto;
	}

}
@media only screen and (max-width: 490px) {
  	#campaign .left-column {
    	width: 100%;
    	margin-left: 0;
  	}
  	#product-campaign .left-column {
    	width: 100%;
    	margin-left: 0;
		z-index: 1;
		padding: 0px 10px 0px 10px;
	}
	.right-column {
		padding-right: 15px !important;
	}
	.right-column-footer{
		padding: 0px 10px 0px 10px !important;
	}
	.col-xs-6 {
    	width: 100%;
    	padding: 0px !important;
   	 	margin: 0px !important;
	}
	.margin-resp {
		padding-right: 15px !important;
    	padding-left: 15px !important;
	}
	label#exp-date {
    	font-size: 13px !important;
	}
	label.font-resp {
		font-size: 14px !important;
	}
	.form-pagamento label{
		font-size: 14px !important;
	}
	.shipping {
		padding:20px 15px 10px 15px !important;
	}
	.title-campaign {
		display:none !important;
	}
/* Modal Responsive */
	#modal-ordine .modal-dialog {
    	/*margin: 10px 6px;*/
	}
	.mail-panel {
		margin: 0px !important;
    	min-width: auto;
    	max-width: auto;
		margin-bottom: 10px;
	}
	.footer-link {
    margin-top: 10px;
	}
	.price-input {
    	top: 10px;
	}
	.zoomImg {
    	opacity: 0 !important;
		display: none !important;
	}
	.badge{
		padding: 0px !important;
	}
	.badge:after {
    	position: inherit !important;
	}
	#rights {
    	text-align: center;
	}
	.logo-light{
		width: auto;
	}
	.space-header {
	    color: #242424;
   		padding: 5px 0;
    	text-shadow: none;
	}
	.breadcrumb-shop {
		margin-top: 10px;
		font-size: 12px;
		text-align:center;
	}
	span#breadcrumb-directions{
		float:none !important;
	}
	.home_video {
		width: 100%;
		height: auto;
	}
	.product_details {
		font-size: 14px;
	}
	.shipping_cost {
		font-size: 15px;
		font-weight: 600;
	}
	h3, .h3-like {
    	font-size: 28px !important;
    	line-height: 42px;
	}
	
}
@media only screen and (min-width: 1200px) {
  #product-campaign .campaign-container {
    width: 1150px;
    max-width: 1150px;
  }
}

@media only screen and (max-width: 991px) {
  #campaign .campaign-container {
    width: 90%;
  }
}
@media (min-width: 992px) {
  #modal-ordine .modal-dialog .modal-body .ordine-modal-size {
  }
}
/*Responsive class*/

.hello {
	min-height: 363px;
}
.shopify-login {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:  #94be46;
	color: #ffffff;
}
.inner {
	/*height:510px;
	padding-top: 250px;
    padding-left: 10px;*/
	padding: 60px 0 60px;
}
.inner1 {
    padding: 10px 0px 0px;
}
#launch-campaign {
	float: right;
    margin: 8px 5px 0 0;
}
.hello .containter {
	max-height:510px;
	max-height:510px;
}
.block-inline {
    display: inline-block;
}
.more-features {
    margin-left: 8% !important;
}
.more-features-list {
	margin-left: 8% !important;
}
.more-features   {
    margin: 20px 0px 20px 0px;
}
.more-features-list {
	margin: 20px 0px 20px 0px;
}
.more-features-unit {
	margin: 20px 0px 20px 0px;
}

.prodotti {
	margin-bottom: 30px !important;
}
.head-van {
	font-size: 41px;
	font-weight: 600;
}

.more-features {
    color: #77cb4c;
    font-size: 30px;
}
.more-features-list i {
	color: #77cb4c;
    font-size: 30px;
	text-shadow: -1px 1px #b3b3b3;
}

.more-features-unit p {
    vertical-align: text-bottom;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 200;
    margin-left: 5px;
}

.unit {
    text-align: center;
    margin-top: 20px;
}
.product-presentation{
    font-size: 16px;
    padding-top: 10px;
}
.heading-sub-title {
    color: #b0b0b0;
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}
.product-area {
	/*padding-top:20px;*/
	/*padding-bottom: 40px;*/
}
.left-column {
    padding: 0 10px 50px 10px;
}
left-column-hd {
	padding: 0 30px 0 30px;
}
right-column-hd {
	padding: 0 30px 0 30px;
}
.right-column {
    padding-right: 5px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: none;
}
#product-campaign .campaign-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.campaign-gallery .campaign-preview {
    display: block;
    position: relative;
    max-width: 480px;
    margin: auto;
}
.campaign-thumbinails {
    margin-top: 0;
    position: absolute;
    top: 0;
    z-index: 50;
}

.campaign-thumbinails li {
    margin-bottom: 8px;
	background: #fff;
}
.campaign-thumbinails a {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    display: block;
    height: 63px;
    width: 57px;
    transition: border-color 0.2s;
}
.campaign-thumbinails a:hover {
    border-color: #ff8903;
}
.campaign-thumbinails active {
    border-color: #ff8903;
}
.campaign-thumbinails-inline{
	margin-top:20px;
}
.campaign-thumbinails-inline a {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    display: block;
    height: 100px;
    width: 100px;
    transition: border-color 0.2s;
	padding: 4px;
	overflow: hidden;
}
.campaign-thumbinails-inline li {
    margin-bottom: 8px;
    background: #fff;
}
.campaign-thumbinails-inline a:hover {
    border-color: #ff8903;
}
.thumb-preview{
    padding: 4px 0 0 0;
}
#product-campaign {
	/*padding-bottom:80px;*/
}
.title-campaign {
    /*text-transform: uppercase;*/
    color: #676767;
    font-weight: bold;
    font-size: 31px;
    line-height: 37px;
    margin-bottom: 15px;
}
.description-campaign {
    font-size: 16px;
}
.sizes {
    margin-top: 15px;
    margin-bottom: 10px;
}
.colors-shirt {
    margin: 10px 5px 0px 5px;
    display: inline-block;
    border: 1px solid #dbdbdb;
    border-radius: 10%;
    height: 39px;
    padding: 3px;
    transition: 0.5s;
}
.colors-shirt span {
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.colors-shirt span {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    border-radius: 10%;
    border: 1px solid #dcdcdc;
}
#product-campaign .main-button {
    width: 100%;
    border-radius: 4px;
}
.progress-campaign {
    margin: 10px 0 10px;
}
.value {
    color: #656565;
    font-size: 20px;
    font-weight: 900;
    margin-top: 10px;
}
.warranty {
	color:#656565;
	font-size:15px;
}
.warranty a {
	font-size:15px;
	color:#ff8903;
}
.warranty a:hover {
	text-decoration:underline;
}
.text-tee {
	color:#ff8903;
}
a.text-tee:hover {
	color: #ff9e03;
}
.shipping {
	padding: 20px 0px 20px 0px;
}
.ship-info {
	font-size:14px;
	color: #656565;
	z-index:1;
}
.ship-info p {
	font-size:14px;
	color: #656565;
}
.social-share .fb {
    background-color: #39579A;
}
.fb:before {
    content: "\f09a";
}
.social-share .twitter {
    background-color: #50ABF1;
}
.twitter:before {
    content: "\f099";
}
.social-share a {
    width: 49%;
    /*width: 8%;*/
    height: 31px;
    border-radius: 6px;
    /*border-radius: 24px;*/
    display: inline-block;
    text-align: center;
    color: white;
    padding-top: 2px;
    font-size: 19px;
	margin-bottom: 10px;
	cursor: pointer;
}
.social-share a:before {
    font-family: FontAwesome;
}
.social-share a:last-child {
    float: right;
}
.form-control {
	margin-bottom: 15px;
	height: 40px;
}
.space-header .visible-xs {
    font-size: 24px;
    line-height: 25px;
    /*margin-bottom: 5px;*/
    color: #3F3F3F;
}
.read-more-description {
    color: #56b8ea !important;
    font-size: 20px !important;
    font-weight: 200;
}
.personalize {
    max-width: none;
    width: 580px;
}
.before-payment {
    margin-bottom: 10px;
}
.form-static {
}	
.ordine {
	margin: 30px auto 0px auto;
	min-height: 350px;
}
.pagamento-nuovo-ordine {
	margin: 25px auto 25px auto;
}
.pagamento-nuovo-ordine-form {
	padding: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
}
.form-pagamento label {
	font-size: 18px;
	font-weight: 500;
	/*width:75%;*/
	vertical-align: top;
	display: -webkit-inline-box;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.label-tee {
    background-color: #ff8903;
}
.conferma-ordine {
    margin-left: 10px;
    font-size: 16px;
    vertical-align: middle;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.block-inline {
    display: inline-block;
}
.vista-prodotto {
	height:50px;
}
.riepilogo-ordine-dett {
    padding: 15px 10px
}
.dettaglio-ordine-table td {
	vertical-align: middle !important;  
    padding: 30px 0px !important;
}
.numero-inc {
	font-weight:900;
	font-weight:bold;
} 
.label-campaign-price {
    position: absolute;
    top: 2%;
    border-radius: 2px;
    z-index: 1;
    background-color: #88d262;
    color: #fff;
    padding: 3px;
    right: 0;
}

.img-preview {
    border: 1px solid #ececec;
    padding: 5px;
    border-radius: 4px;
}
a.pointer {
    cursor: pointer;
}
/* Modal-classes */

.modal-dialog {
    /*margin: 15% auto !important;*/
}
#modal-ordine .modal-dialog {
    /*width: 670px;*/
}
#modal-ordine .responsive-help {
    display: table;
    height: 100%;
    width: 100%;
}
#modal-ordine .modal-dialog .prodotto-aggiuntivo {
    background-color: #ededed;
    text-align: center;
    padding: 20px;
	cursor: pointer;
}
#modal-ordine .modal-dialog .prodotto-aggiuntivo a {
    color: #1e2224;
    font-weight: 200;
}
#modal-ordine .modal-dialog .modal-body .ordine-modal-qty {
	width: 12.666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
#modal-ordine .modal-dialog .modal-body .ordine-modal-size {
   	width: 15%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	vertical-align: baseline;
}
#modal-ordine .modal-dialog .modal-body .ordine-modal-prod {
   
    width: 42%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
#modal-ordine .modal-dialog .modal-body .ordine-modal-prezzo {
    
	width: 13.666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
#modal-ordine .modal-dialog .modal-body .ordine-modal-rimuovi {
    width: 10.333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
#modal-ordine .modal-dialog .modal-body .table > tbody > tr > td {
	vertical-align:middle !important;
}
/* ./Modal-classes */
/* Modal-classes-responsive */
@media only screen and (max-width: 490px) {
	#modal-ordine .modal-dialog .modal-body .ordine-modal-prod {
		width: 20%;
	}
	#modal-ordine .modal-dialog .modal-body .ordine-modal-size {
		width: 15.7%;
	}
	#modal-ordine .modal-dialog .modal-body .ordine-modal-qty {
		width: 10.5%;
	}
	#modal-ordine .modal-dialog .modal-body .ordine-modal-rimuovi{
		width: 0.3%;
	}
}
/* ./Modal-classes-responsive */
.conferma-ordine-button {
	margin-top: 20px;
	width: 100%;
}
.size-guide {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Bootstrap Rules */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .container > .row {
    clear: both;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* ./Bootstrap Rules */

.gradient-icon {
    background: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#32cd32), color-stop(50%,#ffffff),color-stop(100%,#ff0000));
	background: -moz-linear-gradient(left, #32cd32 0%, #ffffff 50%,#ff0000 100%);
	background: linear-gradient(left, #32cd32 0%, #ffffff 50%,#ff0000 100%);
	background: -webkit-linear-gradient(left, #32cd32 0%, #ffffff 50%,#ff0000 100%);
	background: -o-linear-gradient(left, #32cd32 0%, #ffffff 50%,#ff0000 100%);
	background: -ms-linear-gradient(left, #32cd32 0%, #ffffff 50%,#ff0000 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-submenu > .active-tee > a{
    color: #fff;
    text-decoration: none;
    background-color: #ff8903;
    outline: 0;
}
.nav-pills > li > div {
    border-radius: 4px;
}
.nav > li > div {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > div:hover, .nav > li > div:focus {
    text-decoration: none;
    background-color: #eee;
}
a.dropdown-toggle.language-nav-toggle {
    text-decoration: none;
}
a:hover.dropdown-toggle.language-nav-toggle {
    text-decoration: none;
}
ul.dropdown-menu.language-dropdown {
    min-width: 110px;
    top: auto;
    bottom: 100%;
}
a.dropdown-toggle.currency-nav-toggle {
    text-decoration: none;
}
a:hover.dropdown-toggle.currency-nav-toggle {
    text-decoration: none;
}
ul.dropdown-menu.currency-dropdown {
    min-width: 110px;
    top: auto;
    bottom: 100%;
}
.center-pills { display: inline-block; }

/*    common-color.css      */
.overlay,
.single-fproject h6,
.form,
.sub-heading,
.single-agent .top .top-over{
	background: rgba(0,0,0,.5);
}

.phone-no .fa,
.header-area,
.button,
.button:hover,
.button:focus,
.form input[type="submit"],
.form input[type="submit"]:hover,
.header-area h1 span,
.overlay .section-head h2,
.overlay .section-head p,
.about-cta,
.single-fproject h6,
.single-fproject h6 a,
.philosophy-list .fa,
.single-service,
.social-icons li a,
.social-icons li a:hover,
#message,
.header-area h1,
.project-over,
.popup-video,
.popup-video h3 a .fa,
.single-agent .top ul li a,
.single-agent .top ul li a:hover{
	color:#333333;
}

.single-service h4:after{
	background:#fff;
}

.phone-no{
	color:#3c3c3c;
}

.slogan{
	color:#919191;
}

.section-head p{
	color:#4f4f4f;
}

.our-philosophy-area{
	background:#f2f2f2;
}

.single-testimonial h5:after{
	background:#cacaca;
}
.tequote{
	color:#e3e3e3;
}

.single-testimonial ul li{
	color:#ffae11;
}

.footer-area{
	background:#FFFFFF;
	color: #ff8903;
	border-top: 1px solid #dcdcdc;
}
.footer-area a {
	color:#ff8903;
	}
.footer-area a:hover {
	text-decoration: underline;
}
.agent-area-innr{
	background:#eaeaea;
}
label.error{
	color:#f00;
}
.dropdown-menu > .active-tee > a,
.dropdown-menu > .active-tee > a:hover,
.dropdown-menu > .active-tee > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ff8903;
  outline: 0;
}
/*    common-color.css      */

/*    color-1.css     */
.phone-no .fa,
.header-area h1 span,
.button,
.form input[type="submit"],
.section-head h2:after,
.philosophy-list .fa,
.philosophy-list li span:after,
.single-service,
.social-icons li a:hover,
.owl-theme .owl-controls .owl-page span,
.project-over,
.single-agent .top ul li a:hover,
.navbar-nav > li > a:after{
	background:#ff8903;
}

.single-testimonial h5,
.footer-area a:hover,
.project-badge,
.single-agent h4,
.navbar-default .navbar-nav > li.current > a,
.navbar-default .navbar-nav > li > a:hover{
	color:#ff8903;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.button:hover,
.form input[type="submit"]:hover{
	background:#1392ff;
}

.single-about{
	background:#cee2ea;
}

.single-about.alt{
	background:#b7d7e3;
}

.contact-form .success, .contact-form .error {
	color: #fff;
}
.navbar-default .navbar-nav > li > a{
	color:#ff8903;
}

.btn-new-start {
  padding: 13px 18px 13px 18px;
  box-shadow: none;
  border: none;
  text-shadow: none;
  font-weight: 300;
  font-size: 18px;
  margin-top: -3px !important;
  border-radius: 4px;
}
/*    color-1.css     */
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        text-align: center !important;
    }
}
ul.breadcrumb-snippet {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

ul.breadcrumb-snippet li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: flex-start;
}
