﻿/*
Theme Name: hakunamatata
Theme URI: hakunamatata.in
Description: New Wordpress theme for brothersgas
Version: 1.0
Author: Tamilarasan
Author URI: http://hakunamatata.in
*/

/* ===[ General Styles ]=== */
*, :before, :after {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}


@font-face {
	font-family:'Goudy';
	src: url('fonts/GoudyOldStyleRegular.ttf');
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}

@font-face {
	font-family:'TrajanProRegular';
	src: url('fonts/TrajanPro-Regular.ttf');
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 100%;

}

body {
	background:#fff;
	color:#000000;
	padding:0;
	margin:0;

	font-family: "Open Sans";
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	line-height: 1.461;
	text-rendering: optimizeLegibility;


	position:relative;
	cursor:default;
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
}
a:hover {
	cursor:pointer;
	outline:none;	
}
/* ===[ Default Link Styles ]=== */
a {
	color:#000000;
	text-decoration:none;
	line-height:inherit;
	outline:none;
}
a:hover, a:focus {
	text-decoration:none;
	outline:none;
}
a img {
	border:none;
	outline:none;
}

img {
	border:none;
	outline:none;
}

/* ===[ Typography Defaults ]=== */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-style:normal;
	color:#000000;
	text-rendering:optimizeLegibility;
	margin-top:0;
	margin-bottom:0;
	line-height:22px;
}
h1 {
	font-size:36px;
	letter-spacing: -0.04em;
}
h2 {
	font-size:30px;
}
h3 {
	font-size:19px;
}
h4 {
	font-size:17px;
}
h5 {
	font-size:15px;
}
p {
	font-weight:400;	
	line-height:21px;
	margin-bottom:20px;
	text-rendering:optimizeLegibility;
	color:#000000;
}

em, i {
	font-style:italic;
	line-height:inherit;
}
strong, b {
	font-weight:700;
	line-height:inherit;
}
small {
	font-size:60%;
	line-height:inherit;
}
.uppercase {
	text-transform:uppercase;
}
/* ===[ Lists ]=== */
ul, ol {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:400;
	line-height:1.8;
	list-style:none;
}
ol {
	list-style:decimal;
	margin-bottom:0;
	font-family:inherit;
	line-height:1.7;
	list-style-position:outside;
}
/* ===[ Margins ]=== */
.last {
	margin-right:0 !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr8 {
	margin-right: 8px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr12 {
	margin-right: 12px !important;
}
.mr17 {
	margin-right: 17px !important;
}
.mr21 {
	margin-right: 21px !important;
}
.mr22 {
	margin-right: 22px !important;
}
.ml2 {
	margin-left: 2px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.mt22 {
	margin-top: 22px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.t1 {
	top:1px !important;
}
.t2 {
	top:2px !important;
}
.t3 {
	top:3px !important;
}
.t12 {
	top: 12px !important;
}
.t20 {
	top: 20px !important;
}
/* ===[ Icon Align ]=== */
.icon-align {
	position: relative;
}
/* ===[ Dividers ]=== */
.divider {
	display: block;
	width: 100%;
	margin: 0 auto 43px;
	border-bottom: 1px solid #231f20;
	clear: both;
}
.divider2 {
	display: block;
	width: 100%;
	margin: 0 auto 18px;
	border-bottom: 1px dashed #231f20;
	clear: both;
}
/* ===[ Floats ]=== */
.right {
	float: right;
}
.left {
	float: left;
}
/* ===[ SHOW / HIDE ]=== */
.hide {
	display:none !important;
}
.show {
	display:block !important;
}

.fullWidth {
	width:100%;
}
/* ===[ Containers ]=== */
.wrapper {
	min-height:100%;
	min-width: 1160px;
	margin-bottom:-245px;/* equal to footer height */
	overflow:hidden;
}
.wrapper.alt {
	background:#fafafa;
}



.testing {
	width:100%;
	height:400px;
	background-color:#FF0000;
}



div.brotherLogo {
	margin:auto; 
	width:31.3125%;
/*	width:314px; 
	height:305px;*/	
	position:relative;
	border:none;
}


div.brotherLogo #transparent_globe {
	border: medium none;	
	position: absolute;
	z-index: 30;
}

div.brotherLogo img {
	width:100%;
}

#lpg {
  background: url(../../../uploads/2016/11/green-embose.png) no-repeat;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-size: contain;
  
/*	width: 314px;
	height: 305px;	
*/	
}

#chemicals1 {
	background: url(../images/bigblue-embose.png) no-repeat;
/*	width: 314px;
	height: 305px;
	top: 0px;
	left: 0;
*/
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-size: contain;	
}

#chemicals2 {
	background: url(../images/bigblue-embose.png) no-repeat;
	/*width: 314px;
	height: 305px;
	top: 0px;
	left: 0;
	*/
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-size: contain;	
}

#industrial {
	background: url(../images/smallblue-embose.png) no-repeat;
	/*width: 314px;
	height: 305px;
	top: 0px;
	left: 0;
	*/
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-size: contain;	
}

img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}


div.brotherLogo ul li {
   display: none;
   position: absolute;
   text-indent: -9999px;
   z-index: 20;
}



div#headerBar {
	width:100%;
	height:50px;
	/*background-color:#FF0000;*/
	position:absolute;
	z-index:100;
}


#header{
	position:fixed;
	height: 50px;
	display:block;
	width: 100%;
	z-index:90;
	background-color:#FFFFFF;
}

#header{
	top:0px;
}

