@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

audio,canvas,video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],template {
    display: none;
}

script {
    display: none !important;
}

html {
    font-family: 'Oswald-light', sans-serif; font-weight:200;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:active,a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,kbd,pre,samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}
select {
/*  -webkit-appearance: none;
*/  padding: 10px 16px; /* Firefox */

	height: 30px;  /* Chrome & Safari */
	border: 0;
	
  
}
svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,input {
    line-height: normal;
}

button,select {
    text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

meta.foundation-mq-small {
    font-family: "/only screen and (max-width: 47.938em)/";
    width: 0em;
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:48em)/";
    width: 48em;
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:60em)/";
    width: 60em;
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em;
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em;
}

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:48em)/";
    width: 48em;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.slideshow-wrapper {
    position: relative;
}

.slideshow-wrapper ul {
    list-style-type: none;
    margin: 0;
}

.slideshow-wrapper ul li,.slideshow-wrapper ul li .orbit-caption {
    display: none;
}

.slideshow-wrapper ul li:first-child {
    display: block;
}

.slideshow-wrapper .orbit-container {
    background-color: transparent;
}

.slideshow-wrapper .orbit-container li {
    display: block;
}

.slideshow-wrapper .orbit-container li .orbit-caption {
    display: block;
}

.preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555 #fff;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotate;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.orbit-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: none;
}

.orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.orbit-container .orbit-slides-container img {
    display: block;
    max-width: 100%;
margin: 0 auto;
}

.orbit-container .orbit-slides-container>* {
    position: absolute;
    top: 0;
    width: 100%;
    margin-left: 100%;
}

.orbit-container .orbit-slides-container>*:first-child {
    margin-left: 0%;
}

.orbit-container .orbit-slides-container>* .orbit-caption {
    position: absolute;
    bottom: 0;
    background-color: rgba(51,51,51,0.8);
    color: #fff;
    width: 100%;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
}

.orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,0);
    z-index: 10;
}

.orbit-container .orbit-slide-number span {
    font-weight: 700;
    padding: 0.3125rem;
}

.orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10;
}

.orbit-container .orbit-timer .orbit-progress {
    height: 3px;
    background-color: rgba(255,255,255,0.3);
    display: block;
    width: 0%;
    position: relative;
    right: 20px;
    top: 5px;
}

.orbit-container .orbit-timer>span {
    display: none;
    position: absolute;
    top: 0px;
    right: 0;
    width: 11px;
    height: 14px;
    border: solid 4px #fff;
    border-top: none;
    border-bottom: none;
}

.orbit-container .orbit-timer.paused>span {
    right: -4px;
    top: 0px;
    width: 11px;
    height: 14px;
    border: inset 8px;
    border-right-style: solid;
    border-color: transparent transparent transparent #fff;
}

.orbit-container .orbit-timer.paused>span.dark {
    border-color: transparent transparent transparent #333;
}

.orbit-container:hover .orbit-timer>span {
    display: block;
}

.orbit-container .orbit-prev,.orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: none;
    text-indent: -9999px !important;
    z-index: 10;
}

.orbit-container .orbit-prev:hover,.orbit-container .orbit-next:hover {
    background-color: rgba(0,0,0,0.3);
}

.orbit-container .orbit-prev>span,.orbit-container .orbit-next>span {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 0;
    height: 0;
    border: inset 10px;
}

.orbit-container .orbit-prev {
    left: 0;
}

.orbit-container .orbit-prev>span {
    border-right-style: solid;
    border-color: transparent;
    border-right-color: #666;
}

.orbit-container .orbit-prev:hover>span {
    border-right-color: #fff;
}

.orbit-container .orbit-next {
    right: 0;
}

.orbit-container .orbit-next>span {
    border-color: transparent;
    border-left-style: solid;
    border-left-color: #666;
    left: 50%;
    margin-left: -4px;
}

.orbit-container .orbit-next:hover>span {
    border-left-color: #fff;
}

.orbit-bullets-container {
    text-align: center;
	display:none;
}

.orbit-bullets {
    margin: 0 auto 10px auto;
    overflow: hidden;
    position: relative;
    top: 10px;
    float: none;
    text-align: center;
    display: block;
}

