@charset "utf-8";
/* CSS Document */
/********* lightbox *********/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Varela+Round');

/* CSS Document */
@charset \"utf-8\";


*{
	margin:0;
	padding:0;
    border:none;
	text-decoration:none;
  	box-sizing:border-box;
}


html,body{
	height:100%;
}


body{
	background:#FFFFFF;
  	color:#404040;
  	font-family: 'Nunito Sans', 'Open Sans', sans-serif;
  	font-family: 'Varela Round', sans-serif;

}

.title{
	font-family: 'Nunito Sans',  'Open Sans',  sans-serif;
  	font-family: 'Varela Round', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	
}

div{
	box-sizing:border-box;
}


p {
	
  	line-height:120%;
}

.b-box{
	box-sizing:border-box;
}


.description{
	font-weight: 600;
    margin-bottom: 20px;
    color: #888;
    font-size: 20px;
}


.content{
	font-weight: 400;
    font-size: 15px;

}

.content p{
	margin:10px 0;
}

.mAuto{

	margin-left:auto;
  	margin-right:auto;
}

.gray{
	color:#888;
}

.grayBg{
	background:#f5f5f5;
}

.whiteBg{
	background:#fff;
}


.aCenter{
	text-align:center;
}


.aRight{
	text-align:right;
}

.none{
	display: none;
}


.block{
	display:block;
}

.uppercase{
	text-transform: uppercase;
}

.pointer{cursor:pointer}


.paddingAside5{
	padding: 0 5px;
}

.paddingTB10{
	padding:10px 0;
}


.paddingTB15{
	padding:15px 0;
}


.paddingTB20{
	padding:20px 0;
}


.paddingTB25{
	padding:25px 0;
}

.paddingTB30{
	padding:30px 0;
}

.paddingTB40{
	padding:40px 0;
}

.paddingTB50{
	padding:50px 0;
}

.paddingTB60{
	padding:60px 0;
}

.paddingTB70{
	padding:70px 0;
}

.paddingTB80{
	padding:80px 0;
}

.orangeTXT{
	color:#de5735;	
}

.height100{
	height:100%;
}

.Bg1{
	background: #de5735;
  	color:#fff;
}

.color1{
	color:#de5735;
}

.color2{
	color:#000000;
}

.Bg3{
	background: #;
  	color:#fff;
}

.inlineB{
  display:inline-block
}


.divider{

	width:80px; 
    display:block; 
    padding:0 0 5px 0; 
    border-bottom:4px solid #de5735; 
    margin:25px auto;

}


.mainTitle{
	font-size: 36px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
  	margin-bottom:10px;
}

.mainTitle.medium{
	font-size: 28px;
}

.mainTitle.small{
	font-size: 21px;
}

.mainTitle.accent{
	color:#de5735;
}

.mainTitle.bold{
	font-weight:700;
}

.mainButton{
	color:#fff;
  	background:#de5735;
  	padding:10px 20px;
  	display:block;
  	max-width:300px;
  	margin-top:10px;
  	margin-bottom:10px;
  	text-align:center;
  	text-transform:uppercase;
  	height: 40px;
}

.mainButton:hover{
	background:#151819;
}

.mainButton.round{
	border-radius: 20px;
}

/***** UDER CONSTRUCTION *****/


.under_construction{
	height:100vh;
}




/********** HEADER **********/



.blueTop{

	background:#5d5d5d;
  	text-align:right;
}



.blueTop, .blueTop a{

  color:#efefef;

}

.blueTop a:hover{
	color: #de5735;
}


.blueTop a{

font-size: 13px;
    padding: 5px;
    display: inline-block;

}



.headerSpacer{

	height:100px;

}



header{

	position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 99;

  	background: #FFF;

}



.headerTop figure{
    
	max-height: 90px;
	
}


.logo{

	padding: 0 0px 5px;
    max-height: 85px;
    display: inline-block;
    vertical-align: middle;

}

.headerTop figure{
	max-height: 90px;
  	padding-left: 20px;
  	padding-top: 5px;
}


.scrollStyle .logo{
	padding: 5px 0;
    max-height: 65px;
}

.scrollStyle .headerTop figure{
  	max-height: 65px;
}

header figure span{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 20px;
    color: #555;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0;
    font-family: Open sans, sans-serif;
  	margin-top: 5px;
    margin-left: 5px;

}



header figure span h3{
	  font-size: 26px;
}

header figure span p{
	color:#de5735;
}


.txtLogo{

	font-size:30px;

  	color:#de5735;

  	font-weight:800;

  	margin-top:8px;

  	text-transform:uppercase;

}