div#smallLogo {

  display: none;
  width: 35px;
  float: left;
  padding-top: 7px;
  margin-left: 1%;
}

div#smallLogo img{ width:100%;}

div#LogoHeading {

	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	font-style:normal;
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	font-variant:small-caps;
	font-size: 60px;
	letter-spacing: 0.1025em;
	
	width: 100%;
	margin: auto;
	text-align: center;
	color:#000000;
	
}

div#LogoHeadingTagLine {

	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-style:normal;
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	font-variant:small-caps;
	font-size: 30px;
	letter-spacing: 0.1025em;
	
	width: 100%;
	margin: auto;
	text-align: center;
	color:#000000;
	
}

div#ProductsLine {
	width:45%;
	margin:auto;
	clear:both;
/*	margin-top:75px;*/
	margin-top:4%;
	
	font-size:27px;
	font-weight:bold;
	letter-spacing:3px;
}

div.PageContainer {
	width:90%;
	margin:auto;
	clear:both;
	margin-top:4%;
	font-size:27px;
	font-weight:bold;
	letter-spacing:3px;
}

div.PageContentInner{
	width:100%;
	margin:auto;
	text-align:center;
}


div#ProductsLine div.prodDiv {
}

.lineDiv {
	clear:both;
	margin:auto;
	width:100%;
	max-width:204px;
	margin-top:10px;
	line-height:0px;
}

div.ProdHeadings {
	line-height:0px;
	
}

.lineDiv img {
	width:100%;
}

div#productLPG {
	float:left;
	text-align:center;
}

div#productChemicals {
	float:right;
	text-align:center;
}

div#productIndustrial {
	width:58.55745721%;
	float:left;
	text-align:center;
}

.arrowRight {
	position: absolute;
	left: 0;
	top: 0px;
	
	-webkit-transition-duration: 0.37s;
	-moz-transition-duration: 0.37s;
	-o-transition-duration: 0.37s;
	transition-duration: 0.37s;
	
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow:hidden;
}

.arrowRight:hover { 
/*
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg); 
	-o-transform:rotate(90deg);
*/	
}	

.rotateArrow { 
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg); 
	-o-transform:rotate(90deg);
}	

  
div.productLPGHighlighted {
	color:#438941;
}

div#productIndustrial {
}

div.productIndustrialHighlighted {
	color:#303786;
}

div#productChemicals {
	margin-right:0px;
}

div.productChemicalsHighlighted {
	color:#2A87C5;
}

div#ProductsLine a {
	font-size:13px;
	text-decoration:none;
	letter-spacing:1px;
}

div#ProductsLine a:hover {
	text-decoration:none;
}

div#ourGlobalPresence {
	width:100%;
	margin:auto;
	text-align:center;
}

.clearfix { clear:both; width:100%; height:1px; font-size:1px; float:left;}


/*
.brotherLogo{
	-webkit-transition-duration: 1.5s;
	-moz-transition-duration: 1.5s;
	-o-transition-duration: 1.5s;
	transition-duration: 1.5s;
	
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	
	overflow:hidden;

	}	

.brotherLogo:hover	
{ 
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg); 
	-o-transform:rotate(360deg);
}	
*/

.nav-link-menu.content-mode {
    border-color: #fff;
}
.nav-link-logo.content-mode {
    background-position: 13px -41px;
}

img.downArrow { width:1.143%;}

div.downArrowLayer { 
	clear:both; 
	/*margin-top:40px;*/	
}

div.prodDiv {
	cursor:pointer;
}

/*Introduction Slide*/
.intr { width:100%;}
.intr .bnrimg { margin:30px 0px; }
.intr .bnrimg img{ width:100%; max-width:858px; max-height:350px;}

.intr .desc { width:70%; margin:auto}

.intr .desc p { 
	text-align:center; 
	color:#4d4f53; 
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	line-height: normal; 
	letter-spacing:0px;
}

