/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.eot?v=1.1.0");
  src: url("../fonts/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("../fonts/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("../fonts/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

body{
	font-family: 'Open Sans';
}
/* home about section */
.about_section{
	padding: 40px 0;
	font-size: 16px;
}
.about_section p{
	color: #676767;
	line-height: 1.8;
	font-size:16px;
}
/* home product section */
.product_section{
	padding: 80px 0;
    font-size: 18px;
}
.product_type_01, .product_type_03, .product_type_05
{
 background-position:center top;
 background-repeat:no-repeat;
 background-attachment:fixed;
}
.product_section p{
   line-height: 28px;
}
.galcolumn .singleNews
{
 min-height:0;
}
.product_section h2{
    margin-top: 0;
    font-size: 26px;
    text-transform:capitalize;
}
.allProductTypesSection .product_section:nth-child(odd){
     background-color: transparent;
	 color: #fff;
	 text-align: center;
}
.allProductTypesSection .product_section:nth-child(odd) .productTypeLink{
    color: #FFF;
    border-color: #FFF;
}
.testimonial_section{
	padding: 50px 0;
	background:#323232  no-repeat left top;
	background-size: cover;
	color: #fff;
	background-attachment: fixed;
}
.news-section{
	padding: 50px 0;
	background:#E6E6E6 ;
}
.testimonial_section h2{
	font-size: 40px;
	text-transform: uppercase;
}
.singleTestimonial section{
	border:2px solid #FFFFFF;
	padding: 60px 20px 20px;
	font-size: 18px;
	line-height: 28px;	
	position: relative;
}
.singleTestimonial section::after{
	position: absolute;
	content: "\f10d";
	top:20px;
	left: 20px;
	font-family: 'fontAwesome';
	font-size: 30px;
	width: 30px;
	height: 30px;
}
.footer_wrapper{
	font-size: 13px;
	-webkit-box-shadow: -2px -2px 2px rgba(0,0,0,0.1);
	        box-shadow: -2px -2px 2px rgba(0,0,0,0.1);
}
.footer_wrapper h3{
   	text-transform: uppercase;
   	margin-bottom: 20px;
   	font-size: 18px;
}
.footerLinks ul{
	list-style-type: none;
	text-transform: uppercase;
	padding-left: 0;
}
.footerLinks ul li a{
   display: block;
   margin-bottom: 10px;
   color: #444444;
   font-size:12px;
}
.footerContactInfo p{
   text-transform: uppercase;
   line-height: 30px;
}
.footerContactInfo  .contactBox{
	padding-left: 30px;
	margin-bottom: 15px;
	position: relative;
}
.footerSocialLinks{
	list-style-type: none;
	padding-left: 0;
	margin-top: 20px;
}
.footerSocialLinks li{
   display: inline-block;
}
.footerSocialLinks li a{
   display: inline-block;
   width: 30px;
   height: 30px;
   text-align: center;
   line-height: 30px;
   background-color: #08C062;
   color: #fff;
}
.footerSocialLinks li a:hover{
	background-color: #464646;
}

.footerContactInfo div::after{
	font-family: 'fontAwesome';
	left: 0;
	top:0;
	position: absolute;
	font-size: 16px;
	color: #08c062;
}
.footerContactInfo  .contactInfo01::after{
	content: '\f041';
	font-size: 18px;
}
.footerContactInfo  .contactInfo02::after{
	content: '\f095';
	font-size: 18px;
}
.contactInfo03::after{
	content: '\f0e0';
}
.contactInfo04::after{
	content: '\f1ac';
}
.singlefield{
	margin-bottom: 15px;
}
.singlefield input[type=text]{
	display: block;
	width: 100%;
	height: 35px;
	border:1px solid #DADADA;
}
.singlefield textarea{
	display: block;
	width: 100%;
	height: 130px;
	border:1px solid #DADADA;
}
.singlefield input[type=submit], .submitButton, a.submitButton{
	background-color: #09941D;
	color: #fff;
	font-size: 14px;
	padding: 5px 20px;
	border:none;
	float: right;
	text-decoration: none;
}
a.submitButton:hover{
	color: #fff;
}
.copyrightNotes{
	padding: 10px 0;
	background-color: #5A5A5A;
	text-align: center;
	color: #D1D1D1;
}
.copyrightNotes p{
    margin-bottom: 0;
    font-size: 12px;
}
p.greentxtUppercanse{
	color: #000;
	font-size: 16px;
	font-weight:600;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
.productTypeLink{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 56px;
	color: #3E3E3E;
	font-size: 22px;
	margin:0 auto;
	border:1px solid #3E3E3E;
}
.productTypeLink:hover{
	background-color: #3E3E3E;
	color: #fff;
}
.burgermenu {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 35px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}
.bannersection{
	position: relative;
	background-color: #3A3A3A;
}
.customButton{
	 font-size: 40px;
	 position: absolute;
	 width: 20px;
	 height: 50px;
	 top:50%;
	 margin-top: -25px;
	 z-index: 999;
	 cursor: pointer;
	 color: #fff;
}
.customPrevBtn{
	left: 20px;
}
.customNextBtn{
	right: 20px;
}
.canvasbanner{
	background: #EEEEEE url('../images/diagmonds.png') repeat left top;
}
.canvasbanner{
	position: relative;
}
#sliderUl {
	overflow: hidden;
	position: relative;
}
#sliderUl li{
	position: absolute;
	left: 0;
	top:0;	
}
#sliderUl li.active{
	z-index: 10;
}
.producttypeHeading{
	position: absolute;
	left: 10%;
	top:20%;
	color: #fff;
	font-size: 5vw;
	font-family: 'Oswald', sans-serif;
	z-index: 2;
}
.producttypeHeading div{
    overflow: hidden;
    margin-bottom: 15px;
}
.canvasNavigation{
	font-size: 30px;
	position: absolute;
}
#sliderUl{
	list-style-type: none;
	padding: 0;
	overflow: hidden;
}
.bigBannerImage{
	width: 65%;
	float: left;
}
.SmallBannerImage{
	width: 35%;
	float: right;
}
a.canvasNavigation{
	display:block;
	position: absolute;
	width: 30px;
	height: 60px;
	font-size: 50px;
	top:50%;
	margin-top: -15px;
	color: #FFF;
	z-index: 999;
	
}
#leftnavi{
	left: 30px;
}
#rightnavi{
	right: 30px;
}
.producttypeHeading div{
	overflow: hidden;
}
.producttypeHeading div span{
	display: block;
}
.greysection{
	position:relative;
}
a.visitProductPageLink{
	position:absolute;
	display:block;
	width:100%;
	height:50px;
	top:50%;
	margin-top:-25px;
	padding:0 30px;
	color:#fff;
	font-size: 2vw;
	text-decoration: none;
	overflow:hidden;
}
a.visitProductPageLink span{
	display:inline-block;
	position:relative;
}
.pushy ul{
	list-style-type: none;
	padding-left: 0;
}
.productSection{
	padding:30px 0;
	border-bottom:1px solid #E0E0E0;
}
.productSection p{
	color:#3B3B3B;
	text-align: justify;
	line-height: 1.8;
	font-size: 17px;
}
.absoluteHeading{
	position:absolute;
	top:50%;
	margin-top:-30px;
	text-align: center;
	color:#fff;
}
.absoluteHeading span{
	display: inline-block;
	border:1px solid #FFFFFF;
	margin:0 auto;
	padding:10px 20px;
}
.singleProductCat {
	position:relative;
	display:block;
	margin-bottom:30px;
	border:1px solid #E4E4E4;
}
.singleProductCat h4
{
 font-size:16px;
 line-height:normal;
}
.captions{
	position:absolute;
	left:0;
	right: 0;
	bottom: 0;
	top: 0;
	-webkit-transition: all 300ms ease-in;
	   -moz-transition: all 300ms ease-in;
	    -ms-transition: all 300ms ease-in;
	     -o-transition: all 300ms ease-in;
	        transition: all 300ms ease-in;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
}
.captions:hover{
	background-color:rgba(0,0,0,0.5);
	left:10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
}
.captions section{
	position: absolute;
	top:50%;
	margin-top:-20px;
	padding:0 20px;
	text-align: center;
	left:0;
	right:0;
		-webkit-transition: all 100ms ease-in;
	   -moz-transition: all 100ms ease-in;
	    -ms-transition: all 100ms ease-in;
	     -o-transition: all 100ms ease-in;
	        transition: all 100ms ease-in;
	        text-transform:capitalize;
}
.captions section h5{
	opacity:0;
	-webkit-transition: all 100ms ease;
	   -moz-transition: all 100ms ease;
	    -ms-transition: all 100ms ease;
	     -o-transition: all 100ms ease;
	        transition: all 100ms ease;
}
.captions:hover section{
	-webkit-transform: translate(0,-20px);
	   -moz-transform: translate(0,-20px);
	    -ms-transform: translate(0,-20px);
	     -o-transform: translate(0,-20px);
	        transform: translate(0,-20px);
}
.captions:hover section h5{
	opacity:1;
}
.productCategories > h4{
	
}
.productPageContent{
	margin-top: 30px;
}
.bannerMenu{
	width:250px;
	background-color:rgba(0,0,0,0.6);
	padding:20px;
	position:absolute;
	top:30px;
	bottom:30px;
	list-style: none;
	right:30px;
	margin-bottom: 0;
}
.bannerMenu li{
	margin-bottom:15px;
	padding-left:20px;
	position:relative;
}
.bannerMenu li::before{
	font-family:'FontAwesome';
	content:'\f105';
	position:absolute;
	left:0;
	top:2px;
	color:#fff;
}
.bannerMenu a{
	color: #FFF;
}
.staticBanner{
	padding:110px 0;
}
.staticBanner h1{
	font-size: 30px;
	color:#fff;
	margin-top: 0;
}
.subcatdes{
	text-align: center;
}
.subcatdes h2
{
 font-size:24px;
}
.subcatdes p{
	line-height: 1.8;
}
.productCategories > h4{
	font-size:20px;
	font-weight: bold;
	margin-bottom: 20px;
	
}
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.singleProductType ul{
	list-style-type: none;
	padding-left: 0;
}
.singleProductType ul li{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.singleProductContainer{
	padding:25px 0;	
	border:1px solid #E9E9E9;
	border-left:none;
	border-right:none;
	margin-top:20px;
}
.productNavigation h2{
    position:relative;
    padding:15px 0;
	font-size: 17px;
	margin-top: 0;
}
.productNavigation h2::after{
	width:30px;
	height:3px;
	background-color:#5E5E5E;
	content:"";
	bottom:0;
	left:0;
	position:absolute;
}
.productNavigation ul{
	padding-left: 0;
}
.productNavigation li{
	list-style-type: none;
}
.productNavigation li a{
	display:block;
	padding:10px 0 10px 20px;
	font-size: 13px;
	border-bottom:1px dotted #8A8A8A;
	color:#5A5A5A;
	text-decoration: none;
	position:relative;
}
.productNavigation li a:hover{
	color: #038C46;
}
.productNavigation li a::after{
	font-family:'FontAwesome';
	content: "\f101";
	position: absolute;
	left: 0;
	top: 10px;
}
.tabsection{
	padding:30px 0 0;
}
.singleProductType h3{
	font-size:12px;
	text-transform: uppercase;
	display:inline-block;
	font-weight:600;
}
.singleProductType label{
	font-weight: normal;
	font-size: 13px;
}
.singleProductContainer h4{
	color:#008C42;
	font-size: 16px;
	font-weight:600;
}
.sinProductImage{
	padding:20px;
	border:1px solid #DFDFDF;
}

a.custom-button{
	float:right;
	padding:10px 15px;
	background-color: #008E46;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	margin-top:20px;
}
.custom-button{
	float:right;
	padding:10px 15px;
	background-color: #008E46 !important;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	margin-top:20px;
	border-radius:0px !important;
}
.singleProductContainer p{
	color:#6A6A6A;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #484848;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.zoom p { position:absolute; top:3px; right:28px; color:#555; font:bold 13px/1 sans-serif;}
.zoom {
			display:inline-block;
			position: relative;
			border:1px solid #C9C9C9;
		}
/* magnifying glass icon */
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
			background:url(../images/icon.png);
		}

		.zoom img {
			display: block;
		}

		.zoom img::selection { background-color: transparent; }

.dropdownGroup{
	margin-top:30px;
}
.tabsection .nav-tabs a{
	font-size: 18px;
	color:#5A5A5A;
}
a.application-btn{
	color:#fff;
	background-color:#008C45;
	padding:5px 10px;
	display: inline-block;
	font-size: 14px;
	margin-top:20px;
	text-decoration: none;
}
.apply_transition,.apply_transition * {
	-webkit-transition: all 300ms ease-in;
	   -moz-transition: all 300ms ease-in;
	    -ms-transition: all 300ms ease-in;
	     -o-transition: all 300ms ease-in;
	        transition: all 300ms ease-in;
}
a.application-btn:hover{
	background-color:#484848;
}
h3.prdHead{
	margin-top:0;
}
.custom_crumb{
	padding-left: 0;
	list-style-type: none;
	font-size:13px;
	margin-bottom:30px;
}
.custom_crumb li{
	display:inline-block;
	margin-right:10px;
}
.custom_crumb a{
	text-decoration: none;
}
.custom_crumb li a{
	color:#10924C;
}
.custom_crumb li a i{
	color:#4B4B4B;
}
a.singleProductSubCat{
    position:relative;
    overflow:hidden;
    display:block;
    border:1px solid #E4E4E4;
    text-decoration: none;   
    margin-bottom: 30px; 
}
a.singleProductSubCat *{
	-webkit-transition: all 700ms ease-in;
	   -moz-transition: all 300ms ease-in;
	    -ms-transition: all 300ms ease-in;
	     -o-transition: all 300ms ease-in;
	        transition: all 300ms ease-in;
}
a.singleProductSubCat:hover img{
	-webkit-transform: scale(1.3) rotate(20deg);
	   -moz-transform: scale(1.3) rotate(20deg);
	    -ms-transform: scale(1.3) rotate(20deg);
	     -o-transform: scale(1.3) rotate(20deg);
	        transform: scale(1.3) rotate(20deg);
}
.captionsSub{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba(0,0,0,0.5);
	color:#fff;
	padding:10px;
}
.captionsSub h4{
	font-size: 14px;
}
a.singleProductSubCat h5{
	font-size: 12px;
	position:absolute;
	top:0px;
	right:-90px;
	width:90px;
	padding:5px;
	background-color:#008D41;
	color:#fff;
	margin-top: 0;
}
a.singleProductSubCat:hover h5{
	right:0;
}
.productSelection{
	border:1px solid #DADADA;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	    overflow:hidden;
}
.productSelection li{
	list-style-type: none;
	margin-bottom:10px;
	overflow: auto;
}
.productSelection  label{
	float:right;
	font-weight: normal;
	font-size: 13px;
}
.productSelection ul{
	padding:10px;
}
.productSelection h3{
	padding:10px 15px;
	text-align: center;
	font-size: 14px;
	margin-top: 0;
	color:#fff;
	text-transform: uppercase;
}
.margin20pxTB{
	margin-top: 20px;
	margin-bottom: 20px;
}
.productSelectionInner{
	padding:20px;
}
span.greytext{
	color:#B1B1B1;
	font-size: 12px;
}
.colorSpecifications{
	list-style-type: none;
	padding-left:0;
}
.colorSpecifications li{
	float:left;
	margin-right:20px;
}
.colorSpecifications  span{
	width:10px;
	height:10px;
	display: inline-block;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	background-color: #8D8D8D;
	margin-right:5px;
	font-size: 12px;
	color:#777777;
}
.colorSpecifications .greenSpan, .sin-app-area .greenSpan{
	background-color: #008C44;
}
.colorSpecifications .blueSpan, .sin-app-area .blueSpan{
	background-color: #2A56E4;
}
.colorSpecifications  .yellowSpan, .sin-app-area  .yellowSpan{
	background-color: #FFC051 ;
}
.colorSpecifications .redSpan, .sin-app-area .redSpan{
	background-color: #FF1F1F;
}
.colorSpecifications  .greySpan, .sin-app-area  .greySpan{
	background-color: #BCBCBC;
}
.sin-app-area{
	margin-bottom:10px;
	font-size: 13px;
	position:relative;
	padding-left:18px;
}
.sin-app-area span{
	width:10px;
	height:10px;
	background-color:#AFAFAF;
	display: block;
	position:absolute;
	left:0;
	top:4px;
	
}
.applicationArea h3{
	background-color: #E3E3E3;
	color:#7D7D7D;
	text-align: center;
	font-size: 13px;
	text-align: center;
	padding:10px 15px;
	text-transform: uppercase;
}
.singleNews{
	background-color: #FFF;
	
}
.singleNewsInner{
	padding:20px;
}
.singleNewsInner h3{
	margin-top:0;
}
.singleNewsInner h3 section{
	width:80px;
	background-color: rgba(0, 140, 68, 0.8);
	float:left;
	color:#fff;
	margin-right:15px;
	padding:5px;
}
.singleNewsInner h3{
	font-size: 16px;
	line-height:24px;
}
.singleNewsInner h3 section span{
	display: block;
	text-align: center;
	padding:2px;
	text-transform: uppercase;
}

.singleNewsInner h3 section span:first-child{
	font-size:33px;
	font-weight: bold;
}
.singleNewsInner h3 section span:last-child{
	font-size: 12px;
}
.singleNewsInner p{
	color: #7E7E7E;
	text-align: justify;
}
.singleNewsInner a{
	background-color: #4A4A4A;
	display: inline-block;
	padding:5px 10px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	float: right;
	margin-bottom: 20px;
}

.news-section h2{
	margin-bottom: 20px;
}
.testiNav{
	margin-left:20px;
	cursor: pointer;
}
.testiNav:hover{
	color: #008C44;
}
.radioSelector{
	margin-bottom: 10px;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.row.tenGutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row.tenGutter >  [class*='col-'],
.row.tenGutter > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
.marBot20px{
	margin-bottom: 15px;
}
.martop{
	margin-top: 36px;
}
a#productSearchButton, a#productSearchButton *{
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
	    -ms-transition: all 300ms ease;
	     -o-transition: all 300ms ease;
	        transition: all 300ms ease;
}
a#productSearchButton{
	float: right;
	margin-top:28px;
	color:#464646;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding:7px 10px;
	text-decoration: none;
	position:relative;
}
a#productSearchButton::after{
	position:absolute;
	content:"";
	left:0;
	top:0;
	bottom:0;
	width:0;
	background-color:#E6E6E6;
	z-index: -1;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
	    -ms-transition: all 300ms ease;
	     -o-transition: all 300ms ease;
	        transition: all 300ms ease;
}
a#productSearchButton:hover::after{
	width: 100%;
}
a#productSearchButton i{
	color:#008B44;
}