.orbit-bullets li {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    float: none;
    margin-right: 6px;
    border: 1px solid #534741;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}

.orbit-bullets li.active {
    background: #7c8747;
}

.orbit-bullets li:last-child {
    margin-right: 0;
}

.touch .orbit-container .orbit-prev,.touch .orbit-container .orbit-next {
    display: none;
}

.touch .orbit-bullets {
    display: none;
}

 /*-------------max q global mods---------------*/
/* #s_method_usps_INT_2 {display:none;}
 #s_method_usps_INT_2 label{display:none;}
  #s_method_usps_INT_2 .sp-methods .price{display:none;}
  .s_method_usps_INT_2 .price{display:none;}
  .s_method_usps_INT_2 {display:none;}
  s_method_usps_INT_2 {display:none;}*/
	.block-button {padding:20px 30px!important; color:#fff; background-color:#F90; border:1px solid #fff;  text-align:center; font-size:14px; margin: 0 auto; width:200px; border-radius: 25px; }
	.block-button a { color:#fff!important; font-size:14px;  }
.block-button2 {padding:10px 20px!important; color:#fff; background-color:#F90; border:1px solid #fff;  text-align:center; font-size:14px; margin: 0 auto; width:200px; border-radius: 25px; }
	.block-button2 a { color:#fff!important; font-size:14px;  }
	.block-box {padding:30px; background-color: #F90; text-align: center; color: #fff; font-size: 24px; text-transform: uppercase; text-shadow: 1px 1px #000;}
	.summary-details {display:block!important; float:right; margin-right:-23%}
.summary-details .a-right {}
  	.summary-details strong{font-size:95%!important; font-weight:300!important;}
	.coupondisclaimer {font-size:85%;}
	.header-container {box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06); width:100%; background-color:#fff; z-index:10000; top:0px;}
	.inner-wrap {/*margin-top:65px;*/}
	.mobile-links {display:none;}
	.header-menu {display:none;}
	.jotform-feedback-link {right:70%!important;}
	.div-temp {display:none;}
	.ms-maincontent h3 { border-bottom: solid 1px #ccc;}
	.ms-maincontent h3  a{font-weight:700!important; color:#666!important;}
	.cart .shipping  {border:1px solid #ccc; padding:20px;}
	.shipping h2 { color:#000; font-family: 'Oswald-light', sans-serif;font-weight:700!important; color:#666!important;}
	.shipping input.input-text, select, textarea {border:1px solid #ccc!important; -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
	.shipping label {font-size:14px; font-weight:400; color:#808185;}
	.tierheader {padding:10px; border:2px solid #434343;}
	.tierheader .ecotext {line-height:20px; font-weight:500;}
	.customer-account-create  .col-main {margin-top:100px;}
	.customer-account-login  .col-main {margin-top:100px;}
	.checkout-onepage-success .col-main {margin-top:100px;}
	.checkout-onepage-success .messages {display:none;}
	.contacts-index-index .col-main {margin-top:100px;}
	.customer-account-index .col-main {margin-top:100px;}
.checkout-onepage-index .col-main {margin-top:200px;}

	.col2-left-layout .col-left.sidebar {margin-top:100px;}
	.aw-recurring-customer-index .col-main {margin-top:100px;}
	.customer-account-edit, .customer-address-index, .sales-order-history, .sales-billing-agreement-index, .sales-recurring-profile-index,  .review-customer-index, .tag-customer-index, .wishlist-index-index, .oauth-customer-token-index, .newsletter-manage-index, .downloadable-customer-products, .aw-recurring-customer-view .col-main, .rss-index-index .col-main {margin-top:100px;}
	
	.catalog-category-view .col2-left-layout {margin-top:100px;}
	.category-shop-by-product .col2-left-layout {margin-top:120px;}
	.category-shop-by-product .toolbar {display:none;}
	.aw-recurring-customer-view .aw-sarp2-title h1 {float:none; margin:5px 0;}
	.aw-recurring-customer-view .aw-sarp2-title { margin:5px 0;}
	.aw-recurring-customer-view .order-info-box { margin:8px 0; border:1px solid #ccc; padding:3px;}
	.aw-onestepcheckout-index-index .col-main {margin-top:100px;}
	.cms-no-route .main-container {margin-top:140px;}
	.footer-container {margin-top:10px;}
	.promoecox {background-color:#2988df; color:#fff; text-align:center; padding:5px 20px;}
	.promoecox  p {text-align:center; font-size:18px;  font-weight:300;}
	.promoecox .toppop a {font-size:16px; color:#fff; text-style:underline; font-weight:400}
	.authseal {margin:0 auto; padding-left:38%; padding-top:5%}
.clear {clear:both}

.box-up-sell {margin-left:10px;}
.box-up-sell .block-title {padding:10px 3px; text-transform:uppercase;font-size:18px;}
.box-up-sell .products-grid {margin-left:10px!important;}
.coup {display:block!important}
.add-to-box {border:2px solid  #434343; padding:10px; margin-top:0px;
}
.hono {display:none;}
.myco {display:none;}
/**** slider ****/



#slider
{
	margin: auto;
	overflow: hidden;
	padding: 10px 20px;
	position: relative;
	width: 600px;
}

#slider li
{
	float: left;
	position: relative;
	width: 600px;
	display: inline-block;
	height: 20px;
}

#slider ul
{
	list-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 9000px;
	transition: left .3s linear;
	-moz-transition: left .3s linear;
	-o-transition: left .3s linear;
	-webkit-transition: left .3s linear;
	margin-left: 1px;
  color: #666;
}

/*** Content ***/

.slider-container
{
	margin: 0 auto;
	padding: 0;
	width: 100%;
  min-height: 30px;

}

.slider-container h4
{
 	color: #fff;
  font-size:14px;
}

.slider-container h4 a
{
 	color: #fff;
  font-size:14px;
}


.slider-container  p
{
	margin: 0px 25px;
	font-weight: 200;
	line-height: 150%;
	text-align: justify;
color:#fff;
}
.slider-container  strong
{
	
	font-weight: 800;
color:#f18c21;

}


.slider-container  p a
{
	
color:#fff;
font-weight: 200;
	line-height: 150%;
	text-align: justify;
}

/*** target hooks ****/

@-webkit-keyframes slide-animation {
	0% {opacity:0;}
	2% {opacity:1;}
	20% {left:0px; opacity:1;}
	22.5% {opacity:0.6;}
	25% {left:-600px; opacity:1;}
	45% {left:-600px; opacity:1;}
	47.5% {opacity:0.6;}
	50% {left:-1200px; opacity:1;}
	70% {left:-1200px; opacity:1;}
	72.5% {opacity:0.6;}
	75% {left:-1800px; opacity:1;}
	95% {opacity:1;}
	98% {left:-1800px; opacity:0;} 
	100% {left:0px; opacity:0;}
}

#slider ul
{
	-webkit-animation: slide-animation 20s infinite;

}

/* use to paused the content on mouse over */

#slider ul:hover
{
	-moz-animation-play-state: paused;
	-webkit-animation-play-state: paused;
}



  /*-------------page header margins------------------
  */


@media only screen and (min-width: 767px) {
	.checkout-cart-index .main {margin-top:120px!important;}
	.contacts-index-index .col-main {padding-top:100px;}
	.customer-account-logoutsuccess .col-main {margin-top:120px!important;}

}


@media only screen and (min-width: 48em) {
    .touch .orbit-container .orbit-prev,.touch .orbit-container .orbit-next {
        display: inherit;
    }

    .touch .orbit-bullets {
        display: block;
    }
}

@media only screen and (max-width: 47.938em) {
    .orbit-stack-on-small .orbit-slides-container {
        height: auto !important;
    }

    .orbit-stack-on-small .orbit-slides-container>* {
        position: relative;
        margin-left: 0% !important;
    }

    .orbit-stack-on-small .orbit-timer,.orbit-stack-on-small .orbit-next,.orbit-stack-on-small .orbit-prev,.orbit-stack-on-small .orbit-bullets {
        display: none;
    }
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,0.45);
    z-index: 98;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    display: none;
    position: absolute;
    left: 50%;
    z-index: 99;
    height: auto;
    margin-left: -40%;
    width: 80%;
    background-color: #fff;
    padding: 1.25rem;
    border: solid 1px #666;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    top: 6.25rem;
}

.reveal-modal .column,.reveal-modal .columns {
    min-width: 0;
}

.reveal-modal>:first-child {
    margin-top: 0;
}

.reveal-modal>:last-child {
    margin-bottom: 0;
}

.reveal-modal .close-reveal-modal {
    font-size: 1.375rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
}

@media only screen and (min-width: 48em) {
    .reveal-modal {
        padding: 1.875rem;
        top: 6.25rem;
    }

    .reveal-modal.tiny {
        margin-left: -15%;
        width: 30%;
    }

    .reveal-modal.small {
        margin-left: -20%;
        width: 40%;
    }

    .reveal-modal.medium {
        margin-left: -30%;
        width: 60%;
    }

    .reveal-modal.large {
        margin-left: -35%;
        width: 70%;
    }

    .reveal-modal.xlarge {
        margin-left: -47.5%;
        width: 95%;
    }
}

@media print {
    .reveal-modal {
        background: #fff !important;
    }
}/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
    font-family:'FontAwesome';src:url("../fonts/fontawesome-webfont.eot?v=4.0.3");src:url("../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");font-weight:normal;font-style:normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,.fa-sort-asc:before {
    content: "\f0dd";
}

.fa-sort-up:before,.fa-sort-desc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-mail-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158";
}

.fa-won:before,.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.category-title {
    border: 0;
    border-bottom: 1px solid #544943;
    margin: 0 0 15px;
    text-transform: uppercase;
}

@media only screen and (max-width: 47.938em) {
    .category-title {
        margin: 0 15px 15px;
    }
}

@media only screen and (min-width: 48em) {
    .category-title {
        margin: 0 15px 15px;
    }
}

.category-image {
    float: left;
    overflow: hidden;
    margin: 0 20px 10px 0;
    text-align: center;
}

@media only screen and (max-width: 47.938em) {
    .category-image {
        float: none;
    }
}

.category-description {
    margin: 5px 0 10px;
}

.category-description h2 {
    margin-bottom: 15px;
}

.category-description a.read-more {
    text-transform: uppercase;
    padding-right: 11px;
    background: url(../images/bullet-arrow.png) no-repeat 100% 2px;
}

.subcategory-grid {
    display: block;
    padding: 0;
    margin: 0 0 0 -0.625rem;
    *zoom: 1;
}

.subcategory-grid:before,.subcategory-grid:after {
    content: " ";
    display: table;
}

.subcategory-grid:after {
    clear: both;
}

.subcategory-grid>li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
}

.subcategory-grid>li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
}

.subcategory-grid>li:nth-of-type(n) {
    clear: none;
}

.subcategory-grid>li:nth-of-type(2n+1) {
    clear: both;
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .subcategory-grid {
        display: block;
        padding: 0;
        margin: 0 0 0 -0.625rem;
        *zoom: 1;
    }

    .subcategory-grid:before,.subcategory-grid:after {
        content: " ";
        display: table;
    }

    .subcategory-grid:after {
        clear: both;
    }

    .subcategory-grid>li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem;
    }

    .subcategory-grid>li {
        width: 33.33333%;
        padding: 0 0.625rem 1.25rem;
        list-style: none;
    }

    .subcategory-grid>li:nth-of-type(n) {
        clear: none;
    }

    .subcategory-grid>li:nth-of-type(3n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 60em) {
    .subcategory-grid {
        display: block;
        padding: 0;
        margin: 0 0 0 -0.625rem;
        *zoom: 1;
    }

    .subcategory-grid:before,.subcategory-grid:after {
        content: " ";
        display: table;
    }

    .subcategory-grid:after {
        clear: both;
    }

    .subcategory-grid>li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem;
    }

    .subcategory-grid>li {
        width: 25%;
        padding: 0 0.625rem 1.25rem;
        list-style: none;
    }

    .subcategory-grid>li:nth-of-type(n) {
        clear: none;
    }

    .subcategory-grid>li:nth-of-type(4n+1) {
        clear: both;
    }
}

.products-grid {
    display: block;
    padding: 0;
    margin: 0 0 0 -0.625rem;
    *zoom: 1;
}

.products-grid li {
    padding-top: 1rem !important;
    width: 25% !important;
}

.products-grid li .item {
    min-height: 191px;
    position: relative;
}

.products-grid .product-image {
    display: block;
    width: 135px;
    margin: 0 0 10px;
    border: 1px solid #cbc8c6 !important;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.products-grid .product-name {
    margin: 0 0 5px;
    font-size: 15px;
}

.products-grid .product-name a {
    color: #828388;
}

.products-grid .price-box {
    margin: 5px 0;
    color: #7c8747;
    font-size: 20px;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .actions {
    position: absolute;
    bottom: 12px;
}

.products-grid:before,.products-grid:after {
    content: " ";
    display: table;
}

.products-grid:after {
    clear: both;
}

.products-grid>li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
}

.products-grid>li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
}

.products-grid>li:nth-of-type(n) {
    clear: none;
}

.products-grid>li:nth-of-type(2n+1) {
    clear: both;
}

@media only screen and (min-width: 48em) {
    .col2-left-layout .products-grid,.col2-right-layout .products-grid {
        margin-top: 20px;
        display: block;
        padding: 0;
        margin: 0 0 0 -0.625rem;
        *zoom: 1;
        margin-top: 20px;
    }

    .col2-left-layout .products-grid:before,.col2-left-layout .products-grid:after,.col2-right-layout .products-grid:before,.col2-right-layout .products-grid:after {
        content: " ";
        display: table;
    }

    .col2-left-layout .products-grid:after,.col2-right-layout .products-grid:after {
        clear: both;
    }

    .col2-left-layout .products-grid>li,.col2-right-layout .products-grid>li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem;
    }

    .col2-left-layout .products-grid>li,.col2-right-layout .products-grid>li {
        width: 33.33333%;
        padding: 0 0.625rem 1.25rem;
        list-style: none;
    }

    .col2-left-layout .products-grid>li:nth-of-type(n),.col2-right-layout .products-grid>li:nth-of-type(n) {
/*       clear: none;
*/    }

    .col2-left-layout .products-grid>li:nth-of-type(3n+1),.col2-right-layout .products-grid>li:nth-of-type(3n+1) {
        clear: both;
    }

    .col1-layout .products-grid {
        display: block;
        padding: 0;
        margin: 0 0 0 -0.625rem;
        *zoom: 1;
    }

    .col1-layout .products-grid:before,.col1-layout .products-grid:after {
        content: " ";
        display: table;
    }

    .col1-layout .products-grid:after {
        clear: both;
    }

    .col1-layout .products-grid>li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem;
    }

    .col1-layout .products-grid>li {
        width: 25%;
        padding: 0 0.625rem 1.25rem;
        list-style: none;
    }

    .col1-layout .products-grid>li:nth-of-type(n) {
        clear: none;
    }

    .col1-layout .products-grid>li:nth-of-type(4n+1) {
        clear: both;
    }
	#product-options-wrapper  {border-top:2px solid  #434343; padding:10px; border-left:2px solid  #434343; border-right:2px solid  #434343; margin-top:0px;
}
.product-options-bottom  {border-bottom:2px solid  #434343; padding:10px; border-left:2px solid  #434343; border-right:2px solid  #434343; margin-top:0px;
}
.optionsheader {color:#fff; background:#434343; text-transform:uppercase; font-size:1em; padding:10px; border:2px solid  #434343; margin-top:3px;}
.optionsfooter {color:#666; padding:10px; border:none; margin-top:10px}
.optionsfooter .ecoxbutton {padding:8px 30px; color:#fff; background-color:#687733; border:1px solid #000; float:left;  text-align:center; font-size:20px}
	.ecoxbutton {padding:8px 30px; color:#fff; background-color:#9ca668; border:1px solid #000; float:left;  text-align:center; font-size:20px}
.optionsfooter .ecoxbutton a {color:#fff;}
.optionsfooter .ecobold {float:right; font-weight:700; color:#747577; text-transform:uppercase;}
.optionsfooter .ecotext {clear:both;}


.products-grid>li:nth-of-type(3n+1) {
    clear: none !important;
}

}
@media only screen and (min-width: 48em) and (max-width: 59em) {
    .products-grid li {
        padding-top: 1rem !important;
        width: 33.3% !important;
    }

    .products-grid>li:nth-of-type(3n+1) {
        clear: both !important;
    }
}

@media only screen and (max-width: 47.938em) {
    .products-grid li {
        padding-top: 1rem !important;
        width: 50% !important;
    }

    .products-grid>li:nth-of-type(2n+1) {
        clear: both !important;
    }
}

.products-list li.item {
    border-bottom: 1px solid #ddd;
    padding: 12px 10px;
}

.products-list li.item.last {
    border-bottom: 0;
}

.products-list .product-image {
    float: left;
    width: 135px;
    height: 135px;
    margin: 0 0 10px;
}

.products-list .product-shop {
    margin-left: 150px;
}

.products-list .product-name {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 13px;
}

.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
    clear: both;
    padding: 6px 0 0;
    margin: 0 0 15px;
    line-height: 1.35;
}

.products-list .desc .link-learn {
    font-size: 11px;
}

.products-list .add-to-links {
    clear: both;
}

.products-list .add-to-links li {
    display: inline;
}

.products-list .add-to-links li a {
    text-size: 5px !important;
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

.block-layered-nav {
    border: 0 !important;
}

.block-layered-nav .block-title {
    border: 0 !important;
    padding-left: 0 !important;
}

.block-layered-nav .block-title strong {
    font-size: 12px !important;
}

.block-layered-nav .block-content {
    padding-right: 20px !important;
    padding-left: 0 !important;
}

.block-layered-nav dt {
    text-transform: uppercase;
    background: url(../images/arrow-down.png) no-repeat 100% 50%;
    margin-bottom: 10px;
}

.block-layered-nav dd {
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #544943;
}

.block-layered-nav dd.last {
    margin-bottom: 0;
    border-bottom: none;
}

.block-layered-nav li {
    margin-bottom: 5px;
}

@media only screen and (max-width: 47.938em) {
    .block-layered-nav .block-title {
        background: #7c8747;
        display: block;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 10px !important;
    }

    .block-layered-nav .block-title strong {
        color: #fff;
    }

    .block-layered-nav .block-title:after {
        content: "\f0d7";
        font-family: FontAwesome;
        color: #fff;
        float: right;
    }
}

.text-collapsable .read-more {
    color: #f18c21;
    text-align: right;
}

.text-collapsable .read-more:after {
    content: "\f0d7";
    font-family: FontAwesome;
    padding-left: 5px;
}

.text-collapsable .read-more:hover {
    color: #544943;
}

.text-collapsable .more-content {
    display: none;
}

.text-collapsable.content-expanded .read-more:after {
    content: "\f0d8";
    font-family: FontAwesome;
}

.no-rating {
    margin: 0;
}

.ratings {
    font-size: 11px;
    line-height: 1.25;
    margin: 7px 0;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings .rating-box {
    float: left;
    margin-right: 3px;
}

.rating-box {
    width: 69px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating.gif) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 13px;
    background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings-table th,.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

.availability {
    margin: 0;
    float: right;
    padding-right: 0;
}

.availability span {
    font-weight: bold;
}

.availability.in-stock {
    background: url(../images/icon-instock.png) no-repeat 0 50%;
    padding-left: 30px;
    line-height: 30px;
}

.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    margin: 0 0 7px;
}

.availability-only a {
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #f2f2f2;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.price {
    white-space: nowrap !important;
}

.price-box .price {
    font-weight: bold;
}

.regular-price .price {
    font-weight: 300;
    color: #000;
    font-size: 20px;
}

.products-grid .old-price{
    font-size:15px;
}
.products-grid .special-price{
    font-size:15px;
}
.products-grid .price-label{
    font-size:15px;
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .regular-price .price {
        font-size: 25px;
    }
}

.old-price .price-label {
    white-space: nowrap;
}

.old-price .price {
    font-weight: bold;
    text-decoration: line-through;
}
.first-price .price {
    font-size:15px;
    font-weight: bold;
    text-decoration: line-through;
}

.special-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.special-price .price {
    font-weight: bold;
}

.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .price {
    font-weight: normal;
}

.price-excluding-tax {
    display: block;
}

.price-excluding-tax .label {
    white-space: nowrap;
}

.price-excluding-tax .price {
    font-weight: normal;
}

.price-including-tax {
    display: block;
}

.price-including-tax .label {
    white-space: nowrap;
}

.price-including-tax .price {
    font-weight: bold;
}

.configured-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.configured-price .price {
    font-weight: bold;
}

.weee {
    display: block;
    font-size: 11px;
    color: #444;
}

.weee .price {
    font-size: 11px;
    font-weight: normal;
}

.price-excl-tax {
    display: block;
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    display: block;
}

.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    display: block;
    font-weight: bold;
}

.price-from .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-to .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-notice {
    padding-left: 10px;
}

.price-notice .price {
    font-weight: bold;
}

.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.tier-prices .price {
    font-weight: bold;
}

.add-to-cart label {
    float: left;
    width: 26%;
	padding-left:12px;
}

.add-to-cart .qty {
    float: left;
    width: 50px;
}

.add-to-cart .qty select {
    width: 100%;
}

.add-to-cart button.button {
    width: 100%;
    max-width: 125px;
    margin-top: 10px;
	background:#687733;
	margin-left:26%;
}

.add-to-cart button.button span {
    height: 44px;
    width: 100%;
    line-height: 41px;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    padding: 0 0 0 8px;
/*    background: transparent url(../images/button-orange.png) 0 0 no-repeat;
*/}

.add-to-cart button.button span span {
/*    background: transparent url(../images/button-orange.png) 100% 0 no-repeat;
*/    padding: 0 18px 0 10px;
/*    text-transform: uppercase;
*/}

.add-to-cart .paypal-logo {
    clear: left;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
    margin: 0;
}

.add-to-links .separator {
    display: none;
}

.add-to-box .add-to-cart {
    float: left;
}

.add-to-box .or {
    float: left;
    margin: 0 10px;
}

.add-to-box .add-to-links {
    float: left;
}

.product-collateral .box-collateral {
    margin: 0 0 15px;
}

.main-image {
    float: right;
    max-width: 375px;
}

.product2 .main-image {
    float: left;
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .main-image {
        max-width: 275px;
    }
}

@media only screen and (max-width: 47.938em) {
    .main-image {
        max-width: 215px;
    }
}

.product-img-box {
    float: left;
    width: 267px;
}

.col3-layout .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-img-box .product-image {
    border: 1px solid #ddd;
}

.product-img-box .product-image-zoom {
    position: relative;
    width: 372px;
    height: 454px;
    overflow: hidden;
    z-index: 9;
}

.product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
}

.product-img-box .zoom-notice {
    text-align: center;
}

.product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(../images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
}

.product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: .3;
}

.product-img-box .zoom #track {
    position: relative;
    height: 18px;
}

.product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
}

.product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
}

.product-img-box .more-views {
    float: left;
    max-width: 75px;
    height: 454px;
    overflow: hidden;
}

.product-img-box .more-views p {
    display: none;
}

.product-img-box .more-views ul {
    margin-left: -4px;
}

.product-img-box .more-views li {
    float: left;
    padding: 1px;
    background-color: #ddd;
    margin: 0 0 8px 4px;
}

@media only screen and (max-width: 47.938em) {
    .product-img-box .more-views {
        height: 220px;
    }
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .product-img-box .more-views {
        height: 280px;
    }
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    margin: 0 100px;
    text-align: center;
}

.product-image-popup .image {
    display: block;
}

.product-view .product-essential {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 20px;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
}

.product-view .product-essential:before,.product-view .product-essential:after {
    content: " ";
    display: table;
}

.product-view .product-essential:after {
    clear: both;
}

.product-view .product-shop {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
    float: right;
}

.product-view .product-img-box {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
    float: left;
}

.product-view .product-name h1 {
    font-size: 35px;
    margin: 0 0 0 0;
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .product-view .product-name h1 {
        font-size: 28px;
    }
}

.product-view .short-description {
    margin: 10px 0;
}

@media only screen and (max-width: 47.938em) {
    .product-view .product-shop {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        float: none;
    }

    .product-view .product-img-box {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        float: none;
    }
}

.product-view.product2 .product-shop {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 58.33333%;
    float: left;
    float: right;
}

.product-view.product2 .product-img-box {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 41.66667%;
    float: left;
    float: left;
}

@media only screen and (max-width: 47.938em) {
    .product-view.product2 .product-shop {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
/*        float: left;
*/        float: none;
    }

    .product-view.product2 .product-img-box {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        float: none;
    }
}

.product-options {
    padding: 10px 0 0;
    margin: 10px 0 0;
}

.product-options dl {
    overflow: auto;
}

.product-options dt {
    float: none;
    width: 25%;
}

.product-options dt label {
    font-weight: normal;
}

.product-options dt label em {
    display: none;
}

.product-options dt .qty-holder {
    float: right;
}

.product-options dt .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #000;
}

.product-options dd {
    margin: 10px 0 10px;
    float: left;
/*    width: 203px;
*/}

.product-options dd input .input-text {
    width: 98%;
}

.product-options dd input .datetime-picker {
    width: 150px;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 100%;
	min-width:232px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options .options-list input .radio {
    float: left;
    margin: 3px -18px 0 0;
}

.product-options .options-list input .checkbox {
    float: left;
    margin: 3px -20px 0 0;
}

.product-options .options-list .label {
/*    display: block;
*/    margin-left: 20px;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.required {
    padding: 15px 0 0;
    display: none;
}

.product2 .product-detail {
    margin-bottom: 15px;
}

.product2 .product-options {
    border-bottom: 1px solid;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
}

.product2 .product-options dt {
    width: 100%;
    margin-bottom: 5px;
}

.product2 .product-options dd {
    float: none;
    width: 100%;
}

.product2 .product-options dd li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

@media only screen and (max-width: 47.938em) {
    .product2 .product-options dd li {
        width: 100%;
        float: none;
    }
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .product2 .product-options dd li {
        width: 100%;
        float: none;
    }
}

.product2 .product-options dd .options-list {
    float: left;
}

.product2 .product-options dd .options-list .label {
    float: right;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: 80%;
    max-width: 150px;
}

.product2 .product-options dd .options-list .label .price-notice .price {
    color: #7c8747;
}

.product2 .product-options dd .small-image-preview {
    border: 1px solid #ddd;
}

.product2 .product-options .amconf-image-container {
    width: 50% !important;
    text-align: left !important;
    margin-bottom: 10px;
}

.product2 .product-options .amconf-image-container .amconf-image {
    float: left !important;
    border: 1px solid #ddd !important;
}

.product2 .product-options .amconf-image-container .amconf-image-selected {
    border: 1px solid #7c8747 !important;
    padding: 3px;
}

.product2 .product-options .amconf-image-container .amconf-image-title {
    float: left !important;
    text-align: left !important;
    margin-top: 15px !important;
    width: 100% !important;
    max-width: 150px !important;
    font-weight: normal !important;
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .product2 .product-options .amconf-image-container .amconf-image-title {
        width: 100% !important;
        max-width: 110px !important;
    }
}

@media only screen and (max-width: 47.938em) {
    .product2 .product-options .amconf-image-container {
        width: 100% !important;
    }

    .product2 .product-options .amconf-image-container .amconf-image-title {
        width: 100% !important;
    }
}

.product2 .zoom-notice,.product2 .zoom,.product2 .product-img-box .more-views,.product2 .more-views,.product2 .more-views ul {
    display: none !important;
    height: 0px !important;
}

.product-options-bottom {
    padding: 0 0 10px;
}

.product-options-bottom .price-box {
    margin: 10px 0;
    display: none;
}

.product-view .box-up-sell .products-grid td {
    width: 25%;
}

.product-view .box-tags .form-add label {
    float: left;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 260px;
    margin: 0 5px;
}

.product-view .box-tags .form-add input.input-text {
    width: 254px;
}

.product-view .box-tags .form-add p {
    clear: both;
}

.product-detail {
    border-bottom: 1px solid #544943;
    clear: both;
    float: none;
    overflow: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
	margin-top:70px;
}

.product-detail .product-name,.product-detail .price-box {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: left;
    padding: 0;
}

.product-detail .availability-container {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
    float: right;
}

@media only screen and (max-width: 47.938em) {
    .product-detail .product-name,.product-detail .price-box,.product-detail .availability-container {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        float: none;
        padding: 0 0 0 0;
    }

    .product-detail .product-name {
        margin-top: 10px;
    }

    .product-detail .availability {
        float: none;
    }
}

.product-details-tabs {
    margin: 20px 0;
}

.product-cta {
    overflow: auto;
    padding: 10px 0 0;
}

.product-cta .left-col {
    padding: 0 0 0 0 !important;
    width: 52% !important;
    margin-right: 10px !important;
}

.product-cta .left-col a {
    background: #f0f0f0;
    text-align: center;
    color: #544943;
    display: block;
    padding: 20px 10px;
    font-size: 13px;
}

.product-cta .left-col a strong {
    display: block;
    text-transform: uppercase;
}

.product-cta .left-col a strong.one {
    font-size: 18px !important;
}

.product-cta .left-col a strong.two {
    font-size: 25px;
    color: #f18c21;
}

.product-cta .left-col a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.product-cta .right-col {
    padding: 0 5px 0 0 !important;
    width: 45% !important;
}

.product-cta .right-col a {
    background: #f0f0f0;
    text-align: center;
    color: #544943;
    display: block;
    padding: 24px 10px;
    text-transform: uppercase;
    font-size: 15px;
}

.product-cta .right-col a strong {
    display: block;
    color: #f18c21;
}

.product-cta .right-col a strong.one {
    font-size: 20px !important;
}

.product-cta .right-col a strong.two {
    font-size: 15px;
}

.product-cta .right-col a:hover {
    text-decoration: none;
    opacity: 0.7;
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .product-cta .left-col {
        width: 50% !important;
    }

    .product-cta .left-col a {
        font-size: 12px;
        padding: 15px 10px;
    }

    .product-cta .left-col a strong.one {
        font-size: 15px !important;
    }

    .product-cta .left-col a strong.two {
        font-size: 18px;
    }

    .product-cta .right-col {
        width: 47% !important;
    }

    .product-cta .right-col a {
        font-size: 12px;
        padding: 23px 10px;
    }

    .product-cta .right-col a strong.one {
        font-size: 18px !important;
    }

    .product-cta .right-col a strong.two {
        font-size: 14px;
    }
}

@media only screen and (max-width: 47.938em) {
    .product-cta {
        text-align: center;
    }

    .product-cta .left-col {
        padding: 0 0 0 0 !important;
        margin-bottom: 5px;
        width: 100% !important;
    }

    .product-cta .right-col {
        padding: 0 0 0 0 !important;
        width: 100% !important;
    }
}

.block-related {
    border: 0 !important;
    padding: 0 20px;
}

.block-related .block-title {
    border: 0 !important;
    padding-left: 0 !important;
}

.block-related .block-title strong {
/*    font-family: Georgia,Times,"Times New Roman",serif;
*/    text-transform: uppercase;
    font-size: 18px !important;
}

.block-related .products-grid>li {
    width: 20%;
}

.block-related .products-grid>li:nth-of-type(4n+1) {
    clear: none !important;
}

.block-related .regular-price .price {
    font-size: 15px;
}

@media only screen and (max-width: 47.938em) {
    .block-related {
        border: 0 !important;
        padding: 0 0;
    }

    .block-related .block-title {
        border: 0 !important;
        padding-left: 0 !important;
    }

    .block-related .block-title strong {
/*        font-family: Georgia,Times,"Times New Roman",serif;
*/        text-transform: uppercase;
        font-size: 18px !important;
    }

    .block-related .products-grid {
        margin-left: 0;
    }

    .block-related .products-grid>li {
        width: 50%;
    }

    .block-related .regular-price .price {
        font-size: 15px;
    }
}

.option .tier-prices {
/*    display: none;
*/}

#amfile-list .file:before,#amfile-list .file:before:hover {
    content: "\f0ed";
    font-family: FontAwesome;
    text-decoration: none;
}

.cart .page-title h1 {
    text-transform: uppercase;
    border-bottom: 1px solid #544943;
    padding-bottom: 10px;
}

.cart .data-table thead {
    background-color: transparent;
    text-transform: uppercase;
    border-bottom: 1px solid #cbc8c6;
}

.cart .data-table tfoot {
    border: 1px solid #cbc8c6;
    border-left: 0;
    border-right: 0;
}

.cart .data-table th,.cart .data-table td {
    border: 0;
}

.cart .data-table td span.cart-price {
    color: #7c8747;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .checkout-types {
    margin-bottom: 10px;
    text-align: right;
}

.cart .checkout-types li {
    margin-bottom: 10px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals {
    font-weight: bold;
}

.cart .totals .price {
    color: #7C8747;
}

.cart .totals .price strong {
    font-size: 18px !important;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 3px 55px 8px 0;
    line-height: 1.0;
    font-size: 11px;
}

.cart .cart-collaterals {
    padding: 1.5625rem 0 0 0;
}

    


@media only screen and (max-width: 47.938em) {
    .cart .cart-collaterals .col3-set .col-1 {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }

    .cart .cart-collaterals .col3-set .col-2 {
        display: none;
    }

    .cart .cart-collaterals .col3-set .col-3 {
        padding: 1.5625rem 0 0 0;
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .cart .cart-collaterals .col3-set .col-1 {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left;
    }

    .cart .cart-collaterals .col3-set .col-2 {
        display: none;
    }

    .cart .cart-collaterals .col3-set .col-3 {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left;
    }
}

.cart .discount {
    background: #f0f0f0;
    padding: 25px 20px;
}

.cart .discount label {
/*    display: none;
*/}

.cart .discount h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.cart .discount .discount-form {
    margin-top: 15px;
}

.cart .discount .input-box {
    padding-right: 0;
}

.cart .discount .input-box input {
    border: 1px solid #7C8747;
    height: 33px;
}

.cart .discount .buttons-set {
    padding: 0 0;
}

.cart .discount .buttons-set button.button {
    background: #7C8747;
    margin-top: 0;
    height: 33px;
    float: left;
}

.cart .discount .buttons-set button.button span {
    background: none;
    height: 33px;
    line-height: 33px;
}

.cart .discount .buttons-set button.button span span {
    background: none;
    font-size: 14px;
    font-weight: normal;
    height: 33px;
}

.cart .input-box .input-text {
    width: 100%;
}

.discount {
    background: #f0f0f0;
    padding: 25px 20px;
}

.discount h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.discount .input-box {
    padding-right: 0;
}

.discount .input-box input {
    border: 1px solid #7C8747;
    height: 33px;
}

.discount .buttons-set {
    padding: 0 0;
}

.discount .buttons-set button.button {
    background: #7C8747;
    margin-top: 0;
    height: 33px;
}

.discount .buttons-set button.button span {
    background: none;
    height: 33px;
    line-height: 33px;
}

.discount .buttons-set button.button span span {
    background: none;
    font-size: 14px;
    font-weight: normal;
    height: 33px;
}

.cart .totals table {
    width: 100%;
}

.cart .totals table th,.cart .totals table td {
    padding: 5px;
}

.cart .totals table th {
    font-weight: bold;
}

tr.summary-total {
    cursor: pointer;
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
/*    background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
*/    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -53px;
}

tr.summary-details td {
    font-size: 15px;
/*    background-color: #dae1e4;
*/    color: #626465;
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
    font-style: italic;
}

.cart-table .item-msg {
    font-size: 10px;
}

.cart-table .product-image {
    float: left;
    height: 6.25rem;
    width: 6.25rem;
}

.cart-table .product-details {
    min-height: 6.25rem;
    margin-left: 7.5rem;
}

.cart-table .btn-continue {
    float: left;
}

.cart-table .edit-link {
    display: inline-block;
    margin-left: 0.625rem;
}

@media only screen and (max-width: 47.938em) {
    .cart-table .product-image {
        display: none;
    }

    .cart-table .product-details {
        margin-left: 0;
    }
}

.item-options dt {
    font-weight: bold;
    font-style: italic;
}

.item-options dd {
    padding-left: 10px;
}

.truncated {
    cursor: help;
}

.truncated a.dots,.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value.show .item-options {
    top: -20px;
    left: 50%;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options>p {
    font-weight: bold;
    text-transform: uppercase;
}

.col-left .truncated .show .item-options {
    left: 30px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

.cart-tax-info {
    display: block;
    padding-right: 20px;
}

.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-info .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
    cursor: pointer;
}

.cart-tax-total.cart-tax-total-expanded {
    background-position: 100% -53px;
}

.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.block-side-cart {
    border: 0 !important;
    background: #f0f0f0;
    padding-top: 10px;
    margin-top: 50px !important;
}

.block-side-cart .block-title {
    border: 0 !important;
    text-transform: uppercase;
}

.block-side-cart li {
    margin-bottom: 10px;
}

.block-side-cart li a {
    color: #544943;
}

.block-side-cart li:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-left: 5px;
    color: #9da868;
    padding-right: 10px;
}

.crosssell .block-title strong {
    text-align: center;
    font-weight: normal;
}

.checkout-onepage-index .header .header-logo {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    text-align: center;
}

.checkout-onepage-index .page-title h1 {
    text-transform: uppercase;
    border-bottom: 1px solid #544943;
    padding-bottom: 10px;
}

.opc {
    border-bottom: 1px solid #ddd;
    position: relative;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
}

.opc .step-title {
    background: none;
    padding: 10px;
    border-top: 1px solid #cbc8c6;
    text-transform: uppercase;
    font-size: 14px !important;
    text-align: right;
}

.opc .step-title .number {
    display: none;
    float: left;
    line-height: 22px;
    margin-right: 5px;
}

.opc .step-title h2 {
    float: left;
    font-size: 14px;
}

.opc .step-title a {
    display: none;
    float: right;
}

.opc .allow .step-title {
    cursor: pointer;
}

.opc .allow .step-title a {
    display: block;
}

.opc .active .step-title {
    background-color: #544943;
    cursor: default;
}

.opc .active .step-title h2 {
    color: #fff;
}

.opc .active .step-title a {
    display: none;
}

.opc .step {
    border-top: 1px solid #ddd;
    padding: 10px;
    position: relative;
}

.opc .step h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.opc .step .tool-tip {
    right: 10px;
}

#opc-login .buttons-set {
    padding: 0 0;
}

#opc-login .buttons-set .f-left {
    margin-top: 15px;
}

#opc-login .buttons-set button.button {
    float: left;
    margin-right: 10px;
}

#opc-login .buttons-set .form-list label {
    font-weight: normal !important;
}

#opc-login .buttons-set .form-list input.input-text {
    border: 1px solid #7C8747;
    padding: 10px;
    font-size: 14px;
}

#opc-login .buttons-set .form-list li {
    margin-bottom: 10px;
}

.block-progress dt {
    font-weight: bold;
}

.block-progress dt .complete,.block-progress dd .complete {
    background-color: #f6f6f6;
}

.multiple-checkout {
    position: relative;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 10px;
}

.multiple-checkout .grand-total {
    font-size: 1.5em;
    text-align: right;
}

.checkout-progress {
    padding: 0 50px;
    margin: 10px 0;
}

.checkout-progress li {
    float: left;
    width: 20%;
    border-top: 5px solid #ccc;
    text-align: center;
    color: #ccc;
}

.checkout-progress li.active {
    border-top-color: #000;
    color: #000;
}

.sp-methods dt {
    font-weight: bold;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods select.month {
    width: 150px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
/*    width: 60px !important;
*/}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}

.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.sp-methods .release-amounts {
    margin: 0.5em 0 1em;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.please-wait {
    float: right;
    margin-right: 5px;
}

.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    cursor: help;
    margin-left: 5px;
}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.tool-tip {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

.checkout-agreements li {
    margin: 10px 0;
}

.checkout-agreements .agreement-content {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px;
    height: 10em;
    overflow: auto;
}

.checkout-agreements .agree {
    padding: 6px;
}

.gift-messages-form {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    position: relative;
    padding: 0.9375rem;
}

.gift-messages-form label {
    float: none !important;
    position: static !important;
}

.gift-messages-form .item {
    margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}

.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-message-link {
    display: block;
    background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
    padding-left: 20px;
}

.gift-message-link.expanded {
    background-position: 0 -53px;
}

.gift-message-row .btn-close {
    float: right;
}

.gift-message dt strong {
    font-weight: bold;
}

.home-banners {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
}

.home-banners:before,.home-banners:after {
    content: " ";
    display: table;
}

.home-banners:after {
    clear: both;
margin-top:75px;
}

.home-banners p {
    text-align: center;
}

.home-banners .home-banners-main,.home-banners .home-banners-secondary {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
}

.home-banners .home-banners-secondary li:nth-child(2) {
    margin-bottom: 1.6875rem;
    margin-top: 1.6875rem;
}

@media only screen and (max-width: 47.938em) {
    .home-banners .home-banners-main,.home-banners .home-banners-secondary {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }
}

.home-top-banners {
    clear: both;
	margin-top:104px;
}

.home-banners {
    margin-top: 25px;
	display:none;
}

.home-banners .home-banners-one,.home-banners .home-banners-two,.home-banners .home-banners-three {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
}

.home-banners .home-banners-one {
    padding-left: 0;
}

.home-banners .home-banners-two {
    padding: 0 0 0 0;
    text-align: center;
}

.home-banners .home-banners-three {
    padding-right: 0;
}

@media only screen and (max-width: 47.938em) {
    .home-banners .home-banners-one,.home-banners .home-banners-two,.home-banners .home-banners-three {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        text-align: center;
    }

    .home-banners .home-banners-one,.home-banners .home-banners-two {
        margin-bottom: 10px;
    }
}

.home-products {
    margin: 25px 0 5px;
}
.block-title h2{font-family: 'Oswald-light', sans-serif; font-weight:400;font-size:19px;text-align:center;text-transform:uppercase; color:#000; padding-bottom:8px;}
.home-products .product-name {
    text-align: center;
    font-size: 16px !important;
    color: #a1a1a1;
}

.home-products .flex-viewport {
/*    border: 1px solid #333333;
*/    border-width: 1px 0;
    margin-top: 20px;
}

.home-products .products-grid li {
    width: 230px !important;
    padding: 1rem 0 !important;
}

.home-products .products-grid .product-image {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    border: 0 !important;
}

.home-products .products-grid>li:nth-of-type(4n+1),.home-products .products-grid>li:nth-of-type(3n+1),.home-products .products-grid>li:nth-of-type(2n+1) {
    clear: none !important;
}

@media only screen and (max-width: 47.938em) {
    .home-products {
        margin: 30px 0;
    }

    .home-products h2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 19px !important;
/*        font-family: Georgia, Times, "Times New Roman", serif;
*/        color: #534741;
    }

    .home-products .products-grid li {
        width: 270px !important;
    }

.home-products .products-grid  {
        margin: 0 0 0 !important;
    }
    .home-products .products-grid .product-image {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
        border: 0 !important;
    }
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .home-products ul.products-grid li {
        width: 235px !important;
    }
}

@media only screen and (min-width: 60em) and (max-width: 90em) {
    .home-products .products-grid li {
        width: 230px !important;
    }
}

.home-row-1,.home-row-2 {
    margin-top: 15px;
    text-align: center;
    clear: both;
}

@media only screen and (max-width: 47.938em) {
    .home-row-1 .col3-set .col-1,.home-row-1 .col3-set .col-2,.home-row-1 .col3-set .col-3 {
        width: 100% !important;
    }
}

.home-row-2 {
    margin-top: 80px !important;
}

.home-row-2 .content {
    padding: 45px 0;
    line-height: 1.5em;
    font-size: 0.85em;
    max-width: 305px;
    margin: 0 auto;
    text-align: left;
}

.home-row-2 .content a {
    color: #9da868;
    font-weight: bold;
    text-decoration: none;
}

.home-row-2 .content a.btn {
    margin: 10px 0 0;
    padding: 10px 15px;
    background: #9da868;
    text-decoration: none;
    color: #fff !important;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.home-row-2 .content ul {
    padding-left: 0 !important;
}

@media only screen and (max-width: 47.938em) {
    .home-row-2 .col3-set .col-1,.home-row-2 .col3-set .col-2,.home-row-2 .col3-set .col-3,.home-row-2 .col-1,.home-row-2 .col-2,.home-row-2 .col-3 {
        width: 100% !important;
    }
}

.block-recent-posts {
    border: none !important;
}

.block-recent-posts .block-title {
    display: none;
}

.block-recent-posts .block-content {
    padding: 5px 0 0 !important;
}

.block-recent-posts ul {
    margin-bottom: 0 !important;
}

.block-recent-posts ul li {
    margin: 0 0 20px !important;
    padding: 0 0 10px !important;
    border-bottom: 1px dashed #7c8747;
}

.block-recent-posts ul li:before {
    content: none !important;
    padding-left: 0 !important;
}

.block-recent-posts ul li.even {
    background-color: transparent !important;
}

.block-recent-posts ul li.last {
    border-bottom: none;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.page-sitemap .sitemap {
    margin: 12px;
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}

.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}

.page-sitemap .links a:hover {
    text-decoration: underline;
}

.wrapper-banner-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 61.25rem;
    *zoom: 1;
}

.wrapper-banner-container:before,.wrapper-banner-container:after {
    content: " ";
    display: table;
}

.wrapper-banner-container:after {
    clear: both;
}

.wrapper-banner {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    margin-bottom: 1.2em;
    margin-top: 0.9em;
}

.wrapper-banner ul {
    display: block;
    padding: 0;
    margin: 0 0 0 -0.625rem;
    *zoom: 1;
    margin: 0;
}

.wrapper-banner ul:before,.wrapper-banner ul:after {
    content: " ";
    display: table;
}

.wrapper-banner ul:after {
    clear: both;
}

.wrapper-banner ul>li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
}

.wrapper-banner ul>li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
}

.wrapper-banner ul>li:nth-of-type(n) {
    clear: none;
}

.wrapper-banner ul>li:nth-of-type(3n+1) {
    clear: both;
}

.wrapper-banner li {
    background: none;
    border-right: 1px solid #000;
    line-height: 1em;
    padding-bottom: 0 !important;
    position: relative;
    text-align: center;
}

.wrapper-banner li:last-child {
    border: none;
}

.wrapper-banner i {
    color: #000;
    display: inline-block;
    font-size: 0.9375rem;
    margin: 0 0.67em 0 0;
}

.wrapper-banner a {
    color: #000;
    display: inline-block;
    font-family: inherit;
    font-size: 0.9375rem;
    font-weight: normal;
    text-transform: uppercase;
}

.wrapper-banner span {
    display: inline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
    text-transform: inherit;
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .wrapper-banner i {
        font-size: 0.6875rem;
        margin: 0 0.5em 0 0;
    }

    .wrapper-banner a {
        font-size: 0.6875rem;
        line-height: 1.1em;
    }
}

@media only screen and (max-width: 47.938em) {
    .wrapper-banner {
        display: none;
    }
}

button {
    font: 12px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #000;
}

button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

button.button span {
    float: left;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    height: 44px;
    width: 100%;
    line-height: 41px;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    padding: 0 0 0 8px;
	background:#687733;

/*    background: transparent url(../images/button-orange.png) 0 0 no-repeat;
*/}

button.button span span {
/*    background: transparent url(../images/button-orange.png) 100% 0 no-repeat;
*/    padding: 0 18px 0 10px;
/*    text-transform: uppercase;
*/}

button.btn-update {
    float: left;
}

button.btn-update span {
    background: none;
}

button.btn-update span span {
    background: none;
    color: #7c8747;
    font-size: 14px;
    padding: 0 0 0 0;
}

button.btn-update span span:after {
    content: "\f0da";
    font-family: FontAwesome;
    padding-left: 5px;
}

button.btn-continue {
    float: left;
    margin-right: 15px;
}

button.btn-continue span {
    background: none;
}

button.btn-continue span span {
    background: none;
    color: #7c8747;
    font-size: 14px;
    padding: 0 0 0 0;
}

button.btn-continue span span:before {
    content: "\f0d9";
    font-family: FontAwesome;
    padding-right: 5px;
}

.cart button.btn-checkout span span:before {
    content: "\f023";
    font-family: FontAwesome;
    padding-right: 10px;
    font-weight: normal;
}

input,select,textarea {
    font: 12px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #000;
}

input.input-text,select,textarea {
    background: #fff;
/*    border: 1px solid #ddd;
*/}

input.input-text,textarea {
    padding: 10px;
    border: 1px solid #434343;
}

select {
    padding: 5px;
    border: 1px solid #434343;
}

select option {
    padding-right: 10px;
}

select.multiselect option {
    border-bottom: 1px solid #ddd;
    padding: 2px
     5px;
}



select.multiselect option:last-child {
    border-bottom: 0;
}

textarea {
    overflow: auto;
}

input.qty {
    width: 3.5em !important;
    text-align:center!important;
}

input.radio,input.checkbox {
    margin-right: 3px;
margin-left:2px;
}

p.control input.radio,p.control input.checkbox {
    margin-right: 6px;
}

.fieldset {
    padding: 22px 25px 12px 33px;
    margin: 28px 0;
}

.fieldset .legend {
    float: left;
    font-weight: bold;
    font-size: 18px;
    color: #7c8747;
    margin: -33px 0 0 -10px;
    padding: 0 8px;
    position: relative;
}

.form-list li {
    margin-bottom: 8px;
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list li.control label {
    float: none;
}

.form-list li.control input.radio,.form-list li.control input.checkbox {
    margin-right: 6px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

.form-list li.fields {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
}

.form-list li.fields:before,.form-list li.fields:after {
    content: " ";
    display: table;
}

.form-list li.fields:after {
    clear: both;
}

.form-list li.fields .field {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
    margin-bottom: 8px;
}

.form-list label {
    float: left;
    color: #111;
    position: relative;
    z-index: 0;
}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #eb340a;
    position: absolute;
    top: 0;
    right: -8px;
}

.form-list input.input-text {
    width: 100%;
}

.form-list textarea {
    width: 100%;
    height: 10em;
}

.form-list select {
    width: 100%;
}

.form-list .input-box {
    display: block;
    clear: both;
    width: 100%;
}

.form-list .input-range input.input-text {
    width: 74px;
}

.form-list.form-list-inline li {
    *zoom: 1;
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
    margin-bottom: 8px;
}

.form-list.form-list-inline li:before,.form-list.form-list-inline li:after {
    content: " ";
    display: table;
}

.form-list.form-list-inline li:after {
    clear: both;
}

.form-list.form-list-inline li:before,.form-list.form-list-inline li:after {
    content: " ";
    display: table;
}

.form-list.form-list-inline li:after {
    clear: both;
}

.form-list.form-list-inline li label {
    display: inline-block;
    padding-left: 0.9375rem;
}

.form-list.form-list-inline li .input-box {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 58.33333%;
    float: right;
    clear: none;
}

@media only screen and (max-width: 47.938em) {
    .form-list li.fields .field {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }
}

.form-list li.fields .name-prefix,.form-list li.fields .name-middlename,.form-list li.fields .name-suffix {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 16.66667%;
    float: left;
}

.form-list li.fields .customer-name-suffix .name-firstname,.form-list li.fields .customer-name-prefix .name-firstname,.form-list li.fields .customer-name-middlename .name-firstname {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 41.66667%;
    float: left;
}

.form-list li.fields .customer-name-suffix .name-lastname,.form-list li.fields .customer-name-prefix .name-lastname,.form-list li.fields .customer-name-middlename .name-lastname {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 41.66667%;
    float: left;
}

.form-list li.fields .customer-name-prefix-suffix .name-firstname,.form-list li.fields .customer-name-prefix-middlename .name-firstname,.form-list li.fields .customer-name-middlename-suffix .name-firstname {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
}

.form-list li.fields .customer-name-prefix-suffix .name-lastname,.form-list li.fields .customer-name-prefix-middlename .name-lastname,.form-list li.fields .customer-name-middlename-suffix .name-lastname {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
}

.form-list li.fields .customer-name-prefix-middlename-suffix .name-firstname {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left;
}

.form-list li.fields .customer-name-prefix-middlename-suffix .name-lastname {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left;
}

@media only screen and (max-width: 47.938em) {
    .form-list li.fields .customer-name-suffix .name-firstname,.form-list li.fields .customer-name-prefix .name-firstname,.form-list li.fields .customer-name-middlename .name-firstname {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 41.66667%;
        float: left;
    }

    .form-list li.fields .customer-name-suffix .name-lastname,.form-list li.fields .customer-name-prefix .name-lastname,.form-list li.fields .customer-name-middlename .name-lastname {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 41.66667%;
        float: left;
    }

    .form-list li.fields .customer-name-prefix-suffix .name-firstname,.form-list li.fields .customer-name-prefix-middlename .name-firstname,.form-list li.fields .customer-name-middlename-suffix .name-firstname {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 75%;
        float: left;
    }

    .form-list li.fields .customer-name-prefix-suffix .name-lastname,.form-list li.fields .customer-name-prefix-middlename .name-lastname,.form-list li.fields .customer-name-middlename-suffix .name-lastname {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 75%;
        float: left;
    }

    .form-list li.fields .customer-name-prefix-suffix .name-prefix,.form-list li.fields .customer-name-prefix-suffix .name-middlename,.form-list li.fields .customer-name-prefix-suffix .name-suffix,.form-list li.fields .customer-name-prefix-middlename .name-prefix,.form-list li.fields .customer-name-prefix-middlename .name-middlename,.form-list li.fields .customer-name-prefix-middlename .name-suffix,.form-list li.fields .customer-name-middlename-suffix .name-prefix,.form-list li.fields .customer-name-middlename-suffix .name-middlename,.form-list li.fields .customer-name-middlename-suffix .name-suffix {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left;
    }

    .form-list li.fields .customer-name-prefix-middlename-suffix .name-firstname {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left;
    }

    .form-list li.fields .customer-name-prefix-middlename-suffix .name-lastname {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 75%;
        float: left;
    }

    .form-list li.fields .customer-name-prefix-middlename-suffix .name-prefix,.form-list li.fields .customer-name-prefix-middlename-suffix .name-middlename,.form-list li.fields .customer-name-prefix-middlename-suffix .name-suffix {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left;
    }
}

.form-list .customer-dob {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
}

.form-list .customer-dob:before,.form-list .customer-dob:after {
    content: " ";
    display: table;
}

.form-list .customer-dob:after {
    clear: both;
}

.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-month {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left;
}

.form-list .customer-dob .dob-year {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.buttons-set {
    clear: both;
    margin: 5px 0 0;
    padding: 5px;
}

.buttons-set .back-link {
    float: left;
}

.buttons-set button.button {
    float: right;
}

.buttons-set p.required {
    margin: 0 0 5px;
}

p.required {
    font-size: 10px;
    text-align: right;
    color: #f00;
}

.inline-field-button {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
}

.inline-field-button:before,.inline-field-button:after {
    content: " ";
    display: table;
}

.inline-field-button:after {
    clear: both;
}

.inline-field-button .input-box {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: left;
}

.inline-field-button .buttons-set {
    border: 0;
    padding: 0;
    margin: 0;
    clear: none;
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
}

.validation-failed {
    border: 1px dashed #f00 !important;
    background: #faebe7 !important;
}

.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 17px;
    font-size: 10px;
    line-height: 13px;
    background: url(../images/validation_advice_bg.gif) 2px 1px no-repeat;
    color: #f00;
}

.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

.messages {
    overflow: hidden;
    width: 100%;
}

.messages,.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages li {
    margin: 0 0 10px;
}

.messages li li {
    margin: 0 0 3px;
}

.error-msg,.success-msg,.note-msg,.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 7px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 32px !important;
    font-size: 11px !important;
    font-weight: bold !important;
}

.error-msg {
    border-color: #f16048;
    background-color: #faebe7;
    background-image: url(../images/i_msg-error.gif);
    color: #df280a;
}

.success-msg {
    background-color: #eff5ea;
    background-image: url(../images/i_msg-success.gif);
    border-color: #9DA868;
    color: #9DA868;
}

.note-msg,.notice-msg {
    border-color: #fcd344;
    background-color: #fafaec;
    background-image: url(../images/i_msg-note.gif);
    color: #3d6611;
    clear: both;
}

.success {
    color: #3d6611;
    font-weight: bold;
}

.error {
    color: #f00;
    font-weight: bold;
}

.notice {
    color: #ccc;
}

.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.noscript .noscript-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0 12px;
    background: url(../images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
    margin: 0;
}

.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
}

