/*css*/
@import "../css/reset.css";
@import "../css/skeleton.css";



html, body {
	background: #f8f8f8 url(../images/bg-1.gif) 0 0 repeat;
	font: 14px/20px Arial, sans-serif;
	color: black;
	min-width:300px;
}
* {	-webkit-text-size-adjust: none;}

a { color: inherit; text-decoration: none;}
a:hover { text-decoration: none;}
a[href^="tel:"] {color: inherit;text-decoration:none;}
.a-hov { -moz-transition: all 0.4s ease;	-webkit-transition: all 0.4s ease;	-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.a-hov:hover { color: #eec000;}

.bg-1 { background: #f6f6f6 url(../images/bg-4.gif) center 0 repeat; margin-bottom: 21px;}
.bg-2 {
	background: url(../images/bg-3.png) center bottom no-repeat;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
.bg-3 { background: #ffffff;}
.bg-4 { background: url(../images/bg-7.gif) 0 0 repeat-x;}
.bg-5 { background: #f2f2f2;}

h2 { color: #000000; font: 24px/26px Trebuchet MS, sans-serif; text-transform: uppercase; padding-top: 75px; padding-bottom: 30px; letter-spacing: -1px;}
h3 { color: #9ab420; font: 18px/20px Trebuchet MS, sans-serif; margin-top: 21px; margin-bottom: 13px;}
h4 { color: #f4c600; font: bold 14px/16px Georgia, sans-serif; font-style: italic; padding-bottom: 21px;}
h5 { color: #000000; font: 22px/24px Trebuchet MS, sans-serif;padding-top: 30px; padding-bottom: 30px; letter-spacing: -1px;
	transform:translatex(0px) translatey(96px);
}
@media (max-width:767px){
	h5 { color: #5f411ee0; font: 18px/20px Trebuchet MS, sans-serif; text-transform: uppercase; padding-top: 30px; padding-bottom: 30px; letter-spacing: -1px;
		transform:translatex(-5%) translatey(-28%);
	}
}

.title-1 {font: bold 34px/36px Trebuchet MS, sans-serif; color: #ffffff; text-align: center; text-shadow: 1px 1px #ae8845;}
.title-2 { font: bold 20px/28px Trebuchet MS, sans-serif; color: #f89d30; text-transform: uppercase; padding-top: 20px; padding-bottom: 14px;}
.text-1 { font: bold 16px/23px Trebuchet MS, sans-serif; color: #ffffff; text-transform: uppercase;padding-top: 28px; text-align: center;}

.color-1 {color: #b3c758;}
.color-2 { color: #f3bf19;}


.w1 { width: 40%; float: left;}
.w1 + .w1 { margin-left: 4%; width: 56%;}

.bord-1 {position: relative;}
.bord-1:after {
	position: absolute;
	display: block;
	content: "";
	/*border-right: 1px solid #e9e9e9;*/
	right: -41px;
	top: 7px;
	bottom: 0;
	width: 1px;
	background-color:#e8e8e8;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e8e8e8, endColorstr=#052afc);
	background-image:-moz-linear-gradient(top, #f6f6f6 0%, #e8e8e8 25%,#f6f6f6 100%);
	background-image:linear-gradient(top, #f6f6f6 0%, #e8e8e8 25%,#f6f6f6 100%);
	background-image:-webkit-linear-gradient(top, #f6f6f6 0%, #e8e8e8 25%,#f6f6f6 100%);
	background-image:-o-linear-gradient(top, #f6f6f6 0%, #e8e8e8 25%,#f6f6f6 100%);
	background-image:-ms-linear-gradient(top, #f6f6f6 0%, #e8e8e8 25%,#f6f6f6 100%);
	background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#f6f6f6), color-stop(25%,#e8e8e8),color-stop(100%,#f6f6f6));
}

.bord-3 { 
	border-top: 5px solid #eeeeee; 
	padding-top: 48px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*buttons*/
.btn-wrapper { position: relative; padding-bottom: 74px;}
.btn {
	position: absolute;
	display: inline-block;
	background: #fff;
	height: 47px;
	line-height: 40px;
	width: 92px;
	-moz-border-radius: 92px 92px 0 0;
	-webkit-border-radius: 92px 92px 0 0;
	border-radius: 92px 92px 0 0;
	vertical-align: bottom;
	text-align: center;
	margin-left: -16px;
	left: 50%;
	bottom: -7px;
}
.btn span { 
	vertical-align: bottom; 
	font: bold 12px/12px Trebuchet MS, sans-serif; 
	color: #4b4b4b; 
	text-transform: uppercase;
	-moz-transition: all 0.4s ease;	
	-webkit-transition: all 0.4s ease;	
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
} 
.btn:hover span { color: #f89d30;}

.whatsapp_float {
	position:fixed;
	z-index: 9999;
	bottom: 50px;
	right: 20px;
	
}

.Brochure_float {
	position:fixed;
	overflow: visible;
	bottom: 100px;
	right: 20px;
	opacity: 1;
}

.ordernow_float {
	position:relative;
	bottom: 100px;
	right: 20px;
	opacity: 1;
}

.btn-2 {
	display: inline-block;
	background: #f89d30;
	font: bold 12px/14px Trebuchet MS, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	padding: 13px 17px 11px;
	margin-top: 24px;
	-moz-transition: all 0.4s ease;	
	-webkit-transition: all 0.4s ease;	
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn-2:hover { background: #b3c758;}

.btn-3 {
	display: block;
	background: #f89d30;
	z-index: 9999;
	font: bold 12px/14px Trebuchet MS, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	padding: 13px 17px 11px;
	margin-top: 24px;
	-moz-transition: all 0.4s ease;	
	-webkit-transition: all 0.4s ease;	
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 1;
}
.btn-3:hover { background: #b3c758;}

/*lists*/

.list-1 { margin-top: 10px;}
.list-1 li { background: url(../images/arrow-2.gif) 0 2px no-repeat; padding-left: 24px; padding-bottom: 6px;}
.list-1 li a { color: #727272; font: 12px/14px Arial, sans-serif; text-transform: uppercase;}
.list-1 li a:hover { text-decoration: underline;}

.list-11 { margin-top: 10px;}
.list-11 li { background: url(../images/arrow-2.gif) 0 2px no-repeat; padding-left: 24px; padding-bottom: 6px;}
.list-11 li a { color: #727272; font: 15px/15px Arial, sans-serif;}
.list-11 li a:hover { text-decoration: none;}


.list-2 { margin-top: 6px; }
.list-2 li a {
	padding: 15px 0 16px 20px;
	background: #f2f2f2;
	margin-bottom: 9px;
	font-family: Trebuchet MS, sans-serif; 
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase; 
	color: #525252; 
	display: block; 
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list-2 li a:hover,
.list-2 li.current a { background: #b3c758; color: #ffffff;}


p { padding-bottom: 20px;}
.p1 {padding-top: 79px;}
.p2 {margin-top: 80px !important;}
.p3 {margin-top: 6px;}
.p4 {padding-bottom: 16px;}

.bg-1 h2 { color: #6b5d3d;}
/*auxiliary*/

.img-ind {float: left; margin-right: 19px; margin-top: 4px;}
.img-ind img { width: 100%;}
.wrapper img, .wrapper {width: 100%; position: relative;}
.extra-wrap {overflow:hidden;}
.grid_inside { margin: 0 -10px;}
.aligncenter {text-align: center !important;}
.alignleft {text-align: left !important;}
.it {font-style:italic; display: inline-block;}
.fleft {float: left;}
.fright {float: right;}
.h-underline:hover { text-decoration: underline;}
.underline {text-decoration: underline;}
.upp {text-transform: uppercase;}

.clearfix { *zoom: 1;}
.clearfix:before,.clearfix:after {display: table;content: "";line-height: 0;}
.clearfix:after { clear: both;}


/************Header************/
header { background: #1d1003 url(../images/bg-2.gif) 0 0 repeat-x; }
h1 { float: left; margin-top: 22px;}

/*slider*/
.slider {
	position: relative;
	width: 100%;
	position: relative;
	background: #abc728 url(../images/bg-5.gif) 0 0 repeat;
	margin-top: 56px;
	z-index: 10;
	height: 439px;
}

.slider .camera_target_content { overflow: visible;}
	
.shadow { position: relative;margin-bottom: 45px;}
.shadow:before,
.shadow:after {
        content:"";
        position:absolute;
        z-index:1;
        bottom:20px;
        left:30px;
        width:50%;
        height:20px;
    -webkit-box-shadow:0 14px 29px 4px #5f411e;
       -moz-box-shadow:0 14px 29px 4px #5f411e;
            box-shadow:0 14px 29px 4px #5f411e;
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}
 
.shadow:after {
    right:30px;
    left:auto;
    -webkit-transform:rotate(3deg);
       -moz-transform:rotate(3deg);
        -ms-transform:rotate(3deg);
         -o-transform:rotate(3deg);
            transform:rotate(3deg);
}
	.slider .camera_caption {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 36px;
		padding-top: 168px;
		left: -338px;
		top: -2px;
		bottom: 0px;
		width: 56%;
		z-index: 100;
		position: absolute;
		text-transform: uppercase;
	}
		.slider .camera_wrap {margin-bottom: 0px !important; height:439px; width: 64%; float: right;}
		.slider .camera_pag {position: absolute;bottom: 34px;left: -281px;}
			.slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
			.slider .camera_wrap .camera_pag .camera_pag_ul li:hover {
				background: #e4ff74;
			}
			.slider .camera_wrap .camera_pag .camera_pag_ul li {
				width: 44px!important;
				height: 2px!important;
				background: #ffffff;
			}
			.slider .camera_wrap .camera_pag .camera_pag_ul li > span { width: 100%; left: 0; top: 0; height: 12px;}
			.slider .camera_wrap .camera_pag .camera_pag_ul li {margin: 20px 1px 20px 2px}

	.slider-t-1 { font: bold 60px/60px Trebuchet MS, sans-serif; color: #e5ff75;}
	.slider-t-2 { font: bold 48px/48px Trebuchet MS, sans-serif; color: #ffffff;}
	.slider-t-3 { font: bold 45px/45px Trebuchet MS, sans-serif; color: #ffffff;}


	.carousel-1 { padding-bottom: 94px; position: relative;}
	.carousel-1 .arrows { 
		position: absolute;
		bottom: -5px; 
		left: 50%; 
		margin-left: -44px; 
		background: url(../images/bg-6.png) 0 0 no-repeat;
		width: 89px;
		height: 42px;
	}
	.carousel-1 .arrows .prev,
	.carousel-1 .arrows .next {
		display: block; 
		float: left; 
		width: 50%; 
		height: 100%; 
		background: url(../images/arrows-1.png) no-repeat;
	}
	.carousel-1 .arrows .prev {background-position: 22px 19px; }
	.carousel-1 .arrows .next {background-position: -23px 19px;}
	.carousel-1 .arrows .prev:hover {background-position: 22px -15px;}
	.list_carousel .arrows .next:hover {background-position: -23px -15px;}
	#foo li { cursor: default;}

/************Content***********/
.content { background: #ffffff; padding-bottom: 71px;}
.row-1 {margin-top: 87px; text-align: center;}
.row-1 h2 { padding-top: 31px;}
h2 + h4 { margin-top: -5px;}

.num-lists { margin-top: -4px;}
.num-lists a {-moz-transition: all 0.4s ease;-webkit-transition: all 0.4s ease;	-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.num-lists a:hover { color: #f89d30;}
.bord-2 .color-1 { font: 18px/20px Trebuchet MS, sans-serif; margin-top: 15px; padding-bottom: 13px;}
.bord-2 { padding-bottom: 14px; }
.bord-2 + .bord-2 { border-top: 1px solid #f1f1f1;}
.num-lists + .btn-2 { margin-top: 16px;}

/*services*/
.p2 .bord-1:after {	top: 40px;	bottom: 40px;}
.gallery { margin-top: -28px;}
.gallery > div {margin-top: 35px;}
.gallery h3 + div { padding-right: 10px;}

/*products*/
.gallery-1 .bg-5 {	padding: 10px;	padding-bottom: 13px;} 
.gallery-1 > div { margin-top: 20px;}
.gallery-1 .magnifier { margin-bottom: 9px;}

/*partners*/

.grid_inside-1 { margin: 0 -16px;}
.w2 { width: 174px; margin-left: 15px; margin-right: 15px; float: left;}
.gallery-3 {margin-top: -27px;}
.gallery-3 .color-1 {display: inline-block;}
.gallery-3 img { margin-bottom: 21px;}
.gallery-3 > div {margin-top: 33px;}

/************Footer************/
footer { color: #a5a5a5; padding-bottom: 25px;}

.list-services { margin-top: 5px;}
.list-services li {
	display: inline-block;
	float: left;
	
}
.list-services li + li {margin-left: 12px;}

	[class*="list-services-"] {
		text-decoration: none;
		display: block;
		height: 33px;
		width: 34px;
		background: transparent url(../images/soc-icons.png) no-repeat;
		background-position-x: -25px;
		background-position-y: 0px;
		opacity: 1;
		-webkit-transition: all 0.2s ease-out;
	    -moz-transition: all 0.2s ease-out;
	    -o-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	    transition: all 0.2s ease-out;
	}
	[class*="list-services-"]:hover { opacity: 0.7;}
	.list-services-1 { background-position: 0px 0px;}
	.list-services-2 { background-position: -46px 0px;}
	.list-services-3 { background-position: -93px 0px;}
	.list-services-4 { background-position: -138px 0px;}

	.list-services-1:hover { background-position: 0px -34px;}
	.list-services-2:hover { background-position: -46px -34px;}
	.list-services-3:hover { background-position: -93px bottom;}
	.list-services-4:hover { background-position: -138px -34px;}

footer .bord-1:after {
	top: -19px; 
	bottom: -15px; 
	background-color:#f1f1f1;
	background-image:none;
}
.icon-1 { padding-left: 30px; background: url(../images/icon-1.png) 0 1px no-repeat; margin-left: 35px;}
.icon-2 { padding-left: 30px; background: url(../images/icon-2.gif) 0 5px no-repeat; margin-left: 35px;}
.icon-quick { padding-left: 30px; margin-left: 35px;}
.email-icon { padding-left: 30px; background: url(../images/Icon/email-icon.png) 0 5px no-repeat; margin-left: 35px;}
.home-icon { padding-left: 30px; background: url(../images/Icon/home-icon.png) 0 1px no-repeat; margin-left: 35px;}
.prod-ser-icon { padding-left: 30px; background: url(../images/Icon/prod-ser-icon.png) 0 5px no-repeat; margin-left: 35px;}
.career-icon { padding-left: 30px; background: url(../images/Icon/Careers-Icon.png) 0 5px no-repeat; margin-left: 35px;}
.contact-us-icon { padding-left: 30px; background: url(../images/Icon/contact-us-icon.png) 0 5px no-repeat; margin-left: 35px;}
.main-foot {padding-bottom: 54px;}
footer .inside { text-align: center; padding-top: 55px; font: 14px/18px Trebuchet MS, sans-serif; color: #7a7a7a;}
footer .inside span {margin-top: 8px; display: inline-block;}


/*touch-touch*/
.magnifier {
	position:relative;
	display:block;
}
.magnifier:after {
	background: url(../images/magnifier.png) center center no-repeat #000000;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.magnifier:hover:after {
	opacity:0.4;
	filter: alpha(opacity=40);
	-webkit-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	transition:opacity .2s linear;
}

/*toTop*/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	cursor:pointer;
	overflow:hidden;
	width: 91px;
	height: 46px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background: url(../images/ui.totop.png) 0 0 no-repeat;
	margin-right: -670px !important;
	right: 50%;
	bottom: 0px;
	font: bold 18px/18px Arial, sans-serif;
	color: #464646;
}

	#toTop:hover {
		display:block;
		overflow:hidden;
		float:left;
		background-position: right 0;
	}

	#toTop:active, #toTop:focus {outline:none;}
/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1982px) {
	.bg-2 { background-size: auto auto; background-position: center bottom;}
}

@media only screen and (max-width: 995px) {
	.slider .camera_wrap, .slider { height: 350px;}
	.slider-t-1 {font: bold 40px/40px Trebuchet MS, sans-serif;}
	.slider-t-2 {font: bold 40px/40px Trebuchet MS, sans-serif;}
	.slider-t-3 {font: bold 37px/37px Trebuchet MS, sans-serif;}
	.slider .camera_caption {  left: -270px; top: -70px;}
	.slider .camera_pag { left: -220px;}

	.list-services li + li { margin-left: 10px;}
	.w2 {width: 45%!important; margin-left: 2%; margin-right: 2%;}
	.grid_inside-1 { margin: 0;}
	.grid_inside-1.gallery-3 {margin-top: -27px;}
	.email-icon, .icon-1, .home-icon, .prod-ser-icon, .career-icon, .contact-us-icon, .icon-quick { margin-left: 0;}
}
@media only screen and (max-width: 767px) {
	.slider .camera_wrap { height: 200px;}
	.slider { height: 200px;}
	.slider-t-1 {font: bold 20px/20px Trebuchet MS, sans-serif;}
	.slider-t-2 {font: bold 20px/20px Trebuchet MS, sans-serif;}
	.slider-t-3 {font: bold 17px/17px Trebuchet MS, sans-serif;}
	.slider .camera_caption {  left: -170px; top: -122px;}
	.slider .camera_pag { left: -120px;}
	.slider .camera_wrap .camera_pag .camera_pag_ul li {width: 22px!important;}

	h1 { float: none;}
	.bord-1:after { display: none;}
	.btn-wrapper { margin-bottom: 60px; padding-bottom: 70px;}
	.gallery > div { width: 45%!important; padding-left: 2%; padding-right: 2%;}
	.gallery-1 > div { width: 45%!important; padding-left: 2%; padding-right: 2%;}
	.row-1 h2 { padding-top: 12px;}

	footer .bord-1 + .bord-1 {margin-top: 50px;}
	.btn {margin-left: -31px; -moz-border-radius: 92px;-webkit-border-radius: 92px;border-radius: 92px; height: 62px; width: 62px; }

}
@media only screen and (max-width: 479px) {
	.slider .camera_caption { display: none!important;}
	.slider .camera_wrap, .slider { width: 100%!important; height: 219px;}
	.slider .camera_pag { left: 50%;  bottom: 0px;}
	.slider .camera_wrap .camera_pag .camera_pag_ul li {width: 44px!important;}

	.gallery-1 > div { width: 100%!important; padding-left: 0; padding-right: 0;}
	h5 { color: #5f411ee0; font: 13px/15px Trebuchet MS, sans-serif; text-transform: uppercase; padding-top: 30px; padding-bottom: 30px; letter-spacing: -1px;
		transform:translatex(-5%) translatey(-28%);
	}
}
@media only screen and (max-width: 320px) {
	h5 { color: #5f411ee0; font: 18px/20px Trebuchet MS, sans-serif; text-transform: uppercase; padding-top: 30px; padding-bottom: 30px; letter-spacing: -1px;
		transform:translatex(-5%) translatey(-28%);
	}
	}
}

/* Camera caption */
header .bg-1 .bg-2 .container_16 .row .slider .camera_wrap div div div div div .camera_caption{
	padding-top:75px !important;
	padding-left:114px !important;
   }
   
   /* Camera caption */
   header .bg-1 .bg-2 .container_16 .row .slider .camera_wrap div div div .cameracurrent div .camera_caption{
	padding-top:37px !important;
	padding-left:3px !important;
   }
   
   /* Camera caption */
   .camera_wrap .cameracurrent .camera_caption{
	transform:translatex(0px) translatey(0px);
	padding-top:37px;
	padding-left:36px;
	margin-left:-26px;
   }
   
   @media (max-width:767px){

	/* Division */
	.cameracurrent .camera_caption > div{
	 transform:translatex(17px) translatey(90px);
	}
	
   }

   /* Suffix 1 */
.content .main-foot .suffix_1{
	padding-right:0px;
   }
   
   /* Grid 4 */
   .content .bg-1 .container_16 .main-foot .grid_4{
	width:280px;
   }
   
   /* Image */
   .content .suffix_1 img{
	padding-top:0px;
   }
   
   /* Image */
   .content .grid_5 img{
	padding-top:0px;
   }
   
   /* Image */
   .content .main-foot .grid_4 img{
	padding-top:2px;
   }
   
   .content footer{
	position:relative;
	top:71px;
	height:200px;
   }

   /* Division */
.content footer .bg-3{
	transform:translatex(0px) translatey(0px);
   }
   
   /* Content Division */
   .content{
	transform:translatex(0px) translatey(0px);
   }
   
 /* Contact icon */
.bord-3 .grid_4 .contact-us-icon{
	position:relative;
	top:-8px;
	height:26px;
   }
   
   /* Row */
   .bord-3 .grid_4 .row{
	position:relative;
   }
   
   /* Grid 4 */
   .bord-3 .grid_4{
	position:relative;
   }
   
   /* Heading */
   .bord-3 .grid_4 h1{
	position:relative;
	top:-58px;
	left:-44px;
   }
   
   /* Link */
   .bord-3 .home-icon a{
	position:relative;
	left:-66px;
	top:4px;
   }
   
   /* Link */
   .bord-3 .prod-ser-icon a{
	position:relative;
	top:-13px;
	left:7px;
	margin-right:8px;
	display:inline-block;
	margin-left:0px;
	width:131px;
   }
   
   /* Prod ser icon */
   .bord-3 .grid_4 .prod-ser-icon{
	width:190px;
   }
   
   /* Career icon */
   .bord-3 .grid_4 .career-icon{
	position:relative;
	top:-8px;
	left:2px;
   }
   
   /* Link */
   .bord-3 .contact-us-icon a{
	position:relative;
	top:8px;
	left:4px;
   }
   
   /* Email icon */
   .bord-3 .grid_4 .email-icon{
	height:26px;
   }
   
   /* Link */
   .bord-3 .email-icon a{
	position:relative;
	top:7px;
   }
   
   /* Link */
   .bord-3 .career-icon a{
	position:relative;
	left:4px;
   }
   
   @media (max-width:767px){
   
	/* Icon quick */
	.bord-3 .grid_4 .icon-quick{
	 position:relative;
	 left:-33px;
	 top:-24px;
	}
	
	/* Home icon */
	.bord-3 .grid_4 .home-icon{
	 position:relative;
	 top:-16px;
	 height:26px;
	}
	
	/* Link */
	.bord-3 .home-icon a{
	 position:relative;
	 left:0px;
	 top:5px;
	}
	
	/* Prod ser icon */
	.bord-3 .grid_4 .prod-ser-icon{
	 position:relative;
	 top:-12px;
	 height:26px;
	}
	
	/* Link */
	.bord-3 .prod-ser-icon a{
	 position:relative;
	 top:9px;
	}
	
	/* Career icon */
	.bord-3 .grid_4 .career-icon{
	 height:26px;
	 top:-4px;
	}
	
	/* Contact icon */
	.bord-3 .grid_4 .contact-us-icon{
	 height:26px;
	 position:relative;
	 top:-8px;
	}
	
	/* Email icon */
	.bord-3 .grid_4 .email-icon{
	 height:26px;
	}
	
	/* Link */
	.bord-3 .contact-us-icon a{
	 position:relative;
	 top:8px;
	}
	
	/* Link */
	.bord-3 .email-icon a{
	 position:relative;
	 top:7px;
	}
	
	/* Heading */
	.bord-3 .grid_4 h1{
	 top:0px;
	 padding-right:1px;
	 width:188px;
	 left:2px;
	}
	
   }
   @media (max-width:767px){

	/* Division */
	header .bg-2{
	 height:580px;
	}
	
	/* List carousel */
	.bg-2 .list_carousel{
	 height:148px;
	 top:-50px;
	}
	
	/* Title 1 */
	.bg-2 .grid_16 .title-1{
	 position:relative;
	 top:-21px;
	}
	
	/* Row */
	.bg-2 .row{
	 position:relative;
	 top:-1px;
	}
	
	/* Text 1 */
	#foo li .text-1{
	 position:relative;
	 top:-27px;
	}
	
   }

   header .grid_16{
	min-height:84px;
   }

   header .grid_16 nav{
	bottom:-12px;
   }

   /* Container 16 */
header .bg-1 .container_16{
	height:721px;
   }
   
   /* List carousel */
   .bg-2 .list_carousel{
	top:-69px;
   }
   
   /* Grid 16 */
   .bg-2 .grid_16{
	position:relative;
	top:-18px;
   }
   
   /* Arrows */
   .bg-2 .list_carousel .arrows{
	top:125px;
   }
   
   /* Shadow */
   .bg-2 .shadow{
	top:-10px;
   }
   
   @media (max-width:767px){
   
	/* List carousel */
	.bg-2 .list_carousel{
	 top:-50px;
	}
	
	/* Container 16 */
	header .bg-1 .container_16{
	 height:577px;
	}
	
	/* Arrows */
	.bg-2 .list_carousel .arrows{
	 top:207px;
	 bottom:auto !important;
	}
	
	/* Row */
	.content .row-1{
	 height:1106px;
	}
	
	/* Container 16 */
	.content .bg-1 .container_16{
	 top:-50px;
	 transform:translatex(0px) translatey(0px);
	}
	
	/* Heading */
	.main-foot .suffix_1 h2{
	 padding-top:0px;
	 padding-bottom:22px;
	 min-height:30px;
	}
	
   }

/* Career icon */
.bord-3 .grid_4 .career-icon{
	height:28px;
	min-height:2px;
	top:-10px;
   }
   
   /* Link */
   .bord-3 .career-icon a{
	top:10px;
   }
   
   @media (min-width:768px){
   
	
	/* Prod ser icon */
	.bord-3 .grid_4 .prod-ser-icon{
	 height:35px;
	}
	
	/* Email icon */
	.bord-3 .grid_4 .email-icon{
	 height:24px;
	 position:relative;
	 top:-5px;
	}
	
   }
   /* Content Division */
.content{
	transform:translatex(4px) translatey(0px);
   }

   .content article .tonnes{
	position:relative;
	bottom:-350px;
   }
   @media (max-width:767px){

	/* Tonnes */
	.content article .tonnes{
	 top:334px;
	}
	
	/* Quantity */
	#contact-form fieldset .quantity{
	 left:17px;
	 bottom:-16px;
	}
	
   }

   .main_business{}
.business_item{}
.business_item h2{
    font-size:26px;
    font-weight: 800;
}
.business_item li{
    font-size:18px;
    font-weight: 300;
    line-height: 2rem;
}
.business_item li i{
    font-size:12px;
    margin-right: 5px;

}
.business_item p{
    color:#444444;
    line-height: 2rem;
    font-size:14px;
    font-weight: 500;
}
.business_item .business_btn{
    margin-left:-10px;
}
.business_item .business_btn a{
    margin-left:10px;
}
.business_item .business_btn .btn-default{
    color:#444444;
}

/*Business Section*/
/* .slid_shap{
    height: 40px;
    border-radius: 4px 4px 0px 0px;
    width:100%;
} */
.business_slid {
    box-shadow: 0px 0px 8px -1px;
    border-radius: 4px 4px 0px 0px;
}

.business_slid .business_items{
    background-color: #fff;
    margin: 0;
}

.business_slid .slick-arrow{
    position: absolute;
    top:29%;
    z-index: 1;
    cursor:pointer;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size:20px;
    transition: all 0.6s;
    color:#fff;
}
.business_slid .nextprevleft{
    left:5.9%;
}
.business_slid .nextprevright{
    right:6%;
}
.business_slid .nextprevleft:hover,
.business_slid .nextprevright:hover{
    /*    width:25px;
        height: 25px;
        line-height: 25px;*/
    /*text-align: center;*/
    background-color: #ddd;
    color:#a226e5;
    border-radius: 50%;
}

.business_slid .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.container {
	position: relative;
	text-align: center;
	color: white;
  }

  .text1 {
	position: absolute;
	top: 0%;
	bottom: 0%;
	text-align: left;
	text-wrap:normal;
	right: 0px;
	height: 100%;
	width: 35%;
	background-color: #5f411e13;
/*	color: #5f411e13;*/
    color: Black;
	}
 
/* Heading */
.business_items div h5{
 width:95%;
}

@media (min-width:768px){

 /* Heading */
 .business_items div h5{
  transform:translatex(7px) translatey(160px);
 }
 
} 

/* Image */
.main-foot .grid_4 img{
 display:inline-block;
 padding-top:0px;
}

/* Image */
div .bg-1 .container_16 .main-foot .grid_4 img{
 width:129% !important;
}

/* Suffix 1 */
div .main-foot .suffix_1{
 padding-right:0px;
}

/* Image */
.main-foot .suffix_1 img{
 padding-top:0px;
}

/* Image */
.main-foot .grid_5 img{
 padding-top:0px;
}

/* Heading */
.row-1 div h2{
 color:#000000;
}

/* Heading */
.main-foot .suffix_1 h2{
 color:#000000;
}

/* Heading */
.main-foot .grid_5 h2{
 color:#000000;
}

/* Heading */
.main-foot .grid_4 h2{
 color:#000000;
}

/* Suffix 1 */
div .main-foot .suffix_1{
 background-repeat:repeat;
 text-align:left;
 transform:translatex(0px) translatey(0px);
}

/* Heading */
.main-foot .suffix_1 h2{
 transform:translatex(0px) translatey(0px);
 text-align:center;
}

/* Heading */
.main-foot .grid_5 h2{
 padding-top:0px;
 text-align:center;
}

/* Heading */
.main-foot .grid_4 h2{
 padding-top:0px;
 text-align:center;
}

@media (min-width:768px){

 /* Heading */
 .main-foot .suffix_1 h2{
  padding-top:0px;
 }
 
}
 
@media (max-width:767px){

 /* Image */
 div .bg-1 .container_16 .main-foot .grid_4 img{
  width:420px !important;
 }
 
 /* Image */
 .main-foot .grid_4 img{
  height:306px;
 }
 
}

/* Grid 4 */
div .main-foot .grid_4{
 width:280px;
 height:618px;
 transform:translatex(0px) translatey(0px);
}

@media (min-width:768px){

 /* Image */
 div .bg-1 .container_16 .main-foot .grid_4 img{
  width:280px !important;
 }
 
 /* Image */
 .main-foot .grid_4 img{
  height:204px;
 }
 
}