.singleSearchField{
	margin-bottom:20px;
}
.singleSearchField label
{
 text-transform:capitalize;
}
.productTypeGroup div{
	padding-bottom:15px;
}
.submitButton{
	margin-left: 10px;
}
.submitButton:hover{
	background-color:#565656;
	
}
.close_but{
	-webkit-border-radius: 0;
	        border-radius: 0;
			padding:4px 20px;
}

#locationSider a{
	display:block;
	padding:5px 10px;
	border:1px solid #EAEAEA;
	color:#707070;
	text-decoration: none;
	text-align: center;
}
#locationSider a.current{
	border: 1px solid #008C44;
	color:#008C44;
	background-color: #FFF;
}
div#locationSider {
	padding-left: 0;
}
.locationSliderWrap{
	padding:0 20px;
	position:relative;
	margin-bottom:20px;
}
.locNav{
	position:absolute;
	top:50%;
	margin-top:-10px;
	cursor: pointer;
	display:block;
}
#loc-pre{
	left:0;
}
#loc-nex{
	right:0;
}
.singleAddressContainer{
	display: none;
}
.singleAddressContainer.current{
	display: block;
}
.productTypeGroup label{
	font-size: 12px;
	font-weight: normal;
	margin-bottom:0;
	line-height:21px;
}
header{
	padding:15px 0;
}
.categoryBanner {
  font-size: 18px;
  padding: 100px 0;
  color:#fff;
}
.categoryBanner h2 {
  font-size: 26px;
  margin:0;
  text-transform:capitalize;
}