.notice-cookie {
    border-bottom: 1px solid #cfcfcf;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.notice-cookie .notice-inner {
    width: 870px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(../images/i_notice.gif) 20px 25px no-repeat;
    text-align: left;
}

.notice-cookie .notice-inner p {
    margin: 0 0 10px;
    border: 1px dotted #cccc73;
    padding: 10px;
}

.links li {
    display: inline;
}

.links li.first {
    padding-left: 0 !important;
}

.links li.last {
    background: none !important;
    padding-right: 0 !important;
}

.link-cart {
    font-weight: bold;
    color: #f00;
}

.link-wishlist {
    font-weight: bold;
}

.link-reorder {
    font-weight: bold;
}

.link-compare {
    font-weight: bold;
}

.link-compare a {
    color: #000 !important;
}

.link-print {
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
}

.link-rss {
    background: url(../images/i_rss.gif) 0 1px no-repeat;
    padding-left: 18px;
    white-space: nowrap;
}

.btn-remove {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_trash.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_edit.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: #ddd;
    text-indent: -999em;
    overflow: hidden;
}

.product-name {
    font-size: 1em;
    font-weight: normal;
}

.tags-list li {
    display: inline;
}

.rss-title h1 {
    background: url(../images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px;
}

.rss-table .link-rss {
    display: block;
    line-height: 1.35;
    background-position: 0 2px;
}

.clearer:after,.header-container:after,.header-container .top-container:after,.header:after,.header .quick-access:after,#nav:after,.footer:after,.footer-container .bottom-container:after,.col-main:after,.col2-set:after,.col3-set:after,.col4-set:after,.search-autocomplete li:after,.block .block-content:after,.block .actions:after,.block li.item:after,.block-poll li:after,.block-layered-nav .currently li:after,.page-title:after,.products-grid:after,.products-list li.item:after,.box-account .box-head:after,.dashboard .box .box-title:after,.box-reviews li.item:after,.box-tags li.item:after,.pager:after,.sorter:after,.ratings:after,.add-to-box:after,.add-to-cart:after,.product-essential:after,.product-collateral:after,.product-view .product-img-box .more-views ul:after,.product-view .product-shop .short-description:after,.product-view .box-description:after,.product-view .box-tags .form-add:after,.product-options .options-list li:after,.product-options-bottom:after,.product-review:after,.cart:after,.cart-collaterals:after,.cart .crosssell li.item:after,.opc .step-title:after,.checkout-progress:after,.multiple-checkout .place-order:after,.group-select li:after,.form-list li:after,.form-list .field:after,.buttons-set:after,.page-print .print-head:after,.advanced-search-summary:after,.gift-messages-form .item:after,.send-friend .form-list li p:after,.block-health-login:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.reveal-modal h3 {
    color: #544943;
    border-bottom: 1px solid #544943;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.reveal-modal h3 span {
    color: #f18c21;
}