.txtLogo span.uppercase{

	font-size:12px;

  	color:#555;

  	font-weight:400;

  	margin-top:2px;

}



.txtLogo p span{

  font-weight:500;

}



.homeTitle{

  position: absolute;

    width: 100%;

    text-align: center;

    background: rgba(0,0,0,0.5);

    color: #de5735;

    font-weight: 300;

    padding: 10px 0;

    font-size: 1vw;

    text-transform: uppercase;

}



.toggleMenu{

	color:#de5735;

}

.toggleMenu .fa{

	cursor:pointer;

}



.mainMenu .mainUl{

	list-style: none;

	display: block;

}



.mainMenu li{

	display:inline-block;

}



.mainMenu span{

	cursor:pointer;

}



.mainMenu li a, .mainMenu li span{

    color: #333;


    display: block;

   padding: 34px 20px 31px 20px;


    font-weight: 400;

    font-size: 18px;

}



.mainMenu li a:hover, .mainMenu li a.active_nav, .mainMenu li span:hover, .mainMenu li span.active_nav{

	/*border-bottom:5px solid #de5735;*/

  color: #de5735;

}


.mainMenu{

}

.scrollStyle .mainMenu li a, .scrollStyle .mainMenu li span{
   padding: 25px 20px 21px 20px;

}





.subMenu{
	display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-25%, 100%);
    -webkit-transform: translate(-25%, 100%);
    width: 300px;
    z-index: 999;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
}



.subMenu li, .subMenu li a, .subMenu li span{
	display:block;
  	float:none;
}



.subMenu li a, .subMenu li span{
	padding: 20px;
  background:#fff;
  border-bottom:none;
  transition: background-color .15s linear, color .15s linear; 
}


.subMenu li span:hover{
  	background:#de5735;
    color:#fff;
  	border-bottom:none;
}


.propMenu:hover .subMenu{
	display:block;
}


.subMenu li a:hover, , .mainMenu .subMenu li span:hover{
	background:#de5735;
    color:#fff;
  	border-bottom:none;
}


/***********BANNER*************/

.banner-button{
	position:absolute;
  	left:50%; 
  	bottom:15%; 
  	z-index:50; 
      background: rgba(0, 0, 0, 0.3);
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 15px 25px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
      -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;  
  	margin: 20px 0;
    display: block;
    max-width: 300px;
    transform: translate(-50%, -0);
    -webkit-transform: translate(-50%, 0);
    box-sizing: border-box;
}

.banner-button:hover{
	background: rgba(0, 0, 0, 0.6);
}

.height100{
	height:100%;
  	
}

.banner2{
	height:100vh;
  	height:-webkit-calc(100vh - 90px);
  	height:calc(100vh - 90px);
	z-index:10;
  
}

.bullets{
	display:inline-block;
    background:#fff;
   /* box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);*/
  	cursor:pointer;	
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    margin: 0 5px;
    z-index: 50;
    border: 0px solid #fff;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 	
	
}

.bullets.bullets_On{
	background:#de5735;
}

#bgRotatorNav{
	bottom: 40px !important;
  	z-index:25;
}


.banner2.inner {
    height: 50vh;
}

.arrowNav2 {
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  	cursor:pointer;
  	z-index:200;
}

.arrowNav_l2 {
    left: 20px;
}

.arrowNav_r2 {
    right: 20px;
}

.banner2 .container{
	height:100%;
  	display:block;
  	z-index:10;
}



.turquoiseTXT{
	color:#de5735;
}


.banner_content2{
	height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  	/*background: rgba(50,50,50,0.2);*/
}

.buttonsBanner2{
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    left: 0;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    background:#de5735;
}

.bannerCaption2{
	color: #fff;
    display: inline-block;
    padding: 5px 0;
    font-size: 28px;
    font-weight: 400;
    /* letter-spacing: 4px; */
    text-align: left;
    margin-bottom: 0px;
    margin-left: 19px;

}


.bannerCaption2 span{
	color:#000000;
}


.bannerBlock2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	width:100%;
}

.bannerDescription2{
	color:#fff;
  	/* -webkit-text-shadow: 1px 1px 8px rgba(65, 78, 68, 0.5);
  	text-shadow: 1px 1px 8px rgba(65, 78, 68, 0.5);*/
  	margin: 0 0 0 0;
  	display:block;
     line-height: 150%;
  	font-size:14px;
  	font-weight:400;
	text-align:left;
	width:100%;

  	

}