.intr a { text-decoration:none !important;  color:#009ddc; font-family: "Open Sans";font-weight: normal;font-style: normal;font-size: 13px;line-height: 1.461;}
.intr a:hover { text-decoration:none !important;  color:#000000; font-family: "Open Sans";font-weight: normal;font-style: normal;font-size: 13px;line-height: 1.461;}

.intr .col1 { width:48%; float:left;}
.intr .col1 p{ text-align:justify; color:#000000;  letter-spacing:0px; font-family: "Open Sans";font-weight: normal;font-style: normal;font-size: 13px;line-height: 1.461;}
.intr .col1 p strong { color:#000000;}

.intr .col2 { width:48%; float:right;}
.intr .col2 p{ text-align:justify; color:#000000;  letter-spacing:0px; font-family: "Open Sans";font-weight: normal;font-style: normal;font-size: 13px;line-height: 1.461;}



/* ===[ Footer ]=== */
.section .footer { margin-top:60px;}
.footer .inner ,.socket .inner { width:1165px; padding:10px;}
.footer, .wrapper:after {
	/*min-height:245px;/* .push must be the same height as footer */
	padding-bottom:16px;
}
.footer {
	/*min-width: 1500px;*/
	background: #EDEDED;
}
.footer-columns-block {
	width: 100%;
}
.footer-col {
	width: 33.333%;
	float: left;
/*	margin-right: 70px;*/
}
.footer-col ul {
	margin-top: 16px;
}
.footer-col ul li {
	font-size: 13px;
}
.footer-col ul li a {
	color:#494949;
}

.footer-col ul li a strong{
	color:#494949;
}
.socket {
	/*min-width: 1500px;*/
	background: #D8D8D8;
	 border-top: 1px solid #e3e3e3;
}
.socket p {
	font-size:13px;
	color:#444;
	float: left;
	margin-bottom:5px;
	padding-top:18px;
}
.socket a {
	font-size:14px;
	outline: none;
}
ul.social-icons-block {
	float: right;
	margin-top: 18px;
}
ul.social-icons-block li {
	display: inline-block;
	margin-left: 10px;
	color:#444;
}


.main-container {
	margin: 0 auto;
	padding-top: 10px;
	width: 100%;
	position: relative;
}
.main-container.alt {
	padding-top: 39px;
}
.inner {
	display:table;
	width: 90%;
	margin: 0 auto;
}


/* ===============================================
    BLOCKBUILDER ELEMENTS
================================================== */
.blockbuilder-container {
	overflow: hidden;
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	margin-top: -23px;
}
.blockbuilder-container .row {
	display:block;
}
.blockbuilder-container.sidebar {
	width: 811px;
	float: left;
}
.block-group {
	width: auto;
	overflow: hidden;
	padding-top: 10px;
}
div.block {
	margin-bottom: 3%;
}
div.block > * {
	margin-top: 0;
	padding-top: 0;
}
.clear {
	clear: both;
}
.row.two-col.gap.warp-mode {
	margin-bottom: 3.6% !important;
	overflow: hidden;
}
div.block p {
	font-family: "Open Sans" !important;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	line-height: 1.461;
	
	margin-bottom: 20px;
	text-rendering: optimizeLegibility;
	color: #000000;
}
div.block > p.subheader {
	font-size: 18px;
	color: #494949;
	font-weight: 300;
	line-height: 1.3;
	margin-top: 30px !important;
	margin-bottom: 21px !important;
}
div.block > img {
	margin-bottom: 31px;
}
div.block > *:last-child {
	margin-bottom: 12px !important;
}
.col.last, .col.last img {
	margin-bottom: 0;
}
div.content.inner-right > .block-group, div.content.inner-left > .block-group {
	float: left;
	width: 800px;
	margin: 0;
	position: relative;
}
div.content.inner-right > .block-group:first-child {
	float: right;
	width: 183px;
	margin-left: 50px;
}
div.content.inner-left > .block-group:first-child {
	float: left;
	width: 183px;
	margin-right: 50px;
}
.block h1, .block h2, .block h3, .block h4, .block h5, .block h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-style:normal;
	color:#000000;
	text-transform:none;
	text-rendering:optimizeLegibility;
	margin-top:0;
	margin-bottom:0;
	line-height:30px;
}
.block h1 {
	font-size:37px;
	margin-bottom: 39px;
}
.block h2 {
	font-size: 30px;
	margin-bottom: 23px;
}
.block h3 {
	font-size: 24px;
	margin-bottom: 21px;
}
.block h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
.block h5 {
	font-size: 16px;
	margin-bottom: 20px;
}
.block h6 {
	font-size: 13px;
	margin-bottom: 15px;
}
.block b, .block strong {
	font-weight: 700;
}
.center {
	text-align: center;
}
div.block > img.aright {
	float: right;
	margin-left: 31px;
	margin-bottom: 11px !important;
}
div.block > img.aleft {
	float: left;
	margin-right: 31px;
	margin-bottom: 10px;
}
.acenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}
.block a {
	color: #009ddc;
	text-decoration: none;
}
.block a:hover {
	text-decoration: none;
}
.block a.popup-link {
	display:block;
	margin-bottom:-1px;
}
.splitter {
	padding-top: 7px;
	display: block;
	width: 100%;
	margin: 30px 0;
	border-bottom: 1px dashed #e2e2e2;
	clear: both;
}
.clear-fix {
	clear: both;
}
.row div.col > img, .row div.col > iframe {
	width: 100%;
}
.row div.col {
	display:inline-block;
	float:left;
	position:relative;
}
.row.two-col.gap {
	margin-bottom: 3.6%;
}
.row.two-col > div.col {
	width: 226px;
}
.row.two-col.gap > div.col {
	margin-left: 3.7%;
	width: 48.1%;
}
.row.two-col.gap.alt > div.col {
	width: 48.1%;
}
.row.three-col > div.col {
	margin-left: 2.6%;
	width: 31.6%;
}
.three-col.col.image_link > img:last-child {
	margin-bottom: 0;
}
.row.four-col > div.col {
	margin-left: 2%;
	width: 23.5%;
}
.row.two-col > div.col:first-child, .row.two-col > div.col.first, .row.three-col > div.col:first-child, .row.three-col > div.col.first, .row.four-col > div.col:first-child, .row.four-col > div.col.first {
	margin-left: 0 !important;
}
div.row.four-col {
	margin-bottom: 2%;
}
img {
	border: 0;
}
.image_link > img {
	width: 100%;
	margin-bottom: 30px;
}
ul.menu {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
ul.menu li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FACCDE;
}
ul.menu li:first-child {
	border-top: 1px solid #FACCDE;
}
ul.menu li a {
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin: 1px 0;
	padding: 10px 5px;
	line-height: 20px;
	text-decoration: none;
}
ul.menu li a.active {
	font-weight: 600;
	background-color: #fde5ee;
}
ul.menu li a:hover {
	background-color: #fde5ee;
}
.block ul, .block dl, .block ol {
	margin-bottom: 12px !important;
	margin-left: 0;

	font-family: "Open Sans";
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	line-height: 1.461;
	
	padding-left: 28px;
	list-style:disc;
}
.block ul li:before {
	margin-right: 13px;
}
.block dl, .block ul {
	margin-left: 0;
	margin-bottom:0px !important;
/*	padding-left:0px;*/
}
.block li {
	padding-bottom: 5px;
	margin: 0;
	line-height: 1.461;
	color: #000000;
	text-align:left;
	width: 100%;

}
.block li span {
	color:#000000;
}
.block ol li {
	list-style: decimal;
	text-indent: 0;
}
block dl, .block dt {
	margin-bottom: 0 !important;
	font-size: 18px;
	font-weight: normal;
	font-family: inherit;
	line-height: 1.6;
	list-style: none;
}
.block dd {
	font-style: italic;
	margin-bottom: 5px !important;
	line-height: 1.6;
	list-style-type: none;
	list-style-position: outside;
	display: list-item;
	margin-left: 0px;
	font-size:13px;
	color: #000;	
}
.block dl dt {
	font-weight: bold;
}
.block .blockquote {
	margin-bottom: 25px !important;
}
.block .blockquote p {
	font-style: italic;
	color: #959595;
	margin-left: 28px;
	margin-bottom:10px;
}
.block .blockquote span {
	color: #494949;
	font-size: 18px;
	margin-left: 28px;
}


.globalPresence { width:45%; text-align:left;}
.saleOffice { text-align:right; border-right:solid 1px #333333; padding-right:50px; width:51%;}
.globalPresenceContacts {
	width:80%;
	margin:auto;
	margin-top:25px;
}

.leftAlign { text-align:left;}
.rightAlign { text-align:right;}
.centerAlign { text-align:center;}
.globalPresenceContactsItem {
	float: left;
	width:32%;
	margin-top:20px;
}

.intr .detailsPages p { 
	text-align:left;
	text-transform: none;
	font-size:13px;
}

.desc detailsPages {
	width: 100% !important;
}
.desc {
width: 100% !important;
}
.intr a.custBtn,.custBtn {

    display: block;
    background: none;
    color: #009ddc  !important;
    padding: 6px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
	font-size: 13px !important;
	text-decoration:none !important;
}

.intr a.custBtn:hover,.custBtn:hover {
    background: none !important;
	font-weight:bold;
    color: #000  !important;
}

.intr a.custBtnActive {
    background: none !important;
	font-weight:bold;
	color: #000  !important;
}


.custBtnContainer {
/*	margin-top:15px; */
	margin-bottom:5px;
	width:295px; 
	float:left;
	margin-right:10px;
	background-color: #FFFFFF; 
}

.custBtnContainer-last { margin-right:0px;}

.custBtnContainer p{ 
	padding:10px !important;
	text-align:justify !important;
	font-size:17px !important;
	line-height:20px !important;
}

.indGas-division {
	float:left;
	margin-bottom:0px;
	width:25%;
/*	width:100%;*/
}

.indGas-BulkCompressed {
	float:left;
	margin-bottom:0px;
	width:30%;
	text-align:left;
	margin-bottom:2px;
}

.otherBrands {
	float:left;
	
	margin-right:20px;
	max-width:250px;

}

.otherBrands img { width:100%;}


.mainContainerNew {
	margin:auto;
	max-width:1165px;
	width:100%;
	text-align:left;
}

.leftNav {
	float:left; 
	width:20%;
/*	padding:10px;*/
	padding-top:0px;
	padding-left:35px;
}

.contentArea {
	float:left;
	width:80%;
	padding-top:0px;
	padding-left:35px;
	
}


/******************************/
#headerNew {
/*  border-bottom: solid 2px #B3B3B3;*/

	-webkit-box-shadow: 0 8px 6px -6px #B3B3B3;
	-moz-box-shadow: 0 8px 6px -6px #B3B3B3;
	box-shadow: 0 8px 6px -6px #B3B3B3;
	width:100%;
	position:fixed;
	background-color:#FFFFFF;
	height:85px;
	display:block;
	z-index:101;

}


#headerNew #logo {
  display: block;
  float: left;
  height: auto;
  margin: 0;
  overflow: hidden;
  text-align: center;
  margin-top:8px;
  width:145px;
}

#headerNew #logo a:first-child {
  display: inline-block;
  width: 115px;
}

#headerNew #logo img {
  height: auto;
}