.contactBox.contactInfo01 {
  line-height: 25px;
}
#formTrigger{
	width:150px;
	height:40px;
	background-color: #008B46;
	line-height: 40px;
	font-size:14px;
	text-align: center;
	color:#fff;
	position:fixed;
	bottom:20%;
	right:-55px;
	z-index: 1000;
	-webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	     -o-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	cursor:pointer;
}
#formTrigger .fa-envelope-o
{
 margin-right:4px;
}
.singlefield div{
	margin-top:10px;
	font-size: 13px;
	color:#EC2020;
}
#errmsg_err{
	padding:10px;
	text-align: center;
	background-color: #FFD1D1;
	border:1px solid #FF7F7F;
	color:#F11111;
	margin-bottom:15px;
	display:none;
}
#succmsg_err{
	padding:10px;
	text-align: center;
	background-color: #5ce871;
	border:1px solid #0a7219;
	color:#076815;
	margin-bottom:15px;
	display:none;	
}

/* Career Page */
.job_vac_list_wrap table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .job_vac_list_wrap table tr {
    border: 1px solid #ddd;
    padding: 5px;
  }

  .job_vac_list_wrap table th, .job_vac_list_wrap table td {
    padding: 10px;
    text-align: left;
  }

  .job_vac_list_wrap table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .form-control
  {
   font-size:12px;
  }

  @media screen and (max-width: 600px) {

    .job_vac_list_wrap table {
      border: 0;
    }

    .job_vac_list_wrap table thead {
      display: none;
    }

    .job_vac_list_wrap table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    .job_vac_list_wrap table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    .job_vac_list_wrap table td:last-child {
      border-bottom: 0;
    }

    .job_vac_list_wrap table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }

  .job_vac_list_wrap{
  	padding:30px 0;
  }
  .job_vac_list_wrap table thead tr{
  	 background-color: #EEEEEE;
  }
  .job_vac_list_wrap tbody tr td a{
  	 background-color: #008B46;
  	 color: #fff;
  	 display:block;
  	 width:120px;
  	 height:39px;
  	 line-height: 39px;
  	 text-align: center;
  	 text-decoration: none;
  	 text-transform: uppercase;
  	 font-size: 12px;
  }
  .job_vac_list_wrap tbody tr td a:hover{
  	background-color: #646464;
  }
  .job_vac_list_wrap h4{
  	 font-size: 16px;
  	 margin-top: 0;
  }
  .jobDate{
  	font-size: 12px;
  }
  .jobDepartments{
  	padding:30px 0;
  }
  .jobDepartments ul{
  	padding-left: 0;
  	list-style-type: none;
  	
  }
  .jobDepartments a{
  	 display: block;
  	 padding:10px 40px 10px 20px;
  	 font-size: 14px;
  	 background-color: #F3F3F3;
  	 margin-bottom: 3px;
  	 color: #636363;
  	 text-decoration: none;
  	 position:relative;
  	 -webkit-transition: all 300ms ease;
  	    -moz-transition: all 300ms ease;
  	     -ms-transition: all 300ms ease;
  	      -o-transition: all 300ms ease;
  	         transition: all 300ms ease;
  }
  .jobDepartments a:hover{
  	  -webkit-transform: translate(15px, 0);
  	     -moz-transform: translate(15px, 0);
  	      -ms-transform: translate(15px, 0);
  	       -o-transform: translate(15px, 0);
  	          transform: translate(15px, 0);
      background-color: #EDEDED;
  }
  .jobDepartments a::after{
  	 font-family:"fontAwesome";
  	 content:'\f105';
  	 right:20px;
  	 position:absolute;
  }
  .applyForm{
		padding:20px;
		border:1px solid #E9E9E9;
		-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
		        box-shadow: 2px 2px 2px rgba(0,0,0,0.1);

	}
	.applyForm h3{
		color:#008B46;
		text-align: center;
		margin-top: 20px;
	}
	.jobDetailsWrap{
		padding:30px 0;
	}
	.applyFormSingleField{
		margin-bottom:20px;
	}
	.applyForm h3{
		margin-top: 0;
		margin-bottom: 20px;
	}
	.applyFormSingleField input[type="submit"]{
		float:right;
		background-color: #008B46;
		padding:10px 15px;
		color:#fff;
		border: none;
	}
	.applyFormSingleField input[type="text"], .applyFormSingleField .dropdown-toggle, .applyFormSingleField label.btn-default {
		-webkit-border-radius: 0;
		        border-radius: 0;
	}
	.applyForm .applyFormSingleField:last-child{
		margin-bottom: 0;
	}
	.sin_job_desc h3{
		margin-top: 0;
	}
	.sin_job_desc p, .sin_job_desc ul li{
		color:#434343;
	}
	.sin_job_desc ul li{
		margin-bottom:15px;
	}
	.sin_job_desc h5{
		text-align: right;
		font-size: 13px;
		color: #008B46;
	}
	.singleNewsInners{
		border:1px solid #E2E2E2;
		padding:4px 4px 40px 4px;
		-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
		        box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
		margin-bottom: 30px;
		position: relative;
	}
	.singleNewsInners h4 {
		font-weight: 600;
		padding:0 10px;
	}
	.singleNewsInners h5{
		padding: 0 10px;
		font-size: 12px;
	}
	.singleNewsInners p{
		padding:0 10px;
		color:#5D5D5D;
	}
	.singleNewsInners a{
		float: right;
		padding:10px 15px;
		background-color: #008B46;
		color: #fff;
		text-decoration: none;
		position: absolute;
		bottom: 5px;
		right: 5px;
	}
	.singleNewsInners a:hover{
		background-color: #888888;
	}
	.newsContainer{
		margin:0 -30px;
	}