.reveal-modal h4 {
    color: #7c8747;
    margin-bottom: 10px;
}

.reveal-modal p {
    color: #544943;
    margin-bottom: 10px;
}

.reveal-modal strong {
    color: #f18c21;
}

.reveal-modal ul {
    padding-left: 0.5em;
    margin-bottom: 10px;
}

.reveal-modal ul li {
    background: url(../images/bullet-round.png) no-repeat 0 50% !important;
    padding-left: 25px !important;
}

.reveal-modal ul li:before {
    content: none !important;
}

.reveal-modal .close-reveal-modal {
    color: #fff;
    background: #9da868;
    padding: 10px 15px;
    border-radius: 50%;
    right: -1.312rem;
    top: -0.5rem;
}

.reveal-modal .close-reveal-modal:hover {
    text-decoration: none;
}

@media only screen and (min-width: 60em) {
    .reveal-modal {
        max-width: 650px;
        margin-left: -20% !important;
    }
}

.reveal-modal.cms-embed {
    padding: 0.5rem;
    line-height: 0;
    max-width: 500px;
}

.reveal-modal.cms-embed video {
    max-width: 100%;
}

.reveal-modal.cms-embed p {
    line-height: 1.25;
}

#ecoModal {
    padding: 0 0 1.875rem !important;
}