#header .inner {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}
#headerNew .inner {  
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  min-width: 0;
  width: auto;
  padding: 30px 0 13px;
  position: relative;  
  width:960px;
  margin:auto;
  padding-bottom:0px;
  padding-top:0px;
}

#headerNew .inner:after,#headerNew .inner:before {
  content: "";
  display: table;
}

#headerNew .inner:after {
  clear: both;
}



#headerNew .mobile-nav {
  left: -9999em;
  left: -75%;
  padding: 5px;
  position: absolute;
  top: 55px;
  width: 75%;
}

#main_menu {
  display: inline-block;
  margin: 0px;
  width:80%;
  margin-left:-34px;
}

.vm-theme #main_menu {
  margin: 35px 0 0 30px;
}

.menu_item {
  float: left;
  font-size: 21px;
  margin: 0px;
  height: 35px;
  position: relative;
}

.vm-theme .menu_item {
  margin: 0;
}

.menu_item:last-child,.vm-theme .menu_item:last-child {
  margin: 0;
  float:left;
}

.menu_item:hover {
  background: #fff;
  margin-left: 0px;
  margin-top: 0px;
  position: relative;

}

.menu_item:hover+.subnav_outer {
  z-index: 100;
}

.menu_item_container{
	border: 1px #fff solid;
	border-bottom: none;
}

