body { color: #555 }
.wrapper { width: 100%; max-width: 1200px; display:block; margin:auto;}
#column-right p, #column-left p, #column-right ul, #column-left ul, .intro, .container p { font-size: 14px; line-height: 1.7em; margin: 10px 0; font-family: "Open Sans",Tahoma,Geneva,sans-serif; }
ul.bulletList { list-style:circle; margin: 10px 0 20px 30px; padding-left: 20px; line-height: 1.7em; font-size: 14px  }
strong, b { font-weight:bold }
a { font-family: 'Open Sans', sans-serif; font-size: 15px; color: #212121; text-decoration:none }
a:hover { color: #0CC4A0 }
a, img {
    border:none;
    outline:none
}
img.floatRight { float: right; margin: 0 0 20px 20px }
img.floatLeft { float: left; margin: 0 20px 20px 0 }
.sortForm { display: inline; }
h1 { 
	font-family: "Open Sans",Tahoma,Geneva,sans-serif;
	color: #555;
    font-size: 40px;
    font-weight: normal;
    line-height: 50px;
    margin-bottom: 30px;
    margin-top: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.intro h1 { margin-bottom: 0px }
h2 { 
	font-family: "Open Sans",Tahoma,Geneva,sans-serif;
	color: #555;
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}
span.resultsHeading {font-size: 25px; color: #0CC4A0}
.refine h2, .intro h2 { color: #15A386; font-size: 22px }

header { background: #FCF9F9; }
.headerContainer { width: 100%; max-width: 1200px; display: block; margin: auto; position: relative;  }

.topBar { padding: 5px 10px; background: #f0f0f0; overflow:hidden;  }
.topBar .links { white-space: nowrap; text-align:center; float: right; }
.topBar .links li { float: left; margin-left: 8px;}
.topBar .links a { color: #888 !important; font-size: 12px; padding-right: 5px }
.topBar .links a:hover { text-decoration: underline}
.topBar .links img {vertical-align: middle; max-height: 20px;}
.topBar .links li:after { content:" | "; color: #ddd; font-size: 13px }

h2.slogan {
     color: #555;
    display: inline;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 17px;
    margin: 0 auto;
}
#logo { padding: 10px 0; display:block; float: left; margin: 0 140px 0 0;}
#logo img {}

#search { background: #FFF none repeat scroll 0 0;
    border-radius: 2px;
    float: right;
    height: 35px;
    width: 250px;
    z-index: 1000;
	margin:	20px 0 0
}
#search input {
    background: transparent none repeat scroll 0 0;
    border: thin solid #0CC4A0;
    box-shadow: none;
    color: #333;
    font-size: 12px;
    height: 35px;
    padding-left: 10px;
    width: 80%;
}
.button-search {
	border: thin solid #0CC4A0;
    background: rgba(0, 0, 0, 0) url("../img/button-search.png") no-repeat scroll center -9px ;
    cursor: pointer;
    float: right;
    height: 35px;
    width: 20%;
	border-left: none;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.button-search:hover { background: rgba(12, 196, 160, 1) url("../img/button-search.png") no-repeat scroll center 8px ; }

::-webkit-input-placeholder { color: #333 !important;  font-family: 'Open Sans', sans-serif; font-style:normal !important; font-size: 11px}
:-moz-placeholder { /* Firefox 18- */ color: #333 !important;    font-family: 'Open Sans', sans-serif; font-style:normal !important; font-size: 11px  }
::-moz-placeholder {  /* Firefox 19+ */  color: #333 !important;   font-family: 'Open Sans', sans-serif; font-style:normal !important; font-size: 11px  }
:-ms-input-placeholder { color: #333 !important; font-family: 'Open Sans', sans-serif; font-style:normal !important; font-size: 11px }

.navbar-fixed {
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(199,199,199,1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(199,199,199,1);
	box-shadow: 0px 0px 4px 0px rgba(199,199,199,1);
}
.scroll-height { height: 58px !important; -webkit-box-shadow: 0px 0px 5px 0px rgba(99,98,56,1);-moz-box-shadow: 0px 0px 5px 0px rgba(99,98,56,1);box-shadow: 0px 0px 5px 0px rgba(99,98,56,1); }
img.logo2 { display: block; float: left; margin-top: -100px;}
.hide { display: none !important; visibility: hidden !important  }
.show { margin-top: 0 !important; transition: margin-top ease-in 0.5s }
.push { margin: 112px auto 30px !important }

.blockWrap .socialLinks { width: 150px; height: 25px; white-space: nowrap; text-align:center; float: left; margin: 20px 10px 0 0 }
.blockWrap .socialLinks img {vertical-align: middle; max-height: 25px; max-width: 160px; background: #fff; -webkit-border-radius: 4px;-moz-border-radius: 4px; border-radius: 4px; }
.blockWrap p { font-size: 13px; line-height: 1.7em }
h3 { line-height: 1.6em }
.about h3, .sales h3 { font-weight: bold; }
h3.note { color: #0CC4A0; border-bottom: 1px solid #555; line-height: 28px; line-height: 1.6em }
input[type="text"], input[type="password"], textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding: 4px;
}
select.sort { height: 30px; margin: 0 0 0 30px; vertical-align: text-top;  }
select.sort:focus {border-bottom: none !important}
.container { width: 100%; max-width: 1200px; display: block; margin: auto; position: relative; padding:0 10px  }
#column-left { width: 270px; float: left; font-size: 22px; margin-bottom: 20px; text-align: left; } 
.breadcrumbs { margin: 10px 0; font-size: 12px; float: right }
.breadcrumbs a { margin: -20px 0 10px 0; font-size: 12px }
#column-right { width: 890px; float: right;}
.column-header { font-size: 22px; margin:10px 0 20px; padding-left: 10px; text-align: left; line-height: 40px; background: #f0f0f0; border: 1px solid #888; color: #555; font-family: "Open Sans",Tahoma,Geneva,sans-serif !important;} 
#left-nav { border: 1px solid #e4e4e4; width: 100%; margin-bottom: 30px }
.left-nav-item { width: 100%; border-bottom: 1px solid #e4e4e4; font-family: 'Open Sans', sans-serif; }
.left-nav-item:nth-last-of-type(1) { border-bottom: transparent}
.left-nav-item a { text-decoration:none; font-size:14px; color: #333; padding: 20px 20px; display: block }
.left-nav-item a span { color: #EE1D24 !important; font-size: 11px; }
h5 { color: #0CC4A0 !important; font-size: 13px; margin: -20px 0 20px }
.left-nav-item:hover, .leftMenu-current { color: #FFF !important; background: #15A386; -webkit-transition: background ease 0.3s; -moz-transition: background ease 0.3s; -o-transition: background ease 0.3s; transition: background ease 0.3s; }

/*SLIDESHOW*/
section.slideshow { width: 100%; max-width: 1200px; margin: auto; display: block }
.slider-wrapper { margin-bottom: 30px; }

/*CONTACT US*/
.leftColWrap {
    background: #0cc4a0 none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #FFF;
    margin: 10px 0 30px;
    overflow: hidden;
    padding: 6%;
    position: relative;
    text-align: center;
	width: 270px;
	line-height: 1.2em
}
.leftColWrap h2 {
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 22px;
    margin: 0 0 15px;
    padding-bottom: 11px;
    text-transform: uppercase;
}
.leftColWrap ul{ 
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: auto !important;
    width: 95%;
	text-align:left !important
}
.leftColWrap input {
    background: #eee none repeat scroll 0 0;
    font-size: 15px;
    padding: 10px;
    width: 83%;
}

/*FEATURED*/
#featured { margin: 0 0 30px 0; width: 100% }
#featured h3 { position: relative; z-index:88888 }
.productDetails > ul { font-family: "Open Sans",Tahoma,Geneva,sans-serif; max-height: 150px !important; margin-top: 0 !important; overflow: hidden; font-size: 12px !important;}
#featured .productDetails > ul { max-height: 112px !important; overflow: hidden;  }
.featured { position:relative; width: 23.1%; float: left; height: inherit; max-height: 390px; border: 1px solid #e4e4e4; margin-right: 15px; padding: 10px }
.featuredImage_wrap { height: 180px; width: 180px; white-space: nowrap; text-align: center; margin:auto }
.featured img { vertical-align:middle; width: 170px; margin:auto; max-height: 170px; max-width: 170px; -webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s; -o-transition: all ease-in-out 0.3s; transition: all ease-in-out 0.3s; }
.featured img:hover {
	-ms-transform: scale(1.10,1.10); /* IE 9 */
    -webkit-transform: scale(1.10,1.10); /* Chrome, Safari, Opera */
    transform: scale(1.10,1.10);
}
.featured-products {
    padding-left: 45px !important;
}
.moreInfo { border: 1px solid #0CC4A0; font-family: 'Open Sans', sans-serif; font-size:12px; text-align:center; position: absolute; bottom: 10px; width: 100px; color: #0CC4A0; background: #FFF; padding: 10px 5px; margin: 10px auto 0; left: 0; right: 0; text-decoration:none; text-transform:uppercase; -webkit-transition: all ease 0.2s; transition: all ease 0.2s }
.moreInfo:hover { background: #0CC4A0; color: #FFF !important }
/*.featured:nth-child(4n) { margin-right: 0 !important }*/
.featured .moreInfo {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #0cc4a0;
    bottom: 10px;
    color: #0cc4a0;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    margin: 0 auto;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    width: 110px;
}
.featured .moreInfo:hover { background: #0CC4A0; color: #FFF !important }

/*ABOUT*/
.about { overflow: hidden; }
.about a { color: #ee1d24; -webkit-transition: all ease 0.4s; transition: all ease 0.4s; }
.about p { margin: 20px 0 }
.about a:hover { text-decoration: underline; color: #CE1A20 }
.about .divider { border-bottom: 1px solid #e4e4e4; clear: both; margin: 10px 0 }

.clear { clear: both; }


.products-list { position: relative; }
div.pager {
    font-size: 14px;
    float: left;
	clear:both
	}
	.resultsCounter { float: right; font-size: 16px; padding: 0 10px; clear: both }
	
	div.pager span {
		display: inline-block;
		width: 1.8em;
		height: 1.8em;
		line-height: 1.8;
		text-align: center;
		cursor: pointer;
		background: #585858;
		color: #FFFFFF;
		margin-right: 0.5em;
	}

	div.pager span.active {
		background: #0CC4A0;
	}

.resultBar { position: absolute; }

/*PRODUCTS*/
/*LIST*/
.refine { margin-bottom: 30px }
ul.product-sub-categories { list-style: circle }
ul.product-sub-categories li {float:left; margin-left: 30px }
ul.product-sub-categories a { color: #888;}
ul.product-sub-categories a:hover { color: #0CC4A0; text-decoration:underline }
.leftColRefine li { float: none !important; }
.morecontent span { display: none; }
.morelink { display: block; }

.product { position:relative; width: 31.6%; float: left; height: inherit; border: 1px solid #e4e4e4; margin-right: 2.5%; margin-bottom: 20px; padding-bottom: 55px; min-height: 497px }
.product:hover { -webkit-box-shadow: 0px 0px 10px 0px rgba(170,170,170,0.5); -moz-box-shadow: 0px 0px 10px 0px rgba(170,170,170,0.5); box-shadow: 0px 0px 10px 0px rgba(170,170,170,0.5); } 
.product:nth-child(3n) { margin-right: 0 }


.model {
    min-height: 41px;
}
.productSearch { position:relative; width: 31.6%; float: left; height: inherit; border: 1px solid #e4e4e4; margin-right: 2.5%; margin-bottom: 30px; padding-bottom: 55px }
.productSearch:hover { -webkit-box-shadow: 0px 0px 10px 0px rgba(170,170,170,0.5); -moz-box-shadow: 0px 0px 10px 0px rgba(170,170,170,0.5); box-shadow: 0px 0px 10px 0px rgba(170,170,170,0.5); } 

.productSearch:nth-of-type(3n+3){ margin-right: 0; }

.productName { padding: 20px 10px 5px }
.productDetails { font-size: 12px; line-height: 1.5em; padding: 10px 15px 5px 15px; min-height: 140px; } 
#featured .productDetails { font-size: 12px; line-height: 1.5em; padding: 10px 0 5px; } 
.productDetails span { color: #0CC4A0 }
.productImage { height: 200px; width: 270px; white-space: nowrap; text-align: center; margin: 10px auto 0; }
.helper { display: inline-block; height: 100%; vertical-align: middle; }
.productImage img { vertical-align: middle; max-height: 200px; max-width: 270px; }
.zoomContainer { min-height: 370px !important }

/*PRODUCTS*/
.product-left-column { float: left; width: 55% }
.product-right-column { float: right; width: 45%; border: 1px solid #ddd; padding: 20px; font-size: 14px }
.main-product-image { min-height: 400px;  }
.main-product-image img { max-height: 390px; max-width: 96%; }
.gal1 { width: 460px }
.description {
    border-bottom: 1px solid #ddd;
    color: #888;
    line-height: 25px;
    margin-bottom: 30px;
    padding: 0 0 30px;
}
.price {
    color: #333333;
    font-size: 25px;
    overflow: visible;
    padding: 0 0 10px;
}
.price-old { color: #777; text-decoration:line-through; font-size: 14px }
.productDetails ul li.price { font-size: 18px; margin: 10px 0 0 !important; padding: 0 !important; text-align: center; }
.description span { color: #212121 }
.product-right-column h1 {
    font-size: 35px;
    line-height: 40px;
}
.share { margin: 50px 0 30px }
#brands	{ overflow: hidden; margin: 20px 0; }


footer {
    background: #333 none repeat scroll 0 0;
    clear: both;
    color: #ddd;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    overflow: hidden;
    padding-top: 30px;
}
footer a { color: #fff;}
.more {
    background: #0cc4a0;
    color: #fff;
    display: block;
    margin-top: 10px;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
	font-size: 12px;
}
.more:hover {
    background: #15A386; color: #FFF;
}
.span3 {
    border-left: 1px solid #434242;
}
.span3:nth-of-type(1) {
    border-left: medium none;
}
.sitemap {
    padding: 0 0 0 30px;
	line-height: 1.6em;
}
.sitemap a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.sitemap a:hover {
    color: #777 !important;
}
.sitemap ul {
    padding-left: 30px;
}
.sitemap ul a {
    color: #999;
    font-size: 12px !important;
}
.scrollup  {
	background: url("../img/scroll-to-top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 1%;
    display: none;
    height: 50px;
    opacity: 0.6;
    outline: medium none;
    position: fixed;
    right: 1%;
    text-indent: -9999px;
    width: 50px;
}
.scrollup:hover  {
    opacity: 1;
}
footer h2 {
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
	color: #FFF;
}
.span3 {
    width: 33%;
}
[class*="span"] {
    float: left;
    padding-left: 30px;
}
.aboutImg {
    display: block;
    float: right;
    margin: 0 20px;
    width: 100px;
}
.copyrightInfo {
    border-top: 1px solid #434242;
    margin-top: 25px;
    padding: 30px 0;
    text-align: center;
}
.copyrightInfo a {
    color: #fff;
}
.copyrightInfo a:hover {
    text-decoration:underline
}

ul.companyInfo {
    list-style: outside none none;
    margin: 0;
	font-size: 14px;
    line-height: 1.5em;
}
ul.companyInfo a { color: #FFF; font-size: 14px !important } 
ul.companyInfo a:hover { text-decoration:underline !important }
ul.companyInfo li {
    margin-bottom: 20px;
    min-height: 35px;
    padding-left: 50px;
    position: relative;
}
ul.companyInfo li img {
    left: 0;
    margin-top: -16px;
    position: absolute;
    top: 50%;
}
ul.companyInfo li h4 { color: #FFF; margin: 0; padding: 0; margin-bottom: 5px; display: inline-block; font-size: 15px}
ul.categories_leftMenu {
    font-size: 14px;
    line-height: 1.5em;
    list-style: outside none none;
    margin: 0;
}
ul.categories_leftMenu a { color: #FFF; font-size: 14px !important; display: block; width: 100%; padding: 5px; text-transform:uppercase } 
ul.categories_leftMenu a:hover { text-decoration: none !important; background: #15A386; color: #FFF}
ul.categories_leftMenu li {
    position: relative;
	border-bottom:1px solid #fff;
}
ul.categories_leftMenu li img {
    left: 0;
    margin-top: -16px;
    position: absolute;
    top: 50%;
}
ul.categories_leftMenu li h4 { color: #FFF; margin: 0; padding: 0; margin-bottom: 5px; display: inline-block; font-size: 15px}
.alert {
    display: block;
    left: 50%;
    margin: -100px 0 0 -200px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 400px;
	height: 200px;
	background: #f1f1f1;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.alert .more { display: block; margin: auto }
.videoIframeWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoIframeWrapper iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  border:0;
}
/*MOBILE CSS*/

@media all and (max-width: 1220px) {
	.headerContainer, section.slideshow { padding: 0 10px }	
	
}
@media all and (max-width: 1200px) {
	#column-left  { width: 24%; margin-bottom: 0 }
	#column-right { width: 74% }
	.leftColWrap { width: 100%; margin-bottom: 0}
	
	.featuredImage_wrap { width: 100% !important; min-width: auto; }
	.featured img { width: 100%; height: inherit }
	#column-left ul.companyInfo li { padding-left: 0; text-align:center  }
	#column-left ul.companyInfo li img { display: none }
	.productImage { width: 100% }
	.productImage img { max-width: 100% }
}
@media all and (max-width: 1090px) {
	#logo { float: none; margin: auto; text-align: center; }
	h2.slogan { float: none; display: block; margin: 0; text-align: center; line-height: 20px; }
	#search input { width: 80%; height: 45px; }
	.button-search { width: 20%; height: 45px; background-position: center -4px; }
	.button-search:hover { width: 20%; height: 45px; background-position: center 13px; }
	#search { float: none; position: relative; width: 80%; height: 45px; margin: 15px auto; display:block }
	.topBar .socialLinks { width: auto !important; position:absolute; top: 0px; right: 10px }
}
@media all and (max-width: 1000px) { 
	.product { width: 48%; margin-right: 4%; }
	.product:nth-child(2n) { margin-right: 0; }
	.product:nth-child(3n) { margin-right: 4%; }
	.product:nth-child(6n) { margin-right: 0%; }
	.productSearch { width: 48%; margin-right: 2%; }
	.featured { min-height: inherit; }
	#featured .productDetails > ul { max-height: none !important; }
}
@media all and (max-width: 920px) {
	.footerSitemap { display: none; }
	.span3 { width: 46% }
	.productImage { width: 100% }
	.productImage img { max-width: 100% }
	.blockWrap { margin: 30px; }
}
@media all and (max-width: 850px) {
	
}
@media all and (max-width: 800px) {
	#column-left { display: none; }
	#column-right { width: 100% } 
}
@media all and (max-width: 770px) {
	.span3 { width: 100%; float: none; margin:0 auto; border-right: none; }
	.span3:nth-of-type(1) { border-bottom: 1px solid #434242; }
	.span3:nth-of-type(3) { border-left: none; }
	.span3 .more { margin: 20px auto }
	.blockWrap .socialLinks { float: none; margin: 20px auto }
}
@media all and (max-width: 600px) {
	#featured { margin: 0;}
	img.floatRight, img.floatLeft { float: none; display: block; margin: 10px auto; max-width: 100% !important; height: inherit !important }	
	.product-left-column, .product-right-column { float: none; display: block; margin: 10px auto 30px; width: 100% !important; height: inherit !important; text-align:center }
	.main-product-image { min-height: inherit; position: relative }
	.zoomContainer { display: none !important }
	#zoomOverlay { none repeat scroll 0 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 99999999; }
}
@media all and (max-width: 500px) {
	#search { width: 100%;}
	.linkText { display: none; }
	.product, .productSearch { width: 80%; float: none; display:block; margin:20px auto }
	.product:nth-child(2n) { margin-right: auto; }
	.product:nth-child(3n) { margin-right: auto; }
	h1 { font-size: 30px }
	.refine h2, .intro h2 { line-height: inherit !important; font-size: 16px }
}
@media all and (max-width: 400px) {
	.blockWrap { margin: 15px;}
	.span3 { padding-left: 0 }
	.column-header .resultsCounter { display: none}
}
@media all and (max-width: 350px) {
	.product, productSearch { width: 94%; }
	h1 { font-size: 25px }
}