#ecoModal h3,#ecoModal h4 {
    margin: 1rem 1.875rem;
}

#ecoModal p,#ecoModal ul {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
}

.data-table {
    width: 100%;
}

.data-table thead {
    background-color: #f2f2f2;
}

td .data-table tbody.odd {
    border-width: 0 1px;
}

.data-table tbody.even {
    background-color: #f6f6f6;
}

.data-table tbody.even td {
    border-width: 0 1px;
}

.data-table tbody.odd tr.border td,.data-table tbody.even tr.border td {
    border-bottom-width: 1px;
}

.data-table tr.even {
    background-color: #f6f6f6;
}

.data-table th {
    padding: 5px;
    border: 1px solid #ddd;
    font-weight: bold;
    white-space: nowrap;
}

.data-table th .tax-flag {
    white-space: nowrap;
    font-weight: normal;
}

.data-table td {
    padding: 5px;
    border: 1px solid #ddd;
}

.data-table td.label,.data-table th.label {
    font-weight: bold;
    background-color: #f6f6f6;
}

.tabs-block .tab-nav {
    margin: 0 0 20px;
    position: relative;
    z-index: 2;
}

.tabs-block .tab-nav li {
/*    border: 1px solid #cbc8c6;
*/    display: inline-block;
    margin-right: 0;
    text-align: center;
    text-transform: uppercase;
	border:none;
}

.tabs-block .tab-nav a {
    color: #fff;
    background: #F18C21;
    display: block;
    padding: 1.125rem;
}

.tabs-block .tab-nav li.active {
    border-bottom: 1px solid #fff;
}

.tabs-block .tab-nav li.active a {
    color: #000;
    background: #9DC183;
	border:1px solid #434341;
}

@media only screen and (max-width: 47.938em) {
    .tabs-block .tab-nav li {
        width: 100%;
    }
}

.tabs-block .tab-nav a {
    color: #8f8f91;
    background: #fff;
    display: block;
    padding: 1.125rem;
	border:none;
}

.tabs-block .tab-nav a:hover {
    color: #544943;
    background: #f0f0f0;
    text-decoration: none;
}

.tabs-block .tab-content {
/*    border: 1px solid #cbc8c6;
*/    padding: 1.125rem;
    overflow: auto;
}

 .tab-content .std strong {
   font-weight:500!important;
color:#f90;
line-height:20px;
	 font-size:120%
}

.tabs-block .tab-content h2,.tabs-block .tab-content h3,.tabs-block .tab-content h4,.tabs-block .tab-content h4,.tabs-block .tab-content h6 {
    margin-bottom: 10px;
    color: #f18c21;
}

.tabs-block .tab-content span {
    color: #f18c21;
}

.tabs-block .tab-content ul {
    padding-left: 0.5em;
}

.tabs-block .tab-content ul li {
/*    background: url(../images/bullet-round.png) no-repeat 0 50% !important;
   padding-left: 25px !important;*/ 
}

.tabs-block .tab-content ul li:before {
    content: none !important;
}

.tabs-block .tab-content .left-col,.tabs-block .tab-content .right-col {
    margin-bottom: 15px;
}

.dashboard .box-recent {
    margin: 10px 0;
}

.dashboard .box-info {
    margin: 10px 0;
}

.dashboard .box-info .col2-set {
    padding-top: 10px;
}

.dashboard .box-info .col2-set.address .box-title {
    padding: 10px 0 10px 15px;
}

.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #ddd;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #ddd;
}

.dashboard .box-tags .details {
    margin-left: 20px;
}

.addresses-list {
    padding-top: 10px;
}

.addresses-list li.item {
    margin-top: 10px;
}

.order-info {
    border: 1px solid #ddd;
    padding: 5px;
}

.order-info dt,.order-info dd,.order-info ul,.order-info li {
    display: inline;
}

.order-info dt {
    font-weight: bold;
}

.order-date {
    margin: 10px 0;
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-additional {
    margin: 15px 0;
}

.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}

.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th,.tracking-table-popup td {
    padding: 1px 8px;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.page-print .print-head img {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .price-excl-tax.label,.page-print .price-excl-tax.price,.page-print .price-incl-tax.label,.page-print .price-incl-tax.price {
    display: inline;
}

.page-print .cart-price {
    display: inline;
}

.product-review dt {
    font-weight: bold;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

.my-account .fieldset {
    padding-left: 0;
    margin-bottom: 0;
}

.my-account .buttons-set {
    padding-right: 25px !important;
}

.block-account {
    padding-top: 10px;
    border: none !important;
}

.block-account .block-title {
    text-transform: uppercase;
    border: none !important;
}

.account-login .new-users h2,.account-login .registered-users h2 {
    margin: 0 0 15px;
}

.account-login .new-users p,.account-login .registered-users p {
    padding-left: 0;
    padding-right: 0;
}

.captcha-image {
    float: left;
    position: relative;
}

.captcha-img {
    border: 1px solid #ccc;
}

.captcha-reload {
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }

    0% {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }

    0% {
        -moz-transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    0% {
        transform: rotate(-360deg);
    }
}

.window-overlay {
    background: url(../images/window_overlay.png) repeat;
    background: rgba(0,0,0,0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}

div.block-health-login {
    background-color: #efefef;
    margin-bottom: 20px;
    float: left;
}

div.block-health-login ul.form-list {
    padding-left: 0px;
list-style:none;
}

.health-account-application {
    clear: both;
}

.col-main .std .block-health-login ul li:before {
    content: '';
}

.col2-set {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
}

.col2-set:before,.col2-set:after {
    content: " ";
    display: table;
}

.col2-set:after {
    clear: both;
}

.col2-set .col-1 {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
}

.col2-set .col-2 {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
}

.col2-set .col-narrow {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
}

.col2-set .col-wide {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: left;
}

@media only screen and (max-width: 47.938em) {
    .col2-set .col-1 {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        margin-bottom: 1rem;
    }

    .col2-set .col-2 {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }

    .col2-set .col-narrow {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }

    .col2-set .col-wide {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }
}

.col3-set {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
}

.col3-set:before,.col3-set:after {
    content: " ";
    display: table;
}

.col3-set:after {
    clear: both;
}

.col3-set .col-1,.col3-set .col-2,.col3-set .col-3 {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
}

@media only screen and (max-width: 47.938em) {
    .col3-set .col-1,.col3-set .col-2,.col3-set .col-3 {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.33333%;
        float: left;
    }

    .col3-set .col-1,.col3-set .col-2 {
        margin-bottom: 1rem;
    }
}

.col4-set {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
}

.col4-set:before,.col4-set:after {
    content: " ";
    display: table;
}

.col4-set:after {
    clear: both;
}

.col4-set .col-1,.col4-set .col-2,.col4-set .col-3,.col4-set .col-4 {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left;
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .col4-set .col-1,.col4-set .col-2,.col4-set .col-3,.col4-set .col-4 {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left;
    }

    .col4-set .col-1,.col4-set .col-2 {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 47.938em) {
    .col4-set .col-1,.col4-set .col-2,.col4-set .col-3,.col4-set .col-4 {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }

    .col4-set .col-1,.col4-set .col-2,.col4-set .col-3 {
        margin-bottom: 1rem;
    }
}

.col-main .std ul {
	list-style-type: disc;
 list-style-position: outside;
 padding-left:40px;
}

.col-main .std ul li {
    margin: 2px 0;
	
}

/*.col-main .std ul li:before {
    content: "\f111";
    padding: 0 10px 0 0;
    font-family: FontAwesome;
    color: #808185;
	font-size:10px;
}*/

table {
    max-width: 100% !important;
}

table td {
    padding: 0 2px;
}

.footer-container {
    margin: 0;
	border-top:8px solid #444444;
	border-bottom:50px solid #444444;
	
}

.footer-container .bottom-container {
    text-align: center;
}

.footer-contact .block-content span {
    color: #76823d;
}

.footer .copyright a:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .footer .copyright {
        max-width: 20%;
    }
}

@media only screen and (max-width: 47.938em) {
    .footer .copyright:after {
        display: none;
    }
}

.footer-links-container {
    background: #fff;
	border-bottom:1px solid #ccc;
}

.footer-links {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
max-width:81.25rem;
    *zoom: 1;
    padding: 20px 0;
}

.footer-links:before,.footer-links:after {
    content: " ";
    display: table;
}

.footer-links:after {
    clear: both;
}

.footer-links>.block {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left;
    text-align: left;
    border: 0;
}

.footer-links .block-title {
/*    border-bottom: 0 !important;
*/}
.footer-contact strong {font-size:90%;}
.footer-contact .block-title {display:none;}
.footer-subscribe strong {}

.footer-links .block-title span {
    color: #000;
    font-family: inherit;
    font-size: 1.275rem;
    height: 1em;
    line-height: 1.275em;
    margin: 1em 0 1em 0;
    margin-bottom: 0;
	text-transform:uppercase;
}

.footer-links .block-content {
    color: #8e8f93;
    font-size: 0.9rem;
    line-height: 1.85em;
	text-transform:uppercase;
}

.footer-links a {
    color: #8e8f93;
    display: block;
    text-decoration: none;
}

.footer-links a:hover {
    color: #76823d;
    text-decoration: underline;
}

.footer-links ul {
    line-height: 1.85em;
    margin: 0;
}

.footer-links address {
    margin-bottom: 1.85em;
}

.footer-links p {
    font-size: 1em;
    line-height: 1.85em;
    margin-bottom: 15px;
}

.footer-links dl {
    margin-bottom: 1.85em;
}

.footer-links dt,.footer-links dd {
    float: left;
    line-height: 1.85em;
    margin: 0;
}

.footer-links dt {
    font-weight: normal;
    clear: left;
    width: 75%;
}

.footer-links dd {
    width: 25%;
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .footer-links .footer-contact {
        display: none;
    }

    .footer-links>.block {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left;
        padding-bottom: 1em;
    }
}

@media only screen and (max-width: 47.938em) {
    .footer-links .footer-customer {
        margin-bottom: 0;
    }

    .footer-links .footer-contact {
        display: none;
    }

    .footer-links>.block {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }


    .footer-links .block-title span {
        color: #544943;
    }

    .footer-links .block-content {
/*        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
*/        text-align: center;
    }
}

.footer-banners-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 61.25rem;
    *zoom: 1;
}

.footer-banners-container:before,.footer-banners-container:after {
    content: " ";
    display: table;
}

.footer-banners-container:after {
    clear: both;
}

@media only screen and (max-width: 47.938em) {
    .footer-newsletter-container {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }
}

.footer-banners {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}

.footer-banners li {
    margin: 0 0 0.875rem 0;
}

.footer-banners h4 {
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 0 0.7em;
}

.footer-banners a {
    color: #fff;
    font-weight: normal;
}

.footer-banners a span {
    display: inline-block;
    font-size: 0.8125rem;
    line-height: 1.5em;
}

.footer-banners a:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: #000;
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 0.9375rem;
    line-height: 2em;
    height: 2em;
    margin-top: -1em;
    position: absolute;
    right: 1.6em;
    text-align: center;
    top: 50%;
    width: 2em;
}

.footer-banners i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 1.125rem;
    height: 3.125em;
    left: 1.375em;
    line-height: 3.125em;
    position: absolute;
    text-align: center;
    top: 1.125em;
    width: 3.125em;
}

.footer-banners i:before {
    font-size: 1.125rem;
}

.footer-banners .item {
    background: #000;
    padding-top: 1.125em;
    padding-bottom: 1.125em;
    padding-left: 5.75em;
    padding-right: 1.375em;
    position: relative;
}

@media only screen and (min-width: 60em) {
    .footer-banners ul {
        display: block;
        padding: 0;
        margin: 0 0 0 -0.625rem;
        *zoom: 1;
        margin: 0 -0.625rem;
    }

    .footer-banners ul:before,.footer-banners ul:after {
        content: " ";
        display: table;
    }

    .footer-banners ul:after {
        clear: both;
    }

    .footer-banners ul>li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem;
    }

    .footer-banners ul>li {
        width: 33.33333%;
        padding: 0 0.625rem 1.25rem;
        list-style: none;
    }

    .footer-banners ul>li:nth-of-type(n) {
        clear: none;
    }

    .footer-banners ul>li:nth-of-type(3n+1) {
        clear: both;
    }

    .footer-banners li {
        margin-bottom: 0;
    }
}

.footer-newsletter-container {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left;
    margin-bottom: 1.5625rem;
    padding: 0 0 !important;
}
.footer-newsletter-container .block-title h2{
    text-align:left; padding-left:10px;
	font-weight:200;
}