.menu_item:hover .menu_item_container{

    background: #fff;
    border: 1px #ccc solid;
    border-bottom: none;
    position: relative;
    z-index: 200;
	line-height:35px;

/*
  background-color: #4584d1;
  color: #fff;
*/  
  
}

.menu_item:hover .menu_item_container a {

  color: #000;

/*
  background-color: #4584d1;
  color: #fff;
*/  
  
}

.menu_item a {

	display: block;
	box-sizing: border-box;
	color: #000;
	font-size: 18px;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-weight: 400;
	line-height: 35px;
	padding: 0 20px 0px;
}

.menu_item a.menuActive{
	background-color:#FFFFFF !important;
	color:#000 !important;
}

.menu_item .current-page-ancestor a{
	background-color:#FFFFFF !important;
	color:#000 !important;
}


.menu_item a:hover {
  text-decoration: none;
  color: #fff;
}


.menu_item.sfHover .subnav_outer,.menu_item:hover .subnav_outer {
  left: 0;
}

.menu_item.sfHover .subnav,.menu_item:hover .subnav {
  padding: 15px 15px 12px;
  width: 100%;
}

.subnav_outer {
  background: #fff;
  border: 1px #ccc solid;
  font: 11px Verdana;
  left: -999em;
  overflow: hidden;
  position: absolute;
  top: 35px;
  z-index: 101;
}

.subnav_outer .subnav_inner {
  float: left;
  width: 100%;
}

.subnav_outer .subnav {
  background-position: top left;
  background-repeat: repeat-y;
  float: left;
}

.subnav_outer .subnav .industries_list,.subnav_outer .subnav .industries_list ul ul {
  margin-bottom: 0;
}

.subnav_outer .subnav .industries_list ul ul {
  margin-top: 3px;
}

.subnav_outer .subnav .industries_list li a {
  font-weight: 700;
  padding-bottom: 3px;
}

.subnav_outer .subnav .industries_list li li a {
  font-weight: 400;
}

.subnav_outer .subnav .select_industry {
  color: #8cc63e;
  font-weight: 700;
  margin: 5px 0 15px;
}

.vm-theme .subnav_outer .subnav .select_industry {
  color: #008bb0;
}

.subnav_outer .search {
  border-top: 1px solid #ccc;
  padding: 5px 0 0 0;
  margin: 10px 0 0 0;
}

.subnav_outer img {
  border: solid 0 #ccc;
  padding: 2px;
  min-width: 129px;
}

.subnav_outer li a {
  color: #6d6d6d;
  font-family: "Open Sans";
  font-size: 13px;
  text-decoration: none;
  padding-left: 0;
  word-wrap: break-word;
  line-height:25px;
  padding-bottom:0px;
  letter-spacing:0px;
  text-transform:none;
}

.subnav_outer ul {
    list-style: none;
    width: 100%;
    float: left;
}

.subnav_outer ul li {
    padding-bottom: 0px;
    float: left;
    margin-left: 25px;
    width: 98%;  
	font-family: "Open Sans";
}

.subnav_outer ul li a:hover {
  color: #009DDC;
}

.subnav_outer .submenu_item {
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #fff;
  font-size: 11px;
  padding: 10px;
  border: solid 1px #ccc;
}

.subnav_outer .column {
  font-family: "Open Sans";
  font-size: 16px;
  float: left;
  width: 50%;
}

.menu_item4 .subnav_outer .column  {
  font-family: "Open Sans";
  font-size: 16px;
  float: left;
  width: 100%;

}

.menu_item4 .subnav_outer ul li  {

padding-bottom: 0px;
    float: left;
    margin-left: 9px;
    width: 98%;
    font-family: "Open Sans";
	
}

.subnav_outer .column .caption {
  color: #8cc63e;
  display: block;
  line-height: normal;
  text-align: left;
  font-size:13px;
}

.subnav_outer .column .caption:hover {
  color: #000000;
}

.vm-theme .subnav_outer .column .caption {
  color: #009ddc;  
}

.vm-theme .subnav_outer .column .caption:hover {
  color: #008bb0;
}

.subnav_outer .column a {
  width: 100%;
}

.subnav_outer .center {
  text-align: center;
  width: 135px;
  margin-left: 15px;
}

.menu_item1 .subnav_outer,.menu_item2 .subnav_outer,.menu_item4 .subnav_outer,.menu_item5 .subnav_outer {
/*  width: 540px;*/
  width: 200px;
}

.menu_item1 .subnav_inner,.menu_item2 .subnav_inner,.menu_item4 .subnav_inner,.menu_item5 .subnav_inner {
  padding-bottom: 2px;
}

.menu_item1 .subnav,.menu_item2 .subnav,.menu_item4 .subnav,.menu_item5 .subnav {
  width: 452px;
}

.menu_item3 .subnav_inner {
  padding-bottom: 3px;
/*  width: 800px;*/
  width: 470px;
}

.menu_item3 .subnav {
  width: 676px;
}

.menu_item3.sfHover .subnav_outer,.menu_item3:hover .subnav_outer {
  left: -135px;
/*  left: 0px; */
}

.menu_item4.sfHover .subnav_outer,.menu_item4:hover .subnav_outer,.menu_item5.sfHover .subnav_outer,.menu_item5:hover .subnav_outer {
  left: auto;
  right: 0;
}