.buttonsBanner2 .mainButton{
	padding: 0 28px;
    height: 52px;
    line-height: 53px;
    text-align: center;
    display: inline-block;
	background:transparent;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
  	font-weight:400;
  	cursor:pointer;
  	border:2px solid #fff;
    	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.buttonsBanner2 .mainButton:hover{
	background:#fff;
	color:#333;
	
}


.buttonsBanner2 .mainButton .fa{
	font-size:30px;
  	vertical-align: middle;
}



.contactBar i{
  	width: 35px;
    height: 35px;
    background: #de5735;
    border-radius: 50%;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
  	margin-right:5px;
  	color:#fff;
}

.contactBar .fa.small{
	font-size:14px;
}

.contactBar a{
	color:#555;
  	margin-right:15px;
  	display:inline-block;
}


.contactBar a:hover{
	color:#de5735;
}



/***********FEATURES*************/


.featuresSection{

}


.featWrap{
	text-align:center;
}

.featureIcon{
	height: 65px;
    width: 65px;
    margin: auto;
  	color:#de5735;
  	font-size: 50px;
    vertical-align: bottom;
}

.featWrap i{
	  vertical-align: bottom;
}


/***********SERVICES*************/

.servicesTitle{
	color:#fff;
  	background-color:#de5735;
  	background-position:center center;
  	background-attachment:fixed;
  	background-size:cover;
  	background-repeat:no-repeat;
}

.servicesTitle .mainTitle{
	font-weight:400;
}

.bigPrev {
    height: 35vh;
}

.miniPreview {
    height: 80px;
}
.zoomIn {
    text-align: center;
    font-size: 16px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    width: 35px;
    padding: 5px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}


/**** OVERLAY *****/

.cartLoading, .overlay {

    width: 100%;

    height: 100%;

    position: fixed;

    top: 0;

    left: 0;

    color: #777;

    background: rgba(256,256,256,0.7);

    font-size: 40px;

  	z-index:999;

}



.cartLoading .fa.absolute, .newItemWarp {

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

}




/*********** FOOTER ************/



.paddingFooter{

	padding: 40px 0;

}

footer a{
 color:#fff;
}


.footerBg{

	background: #222222;

	color:#ddd;

	font-size:12px

}



.footerBg h4{

	font-size:14px;

	margin-bottom:10px

}



.contFooter .mainTitle {

    text-transform: uppercase;

    font-weight: 500;

    font-size: 30px;

    margin-bottom: 40px;

  	color:#fff;

}



.socialmedia a{

	font-size:14px;

	color:#eee;

}



footer input, footer textarea, .input_form {

    display: block;
    padding: 8px 10px;
    /* border: 1px solid #ccc; */
    border-radius: 0;
    width: 90%;
    width: calc(100% - 22px);
    width: -webkit-calc(100% - 22px);
    margin-bottom: 5px;
    background: rgba(256,256,256,0.05);
    color: #fff;

}



select.input_form{

	width:100%;

}



footer textarea{

	height:100px;

  	font-family: 'Raleway', sans-serif;

}



.contact_form{

	margin-top:-18px;

}



.contact_form label{

    font-weight: 600;

    margin: 9px 0 3px 0;

    font-size: 13px;

    display: block;

}



.contact_form .send_btn {

    display: block;

    color: #fff;

    padding: 8px 50px;

    cursor: pointer;

    border-radius: 3px;

	margin: 10px 0 20px 0;

    background: #de5735;

    text-transform: uppercase;

}



.phone_footer .fa {

    vertical-align: middle;

    -ms-transform: rotate(10deg);

    -webkit-transform: rotate(10deg);

    transform: rotate(10deg);

}



.contacInfo{

	font-size:14px;

}





.contacInfo h3{

    text-transform: uppercase;

    /*color: #F0BD40;*/

}



.contacInfo p{

	padding: 3px 0;

  	font-weight: 500;

    font-size: 15px;

}



.contacInfo p i{

	padding: 5px 0;

    color: #de5735;

  	font-size:16px;

}



.contacInfo table{

	margin:10px 0;

}



.contacInfo table td{

	border: 1px solid #eee;

    padding: 3px;

}



#sentMsg{

    font-size: 16px;

    font-weight: 500;

  	color: #de5735;

    margin: -10px 0 10px 0;

}



.sMedia{

	font-size:24px;

}



/*.socialIcon span:nth-of-type(2){

	vertical-align: middle;

}*/



.socialIcon{

	margin:8px 0;

}

.socialIcon:first-of-type{

	margin:0 0 8px 0;

}



.copyRight{

	    background: #151515;

	color:#eee;

	font-size:11px;

	text-align:center;

}