@media only screen and (max-width: 47.938em) {
    .footer-newsletter-container {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .footer-newsletter-container {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left;
    }
}

.footer-subscribe {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}
.footer-subscribe p{
   text-transform:none;}

.footer-subscribe form {
    margin: 0;
}

.footer-subscribe .block-content {
    overflow: hidden;
    padding-bottom: 0.5rem;
}

.footer-subscribe .input-title {
    font-size: 0.875rem;
    line-height: 2.286em;
    clear: both;
}

.footer-subscribe .input-title strong {
    color: #87888c;
}

.footer-subscribe .input-box {
    width: 60%;
    float: left;
}

.footer-subscribe .input-box input {
    border-color: #666;
    border-style: solid;
    border-width: 1px;
    height: 34px;
    display: block;
    height: 34px;
}

.footer-subscribe .input-box .input-text {
    margin-bottom: 0;
    width: 100%;
}

.footer-subscribe .actions button {
    width: 40%;
    border: 0;
    cursor: pointer;
    height: 34px;
    margin: 0;
    overflow: visible;
    padding: 0;
    background: #000;
	color:#fff;
}

.footer-subscribe .actions button span {
    font-size: 0.775rem;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    background: none;
    height: 34px;
    line-height: 34px;
    padding-left: 5px;
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .footer-subscribe .block-content {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: right;
        margin-left: auto;
        margin-right: auto;
        float: none;
        float: left;
    }

    .footer-subscribe .input-title {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }

    .footer-subscribe .input-box {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 66.66667%;
        float: left;
        padding-right: 0;
    }

    .footer-subscribe .actions {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        max-width: 61.25rem;
        *zoom: 1;
        float: left;
        width: 30%;
    }

    .footer-subscribe .actions:before,.footer-subscribe .actions:after {
        content: " ";
        display: table;
    }

    .footer-subscribe .actions:after {
        clear: both;
    }

    .footer-subscribe .actions button {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }
}

@media only screen and (max-width: 47.938em) {
    .footer-subscribe .input-title {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        text-align: left;
        padding-left: 0;
    }

    .footer-subscribe .input-box {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 66.66667%;
        float: left;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 0.5rem;
    }

    .footer-subscribe .actions {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        max-width: 61.25rem;
        *zoom: 1;
        float: left;
        width: 30%;
    }

    .footer-subscribe .actions:before,.footer-subscribe .actions:after {
        content: " ";
        display: table;
    }

    .footer-subscribe .actions:after {
        clear: both;
    }

    .footer-subscribe .actions button {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }
}

.footer-bottom {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width:81.25rem;
   clear: both;
    color: #544943;
    text-align: center;
    font-size: 13px;
    padding: 10px 0 20px;
	
}
.copyright {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width:1200px;
   clear: both;
    color: #8e8f93;
    text-align: center;
    font-size: 13px;
    padding: 10px 0 20px;
	margin:0 auto;
	
}
.footer-top {border-bottom:1px solid #ccc; width:100%; min-height:2px;}

.footer-bottom a {
    color: #8e8f93;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #8e8f93;
    text-decoration: underline;
}

.footer-bottom p {
    margin-bottom: 1px;
    text-align: left;
}

.footer-bottom span {
    padding: 0 20px;
}

@media only screen and (max-width: 47.938em) {
    .footer-bottom p {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .footer-bottom p {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.footer-social {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    clear: both;
	margin-top:10px;
}
.footer-social .fa {font-size:25px; color:#000;}

.footer-social ul {
    list-style: none;
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
    padding: 0 12px;
}

@media only screen and (max-width: 47.938em) {
    .footer-social ul {
        margin-top: 10px;
    }

    .footer-social ul li {
        padding: 0 10px;
    }
}

.header-container .top-container {
    clear: both;
    text-align: right;
}

.header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 72.25rem;
    *zoom: 1;
    padding-top: 1.125rem;
    z-index: 9999;
}

.header:before,.header:after {
    content: " ";
    display: table;
}

.header:after {
    clear: both;
}

.header .header-primary {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
    margin-top: 15px;
    margin-bottom: 5px;
}

.header .header-primary:before,.header .header-primary:after {
    content: " ";
    display: table;
}

.header .header-primary:after {
    clear: both;
}

.header .header-secondary {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
}

.header .header-secondary:before,.header .header-secondary:after {
    content: " ";
    display: table;
}

.header .header-secondary:after {
    clear: both;
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .header .header-logo {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.33333%;
        float: left;
        margin: 0 0 0;
        padding-left: 0;
        padding-right: 0;
        text-align: right;
    }

    .header .header-collateral {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.33333%;
        float: left;
        float: right;
    }

    .header .header-left {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.33333%;
        float: left;
    }

    .header .header-primary {
        margin-top: 0;
    }

    .header .header-social {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left;
    }

    .header .header-phone {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left;
        display: none;
    }

    .header .header-currency {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 16.66667%;
        float: left;
        text-align: right;
    }

    .header .header-links {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        float: right;
        text-align: right;
        margin-top: 5px;
    }

    .header .header-login {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        margin-top: 5px;
    }

    .header .header-club {
        display: none;
    }

    .header .header-search {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 41.66667%;
        float: left;
        float: right;
    }

    .header .header-cart {
        float: right !important;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 60em) {
    .header .header-logo {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 20.33333%;
        float: left;
        margin: 0 0 0;
    }

    .header-collateral {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
		background-color:#444444;
		min-height:30px;
	color:#dbdbdb;
    }
.header-primary {max-width:1200px; margin:0 auto;}
    .header .header-phone {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
/*        width: 33.33333%;
*/        float: left;
        float: right;
    }

    .header .header-left {
/*        display: none;

*/  float:left;  }
  .promo1 {text-transform:uppercase; font-size:14px; padding:5px 0; width:45%; float:left;}
    .header .header-social {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left;
        text-align: right;
    }

    .header .header-currency {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 16.66667%;
        float: left;
    }

    .header .header-links {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        float: right;
    }

    .header .header-login {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }

    .header .header-club {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 58.33333%;
        float: left;
        float: left;
    }

   .header .header-search {
        position: relative;
       padding-left: 5px;
        padding-right: 5px;
        width: 19.66667%;
        float: left;
    }

    .header .header-cart {
        padding-right: 0;
        padding-left: 0;
        margin-top: 10px;
        float: right !important;
    }
	.menu {float:left; width:52%;}
/*	.menu li {float:left; padding-right:15px; font-size:1.2em; text-transform:uppercase; color:#919193; vertical-align:middle;}
	.menu ul {list-style:none;}
*/}

@media only screen and (max-width: 47.938em) {
    .header .header-primary {
        margin-top: 10px;
    }

    .header .header-logo {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left;
        padding: 0 0 0 0;
        text-align: center;
        margin: 0 0 0;
    }

    .header .header-collateral {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 25%;
        float: left;
        float: right;
    }

    .header .header-left {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left;
        margin-top: 30px;
    }

    .header .header-phone {
        display: none;
    }

    .header .header-social {
        display: none;
    }

    .header .header-currency {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }

    .header .header-links {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }

    .header .header-links .links {
        display: none;
    }

    .header .header-cart {
        text-align: right;
    }

    .header .header-club {
        display: none;
    }

    .header .header-login {
        display: none;
    }

    .header .header-search {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 66.66667%;
        float: left;
    }

    .header .header-cart {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        float: right;
    }
}

@media only screen and (max-width: 47.938em) {
    .header-container {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        padding-left: 0;
        float: right;
        z-index: 95;
    }
}

.header-logo h1 {
    margin: 0 0 !important;
}

.header-logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.header-links {
    padding-left: 0px !important; width:50%; float:right;
}

.header-links .links {
    float: right;
    margin-top: 5px;
}

.header-links li {
    margin-right: 10px;
    text-transform: uppercase;
}

.header-links a {
    font-size: 13px;
    color: #dbdbdb;
    text-decoration: none;
}

.header-links a:hover {
    color: #9ca667;
    text-decoration: underline;
}

.header-phone a,.header-phone p {
    color: #9da868 !important;
    font-size: 25px;
    font-weight: bold;
    text-align: right;
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .header-left {
        float: left;
    }

    .header-left .header-phone {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        display: block;
        clear: both;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0;
    }

    .header-left .header-phone p {
        text-align: left;
        font-size: 22px;
    }
}

.header-login {
    color: #fff !important;
    text-transform: uppercase;
    text-align: right;
    font-size: 13px;
}

.header-login p {
    text-align: right;
}

.header-login a {
    color: #544943;
    text-decoration: none;
}

.header-login a:hover {
    color: #544943;
    text-decoration: underline;
}

.header-social li {
    display: inline-block;
}

.header-social span {
    display: none;
}

.header-cart {
    position: relative;
    z-index: 100;
}

.header-cart .block-title {
    cursor: pointer;
    height: 1.125rem;
    line-height: 1.125rem;
}

.header-cart .block-title span#cartHeader {
    display: block;
    font-weight: normal;
    text-transform: uppercase;
	margin-right:2px;
}

.header-cart .block-title span#cartHeader span {
    font-size: 0.8125rem;
}

.header-cart .block-title span#cartHeader span span {
    font-size: 1em;
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .header-cart .block-title span#cartHeader span {
        font-size: 10px;
    }

    .header-cart .block-title span#cartHeader span span {
        font-size: 10px;
    }
}

.header-cart .block-title .price-including-tax,.header-cart .block-title .price-excluding-tax {
    display: inline;
}

.header-cart .block-content {
    background: #fff;
    min-width: 20rem;
    position: absolute;
    right: -0.9375rem;
    text-align: left;
    top: 1.125rem;
    padding: 10px;
    border: 1px solid #ddd;
    content: none;
}

.header-cart .block-subtitle {
    font-size: 0.8125rem;
    font-weight: bold;
    line-height: 2em;
    margin: 0;
    text-transform: uppercase;
}

.header-cart .close-btn {
    float: right;
    position: relative;
    text-indent: -9999px;
}

.header-cart .close-btn:after {
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    text-indent: 0;
    top: 0;
}

.header-cart .actions {
    padding: 0.3125rem 0 0;
    text-align: right;
}

.header-cart .actions .button {
    width: 48%;
}

.header-cart .actions .button:first-child {
    float: left;
}

.header-cart .mini-products-list {
    margin: 0;
}

.header-cart .mini-products-list li.item {
    *zoom: 1;
    padding-bottom: 1em;
}

.header-cart .mini-products-list li.item:before,.header-cart .mini-products-list li.item:after {
    content: " ";
    display: table;
}

.header-cart .mini-products-list li.item:after {
    clear: both;
}

.header-cart .mini-products-list li.item.last {
    padding-bottom: 0;
}

.header-cart .product-image {
    border: 0;
    float: left;
    width: 3.125rem;
}

.header-cart .product-details {
    margin-left: 4.0625rem;
    padding-top: 1em;
}

.header-cart .product-name a {
    font-size: 0.8125rem;
    line-height: 1.8em;
}

.header-cart .top-btn-remove {
    font-size: 0.75rem;
    text-transform: uppercase;
}

.header-cart .top-btn-remove:before {
    display: inline;
    content: "\f00d";
    font-family: FontAwesome;
}

.header-club {
    color: #544943;
    text-align: right;
    margin-top: 15px;
}

.header-club p {
    text-align: right;
}

.header-club a {
    color: #544943;
    text-decoration: none;
}

.header-club a:hover {
    color: #544943;
    text-decoration: underline;
}

.header-club span,.header-club a span {
    color: #f18c21;
}

.form-search {
    width: auto;
    margin: 0;
    max-width: none;
    *zoom: 1;
    margin-top: 5px;
    margin-bottom: 0.6875rem;
}

.form-search:before,.form-search:after {
    content: " ";
    display: table;
}

.form-search:after {
    clear: both;
}

.form-search label {
    display: none;
}

.form-search .input-box {
    display: block;
    height: 30px;
}

.form-search .input-text {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 75%;
    float: left;
    border-color: #bfc0c2;
    border-style: solid;
    border-width: 1px;
    font-size: 0.75rem;
    color: #8e8f93;
    line-height: 28px;
    height: 29px;
    padding: 0 1.3em 1px 0.5em !important;
    margin: 0;
	text-transform:uppercase;
}

.form-search .btn-search {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left;
    border: 0;
    cursor: pointer;
    height: 29px;
    margin: 0;
    overflow: visible;
    padding: 0;
    background: #fff;
}

.form-search .btn-search span {
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: url(../images/button-header-search.png) no-repeat 50% 50%;
    display: block;
    text-indent: -9999px;
    height: 27px;
}

.form-search .search-autocomplete {
    z-index: 999;
}

.form-search .search-autocomplete ul {
    border: 1px solid #ddd;
    background-color: #fff;
}

.form-search .search-autocomplete li {
    padding: 3px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}

@media only screen and (min-width: 48em) {
    .form-search .input-text {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 66.66667%;
        float: left;
    }

    .form-search .btn-search {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 33.33333%;
        float: left;
    }
}

@media only screen and (min-width: 60em) {
    .form-search .input-text {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 83.33333%;
        float: left;
    }

    .form-search .btn-search {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 16.66667%;
        float: left;
    }
}


@media only screen and (max-width: 47.938em) {
    .header-search {
        padding-right: 0 !important;
    }
}

#notification-bar {
    background: #9da868 !important;
    font-weight: bold;
}

#notification-bar span.notification-close {
    background-color: transparent !important;
    border: 0 !important;
}

#notification-bar span.notification-close a {
    color: #fff !important;
}

.header-menu a {
    display: block;
    text-decoration: none;
    background: #f18c21;
    max-width: 40px;
    padding: 0 5px;
}

.header-menu a:before {
    display: block;
    cursor: pointer;
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 2.25rem;
    line-height: 1em;
    text-indent: 0;
    color: #fff;
}

.header-menu a:hover {
    text-decoration: none;
    background: #7c8747;
}

.header-menu a:hover:before {
    color: #fff;
}

.header-menu a span {
    display: none;
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .header-links a,span.cartHeader,.header .header-login {
        font-size: 10px;
    }
}

.col1-layout .main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 61.25rem;
    *zoom: 1;
}

.col1-layout .main:before,.col1-layout .main:after {
    content: " ";
    display: table;
}

.col1-layout .main:after {
    clear: both;
}

.col1-layout .col-main {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
	padding-bottom:45px;
	
}
.cms-eco-x .main {margin-top:35px!important;}
.cms-page-view .main {margin-top:125px;}

.col1-layout .col-main .left-col,.col1-layout .col-main .right-col,.col1-layout .col-main .full-col {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0;
}

.col1-layout .col-main .full-col {
    padding: 25px 0;
    margin: 20px 0 25px;
}

.col1-layout .col-main .full-col.border {
    border: 1px solid #cbc8c6;
    border-width: 1px 0;
}

.col1-layout .col-main .three-col-one,.col1-layout .col-main .three-col-two,.col1-layout .col-main .three-col-three {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    text-align: center;
}

@media only screen and (max-width: 47.938em) {
    .col1-layout .col-main .three-col-one,.col1-layout .col-main .three-col-two,.col1-layout .col-main .three-col-three {
        margin-bottom: 10px;
    }

    .col1-layout .col-main .col-main {
        padding-left: 0.58375rem;
        padding-right: 0.58375rem;
    }
}

@media only screen and (min-width: 48em) {
    .col1-layout .col-main .left-col {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left;
        padding-left: 0;
    }

    .col1-layout .col-main .right-col {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left;
        padding-right: 0;
    }

    .col1-layout .col-main .full-col {
        clear: both;
    }

    .col1-layout .col-main .three-col-one,.col1-layout .col-main .three-col-two,.col1-layout .col-main .three-col-three {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.33333%;
        float: left;
    }
}

.col2-left-layout .main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 61.25rem;
    *zoom: 1;
}

.col2-left-layout .main:before,.col2-left-layout .main:after {
    content: " ";
    display: table;
}

.col2-left-layout .main:after {
    clear: both;
}

.col2-left-layout .col-main {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}

.col2-left-layout .col-left {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}

@media only screen and (min-width: 48em) {
    .col2-left-layout .col-main {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 66.66667%;
        float: left;
        float: right;
        padding-left: 0 !important;
    }

    .col2-left-layout .col-left {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.33333%;
        float: left;
        float: left;
    }
}

.col2-right-layout .main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 61.25rem;
    *zoom: 1;
}

.col2-right-layout .main:before,.col2-right-layout .main:after {
    content: " ";
    display: table;
}

.col2-right-layout .main:after {
    clear: both;
}

.col2-right-layout .col-main {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}

.col2-right-layout .col-right {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}

@media only screen and (min-width: 48em) {
    .col2-right-layout .col-main {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 75%;
        float: left;
    }

    .col2-right-layout .col-right {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left;
    }
}

.col3-layout .main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 61.25rem;
    *zoom: 1;
}

.col3-layout .main:before,.col3-layout .main:after {
    content: " ";
    display: table;
}

.col3-layout .main:after {
    clear: both;
}

.col3-layout .col-main {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}

.col3-layout .col-left {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}

.col3-layout .col-right {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}