.imgRight {

	width:50%; 
	float:right; 
	margin-left:15px; 
	margin-bottom:15px;
	padding:5px;
	border:solid 1px #B3B3B3;
/*
	-moz-box-shadow:    3px 3px 5px 6px #B3B3B3;
	-webkit-box-shadow: 3px 3px 5px 6px #B3B3B3;
	box-shadow:         1px 1px 1px 1px #B3B3B3;
  	*/

}

.pt75 { padding-top:75px;}

.indGas { width:100%; margin-right:0px; margin-bottom:0px;}


.intr a.custBtn span {}
.font15 {
	font-size:19px !important;
	font-family: "Open Sans";
	color: #009ddc;
	font-weight:400 !important;
}

.font14 {
	font-size:14px !important;
	font-family: "Open Sans";
	color: #009ddc;
	font-weight:400 !important;
}

.pt0 { padding-top:0px !important;}
.pl30 { padding-left:30px !important;}
.pl45 { padding-left:45px !important;}
.pl60 { padding-left:60px !important;}

.PageHead:before {
    content: '';
    background: url(../images/left-arrow.png) no-repeat !important;
    display: block;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 7px;
    width: 20px;
}

.col_right .PageHead { padding-left:15px;}

.col_right .PageHead:before { background: none !important;}
.col_right .PageHead:after {
    content: '';
    background: url(../images/right-arrow1.png) no-repeat !important;
    display: block;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 20px;
}

.PageHead {    
/*	background: url(../images/linkbg.jpg) repeat-x ;*/
	background-color:#F1F1F1;
    color: #00a9e0;
	border:solid 1px #e0e0e0;
	height:35px;
	letter-spacing:1px;

    display: block;
    font-family: TheSansOffice;
    margin-bottom: 4px;
    padding: 7px 15px 0px 25px;
    vertical-align: middle;
    word-wrap: break-word;
	position:relative;

	
}

.PageHead a.custBtnActive { color:#009ddc !important; padding:0px;}

.lh0 { line-height:0px !important;}

.pt100 { padding-top:100px;}


.contentArea .col_left { 
	width: 61%; 
	float:left;
	
}

.contentArea .col_right { 
	width: 39%; 
	float:right;
    padding-bottom: 15px;
    padding-right: 0px;	
	padding-left:35px;
	
}

#contacts_container {
    margin-bottom: 35px;
}

.contentArea .col_right h2 {
    color: #000;
    margin-bottom: 5px;
	font-size:15px;
}


.contentArea .col_right ol, ul {
/*    list-style: none !important;
    padding: 0px !important;
*/	
}


.vcard-info {
    color: #6d6d6d;
    display: block;
    border: solid 1px #ccc;
    background-color: #eee;
    font-family: TheSansOffice;
    font-size: 1em;
    padding: 0 5px 5px 35px;
    margin: 0 0 10px 0;
    overflow: hidden;
    position: relative;
}

a.vcard-info:before {
    content: '';
    background: url(../images/commonIcons.png)no-repeat -42px 0;
    display: block;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 10px;
    width: 20px;
}

#contacts_container .vcard-info {
    color: #000;
    font-size: 13px;
    padding: 8px;
	text-decoration:none !important;
	margin-bottom:0px;
}

#contacts_container .vcard-info:hover {
    color: #fff;
	background-color:#009ddc ;
	text-decoration:none !important;
}

.vcard-info dl {
    margin: 0;
    padding: 0 10px 0 15px;
}

.vcard-info dt {
    display: inline-block;
    font-size: 15px;
    font-size: .9375rem;
    width: 100%;
}
.vcard-info dt a {
    display: inline-block;
    font-size: 13px;;
    padding-right: 12px;
    position: relative;
	color:#009ddc;
	font-weight:bold;
}

.vcard-info dt a:before {
    content: '';
    background: url(../images/commonIcons.png)no-repeat -36px -21px;
    display: block;
    height: 10px;
    width: 5px;
    top: 5px;
    right: 0;
    position: absolute;
}

.vcard-info dt a:hover {
	font-weight:bold !important;
	color:#000;
	text-decoration:none !important;
}

.mainContainerNew .contentArea .col_left p { text-align:justify;}

.aerosolList { 
	float:left;
	margin-right:5px;
	width:33%;
}

.contact-form span.note {
    color: #888;
    font-size: 13px;
    margin: 12px 0 10px;
    display: block;
}

.contact-form div.clear {
    margin: 12px 0 10px;
    display: block;
}

.contact-form div.clear {
    margin: 20px 0 10px;
    display: block;
}

.button {
    font-weight: 700;
    line-height: 1.3;
    margin: 6px 0 0;
    font-size: 13px;
    background-color: #009ddc;
    border: none;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 17px;
}

/* ===[ Validations ]=== */
span.error, span.confirmed {
	display: block;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: normal !important;
	margin-bottom: 6px;
	margin-top: -14px;
	padding: 6px 10px;
	color: #e44b43 !important;
	background: #fef8f8;
	border: 1px solid #f8cdc9;
	line-height: normal;
}
span.confirmed {
	background: #f7fcf9;
	border: 1px solid #c6ebd7;
	margin-bottom: 30px;
	color: #31b76e !important;
	width: 90%;
	margin: 0 auto 20px;
}

.formLabel { clear:both; margin-bottom:5px;}

#ContactFrm input ,#ContactFrm textarea{ border:solid 1px #999999;}


.uk-responsive-width {
    max-width: 100%!important;
    height: auto
}