/* ends Career Page */
/* 26-12-2016*/
	h4.resumeSuccessMsg{
		float:right;
		margin-top:20px;
		color:#0dbf0d;
		}
	div.errormsg{
		color:#ff0c0c;
		font-size:13px;
		margin-top:5px;
		}
/* --26-12-2016*/

/* 02-01-2017 */
	a.enquiryCounter{
		float: right;
		padding:5px 10px;
		background-color: #008C43;
		color:#fff;
		text-decoration: none;
		margin-top:28px;
		margin-right:15px;
			-webkit-transition: all 300ms ease;
		   -moz-transition: all 300ms ease;
		    -ms-transition: all 300ms ease;
		     -o-transition: all 300ms ease;
		        transition: all 300ms ease;
		        font-size: 12px;
		text-transform:uppercase;
	}
	a.enquiryCounter i{ 
		font-size: 10px;
	}
	a.enquiryCounter span{
		display: inline-block;
		background-color: #fff;
		-webkit-border-radius: 50%;
		        border-radius: 50%;
		font-size: 11px;
		width:15px;
		height:15px;
		color:#696969;
		line-height: 0;
		text-align: center;
		line-height: 15px;
		margin-top: 4px;
		margin-right: 7px;
		
		animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	
	}
	a.enquiryCounter:hover{
		background-color: #07B257;
	}

	/*
==============================================
pulse
==============================================
*/

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.7);
				
	}
	50% {
		transform: scale(1);
		
	}	
	100% {
		transform: scale(0.7);
		
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.7);		
	}
	50% {
		-webkit-transform: scale(1);
	
	}	
	100% {
		-webkit-transform: scale(0.7);
		
	}			
}
.basketForm{
	border:1px solid #E7E7E7;
	padding:30px;
	margin-top: 20px;
}
.singleBasketField{
	margin-bottom:15px;
}
.singleBasketField label span{
	color:#FF3636;
}
.singleBasketField input[type=submit] {
  background-color: #09941d;
  border: medium none;
  color: #fff;
  float: right;
  font-size: 16px;
  padding: 5px 20px;
}
.singleBasketField input[type=submit]:hover{
	background-color: #818181;
}
.itemInBasketList{
	background-color: #A0A0A0;
	color:#fff;
}
.itemInBasketList li{
	margin-bottom: 15px;
	list-style-type: none;
	position:relative;
	padding-left:30px;
}
.itemInBasketList li::after{
	position:absolute;
	left:0;
	top:0;
	content:"\f061";
	font-family:"fontAwesome";
	
}
.itemInBasketList ul{
	padding-bottom: 10px;
}
.itemInBasketList h4{
	padding:10px;
	text-align: center;
	margin-top: 0;
	background-color: #909090;
	border-bottom:1px solid #a09a9a;
}
.catProWrap{
	height:640px;
}
.applicationArea{
	height: 380px;
}
.topContacts{
	border:1px solid #E1E1E1;
	   padding:15px 15px 15px 100px;
	   background: url('../images/address-icon.png') no-repeat 10px 20px;
	   margin-bottom:30px;
}
.topContacts h2{
	margin-top: 0;
	font-weight: bold;
	font-size: 16px;
}
.topContacts h3{
	font-size: 14px;
	line-height: 26px;
	color:#646464;
	margin-top: 0;
}
.topContacts h4, .topContacts h5, .bottomAddress h4, .bottomAddress h5, .bottomAddress h3{
	font-size: 14px;
	color:#646464;
}
.bottomAddress *{
	font-size: 14px;
}
.bottomAddress h2{
	background-color: #EEEEEE;
	color: #4E4E4E;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	margin-top: 0;
}
.bottomAddress{
	border:1px solid #E1E1E1;
}
.bottomAddress h3{
	line-height: 26px;
}
.bottomAddress section{
	padding:0 15px 15px 15px;
}
.bottomAddress a, .topContacts a{
	color: #008B46;
}
/* --02-01-2017 */
.footerSocialLinks ul{
	padding-left: 0;
	float: right;
	margin-top: 40px;
}
.footerSocialLinks h3{
	text-align: right;
}
/* 01-02-2017 */
.sinArtPhoto{
	width:250px;
	float: left;
	margin:0 20px 10px 0;
}
.sinArtPhoto img
{
 width:100%;
 height:auto;
}
.singleNewsCon h2{
	margin-top: 0;
}
.singleNewsCon p{
	color:#4D4D4D;
	line-height: 22px;
}
 .subSubCatBanner{
     background-color: #E8E8E8;
   }
   .ssBI{
     width:35%;
     float: left;
   }
   .ssBT{
     width:65%;
     float:left;  
     position: relative;
     padding:80px 50px 30px 30px;
   }
   .ssBT h3{
     font-size: 24px;
     font-weight: bold;
     color:#fff;
     text-transform: uppercase;
     position: absolute;
     top:10px;
     left:-60px;
     background-color: #008C45;
     padding:10px 10px;
     font-family: 'Oswald', sans-serif;
   }
   .ssBT p{
   	 color: #555;
   	 font-size: 16px;
   	 line-height: 26px;
   }

   #tot{
   	font-weight: bold;
   	display:inline-block;
   	padding:5px 10px;
   	border:1px solid #E6E6E6;
   	background-color: #ECECEC;
   	font-size: 20px;
   }

  .bannerMenu li.activeSub a{
  	 color:#00d362;
  }

 .homeNewsImage{
 	position: relative;
 }
  .homeNewsImage a{
	background-color: #4A4A4A;
	display: inline-block;
	padding:5px 10px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
	    -ms-transition: all 300ms ease;
	     -o-transition: all 300ms ease;
	        transition: all 300ms ease;
}

  .homeNewsImage a:hover{
  	 background-color: #008b46;
  	 
  }
  /* h4 sup, .prdHead sup, p sup{
  	  left:-0.2em; 
  } */
  
  .boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}