@media only screen and (min-width: 48em) {
    .col3-layout .col-main {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        left: 25%;
        right: auto;
        float: left;
    }

    .col3-layout .col-left {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        right: 50%;
        left: auto;
        float: left;
    }

    .col3-layout .col-right {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left;
    }
}

.cms-page-view .col-main .page-title h1 {
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 1.4em;
    border-bottom: 1px solid #544943;
}

.cms-page-view .col-main .std h2,.cms-page-view .col-main .std h3,.cms-page-view .col-main .std h4,.cms-page-view .col-main .std h5,.cms-page-view .col-main .std h6 {
    color: #f18c21;
    margin: 10px 0 15px;
}

.cms-page-view .col-main .std a {
    color: #f18c21;
    font-weight: 600;
}

.cms-page-view .col-main strong {
    color: #e48124;
}

#ibanners-home {
    margin-top: 10px;
}

.ibanners-wrapper {
    text-align: center !important;
	margin-top:105px;
}

@media only screen and (min-width: 60em) {
    .ibanners-wrapper .html {
        margin: 0 auto;
        width: 100%;
        z-index: 0;
    }

    .ibanners-wrapper .html div {
        clear: both;
        float: right;
        margin-bottom: 10px;
        margin-right: 20%;
    }
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .ibanners-wrapper .html {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        max-width: 61.25rem;
        *zoom: 1;
        margin-top: 10px;
    }

    .ibanners-wrapper .html:before,.ibanners-wrapper .html:after {
        content: " ";
        display: table;
    }

    .ibanners-wrapper .html:after {
        clear: both;
    }

    .ibanners-wrapper .html div {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.33333%;
        float: left;
    }
}

@media only screen and (max-width: 47.938em) {
    .ibanners-wrapper .html {
        display: none;
        top: 0;
    }
}

img.left {
    margin: 10px 15px 10px 0;
}

img.right {
    margin: 10px 0 5px 15px;
}

.newsletter-top {
    background: #faf9f7;
    overflow: hidden;
    margin-bottom: 25px;
}

.newsletter-top h1 {
    font-size: 50px;
    margin-bottom: 0;
    text-align: right;
    color: #f18c21;
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

.newsletter-top .subheader {
    text-align: center;
    font-size: 25px;
}

.newsletter-top .subheader strong {
    font-weight: normal;
    color: #36312e;
}

@media only screen and (max-width: 47.938em) {
    .newsletter-top h1 {
        margin-right: 10px;
    }
}

.newsletter-top h2 {
    font-size: 25px;
    padding-left: 20px;
}

.newsletter-top li {
/*    background: url(../images/bullet-round.png) no-repeat 0 50% !important;
*/    padding-left: 25px !important;
}

.newsletter-top li:before {
    content: none !important;
}

.newsletter-top .content-subscribe {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}

.newsletter-top .content-subscribe form {
    margin: 0;
}

.newsletter-top .content-subscribe .block-content {
    overflow: hidden;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.newsletter-top .content-subscribe .form-subscribe-content {
    display: none;
}

.newsletter-top .content-subscribe .input-title {
    font-size: 0.875rem;
    line-height: 2.286em;
    clear: both;
}

.newsletter-top .content-subscribe .input-title strong {
    color: #544943;
}

.newsletter-top .content-subscribe .input-box {
    width: 60%;
    float: left;
}

.newsletter-top .content-subscribe .input-box input {
    border-color: #9da868;
    border-style: solid;
    border-width: 1px;
    height: 34px;
    display: block;
    height: 34px;
}

.newsletter-top .content-subscribe .input-box .input-text {
    margin-bottom: 0;
    width: 100%;
}

.newsletter-top .content-subscribe .actions button {
    width: 40%;
    border: 0;
    cursor: pointer;
    height: 34px;
    margin: 0;
    overflow: visible;
    padding: 0;
    background: #9da868;
}

.newsletter-top .content-subscribe .actions button span {
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: none;
    height: 34px;
    line-height: 34px;
    padding-left: 5px;
}

.newsletter-social h2 {
    color: #544943 !important;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #544943;
    padding-bottom: 10px;
}

.newsletter-social h2 span {
    color: #f18c21;
}

.newsletter-social .three-col-one {
    padding-left: 0;
}

.newsletter-social .three-col-three {
    padding-right: 0;
}

.contactcontent ul {
    padding-left: 0.5em;
}

.contactform {
    background: #faf9f7;
}

.contactform .fieldset {
    margin-top: 0;
    margin-bottom: 0;
}

.contactform .fieldset .legend {
    margin: 0 0 8px;
    padding: 0 0;
    color: #f18c21;
}

.contactform .buttons-set {
    padding-right: 25px;
    padding-bottom: 20px;
}

.contactform .buttons-set p.disclaimer {
    margin-left: 30px;
}

.breadcrumbs-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 61.25rem;
    *zoom: 1;
	display:none;
}

.breadcrumbs-row:before,.breadcrumbs-row:after {
    content: " ";
    display: table;
}

.breadcrumbs-row:after {
    clear: both;
}

.breadcrumbs-row .breadcrumbs {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    margin: 1.25rem 0 1.25rem 0;
}

.breadcrumbs-row .breadcrumbs li {
    display: inline;
    font-size: 11px;
}

.breadcrumbs-row .breadcrumbs li span {
    padding: 0 10px;
}

.nav-container {
    background: #fff;
/*    border-bottom: 5px solid #b5bb8d;
*/}

.nav-container.fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

@media only screen and (max-width: 47.938em) {
    .nav-container {
        margin-bottom: 0.625rem;
    }
}

@media only screen and (max-width: 47.938em) {
    .nav-container {
        border-bottom: 0;
    }
}

.nav-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 61.25rem;
    *zoom: 1;
    overflow: visible;
}

.nav-row:before,.nav-row:after {
    content: " ";
    display: table;
}

.nav-row:after {
    clear: both;
}

#nav {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    height: 2.5rem;
    margin: 0;
    text-align: left;
}

#nav>li {
    border-color: #fff;
    border-style: solid;
    border-width: 0 1px 0 0;
    display: inline-block;
    height: 2.5rem;
    padding: 0;
    position: relative;
}

#nav>li.over {
    z-index: 998;
}

#nav>li a {
    color: #8c8d8f;
    display: block;
    font-family: 'Oswald-light', sans-serif; font-weight:200;
    font-size: 0.8125rem;
    line-height: 2.5rem;
    padding: 0 1em;
    text-decoration: none;
    text-transform: uppercase;
}

#nav>li a:hover,#nav>li a.over {
    background: #fff;
    color: #000;
}

#nav ul,#nav div {
    background: #857770;
    left: -10000px;
    margin: 0;
    position: absolute;
    top: 2.5rem;
    width: 18em;
    border-bottom: 5px solid #b5bb8d;
}

#nav ul.shown-sub,#nav div.shown-sub {
    left: 0;
    z-index: 999;
}

#nav ul li {
    padding: 0;
    text-align: left;
}

#nav ul a {
    padding: 0.3125rem 0.8125rem;
    line-height: 1.8em;
    background: none !important;
    color: #fff;
}

#nav ul a:after {
    content: none !important;
}

#nav ul a:hover {
    background: #fff !important;
    color: #544943 !important;
    text-decoration: none !important;
}

#nav ul a:hover:after {
    content: none !important;
}

#nav li.level-top.parent a:after {
    content: "\f0d7";
    font-family: FontAwesome;
    padding-left: 10px;
}

#nav li.level-top.parent a:hover:after {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #b5bb8d;
}

@media only screen and (min-width: 60em) {
    .header-menu {
        display: none;
    }
}

@media only screen and (max-width: 47.938em), only screen and (min-width: 48em) and (max-width: 59em) {
    .page-container {
        -webkit-backface-visibility: hidden;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .page-container.move-right>.inner-wrap {
        -webkit-transform: translate3d(250px, 0, 0);
        -moz-transform: translate3d(250px, 0, 0);
        -ms-transform: translate3d(250px, 0, 0);
        -o-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
    }

    .page-container.move-right a.exit-off-canvas {
        -webkit-backface-visibility: hidden;
        transition: background 300ms ease;
        cursor: pointer;
        box-shadow: -4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);
        display: block;
        position: absolute;
        background: rgba(255,255,255,0.2);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1002;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    .page-container.move-left>.inner-wrap {
        -webkit-transform: translate3d(-250px, 0, 0);
        -moz-transform: translate3d(-250px, 0, 0);
        -ms-transform: translate3d(-250px, 0, 0);
        -o-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }

    .page-container.move-left a.exit-off-canvas {
        -webkit-backface-visibility: hidden;
        transition: background 300ms ease;
        cursor: pointer;
        box-shadow: -4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);
        display: block;
        position: absolute;
        background: rgba(255,255,255,0.2);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1002;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    .page {
        -webkit-backface-visibility: hidden;
        position: relative;
        width: 100%;
        *zoom: 1;
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -ms-transition: -ms-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }

    .page:before,.page:after {
        content: " ";
        display: table;
    }

    .page:after {
        clear: both;
    }

    .nav-container {
        -webkit-backface-visibility: hidden;
        width: 250px;
        top: 0;
        bottom: 0;
        height: 100%;
        position: absolute;
        overflow-y: auto;
        background: #333;
        z-index: 1001;
        box-sizing: content-box;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        background: #544943;
    }

    .nav-container * {
        -webkit-backface-visibility: hidden;
    }

    .nav-container #nav {
        padding: 0 !important;
    }

    .nav-container #nav>li {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #7d7670;
    }
}

@media only screen and (max-width: 47.938em) and (min-width: 48em), only screen and (min-width: 48em) and (max-width: 59em) and (min-width: 48em) {
    .page-container.move-right a.exit-off-canvas:hover {
        background: rgba(255,255,255,0.05);
    }
}

@media only screen and (max-width: 47.938em) and (min-width: 48em), only screen and (min-width: 48em) and (max-width: 59em) and (min-width: 48em) {
    .page-container.move-left a.exit-off-canvas:hover {
        background: rgba(255,255,255,0.05);
    }
}

.pager {
    text-align: right;
}

.pager .amount {
    float: left;
}

.pager .limiter {
    float: left;
}

.pager .pages ol {
    display: inline;
}

.pager .pages li {
    display: inline;
}

.sorter .view-mode {
    float: left;
}

.sorter .sort-by {
    float: left;
}

.toolbar {
    border: solid #cbc8c6;
    border-width: 1px 0;
    clear: both;
    padding: 20px 0 10px;
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
    margin: 0 auto;
}

.toolbar:before,.toolbar:after {
    content: " ";
    display: table;
}

.toolbar:after {
    clear: both;
}

@media only screen {
    .toolbar .pager .limiter {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 58.33333%;
        float: left;
        float: right;
        padding-right: 0;
    }

    .toolbar .pager .pages {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }

    .toolbar .sorter {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 41.66667%;
        float: left;
        padding-left: 0;
    }

    .toolbar .sorter .view-mode {
        margin: 0 0 5px;
    }
}

@media only screen and (min-width: 48em) {
    .toolbar .pager .limiter {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.33333%;
        float: left;
        float: right;
        padding-right: 0;
    }

    .toolbar .pager .pages {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.33333%;
        float: left;
    }

    .toolbar .sorter {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.33333%;
        float: left;
        padding-left: 0;
    }

    .toolbar .sorter .view-mode {
        margin: 0 0 5px;
    }
}

@media only screen and (min-width: 60em) {
    .toolbar .pager .limiter {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left;
        float: right;
        padding-right: 0;
    }

    .toolbar .pager .pages {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left;
    }

    .toolbar .sorter {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left;
        padding-left: 0;
    }

    .toolbar .sorter .view-mode {
        margin: 0 0 5px;
    }
}

.toolbar select {
    padding: 2px;
}

@media only screen and (max-width: 47.938em) {
    .toolbar {
        border-top: 0;
    }
}

.toolbar-bottom .toolbar {
    border: solid #544943;
    border-width: 1px 0 0;
    padding-top: 10px;
}

.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

.std ul,.std ol,.std dl,.std p,.std address,.std blockquote {
    margin: 0 0 1em;
    padding: 0;
}

.std ul {
list-style-type: disc;
 list-style-position: outside;
 list-style-image: none;
 margin-left:0;
}

.std ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul ul {
    list-style-type: circle;
}

.std ul ul,.std ol ol,.std ul ol,.std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: bold;
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 1.5em 1.5em 0.5em;
    margin-bottom: 1.5em;
    background: #f0f0f0;
    font-size: 15px;
}

.std address {
    font-style: normal;
}

.std b,.std strong {
    font-weight: bold;
}

.std i,.std em {
    font-style: italic;
}

* {
    margin: 0;
    padding: 0;
}

*,*:after,*:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,body {
    font-size: 100%;
}

body {
    background: #fff;
    color:#9ca667333;
/*	color:#808185;*/
    font-size: 15px;
    line-height: 1.50;
	letter-spacing:0.3px;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}

p {
    text-align: left;
}

a {
    color: #7c8747;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

:focus {
    outline: 0;
}

h1 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.15;
    color: #544943;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.25;
    color: #544943;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    color: #544943;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    color: #544943;
}

h5 {
    font-size: 12px;
    font-weight: bold;
    color: #544943;
}

h6 {
    font-size: 11px;
    font-weight: bold;
    color: #544943;
}

form {
    display: inline;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

legend {
    display: none;
}

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption,th,td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

cite {
    font-style: normal;
}

q,blockquote {
    quotes: none;
}

q:before,q:after {
    content: '';
}

small,big {
    font-size: 1em;
}

sup {
    font-size: 1em;
    vertical-align: top;
}

ul,ol {
    list-style: none;
}

.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;

}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,.left {
    float: left !important;
}

.f-right,.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

.block {
    border: 1px solid #ddd;
    margin: 0 0 10px;
}

.block .block-title {
    border-bottom: 1px solid #ddd;
    padding: 3px 10px;
}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-title strong {
    font-size: 14px;
    font-weight: bold;
}

.block .block-subtitle {
    font-size: 13px;
    font-weight: bold;
}

.block .block-content {
    padding: 10px;
}

.block .block-content .currently {
    margin-bottom: 10px;
}

.block .btn-remove,.block .btn-edit {
    float: right;
}

.block .actions {
    text-align: right;
}

.block .actions a {
    float: left;
}

.block li.item {
    padding: 5px 0;
}

.block li.even {
    background-color: #f6f6f6;
}

.block-layered-nav .block-subtitle {
    margin-bottom: 10px;
}

@media only screen and (max-width: 47.938em) {
    .block-collapsable .block-content {
        display: none;
    }
}

.block-currency select {
    width: 100%;
    border: 1px solid #888;
}

.block-layered-nav dt {
    font-weight: bold;
}

.block-layered-nav .btn-remove {
    float: left;
    margin: 2px 3px 0 0;
}

.block-cart .subtotal {
    text-align: center;
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 5px 0;
}

.block-related li {
    padding: 5px 0;
}

.block-related input.checkbox {
    float: left;
    margin-right: -20px;
}

.block-related .product {
    margin-left: 20px;
}

.block-related .product .product-image {
    float: left;
    margin-right: -65px;
}

.block-related .product .product-details {
    margin-left: 65px;
}

.block-compare li {
    padding: 5px 0;
}

.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll li {
    padding: 3px 9px;
}

.block-poll .actions {
    margin: 5px 0 0;
}