.uk-width-medium-1-3, .uk-width-large-1-1 {
	width: 100%;
	margin-bottom:20px;	 
}

.slide {
    color: #fff;
}

.slide, .slide img {
    width: 100%;
}

.uk-overlay {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}
.uk-overlay, .uk-thumbnail {
    margin: 0;
    display: inline-block;
    max-width: 100%;
}
.uk-badge, .uk-close, .uk-overlay {
    vertical-align: middle;
}


.slide .slide-panel {
    transition: background-color .5s ease-in-out, color .5s ease-in-out;
    background-color: rgba(2, 2, 2, .4);
}

.slide .slide-panel:active,
.slide .slide-panel:hover {
    background-color: rgba(255, 255, 255, .6);
    color: #000
}

.uk-flex-bottom {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.uk-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.uk-overlay-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
}

.slide .slide-panel .slide-title {
    cursor: default;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    padding: 0;
}

.slide .slide-panel .slide-date {
    cursor: default;
    font-size: 12px;
    opacity: .75;
    padding-top: 10px;
}

.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.uk-link, a {
    color: #07D;
    text-decoration: none;
    cursor: pointer;
}


.tm-icon-search-white {
    background-image: url(../images/search-white.png)
}

.tm-icon-search {
    background-image: url(../images/search.png)
}
.tm-icon-menu {
    background-image: url(../images/menu.png)
}
.tm-icon-phone {
    background-image: url(../images/phone.png)
}
.tm-icon-close {
	  background-image: url(../images/menu.png);
/*    background-image: url(../images/close.png)*/
}

.tm-icon-close-menu {
    background-image: url(../images/close.png)
}

.tm-icon-close-menu-white {
    background-image: url(../images/close-white.png)
}
.tm-icon-facebook {
    background-image: url(../images/facebook.png)
}
.tm-icon-twitter {
    background-image: url(../images/twitter.png)
}
.tm-icon-googleplus {
    background-image: url(../../../uploads/2016/11/youtube-normal.png)
}
.tm-icon-linkedin {
    background-image: url(../images/linkedin.png)
}

.tm-icon-home {
    background-image: url(../images/home-normal.png);
	background-position:0px 2px !important;
	width:25px !important;
	height:25px !important;
	margin-right:10px;
}

[class*=tm-icon-] {
    display: inline-block;
    line-height: 1;
    width: 32px;
    height: 32px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.footer-socials .social-icon {
    height: 27px;
    width: 27px;
    opacity: .7;
    transition: opacity .1s
}
.footer-socials .social-icon:hover {
    opacity: 1
}


.uk-flex-space-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.footer-socials {
    padding: 8px 40px;
}

.equal_3_col { float:left; margin-right:30px; margin-bottom:20px;}
p.clear { padding-top:15px;}



/****************************/
nav#slide-menu {
	position: fixed;
	top: 0;
	left: -350px;
	bottom: 0;
	display: block;
	float: left;
	width: 80%;
	max-width: 319px;
	height: 100%;
	background-color:#8CC63F;
 
	/*#76A73D;*/
	border-right:dotted 1px #ddd;

	-moz-transition: all 400ms;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	z-index:1050;
}

div#slide-menu {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	display: block;
	float: left;
	width: 100%;
	height: 100%;

	-moz-transition: all 400ms;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	z-index:10;
}

body.menu-active nav#slide-menu { 
	left: 0px; 
	    z-index: 99999;
}

div#content {
/*	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
*/	
	padding: 0px;
	overflow: auto;
	background: #ffffff;
	border-radius: 0;

/*
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-moz-box-shadow: -3px 0 6px darken(#556270, 5%);
	-webkit-box-shadow: -3px 0 6px darken(#556270, 5%);
	box-shadow: -3px 0 6px darken(#556270, 5%);

	-moz-transition: all 600ms;
	-webkit-transition: all 600ms;
	transition: all 600ms;

*/
}

body { padding-top:50px;}

body.menu-active div#content{ 
	/*left: 284px;*/ /*left:85%;*/

/*
	position: fixed;
	top: 0px;
	left: 0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
*/
	overflow:hidden !important;
}

.noScroll {
	position: fixed;
	top: 0px;
	left: 0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
	padding-bottom:150px;

	overflow:hidden !important;
}
div#fullpage { 
	left: 0; 
	-moz-transition: all 600ms;
	-webkit-transition: all 600ms;
	transition: all 600ms;
	
}

body.menu-active div#fullpage { 
/*	left: 85%; */
	
}
body.menu-active div#content .menu-trigger { left: 294px; }

.menuActive {
	color: #fff !important;
	font-weight: 700 !important;
}

.footerMenu a.menuActive {
	color: #494949 !important;
	font-weight: 700 !important;
}