.a-whiteCaption{
	font-size: 38px;
	background-color: rgba(255,255,255, 0.8);
	color: #414141;
	font-family: 'Oswald', sans-serif;
	padding:15px 20px;
}
a.a-bannerLink{
	background-color: #008c45;
	color: #fff;
	display: inline-block;
	padding:10px 15px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}
a.a-bannerLink:hover{
	background-color: #7A7A7A;
	color: #FFF;
}
.tp-arr-iwrapper .tp-arr-imgholder{
	display: none !important;
}
.productDetailFigure{
	border:1px solid #CDCDCD;
}
.singleOption{
	font-size: 13px;
}
/*
 Media Queries 
*/
@media only screen and (max-width:1010px){
	.burgermenu{
		z-index: 99;
	}
	a#productSearchButton{
		margin-right: 30px;
	}
}
@media only screen and (max-width:767px){
	.about_section img{
		margin:0 auto;
	}
	a#productSearchButton{
		margin-right: 0;
	}
	.product_section img{
		margin:20px auto 0 auto;
	}
	.product_section{
		text-align: center;
	}
	.product_section h2{
		margin-top: 0;
	}
	.footer_wrapper   h3{
		display: none;
	}
	.footerSocialLinks ul{
		margin-top: 0;
	}
	.footerLinks {
		text-align: center;
	}
	.footer_wrapper{
		padding-top:30px;
	}
	.footerSocialLinks ul{
		float: none;
		text-align: center;
	}
	a.visitProductPageLink{
		margin-top: -8px;
	}
	.catProWrap{
		height: 350px;
	}
	.martop.productSelection{
		margin-top: 0;
		margin-bottom: 25px;
	}

	[name="submitenqiy"]{
		margin:0;
	}
	.sin_job_desc{
		margin-top: 20px;
	}
	#formTrigger {
	  height: 25px;
	  line-height: 25px;
	  right: -50px;
	  width: 125px;
	}
	.sin_job_desc h5{
		text-align: left;
	}
	.categoryBanner{
		padding: 30px 0;
	}
	.job_vac_list_wrap h3{
		margin: 0;
	}
	.jobDepartments h3{
		margin-top: 0;
	}
	.jobDepartments{
		padding-top: 0;
	}
	.job_vac_list_wrap tbody tr td a{
		float: right;
	}
	.job_vac_list_wrap tbody tr td{
		overflow: auto;
	}
	.joblisting table h4{margin-top: 0;}
	.jobDetailsWrap h3{
		font-size: 18px;
		margin-top: 0;
	}
	.topContacts {
		  background: none;
		  padding: 15px;
		}
	.topContacts h3, .bottomAddress h3{
		font-size: 14px;
	}
	.bottomAddress{
		margin-bottom: 30px;
	}
	.jobDetailsWrap{
		padding-bottom: 0;
	}
	.productPageContent{
		margin-top: 0;
	}
	#chaptre{
		text-align: center;
		margin-bottom:20px;
	}
}
@media only screen and (max-width:560px){
	.absoluteHeading {
		display: none;
	}
}
@media only screen and (max-width:480px){
	.singleNewsCon h2{
	   font-size: 20px;
	}
	.sinArtPhoto{
		width: auto;
		float: none;
	}
	.sinArtPhoto img{
		margin:0 auto;
	}
	.ssBI{
		width: 100%;
		display: block;
		float: none;
	}
	.ssBT h3{
		position: static;
		margin-top: 0;
	}
	.ssBT{
		width:100%;
		display: block;
		padding:20px;
		float: none;
	}
}