.block-poll .answer {
    font-weight: bold;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

.block-tags ul,.block-tags li {
    display: inline;
}

.block-reorder li {
    padding: 5px 0;
}

.block-reorder input.checkbox {
    float: left;
    margin: 3px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

.block-banner .block-content {
    text-align: center;
}

.block-login label {
    font-weight: bold;
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}

.mini-products-list li {
    padding: 5px 0;
}

.mini-products-list .product-image {
    float: left;
    width: 50px;
    padding: 5px;
    border: 1px solid #ddd;
}

.mini-products-list .product-details {
    margin-left: 75px;
}

.mini-products-list .product-details h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

.block-cart .mini-products-list .product-details .product-name,.block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
    white-space: normal !important;
}

.home-products,.more-views {
    position: relative;
    z-index: 1;
}

.flex-viewport {
    overflow: hidden;
    margin: 0 1.5rem;
    position: relative;
}

.flex-direction-nav {
    position: absolute;
    top: 50%;
    margin: -1.5em 0 0;
    width: 100%;
    z-index: 10;
}

.flex-direction-nav li {
    margin: 0;
    outline: 0;
}

.flex-direction-nav .flex-prev,.flex-direction-nav .flex-next {
    border: none !important;
    outline: 0;
    position: absolute;
    text-decoration: none;
    text-indent: -624.9375rem;
    top: 0;
}

.flex-direction-nav .flex-prev:after,.flex-direction-nav .flex-next:after {
    color: #000;
    display: block;
    font-family: FontAwesome;
    text-indent: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-prev:after {
    content: "\f104";
}

.flex-direction-nav .flex-next {
    right: 0;
}

.flex-direction-nav .flex-next:after {
    content: "\f105";
}

.more-views .flex-viewport {
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
    max-height: 300px;
}

.more-views .flex-viewport li {
    float: none !important;
    width: auto !important;
}

.more-views .flex-direction-nav {
    position: absolute !important;
    top: 0 !important;
    margin: 0 0 0 !important;
    width: 100%;
    z-index: 10;
    display: block !important;
}

.more-views .flex-direction-nav li {
    margin: 0;
    outline: 0;
    background-color: transparent;
}

.more-views .flex-direction-nav .flex-prev,.more-views .flex-direction-nav .flex-next {
    border: none !important;
    outline: 0;
    position: absolute;
    text-decoration: none;
    text-indent: -624.9375rem;
    top: 0;
}

.more-views .flex-direction-nav .flex-prev:after,.more-views .flex-direction-nav .flex-next:after {
    color: #000;
    display: block;
    font-family: FontAwesome;
    text-indent: 0;
}

.more-views .flex-direction-nav .flex-prev {
    left: 50%;
    top: -20px;
}

.more-views .flex-direction-nav .flex-prev:after {
    content: "\f106";
}

.more-views .flex-direction-nav .flex-next {
    right: 0;
    left: 50%;
    top: 340px;
}

.more-views .flex-direction-nav .flex-next:after {
    content: "\f107";
}

@media only screen and (max-width: 47.938em) {
    .more-views .flex-viewport {
        max-height: 150px;
    }

    .more-views .flex-direction-nav .flex-next {
        top: 190px;
    }
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .more-views .flex-viewport {
        max-height: 210px;
    }

    .more-views .flex-direction-nav .flex-next {
        top: 240px;
    }
}

.home-products .flex-direction-nav {
    position: absolute;
    top: 50%;
    margin: -4.9em 0 0;
    width: 100%;
    z-index: 10;
}

.home-products .flex-direction-nav li {
    margin: 0;
    outline: 0;
}

.home-products .flex-direction-nav .flex-prev,.home-products .flex-direction-nav .flex-next {
    border: none !important;
    outline: 0;
    position: absolute;
    text-decoration: none;
    text-indent: -624.9375rem;
    top: 0;
    font-size: 40px;
}

.home-products .flex-direction-nav .flex-prev:after,.home-products .flex-direction-nav .flex-next:after {
    color: #c5bea3;
    display: block;
    font-family: FontAwesome;
    text-indent: 0;
}

.home-products .flex-direction-nav .flex-prev {
    left: -3px;
}

.home-products .flex-direction-nav .flex-prev:after {
    content: "\f104";
}

.home-products .flex-direction-nav .flex-next {
    right: -3px;
}

.home-products .flex-direction-nav .flex-next:after {
    content: "\f105";
}

@media only screen and (min-width: 48em) {
    .home-products .flex-direction-nav .flex-prev {
        left: -8px;
    }

    .home-products .flex-direction-nav .flex-prev:after {
        content: "\f104";
    }

    .home-products .flex-direction-nav .flex-next {
        right: -8px;
    }

    .home-products .flex-direction-nav .flex-next:after {
        content: "\f105";
    }
}

/*---------weird size-------------*/

@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 767px) 
 { 
/*	.menu { max-width:1000px; text-align:center; width:51%; float:left;}
	.ms-topmenu .ms-label { font-size:17px;}
	.promo1 {font-size:12px; width:50%;}
	.header-links .links {display:block!important;}
	.header-search {position:absolute!important; right:82px; z-index:500;width:19%!important; float:left;}
	.header {min-height:68px;}
	.div-temp {display:none;}
	.home-top-banners {margin-top:83px;}
	.ibanners-wrapper {margin-top:81px;}
*/	.promoecox p {font-size:12px;}
.header-container {padding-right:0px;}
.header-logo {min-height:50px;}
.header-login {display:block:important;}
.header-links {display:block:important;}
.promo1 {display:none;}
.mobile-links { position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
		background-color:#444444;
		min-height:30px;
	color:#fff;
display:block;
text-align:right}

.mobile-links a{ color:#dbdbdb; font-SIZE:13px; text-transform:uppercase;}
.header-search {width:40%!important; float:left; }
.header-cart {width:40%!important; float:right; padding-top:10px;}
.home-top-banners {margin-top:150px;}

}



/*---------ipad landscape-------------*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	.menu { max-width:1000px; text-align:center; width:51%; float:left;}
	.ms-topmenu .ms-label { font-size:14px;}
	.promo1 {font-size:12px; width:50%;}
	.header-links .links {display:block!important;}
	.header-search {position:absolute!important; right:82px; z-index:500;width:19%!important; float:left;}
	.header {min-height:68px;}
	.div-temp {display:none;}
	.home-top-banners {margin-top:83px;}
	.ibanners-wrapper {margin-top:81px;}

}


/*---------ipad portrait-------------*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	.ms-topmenu .ms-label { font-size:14px;}
	.promo1 {font-size:12px; width:50%; float:left; padding-top:8px}
	.header-links .links {display:block!important;}
	.header-collateral {
 		position: relative;
        padding-left: 2px;
        padding-right: 2px;
        width: 100%;
		background-color:#444444;
		min-height:30px;
		color:#dbdbdb;
    }
	.header-logo { min-height:50px;}
	   .header .header-search {
        position: relative;
        width: 62%;
        float: right;
		padding-left:10px;
    }
	.form-search {margin-top:0px;
	}
  .desk {display:none;}
  .searchbox {position:absolute; top:76px; right:5px; width:50%;}
  .ibanners-wrapper {
	  margin-top:110px;
  }
  .promoecox p {font-size:16px;}
  .home-top-banners {margin-top:110px;}


}


/*-------------------iphone 6-------------*/

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
	.desk {display:none;}
	.ibanners-wrapper{margin-top:154px!important;}

	.header-container {padding-left:0px; padding-right:0px;}
	.header-links {display:none;}
	.mobile-links {min-height:24px; display:block; margin:0 auto; border-bottom:1px solid #ccc;;}
	.mobile-links  ul{text-align:center;}
	.mobile-links a {color:#8b8c8e; font-size:10px; text-transform:uppercase;}
 	.header-logo {
        position: relative;
        padding-left: 4%!important;
        width: 100%!important;
	    float: left;
        margin: 0 0 0;
		min-height:45px;
    }
	.header {padding-top:3px}
    .header-collateral {
        position: relative;
		padding:0px;
        width: 100%;
		background-color:#fff;
		min-height:30px;
		color:#dbdbdb;
    }
	.header-primary {max-width:1200px; margin:0 auto;}
    .header .header-phone {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
/*        width: 33.33333%;
*/        float: left;
        float: right;
    }

    	.header .header-left {
/*        display: none;
*/  float:left;  }

  	.promo1 {text-transform:uppercase; font-size:12px; padding:5px 5px; width:100%;  background-color:#444444;}
	.promo1 p {text-align:center;}
    .header .header-social {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left;
        text-align: right;
    }
	.cms-page-view  .col-main {margin-top:130px;}
	.cms-page-view .main {margin-top:1px;}
	.customer-account-login, .customer-account-create {margin-top:15px;}
	.contacts-index-index  .col-main{margin-top:15px;}
	.cms-research .col-main {margin-top:70px!important}
	.cms-about-us .col-main {margin-top:70px!important}
    .cms-feeds .main {margin-top:200px!important}
	.cms-ecox .col-main {margin-top:10px!important}
/*------------------one page checkout --------------*/
	.aw-onestepcheckout-index-index #aw-onestepcheckout-container {margin-top:70px;}
	 .aw-onestepcheckout-index-index .col-main {padding:1px 2px}
	 .aw-onestepcheckout-index-index .col1-layout-main {max-width:99%}
	 #aw-onestepcheckout-place-order .aw-onestepcheckout-place-order-please-wait {margin-left:-20px!important;}

	
	.optionsheader {color:#fff; background:#434343; text-transform:uppercase; font-size:1em; padding:10px; border:2px solid  #434343;}
	.optionsfooter {color:#666; padding:10px; border:2px solid  #434343; margin-top:10px}
	#product-options-wrapper  {border-top:2px solid  #434343; padding:10px; border-left:2px solid  #434343; border-right:2px solid  #434343; margin-top:0px;
	}
	.product-options-bottom  {border-bottom:2px solid  #434343; padding:10px; border-left:2px solid  #434343; border-right:2px solid  #434343; margin-top:0px;
	}
	.promoecox {background-color:#F90; color:#FFF; text-align:center; padding:2px 5px;}
	.promoecox  p {text-align:center; font-size:11px; text-transform:uppercase; font-weight:600;}
	.promoecox .toppop a {font-size:8px; color:#FF0;}
/*	------------menu-----------
*/	.ms-megamenu .anchor_mbmenu {background-color:#9ea666;}
	.ms-megamenu ul {float:left; width:46%;margin:2px; }
	.ms-megamenu .ultop h3 {font-size:14px; }
	.ms-megamenu .col-xs-12 {padding:0px 5px;}
	.ms-megamenu ul li {font-size:94%;}

	
	/*----------search------------*/
	
	.header-search {}
	.header-search .input-box {/*border:1px solid #ccc;*/ margin-left:5px;}
	.form-search .input-box {height:35px;}
	.header-cart {width:25%!important; float:right; padding-left:0px!important; padding-right:0px!important; padding-top:12px; margin-right:2px;}
	.div-temp {display:none;}
	.ibanners-wrapper .html {margin-top:82px;}
	
	
/*	-------------home scroller---------------
*/	
	  /*  .home-products .products-grid li {
        width: 270px !important;
    }

    .home-products .products-grid .product-image {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
        border: 0 !important;
    }*/
	
/*	---------------footer----------
*/	
	    .footer-links .block-title { text-align:center; font-size:16px; border-bottom:dotted 1px #ccc;border-top:dotted 1px #ccc;}
		.footer-links a {font-size:13px; line-height:16px;}
		.footer-newsletter-container .block-title  { text-align:center; font-size:16px; border-bottom:dotted 1px #ccc;border-top:dotted 1px #ccc;}
		.footer-newsletter-container .block-title  h2{ text-align:center; }
		.copyright {max-width:350px; font-size:10px; text-align:center;}

	/* STYLES GO HERE */}
	
/*	------------iphone 5------------*/
	
	@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
	.ibanners-wrapper{margin-top:156px!important;}

	.header-container {padding-left:0px; padding-right:0px;}
	.header-links {display:none;}
	.mobile-links {min-height:24px; display:block; margin:0 auto; border-bottom:1px solid #ccc;}
	.mobile-links  ul{text-align:center;}
	.mobile-links a {color:#8b8c8e; font-size:8px; text-transform:uppercase; font-weight:600}
 	.header-logo {
        position: relative;
        padding-left: 3%!important;
        width: 100%!important;
	    float: left;
        margin: 0 0 0;
		min-height:45px;
    }
	.header {padding-top:3px}
    .header-collateral {
        position: relative;
		padding:0px;
        width: 100%;
		background-color:#fff;
		min-height:30px;
		color:#dbdbdb;
    }
	.header-primary {max-width:1200px; margin:0 auto;}
    .header .header-phone {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
/*        width: 33.33333%;
*/      float: left;
        float: right;
    }

    	.header .header-left {
/*        display: none;
*/  	float:left;  }

  	.promo1 {text-transform:uppercase; font-size:12px; padding:5px 5px; width:100%;  background-color:#444444; display:none;}
	.promo1 p {text-align:center;}
    .header .header-social {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left;
        text-align: right;
    }
	
	.promoecox {background-color:#F90; color:#FFF; text-align:center; padding:2px 5px;}
	.promoecox  p {text-align:center; font-size:11px; text-transform:uppercase; font-weight:600;}
	.promoecox .toppop a {font-size:12px; color:#FF0;}
	.desk {display:none; visibility:hidden;}
	
/*	----------------one page checkout---------------
*/	.aw-onestepcheckout-index-index #aw-onestepcheckout-container {margin-top:70px;}
	 .aw-onestepcheckout-index-index .col-main {padding:1px 0px}
	 .aw-onestepcheckout-index-index .col1-layout-main {max-width:99%}
	 #aw-onestepcheckout-place-order .aw-onestepcheckout-place-order-please-wait {margin-left:-20px!important;}

/*	.main-container{margin-top:70px!important;}
*/	
/*	------------menu-----------
*/	.ms-megamenu .anchor_mbmenu {background-color:#9ea666;}
.ms-megamenu ul {float:left; width:46%;margin:2px; }
.ms-megamenu .ultop h3 {font-size:14px; }
.ms-megamenu .col-xs-12 {padding:0px 5px;}
.ms-megamenu ul li {font-size:91%;}
	
	/*----------search------------*/
	
	.header-search {}
	.header-search .input-box {/*border:1px solid #ccc;*/ margin-left:5px;}
	.form-search .input-box {height:35px;}
	.header-cart {width:26%!important; float:right; padding-left:0px!important; padding-right:0px!important; padding-top:12px; margin-right:2px;}
	.div-temp {display:none;}
	.ibanners-wrapper .html {margin-top:82px;}
	
	
/*	-------------home scroller---------------
*/	
	  /*  .home-products .products-grid li {
        width: 270px !important;
    }

    .home-products .products-grid .product-image {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
        border: 0 !important;
    }*/
	
/*	---------------footer----------
*/	
	    .footer-links .block-title { text-align:center; font-size:16px; border-bottom:dotted 1px #ccc;border-top:dotted 1px #ccc;}
		.footer-links a {font-size:13px; line-height:16px;}
		.footer-newsletter-container .block-title  { text-align:center; font-size:16px; border-bottom:dotted 1px #ccc;border-top:dotted 1px #ccc;}
		.footer-newsletter-container .block-title  h2{ text-align:center; }
		.copyright {max-width:350px; font-size:10px; text-align:center; padding-left:2%}
		
		

	/* STYLES GO HERE */}
	
	@media only screen 
and (min-device-width : 1025px) 
and (max-device-width : 1200px) {
	.ms-topmenu .ms-label { font-size:16px;}
	.header-links .links {display:block!important;}
	.promo1 {width:49%;}
	.header-links { width:43%;}

}

@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 3000px) {
	.tablet {display:none;}

}
/*----------- sticky header block -----------*/
.header-container {
  position: fixed;
  left: 0;
  top: 0;9984
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: top 0.6s;
  -moz-transition: top 0.6s;
  transition: top 0.6s;
}
.header-container.off-canvas { top: -77px; }
@media(max-width: 767px){
    .header-container.off-canvas { top: -53px; }
}
@media(max-width: 480px){
    .header-primary .promo1 p {padding: 0 15px;}
    .header-container.off-canvas { top: -63px; }
}