.current-page-ancestor .menuActive { color: #ffffff !important; font-weight:normal !important;}
.subnav .menuActive { color: #000 !important; font-weight:700 !important;}

.show_menu_mask {
    position: fixed;
	z-index: 1010;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
	left: 0;
	
    width: 100%;
    height: 100%;
    
    background-color: #000;
    opacity: .5;
    
	overflow:hidden;

	-moz-transition: all 100ms;
	-webkit-transition: all 100ms;
	transition: all 100ms;
	
}

body.menu-active {margin: 0; height: 100%; overflow: hidden !important;}

.ScrollContainer {
	height: 100%;
	overflow-y: auto;
	z-index: 1050;
	-webkit-overflow-scrolling:touch;
	padding-bottom:0px;
}
/* tamil coding */
header h1 {
	display: none;
}
.menu_item6 .subnav_outer {
 width: 212px;
 }
 .menu_item6 .subnav_outer .column {
    font-family: "Open Sans";
    font-size: 16px;
    float: left;
    width: 100%;
 }
 .uk-form input[type="search"] {
 
 border-color: #000;
 }
 #Send-button-id {
     cursor: pointer;
    background: #009ddc;
    color: white;
    border: none;
    height: 40px;
    width: 80px;
    }
 .Send-button-id {
 
  cursor: pointer;
    background: #009ddc;
    color: white;
    border: none;
    height: 40px;
    width: 80px;
    }
.button-primary { 
 cursor: pointer;
    background: #009ddc;
    color: white;
    border: none;
    height: 40px;
     width: 100px;
    }   
 .clear11 {
 padding: 12px;
 }
#table-bgcolr {
	 border: 1px solid #DCDCDC;
    text-align: center;
    padding: 5px;
	background-color: #ededed;
	font-size: 13px;
	}
.product-row {
	 width: 100%;
 }
.store {
	width: 32%;
	display: inline-block;
	border: 1px solid #999;
}
#arrival {
    background: #a46ead;
    width: 80px;
    padding-left: 5px;
    color: #fff;
    margin-top: 10px;
    font-size: 12px;
    }
.product-image {
	text-align: center;
	}
#pro-img {
	text-align: center;
	margin-top: -15px;
	    height: 130px;
	}

#details {
    padding: 10px 5px;
    text-align: left;
    color: #4d4f53;
    font-family: Verdana;
    font-size: 12px;
    margin: 0px;
    }
#price
{
    color: #4d4f53;
    font-family: Verdana;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0px;
    padding-left: 5px;
    margin: 0px;
     }
.buynow {
    float: right;
    padding-right: 5px;
   
    }
#buy-now {
        background: #175c93;
    padding: 2px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    }
#product-title {
	    display: block;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 35px;
    
    }
  .contentArea .col_left-pro {
    width: 69%;
    padding-bottom: 15px;
    padding-right: 0px;
    float: left;
}  
.contentArea .col_right-pro {
    width: 31%;
    float: right;
    padding-bottom: 15px;
    }
#order-now {
cursor: pointer;
    background: #009ddc;
    color: white;
    border: none;
    height: 40px;
    width: 120px;
}   
.mobileNum {
border: 1px solid #333;
}    
 .jobman-message {
background-color: #F1F1F1;
color: #009ddc;
border: solid 1px #e0e0e0;
display: block;
width: 80%;
text-align: center;
margin: 0 auto;
padding: 30px;
font-size: 20px;
margin-bottom: 20px;
}
 #contact1 {
     text-transform: capitalize;  
     }
 #contact3 {
   text-transform: capitalize;  
     }    
 #fname {
  text-transform: capitalize; 
  }
  #lname {
  text-transform: capitalize; 
  }
 input:required {
    box-shadow:none;
}
input:invalid {
    box-shadow:none;
}   
#product_option {
   box-shadow:none;
   }
#knw
	background: #009ddc; 
	width: 210px; 
	height: 209px;
 	margin-top: 10px;
	font-size: 20px;
	overflow: hidden;
	text-align: center;
	margin-right: 10px;    
	box-shadow: 2px 2px 2px #888888; 
	padding-top: 40px;    
 }  
/* after live */
#label-store {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    width: 25% !important;
   
} 
.label-store {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    width: 25% !important;
   
}   

.input-store {
	width: 30%;
	text-align: left;
    	font-weight: normal;
    	font-size: 11px;
    	text-transform: capitalize;
    	border: solid 1px #999999;
      }
.group {
    text-align: left;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    }    
.add-map  { 
    margin: 20px;
    border: 1px solid #333;
    width: 20%;
    height: 100px;
    float: right;
     }   
.self-addres1
	{
	width: 78%;
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 100px;
    	} 
.radiogroup {
	height: 150px;
	width: 100%;
	margin-top: 20px
	}   
.col-left-radio   {
	width: 60%;
	float: left;
	height: 30px;
	}
.col-left-radio1   {
	width: 5%;
	float: left;
	height: 30px;
	}
.col-right-map {
	width: 32%;
	float: right;
	height: 80%;
	border: 1px solid #333;
	overflow: hidden;
	
	}

#Delievery-Address {
margin-top: 20px;
} 
.groups {
margin-top: 20px;
}
.col_right_details
{
float: right;
width: 65%;
padding: 30px;
}
.col_left_details
{
float: left;
width: 35%;
padding: 30px;
border-right: 1px solid #ededed;
}
#details-label {
 float: left;
 width: 100px;
 }
.details-price {
	display: flex;
    flex-direction: row;
    align-items: center;
        margin: 15px 0px;
    }
#price-amount {
    font-size: 21px;
    font-weight: 700;
    color: #009ddc;
    display: inline-block;
    }
#availability {
    font-size: 12px;
    font-weight: 700;
    color: #009ddc;
    display: inline-block;
}
#quantity {
font-size: 14px;
    font-weight: 700;
    color: #009ddc;
    display: inline-block;
}
.ProductVariants__horizontalSeparator___2CTIK {
    border-bottom: 1px solid #d8d8d8;
    margin-top: 15px;
    }
.dropbtn {
     
    
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
     
}

.dropdown {
    float: right;
    position: relative;
    display: inline-block;
    
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 20px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 0px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show1 {display:block !important;
top: 50px;
right: 30px;
}
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.html');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}