.copyRight a{

	color:#eee;
	text-transform:capitalize;
  	text-decoration:none;

}



.copyRight a:hover{

	opacity:0.8;

}



.contacInfo table {

    margin: 10px 0;

    border: 0;

    border: none;

    border-collapse: collapse;

    border-spacing: 0;

    width: 90%; 

    margin: 10px 0;

}



@media (max-width:1024px){

   .mainMenu{
  	display:none;
  } 

      .banner {

        height: 40vh;

    }



	.mainMenu.col-mob-4{

		position:absolute;

		right:0;

		bottom:0;

		z-index: 999;

		transform: translate(0, 100%);

		-webkit-transform: translate(0, 100%);

      	width:100% !important;

		max-width:300px !important;



	}

  

  .mainMenu .mainUl{

    display:block;

    width:100%;

    background:#fff;

  }

  

  .mainMenu li a, .mainMenu li span, .scrollStyle .mainMenu li a, .scrollStyle .mainMenu li span{

  	padding: 20px;

    border-bottom:none;

  }

  

	.mainMenu li, .mainMenu a, .mainMenu soan{

		display:block;

		float: none;

      	border-bottom:none;

	}

  

  .mainMenu li a:hover, .mainMenu li span:hover{

    background: #de5735;

    color:#fff;

   }

  

  .subMenu{

  	display:block;

    position:static;

    bottom:168px;

    border-bottom:none;

    transform: translate(0, 100%);

    -webkit-transform: translate(0, 0);	

   box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.0);

    width:100%;

  }

  

  .mainMenu li a.desktop, , .mainMenu li span.desktop{

  	display:none;

    

  }

  



	.aboutLeft{

		padding: 35px 25px 25px 25px;

		}



	.serviceIcon{

		position: static;

		margin: auto;

		transform: translate(0, 0);

		-webkit-transform: translate(0, 0);

	}



	.serviceIcon{

		position: static;

		margin: auto;

		transform: translate(0, 0);

		-webkit-transform: translate(0, 0);

	}



	.serviceIcon.first, .serviceIcon.second{

	    position: absolute;

			top:0;

			left:50%;

	    margin: auto;

	    transform: translate(-50%, -50%);

	    -webkit-transform: translate(-50%, -50%);

		}



		.serviceContent{

			margin: 0 0 25px 0;

		}



		.serviceContent.first, .serviceContent.second{

			margin: 25px 0;

		}
  
  .bannerDescription2{
  	font-size:18px;
  }
  
  .bannerCaption2{
  	font-size:35px;
  }
  
  .mainTitle {
    font-size: 28px;
  }



}



@media (max-width:640px){

  

  .banner{

	height: 20vh;

  }

  

  .bannerCaption2{
  	font-size:28px;
  }
  
  .bannerDescription2{
  	font-size:16px;
  }
  

  .txtLogo{

  	margin-top:0;

  }

  

  .bannerCaption{

	left:50%;

	bottom:20px;

    transform: translate(-50%, 0);

    -webkit-transform: translate(-50%, 0);

	



	}

  

  	.mainMenu.col-mob-4{

		width:100% !important;

		max-width:100% !important;



	}

  

  .prodDesc {

    height: 310px;

}





	.bgDark{

    background: rgba(0, 0, 0, 0.8);

    position: absolute;

    top: 0;

    left: 50%;

		transform: translate(-50%, 0);

		-webkit-transform: translate(-50%, 0);

	}



	.socialIcon{

		margin:0 10px 8px 0;

		display: inline-block;

	}

	.socialIcon:first-of-type {

    margin: 0 10px 8px 0;

}



	.serviceIcon.second{

		position: static;

		margin: auto;

		transform: translate(0, 0);

		-webkit-transform: translate(0, 0);

	}

	.serviceContent.second{

		padding: 0 0 25px 0;

	}

  

  .teamContact{

  	display:block;

  }

  

  .cartRow {


    font-size: 12px;

	}

  

  .cartItem{

  	font-size: 13px;

    line-height: 128%;

  }

  

  .qWrap.padding10{

  	padding:10px 5px;

  }
  
  .mainTitle.small {
    font-size: 17px;
}

  .contactBar.mainTitle.small {
    font-size: 16px;
}
  

  .cartHeader{

	font-size: 12px;

	}
	
	.mainTitle {
    font-size: 24px;
	}
  
  
    .buttonsBanner2{
  	max-width:none;
  }

} 
#banner, #banner2, #banner3{ overflow:hidden; opacity:0; transition:opacity ease-out 0.6s;} 