/* Block hints */

.amfpc-block-info
{
    position:relative;
    border:1px dotted #008080;
    margin:6px 2px;
    padding:18px 2px 2px 2px;
    zoom: 1;
}

.amfpc-block-info:hover
{
    border-color: orange !important;
}

.amfpc-block-info>.amfpc-block-handle,
.amfpc-block-info>.amfpc-template-info
{
    position:absolute;
    top:0;
    padding:2px 5px;
    background:#008080;
    color:white;
    font:normal 11px Arial;
    text-align:left !important;
    z-index:998;
    text-transform: none;
}

.amfpc-block-info>.amfpc-block-handle:hover,
.amfpc-block-info>.amfpc-template-info:hover
{
    z-index:999;
}

.amfpc-block-info>.amfpc-block-handle
{
    cursor: default;
    left:0;
    white-space: nowrap;
}

.amfpc-block-info>.amfpc-template-info
{
    right:0;
}

.amfpc-block-info>.amfpc-block-handle:hover
{
    background-color: orange !important;
}

.amfpc-block-info.active
{
    -webkit-animation: amfpc-blocks 1s linear .5s infinite alternate;
    animation: amfpc-blocks 1s linear .5s infinite alternate;
}

@-webkit-keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

@keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

/* Updated blocks */

.amfpc-block-info.updated
{
    border-color: red;
}

.amfpc-block-info.updated>.amfpc-block-handle
{
    top:0;
    background:red;
}

/* Status popup */

.amfpc-info
{
    width: 350px;
    min-height: 95px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #008080;
    color: #fff;
    z-index: 99999;
    font-size: 32px;
}

.amfpc-info h1
{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
}

.amfpc-info h2
{
    margin-top: 12px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.amfpc-info .amfpc-content
{
    line-height: 48px;
}
/* Overlay */
#ampromo-items-add
{
    border: 1px solid #ededed;
    padding: 7px;
    text-align: center;
    margin-bottom: 12px;
}

#ampromo-items-add a
{
    text-decoration: none;
    border-bottom: 1px dashed;
}

.amscheckout #ampromo-items-add
{
    margin: 7px 10px;
}

#ampromo-overlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    direction: ltr;
    overflow: auto;
}

#colorbox, #cboxOverlay {
    z-index: 5000;
}

#cboxOverlay {
    top: 0;
    left: 0;
    overflow: hidden;
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
}

.ampromo-item .giftcard-send-form{
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 820px) and (min-width: 420px) {
    body #ampromo-items.amcarousel {
        width: 450px;
    }
    body .amcarousel #ampromo-carousel-wrapper {
        width: 300px;
    }
}

@media only screen and (max-width: 420px) {
    body #ampromo-items.amcarousel {
        width: 100%;
    }

    body .amcarousel #ampromo-carousel-wrapper {
        width: 300px;
    }

    body .ampromo-carousel-control.prev
    {
        left: 0px;
    }

    body .ampromo-carousel-control.next
    {
        right: 0px;
    }

    body .ampromo-carousel-control {
        z-index: 10001;
    }
}

@media only screen and (max-width: 340px) {
    body #ampromo-items .ampromo-item {
        border: none;
    }
}

@media only screen and (max-height: 500px) {
    body #ampromo-items.amcarousel {
        top: 0 !important;
        height: 100%;
    }

    body #ampromo-items {
        padding-top: 0;
    }

    body #ampromo-items>h4 {
        display: none;
    }
}

/* Items */

#ampromo-items
{
    border: 1px solid #ededed;
    background-color: white;
    position: relative;
    margin: 0 auto;
    padding: 24px;
    display: inline-block;
    box-sizing: border-box;
}

#ampromo-items.amcarousel
{
    display: block;
    width: 785px;
}


#ampromo-items .ampromo-item
{
    box-sizing: border-box;

    margin-bottom: 7px;
    padding: 20px;
    width: 300px;

    border: 1px solid #ededed;
    position: relative;
    margin-right: 12px;
}

#ampromo-items .product-view .product-options dl {
    margin: 0;
}

#ampromo-items .product-view .product-options dd {
    margin: 4px 0 0 0;
}

#ampromo-items .product-view .swatch {
    display: inline-block;
    font-size: 11px;
    margin-right: 4px;
    margin-bottom: 4px;
    color: #000;
    cursor: pointer;
}

#ampromo-items .product-view .swatch .text {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
}

#ampromo-items .product-view .swatch.selected .text {
    background: #000;
    color: #fff;
    border-color: #000;
}

#ampromo-items .product-view .swatch.outofstock .text {
    background: #ccc !important;
}

#ampromo-items .button {
    background-color: #000 !important;
    color: #FFF;
    padding: 0.5em 1em !important;
    text-transform: uppercase !important;
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 700 !important;
}

#ampromo-items .button:hover {
    background-color: #333 !important;
    transition: background 500ms;
}

#ampromo-items .ampromo_items_form h4 a {
    color: #000 !important;
    font-size: 18px;
    font-family: "rift", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}

#ampromo-items .product-options select {
    display: none;
}

#ampromo-items .sizechart .lightbox {
    background: #ddd;
    color: #000;
    display: inline-block;
    font-size: 10px;
    height: 13px;
    line-height: 13px;
    padding: 0 4px 0 4px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    transition: none;
}

#ampromo-items .sizechart .lightbox::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 5px 0 0;
    border-color: #ddd transparent transparent transparent;
}

#cboxClose, #ampromo-items .close {
    color: #fff;
    position: absolute;
    bottom: -25px;
    right: 0;
    text-align: left;
    font-size: 10px;
    width: 60px;
    padding-left: 40px;
    height: 25px;
    line-height: 25px;
    background: url(https://www.zhik.com/skin/frontend/zhik/default/images/icon-close.png) no-repeat 16px 50% #000000;
    text-transform: uppercase;
    box-sizing: content-box;
    cursor: pointer;
    text-decoration: none;
}

#cboxClose:hover,  #ampromo-items .close:hover {
    background-color: #333;
    color: #d8ff00;
    transition: all 400ms;
}

#ampromo-items .price-box {
    background: #fff;
    color: #000;
    line-height: 36px;
    padding: 0 9px;
    margin-right: 4px;
    position: relative;
    z-index: 5;
    border: 1px solid #000;
    display: inline-block;
    margin-bottom: 10px;
}

#ampromo-items .price-box .currency_code {
    font-size: 10px;
    line-height: 34px;
    margin: 2px 0 0 5px;
    vertical-align: bottom;
}

#ampromo-items .ampromo-item-options
{
    margin-bottom: 12px;
    text-align: left;
}

#ampromo-items .ampromo-item-image
{
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px
}

/* Carousel */

.amcarousel #ampromo-carousel-wrapper
{
    width: 620px;
}

#ampromo-carousel-wrapper
{
    overflow: hidden;
    margin: 0 auto;
}

.amcarousel #ampromo-carousel-content
{
    width: 4500px;
    height: 1px;
}

#ampromo-carousel-content .ampromo-slide
{
    float: left;
}

.amcarousel .ampromo-carousel-control
{
    display: block;
}

.ampromo-carousel-control
{
    position: absolute;
    top: 260px;
    height: 45px;
    display: none;
    line-height: 65px;
    width: 36px;
    text-align: center;
    text-shadow: 0 0 1px #000;
    color: #000;
    text-decoration: none;
}

.ampromo-carousel-control:after
{
    font-family: 'FontAwesome';
    font-size: 35px;
}

.ampromo-carousel-control.carousel-disabled.prev
{
    color: #333;
}

.ampromo-carousel-control.amcarousel-disabled.next
{
    color: #333;
}

.ampromo-carousel-control.prev:after
{
    content: "\f053";
}

.ampromo-carousel-control.prev
{
    left: 20px;
}

.ampromo-carousel-control.next:after
{
    content: "\f054";
}

.ampromo-carousel-control.next
{
    right: 20px;
}

.ampromo-carousel-control.prev:hover
{
    background-position: 0 -91px;
}

.ampromo-carousel-control.next:hover
{
    background-position: -46px -91px;
}

.ampromo-item .qty-holder
{
    display: none;
}

.ampromo-item-options select,
.ampromo-item-options input
{
    max-width: 210px;
}

.ampromo-notification
{
    padding: 7px;
    text-align: center;
    margin-bottom: 12px;

    border: 1px solid #f16048;
    color: #df280a;
    background: #faebe7;
}

.ampromo_items_form h4 {
    min-height: 80px;
}

.ampromo_items_form h4 a {
    display: inline-block;
    vertical-align: middle;
}

.ampromo-label{
    float: right; 
    position: absolute; 
    z-index: 500;
}

.ampromo-gift .product-image{
    float: left;
}

.ampromo-gift li{
    margin: 10px 10px;
    float: left;
}
.ampromo-tooltip {
   padding:2px 5px;
   background:#FEC;
   border:1px solid #FAA819;
   color:#1F5070;
   text-align:left;
   width:300px;
   position:absolute;
   z-index: 10001;
}

.ampromo-short-description{
    
}

.ampromo-img img{
    /*width: 100%;*/
}
.amscroll-navbar {
	background: rgb(58,79,98);
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 0px;
}
.amscroll-page-num {
	background: #efefef;
	color: #111;
	display: none;
	padding: 0px 10px;
}

.amscroll-load-button {
	background: rgb(58,79,98);
  	border: 0px;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin: 5px 0px;
    width: 100%;
}

.amscroll-loading {
	background-repeat:no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 50px;
}

a.amscroll-navbar-link{
	/*background: url(https://www.zhik.com/skin/frontend/base/default/images/amscroll/up.png);*/
	text-align: center;
	display: inline-block;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 5px;
	cursor: pointer;
}

a.amscroll-navbar-link i {
	font-size: 20px;
	color: #fff;
}

div#amscroll-navbar {
	color: white;
	padding: 3px 40px 3px 5px;
	height: 32px;
}

div#amscroll-navbar span {
	line-height: 26px;
}

div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}  
div.block-layered-nav dd a.amshopby-attr, div.block-layered-nav dd a.amshopby-attr:hover {padding-left:15px; background-image:url(https://www.zhik.com/skin/frontend/base/default/images/amshopby-cb1.gif); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr::before, div.block-layered-nav dd a.amshopby-attr-selected::before {border-style: none !important;}
div.block-layered-nav dd a.amshopby-attr-selected {font-weight: bold; padding-left:15px; background-image:url(https://www.zhik.com/skin/frontend/base/default/images/amshopby-cb2.gif); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr-inactive {pointer-events: none; color: #666666}
div.block-layered-nav dd a img {/* padding: 0px 4px 5px;*/ float:left;}

div.block-layered-nav dd .single-choice a.amshopby-attr,
div.block-layered-nav dd .single-choice a.amshopby-attr:hover
{background-image: url(https://www.zhik.com/skin/frontend/base/default/images/amshopby-rb1.gif);}

div.block-layered-nav dd .single-choice a.amshopby-attr-selected
{background-image: url(https://www.zhik.com/skin/frontend/base/default/images/amshopby-rb2.gif);}

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav li.amshopby-cat-multi a {
    padding-left:15px;
    background-image:url(https://www.zhik.com/skin/frontend/base/default/images/amshopby-cb1.gif); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav li.amshopby-cat-multiselected a {
    font-weight: bold;
    background-image:url(https://www.zhik.com/skin/frontend/base/default/images/amshopby-cb2.gif); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url(https://www.zhik.com/skin/frontend/base/default/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(https://www.zhik.com/skin/frontend/base/default/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }



div.block-layered-nav.amshopby-collapse-enabled dl dt {
     cursor:pointer;
     padding-left:15px;
     background:url(https://www.zhik.com/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
}
div.block-layered-nav.amshopby-collapse-enabled dl dt::after {
    border-style: none !important;
}
div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed {background:url(https://www.zhik.com/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt{background:url(https://www.zhik.com/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed{background:url(https://www.zhik.com/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;}

.main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dd .no-display {
    display: block!important;
}

div.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px 4px 5px 4px; z-index:9; height:18px;  background: url(https://www.zhik.com/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {margin-left:-4px; width:8px; top:3px; height:14px; background: transparent url(https://www.zhik.com/skin/frontend/base/default/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move; z-index: 2;}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;
    
}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
    display: inline;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('https://www.zhik.com/skin/frontend/base/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.amshopby-advanced li {
	clear: both;
}
.amshopby-advanced li.level1 {
	padding-left: 20px;
}
.amshopby-advanced li.level2 {
	padding-left: 30px;
}
.amshopby-advanced li.level3 {
	padding-left: 40px;
}
.amshopby-advanced li.level4 {
	padding-left: 50px;
}


.amshopby-advanced li.active > a {
	font-weight: bold;
}
.amshopby-cat-toggle.amshopby-cat-toggle-hidden {
    display: none;
}

/*
 * Slider Bar
 */
.amshopby-slider-bar {
	position:absolute; 
	background: #999; 
	height: 6px; 
	top: 6px; 
	z-index: 1;  
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
	overflow: auto; 
}

.btn-remove-inline {
    background: url('https://www.zhik.com/skin/frontend/base/default/images/am_btn_remove.gif') no-repeat center;
    width:13px; height:12px; margin-right: 4px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }
.amshopby-hightlighted { background: yellow;}

.btn-remove-inline img {display: inline;}

div.block-layered-nav div.amshopby-slider div.handle.active { z-index: 3; }

.amshopby-slider-ui { background: url(https://www.zhik.com/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; margin: 10px .4em; }
.amshopby-slider-ui .ui-slider-handle { background-color: #f18200; border: 1px solid #de5400; box-sizing: border-box; outline: none; }
.amshopby-slider-ui .ui-slider-range { background-color: #999999; }

.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.ui-slider { cursor: pointer; position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 0.8em; height: 1.2em; cursor: pointer; -ms-touch-action: none; touch-action: none; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.2em; margin-left: -.4em; }
.ui-slider-horizontal .ui-slider-range { top: 0.2em; height: 8px; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.amshopby-narrow-by-list table td { vertical-align: top; }

input[name^="amshopby"][id$="from"].input-text, input[name^="amshopby"][id$="to"].input-text{
    width: auto;
}

.amshopby-item-top{
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol{
    max-width: 250px;
}

.amshopby-item-top div.amshopby-column {
    width: auto;
}

.no-display-current, .no-display{
    display: none;
}

.current .no-display-current, dd.current td.no-display{
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0px;
    }
    .main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dt{background:url(https://www.zhik.com/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;}
    .main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dl dt.current{background:url(https://www.zhik.com/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;}
}

div.block-layered-nav ol:not(.single-choice) select option[selected] { color:white; background-color: rgba(171, 171, 171, 1); }

.amshopby-apply-button {width: 180px; height: 40px; margin-top: 1em;}

/**
 * All Brands page
 */
.content .ambrands-list {
    min-width: 180px;
}
#extabs span#tb4 {
	width: 100px;
}
div#noticeevents {
	border: 1px solid #999;
	background-color: #FFF;
	height: 100px;
	overflow: auto;
}
div#noticeevents div {
	border-bottom: 1px dotted #DDD;
	padding: 3px;
	margin: 0px;
}
.runner {
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	float: right;
	font-size: .8em;
	background-color: #333;
	color: #FFF;
	padding: 2px 10px 5px 10px;
	cursor: pointer;
}


/** Growler Notice Custom Styling **/
div.Growler-notice {
	background-color: 		#000;
	color: 					#fff;
	opacity: 				.85;
	filter: 				alpha(opacity = 85);
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	margin-left: 			auto;
	margin-right: 			auto;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	min-height: 			40px;
    z-index:                10000;
}

div.Growler {
	top: auto !important;
	right: auto !important;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.Growler-notice.cart-click {
	cursor: pointer;
}

div.Growler-notice-head {
	font-weight: 			bold;
	font-size:				10px;
}

div.Growler-notice-exit {
	float: 					right;
	font-weight: 			bold;
	font-size: 				12px;
	cursor:					pointer;
}

/** Plain Theme **/
div.plain {
	color: 					#000;
	width: 					253px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	text-align: 			left;
	display: 				none;
	min-height: 			40px;
	background-color: 		#EDEDED;
	border: 				1px solid #777;
}

div.plain div.Growler-notice-head {
	font-weight: 			bold;
	font-size:				10px;
	padding: 				2px 10px;
}

div.plain div.Growler-notice-exit {
	float: 					right;
	cursor:					pointer;
	margin: 				0px;
	padding: 				0px 0px 2px 2px;
	width: 					10px;
	height: 				10px;
	color: 					#BFBFBF;
}
div.plain div.Growler-notice-body {
	padding: 5px;
}


/** Mac OS X Theme **/
div.macosx {
	color: 					#000;
	width: 					253px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	text-align: 			left;
	display: 				none;
	min-height: 			40px;
	background: #d7d7d7 url(https://www.zhik.com/skin/frontend/base/default/images/macosx.jpg) repeat-y 0;
	border: 				1px solid #C9C9C9;
}

div.macosx div.Growler-notice-head {
	font-weight: 			bold;
	font-size:				10px;
	padding: 				5px 10px;
}

div.macosx div.Growler-notice-exit {
	width: 					15px;
	height: 				15px;
	float: 					left;
	cursor:					pointer;
	margin: 				4px;
	margin-left: 			1px;
	font-size: 				0em;
	color: 					transparent;
	background: transparent url(https://www.zhik.com/skin/frontend/base/default/images/macosx_exit.png) no-repeat left 0;
}
div.macosx div.Growler-notice-exit:hover {
	background: transparent url(https://www.zhik.com/skin/frontend/base/default/images/macosx_exit_over.png) no-repeat left 0;
}
div.macosx div.Growler-notice-body {
	padding: 2px 0 10px 25px;
}

/** Candybars Theme **/
div.candybar {
	color: 					#000;
	width: 					253px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	text-align: 			left;
	display: 				none;
	min-height: 			40px;
	background-color: 		#F5F7FA;
	border: 				1px solid #19304B;
}

div.candybar div.Growler-notice-head {
	font-weight: 			bold;
	font-size:				10px;
	background: 			url(https://www.zhik.com/skin/frontend/base/default/images/candybars.jpg) repeat-x;
	padding: 				5px 10px;
}

div.candybar div.Growler-notice-exit {
	float: 					right;
	cursor:					pointer;
	margin: 				3px;
}
div.candybar div.Growler-notice-body {
	border-top: 1px solid #999;
	padding: 10px;
}

/** Construction Theme **/
div.atwork {
	color: 					#FFF;
	width: 					253px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	text-align: 			left;
	display: 				none;
	min-height: 			40px;
	background: 			#4d4d4d url(https://www.zhik.com/skin/frontend/base/default/images/atwork.png) repeat-y 0;
	border: 				1px solid #222;
}

div.atwork div.Growler-notice-head {
	font-weight: 			bold;
	font-size:				12px;
	padding: 				5px 20px;
	color: 					#efca23;
	
}

div.atwork div.Growler-notice-exit {
	float: 					right;
	cursor:					pointer;
	margin: 				3px;
}
div.atwork div.Growler-notice-body {
	padding: 2px 0 10px 25px;
}


#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	border: 0;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	position: relative;
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(https://www.zhik.com/skin/frontend/base/default/ajaxcart/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	
	-webkit-box-shadow: 0 0 64px #000; 
	-moz-box-shadow: #000 0 0 64px; 
	box-shadow: 0 0 64px #000;
}
	#MB_frame {
		padding-bottom: 4px;
		
		-webkit-border-bottom-left-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;

		-moz-border-radius-bottomleft: 4px;
		-moz-border-radius-bottomright: 4px;

		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	
	#MB_content { border-top: 1px solid #F9F9F9; }

	#MB_header {
	  background-color: #DDD;
	  border-bottom: 1px solid #CCC;
	}
		#MB_caption { color: #000 }
		#MB_close { color: #777 }
		#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
#mv_smartmenu_news  .mv_smartmenu{
	background:#F6F6F6 none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	border-bottom:none;
	float:left;
	margin-bottom:1.3em;
	padding:0px;
	width:99%;
}

#mv_smartmenu_news  #newsMenu_acc {
padding-bottom:2px;
background:url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/bg-ul.jpg) bottom repeat-x;
}
#mv_smartmenu_news  #newsMenu_acc li {
border:1px solid #fff;
border-bottom:none;
border-top:none;
background:url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/bg-a.jpg) repeat-x;}
#mv_smartmenu_news  #newsMenu_acc li a {
		clear: both;
		padding:6px 8px;
		text-transform:none;
}

#mv_smartmenu_news  #newsMenu_acc li a:hover{
		padding:6px 8px;
		
}
#mv_smartmenu_news  #newsMenu_acc li ul li {
border:none;}

#mv_smartmenu_news  #newsMenu_acc li ul li a{
	background:url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/bg-li.gif) no-repeat scroll 10px 8px ;
	padding:1px 8px 6px 8px ;
	padding-left: 25px;
	text-transform:none;
	margin-top:5px;
	margin-left:8px;	
	display:inline;
	color: #444;
	float:left;
	text-decoration: none;
}
#mv_smartmenu_news  #newsMenu_acc li ul li a:hover{
	/*background:url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/bg-li.gif) no-repeat 10px 8px;*/
	padding:1px 8px 6px 8px;
	padding-left: 25px;
	text-transform:none;
	margin-top:5px;
	margin-left:8px;
	display:inline;
	color: #444;
	float:left;
	text-decoration: none;
}
#mv_smartmenu_news  #newsMenu_acc li ul li ul li {
padding-left:12px;}
#mv_smartmenu_news  #newsMenu_acc li ul li ul li a{
	background:url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/bg-cate-active2.gif) no-repeat 12px 7px;
	padding-left: 25px;
	color: #444;
	text-decoration: none;
}
#mv_smartmenu_news  #newsMenu_acc li ul li ul li a:hover{
	background:url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/bg-cate-active2.gif) no-repeat 12px 7px;
	padding-left: 25px;
	color: #444;
	text-decoration: none;
}
#mv_smartmenu_news  #newsMenu_acc li.active a{
	font-weight: bold;
}
#mv_smartmenu_news  #newsMenu_acc li.active ul li a{
	font-weight: normal;
}
#mv_smartmenu_news  #newsMenu_acc li.active ul li.active a{
	font-weight: bold;
}
#mv_smartmenu_news  #newsMenu_acc li span a{
padding:0px;
height:16px;
width:16px;
}
#mv_smartmenu_news  #newsMenu_acc li span{
margin-right:10px;
margin-top:7px;
padding-bottom:7px;
}
#mv_smartmenu_news  #newsMenu_acc li span a:hover{
padding:0px;
}
#mv_smartmenu_news  .mv_smartmenu .head a {
	background:url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/arrow-cat.gif) no-repeat 0px 0px;
	float: right;
	width: 16px;
	height: 16px;
	display:inline;
}
#mv_smartmenu_news  .mv_smartmenu .head a:hover{
	background:url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/arrow-cat-active.gif) no-repeat 0px 0px;
}
#mv_smartmenu_news  .mv_smartmenu .selected a{
	background:url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/arrow-cat-active.gif) no-repeat 0px 0px !important;
}
/*-----------------------------------------*/
.mw_shopby{
	margin-bottom: 1.3em;
}
.mw_shopby_head {
	background:transparent url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/layered_nav_head_bg.gif) no-repeat scroll 0 0;
	height:24px;
	margin:0;
}
.mw_shopby h4 {
	background:#D5E8FF url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/layered_nav_narrowed_category_heading.gif) repeat scroll 0 0;
	border-color:#B9CCDD /*-moz-use-text-color*/;
	border-style:solid none;
	border-width:1px 0;
	color:#1F5070;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:3px 10px;
}
.mw_shopby p.block-subtitle{
	background:#D5E8FF url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/layered_nav_narrowed_category_heading.gif) repeat scroll 0 0;
	border-color:#B9CCDD /*-moz-use-text-color*/;
	border-style:solid none;
	border-width:1px 0;
	color:#1F5070;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:3px 10px;
}
.mw_shopby .btn-remove{
	float:right;
	font-size:11px;
	margin:4px 3px 1px 5px;
}
.mw_shopby .currently{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.mw_shopby .actions{
	text-align: right;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.mw_shopby_content{
	border: 1px solid #ddd;
	padding-bottom: 7px !important;
}
.mw_shopby_content span.title{
	color:#2F2F2F;
	margin-right: 3px;
	margin-bottom: 0px;
	padding:2px 0 5px 15px;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.mw_shopby_content span.title{
	background:transparent url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/arrow-cat.gif) no-repeat scroll right center;
	padding-left: 16px;
}
.mw_shopby_content span.selected	
{	
	background: transparent url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/arrow-cat-active.gif) no-repeat scroll right center !important;
}

.mw_shopby_content span.title a, .mw_shopby_content span.title a:hover{
	color:#2F2F2F;
	text-decoration: none;
}
.mw_shopby_content ol{
	padding-left: 25px;
}
.mw_shopby_content ol li{
	background:transparent url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/bg-li.gif) no-repeat scroll 0 6px;
	padding-left:10px;
}
#mv_smartmenu_news  .mv_smartmenu_head {
padding:0px;}
#mv_smartmenu_news  .mv_smartmenu h4{
	border:1px solid #fff;
	border-bottom:none;
	color:#222;
	padding:0px 8px;
	line-height:29px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
}
#mv_smartmenu_news  .mv_smartmenu h4 a {
	color:#222;
	text-decoration:none;
	text-transform:uppercase;
}
#mv_smartmenu_news a.main-cate,#mv_smartmenu_news  a:hover.main-cate  {
	color:#2F2F2F;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

.mw_shopby_content a.title_auto , .mw_shopby_content a:hover.title_auto{
	background:transparent url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/arrow-cat-active.gif) no-repeat scroll right center;
	color:#2F2F2F;
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0;
	margin-right:3px;
	padding:2px 0 5px 15px;
	text-transform:uppercase;
	text-decoration: none;
}
.mw_shopby_content a.select_auto , .mw_shopby_content a:hover.select_auto{
	background:transparent url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/arrow-cat.gif) no-repeat scroll right center !important;
	color:#2F2F2F;
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0;
	margin-right:3px;
	padding:2px 0 5px 15px;
	text-transform:uppercase;
	text-decoration: none;
}

.mw_shopby_content a.title_collap , .mw_shopby_content a:hover.title_collap{
	background:transparent url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/arrow-cat-active.gif) no-repeat scroll right center !important;
	color:#2F2F2F;
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0;
	margin-right:3px;
	padding:2px 0 5px 15px;
	text-transform:uppercase;
	text-decoration: none;
}
.mw_shopby_content a.select_collap , .mw_shopby_content a:hover.select_collap{
	background:transparent url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/arrow-cat.gif) no-repeat scroll right center;
	color:#2F2F2F;
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0;
	margin-right:3px;
	padding:2px 0 5px 15px;
	text-transform:uppercase;
	text-decoration: none;
}


#mv_smartmenu_news  #cate_collap a.title_collap span ,.mv_smartmenu_news  #cate_collap a:hover.title_collap span{
	background:transparent url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/arrow-cat.gif) no-repeat scroll 0 50%;
	display:block;
	width:15px;
}
#mv_smartmenu_news  #cate_collap a.select_auto span ,.mv_smartmenu_news  #cate_collap a:hover.select_auto span{
	background:transparent url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/arrow-cat-active.gif) no-repeat scroll 0 50%;
	display:block;
	width:15px;
}


#mv_smartmenu_news  .ul_level1 ul{
	display: block !important;
}
#mv_smartmenu_news  #cate_collap li a{
		clear: both;
		padding-bottom: 0px;
		padding-top: 2px;
		padding-left: 12px;
		color:#2F2F2F;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
}
#mv_smartmenu_news  #cate_collap li a:hover{
		padding-bottom: 0px;
		padding-top: 2px;
		padding-left: 12px;
		color:#2F2F2F;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
}
#mv_smartmenu_news  #cate_collap li ul li a{
	background:url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/bg-li.gif) no-repeat 10px 10px;
	padding-left: 25px;
	color: #444;
	text-decoration: none;
	padding-bottom: 0px;
	text-transform:capitalize;
	font-weight: normal;
}
#mv_smartmenu_news  #cate_collap li ul li a:hover{
	background:url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/bg-li.gif) no-repeat 10px 10px;
	padding-left: 25px;
	color: #444;
	text-decoration: none;
	padding-bottom: 0px;
	text-transform:capitalize;
	font-weight: normal;
}
#mv_smartmenu_news  #cate_collap li ul li ul{
	margin-left: 10px;
}
#mv_smartmenu_news  #cate_collap li ul li ul li a{
	background:url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/bg-cate-active2.gif) no-repeat 10px 10px;
	padding-left: 25px;
	color: #444;
	text-decoration: none;
}
#mv_smartmenu_news  #mv_smartmenu_news  #cate_collap li ul li ul li a:hover{
	background:url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/bg-cate-active2.gif) no-repeat 10px 10px;
	padding-left: 25px;
	color: #444;
	text-decoration: none;
}
#mv_smartmenu_news  #cate_collap li.active a{
	font-weight: bold;
}
#mv_smartmenu_news  #cate_collap li.active ul li a{
	font-weight: normal;
}
#mv_smartmenu_news  #cate_collap li.active ul li.active a{
	font-weight: bold;
}
#mv_smartmenu_news  #cate_collap li.first{
	border-top: 0px none;
}
.mw-duc{clear:both;}

/*** ESSENTIAL STYLES ***/
.mv_smartmenu_news .sf-menu,.mv_smartmenu_news .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.mv_smartmenu_news .sf-menu {
	line-height:	1.0;
}
.mv_smartmenu_news .sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
	border: 1px solid #ddd;
	border-top: 0px none;
	background:url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/bg-ul.jpg) bottom repeat-x;
	border-bottom:none;
	padding-bottom:2px;
}
.mv_smartmenu_news .sf-menu ul li {
	width:			100%;
}
.mv_smartmenu_news .sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.mv_smartmenu_news .sf-menu li {
	float:			left;
	position:		relative;
}
.mv_smartmenu_news .sf-menu a {
	display:		block;
	position:		relative;
}
.mv_smartmenu_news .sf-menu li:hover ul,
.mv_smartmenu_news .sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.mv_smartmenu_news .sf-menu {
	float:			left;
	margin-bottom:	1em;
	/*border: 1px solid #ddd;*/
	background:url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/bg-ul.jpg) bottom repeat-x;
	border:none;
	padding-bottom:2px;
	border-top: none 0px;
	
}

.mv_smartmenu_news .sf-menu a {
	border-left:	1px solid #ddd;
	border-right:	1px solid #ddd;
	border-bottom:none;
	background:url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/bg-a.jpg) repeat-x;
	padding: 		8px;
	color:#333 !important;
	text-decoration:none !important;
}
.mv_smartmenu_news .sf-menu a,.mv_smartmenu_news .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#333;/*border:none;*/border-bottom:none;border-top:none;
}
.mv_smartmenu_news .sf-menu li {
	background:		#f2f2f2;
	font-weight:bold;
	z-index:100;
}
.mv_smartmenu_news .sf-menu li li {
	background:		#f2f2f2;
	font-weight:normal;
}
.mv_smartmenu_news .sf-menu li li li {
	background:		#f2f2f2;
	font-weight:normal;
}
.mv_smartmenu_news .sf-menu li:hover,.mv_smartmenu_news .sf-menu li.sfHover,
.mv_smartmenu_news .sf-menu a:focus,.mv_smartmenu_news .sf-menu a:hover,.mv_smartmenu_news .sf-menu a:active {
	/*background:		#fff url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/base_mini_head_bg.gif) repeat-x;*/
	outline:		0;	
	background:#f2f2f2 url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/bg-a.jpg) repeat-x;
	color:#1E7EC8 !important;
}
.mv_smartmenu_news .sf-menu ul a{border-left:none;}


.mv_smartmenu_news .sf-menu li:hover,.mv_smartmenu_news .sf-menu li.sfHover {
	/*background:#f2f2f2 url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/icon.png) no-repeat 92% center ;*/
	background:#f2f2f2 url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/bg-a.jpg) repeat-x;
	}
	
/*** arrows **/
.mv_smartmenu_news .sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.mv_smartmenu_news .sf-sub-indicator {
	position:absolute;
	left:93.5% ;
	top:50%; /* IE6 only */
	display:block;
	width:4px;
	height:7px;
	text-indent:-999em !important;
	overflow:hidden;
	/**/background:url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/icon.png) no-repeat; /* 8-bit indexed alpha png. IE6 gets solid image only */
	
}
/* give all except IE6 the correct values */
.mv_smartmenu_news a > .sf-sub-indicator {  
	top:			37%;
	background-position: -30px 0px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -30px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  0px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -30px 0px; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.mv_smartmenu_news .sf-shadow ul {
/*	
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
*/
}
.mv_smartmenu_news .sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.mv_smartmenu_news .mw_menu_head{
	border:none;
	float:left;
	width:100%;
}
.mv_smartmenu_news  .mw_menu_head h4.title{
	color:#222;
	font-size:1.0em;
	line-height:1.35em;
	margin:0 0 0;
	padding:6px 10px;
	border:1px solid #DDDDDD;
	border-bottom:none;
	background-color:#f2f2f2;
	text-transform:uppercase;
	text-decoration:none;
}
.mv_smartmenu_news .mw_menu_head h4.title a{
	color:#222;
	text-decoration:none;
}
.mw_shopby1{
	margin-bottom: 1.3em;
}
.mw_shopby1_head {
	background:transparent url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/layered_nav_head_bg.gif) no-repeat scroll 0 0;
	height:24px;
	margin:0;
}
.mw_shopby1 h4 {
	background:#D5E8FF url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/layered_nav_narrowed_category_heading.gif) repeat scroll 0 0;
	border-color:#fff;
	border-style:solid none;
	border-width:1px 0;
	color:#1F5070;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:3px 10px;
}
.mw_shopby1 p.block-subtitle{
	background:#D5E8FF url(https://www.zhik.com/skin/frontend/zhik/default/cmspro/images/layered_nav_narrowed_category_heading.gif) repeat scroll 0 0;
	border-color:#fff;
	border-style:solid none;
	border-width:1px 0;
	color:#1F5070;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:3px 10px;
}
.mw_shopby1 .btn-remove{
	float:right;
	font-size:11px;
	margin:4px 3px 1px 5px;
}
.mw_shopby1 .currently{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.mw_shopby1 .actions{
	text-align: right;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.mw_shopby1_content{
	border: 0px none;
	padding-bottom: 7px !important;
}
.mw_shopby1 .narrowed-category {
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	width:99%;
}
.mw_shopby1 .sf-vertical, .mw_shopby1 .sf-vertical li {
	width:99%;
}
.mw_shopby1 .narrowed-category{
	width: 99%;
}
.mw_shopby1 .sf-menu li ul li{
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #DDDDDD;
	padding:0.55em 1em;
	width: 87.5%;
}
.mw_shopby1 .sf-menu li ul li a{
	float: left;
	border-bottom:0 none;
	border-left:0 none;
	border-top:0 none;
	padding:0;
	text-decoration:none;
}
.mw_shopby1 .sf-menu li ul li a span.sf-sub-indicator {
	top:37%;
	left:91%;
}
.mw_shopby1 .sf-menu li ul li :hover, .sf-menu li ul li .sfHover,
.mw_shopby1 .sf-menu li ul li  a:focus, .sf-menu li ul li  a:hover, .sf-menu li ul li :active {
	outline:		0;}
.display{
	border: 0px none !important;
}
.display_li span.sf-sub-indicator{
	display: none;
}
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/

.mv_smartmenu_news .sf-vertical, .sf-vertical li {
	width:	100%;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.mv_smartmenu_news .sf-vertical li:hover ul,
.mv_smartmenu_news .sf-vertical li.sfHover ul {
	left:	100%; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url("https://www.zhik.com/skin/frontend/zhik/default/images/ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; pointer-events: none; margin: 0 auto; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Arrows */
.slick-prev, .slick-next { outline: none; position: absolute; display: block; height: 65px; width: 36px; opacity: 1; line-height: 0; font-size: 0; cursor: pointer; background: url("https://www.zhik.com/skin/frontend/zhik/default/images/slick-controls.png") no-repeat 0 0; color: transparent; top: 50%; margin-top: -33px; padding: 0; border: none; outline: none; }
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus { outline: none; opacity: 1; }

.slick-prev.slick-disabled, .slick-next.slick-disabled { opacity: 0.25; }

.slick-prev { left: 0; }
.slick-next { right: 0; background-position: -36px 0; }
.slick-prev:hover { background-position: 0 -65px; background-color:transparent!important; }
.slick-next:hover { background-position: -36px -65px; background-color:transparent!important; }

.slick-slider:hover .slick-prev,
.slick-slider .slick-next { opacity: 1; }
.rvs-slider {
    margin: 0 auto 7px;
}
.rvs-slider-small .rvs-banners,
.rvs-slider .rvs-banners {
    overflow: hidden;
}
.rvs-slider .banner {
    display: none;
}

.rvs-slider .banner:first-child {
    display: block;
}
.rvs-slider-small .banner {
    float: left;
    width: 25%;
}
.rvs-slider-small .banner:nth-child(4n) ~ .banner {
    display: none;
}
.rvs-slider-small .slick-initialized .banner:nth-child(4n) ~ .banner,
.rvs-slider .slick-initialized .banner {
    display: block;
}

.rvs-slider-small .slick-prev,
.rvs-slider-small .slick-next,
.rvs-slider-medium .slick-prev,
.rvs-slider-medium .slick-next,
.rvs-slider .slick-prev,
.rvs-slider .slick-next {
    opacity: 0;
}

.rvs-slider-small:hover .slick-prev,
.rvs-slider-small:hover .slick-next,
.rvs-slider-medium:hover .slick-prev,
.rvs-slider-medium:hover .slick-next,
.rvs-slider:hover .slick-prev,
.rvs-slider:hover .slick-next {
    opacity: 1;
}

.rvs-banners .banner {
    position: relative;
}
.rvs-banners .linked {
    cursor: pointer;
}
.rvs-banners .banner-front {
    position: relative;
    z-index: 20;
    text-align: center;
    background-color: #000;
}
.rvs-banners .banner-back {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

/* Banner flip effect */
.rvs-banners .flip {
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    perspective: 900px;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.rvs-banners .flip .banner-front,
.rvs-banners .flip .banner-back {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-transition: all 400ms;
    transition: transform 400ms;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rvs-banners .flip .banner-front {
    z-index: 900;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
}
.rvs-banners .flip:hover .banner-front {
    z-index: 900;
    -webkit-transform: rotateX(0deg) rotateY(180deg);
    -moz-transform: rotateX(0deg) rotateY(180deg);
    transform: rotateX(0deg) rotateY(180deg);
}

.rvs-banners .flip .banner-back {
    z-index: 800;
    -webkit-transform: rotateX(0deg) rotateY(-179deg);
    -moz-transform: rotateX(0deg) rotateY(-179deg);
    transform: rotateX(0deg) rotateY(-179deg);
}
.rvs-banners .flip:hover .banner-back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
}

/* Banner content */
.rvs-banners img + .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.rvs-banners img,
.rvs-banners .lazy .banner-content,
.rvs-banners .banner {
    -moz-transition: opacity, background-color 300ms;
    -o-transition: opacity, background-color 300ms;
    -webkit-transition: opacity, background-color 300ms;
    transition: opacity, background-color 300ms;

}
.rvs-banners .lazy {
    background: url(https://www.zhik.com/skin/frontend/zhik/default/images/ajax-loader.gif) no-repeat 50% 50% #000000;
    opacity: 0.5;
}
.rvs-banners .lazy img,
.rvs-banners .lazy .banner-content {
    opacity: 0;
}

.rvs-banners .banner-content .inner-container {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.rvs-banners .banner-content .inner {
    display: table-cell;
}

.rvs-slider .banner-content .inner-container {
    padding: 0 165px;
}

.rvs-slider .banner-content .title {
    font-size: 75px;
    line-height: 1.05em;
    margin: 0;
    font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
    font-weight:600;
    font-stretch:condensed;
}
.rvs-slider .banner-content .subtitle {
    font-size: 20px;
    margin: 0;
}
.rvs-slider .banner-content .slidebutton {
    font-size: 20px;
    display: inline-block;
    line-height: 75px;
    width: 320px;
    max-width: 100%;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
}


.rvs-slider-small .rvs-banners img + .banner-content {
    padding: 15px;
}
.rvs-slider-small .rvs-banners img + .banner-content.valign-1 {
    padding: 0 15px;
}
.rvs-slider-small .hasbutton .inner {
    padding-bottom: 32px;
}

.rvs-slider-small .banner-content .title {
    font-size: 32px;
    line-height: 1;
    margin: 0;
    font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
    font-weight: 600;
    font-stretch: condensed;
}
.rvs-slider-small .banner-content .subtitle {
    font-size: 16px;
    margin: 0;
}
.rvs-slider-small .banner-content .slidebutton {
    font-size: 13px;
    display: inline-block;
    line-height: 32px;
    padding: 0 20px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.rvs-banners .banner-image {
    width: 100%;
    z-index: 15;
}

.rvs-banners .banner-video {
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
}

.rvs-banners .banner-content.align-0 {
    text-align: left;
}
.rvs-banners .banner-content.align-1 {
    text-align: center;
}
.rvs-banners .banner-content.align-2 {
    text-align: right;
}

.rvs-banners .banner-content.valign-0 .inner {
    vertical-align: top;
}
.rvs-banners .banner-content.valign-1 .inner {
    vertical-align: middle;
}
.rvs-banners .banner-content.valign-2 .inner {
    vertical-align: bottom;
}

/* Banner boxes */
.rvs-boxes {
    margin: 0 auto;
}
.rvs-boxes img {
    display: block;
}
.rvs-boxes .banner {
    float: left;
    margin-bottom: 1.25%;
    width: 32.5%;
    padding: 30.68% 0 0 0;
}
.rvs-boxes .banner:nth-child(3n){
    margin-left: 1.25%;
}
.rvs-boxes .banner:nth-child(3n+2){
    margin-left: 1.25%;
}
.rvs-boxes .banner.column-break {
    margin-right: 0;
}


/* Banner static */
.rvs-static {
    margin: 0 auto 20px;
}

.rvs-grid-container {
    margin-top: -12px;
    overflow: hidden;
}

.rvs-grid {
    margin-left: -2px;
    margin-right: -2px;
}

.rvs-grid .banner {
    position: relative;
    padding: 0 1px 2px !important;
    float: left !important;
    cursor: inherit;
}

.rvs-grid .banner-content {
    position: absolute;
    bottom: 0 !important;
    top: auto !important;
    max-height: 85px;
    background-color: rgba(1, 5, 11, 0.85);
    transition: max-height 0.3s;
}

.rvs-grid .banner:hover .banner-content {
    max-height: 100%;
    height: 100%
}

.rvs-grid .banner:hover .slidebutton {
    opacity: 1;
    cursor: pointer;
}

.rvs-grid .inner {
    vertical-align: middle !important;
}

.rvs-grid .banner-content .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 22px;
    font-weight: bold;
    margin: 0;
}

.rvs-grid .banner-content .subtitle2 {
    color: #d8ff00;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    display: inline-block;
}

.rvs-grid .banner-content .subtitle {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
}

.rvs-grid .banner-content .slidebutton {
    position: relative;
    top: 0;
    padding: 5px 10px;
    background-color: #d8ff00;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0;
    transition: all 0.3s;
}

.team-layout .rvs-slider, .cms-gallery .rvs-slider {
    max-width: 980px;
}
.checkout-cart-index #ajax-loading{
	width:16px;
	height:16px;
	margin-left: 10px;
	background:black url('https://www.zhik.com/skin/frontend/zhik/default/images/sk_updatecart/ajax-loader-tr.gif') 50% 50% no-repeat;
	margin-top: 10px;
}

.btn-update {
	float:left;
}

#cart-loader { width: 16px; height: 16px; float:left;}

#ajax-loading .text { color:#D85909; font-size:12px; position:relative; top:60px; font-weight:bold; }

#ajax-cart-overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
}

/*
#shopping-cart-table .qty-less,
#shopping-cart-table .qty-more{
	width:9px;
	height:12px;
	display:inline;
	position:relative;
	top:3px;
}
#shopping-cart-table .qty-more{
	right: 9px;
}

#shopping-cart-table .qty-less span,
#shopping-cart-table .qty-more span{
	display:none;
}

#shopping-cart-table .qty-less span{
	background-position:-9px 0;
}

#shopping-cart-table input.qty{
	margin:0 14px 0 14px;
}
*/
#ajax-cart-overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#000;
	opacity: 0.5;
	z-index:10000;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

meta.foundation-version{font-family:"/5.5.2/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-small-only{font-family:"/only screen and (max-width: 40em)/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.0625em)/";width:40.0625em}meta.foundation-mq-medium-only{font-family:"/only screen and (min-width:40.0625em) and (max-width:64em)/";width:40.0625em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.0625em)/";width:64.0625em}meta.foundation-mq-large-only{font-family:"/only screen and (min-width:64.0625em) and (max-width:90em)/";width:64.0625em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.0625em)/";width:90.0625em}meta.foundation-mq-xlarge-only{font-family:"/only screen and (min-width:90.0625em) and (max-width:120em)/";width:90.0625em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.0625em)/";width:120.0625em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}html{box-sizing:border-box}*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}html,body{font-size:100%}body{background:#fff;color:#222;cursor:auto;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:normal;line-height:1.5;margin:0;padding:0;position:relative}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.row{margin:0 auto;max-width:62.5em;width:100%}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row.collapse .row{margin-left:0;margin-right:0}.row .row{margin:0 -15px;max-width:none;width:auto}.row .row:before,.row .row:after{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{margin:0;max-width:none;width:auto}.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{padding-left:15px;padding-right:15px;width:100%;float:left}.column+.column:last-child,.columns+.column:last-child,.column+.columns:last-child,.columns+.columns:last-child{float:right}.column+.column.end,.columns+.column.end,.column+.columns.end,.columns+.columns.end{float:left}@media only screen{.small-push-0{position:relative;left:0;right:auto}.small-pull-0{position:relative;right:0;left:auto}.small-push-1{position:relative;left:8.33333%;right:auto}.small-pull-1{position:relative;right:8.33333%;left:auto}.small-push-2{position:relative;left:16.66667%;right:auto}.small-pull-2{position:relative;right:16.66667%;left:auto}.small-push-3{position:relative;left:25%;right:auto}.small-pull-3{position:relative;right:25%;left:auto}.small-push-4{position:relative;left:33.33333%;right:auto}.small-pull-4{position:relative;right:33.33333%;left:auto}.small-push-5{position:relative;left:41.66667%;right:auto}.small-pull-5{position:relative;right:41.66667%;left:auto}.small-push-6{position:relative;left:50%;right:auto}.small-pull-6{position:relative;right:50%;left:auto}.small-push-7{position:relative;left:58.33333%;right:auto}.small-pull-7{position:relative;right:58.33333%;left:auto}.small-push-8{position:relative;left:66.66667%;right:auto}.small-pull-8{position:relative;right:66.66667%;left:auto}.small-push-9{position:relative;left:75%;right:auto}.small-pull-9{position:relative;right:75%;left:auto}.small-push-10{position:relative;left:83.33333%;right:auto}.small-pull-10{position:relative;right:83.33333%;left:auto}.small-push-11{position:relative;left:91.66667%;right:auto}.small-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:15px;padding-right:15px;float:left}.small-1{width:8.33333%}.small-2{width:16.66667%}.small-3{width:25%}.small-4{width:33.33333%}.small-5{width:41.66667%}.small-6{width:50%}.small-7{width:58.33333%}.small-8{width:66.66667%}.small-9{width:75%}.small-10{width:83.33333%}.small-11{width:91.66667%}.small-12{width:100%}.small-offset-0{margin-left:0 !important}.small-offset-1{margin-left:8.33333% !important}.small-offset-2{margin-left:16.66667% !important}.small-offset-3{margin-left:25% !important}.small-offset-4{margin-left:33.33333% !important}.small-offset-5{margin-left:41.66667% !important}.small-offset-6{margin-left:50% !important}.small-offset-7{margin-left:58.33333% !important}.small-offset-8{margin-left:66.66667% !important}.small-offset-9{margin-left:75% !important}.small-offset-10{margin-left:83.33333% !important}.small-offset-11{margin-left:91.66667% !important}.small-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none}.column.small-uncentered,.columns.small-uncentered{float:left;margin-left:0;margin-right:0}.column.small-centered:last-child,.columns.small-centered:last-child{float:none}.column.small-uncentered:last-child,.columns.small-uncentered:last-child{float:left}.column.small-uncentered.opposite,.columns.small-uncentered.opposite{float:right}.row.small-collapse>.column,.row.small-collapse>.columns{padding-left:0;padding-right:0}.row.small-collapse .row{margin-left:0;margin-right:0}.row.small-uncollapse>.column,.row.small-uncollapse>.columns{padding-left:15px;padding-right:15px;float:left}}@media only screen and (min-width: 40.0625em){.medium-push-0{position:relative;left:0;right:auto}.medium-pull-0{position:relative;right:0;left:auto}.medium-push-1{position:relative;left:8.33333%;right:auto}.medium-pull-1{position:relative;right:8.33333%;left:auto}.medium-push-2{position:relative;left:16.66667%;right:auto}.medium-pull-2{position:relative;right:16.66667%;left:auto}.medium-push-3{position:relative;left:25%;right:auto}.medium-pull-3{position:relative;right:25%;left:auto}.medium-push-4{position:relative;left:33.33333%;right:auto}.medium-pull-4{position:relative;right:33.33333%;left:auto}.medium-push-5{position:relative;left:41.66667%;right:auto}.medium-pull-5{position:relative;right:41.66667%;left:auto}.medium-push-6{position:relative;left:50%;right:auto}.medium-pull-6{position:relative;right:50%;left:auto}.medium-push-7{position:relative;left:58.33333%;right:auto}.medium-pull-7{position:relative;right:58.33333%;left:auto}.medium-push-8{position:relative;left:66.66667%;right:auto}.medium-pull-8{position:relative;right:66.66667%;left:auto}.medium-push-9{position:relative;left:75%;right:auto}.medium-pull-9{position:relative;right:75%;left:auto}.medium-push-10{position:relative;left:83.33333%;right:auto}.medium-pull-10{position:relative;right:83.33333%;left:auto}.medium-push-11{position:relative;left:91.66667%;right:auto}.medium-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:15px;padding-right:15px;float:left}.medium-1{width:8.33333%}.medium-2{width:16.66667%}.medium-3{width:25%}.medium-4{width:33.33333%}.medium-5{width:41.66667%}.medium-6{width:50%}.medium-7{width:58.33333%}.medium-8{width:66.66667%}.medium-9{width:75%}.medium-10{width:83.33333%}.medium-11{width:91.66667%}.medium-12{width:100%}.medium-offset-0{margin-left:0 !important}.medium-offset-1{margin-left:8.33333% !important}.medium-offset-2{margin-left:16.66667% !important}.medium-offset-3{margin-left:25% !important}.medium-offset-4{margin-left:33.33333% !important}.medium-offset-5{margin-left:41.66667% !important}.medium-offset-6{margin-left:50% !important}.medium-offset-7{margin-left:58.33333% !important}.medium-offset-8{margin-left:66.66667% !important}.medium-offset-9{margin-left:75% !important}.medium-offset-10{margin-left:83.33333% !important}.medium-offset-11{margin-left:91.66667% !important}.medium-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none}.column.medium-uncentered,.columns.medium-uncentered{float:left;margin-left:0;margin-right:0}.column.medium-centered:last-child,.columns.medium-centered:last-child{float:none}.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child{float:left}.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite{float:right}.row.medium-collapse>.column,.row.medium-collapse>.columns{padding-left:0;padding-right:0}.row.medium-collapse .row{margin-left:0;margin-right:0}.row.medium-uncollapse>.column,.row.medium-uncollapse>.columns{padding-left:15px;padding-right:15px;float:left}.push-0{position:relative;left:0;right:auto}.pull-0{position:relative;right:0;left:auto}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}}@media only screen and (min-width: 64.0625em){.large-push-0{position:relative;left:0;right:auto}.large-pull-0{position:relative;right:0;left:auto}.large-push-1{position:relative;left:8.33333%;right:auto}.large-pull-1{position:relative;right:8.33333%;left:auto}.large-push-2{position:relative;left:16.66667%;right:auto}.large-pull-2{position:relative;right:16.66667%;left:auto}.large-push-3{position:relative;left:25%;right:auto}.large-pull-3{position:relative;right:25%;left:auto}.large-push-4{position:relative;left:33.33333%;right:auto}.large-pull-4{position:relative;right:33.33333%;left:auto}.large-push-5{position:relative;left:41.66667%;right:auto}.large-pull-5{position:relative;right:41.66667%;left:auto}.large-push-6{position:relative;left:50%;right:auto}.large-pull-6{position:relative;right:50%;left:auto}.large-push-7{position:relative;left:58.33333%;right:auto}.large-pull-7{position:relative;right:58.33333%;left:auto}.large-push-8{position:relative;left:66.66667%;right:auto}.large-pull-8{position:relative;right:66.66667%;left:auto}.large-push-9{position:relative;left:75%;right:auto}.large-pull-9{position:relative;right:75%;left:auto}.large-push-10{position:relative;left:83.33333%;right:auto}.large-pull-10{position:relative;right:83.33333%;left:auto}.large-push-11{position:relative;left:91.66667%;right:auto}.large-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:15px;padding-right:15px;float:left}.large-1{width:8.33333%}.large-2{width:16.66667%}.large-3{width:25%}.large-4{width:33.33333%}.large-5{width:41.66667%}.large-6{width:50%}.large-7{width:58.33333%}.large-8{width:66.66667%}.large-9{width:75%}.large-10{width:83.33333%}.large-11{width:91.66667%}.large-12{width:100%}.large-offset-0{margin-left:0 !important}.large-offset-1{margin-left:8.33333% !important}.large-offset-2{margin-left:16.66667% !important}.large-offset-3{margin-left:25% !important}.large-offset-4{margin-left:33.33333% !important}.large-offset-5{margin-left:41.66667% !important}.large-offset-6{margin-left:50% !important}.large-offset-7{margin-left:58.33333% !important}.large-offset-8{margin-left:66.66667% !important}.large-offset-9{margin-left:75% !important}.large-offset-10{margin-left:83.33333% !important}.large-offset-11{margin-left:91.66667% !important}.large-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none}.column.large-uncentered,.columns.large-uncentered{float:left;margin-left:0;margin-right:0}.column.large-centered:last-child,.columns.large-centered:last-child{float:none}.column.large-uncentered:last-child,.columns.large-uncentered:last-child{float:left}.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right}.row.large-collapse>.column,.row.large-collapse>.columns{padding-left:0;padding-right:0}.row.large-collapse .row{margin-left:0;margin-right:0}.row.large-uncollapse>.column,.row.large-uncollapse>.columns{padding-left:15px;padding-right:15px;float:left}.push-0{position:relative;left:0;right:auto}.pull-0{position:relative;right:0;left:auto}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}}button,.button{-webkit-appearance:none;-moz-appearance:none;border-radius:0;border-style:solid;border-width:0;cursor:pointer;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-align:center;text-decoration:none;display:inline-block;padding:1rem 2rem 1.0625rem 2rem;font-size:1rem;background-color:#2ba6cb;border-color:#2285a2;color:#fff;transition:background-color 300ms ease-out}button:hover,button:focus,.button:hover,.button:focus{background-color:#2285a2}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#e9e9e9;border-color:#bababa;color:#333}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#bababa}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#333}button.success,.button.success{background-color:#5da423;border-color:#4a831c;color:#fff}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{background-color:#4a831c}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{color:#fff}button.alert,.button.alert{background-color:#c60f13;border-color:#9e0c0f;color:#fff}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{background-color:#9e0c0f}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{color:#fff}button.warning,.button.warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{background-color:#cf6e0e}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{color:#fff}button.info,.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}button.info:hover,button.info:focus,.button.info:hover,.button.info:focus{background-color:#61b6d9}button.info:hover,button.info:focus,.button.info:hover,.button.info:focus{color:#fff}button.large,.button.large{padding:1.125rem 2.25rem 1.1875rem 2.25rem;font-size:1.25rem}button.small,.button.small{padding:0.875rem 1.75rem 0.9375rem 1.75rem;font-size:0.8125rem}button.tiny,.button.tiny{padding:0.625rem 1.25rem 0.6875rem 1.25rem;font-size:0.6875rem}button.expand,.button.expand{padding-left:0;padding-right:0;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:0.75rem}button.right-align,.button.right-align{text-align:right;padding-right:0.75rem}button.radius,.button.radius{border-radius:3px}button.round,.button.round{border-radius:1000px}button.disabled,button[disabled],.button.disabled,.button[disabled]{background-color:#2ba6cb;border-color:#2285a2;color:#fff;box-shadow:none;cursor:default;opacity:0.7}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#2285a2}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{color:#fff}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#2ba6cb}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#e9e9e9;border-color:#bababa;color:#333;box-shadow:none;cursor:default;opacity:0.7}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#bababa}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{color:#333}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#e9e9e9}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#5da423;border-color:#4a831c;color:#fff;box-shadow:none;cursor:default;opacity:0.7}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#4a831c}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{color:#fff}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#5da423}button.disabled.alert,button[disabled].alert,.button.disabled.alert,.button[disabled].alert{background-color:#c60f13;border-color:#9e0c0f;color:#fff;box-shadow:none;cursor:default;opacity:0.7}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#9e0c0f}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{color:#fff}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#c60f13}button.disabled.warning,button[disabled].warning,.button.disabled.warning,.button[disabled].warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff;box-shadow:none;cursor:default;opacity:0.7}button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus{background-color:#cf6e0e}button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus{color:#fff}button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus{background-color:#f08a24}button.disabled.info,button[disabled].info,.button.disabled.info,.button[disabled].info{background-color:#a0d3e8;border-color:#61b6d9;color:#333;box-shadow:none;cursor:default;opacity:0.7}button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus{background-color:#61b6d9}button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus{color:#fff}button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus{background-color:#a0d3e8}button::-moz-focus-inner{border:0;padding:0}@media only screen and (min-width: 40.0625em){button,.button{display:inline-block}}form{margin:0 0 1rem}form .row .row{margin:0 -0.5rem}form .row .row .column,form .row .row .columns{padding:0 0.5rem}form .row .row.collapse{margin:0}form .row .row.collapse .column,form .row .row.collapse .columns{padding:0}form .row .row.collapse input{-webkit-border-bottom-right-radius:0;-webkit-border-top-right-radius:0;border-bottom-right-radius:0;border-top-right-radius:0}form .row input.column,form .row input.columns,form .row textarea.column,form .row textarea.columns{padding-left:0.5rem}label{color:#4d4d4d;cursor:pointer;display:block;font-size:0.875rem;font-weight:normal;line-height:1.5;margin-bottom:0}label.right{float:none !important;text-align:right}label.inline{margin:0 0 1rem 0;padding:0.5625rem 0}label small{text-transform:capitalize;color:#676767}.prefix,.postfix{border-style:solid;border-width:1px;display:block;font-size:0.875rem;height:2.3125rem;line-height:2.3125rem;overflow:visible;padding-bottom:0;padding-top:0;position:relative;text-align:center;width:100%;z-index:2}.postfix.button{border-color:true}.prefix.button{border:none;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0;text-align:center}.prefix.button.radius{border-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.postfix.button.radius{border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.prefix.button.round{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.postfix.button.round{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}span.prefix,label.prefix{background:#f2f2f2;border-right:none;color:#333;border-color:#ccc}span.postfix,label.postfix{background:#f2f2f2;color:#333;border-color:#ccc}input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],input[type="color"],textarea{-webkit-appearance:none;-moz-appearance:none;border-radius:0;background-color:#fff;border-style:solid;border-width:1px;border-color:#ccc;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);color:rgba(0,0,0,0.75);display:block;font-family:inherit;font-size:0.875rem;height:2.3125rem;margin:0 0 1rem 0;padding:0.5rem;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color 0.15s linear,background 0.15s linear;-moz-transition:border-color 0.15s linear,background 0.15s linear;-ms-transition:border-color 0.15s linear,background 0.15s linear;-o-transition:border-color 0.15s linear,background 0.15s linear;transition:border-color 0.15s linear,background 0.15s linear}input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="color"]:focus,textarea:focus{background:#fafafa;border-color:#999;outline:none}input[type="text"]:disabled,input[type="password"]:disabled,input[type="date"]:disabled,input[type="datetime"]:disabled,input[type="datetime-local"]:disabled,input[type="month"]:disabled,input[type="week"]:disabled,input[type="email"]:disabled,input[type="number"]:disabled,input[type="search"]:disabled,input[type="tel"]:disabled,input[type="time"]:disabled,input[type="url"]:disabled,input[type="color"]:disabled,textarea:disabled{background-color:#ddd;cursor:default}input[type="text"][disabled],input[type="text"][readonly],fieldset[disabled] input[type="text"],input[type="password"][disabled],input[type="password"][readonly],fieldset[disabled] input[type="password"],input[type="date"][disabled],input[type="date"][readonly],fieldset[disabled] input[type="date"],input[type="datetime"][disabled],input[type="datetime"][readonly],fieldset[disabled] input[type="datetime"],input[type="datetime-local"][disabled],input[type="datetime-local"][readonly],fieldset[disabled] input[type="datetime-local"],input[type="month"][disabled],input[type="month"][readonly],fieldset[disabled] input[type="month"],input[type="week"][disabled],input[type="week"][readonly],fieldset[disabled] input[type="week"],input[type="email"][disabled],input[type="email"][readonly],fieldset[disabled] input[type="email"],input[type="number"][disabled],input[type="number"][readonly],fieldset[disabled] input[type="number"],input[type="search"][disabled],input[type="search"][readonly],fieldset[disabled] input[type="search"],input[type="tel"][disabled],input[type="tel"][readonly],fieldset[disabled] input[type="tel"],input[type="time"][disabled],input[type="time"][readonly],fieldset[disabled] input[type="time"],input[type="url"][disabled],input[type="url"][readonly],fieldset[disabled] input[type="url"],input[type="color"][disabled],input[type="color"][readonly],fieldset[disabled] input[type="color"],textarea[disabled],textarea[readonly],fieldset[disabled] textarea{background-color:#ddd;cursor:default}input[type="text"].radius,input[type="password"].radius,input[type="date"].radius,input[type="datetime"].radius,input[type="datetime-local"].radius,input[type="month"].radius,input[type="week"].radius,input[type="email"].radius,input[type="number"].radius,input[type="search"].radius,input[type="tel"].radius,input[type="time"].radius,input[type="url"].radius,input[type="color"].radius,textarea.radius{border-radius:3px}form .row .prefix-radius.row.collapse input,form .row .prefix-radius.row.collapse textarea,form .row .prefix-radius.row.collapse select,form .row .prefix-radius.row.collapse button{border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}form .row .prefix-radius.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}form .row .postfix-radius.row.collapse input,form .row .postfix-radius.row.collapse textarea,form .row .postfix-radius.row.collapse select,form .row .postfix-radius.row.collapse button{border-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}form .row .postfix-radius.row.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}form .row .prefix-round.row.collapse input,form .row .prefix-round.row.collapse textarea,form .row .prefix-round.row.collapse select,form .row .prefix-round.row.collapse button{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}form .row .prefix-round.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}form .row .postfix-round.row.collapse input,form .row .postfix-round.row.collapse textarea,form .row .postfix-round.row.collapse select,form .row .postfix-round.row.collapse button{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}form .row .postfix-round.row.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}input[type="submit"]{-webkit-appearance:none;-moz-appearance:none;border-radius:0}textarea[rows]{height:auto}textarea{max-width:100%}::-webkit-input-placeholder{color:#ccc}:-moz-placeholder{color:#ccc}::-moz-placeholder{color:#ccc}:-ms-input-placeholder{color:#ccc}select{-webkit-appearance:none !important;-moz-appearance:none !important;background-color:#FAFAFA;border-radius:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);background-position:100% center;background-repeat:no-repeat;border-style:solid;border-width:1px;border-color:#ccc;color:rgba(0,0,0,0.75);font-family:inherit;font-size:0.875rem;line-height:normal;padding:0.5rem;border-radius:0;height:2.3125rem}select::-ms-expand{display:none}select.radius{border-radius:3px}select:hover{background-color:#f3f3f3;border-color:#999}select:disabled{background-color:#ddd;cursor:default}select[multiple]{height:auto}input[type="file"],input[type="checkbox"],input[type="radio"],select{margin:0 0 1rem 0}input[type="checkbox"]+label,input[type="radio"]+label{display:inline-block;margin-left:0.5rem;margin-right:1rem;margin-bottom:0;vertical-align:baseline}input[type="file"]{width:100%}fieldset{border:1px solid #ddd;margin:1.125rem 0;padding:1.25rem}fieldset legend{background:#fff;font-weight:bold;margin-left:-0.1875rem;margin:0;padding:0 0.1875rem}[data-abide] .error small.error,[data-abide] .error span.error,[data-abide] span.error,[data-abide] small.error{display:block;font-size:0.75rem;font-style:italic;font-weight:normal;margin-bottom:1rem;margin-top:-1px;padding:0.375rem 0.5625rem 0.5625rem;background:#c60f13;color:#fff}[data-abide] span.error,[data-abide] small.error{display:none}span.error,small.error{display:block;font-size:0.75rem;font-style:italic;font-weight:normal;margin-bottom:1rem;margin-top:-1px;padding:0.375rem 0.5625rem 0.5625rem;background:#c60f13;color:#fff}.error input,.error textarea,.error select{margin-bottom:0}.error input[type="checkbox"],.error input[type="radio"]{margin-bottom:1rem}.error label,.error label.error{color:#c60f13}.error small.error{display:block;font-size:0.75rem;font-style:italic;font-weight:normal;margin-bottom:1rem;margin-top:-1px;padding:0.375rem 0.5625rem 0.5625rem;background:#c60f13;color:#fff}.error>label>small{background:transparent;color:#676767;display:inline;font-size:60%;font-style:normal;margin:0;padding:0;text-transform:capitalize}.error span.error-message{display:block}input.error,textarea.error,select.error{margin-bottom:0}label.error{color:#c60f13}[class*="block-grid-"]{display:block;padding:0;margin:0 -0.625rem}[class*="block-grid-"]:before,[class*="block-grid-"]:after{content:" ";display:table}[class*="block-grid-"]:after{clear:both}[class*="block-grid-"]>li{display:block;float:left;height:auto;padding:0 0.625rem 1.25rem}@media only screen{.small-block-grid-1>li{list-style:none;width:100%}.small-block-grid-1>li:nth-of-type(1n){clear:none}.small-block-grid-1>li:nth-of-type(1n+1){clear:both}.small-block-grid-2>li{list-style:none;width:50%}.small-block-grid-2>li:nth-of-type(1n){clear:none}.small-block-grid-2>li:nth-of-type(2n+1){clear:both}.small-block-grid-3>li{list-style:none;width:33.33333%}.small-block-grid-3>li:nth-of-type(1n){clear:none}.small-block-grid-3>li:nth-of-type(3n+1){clear:both}.small-block-grid-4>li{list-style:none;width:25%}.small-block-grid-4>li:nth-of-type(1n){clear:none}.small-block-grid-4>li:nth-of-type(4n+1){clear:both}.small-block-grid-5>li{list-style:none;width:20%}.small-block-grid-5>li:nth-of-type(1n){clear:none}.small-block-grid-5>li:nth-of-type(5n+1){clear:both}.small-block-grid-6>li{list-style:none;width:16.66667%}.small-block-grid-6>li:nth-of-type(1n){clear:none}.small-block-grid-6>li:nth-of-type(6n+1){clear:both}.small-block-grid-7>li{list-style:none;width:14.28571%}.small-block-grid-7>li:nth-of-type(1n){clear:none}.small-block-grid-7>li:nth-of-type(7n+1){clear:both}.small-block-grid-8>li{list-style:none;width:12.5%}.small-block-grid-8>li:nth-of-type(1n){clear:none}.small-block-grid-8>li:nth-of-type(8n+1){clear:both}.small-block-grid-9>li{list-style:none;width:11.11111%}.small-block-grid-9>li:nth-of-type(1n){clear:none}.small-block-grid-9>li:nth-of-type(9n+1){clear:both}.small-block-grid-10>li{list-style:none;width:10%}.small-block-grid-10>li:nth-of-type(1n){clear:none}.small-block-grid-10>li:nth-of-type(10n+1){clear:both}.small-block-grid-11>li{list-style:none;width:9.09091%}.small-block-grid-11>li:nth-of-type(1n){clear:none}.small-block-grid-11>li:nth-of-type(11n+1){clear:both}.small-block-grid-12>li{list-style:none;width:8.33333%}.small-block-grid-12>li:nth-of-type(1n){clear:none}.small-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width: 40.0625em){.medium-block-grid-1>li{list-style:none;width:100%}.medium-block-grid-1>li:nth-of-type(1n){clear:none}.medium-block-grid-1>li:nth-of-type(1n+1){clear:both}.medium-block-grid-2>li{list-style:none;width:50%}.medium-block-grid-2>li:nth-of-type(1n){clear:none}.medium-block-grid-2>li:nth-of-type(2n+1){clear:both}.medium-block-grid-3>li{list-style:none;width:33.33333%}.medium-block-grid-3>li:nth-of-type(1n){clear:none}.medium-block-grid-3>li:nth-of-type(3n+1){clear:both}.medium-block-grid-4>li{list-style:none;width:25%}.medium-block-grid-4>li:nth-of-type(1n){clear:none}.medium-block-grid-4>li:nth-of-type(4n+1){clear:both}.medium-block-grid-5>li{list-style:none;width:20%}.medium-block-grid-5>li:nth-of-type(1n){clear:none}.medium-block-grid-5>li:nth-of-type(5n+1){clear:both}.medium-block-grid-6>li{list-style:none;width:16.66667%}.medium-block-grid-6>li:nth-of-type(1n){clear:none}.medium-block-grid-6>li:nth-of-type(6n+1){clear:both}.medium-block-grid-7>li{list-style:none;width:14.28571%}.medium-block-grid-7>li:nth-of-type(1n){clear:none}.medium-block-grid-7>li:nth-of-type(7n+1){clear:both}.medium-block-grid-8>li{list-style:none;width:12.5%}.medium-block-grid-8>li:nth-of-type(1n){clear:none}.medium-block-grid-8>li:nth-of-type(8n+1){clear:both}.medium-block-grid-9>li{list-style:none;width:11.11111%}.medium-block-grid-9>li:nth-of-type(1n){clear:none}.medium-block-grid-9>li:nth-of-type(9n+1){clear:both}.medium-block-grid-10>li{list-style:none;width:10%}.medium-block-grid-10>li:nth-of-type(1n){clear:none}.medium-block-grid-10>li:nth-of-type(10n+1){clear:both}.medium-block-grid-11>li{list-style:none;width:9.09091%}.medium-block-grid-11>li:nth-of-type(1n){clear:none}.medium-block-grid-11>li:nth-of-type(11n+1){clear:both}.medium-block-grid-12>li{list-style:none;width:8.33333%}.medium-block-grid-12>li:nth-of-type(1n){clear:none}.medium-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width: 64.0625em){.large-block-grid-1>li{list-style:none;width:100%}.large-block-grid-1>li:nth-of-type(1n){clear:none}.large-block-grid-1>li:nth-of-type(1n+1){clear:both}.large-block-grid-2>li{list-style:none;width:50%}.large-block-grid-2>li:nth-of-type(1n){clear:none}.large-block-grid-2>li:nth-of-type(2n+1){clear:both}.large-block-grid-3>li{list-style:none;width:33.33333%}.large-block-grid-3>li:nth-of-type(1n){clear:none}.large-block-grid-3>li:nth-of-type(3n+1){clear:both}.large-block-grid-4>li{list-style:none;width:25%}.large-block-grid-4>li:nth-of-type(1n){clear:none}.large-block-grid-4>li:nth-of-type(4n+1){clear:both}.large-block-grid-5>li{list-style:none;width:20%}.large-block-grid-5>li:nth-of-type(1n){clear:none}.large-block-grid-5>li:nth-of-type(5n+1){clear:both}.large-block-grid-6>li{list-style:none;width:16.66667%}.large-block-grid-6>li:nth-of-type(1n){clear:none}.large-block-grid-6>li:nth-of-type(6n+1){clear:both}.large-block-grid-7>li{list-style:none;width:14.28571%}.large-block-grid-7>li:nth-of-type(1n){clear:none}.large-block-grid-7>li:nth-of-type(7n+1){clear:both}.large-block-grid-8>li{list-style:none;width:12.5%}.large-block-grid-8>li:nth-of-type(1n){clear:none}.large-block-grid-8>li:nth-of-type(8n+1){clear:both}.large-block-grid-9>li{list-style:none;width:11.11111%}.large-block-grid-9>li:nth-of-type(1n){clear:none}.large-block-grid-9>li:nth-of-type(9n+1){clear:both}.large-block-grid-10>li{list-style:none;width:10%}.large-block-grid-10>li:nth-of-type(1n){clear:none}.large-block-grid-10>li:nth-of-type(10n+1){clear:both}.large-block-grid-11>li{list-style:none;width:9.09091%}.large-block-grid-11>li:nth-of-type(1n){clear:none}.large-block-grid-11>li:nth-of-type(11n+1){clear:both}.large-block-grid-12>li{list-style:none;width:8.33333%}.large-block-grid-12>li:nth-of-type(1n){clear:none}.large-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen{.show-for-small-only,.show-for-small-up,.show-for-small,.show-for-small-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.hide-for-small-only,.hide-for-small-up,.hide-for-small,.hide-for-small-down,.show-for-medium-only,.show-for-medium-up,.show-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.visible-for-small-only,.visible-for-small-up,.visible-for-small,.visible-for-small-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.hidden-for-small-only,.hidden-for-small-up,.hidden-for-small,.hidden-for-small-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}table.show-for-small-only,table.show-for-small-up,table.show-for-small,table.show-for-small-down,table.hide-for-medium-only,table.hide-for-medium-up,table.hide-for-medium,table.show-for-medium-down,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.show-for-small-only,thead.show-for-small-up,thead.show-for-small,thead.show-for-small-down,thead.hide-for-medium-only,thead.hide-for-medium-up,thead.hide-for-medium,thead.show-for-medium-down,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.show-for-small-only,tbody.show-for-small-up,tbody.show-for-small,tbody.show-for-small-down,tbody.hide-for-medium-only,tbody.hide-for-medium-up,tbody.hide-for-medium,tbody.show-for-medium-down,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.show-for-small-only,tr.show-for-small-up,tr.show-for-small,tr.show-for-small-down,tr.hide-for-medium-only,tr.hide-for-medium-up,tr.hide-for-medium,tr.show-for-medium-down,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.show-for-small-only,td.show-for-small-only,th.show-for-small-up,td.show-for-small-up,th.show-for-small,td.show-for-small,th.show-for-small-down,td.show-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.hide-for-medium-up,td.hide-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.show-for-medium-down,td.show-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.hide-for-large-up,td.hide-for-large-up,th.hide-for-large,td.hide-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width: 40.0625em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.show-for-medium-only,.show-for-medium-up,.show-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.show-for-medium-only,table.show-for-medium-up,table.show-for-medium,table.show-for-medium-down,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.show-for-medium-only,thead.show-for-medium-up,thead.show-for-medium,thead.show-for-medium-down,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.show-for-medium-only,tbody.show-for-medium-up,tbody.show-for-medium,tbody.show-for-medium-down,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.show-for-medium-only,tr.show-for-medium-up,tr.show-for-medium,tr.show-for-medium-down,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.show-for-medium-only,td.show-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.show-for-medium,td.show-for-medium,th.show-for-medium-down,td.show-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.hide-for-large-up,td.hide-for-large-up,th.hide-for-large,td.hide-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width: 64.0625em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.show-for-large-only,table.show-for-large-up,table.show-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.show-for-large-only,thead.show-for-large-up,thead.show-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.show-for-large-only,tbody.show-for-large-up,tbody.show-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.show-for-large-only,tr.show-for-large-up,tr.show-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.show-for-large-only,td.show-for-large-only,th.show-for-large-up,td.show-for-large-up,th.show-for-large,td.show-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width: 90.0625em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.hide-for-large-only,.show-for-large-up,.hide-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.show-for-large-only,.hide-for-large-up,.show-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-large-only,.visible-for-large-up,.hidden-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.visible-for-large-only,.hidden-for-large-up,.visible-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-large-only,table.show-for-large-up,table.hide-for-large,table.hide-for-large-down,table.show-for-xlarge-only,table.show-for-xlarge-up,table.show-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-large-only,thead.show-for-large-up,thead.hide-for-large,thead.hide-for-large-down,thead.show-for-xlarge-only,thead.show-for-xlarge-up,thead.show-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-large-only,tbody.show-for-large-up,tbody.hide-for-large,tbody.hide-for-large-down,tbody.show-for-xlarge-only,tbody.show-for-xlarge-up,tbody.show-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-large-only,tr.show-for-large-up,tr.hide-for-large,tr.hide-for-large-down,tr.show-for-xlarge-only,tr.show-for-xlarge-up,tr.show-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.show-for-large-up,td.show-for-large-up,th.hide-for-large,td.hide-for-large,th.hide-for-large-down,td.hide-for-large-down,th.show-for-xlarge-only,td.show-for-xlarge-only,th.show-for-xlarge-up,td.show-for-xlarge-up,th.show-for-xlarge,td.show-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width: 120.0625em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.hide-for-large-only,.show-for-large-up,.hide-for-large,.hide-for-large-down,.hide-for-xlarge-only,.show-for-xlarge-up,.hide-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.show-for-large-only,.hide-for-large-up,.show-for-large,.show-for-large-down,.show-for-xlarge-only,.hide-for-xlarge-up,.show-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-large-only,.visible-for-large-up,.hidden-for-large,.hidden-for-large-down,.hidden-for-xlarge-only,.visible-for-xlarge-up,.hidden-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.visible-for-large-only,.hidden-for-large-up,.visible-for-large,.visible-for-large-down,.visible-for-xlarge-only,.hidden-for-xlarge-up,.visible-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-large-only,table.show-for-large-up,table.hide-for-large,table.hide-for-large-down,table.hide-for-xlarge-only,table.show-for-xlarge-up,table.hide-for-xlarge,table.hide-for-xlarge-down,table.show-for-xxlarge-only,table.show-for-xxlarge-up,table.show-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-large-only,thead.show-for-large-up,thead.hide-for-large,thead.hide-for-large-down,thead.hide-for-xlarge-only,thead.show-for-xlarge-up,thead.hide-for-xlarge,thead.hide-for-xlarge-down,thead.show-for-xxlarge-only,thead.show-for-xxlarge-up,thead.show-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-large-only,tbody.show-for-large-up,tbody.hide-for-large,tbody.hide-for-large-down,tbody.hide-for-xlarge-only,tbody.show-for-xlarge-up,tbody.hide-for-xlarge,tbody.hide-for-xlarge-down,tbody.show-for-xxlarge-only,tbody.show-for-xxlarge-up,tbody.show-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-large-only,tr.show-for-large-up,tr.hide-for-large,tr.hide-for-large-down,tr.hide-for-xlarge-only,tr.show-for-xlarge-up,tr.hide-for-xlarge,tr.hide-for-xlarge-down,tr.show-for-xxlarge-only,tr.show-for-xxlarge-up,tr.show-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.show-for-large-up,td.show-for-large-up,th.hide-for-large,td.hide-for-large,th.hide-for-large-down,td.hide-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.show-for-xlarge-up,td.show-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.hide-for-xlarge-down,td.hide-for-xlarge-down,th.show-for-xxlarge-only,td.show-for-xxlarge-only,th.show-for-xxlarge-up,td.show-for-xxlarge-up,th.show-for-xxlarge,td.show-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}.show-for-landscape,.hide-for-portrait{display:inherit !important}.hide-for-landscape,.show-for-portrait{display:none !important}table.hide-for-landscape,table.show-for-portrait{display:table !important}thead.hide-for-landscape,thead.show-for-portrait{display:table-header-group !important}tbody.hide-for-landscape,tbody.show-for-portrait{display:table-row-group !important}tr.hide-for-landscape,tr.show-for-portrait{display:table-row !important}td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait{display:table-cell !important}@media only screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:inherit !important}.hide-for-landscape,.show-for-portrait{display:none !important}table.show-for-landscape,table.hide-for-portrait{display:table !important}thead.show-for-landscape,thead.hide-for-portrait{display:table-header-group !important}tbody.show-for-landscape,tbody.hide-for-portrait{display:table-row-group !important}tr.show-for-landscape,tr.hide-for-portrait{display:table-row !important}td.show-for-landscape,td.hide-for-portrait,th.show-for-landscape,th.hide-for-portrait{display:table-cell !important}}@media only screen and (orientation: portrait){.show-for-portrait,.hide-for-landscape{display:inherit !important}.hide-for-portrait,.show-for-landscape{display:none !important}table.show-for-portrait,table.hide-for-landscape{display:table !important}thead.show-for-portrait,thead.hide-for-landscape{display:table-header-group !important}tbody.show-for-portrait,tbody.hide-for-landscape{display:table-row-group !important}tr.show-for-portrait,tr.hide-for-landscape{display:table-row !important}td.show-for-portrait,td.hide-for-landscape,th.show-for-portrait,th.hide-for-landscape{display:table-cell !important}}.show-for-touch{display:none !important}.hide-for-touch{display:inherit !important}.touch .show-for-touch{display:inherit !important}.touch .hide-for-touch{display:none !important}table.hide-for-touch{display:table !important}.touch table.show-for-touch{display:table !important}thead.hide-for-touch{display:table-header-group !important}.touch thead.show-for-touch{display:table-header-group !important}tbody.hide-for-touch{display:table-row-group !important}.touch tbody.show-for-touch{display:table-row-group !important}tr.hide-for-touch{display:table-row !important}.touch tr.show-for-touch{display:table-row !important}td.hide-for-touch{display:table-cell !important}.touch td.show-for-touch{display:table-cell !important}th.hide-for-touch{display:table-cell !important}.touch th.show-for-touch{display:table-cell !important}.show-for-sr{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}.show-on-focus{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}.show-on-focus:focus,.show-on-focus:active{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.print-only{display:none !important}@media print{.show-for-print{display:block}.hide-for-print{display:none}table.show-for-print{display:table !important}thead.show-for-print{display:table-header-group !important}tbody.show-for-print{display:table-row-group !important}tr.show-for-print{display:table-row !important}td.show-for-print{display:table-cell !important}th.show-for-print{display:table-cell !important}a,a:visited{text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.hide-on-print{display:none !important}.print-only{display:block !important}.hide-for-print{display:none !important}.show-for-print{display:inherit !important}}@media print{.show-for-print{display:block}.hide-for-print{display:none}table.show-for-print{display:table !important}thead.show-for-print{display:table-header-group !important}tbody.show-for-print{display:table-row-group !important}tr.show-for-print{display:table-row !important}td.show-for-print{display:table-cell !important}th.show-for-print{display:table-cell !important}}@media not print{.show-for-print{display:none !important}}

/*!
 *  Font Awesome 4.7.0 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('https://www.zhik.com/skin/frontend/zhik/default/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.zhik.com/skin/frontend/zhik/default/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.zhik.com/skin/frontend/zhik/default/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.zhik.com/skin/frontend/zhik/default/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.zhik.com/skin/frontend/zhik/default/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.zhik.com/skin/frontend/zhik/default/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.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.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.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-remove:before,.fa-close:before,.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-photo:before,.fa-image:before,.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,.fa-bar-chart: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-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.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-navicon:before,.fa-reorder:before,.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-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc: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-mail-reply-all:before,.fa-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,.fa-gratipay: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"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

button.mfp-close:hover, button.mfp-close:focus, .mfp-close.button:hover, .mfp-close.button:focus {
  background-color: transparent!important;
}

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #000;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #000;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
  font-size: 45px; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    background-color: transparent!important;
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
  }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
  }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.lds-dual-ring {
    position: relative;
}
.lds-dual-ring > div {
    position: relative;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    background-color: #333;
    border-radius: 50%;
    padding: 15px;
}
.lds-dual-ring > div div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 15px solid #000;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: lds-dual-ring 1s linear infinite;
    animation: lds-dual-ring 1s linear infinite;
}
.lds-dual-ring {
    width: 52px !important;
    height: 52px !important;
    -webkit-transform: translate(-26px, -26px) scale(0.26) translate(26px, 26px);
    transform: translate(-26px, -26px) scale(0.26) translate(26px, 26px);
}

#ajax-loader {
    position: fixed;
    z-index: 200;
    left: 50%;
    top: 50vh;
    margin-left: -26px;
    margin-top: -26px;
}
html {
  font-size: 14px; }

body {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.35; }

.row {
  max-width: 1500px; }

.nobr {
  white-space: nowrap; }

form {
  margin: 0; }

p {
  font-size: 12px; }

.required em {
  color: #ee2e2e;
  font-style: normal; }

select {
  border: 1px solid #ebebeb;
  -moz-appearance: none;
  background-color: #fff;
  background-size: 30px;
  height: 2.5rem; }
  html.no-touch select:hover {
    border: 1px solid #aaa; }

:-moz-placeholder {
  color: #333; }

*::-moz-placeholder {
  color: #333; }

label {
  margin-bottom: 5px;
  color: #000;
  font-size: 12px; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  transition: 0.2s;
  color: #000;
  text-decoration: none; }

button, .button, .account-create .button,
.new-users .button,
.forgot-password-wrapper .button,
.reset-forgotten .button,
.contact-form .button, .account-login .button, .logout-success .button, .contact-form-container .button, .orders-table .items .row a, .cart .cancel,
.cart .btn-back, .cart-collaterals .checkout .btn-paypal-express {
  background-color: #000;
  color: #FFF;
  padding: 0.5em 1em;
  text-transform: uppercase !important;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 700 !important; }
  html.no-touch button:hover, html.no-touch .button:hover, html.no-touch .orders-table .items .row a:hover, .orders-table .items .row html.no-touch a:hover, html.no-touch .cart .cancel:hover, .cart html.no-touch .cancel:hover,
  html.no-touch .cart .btn-back:hover,
  .cart html.no-touch .btn-back:hover, html.no-touch .cart-collaterals .checkout .btn-paypal-express:hover, .cart-collaterals .checkout html.no-touch .btn-paypal-express:hover {
    background-color: #333;
    transition: background 500ms; }
  button:focus, .button:focus, .orders-table .items .row a:focus, .cart .cancel:focus,
  .cart .btn-back:focus, .cart-collaterals .checkout .btn-paypal-express:focus {
    background: #555; }

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.orders-table .items .row a.disabled:hover,
.cart .disabled.cancel:hover,
.cart .disabled.btn-back:hover,
.cart-collaterals .checkout .disabled.btn-paypal-express:hover,
.button.disabled:focus,
.orders-table .items .row a.disabled:focus,
.cart .disabled.cancel:focus,
.cart .disabled.btn-back:focus,
.cart-collaterals .checkout .disabled.btn-paypal-express:focus,
.button[disabled]:hover,
.orders-table .items .row a[disabled]:hover,
.cart [disabled].cancel:hover,
.cart [disabled].btn-back:hover,
.cart-collaterals .checkout [disabled].btn-paypal-express:hover,
.button[disabled]:focus,
.orders-table .items .row a[disabled]:focus,
.cart [disabled].cancel:focus,
.cart [disabled].btn-back:focus,
.cart-collaterals .checkout [disabled].btn-paypal-express:focus {
  background-color: #333; }

.button.emphasis, .orders-table .items .row a.emphasis, .cart .emphasis.cancel,
.cart .emphasis.btn-back, .cart-collaterals .checkout .btn-proceed-checkout, .cart-collaterals .checkout .emphasis.btn-paypal-express {
  background: #d8ff00;
  color: #000; }
  html.no-touch .button.emphasis:hover, html.no-touch .orders-table .items .row a.emphasis:hover, .orders-table .items .row html.no-touch a.emphasis:hover, html.no-touch .cart .emphasis.cancel:hover, .cart html.no-touch .emphasis.cancel:hover,
  html.no-touch .cart .emphasis.btn-back:hover,
  .cart html.no-touch .emphasis.btn-back:hover, html.no-touch .cart-collaterals .checkout .btn-proceed-checkout:hover, .cart-collaterals .checkout html.no-touch .btn-proceed-checkout:hover, html.no-touch .cart-collaterals .checkout .emphasis.btn-paypal-express:hover, .cart-collaterals .checkout html.no-touch .emphasis.btn-paypal-express:hover, html.no-touch .button.emphasis:focus, html.no-touch .orders-table .items .row a.emphasis:focus, .orders-table .items .row html.no-touch a.emphasis:focus, html.no-touch .cart .emphasis.cancel:focus, .cart html.no-touch .emphasis.cancel:focus,
  html.no-touch .cart .emphasis.btn-back:focus,
  .cart html.no-touch .emphasis.btn-back:focus, html.no-touch .cart-collaterals .checkout .btn-proceed-checkout:focus, .cart-collaterals .checkout html.no-touch .btn-proceed-checkout:focus, html.no-touch .cart-collaterals .checkout .emphasis.btn-paypal-express:focus, .cart-collaterals .checkout html.no-touch .emphasis.btn-paypal-express:focus {
    background-color: #000;
    color: #d8ff00;
    transition: all 400ms; }
    html.no-touch .button.emphasis:hover .fa, html.no-touch .orders-table .items .row a.emphasis:hover .fa, .orders-table .items .row html.no-touch a.emphasis:hover .fa, html.no-touch .cart .emphasis.cancel:hover .fa, .cart html.no-touch .emphasis.cancel:hover .fa,
    html.no-touch .cart .emphasis.btn-back:hover .fa,
    .cart html.no-touch .emphasis.btn-back:hover .fa, html.no-touch .cart-collaterals .checkout .btn-proceed-checkout:hover .fa, .cart-collaterals .checkout html.no-touch .btn-proceed-checkout:hover .fa, html.no-touch .cart-collaterals .checkout .emphasis.btn-paypal-express:hover .fa, .cart-collaterals .checkout html.no-touch .emphasis.btn-paypal-express:hover .fa, html.no-touch .button.emphasis:focus .fa, html.no-touch .orders-table .items .row a.emphasis:focus .fa, .orders-table .items .row html.no-touch a.emphasis:focus .fa, html.no-touch .cart .emphasis.cancel:focus .fa, .cart html.no-touch .emphasis.cancel:focus .fa,
    html.no-touch .cart .emphasis.btn-back:focus .fa,
    .cart html.no-touch .emphasis.btn-back:focus .fa, html.no-touch .cart-collaterals .checkout .btn-proceed-checkout:focus .fa, .cart-collaterals .checkout html.no-touch .btn-proceed-checkout:focus .fa, html.no-touch .cart-collaterals .checkout .emphasis.btn-paypal-express:focus .fa, .cart-collaterals .checkout html.no-touch .emphasis.btn-paypal-express:focus .fa {
      color: #d8ff00;
      transition: all 400ms; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  box-shadow: none;
  border-color: #ccc; }

input[type="radio"]:hover {
  background-color: #333; }

input.no-display {
  display: none; }

h2, h3, h4, h5, h6 {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 500;
  color: #000; }

h1 {
  font-family: "rift", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px; }

table {
  width: 100%; }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

label.required em {
  display: none; }
label.required:after {
  content: '*';
  color: #eb2323;
  margin-left: 5px; }

.name-firstname,
.name-lastname {
  width: 50%;
  float: left; }

.name-firstname {
  padding-right: 10px; }

.name-lastname {
  padding-left: 10px; }

.fields {
  overflow: hidden; }
  .fields .field {
    width: 50%;
    float: left; }
    .fields .field:first-child {
      padding-right: 10px; }
    .fields .field:last-child {
      padding-left: 10px; }

.column,
.columns {
  padding-left: 15px;
  padding-right: 15px; }

.main {
  padding: 0 0 30px 0; }

.page-title {
  margin-bottom: 10px; }
  .page-title h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

.a-left {
  text-align: left !important; }

.a-center {
  text-align: center !important; }

.a-right {
  text-align: right !important; }

.back-link {
  display: none; }

.title-buttons:before, .title-buttons:after {
  content: " ";
  display: table; }
.title-buttons:after {
  clear: both; }
.title-buttons h1 {
  float: left; }
.title-buttons .button, .title-buttons .orders-table .items .row a, .orders-table .items .row .title-buttons a, .title-buttons .cart .cancel, .cart .title-buttons .cancel,
.title-buttons .cart .btn-back,
.cart .title-buttons .btn-back, .title-buttons .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .title-buttons .btn-paypal-express {
  float: right;
  margin: 0; }

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  font-size: 12px;
  line-height: 13px;
  color: #f00; }

.validation-failed {
  border: 1px dashed #f00 !important;
  background-color: #faebe7 !important; }

p.required {
  font-size: 10px;
  text-align: right;
  color: #f00;
  display: none; }

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left; }

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative; }

/* Global Messages  */
.success {
  color: #3d6611;
  font-weight: bold; }

.error {
  color: #f00;
  font-weight: bold; }

.notice {
  color: #ccc; }

.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important; }

.messages {
  width: 100%;
  overflow: hidden;
  margin: 0 0 15px 0 !important; }

.messages li {
  margin: 0 0 10px; }

.messages li li {
  margin: 0; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  font-family: 'Roboto', Helvetica, sans-serif;
  border-style: solid !important;
  border-width: 1px !important;
  min-height: 24px !important;
  padding: 15px 15px 15px 15px !important;
  font-size: 12px !important;
  font-weight: bold !important; }

.error-msg {
  border-color: #eb2323;
  border-width: 2px 2px 2px 15px !important;
  background-color: #f7e5e5;
  color: #000; }

.success-msg {
  border-color: #8dc833;
  border-width: 2px 2px 2px 15px !important;
  background-color: #f0f9e6;
  color: #000; }

.note-msg,
.notice-msg {
  border-color: #fcd344;
  border-width: 2px 2px 2px 15px !important;
  background-color: #fafaec;
  color: #000;
  max-width: 980px;
  margin: 0 auto; }

/* Toggle overlay */
.toggle-overlay {
  display: none;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  width: 100%;
  z-index: 10; }

.item-options {
  font-size: 14px; }
  .item-options dt,
  .item-options dd {
    float: left;
    margin: 0; }
  .item-options dt {
    clear: left;
    margin-right: 5px; }
  .item-options:before, .item-options:after {
    content: " ";
    display: table; }
  .item-options:after {
    clear: both; }

.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: disc outside;
  padding-left: 1.5em; }

.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: 0 0 0 1.5em; }

.std address {
  font-style: normal; }

.std b,
.std strong {
  font-weight: bold; }

.std i,
.std em {
  font-style: italic; }

.data-table th {
  text-align: left; }

/*
@font-face {
    font-family: 'icomoon';
    src:url('https://www.zhik.com/skin/frontend/zhik/default/fonts/icomoon.eot?-kl8xsm');
    src:url('https://www.zhik.com/skin/frontend/zhik/default/fonts/icomoon.eot?#iefix-kl8xsm') format('embedded-opentype'),
        url('https://www.zhik.com/skin/frontend/zhik/default/fonts/icomoon.ttf?-kl8xsm') format('truetype'),
        url('https://www.zhik.com/skin/frontend/zhik/default/fonts/icomoon.woff?-kl8xsm') format('woff'),
        url('https://www.zhik.com/skin/frontend/zhik/default/fonts/icomoon.svg?-kl8xsm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
[class^="im-"], [class*=" im-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.im-glass:before {
  content: "\e600"; }

.im-user:before {
  content: "\e601"; }

.im-bag:before {
  content: "\e602"; }

body .slick-dots {
  position: static;
  bottom: 0; }
  body .slick-dots button {
    background: #555;
    border-radius: 50%; }
  body .slick-dots .slick-active button {
    background: #d8ff00; }
  body .slick-dots li button::before {
    content: '';
    display: none; }

/* Colorbox ================================================================================ */
/* Core styles, no need to alter */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  text-align: left; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box; }

#cboxLoadedContent * {
  box-sizing: border-box; }

/* Theme Style */
#cboxOverlay {
  background: #000; }

#cboxContent {
  margin-bottom: 32px;
  overflow: visible; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  background: #fff;
  color: #000;
  padding: 6px; }

#cboxLoadingGraphic {
  background: url(https://www.zhik.com/skin/frontend/zhik/default/images/loading.gif) no-repeat center center; }

#cboxLoadingOverlay {
  background: #fff; }

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000; }

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px; }

#cboxSlideshow,
#cboxPrevious,
#cboxNext {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -25px;
  background: url(https://www.zhik.com/skin/frontend/zhik/default/images/controls.png) no-repeat 0 0; }

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px; }

#cboxPrevious:hover {
  background-position: 0px -25px; }

#cboxNext {
  background-position: -25px 0px;
  right: 22px; }

#cboxNext:hover {
  background-position: -25px -25px; }

#cboxClose {
  color: #fff;
  position: absolute;
  bottom: -25px;
  right: 0;
  text-align: left;
  font-size: 10px;
  width: 60px;
  padding-left: 40px;
  height: 25px;
  line-height: 25px;
  background: url(https://www.zhik.com/skin/frontend/zhik/default/images/icon-close.png) no-repeat 16px 50% #000000;
  text-transform: uppercase; }

#cboxClose:hover {
  background-color: #333;
  color: #d8ff00;
  transition: all 400ms; }

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px; }

#tooltip {
  background: #222;
  position: absolute;
  text-align: left;
  z-index: 3000; }
  #tooltip:after {
    content: '';
    position: absolute;
    right: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 5px 0 0;
    border-color: #222 transparent transparent transparent; }
  #tooltip h3,
  #tooltip div {
    background: #222 none repeat scroll 0 0;
    color: #d8ff00;
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
    padding: 0 7px;
    text-transform: uppercase; }

.main .pager-container {
  margin-bottom: 15px;
  line-height: 32px; }
  .main .pager-container .row {
    margin: 0 -15px; }

.pager {
  overflow: hidden; }
  .pager .pages strong {
    display: none; }
  .pager .pages ol {
    text-align: center; }
  .pager .pages li {
    display: inline-block; }
    .pager .pages li a {
      padding: 0 5px;
      display: inline-block;
      text-decoration: underline; }
      html.no-touch .pager .pages li a:hover {
        color: #d8ff00; }
  .pager .amount {
    margin: 0;
    float: left; }
  .pager .limiter {
    float: right; }
    .pager .limiter label {
      line-height: 32px;
      margin: 0;
      float: left;
      margin-right: 10px;
      text-transform: capitalize; }
    .pager .limiter select {
      min-width: 70px;
      float: right;
      width: 60px;
      margin: 0; }

.slider {
  max-width: 980px;
  margin: 0 auto; }

.landing-category .slider {
  max-width: 100% !important; }

.category-container {
  margin: 0 auto; }
  .category-container .category-description {
    margin: 20px 15px; }
  .category-container .category-products, .category-container .category-description {
    max-width: 1010px;
    margin: 0 auto; }

.catalog-category-view .main-container .row {
  max-width: 100%; }

iframe[title="recapcha"] .rc_anchor {
  background-color: #fff;
  border-color: #ddd; }

.website-switcher {
  font-family: "rift", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  font-size: 13px;
  padding: 8px 0;
  text-transform: uppercase;
  float: right;
  margin-left: 15px; }
  .website-switcher .blockname {
    line-height: 20px;
    float: right;
    margin-right: 0;
    font-size: 13px;
    color: #aaa; }
  .website-switcher .label {
    color: #ddd;
    display: inline-block;
    cursor: pointer;
    text-align: left;
    line-height: 20px;
    padding: 0 5px;
    width: 95px;
    float: left; }
    .website-switcher .label .fa {
      line-height: 20px;
      font-size: 16px;
      margin: 0 0 0 5px;
      position: relative;
      top: -1px;
      float: right; }
  .website-switcher .dropdown {
    position: relative;
    float: right;
    margin-right: 5px;
    background: #222; }
    .website-switcher .dropdown ul {
      position: absolute;
      left: -9999px;
      top: 20px;
      background: #000;
      display: block;
      z-index: 100; }
    .website-switcher .dropdown .fa-globe {
      color: #fff;
      font-size: 18px;
      float: left;
      margin-right: 2px; }
    .website-switcher .dropdown a {
      display: block;
      padding: 0 5px;
      width: 95px;
      color: #fff;
      line-height: 20px;
      background: #474747;
      border-top: 1px solid #333; }
      html.no-touch .website-switcher .dropdown a:hover {
        background-color: #d8ff00;
        color: #000; }
      .website-switcher .dropdown a i {
        float: right; }
    html.no-touch .website-switcher .dropdown:hover {
      background: #333; }
      html.no-touch .website-switcher .dropdown:hover ul {
        left: 0; }
  .website-switcher .which {
    color: #fff;
    font-size: 8px;
    text-decoration: none;
    display: block;
    line-height: 20px;
    text-align: center;
    float: right;
    white-space: nowrap; }
    html.no-touch .website-switcher .which:hover {
      color: #009ee0; }

#region-notice {
  padding: 14px;
  text-align: center;
  max-width: 540px; }
  #region-notice .region-logo {
    margin: 15px 0 20px; }
  #region-notice .selected .fa {
    color: #d8ff00; }
  #region-notice ul {
    margin-bottom: 15px; }
  #region-notice li {
    display: inline-block;
    margin-right: 5px; }
  #region-notice a {
    background: #000;
    color: #fff;
    display: block;
    font-size: 11px;
    line-height: 20px;
    padding: 0 5px;
    text-decoration: none;
    text-transform: uppercase;
    width: 90px; }
    html.no-touch #region-notice a:hover {
      background: #d8ff00; }
      html.no-touch #region-notice a:hover .fa {
        color: #fff; }
  #region-notice p {
    margin-bottom: 5px; }
  #region-notice .question {
    color: #898989;
    margin: 5px 0; }

.header-container {
  position: relative;
  z-index: 25;
  background: #000; }
  .header-container .logo {
    margin: 0;
    display: block;
    padding: 10px 0;
    line-height: 70px;
    height: 90px; }
    .header-container .logo img {
      display: block; }

.top-bar {
  background: #000;
  border-bottom: 1px solid #191919; }
  .top-bar .toggle-search,
  .top-bar .toggle-user {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    width: 44px;
    float: right;
    border-left: 1px solid #333;
    text-align: center; }

.top-links {
  font-family: "rift", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  float: right; }
  .top-links li {
    display: inline-block; }
    .top-links li + li {
      margin-left: 5px; }
  .top-links a {
    color: #aaa;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 36px;
    display: inline-block;
    padding: 0 3px; }
    html.no-touch .top-links a:hover {
      text-decoration: underline; }
  .top-links .account-link {
    color: #fff; }

.main-nav-wrapper {
  position: static; }

.mobile-nav-container {
  display: block !important; }
  .mobile-nav-container .submenu-categories {
    width: 100%; }

.nav-container, .mobile-nav-container, .subcategory-nav {
  text-align: center; }
  .nav-container.active, .nav-container.open, .mobile-nav-container.active, .mobile-nav-container.open, .subcategory-nav.active, .subcategory-nav.open {
    display: block; }
  .nav-container li.level0, .mobile-nav-container li.level0, .subcategory-nav li.level0 {
    float: left; }
    .nav-container li.level0 > .submenu, .mobile-nav-container li.level0 > .submenu, .subcategory-nav li.level0 > .submenu {
      position: absolute;
      background: #fff;
      left: 0;
      top: 90px;
      width: 100%;
      display: none;
      z-index: 100;
      border-bottom: 1px solid #ccc; }
    .nav-container li.level0.open > .submenu, .mobile-nav-container li.level0.open > .submenu, .subcategory-nav li.level0.open > .submenu {
      display: block; }
    .nav-container li.level0.level-top a[href*="sale.html"] span, .mobile-nav-container li.level0.level-top a[href*="sale.html"] span, .subcategory-nav li.level0.level-top a[href*="sale.html"] span {
      color: #d8ff00;
      font-weight: bold; }
    .nav-container li.level0.level-top a[href*="springsale.html"] span, .mobile-nav-container li.level0.level-top a[href*="springsale.html"] span, .subcategory-nav li.level0.level-top a[href*="springsale.html"] span {
      color: #d8ff00;
      font-weight: bold; }
    .nav-container li.level0.level-top a[href*="clearance-sale-2018.html"] span, .mobile-nav-container li.level0.level-top a[href*="clearance-sale-2018.html"] span, .subcategory-nav li.level0.level-top a[href*="clearance-sale-2018.html"] span {
      color: #d8ff00;
      font-weight: bold; }
    .nav-container li.level0.level-top a[href*="black-friday-sale.html"] span, .mobile-nav-container li.level0.level-top a[href*="black-friday-sale.html"] span, .subcategory-nav li.level0.level-top a[href*="black-friday-sale.html"] span {
      color: #d8ff00;
      font-weight: bold; }
    .nav-container li.level0.level-top a[href*="black-friday-aus-sale.html"] span, .mobile-nav-container li.level0.level-top a[href*="black-friday-aus-sale.html"] span, .subcategory-nav li.level0.level-top a[href*="black-friday-aus-sale.html"] span {
      color: #d8ff00;
      font-weight: bold; }
    .nav-container li.level0.level-top a[href*="sale-items.html"] span, .mobile-nav-container li.level0.level-top a[href*="sale-items.html"] span, .subcategory-nav li.level0.level-top a[href*="sale-items.html"] span {
      color: #d8ff00;
      font-weight: bold; }
    .nav-container li.level0.level-top a[href*="sale-aus.html"] span, .mobile-nav-container li.level0.level-top a[href*="sale-aus.html"] span, .subcategory-nav li.level0.level-top a[href*="sale-aus.html"] span {
      color: #d8ff00;
      font-weight: bold; }
    .nav-container li.level0.level-top a[href*="sale-nzl.html"] span, .mobile-nav-container li.level0.level-top a[href*="sale-nzl.html"] span, .subcategory-nav li.level0.level-top a[href*="sale-nzl.html"] span {
      color: #d8ff00;
      font-weight: bold; }
    .nav-container li.level0.level-top a[href*="eos-sale-usa.html"] span, .mobile-nav-container li.level0.level-top a[href*="eos-sale-usa.html"] span, .subcategory-nav li.level0.level-top a[href*="eos-sale-usa.html"] span {
      color: #d8ff00;
      font-weight: bold; }
    .nav-container li.level0.level-top a[href*="eos-sale-eur.html"] span, .mobile-nav-container li.level0.level-top a[href*="eos-sale-eur.html"] span, .subcategory-nav li.level0.level-top a[href*="eos-sale-eur.html"] span {
      color: #d8ff00;
      font-weight: bold; }
    .nav-container li.level0.level-top a[href*="winakzonobel"] span, .mobile-nav-container li.level0.level-top a[href*="winakzonobel"] span, .subcategory-nav li.level0.level-top a[href*="winakzonobel"] span {
      color: #ff0000;
      font-weight: bold; }
    .nav-container li.level0.level-top a[href*="sale-nz.html"] span, .mobile-nav-container li.level0.level-top a[href*="sale-nz.html"] span, .subcategory-nav li.level0.level-top a[href*="sale-nz.html"] span {
      color: #ff0000;
      font-weight: bold; }
    .nav-container li.level0.level-top a[href*="coastal-classic-2018.html"] span, .mobile-nav-container li.level0.level-top a[href*="coastal-classic-2018.html"] span, .subcategory-nav li.level0.level-top a[href*="coastal-classic-2018.html"] span {
      color: #3FAABA;
      font-weight: bold; }
    .nav-container li.level0 .featured-items a[href*="featured/latest.html"] span, .mobile-nav-container li.level0 .featured-items a[href*="featured/latest.html"] span, .subcategory-nav li.level0 .featured-items a[href*="featured/latest.html"] span {
      font-size: 15px;
      border-top: 1px solid #ddd;
      padding-top: 10px;
      display: inline-block; }
    .nav-container li.level0 .featured-items a[href*="featured/sale.html"] span, .mobile-nav-container li.level0 .featured-items a[href*="featured/sale.html"] span, .subcategory-nav li.level0 .featured-items a[href*="featured/sale.html"] span {
      font-size: 15px; }
  .nav-container a.level-top, .mobile-nav-container a.level-top, .subcategory-nav a.level-top {
    font-family: "rift", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    font-weight: 500;
    letter-spacing: 2px;
    float: left;
    display: block;
    line-height: 90px;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 10px; }
    .nav-container a.level-top span, .mobile-nav-container a.level-top span, .subcategory-nav a.level-top span {
      display: block; }
  .nav-container ul.level0, .mobile-nav-container ul.level0, .subcategory-nav ul.level0 {
    margin: 0 auto;
    background: #fff;
    width: 100%;
    padding: 12px 15px 22px;
    max-width: 1010px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }
    .nav-container ul.level0 a, .mobile-nav-container ul.level0 a, .subcategory-nav ul.level0 a {
      color: #000; }
  .nav-container .submenu-container, .mobile-nav-container .submenu-container, .subcategory-nav .submenu-container {
    max-width: 1200px;
    width: 100%;
    text-align: left;
    margin: 0 auto; }
    .nav-container .submenu-container .vertical-divider, .mobile-nav-container .submenu-container .vertical-divider, .subcategory-nav .submenu-container .vertical-divider {
      border-right: 1px solid #B8B8B8;
      border-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #B8B8B8), color-stop(90%, #fff)) 0 100; }
  .nav-container .submenu-flexbox, .mobile-nav-container .submenu-flexbox, .subcategory-nav .submenu-flexbox {
    display: inline-flex;
    flex: 1;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: space-between;
    text-align: left;
    padding: 10px; }
  .nav-container .submenu-categories, .mobile-nav-container .submenu-categories, .subcategory-nav .submenu-categories {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: space-between;
    text-align: left;
    vertical-align: top;
    order: 2; }
  .nav-container .subcategory-column, .mobile-nav-container .subcategory-column, .subcategory-nav .subcategory-column {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 15px;
    margin-bottom: 8px; }
  .nav-container .category-group, .mobile-nav-container .category-group, .subcategory-nav .category-group {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-bottom: 12px; }
  .nav-container .featured-items, .mobile-nav-container .featured-items, .subcategory-nav .featured-items {
    min-width: 160px;
    display: inline-block;
    vertical-align: top;
    order: 1; }
    .nav-container .featured-items a, .mobile-nav-container .featured-items a, .subcategory-nav .featured-items a {
      color: #000;
      font-size: 14px;
      text-transform: uppercase;
      display: block;
      font-weight: bold;
      margin-bottom: 11px; }
  .nav-container .menu-content, .mobile-nav-container .menu-content, .subcategory-nav .menu-content {
    max-width: 200px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    order: 3; }
  .nav-container div.level1 a, .mobile-nav-container div.level1 a, .subcategory-nav div.level1 a {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    font-family: "rift", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 8px; }
  .nav-container div.level2 a, .mobile-nav-container div.level2 a, .subcategory-nav div.level2 a {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    display: block; }
  .nav-container div.menuitem a, .mobile-nav-container div.menuitem a, .subcategory-nav div.menuitem a {
    color: #858585;
    font-style: normal;
    font-size: 13px;
    text-transform: none;
    font-weight: 500; }

.subcategory-new {
  color: #000;
  font-size: 8px;
  font-weight: bold;
  border: solid 1px #000;
  padding: 1px;
  margin-left: 5px;
  vertical-align: middle; }

.customize-heading {
  font-family: "rift", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 16px;
  padding-top: 5px; }

.nav-container li.level0 {
  /*border-right: 1px solid #191919;*/ }
  .nav-container li.level0:hover .caret {
    display: block !important; }
  .nav-container li.level0.last {
    border-right: none !important; }
.nav-container .caret {
  position: relative;
  display: none;
  top: 80px;
  left: 50%;
  margin-left: -10px; }
.nav-container .caret:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; }
.nav-container .caret:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  border-bottom: 9px solid #ffffff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent; }

.nav-container ul.level0, .mobile-nav-container ul.level0 {
  margin: 0 auto;
  background: #fff;
  width: 100%;
  padding: 12px 15px 22px;
  max-width: 1010px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4; }
  .nav-container ul.level0 a, .mobile-nav-container ul.level0 a {
    color: #000; }
.nav-container li.level1 a, .mobile-nav-container li.level1 a {
  color: #666;
  font-style: italic;
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: uppercase;
  display: block;
  text-align: left; }
.nav-container li.level2 a, .mobile-nav-container li.level2 a {
  color: #666; }

.mobile-menu {
  border-top: 1px solid #333;
  background: #000;
  line-height: 50px;
  text-align: left; }
  .mobile-menu .toggle-menu {
    padding: 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    display: block; }
    .mobile-menu .toggle-menu .fa {
      margin-right: 5px; }
  .mobile-menu a {
    color: #fff; }

.header-cart-status {
  line-height: 90px;
  color: #fff; }
  .header-cart-status a {
    color: #fff; }

.cart-status {
  float: right;
  text-decoration: none;
  cursor: pointer; }
  .cart-status .fa {
    font-size: 24px;
    margin-left: 3px;
    position: relative;
    top: -1px;
    float: right;
    line-height: 90px; }
  .cart-status .status {
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    float: left; }

.top-bar .cart-status {
  line-height: 40px;
  padding: 0 0 0 10px;
  border-left: 1px solid #333; }
  .top-bar .cart-status .fa {
    color: #fff; }
  .top-bar .cart-status .status {
    color: #fff; }

.large-status {
  position: relative;
  padding-right: 80px;
  margin-right: 10px; }
  .large-status form {
    padding-top: 25px; }
  .large-status .header-cart-status {
    position: absolute;
    right: 0;
    top: 0; }

/*
.megamenu-container {
    background: #fff;
    display: none;
}
*/
.megamenu {
  padding: 30px 0 20px; }
  .megamenu .level-1 {
    width: 20%;
    float: left; }
    .megamenu .level-1 > a {
      color: #d8ff00;
      font-size: 18px;
      text-decoration: none;
      text-transform: uppercase;
      display: block;
      padding: 0 0 5px 0; }
  .megamenu .level-2 {
    margin: 10px 0 15px; }
    .megamenu .level-2 li {
      margin-bottom: 3px; }
    .megamenu .level-2 a {
      color: #000;
      text-decoration: none;
      font-size: 15px;
      padding-right: 10px;
      position: relative; }
  html.no-touch .megamenu .level-2 a:hover {
    color: #848484; }
  html.no-touch .megamenu .level-2 a:hover:after {
    position: absolute;
    right: 1px;
    bottom: 3px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: transparent transparent #d8ff00 transparent; }

/* Search */
.large-search {
  position: relative;
  padding-right: 40px; }
  .large-search .input-text {
    height: 40px;
    border: 0;
    background: #222;
    color: #fff; }
    .large-search .input-text:focus {
      background: #333; }
  .large-search .button, .large-search .orders-table .items .row a, .orders-table .items .row .large-search a, .large-search .cart .cancel, .cart .large-search .cancel,
  .large-search .cart .btn-back,
  .cart .large-search .btn-back, .large-search .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .large-search .btn-paypal-express {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    padding: 0;
    background: #222; }
    html.no-touch .large-search .button:hover, html.no-touch .large-search .orders-table .items .row a:hover, .orders-table .items .row html.no-touch .large-search a:hover, html.no-touch .large-search .cart .cancel:hover, .cart html.no-touch .large-search .cancel:hover,
    html.no-touch .large-search .cart .btn-back:hover,
    .cart html.no-touch .large-search .btn-back:hover, html.no-touch .large-search .cart-collaterals .checkout .btn-paypal-express:hover, .cart-collaterals .checkout html.no-touch .large-search .btn-paypal-express:hover {
      background: #444; }

.form-search label {
  display: block;
  font-size: 12px;
  color: #a1a1a1;
  margin-bottom: 8px; }
.form-search .input-text {
  float: left;
  width: 250px;
  margin: 0;
  border: 1px solid #5d5e61;
  height: 40px;
  line-height: 20px;
  padding: 10px;
  background: #444547;
  color: #909194; }
.form-search .button, .form-search .orders-table .items .row a, .orders-table .items .row .form-search a, .form-search .cart .cancel, .cart .form-search .cancel,
.form-search .cart .btn-back,
.cart .form-search .btn-back, .form-search .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .form-search .btn-paypal-express {
  float: left;
  background-color: #1a1a1a;
  padding: 0 30px;
  margin: 0 0 0 8px; }
  html.no-touch .form-search .button:hover, html.no-touch .form-search .orders-table .items .row a:hover, .orders-table .items .row html.no-touch .form-search a:hover, html.no-touch .form-search .cart .cancel:hover, .cart html.no-touch .form-search .cancel:hover,
  html.no-touch .form-search .cart .btn-back:hover,
  .cart html.no-touch .form-search .btn-back:hover, html.no-touch .form-search .cart-collaterals .checkout .btn-paypal-express:hover, .cart-collaterals .checkout html.no-touch .form-search .btn-paypal-express:hover {
    background-color: #d8ff00; }
  .form-search .button span, .form-search .orders-table .items .row a span, .orders-table .items .row .form-search a span, .form-search .cart .cancel span, .cart .form-search .cancel span,
  .form-search .cart .btn-back span,
  .cart .form-search .btn-back span, .form-search .cart-collaterals .checkout .btn-paypal-express span, .cart-collaterals .checkout .form-search .btn-paypal-express span {
    background: transparent;
    line-height: 40px;
    height: 40px;
    padding: 0;
    font-size: 14px;
    color: #ffffff; }

.promobar-container {
  padding: 12px 0;
  border-bottom: 1px solid #ccc; }
  .promobar-container p {
    margin: 0;
    font-size: 12px; }
  .promobar-container .cols3 .col {
    width: 33%;
    padding: 0 15px;
    float: left;
    position: relative; }
  .promobar-container .cols3 .col + .col:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    border-left: 1px solid #555; }
  .promobar-container .cols3 img {
    margin: 5px 15px 0 0; }
  .promobar-container .cols3 .line1 {
    font-weight: bold; }
  .promobar-container .cols3 .line2 {
    color: #777; }
  .promobar-container .block {
    margin: 0; }

.header-cart-container.active .header-cart {
  display: block; }

.header-cart {
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 26; }
  .header-cart .dropdown-title {
    color: #000;
    font-size: 14px;
    margin: 0; }
  .header-cart .item {
    color: #000;
    padding: 10px 0; }
    .header-cart .item img {
      max-width: 100px; }
    .header-cart .item + .item {
      border-top: 1px solid #eee; }
  .header-cart .product-name {
    margin: 5px 0 0 0; }
    .header-cart .product-name a {
      color: #000;
      text-transform: uppercase;
      font-weight: 600; }
  .header-cart .item-options {
    color: #777;
    font-size: 12px; }
  .header-cart .item-actions {
    text-align: right; }
  .header-cart .remove-item {
    color: #222;
    font-size: 16px; }
  .header-cart .button, .header-cart .orders-table .items .row a, .orders-table .items .row .header-cart a, .header-cart .cart .cancel, .cart .header-cart .cancel,
  .header-cart .cart .btn-back,
  .cart .header-cart .btn-back, .header-cart .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .header-cart .btn-paypal-express {
    font-size: 12px;
    line-height: 20px;
    float: right;
    padding: 7px 20px;
    margin: 0; }
  .header-cart .btn-gocheckout {
    margin-left: 5px;
    color: #000; }
  .header-cart .empty {
    color: #000; }

.mobile-search {
  background: #fff;
  padding: 0 0 0 50px;
  position: absolute;
  top: 41px;
  margin-bottom: 5px;
  display: none;
  width: 100%;
  z-index: 100; }
  .mobile-search.active {
    display: block; }
  .mobile-search label {
    position: absolute;
    left: 0;
    top: 0; }
  .mobile-search .fa {
    font-size: 20px;
    color: #000;
    text-align: center;
    width: 50px;
    line-height: 46px; }
  .mobile-search .input-text {
    background: #fff;
    border-color: transparent;
    width: 100%;
    line-height: 26px;
    height: 46px; }
    .mobile-search .input-text:focus, .mobile-search .input-text:active {
      border-color: transparent; }
  .mobile-search .button, .mobile-search .orders-table .items .row a, .orders-table .items .row .mobile-search a, .mobile-search .cart .cancel, .cart .mobile-search .cancel,
  .mobile-search .cart .btn-back,
  .cart .mobile-search .btn-back, .mobile-search .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .mobile-search .btn-paypal-express {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    line-height: 46px;
    height: 46px;
    width: 80px;
    font-weight: 100;
    background: #777; }
    .mobile-search .button span, .mobile-search .orders-table .items .row a span, .orders-table .items .row .mobile-search a span, .mobile-search .cart .cancel span, .cart .mobile-search .cancel span,
    .mobile-search .cart .btn-back span,
    .cart .mobile-search .btn-back span, .mobile-search .cart-collaterals .checkout .btn-paypal-express span, .cart-collaterals .checkout .mobile-search .btn-paypal-express span {
      font-size: 12px; }

.footer-container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 40px 0 0;
  color: #000;
  background: #fff; }
  .footer-container .footer-copyright {
    text-align: center; }

.footer-social {
  text-align: center; }
  .footer-social span {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    font-size: 16px;
    margin-right: 20px; }
  .footer-social .social {
    display: inline-block;
    padding: 5px 0; }
    .footer-social .social li {
      display: inline-block;
      padding: 0 8px; }
    .footer-social .social a {
      color: #000; }
      html.no-touch .footer-social .social a:hover {
        color: #4B4B4B; }
    .footer-social .social .fa {
      font-size: 20px;
      line-height: 24px; }

.footer-links p {
  font-family: "rift", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin: 9px 0 10px; }
.footer-links li {
  display: block; }
.footer-links a {
  color: #000;
  display: block;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  padding: 0 4px 0 0; }
  html.no-touch .footer-links a:hover {
    text-decoration: underline; }
.footer-links .account a:after,
.footer-links .dealer a:after {
  display: none; }
.footer-links .dealer {
  background: #ace; }
  .footer-links .dealer a {
    background: #000;
    padding: 0 6px; }
  .footer-links .dealer .fa {
    color: #d8ff00;
    font-size: 12px;
    padding: 0 3px 0 0; }

/* Login Popup */
#dealer-login {
  padding: 20px;
  min-height: 235px;
  width: 420px;
  text-align: left; }

.dealer-login-form {
  padding: 15px 0;
  box-sizing: border-box; }
  .dealer-login-form .title {
    color: #d8ff00;
    margin-bottom: 20px;
    padding: 0 15px; }
  .dealer-login-form .field {
    margin-bottom: 5px;
    overflow: auto; }
  .dealer-login-form label {
    color: #9f9f9f;
    line-height: 32px;
    margin: 0 0 5px; }
  .dealer-login-form input {
    border: 1px solid #9e9e9e;
    margin: 0 0 5px; }
  .dealer-login-form .actions {
    margin-top: 25px;
    padding: 0 15px; }
  .dealer-login-form .button, .dealer-login-form .orders-table .items .row a, .orders-table .items .row .dealer-login-form a, .dealer-login-form .cart .cancel, .cart .dealer-login-form .cancel,
  .dealer-login-form .cart .btn-back,
  .cart .dealer-login-form .btn-back, .dealer-login-form .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .dealer-login-form .btn-paypal-express {
    background: #b1c14d;
    font-weight: 100;
    padding: 5px 15px;
    font-size: 12px; }
    .dealer-login-form .button .fa, .dealer-login-form .orders-table .items .row a .fa, .orders-table .items .row .dealer-login-form a .fa, .dealer-login-form .cart .cancel .fa, .cart .dealer-login-form .cancel .fa,
    .dealer-login-form .cart .btn-back .fa,
    .cart .dealer-login-form .btn-back .fa, .dealer-login-form .cart-collaterals .checkout .btn-paypal-express .fa, .cart-collaterals .checkout .dealer-login-form .btn-paypal-express .fa {
      font-size: 14px;
      margin-right: 5px; }
  .dealer-login-form .forgot {
    text-transform: lowercase;
    float: right;
    color: #000;
    text-decoration: underline; }
  .dealer-login-form .forgot:hover {
    text-decoration: underline;
    color: #009cdd; }
  .dealer-login-form .loading {
    display: none;
    float: left;
    background: url("https://www.zhik.com/skin/frontend/zhik/default/images/loading.gif") no-repeat scroll center center #FFFFFF;
    width: 16px;
    height: 16px; }

.cms-page-view .main,
.careers-index-index .main {
  margin-bottom: 15px; }
.cms-page-view #sidenav,
.careers-index-index #sidenav {
  padding: 20px 5px; }
  .cms-page-view #sidenav a,
  .careers-index-index #sidenav a {
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    color: #666; }
    html.no-touch .cms-page-view #sidenav a:hover,
    html.no-touch .careers-index-index #sidenav a:hover {
      color: #aaa; }
      html.no-touch .cms-page-view #sidenav a:hover:after,
      html.no-touch .careers-index-index #sidenav a:hover:after {
        position: absolute;
        right: -6px;
        bottom: 3px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 6px 6px;
        border-color: transparent transparent #000 transparent; }
  .cms-page-view #sidenav .current a,
  .careers-index-index #sidenav .current a {
    color: #000; }
    .cms-page-view #sidenav .current a:after,
    .careers-index-index #sidenav .current a:after {
      position: absolute;
      right: -6px;
      bottom: 3px;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 6px 6px;
      border-color: transparent transparent #000 transparent; }
.cms-page-view .page-title,
.careers-index-index .page-title {
  padding: 30px 0 10px;
  margin: 0 0 10px; }
  .cms-page-view .page-title h1,
  .careers-index-index .page-title h1 {
    color: #000;
    font-size: 22px;
    line-height: 1.1; }
.cms-page-view .std,
.careers-index-index .std {
  padding: 0; }
  .cms-page-view .std h3,
  .careers-index-index .std h3 {
    color: #000;
    margin-bottom: 0;
    font-weight: 700; }
.cms-page-view .seperator,
.careers-index-index .seperator {
  border-top: 1px solid #000;
  margin-top: 20px;
  box-shadow: 0 0 3px 0px #888;
  height: 0; }

.contact-page h1 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  margin-top: 30px;
  text-transform: uppercase; }
  .contact-page h1 span {
    color: #9e9e9e; }
.contact-page strong {
  color: #9f9f9f;
  font-weight: normal; }
.contact-page p {
  margin: 0;
  padding: 0; }
.contact-page ul {
  list-style: outside none none;
  margin-top: 0; }
.contact-page li {
  position: relative;
  padding: 0 0 0 2px;
  margin: 0; }
  .contact-page li:after {
    position: absolute;
    content: '';
    left: -9px;
    top: 50%;
    margin: -3px 0 0 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000; }
.contact-page a {
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  color: #000;
  text-decoration: underline;
  position: relative; }
  .contact-page a:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    right: -10px;
    top: 0; }
  html.no-touch .contact-page a:hover {
    text-decoration: underline; }
.contact-page .zhik-icon {
  background: rgba(0, 0, 0, 0) url("https://www.zhik.com/skin/frontend/zhik/default/images/icon-zhik-glow.png") no-repeat scroll 0 0;
  position: absolute;
  left: 0;
  top: 10px;
  height: 95px;
  width: 80px; }
.contact-page .col300 {
  float: left;
  margin-left: 20px;
  width: 190px; }
.contact-page .first {
  margin-left: 0;
  width: 160px; }
.contact-page .last {
  margin-left: 40px;
  width: 160px; }
.contact-page .contact-detail {
  clear: both;
  display: block;
  margin-bottom: 45px;
  margin-top: 10px;
  position: relative;
  padding-left: 80px; }

.contact-form {
  padding: 20px; }
  .contact-form h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 25px 0;
    text-transform: uppercase; }
  .contact-form h2.details {
    margin: 0 0 10px;
    padding: 0; }
  .contact-form .buttons-set p.required {
    margin-bottom: 20px;
    margin-top: -20px;
    text-align: left; }

#careers-list .job {
  border-top: 1px solid #000;
  padding: 15px 0; }
  #careers-list .job h3 {
    font-size: 12px;
    font-weight: normal;
    margin-top: 0; }
#careers-list .date {
  color: #9f9f9f; }
#careers-list .std {
  padding: 0 0 15px; }
#careers-list .available-jobs {
  font-weight: bold;
  padding: 10px 0 30px;
  text-transform: uppercase; }
  #careers-list .available-jobs h4 {
    margin: 0 0 10px;
    color: #fff; }
  #careers-list .available-jobs li {
    line-height: 1.1; }
  #careers-list .available-jobs a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none; }
    html.no-touch #careers-list .available-jobs a:hover {
      text-decoration: underline; }
#careers-list .details {
  margin-bottom: 20px; }
#careers-list .details strong {
  color: #9f9f9f;
  font-weight: normal; }
#careers-list .apply {
  font-size: 10px;
  line-height: 20px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase; }

.careers-apply {
  height: 380px;
  padding: 20px 40px;
  text-align: left; }
  .careers-apply * {
    box-sizing: border-box; }

.careers-apply h3 {
  font-size: 12px;
  font-weight: normal; }

.careers-apply .date {
  color: #777;
  margin-bottom: 15px; }

.careers-apply label {
  color: #777;
  display: block;
  float: left;
  line-height: 30px;
  width: 30%; }

.careers-apply input, .careers-apply textarea {
  border: 1px solid #9f9f9f;
  display: block;
  line-height: 28px;
  padding: 0 5px; }

.careers-apply input {
  float: left;
  height: 28px;
  width: 70%; }

.careers-apply .field {
  margin-bottom: 5px; }
  .careers-apply .field:first-child {
    padding-left: 0; }

.careers-apply textarea {
  height: 140px;
  resize: none; }

.careers-apply .coverletter label {
  float: none; }

.careers-apply .note {
  clear: both;
  color: #777;
  font-size: 11px;
  margin-left: 90px; }

.careers-apply .note span {
  font-size: 10px; }

.careers-apply .buttons-set p.required {
  color: #777;
  float: right;
  line-height: 21px;
  margin-right: 10px;
  display: block; }

.careers-apply .buttons-set {
  padding: 5px 0 0; }

#map {
  margin-bottom: 15px; }

.store_locator_container #store_locator_form {
  padding: 15px 0; }
  .store_locator_container #store_locator_form select {
    width: 100%;
    margin-bottom: 0; }
  .store_locator_container #store_locator_form button {
    font-size: 12px;
    font-weight: 500; }
.store_locator_container h2 {
  margin: 0 0 15px;
  font-size: 20px;
  text-transform: uppercase; }
.store_locator_container .address {
  padding-left: 100px; }
.store_locator_container .find {
  color: #333; }

.cmspro-navigate {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 5px; }
  .cmspro-navigate .input-box {
    padding-right: 75px;
    position: relative; }
  .cmspro-navigate input {
    margin: 0; }
  .cmspro-navigate .button, .cmspro-navigate .orders-table .items .row a, .orders-table .items .row .cmspro-navigate a, .cmspro-navigate .cart .cancel, .cart .cmspro-navigate .cancel,
  .cmspro-navigate .cart .btn-back,
  .cart .cmspro-navigate .btn-back, .cmspro-navigate .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .cmspro-navigate .btn-paypal-express {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 70px;
    padding: 8px 0;
    line-height: 17px;
    font-weight: 500;
    font-size: 11px; }
  .cmspro-navigate > .row {
    margin: 0 -15px !important; }

.cmspro-navigate-years {
  text-align: right;
  line-height: 32px; }
  .cmspro-navigate-years .title {
    display: inline-block;
    color: #a0a0a0;
    font-size: 10px;
    margin: 0 40px 0 0; }
  .cmspro-navigate-years a {
    margin-left: 5px;
    padding: 0 5px;
    display: inline-block;
    border: 1px solid #fff; }
    html.no-touch .cmspro-navigate-years a:hover {
      border: 1px solid #888; }
    .cmspro-navigate-years a.active {
      font-weight: 700;
      border: 1px solid #000; }

.cmspro_list_item,
.col-main > .postWrapper {
  border-bottom: 1px solid #888;
  margin-bottom: 5px;
  padding: 15px 0 24px 0;
  position: relative;
  color: #333; }
  .cmspro_list_item h1, .cmspro_list_item h3,
  .col-main > .postWrapper h1,
  .col-main > .postWrapper h3 {
    font-family: "rift", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    margin: 15px 0 0; }
    html.no-touch .cmspro_list_item h1 a:hover, html.no-touch .cmspro_list_item h3 a:hover,
    html.no-touch .col-main > .postWrapper h1 a:hover,
    html.no-touch .col-main > .postWrapper h3 a:hover {
      color: #4B4B4B; }
  .cmspro_list_item .posted-date,
  .cmspro_list_item .cmspro_postTitle_published,
  .col-main > .postWrapper .posted-date,
  .col-main > .postWrapper .cmspro_postTitle_published {
    color: #888;
    margin-bottom: 15px;
    font-size: 11px; }
  .cmspro_list_item .read-more,
  .cmspro_list_item .return-more,
  .col-main > .postWrapper .read-more,
  .col-main > .postWrapper .return-more {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 10px;
    transition: none;
    color: #fff; }
    .cmspro_list_item .read-more:after,
    .cmspro_list_item .return-more:after,
    .col-main > .postWrapper .read-more:after,
    .col-main > .postWrapper .return-more:after {
      position: absolute;
      content: '';
      left: -8px;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 24px 8px;
      border-color: transparent transparent #000 transparent; }
    html.no-touch .cmspro_list_item .read-more:hover,
    html.no-touch .cmspro_list_item .return-more:hover,
    html.no-touch .col-main > .postWrapper .read-more:hover,
    html.no-touch
    .col-main > .postWrapper .return-more:hover {
      color: #d8ff00; }
      html.no-touch .cmspro_list_item .read-more:hover:after,
      html.no-touch .cmspro_list_item .return-more:hover:after,
      html.no-touch .col-main > .postWrapper .read-more:hover:after,
      html.no-touch
      .col-main > .postWrapper .return-more:hover:after {
        border-color: transparent transparent #000 transparent; }

.cmspro-search-result .page-title {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  margin: -5px 0 5px;
  padding: 15px; }
  .cmspro-search-result .page-title h1 {
    margin: 0;
    font-size: 22px; }

.postWrapper {
  padding: 20px; }

.cmspro_news_images {
  text-align: center; }

.cmspro_related_carousel .item {
  float: left;
  position: relative; }
  .cmspro_related_carousel .item a {
    padding: 0 2px;
    display: block; }
  html.no-touch .cmspro_related_carousel .item:hover .overlay {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -moz-radial-gradient(center, circle cover, rgba(0, 0, 0, 0) 0%, rgba(25, 25, 25, 0.26) 37%, #232323 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(37%, rgba(25, 25, 25, 0.26)), color-stop(100%, #232323));
    background: -webkit-radial-gradient(center, circle cover, rgba(0, 0, 0, 0) 0%, rgba(25, 25, 25, 0.26) 37%, #232323 100%);
    background: -o-radial-gradient(center, circle cover, rgba(0, 0, 0, 0) 0%, rgba(25, 25, 25, 0.26) 37%, #232323 100%);
    background: -ms-radial-gradient(center, circle cover, rgba(0, 0, 0, 0) 0%, rgba(25, 25, 25, 0.26) 37%, #232323 100%);
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 0%, rgba(25, 25, 25, 0.26) 37%, #232323 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#232323',GradientType=1 ); }
html.no-touch .cmspro_related_carousel:hover .slider-next,
html.no-touch .cmspro_related_carousel:hover .slider-prev {
  visibility: visible;
  background: rgba(0, 0, 0, 0.3);
  color: #ccc; }
.cmspro_related_carousel .slider-next,
.cmspro_related_carousel .slider-prev {
  font-size: 40px;
  width: 30px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  position: absolute;
  visibility: hidden;
  top: 0;
  color: #000; }
  html.no-touch .cmspro_related_carousel .slider-next:hover,
  html.no-touch .cmspro_related_carousel .slider-prev:hover {
    color: #000; }
.cmspro_related_carousel .slider-prev {
  left: 0; }
.cmspro_related_carousel .slider-next {
  right: 0; }
.cmspro_related_carousel .slider-next i,
.cmspro_related_carousel .slider-prev i {
  line-height: 50px;
  height: 50px;
  font-style: normal !important;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  text-align: center;
  width: 100%;
  left: 0; }

.banner-page .page-title {
  display: none; }
.banner-page .cms-narrow {
  max-width: 980px;
  margin: 0 auto; }

.team-header {
  background-color: #000;
  padding-top: 15px; }
  .team-header #team-search::-moz-placeholder {
    color: #fff !important; }
  .team-header .row {
    padding: 0 2px; }
  .team-header ul li {
    display: inline-block;
    padding: 2px 8px; }
    .team-header ul li a {
      color: #fff;
      text-transform: uppercase; }
    .team-header ul li:hover a, .team-header ul li.active a {
      color: #d8ff00; }
  .team-header .cms-menu-container {
    min-height: 40px;
    margin-bottom: 10px;
    display: flex;
    align-items: center; }

.col1-wide-layout .col-main {
  max-width: 2700px;
  margin: 0 auto; }

.team-layout .postWrapper {
  padding: 15px 0; }
.team-layout h1 {
  margin-bottom: 20px; }
.team-layout .teaminfo .row {
  margin: 0 -15px; }
.team-layout .teaminfo .attributes {
  padding-top: 15px; }
.team-layout .teaminfo .attribute {
  margin-bottom: 10px; }
  .team-layout .teaminfo .attribute .value {
    color: #777; }
  .team-layout .teaminfo .attribute p {
    margin: 0; }
.team-layout .teaminfo .country {
  color: #777;
  text-align: center;
  float: left; }
  .team-layout .teaminfo .country img {
    display: block; }
.team-layout .teaminfo .teamflag {
  float: left;
  margin: 10px 0 0 10px;
  background: #000; }

.cms-boot700-rebate .main-container {
  background: #000; }
  .cms-boot700-rebate .main-container .std {
    color: #fff !important; }
    .cms-boot700-rebate .main-container .std p {
      color: #fff; }
.cms-boot700-rebate .pccf.zhik .panel-title {
  color: #fff !important; }
.cms-boot700-rebate .pccf.zhik .panel {
  background: #fff !important;
  border: none !important; }
  .cms-boot700-rebate .pccf.zhik .panel p {
    color: #000 !important; }

.block-subscribe {
  margin-top: 30px; }
  .block-subscribe label {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
  .block-subscribe .input-box {
    position: relative;
    padding-right: 80px;
    max-width: 380px; }
  .block-subscribe input {
    border: 1px solid #e5e5e5; }
  .block-subscribe button {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    font-size: 12px;
    line-height: 32px;
    padding: 0; }

.home-content {
  padding: 20px 0;
  margin-bottom: 2px;
  color: #000; }
  .home-content h1 {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    text-transform: uppercase;
    position: relative; }
    .home-content h1:after {
      content: "\f107";
      position: absolute;
      right: 15px;
      top: 0;
      line-height: 50px;
      font-size: 20px;
      font-family: FontAwesome;
      display: none; }
    .home-content h1.active:after {
      content: "\f106"; }
  .home-content .page-title {
    margin: 0; }
  .home-content .std,
  .home-content p {
    font-size: 14px;
    margin: 0;
    line-height: 20px; }
  .home-content a {
    color: #000;
    text-decoration: underline; }

.cms-index-index {
  background: #fff; }
  .cms-index-index .main-container {
    position: relative; }
  .cms-index-index .main {
    max-width: 100%;
    padding: 0; }
    .cms-index-index .main .col-main {
      float: none;
      padding: 0; }
  .cms-index-index .home-social {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .cms-index-index .home-social .row {
      max-width: 1400px; }
    .cms-index-index .home-social ul {
      float: right;
      background: #222;
      background: rgba(30, 30, 30, 0.8);
      padding: 12px 15px; }
    .cms-index-index .home-social li {
      display: inline-block;
      padding: 0 8px; }
    .cms-index-index .home-social a {
      color: #fff; }
      html.no-touch .cms-index-index .home-social a:hover {
        color: #d8ff00; }
    .cms-index-index .home-social .fa {
      font-size: 20px;
      line-height: 24px; }
  .cms-index-index .static-promo-boxes {
    margin-top: 1px; }
    .cms-index-index .static-promo-boxes p {
      margin: 0; }
    .cms-index-index .static-promo-boxes .column + .column {
      padding-left: 1px; }
  .cms-index-index .rvs-slider {
    margin: 0; }
  .cms-index-index .rvs-static,
  .cms-index-index .rvs-boxes {
    max-width: 980px; }

.slick-prev, .slick-next {
  background: none; }
  .slick-prev:after, .slick-next:after {
    font-family: 'FontAwesome';
    color: #fff;
    left: 0;
    top: 0;
    position: absolute;
    line-height: 65px;
    font-size: 35px;
    width: 36px;
    text-align: center;
    text-shadow: 0 0 1px #000; }
  .slick-prev:focus, .slick-next:focus {
    background: none !important; }

.slick-prev:after {
  content: "\f053"; }

.slick-next:after {
  content: "\f054"; }

.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0;
  text-align: center; }
  .category-image img {
    display: block; }

.category-description {
  padding: 20px 0; }
  .category-description .std {
    color: #000;
    padding: 10px 0 0; }

.category-title h1 {
  border-bottom: 1px solid #ccc;
  color: #000;
  padding: 0 0 5px;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase; }
.category-title.image-title {
  padding: 0; }
  .category-title.image-title h1 {
    margin: 0;
    padding: 0;
    display: block; }

.products-grid .item {
  padding: 0 8px; }
  .products-grid .item:last-child {
    float: left; }
  html.no-touch .products-grid .item:hover .overlay {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #CCCCCC; }
  html.no-touch .products-grid .item:hover .product-name a {
    color: #000; }
  html.no-touch .products-grid .item:hover .item-action {
    color: #000; }
  html.no-touch .products-grid .item:hover .product-price {
    border-color: #000;
    background: #000;
    color: #fff; }
  html.no-touch .products-grid .item:hover .price {
    display: none; }
  html.no-touch .products-grid .item:hover .view {
    display: inline; }
.products-grid .item-main {
  background: #ffffff;
  position: relative;
  padding-bottom: 11px; }
.products-grid .product-image {
  display: block;
  position: relative;
  z-index: 3;
  text-align: center; }
  .products-grid .product-image img {
    background: url(/skin/frontend/zhik/default/images/loading.gif) center no-repeat #fff;
    max-width: 100%;
    display: inline-block; }
.products-grid .product-name {
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  font-size: 11px;
  line-height: 15px;
  height: 50px;
  margin-top: 0;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase; }
  .products-grid .product-name a {
    text-decoration: none;
    color: #000;
    text-align: center;
    position: relative;
    z-index: 10; }
.products-grid .swatches {
  padding: 6px 0;
  height: 29px;
  overflow: hidden; }
.products-grid .swatch {
  margin-right: 1px;
  width: 17px;
  height: 17px;
  display: inline-block; }
  .products-grid .swatch .image {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    float: left; }
    .products-grid .swatch .image.notclickable {
      cursor: default;
      background-position: 0 0 !important; }
.products-grid .item-action {
  color: #919191;
  font-style: italic;
  text-align: center;
  min-height: 22px; }
.products-grid .actions {
  position: absolute;
  bottom: 12px; }
.products-grid .availability {
  line-height: 21px; }
.products-grid .price-box {
  margin: 5px 0; }
.products-grid .product-price {
  display: inline-block;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #656565;
  position: relative;
  z-index: 10; }
  .products-grid .product-price .price {
    border: 1px solid #e9e9e9;
    padding: 3px 5px; }
  .products-grid .product-price .view {
    display: none;
    padding: 0 15px; }
.products-grid .flag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 9px;
  text-align: center;
  color: #fff;
  z-index: 10;
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none; }
  .products-grid .flag:after {
    content: '';
    position: absolute;
    right: -8px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 8px 0 0;
    border-color: #009ee0 transparent transparent transparent; }
  .products-grid .flag.new, .products-grid .flag.comingsoon {
    background-color: #009ee0; }
    .products-grid .flag.new:after, .products-grid .flag.comingsoon:after {
      border-color: #009ee0 transparent transparent transparent; }
  .products-grid .flag.clearance {
    background-color: #e3004f; }
    .products-grid .flag.clearance:after {
      border-color: #e3004f transparent transparent transparent; }
  .products-grid .flag.limited {
    background-color: #b1c14d; }
    .products-grid .flag.limited:after {
      border-color: #b1c14d transparent transparent transparent; }

.subcategory-nav:not(.subcategory-sidebar) .sub-category-title {
  text-align: center;
  border-bottom: 1px solid #d3d3d3;
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
  margin: 20px 0 0; }

.subcategory-nav > ul {
  margin: 0 auto;
  background: #fff;
  width: 100%;
  padding: 12px 15px 22px;
  max-width: 1010px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  text-align: left; }
  .subcategory-nav > ul a {
    color: #000; }
  .subcategory-nav > ul li a {
    color: #777;
    font-style: italic;
    font-size: 13px;
    line-height: 25px;
    text-transform: uppercase;
    display: block; }

.block-layered-nav {
  /*border: 1px solid #ddd;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 180px; }
  .block-layered-nav .block-title {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 5px;
    line-height: 50px;
    cursor: pointer; }
    .block-layered-nav .block-title .fa-sliders {
      float: left;
      line-height: 50px;
      margin-right: 10px;
      position: relative;
      top: -1px; }
    .block-layered-nav .block-title .toggle-icon {
      float: right;
      font-size: 20px;
      line-height: 50px; }
  .block-layered-nav .block-subtitle {
    margin-left: 4px;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize; }
  .block-layered-nav .narrow-by-list {
    margin: 0;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  .block-layered-nav .currently li {
    background: #fff;
    padding: 6px 6px 6px 20px;
    position: relative;
    z-index: 1;
    line-height: 1.5; }
    .block-layered-nav .currently li .multiselect-child {
      white-space: nowrap;
      display: inline-block; }
  .block-layered-nav .currently .label {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-left: -15px; }
    .block-layered-nav .currently .label i {
      color: #000;
      padding-right: 4px; }
  .block-layered-nav .currently .value {
    display: inline-block;
    vertical-align: top; }
  .block-layered-nav .currently .btn-previous {
    position: absolute;
    right: 4px;
    top: 9px;
    margin: 0; }
  .block-layered-nav .currently .btn-remove {
    position: absolute;
    right: 4px;
    top: 9px;
    margin: 0; }
  .block-layered-nav .actions {
    font-size: 11px;
    padding: 4px 5px 4px 9px;
    text-align: right; }
    .block-layered-nav .actions a {
      float: none; }
  .block-layered-nav dt {
    padding: 4px !important;
    padding-top: 10px !important;
    padding-bottom: 2px !important;
    font-size: 13px;
    font-weight: bold; }
    .block-layered-nav dt i {
      float: right;
      margin-right: 4px; }
    .block-layered-nav dt.amshopby-collapsed i:before {
      content: '\f0d7' !important; }
  .block-layered-nav dd {
    margin: 0;
    padding-left: 8px;
    padding-top: 4px;
    border-bottom: solid 1px #ddd; }
    .block-layered-nav dd ol {
      padding-bottom: 8px; }
  .block-layered-nav.amshopby-collapse-enabled dl dt {
    background: none !important; }
    .block-layered-nav.amshopby-collapse-enabled dl dt .amshopby-collapsed {
      background: none !important; }

.related-category-title {
  text-align: center;
  font-size: 28px;
  border-bottom: 1px solid #d3d3d3;
  line-height: 40px;
  padding: 20px 0;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 0 40px; }

.sub-category-title {
  font-size: 18px; }

.category-products + .related-category-title {
  border-top: 1px solid #d3d3d3; }

.col-left.sidebar {
  top: 0;
  padding-left: 10px; }
  .col-left.sidebar .sidebar-handle {
    display: none; }
.col-left .block-layered-nav {
  margin-left: 0; }

.subcategory-sidebar {
  padding-left: 5px;
  text-align: left; }
  .subcategory-sidebar .sub-category-title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0; }
  .subcategory-sidebar .subcategory-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-width: 135px; }

.catalog-category-view.landing-category .main {
  padding: 0 0 20px 0; }
.catalog-category-view.landing-category .category-description,
.catalog-category-view.landing-category .category-products {
  margin-left: auto;
  margin-right: auto; }
.catalog-category-view.landing-category .category-description .std {
  padding: 15px 0 0; }
.catalog-category-view.landing-category .main-container .note-msg {
  display: none; }
.catalog-category-view.landing-category .rvs-slider {
  margin: 0; }
.catalog-category-view.landing-category .rvs-slider-small .slick-prev,
.catalog-category-view.landing-category .rvs-slider-small .slick-next,
.catalog-category-view.landing-category .rvs-slider .slick-prev,
.catalog-category-view.landing-category .rvs-slider .slick-next {
  background: none; }
  .catalog-category-view.landing-category .rvs-slider-small .slick-prev:after,
  .catalog-category-view.landing-category .rvs-slider-small .slick-next:after,
  .catalog-category-view.landing-category .rvs-slider .slick-prev:after,
  .catalog-category-view.landing-category .rvs-slider .slick-next:after {
    font-family: 'FontAwesome';
    color: #969ba3;
    left: 0;
    top: 0;
    position: absolute;
    line-height: 65px;
    font-size: 75px;
    width: 36px;
    text-align: center;
    text-shadow: 0 0 1px #000; }
.catalog-category-view.landing-category .slick-prev:after {
  content: "\f104"; }
.catalog-category-view.landing-category .slick-next:after {
  content: "\f105"; }

.product-view {
  margin-top: 20px; }
  .product-view .product-image {
    position: relative;
    background: #fff;
    text-align: center; }
    .product-view .product-image .zoom-notice {
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      z-index: 1;
      font-size: 12px;
      font-weight: bold;
      line-height: 24px;
      text-transform: uppercase;
      margin-top: 20px; }
      .product-view .product-image .zoom-notice img {
        margin-right: 5px;
        width: 20px; }
    .product-view .product-image .moreimages-notice {
      color: #000;
      position: absolute;
      left: 10px;
      bottom: 10px;
      padding: 0 9px;
      text-align: center;
      line-height: 24px;
      text-transform: uppercase; }
      .product-view .product-image .moreimages-notice .fa {
        margin-right: 5px; }
  .product-view .more-views {
    margin: 4px 0;
    overflow: hidden;
    position: relative;
    max-width: 100%; }
    .product-view .more-views .item {
      float: left;
      position: relative; }
      .product-view .more-views .item a {
        padding: 0 2px;
        display: block; }
      html.no-touch .product-view .more-views .item:hover .overlay {
        position: absolute;
        z-index: 4;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border: 1px solid #ccc; }
    html.no-touch .product-view .more-views:hover .slider-next,
    html.no-touch .product-view .more-views:hover .slider-prev {
      visibility: visible;
      background: rgba(0, 0, 0, 0.3);
      color: #ccc; }
    .product-view .more-views .slider-next,
    .product-view .more-views .slider-prev {
      font-size: 40px;
      width: 30px;
      height: 100%;
      text-align: center;
      line-height: 100%;
      cursor: pointer;
      position: absolute;
      visibility: hidden;
      top: 0;
      color: #000; }
      html.no-touch .product-view .more-views .slider-next:hover,
      html.no-touch .product-view .more-views .slider-prev:hover {
        color: #000; }
    .product-view .more-views .slider-prev {
      left: 0; }
    .product-view .more-views .slider-next {
      right: 0; }
    .product-view .more-views .slider-next i,
    .product-view .more-views .slider-prev i {
      line-height: 50px;
      height: 50px;
      font-style: normal !important;
      position: absolute;
      top: 50%;
      margin-top: -25px;
      text-align: center;
      width: 100%;
      left: 0; }
  .product-view .product-shop {
    padding-right: 15px; }
  .product-view .product-name {
    color: #000;
    font-size: 20px;
    margin: 20px 0 15px;
    text-transform: uppercase; }
    .product-view .product-name h1 {
      color: #000;
      font-size: 22px;
      font-weight: 700;
      margin: 0; }
  .product-view .product-header-mobile .product-name {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase; }
  .product-view .product-header-mobile .price-box {
    background: transparent;
    text-align: center;
    float: none;
    line-height: 30px;
    max-width: 200px;
    margin: 0 auto 10px auto; }
    .product-view .product-header-mobile .price-box .regular-price,
    .product-view .product-header-mobile .price-box .currency_code {
      display: inline-block;
      float: none; }
    .product-view .product-header-mobile .price-box .currency_code {
      line-height: 28px; }
  .product-view .std {
    margin-bottom: 15px; }
  .product-view .features {
    margin-bottom: 15px; }
    .product-view .features .title {
      color: #9f9f9f;
      font-size: 12px;
      margin: 0 0 5px; }
    .product-view .features li {
      margin-bottom: 2px;
      padding-left: 12px;
      position: relative; }
      .product-view .features li:after {
        background: #000 none repeat scroll 0 0;
        border-radius: 50%;
        content: "";
        display: block;
        height: 6px;
        left: 0;
        margin-top: -3px;
        position: absolute;
        top: 50%;
        width: 6px; }
  .product-view .grouped-items-table td {
    border: none !important;
    padding: 0 !important; }
  .product-view .grouped-items-table .grouped-options-cell {
    padding-top: 10px !important; }
  .product-view .product-options dl {
    margin: 0; }
  .product-view .product-options dd {
    margin: 4px 0 0 0; }
  .product-view .product-options label {
    color: #000;
    font-size: 12px; }
    .product-view .product-options label.required:after {
      display: none; }
    .product-view .product-options label .note {
      color: #999;
      font-size: 11px;
      margin-left: 5px; }
  .product-view .product-options em {
    display: none; }
  .product-view .product-options select {
    display: none; }
  .product-view .swatch {
    display: inline-block;
    font-size: 11px;
    margin-right: 4px;
    margin-bottom: 4px;
    color: #000;
    cursor: pointer; }
    .product-view .swatch.disabled {
      display: none; }
    .product-view .swatch.outofstock {
      opacity: 0.6;
      cursor: default; }
      .product-view .swatch.outofstock .image {
        background-position: 0 -81px !important; }
      .product-view .swatch.outofstock .text {
        background: #ccc !important; }
    .product-view .swatch.selected .image {
      background-position: 0 -54px; }
    .product-view .swatch.selected .text {
      background: #000;
      color: #fff;
      border-color: #000; }
    html.no-touch .product-view .swatch.selected:hover .text {
      background: #333; }
    html.no-touch .product-view .swatch:hover .image {
      background-position: 0 -27px; }
    html.no-touch .product-view .swatch:hover .text {
      background: #aaa; }
    .product-view .swatch .image {
      background-position: 0 0;
      background-repeat: no-repeat;
      display: inline-block;
      height: 27px;
      width: 27px; }
    .product-view .swatch .text {
      background: #fff none repeat scroll 0 0;
      display: inline-block;
      padding: 6px 12px;
      border: 1px solid #ccc; }
  .product-view .sizechart {
    margin-top: 4px; }
  .product-view .sizechart .lightbox,
  .product-view .shippinginfo .lightbox {
    background: #ddd;
    color: #000;
    display: inline-block;
    font-size: 10px;
    height: 13px;
    line-height: 13px;
    padding: 0 4px 0 4px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    transition: none; }
    .product-view .sizechart .lightbox:after,
    .product-view .shippinginfo .lightbox:after {
      content: '';
      position: absolute;
      right: -5px;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 13px 5px 0 0;
      border-color: #ddd transparent transparent transparent; }
    html.no-touch .product-view .sizechart .lightbox:hover,
    html.no-touch .product-view .shippinginfo .lightbox:hover {
      background: #aaa; }
      html.no-touch .product-view .sizechart .lightbox:hover:after,
      html.no-touch .product-view .shippinginfo .lightbox:hover:after {
        border-color: #aaa transparent transparent transparent; }
  .product-view .product-lightboxes {
    margin: 15px 0; }
  .product-view .techinfo,
  .product-view .videolightbox {
    float: left;
    margin-right: 10px; }
    .product-view .techinfo .lightbox,
    .product-view .videolightbox .lightbox {
      color: #888;
      display: block;
      height: 40px;
      text-decoration: none;
      text-transform: uppercase;
      white-space: nowrap;
      position: relative; }
      .product-view .techinfo .lightbox:after,
      .product-view .videolightbox .lightbox:after {
        content: '';
        position: absolute;
        left: 17px;
        top: 50%; }
    .product-view .techinfo .fa,
    .product-view .videolightbox .fa {
      font-size: 30px;
      float: left;
      color: #000;
      margin-right: 5px;
      line-height: 40px; }
    .product-view .techinfo span,
    .product-view .videolightbox span {
      display: block;
      line-height: 11px; }
    .product-view .techinfo .text,
    .product-view .videolightbox .text {
      float: left; }
    .product-view .techinfo .first,
    .product-view .videolightbox .first {
      padding-top: 10px; }
    .product-view .techinfo .last,
    .product-view .videolightbox .last {
      color: #000; }
    html.no-touch .product-view .techinfo:hover .fa,
    html.no-touch .product-view .videolightbox:hover .fa {
      color: #333; }
  .product-view .videolightbox .lightbox:after {
    left: 12px; }
  .product-view #techinfo,
  .product-view #videolightbox {
    color: #000;
    padding: 0; }
  .product-view .product-options-bottom {
    margin-top: 28px; }
  .product-view .price-box {
    background: #fff;
    color: #000;
    float: left;
    line-height: 36px;
    padding: 0 9px;
    margin-right: 4px;
    position: relative;
    z-index: 5;
    border: 1px solid #000; }
    .product-view .price-box p {
      display: block;
      line-height: 36px; }
    .product-view .price-box .regular-price, .product-view .price-box .special-price {
      float: left;
      margin: 0; }
    .product-view .price-box .old-price {
      display: none;
      margin-right: 5px; }
    .product-view .price-box .price-label {
      display: none; }
    .product-view .price-box .currency_code {
      float: left;
      font-size: 10px;
      line-height: 34px;
      margin: 2px 0 0 5px;
      vertical-align: bottom; }
    .product-view .price-box .price {
      display: block;
      font-size: 16px;
      font-weight: normal; }
  .product-view .add-to-cart {
    float: left; }
    .product-view .add-to-cart label,
    .product-view .add-to-cart .qty {
      display: none; }
    .product-view .add-to-cart .button, .product-view .add-to-cart .orders-table .items .row a, .orders-table .items .row .product-view .add-to-cart a, .product-view .add-to-cart .cart .cancel, .cart .product-view .add-to-cart .cancel,
    .product-view .add-to-cart .cart .btn-back,
    .cart .product-view .add-to-cart .btn-back, .product-view .add-to-cart .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .product-view .add-to-cart .btn-paypal-express {
      font-weight: bold;
      line-height: 38px;
      padding: 0 10px;
      margin: 0 !important;
      font-size: 12px; }
  .product-view .toggle-description,
  .product-view .toggle-shipping {
    border-top: 1px solid #444;
    background: #1d1f20;
    color: #fff;
    line-height: 50px;
    display: block;
    margin: 0 -15px;
    padding: 0 15px;
    font-size: 13px;
    text-transform: uppercase; }
    .product-view .toggle-description .fa,
    .product-view .toggle-shipping .fa {
      float: right;
      line-height: 50px;
      font-size: 20px; }
  .product-view .description-wrapper {
    padding: 15px 0;
    display: none; }
  .product-view .product-right {
    float: right;
    margin-top: -70px; }
  .product-view .mobile-product-info {
    margin-top: 30px; }
  .product-view .product-features {
    margin-bottom: 20px; }
    .product-view .product-features .title {
      color: #737373;
      font-size: 14px;
      margin: 0 0 5px; }
    .product-view .product-features ul {
      margin-left: 20px; }
      .product-view .product-features ul li {
        margin-bottom: 8px; }
      .product-view .product-features ul h3 {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 20px;
        margin: 2px 0; }
  .product-view .short-description {
    font-size: 13px; }

.shippinginfo {
  margin-top: 2px; }

#shippinginfo {
  max-width: 500px; }

.products_related_carousel_wrapper {
  overflow: hidden;
  border-top: 1px solid #ccc;
  margin-bottom: 10px; }
  .products_related_carousel_wrapper h3 {
    font-size: 14px; }

.products_related_carousel .item {
  float: left;
  position: relative; }
  .products_related_carousel .item a {
    display: block;
    margin: 0 2px; }
  html.no-touch .products_related_carousel .item:hover .overlay {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #ccc; }
html.no-touch .products_related_carousel:hover .slider-next,
html.no-touch .products_related_carousel:hover .slider-prev {
  visibility: visible;
  background: rgba(0, 0, 0, 0.3);
  color: #ccc; }
.products_related_carousel .slider-next,
.products_related_carousel .slider-prev {
  font-size: 50px;
  width: 50px;
  height: 100%;
  text-align: center;
  line-height: 100%;
  cursor: pointer;
  position: absolute;
  visibility: hidden;
  top: 0;
  color: #000; }
  html.no-touch .products_related_carousel .slider-next:hover,
  html.no-touch .products_related_carousel .slider-prev:hover {
    color: #000; }
.products_related_carousel .slider-prev {
  left: 0; }
.products_related_carousel .slider-next {
  right: 0; }
.products_related_carousel .slider-next i,
.products_related_carousel .slider-prev i {
  line-height: 50px;
  height: 50px;
  font-style: normal !important;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  text-align: center;
  width: 100%;
  left: 0; }

.gift-product h2 {
  color: #000;
  font-size: 16px;
  text-transform: uppercase; }
.gift-product .amount input {
  max-width: 140px;
  margin: 0 5px;
  display: inline-block; }
.gift-product .giftcard-options,
.gift-product #recipient_message_container {
  max-width: 400px; }
.gift-product #recipient_message_container br {
  display: none; }

.account-create .button, .account-create .orders-table .items .row a, .orders-table .items .row .account-create a, .account-create .cart .cancel, .cart .account-create .cancel,
.account-create .cart .btn-back,
.cart .account-create .btn-back, .account-create .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .account-create .btn-paypal-express,
.new-users .button,
.new-users .orders-table .items .row a,
.orders-table .items .row .new-users a,
.new-users .cart .cancel,
.cart .new-users .cancel,
.new-users .cart .btn-back,
.cart .new-users .btn-back,
.new-users .cart-collaterals .checkout .btn-paypal-express,
.cart-collaterals .checkout .new-users .btn-paypal-express,
.forgot-password-wrapper .button,
.forgot-password-wrapper .orders-table .items .row a,
.orders-table .items .row .forgot-password-wrapper a,
.forgot-password-wrapper .cart .cancel,
.cart .forgot-password-wrapper .cancel,
.forgot-password-wrapper .cart .btn-back,
.cart .forgot-password-wrapper .btn-back,
.forgot-password-wrapper .cart-collaterals .checkout .btn-paypal-express,
.cart-collaterals .checkout .forgot-password-wrapper .btn-paypal-express,
.reset-forgotten .button,
.reset-forgotten .orders-table .items .row a,
.orders-table .items .row .reset-forgotten a,
.reset-forgotten .cart .cancel,
.cart .reset-forgotten .cancel,
.reset-forgotten .cart .btn-back,
.cart .reset-forgotten .btn-back,
.reset-forgotten .cart-collaterals .checkout .btn-paypal-express,
.cart-collaterals .checkout .reset-forgotten .btn-paypal-express,
.contact-form .button,
.contact-form .orders-table .items .row a,
.orders-table .items .row .contact-form a,
.contact-form .cart .cancel,
.cart .contact-form .cancel,
.contact-form .cart .btn-back,
.cart .contact-form .btn-back,
.contact-form .cart-collaterals .checkout .btn-paypal-express,
.cart-collaterals .checkout .contact-form .btn-paypal-express {
  font-weight: normal;
  line-height: 36px;
  padding: 0 20px;
  font-size: 12px; }

.account-login .page-title,
.account-create .page-title,
.forgot-password-wrapper .page-title,
.reset-forgotten .page-title,
.logout-success .page-title,
.contact-form-container .page-title {
  text-transform: uppercase;
  padding: 15px 20px;
  margin: 0; }
  .account-login .page-title h1, .account-login .page-title h2,
  .account-create .page-title h1,
  .account-create .page-title h2,
  .forgot-password-wrapper .page-title h1,
  .forgot-password-wrapper .page-title h2,
  .reset-forgotten .page-title h1,
  .reset-forgotten .page-title h2,
  .logout-success .page-title h1,
  .logout-success .page-title h2,
  .contact-form-container .page-title h1,
  .contact-form-container .page-title h2 {
    display: inline-block;
    margin: 0;
    color: #111;
    line-height: 1;
    font-size: 24px;
    font-family: "rift", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px; }
  .account-login .page-title span,
  .account-create .page-title span,
  .forgot-password-wrapper .page-title span,
  .reset-forgotten .page-title span,
  .logout-success .page-title span,
  .contact-form-container .page-title span {
    color: #555;
    display: block;
    font-size: 14px;
    font-family: "rift", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px; }
  .account-login .page-title .fa,
  .account-create .page-title .fa,
  .forgot-password-wrapper .page-title .fa,
  .reset-forgotten .page-title .fa,
  .logout-success .page-title .fa,
  .contact-form-container .page-title .fa {
    color: #555;
    line-height: 40px;
    font-size: 36px;
    margin-left: 15px;
    position: relative;
    top: -3px; }
.account-login .title,
.account-create .title,
.forgot-password-wrapper .title,
.reset-forgotten .title,
.logout-success .title,
.contact-form-container .title {
  text-transform: uppercase;
  color: #555;
  margin-bottom: 5px; }
.account-login h5,
.account-create h5,
.forgot-password-wrapper h5,
.reset-forgotten h5,
.logout-success h5,
.contact-form-container h5 {
  color: #000;
  font-size: 12px;
  margin: 0; }
.account-login p,
.account-create p,
.forgot-password-wrapper p,
.reset-forgotten p,
.logout-success p,
.contact-form-container p {
  font-size: 12px;
  margin: 0 0 15px; }

.account-login, .account-create, .forgot-password-wrapper, .logout-success, .contact-form-container {
  margin-top: 20px; }
  .account-login .inner, .account-create .inner, .forgot-password-wrapper .inner, .logout-success .inner, .contact-form-container .inner {
    min-height: 365px;
    background: #DDD; }
  .account-login .page-title, .account-create .page-title, .forgot-password-wrapper .page-title, .logout-success .page-title, .contact-form-container .page-title {
    padding: 15px 20px;
    background-color: #111; }
    .account-login .page-title h2, .account-login .page-title .fa, .account-create .page-title h2, .account-create .page-title .fa, .forgot-password-wrapper .page-title h2, .forgot-password-wrapper .page-title .fa, .logout-success .page-title h2, .logout-success .page-title .fa, .contact-form-container .page-title h2, .contact-form-container .page-title .fa {
      color: #d8ff00; }
      .account-login .page-title h2 span, .account-login .page-title .fa span, .account-create .page-title h2 span, .account-create .page-title .fa span, .forgot-password-wrapper .page-title h2 span, .forgot-password-wrapper .page-title .fa span, .logout-success .page-title h2 span, .logout-success .page-title .fa span, .contact-form-container .page-title h2 span, .contact-form-container .page-title .fa span {
        color: white; }
    .account-login .page-title h1, .account-create .page-title h1, .forgot-password-wrapper .page-title h1, .logout-success .page-title h1, .contact-form-container .page-title h1 {
      font-size: 22px;
      color: #d8ff00;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0; }
      .account-login .page-title h1 span, .account-create .page-title h1 span, .forgot-password-wrapper .page-title h1 span, .logout-success .page-title h1 span, .contact-form-container .page-title h1 span {
        color: white; }
  .account-login .new-users, .account-create .new-users, .forgot-password-wrapper .new-users, .logout-success .new-users, .contact-form-container .new-users {
    padding-left: 0;
    padding-right: 5px; }
    .account-login .new-users .button, .account-login .new-users .orders-table .items .row a, .orders-table .items .row .account-login .new-users a, .account-login .new-users .cart .cancel, .cart .account-login .new-users .cancel,
    .account-login .new-users .cart .btn-back,
    .cart .account-login .new-users .btn-back, .account-login .new-users .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .account-login .new-users .btn-paypal-express, .account-create .orders-table .items .row .new-users a, .account-create .cart .new-users .cancel,
    .account-create .cart .new-users .btn-back, .account-create .cart-collaterals .checkout .new-users .btn-paypal-express,
    .account-create .new-users .button, .account-create .new-users .orders-table .items .row a, .orders-table .items .row .account-create .new-users a, .account-create .new-users .cart .cancel, .cart .account-create .new-users .cancel,
    .account-create .new-users .cart .btn-back,
    .cart .account-create .new-users .btn-back, .account-create .new-users .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .account-create .new-users .btn-paypal-express,
    .forgot-password-wrapper .new-users .button,
    .forgot-password-wrapper .orders-table .items .row .new-users a,
    .forgot-password-wrapper .cart .new-users .cancel,
    .forgot-password-wrapper .cart .new-users .btn-back,
    .forgot-password-wrapper .cart-collaterals .checkout .new-users .btn-paypal-express, .forgot-password-wrapper .new-users .orders-table .items .row a, .orders-table .items .row .forgot-password-wrapper .new-users a, .forgot-password-wrapper .new-users .cart .cancel, .cart .forgot-password-wrapper .new-users .cancel,
    .forgot-password-wrapper .new-users .cart .btn-back,
    .cart .forgot-password-wrapper .new-users .btn-back, .forgot-password-wrapper .new-users .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .forgot-password-wrapper .new-users .btn-paypal-express, .logout-success .new-users .button, .logout-success .new-users .orders-table .items .row a, .orders-table .items .row .logout-success .new-users a, .logout-success .new-users .cart .cancel, .cart .logout-success .new-users .cancel,
    .logout-success .new-users .cart .btn-back,
    .cart .logout-success .new-users .btn-back, .logout-success .new-users .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .logout-success .new-users .btn-paypal-express, .contact-form-container .new-users .button, .contact-form-container .new-users .orders-table .items .row a, .orders-table .items .row .contact-form-container .new-users a, .contact-form-container .new-users .cart .cancel, .cart .contact-form-container .new-users .cancel,
    .contact-form-container .new-users .cart .btn-back,
    .cart .contact-form-container .new-users .btn-back, .contact-form-container .new-users .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .contact-form-container .new-users .btn-paypal-express {
      margin: 0 20px; }
  .account-login .registered-users, .account-create .registered-users, .forgot-password-wrapper .registered-users, .logout-success .registered-users, .contact-form-container .registered-users {
    padding-left: 5px;
    padding-right: 0; }
    .account-login .registered-users .button, .account-login .registered-users .orders-table .items .row a, .orders-table .items .row .account-login .registered-users a, .account-login .registered-users .cart .cancel, .cart .account-login .registered-users .cancel,
    .account-login .registered-users .cart .btn-back,
    .cart .account-login .registered-users .btn-back, .account-login .registered-users .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .account-login .registered-users .btn-paypal-express, .account-create .registered-users .button, .account-create .orders-table .items .row .registered-users a, .account-create .cart .registered-users .cancel,
    .account-create .cart .registered-users .btn-back, .account-create .cart-collaterals .checkout .registered-users .btn-paypal-express, .account-create .registered-users .orders-table .items .row a, .orders-table .items .row .account-create .registered-users a, .account-create .registered-users .cart .cancel, .cart .account-create .registered-users .cancel,
    .account-create .registered-users .cart .btn-back,
    .cart .account-create .registered-users .btn-back, .account-create .registered-users .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .account-create .registered-users .btn-paypal-express,
    .forgot-password-wrapper .registered-users .button,
    .forgot-password-wrapper .orders-table .items .row .registered-users a,
    .forgot-password-wrapper .cart .registered-users .cancel,
    .forgot-password-wrapper .cart .registered-users .btn-back,
    .forgot-password-wrapper .cart-collaterals .checkout .registered-users .btn-paypal-express, .forgot-password-wrapper .registered-users .orders-table .items .row a, .orders-table .items .row .forgot-password-wrapper .registered-users a, .forgot-password-wrapper .registered-users .cart .cancel, .cart .forgot-password-wrapper .registered-users .cancel,
    .forgot-password-wrapper .registered-users .cart .btn-back,
    .cart .forgot-password-wrapper .registered-users .btn-back, .forgot-password-wrapper .registered-users .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .forgot-password-wrapper .registered-users .btn-paypal-express, .logout-success .registered-users .button, .logout-success .registered-users .orders-table .items .row a, .orders-table .items .row .logout-success .registered-users a, .logout-success .registered-users .cart .cancel, .cart .logout-success .registered-users .cancel,
    .logout-success .registered-users .cart .btn-back,
    .cart .logout-success .registered-users .btn-back, .logout-success .registered-users .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .logout-success .registered-users .btn-paypal-express, .contact-form-container .registered-users .button, .contact-form-container .registered-users .orders-table .items .row a, .orders-table .items .row .contact-form-container .registered-users a, .contact-form-container .registered-users .cart .cancel, .cart .contact-form-container .registered-users .cancel,
    .contact-form-container .registered-users .cart .btn-back,
    .cart .contact-form-container .registered-users .btn-back, .contact-form-container .registered-users .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .contact-form-container .registered-users .btn-paypal-express {
      font-weight: normal;
      line-height: 30px;
      padding: 0 20px;
      font-size: 12px; }
  .account-login .content, .account-create .content, .forgot-password-wrapper .content, .logout-success .content, .contact-form-container .content {
    padding: 10px 20px; }
  .account-login .login-button-wrap, .account-create .login-button-wrap, .forgot-password-wrapper .login-button-wrap, .logout-success .login-button-wrap, .contact-form-container .login-button-wrap {
    text-align: right; }
  .account-login .forgot, .account-create .forgot, .forgot-password-wrapper .forgot, .logout-success .forgot, .contact-form-container .forgot {
    color: #333;
    text-decoration: underline;
    margin-left: 15px;
    line-height: 30px;
    text-transform: lowercase; }
    html.no-touch .account-login .forgot:hover, html.no-touch .account-create .forgot:hover, html.no-touch .forgot-password-wrapper .forgot:hover, html.no-touch .logout-success .forgot:hover, html.no-touch .contact-form-container .forgot:hover {
      color: #4B4B4B; }

.account-create,
.forgot-password-wrapper,
.reset-forgotten,
.logout-success,
.contact-form-container {
  background: #DDD;
  margin-top: 20px; }
  .account-create .content,
  .forgot-password-wrapper .content,
  .reset-forgotten .content,
  .logout-success .content,
  .contact-form-container .content {
    padding: 15px 20px;
    max-width: 600px; }

.block-account {
  padding: 5px; }
  .block-account .page-title {
    padding: 15px 0;
    margin: 0 0 15px;
    text-transform: uppercase; }
    .block-account .page-title h2 {
      font-family: "rift", sans-serif !important;
      font-style: normal;
      font-weight: 500;
      letter-spacing: 2px;
      display: inline-block;
      margin: 0;
      color: #000;
      line-height: 1;
      font-size: 22px;
      font-weight: 700; }
    .block-account .page-title span {
      color: #d8ff00;
      display: none;
      font-size: 12px; }
  .block-account .block-content {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 300; }
    .block-account .block-content .current {
      font-weight: bold; }
    .block-account .block-content li {
      margin-bottom: 15px; }
    .block-account .block-content a {
      position: relative; }
      html.no-touch .block-account .block-content a:hover {
        color: #000; }
        html.no-touch .block-account .block-content a:hover:after {
          position: absolute;
          right: -7px;
          bottom: 3px;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 0 6px 6px;
          border-color: transparent transparent #333 transparent; }

.account-pages .main {
  /*background: #000;
  background: rgba(0,0,0,0.5);*/
  margin-bottom: 30px; }
  .account-pages .main .col-main .page-title {
    padding: 15px 0;
    margin-bottom: 0 !important; }
    .account-pages .main .col-main .page-title h1 {
      font-size: 22px;
      color: #222;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0; }
  .account-pages .main .col-main h2 {
    display: inline-block;
    color: #000;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px; }
  .account-pages .main .col-main .fieldset {
    margin-bottom: 15px; }
  .account-pages .main .box-recent .column:last-child, .account-pages .main .orders-table .column:last-child {
    padding-right: 0; }
  .account-pages .main .address-book {
    margin-top: 10px; }
  .account-pages .main #account-additional-info .head-edit-form {
    display: none !important; }

.dashboard .page-title {
  margin: 15px 0 0 0;
  padding: 0 !important; }
  .dashboard .page-title h1 {
    margin: 0;
    text-transform: uppercase;
    color: #222;
    font-weight: 700; }
.dashboard .hello strong {
  font-size: 18px;
  text-transform: uppercase; }
.dashboard p {
  margin: 0 0 15px; }
.dashboard h2 {
  color: #222;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
  position: relative;
  margin: 0 0 10px; }
.dashboard .box-head {
  margin-bottom: 10px; }
  .dashboard .box-head a {
    color: #333;
    float: right;
    text-decoration: underline;
    line-height: 35px;
    text-transform: uppercase; }
.dashboard .box-title {
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: solid 1px #DDD; }
  .dashboard .box-title h3 {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    float: left;
    margin: 0;
    margin-right: 30px; }
  .dashboard .box-title a {
    color: #333;
    text-decoration: underline;
    text-transform: uppercase;
    float: right; }
.dashboard .box-info h4 {
  color: #333;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }
.dashboard .box-info .row .column {
  border-right: solid 1px #DDD; }
.dashboard .box-info .row .column:last-child {
  border-right: none; }
.dashboard .box-content a {
  color: #333;
  font-style: normal;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
  font-size: 11px;
  position: relative; }
  .dashboard .box-content a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #333;
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -4px; }

.customer-dob {
  overflow: auto;
  margin-bottom: 10px; }
  .customer-dob label {
    margin-top: -10px;
    font-size: 10px;
    color: #919191; }
  .customer-dob .validation-advice {
    margin-top: 0; }

.dob-year {
  float: left;
  display: block;
  width: 100px;
  margin-right: 10px; }

.dob-day,
.dob-month {
  float: left;
  display: block;
  width: 50px;
  margin-right: 10px; }

#amcustomerattr {
  max-width: 300px; }
  #amcustomerattr br {
    display: none; }

.addresses-list h3 {
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 600; }
.addresses-list a {
  color: #333;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 12px;
  position: relative; }
  .addresses-list a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #333;
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -4px; }

.customer-address-form #form-validate .buttons-set {
  margin-top: 15px; }

.orders-table {
  margin-bottom: 30px; }
  .orders-table .row {
    margin: 0; }
  .orders-table a {
    color: #333;
    text-decoration: underline; }
  .orders-table .header-row {
    border-top: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
    background-color: #222;
    color: #fff;
    padding: 5px 0; }
    .orders-table .header-row .row .column:first-child {
      padding-left: 10px; }
  .orders-table .items .row {
    padding: 5px 0;
    border-bottom: solid 1px #DDDDDD; }
    .orders-table .items .row .column:first-child {
      padding-left: 10px; }
    .orders-table .items .row .column:last-child {
      padding: 5px 0; }
    .orders-table .items .row a {
      text-decoration: none; }

.link-print {
  float: right;
  line-height: 30px;
  display: inline-block;
  padding: 0 15px; }

#order-info-tabs li {
  display: inline-block;
  margin-right: 10px; }
  #order-info-tabs li a {
    color: #333;
    text-decoration: underline; }

#order-info-summary {
  margin-bottom: 15px; }
  #order-info-summary th {
    text-align: left;
    color: #333;
    padding-bottom: 5px;
    vertical-align: top; }
  #order-info-summary td {
    padding-bottom: 5px; }

.order-info-box {
  margin-bottom: 15px; }

#my-orders-table,
.data-table {
  width: 100%; }
  #my-orders-table th,
  .data-table th {
    font-weight: 100;
    padding: 5px 10px;
    border: 1px solid #d1d1d1;
    background-color: #111;
    color: #fff; }
  #my-orders-table td,
  .data-table td {
    background: #fff;
    padding: 5px 10px;
    color: #000; }
  #my-orders-table h3, #my-orders-table h4,
  .data-table h3,
  .data-table h4 {
    margin: 0;
    color: #000; }
  #my-orders-table tbody td,
  .data-table tbody td {
    border: 1px solid #d1d1d1; }
  #my-orders-table tfoot td,
  .data-table tfoot td {
    color: #000;
    padding: 3px 10px; }
    #my-orders-table tfoot td:first-child,
    .data-table tfoot td:first-child {
      color: #333; }

.order-items .link-print {
  float: none;
  line-height: 24px;
  font-size: 12px; }

.back-link-standard {
  display: none; }

#amlist-table {
  margin-bottom: 15px; }
  #amlist-table .remove-item-link {
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    padding: 0 5px; }

.amlist-content .buttons-set {
  padding: 20px 0; }

.saved-orders-list .order {
  margin-bottom: 11px; }

.saved-orders-list a {
  text-decoration: none; }

.saved-orders-list .top-row {
  background: #626262 none repeat scroll 0 0;
  height: 30px;
  line-height: 30px;
  padding: 0 4px 0 10px; }

.saved-orders-list .title {
  float: left; }

.saved-orders-list .title a {
  color: #fff;
  text-transform: uppercase; }

.saved-orders-list .actions {
  float: right;
  margin-right: 5px; }

.saved-orders-list .actions a {
  background: #222425 none repeat scroll 0 0;
  color: #fff;
  display: block;
  float: left;
  font-size: 10px;
  height: 22px;
  line-height: 22px;
  margin: 4px 0 0 4px;
  text-align: center;
  text-transform: uppercase;
  width: 94px; }

.saved-orders-list .link-add:hover {
  background: #009ee0 none repeat scroll 0 0; }

.saved-orders-list .link-edit:hover {
  background: #dc931a none repeat scroll 0 0; }

.saved-orders-list .link-delete:hover {
  background: #c1001f none repeat scroll 0 0; }

.saved-orders-list .dates {
  border-color: #ddd;
  border-image: none;
  border-style: solid;
  border-width: 0 1px 1px;
  color: #333;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  clear: both; }

.saved-orders-list .created {
  float: left; }

.saved-orders-list .edited {
  float: right; }

.amlist-edit-top {
  padding: 20px 0; }

.amlist-edit-top .legend {
  position: relative; }

.amlist-edit-top .form-list .input-box {
  margin-bottom: 10px; }

.amlist-items .cart-table.data-table {
  margin-bottom: 0; }

.amlist-items .buttons-set {
  position: relative;
  width: 100%; }

.amlist-items .back-link-standard {
  padding: 20px 0; }

.amlist-items .btn-cart {
  float: right; }

.amlist-items .btn-cart span {
  font-size: 12px; }

.cart {
  padding: 20px; }
  .cart .page-title {
    margin-bottom: 20px; }
    .cart .page-title h1 {
      color: #000;
      font-size: 22px;
      line-height: 1; }
      .cart .page-title h1 .subtitle {
        color: #777;
        display: block;
        font-size: 12px; }
  .cart .cancel,
  .cart .btn-back {
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    padding: 10px 20px; }
  .cart .btn-back .fa {
    color: #d8ff00;
    margin-right: 8px;
    position: relative;
    top: -1px; }
  .cart .extra-buttons {
    text-align: right; }
    .cart .extra-buttons #btn-empty {
      float: left; }

.cart-table .column {
  padding-left: 5px;
  padding-right: 5px; }
.cart-table .header-row {
  font-size: 12px;
  line-height: 26px;
  background: #111;
  color: #fff; }
.cart-table .items {
  background: #fff;
  color: #000; }
.cart-table .item {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px 0; }
  .cart-table .item > .row > .column {
    padding-top: 5px; }
  .cart-table .item input {
    margin: 0; }
  .cart-table .item .price {
    line-height: 32px; }
  .cart-table .item .column.qty-cell label {
    position: absolute;
    left: 15px;
    top: 0;
    line-height: 32px; }
  .cart-table .item .column.qty-cell input {
    text-align: center;
    max-width: 60px;
    margin: 0 auto;
    border-color: #ccc; }
  .cart-table .item .product-sku-cell {
    line-height: 32px; }
.cart-table .product-image-cell {
  text-align: center;
  padding-top: 0 !important; }
  .cart-table .product-image-cell img {
    max-width: 60px; }
.cart-table .actions {
  display: none; }
.cart-table .item + .item {
  border-top: 1px solid #ddd; }
.cart-table .btn-remove {
  line-height: 32px;
  display: inline-block;
  padding: 0 5px;
  color: #000; }
.cart-table .product-name {
  margin: 0;
  line-height: 14px;
  padding: 9px 0 0;
  font-size: 12px; }
  .cart-table .product-name a {
    color: #000; }
.cart-table .item-options {
  font-size: 12px;
  margin: 3px 0 0 0; }
.cart-table .item-msg.notice {
  margin: 3px 0 0 0;
  color: #aaa;
  font-size: 12px; }

.cart-main .actions {
  background: #DDD;
  padding: 5px 0; }
  .cart-main .actions .btn-update {
    background: #000;
    font-weight: 400;
    font-size: 12px;
    margin-top: 10px;
    display: none; }
    html.no-touch .cart-main .actions .btn-update:hover {
      background: #d8ff00; }
.cart-main .totals {
  color: #000; }
  .cart-main .totals td {
    white-space: nowrap;
    padding: 2px 5px; }
  .cart-main .totals tfoot td {
    font-size: 14px; }
  .cart-main .totals tfoot td:last-child {
    color: #333; }

.cart-collaterals {
  margin-top: 15px;
  padding: 15px 0; }
  .cart-collaterals .shipping-form p {
    margin: 0 0 5px;
    font-size: 12px; }
  .cart-collaterals .shipping-form label {
    font-size: 12px;
    color: #aaa; }
  .cart-collaterals .shipping-form label.required::after {
    color: #eb2323; }
  .cart-collaterals .shipping-form select,
  .cart-collaterals .shipping-form input {
    margin-bottom: 5px;
    border: 1px solid #ccc; }
  .cart-collaterals .shipping-form .buttons-set {
    text-align: right; }
  .cart-collaterals .shipping-form .button, .cart-collaterals .shipping-form .orders-table .items .row a, .orders-table .items .row .cart-collaterals .shipping-form a, .cart-collaterals .shipping-form .cart .cancel, .cart .cart-collaterals .shipping-form .cancel,
  .cart-collaterals .shipping-form .cart .btn-back,
  .cart .cart-collaterals .shipping-form .btn-back, .cart-collaterals .shipping-form .checkout .btn-paypal-express, .cart-collaterals .checkout .shipping-form .btn-paypal-express {
    font-size: 11px;
    font-weight: 400;
    padding: 5px 10px;
    margin-top: 5px; }
  .cart-collaterals .shipping-form dd {
    margin: 3px 0 10px 0; }
  .cart-collaterals .extralinks li {
    padding-left: 12px;
    line-height: 18px;
    display: block;
    position: relative; }
    .cart-collaterals .extralinks li:before {
      content: '';
      border-radius: 50%;
      width: 6px;
      height: 6px;
      background: #000;
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -3px; }
    .cart-collaterals .extralinks li a {
      text-decoration: underline;
      color: #000; }
      html.no-touch .cart-collaterals .extralinks li a:hover {
        color: #333; }
  .cart-collaterals .checkout p {
    margin: 0; }
  .cart-collaterals .checkout label {
    color: #000;
    font-size: 12px; }
  .cart-collaterals .checkout .button, .cart-collaterals .checkout .orders-table .items .row a, .orders-table .items .row .cart-collaterals .checkout a, .cart-collaterals .checkout .cart .cancel, .cart .cart-collaterals .checkout .cancel,
  .cart-collaterals .checkout .cart .btn-back,
  .cart .cart-collaterals .checkout .btn-back, .cart-collaterals .checkout .btn-paypal-express {
    width: 100%;
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    padding: 8px 15px; }
  .cart-collaterals .checkout .checkout-types {
    position: relative; }
  .cart-collaterals .checkout .paypal-or {
    position: absolute;
    color: #888;
    left: -26px;
    top: 50%;
    line-height: 20px;
    margin-top: -10px;
    font-size: 12px; }
  .cart-collaterals .checkout .btn-paypal-express > span {
    padding-left: 30px; }
  .cart-collaterals .checkout .btn-paypal-express .fa {
    position: absolute;
    left: 15px;
    top: 0;
    line-height: 36px;
    font-size: 20px; }
  .cart-collaterals .discount-form br {
    display: none; }
  .cart-collaterals .discount-form .input-box {
    position: relative;
    padding-right: 70px;
    padding-bottom: 10px; }
  .cart-collaterals .discount-form input {
    margin: 0 0 5px 0; }
  .cart-collaterals .discount-form .button, .cart-collaterals .discount-form .orders-table .items .row a, .orders-table .items .row .cart-collaterals .discount-form a, .cart-collaterals .discount-form .cart .cancel, .cart .cart-collaterals .discount-form .cancel,
  .cart-collaterals .discount-form .cart .btn-back,
  .cart .cart-collaterals .discount-form .btn-back, .cart-collaterals .discount-form .checkout .btn-paypal-express, .cart-collaterals .checkout .discount-form .btn-paypal-express {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-weight: 100;
    line-height: 18px;
    padding: 7px 0;
    text-align: center; }
  .cart-collaterals .btn-back-wrap {
    margin-top: 40px;
    text-align: right; }

.email-cart-lightbox {
  padding: 15px; }
  .email-cart-lightbox .title {
    color: #000;
    margin-bottom: 10px; }
  .email-cart-lightbox ul, .email-cart-lightbox li {
    display: block; }
  .email-cart-lightbox .fields {
    margin-bottom: 25px; }
  .email-cart-lightbox .field {
    width: 100%;
    padding: 0 !important;
    float: none;
    overflow: hidden;
    margin-bottom: 5px; }
  .email-cart-lightbox label {
    float: left;
    width: 30%;
    line-height: 32px;
    margin: 0; }
  .email-cart-lightbox input {
    float: left;
    width: 70%;
    border-color: #ccc;
    margin: 0; }
  .email-cart-lightbox .button, .email-cart-lightbox .orders-table .items .row a, .orders-table .items .row .email-cart-lightbox a, .email-cart-lightbox .cart .cancel, .cart .email-cart-lightbox .cancel,
  .email-cart-lightbox .cart .btn-back,
  .cart .email-cart-lightbox .btn-back, .email-cart-lightbox .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .email-cart-lightbox .btn-paypal-express {
    float: right; }

#discount-coupon-form {
  display: none; }

.confidence .confidence_icon {
  background: rgba(0, 0, 0, 0) url("https://www.zhik.com/skin/frontend/zhik/default/images/confidence.png") no-repeat;
  background-position: 0 0;
  float: right;
  height: 60px;
  width: 202px; }
  html.no-touch .confidence .confidence_icon:hover {
    background-position: 0 -60px; }

.cart-bottom {
  border-top: 1px solid #ccc;
  padding-top: 20px; }

.save-cart-lightbox {
  padding: 15px; }
  .save-cart-lightbox .title {
    color: #000;
    margin-bottom: 10px; }
  .save-cart-lightbox .fields .field {
    padding: 0;
    width: 100%;
    float: none; }
  .save-cart-lightbox .input-text {
    border-color: #888; }

.checkout-onepage-success .main {
  text-align: center;
  margin: 60px auto; }
  .checkout-onepage-success .main .page-title {
    text-transform: uppercase;
    padding: 10px 0; }
    .checkout-onepage-success .main .page-title h1, .checkout-onepage-success .main .page-title h2 {
      display: inline-block;
      margin: 0;
      color: #000;
      text-transform: uppercase;
      font-weight: bold;
      line-height: 1;
      font-size: 22px; }
    .checkout-onepage-success .main .page-title span {
      color: #000;
      display: block;
      font-size: 12px; }
    .checkout-onepage-success .main .page-title .fa {
      color: #000;
      line-height: 40px;
      font-size: 36px;
      margin-left: 15px; }
  .checkout-onepage-success .main p {
    font-size: 14px; }
  .checkout-onepage-success .main .email {
    color: #000; }
  .checkout-onepage-success .main .retain {
    color: #333;
    font-style: italic; }
  .checkout-onepage-success .main .buttons-set {
    display: none; }

/* Order Print Pages */
.page-print {
  background: #fff;
  padding: 20px;
  text-align: left;
  color: #000; }

.page-print .print-head img {
  float: left; }

.page-print .print-head address {
  float: left;
  margin-left: 15px; }

/* Order Print Invoice Pages */
.print-invoice-page .print-head {
  overflow: auto; }

.sales-order-printinvoice .buttons-set {
  display: none; }

.sales-order-print .dealers-top {
  display: none; }

.sales-order-print .buttons-set {
  display: none; }

body.sales-order-printinvoice, body.sales-order-print {
  height: auto; }

.print-content {
  margin-top: 30px;
  text-align: left; }

.print-content h1 {
  text-transform: uppercase; }

.print-content .print-page {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 25px;
  line-height: 20px; }

.print-content .print-page:hover {
  background: #333; }

@media print {
  .print-content .print-page {
    display: none; } }
.print-content .abn {
  color: #626262;
  margin: 25px 0 30px; }

.print-content h1, h2, h3, h4 {
  color: #000; }

.print-content dl {
  margin: 0; }
.print-content .col3-set {
  margin-bottom: 20px;
  overflow: hidden; }
  .print-content .col3-set .col-1,
  .print-content .col3-set .col-2,
  .print-content .col3-set .col-3 {
    width: 33.3%;
    float: left; }
  .print-content .col3-set h3 {
    font-size: 12px;
    margin: 0 0 3px;
    font-weight: bold;
    color: #333; }
.print-content table {
  border-spacing: 0;
  border-collapse: collapse; }

.print-content .col3-set address,
.print-content .col3-set p {
  margin: 0 0 10px; }

.print-content .items > h2 {
  background: #000;
  color: #d8ff00;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 39px;
  display: block;
  padding: 0 10px;
  font-weight: bold; }

.print-content .items > h3 {
  background: #dbdbdb;
  font-size: 12px;
  font-weight: normal;
  padding: 0 10px;
  line-height: 29px; }

.print-content .items th {
  background: #626262;
  color: #fff;
  font-weight: bold;
  border: 1px solid #626262;
  border-width: 1px 0; }

.print-content .items tbody {
  background: none; }

.print-content .items tbody td {
  border-bottom: 1px solid #d1d1d1;
  padding: 15px 10px;
  vertical-align: center; }

.print-content .items tfoot td {
  line-height: 1.1;
  padding: 2px 10px;
  background: #fff;
  color: #000; }

.print-content .items tfoot .first td {
  padding: 20px 10px 0 10px; }

.print-content .items tfoot td:first-child {
  color: #979797; }

.print-content .items tfoot .grand_total {
  font-size: 13px;
  color: #333; }

.print-content .items tfoot .grand_total td:first-child {
  color: #222; }

.print-content .contact-details address {
  color: #a0a0a0; }

.print-content .contact-details .marker {
  float: left;
  margin-right: 15px; }

.print-content .contact-details .info {
  float: left; }

.print-content .contact-details h2 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.print-content .contact-details address {
  float: left;
  width: 140px;
  padding-right: 20px;
  font-size: 11px; }

@media only screen and (max-width: 640px) {
  .header-container {
    text-align: center; }
    .header-container .logo {
      display: inline-block;
      margin: 15px 0; }
      .header-container .logo img {
        max-height: 75px; }

  .small-collapse-half > .column {
    padding-left: 8px;
    padding-right: 8px; }

  .website-switcher {
    margin-left: 15px; }

  .header-cart .btn-cart {
    width: 40%;
    padding: 7px 0; }
  .header-cart .btn-gocheckout {
    margin-left: 1%;
    width: 59%; }

  .main-nav-wrapper {
    padding: 0; }

  .subcategory-nav > ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }

  .nav-container, .mobile-nav-container {
    display: none;
    text-align: left; }
    .nav-container li.level0, .mobile-nav-container li.level0 {
      float: none; }
      .nav-container li.level0 > .submenu, .mobile-nav-container li.level0 > .submenu {
        position: static; }
    .nav-container li.active > .submenu, .mobile-nav-container li.active > .submenu {
      display: block; }
    .nav-container li.active a.level-top:after, .mobile-nav-container li.active a.level-top:after {
      content: "\f068"; }
    .nav-container a.level-top, .mobile-nav-container a.level-top {
      float: none;
      line-height: 50px;
      font-size: 16px;
      color: #fff;
      background: #222;
      padding: 0 35px;
      border-top: 1px solid #282828;
      position: relative; }
    .nav-container .parent a.level-top:after, .mobile-nav-container .parent a.level-top:after {
      content: "\f067";
      position: absolute;
      right: 0;
      top: 0;
      height: 50px;
      width: 50px;
      text-align: center;
      line-height: 50px;
      background: #333;
      color: #d8ff00;
      font-size: 16px;
      font-family: 'FontAwesome'; }
    .nav-container .featured-items, .mobile-nav-container .featured-items {
      padding: 0 !important; }
    .nav-container ul.level0, .mobile-nav-container ul.level0 {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      padding: 18px 18px; }
    .nav-container .level-top .featured-items, .nav-container .level-top .menu-content, .mobile-nav-container .level-top .featured-items, .mobile-nav-container .level-top .menu-content {
      display: none !important; }
    .nav-container .mobile-feature-panel, .mobile-nav-container .mobile-feature-panel {
      padding: 16px 12px; }
    .nav-container .submenu-flexbox, .mobile-nav-container .submenu-flexbox {
      width: 100% !important; }
    .nav-container .submenu-categories, .mobile-nav-container .submenu-categories {
      min-width: 0 !important; }
    .nav-container .subcategory-column, .mobile-nav-container .subcategory-column {
      /*width: 140px;*/
      padding-left: 10px !important;
      padding-right: 0 !important;
      min-width: 50%; }
    .nav-container .vertical-divider, .mobile-nav-container .vertical-divider {
      border-right: none !important;
      border-image: none !important; }

  .top-bar {
    border-bottom: 1px solid #333; }
    .top-bar .top-bar-left {
      padding-right: 0 !important; }

  .cms-index-index .main {
    padding: 0; }

  .home-content {
    padding: 0; }
    .home-content h1 {
      line-height: 50px;
      display: block;
      padding: 0 15px;
      font-size: 14px;
      cursor: pointer; }
      .home-content h1:after {
        display: block; }
    .home-content .std {
      padding: 20px 0; }

  .products-grid .item {
    width: 49%;
    margin-left: 2%; }
    .products-grid .item:nth-child(2n + 1) {
      margin: 0; }

  .block-layered-nav .narrow-by-list {
    margin: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .block-layered-nav .currently .block-subtitle {
    text-align: center; }
  .block-layered-nav .currently .clear-all-filters {
    float: none; }

  /*.subcategory-nav {
      ul {
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2;
      }
      li {
          a {
              line-height: 34px;
          }
      }
  }*/
  .product-view {
    padding-bottom: 40px; }
    .product-view .more-views,
    .product-view .zoom-notice {
      display: none; }
    .product-view .product-image {
      margin-bottom: 15px; }
    .product-view .product-options-bottom .price-box {
      width: 40%;
      max-width: 150px; }
    .product-view .add-to-cart {
      width: 60%;
      max-width: 200px; }
      .product-view .add-to-cart .button, .product-view .add-to-cart .orders-table .items .row a, .orders-table .items .row .product-view .add-to-cart a, .product-view .add-to-cart .cart .cancel, .cart .product-view .add-to-cart .cancel,
      .product-view .add-to-cart .cart .btn-back,
      .cart .product-view .add-to-cart .btn-back, .product-view .add-to-cart .cart-collaterals .checkout .btn-paypal-express, .cart-collaterals .checkout .product-view .add-to-cart .btn-paypal-express {
        padding: 0 20px;
        width: 100%;
        font-size: 15px; }
    .product-view .product-lightboxes {
      display: none; }
    .product-view .shippinginfo .lightbox {
      display: block;
      line-height: 40px;
      height: auto;
      background: transparent !important;
      text-align: center;
      color: #d8ff00;
      text-decoration: underline;
      font-size: 13px;
      margin: 10px 0; }
      .product-view .shippinginfo .lightbox:after {
        display: none; }

  .product-shop {
    padding: 0 15px; }

  .cart-table {
    margin: 0 -20px;
    border-top: 1px solid #ccc; }

  .cart-main {
    padding: 0 20px; }
    .cart-main .actions {
      margin: 0 -20px; }
      .cart-main .actions .btn-update {
        margin-top: 15px; }
    .cart-main .totals {
      padding: 15px 0; }

  .cart {
    padding: 20px 0; }
    .cart .grouped-cells {
      padding: 5px 0 10px; }
    .cart .extralinks {
      padding: 0 0 15px;
      display: none; }
      .cart .extralinks li {
        line-height: 20px; }
    .cart .extra-buttons {
      margin: 0 -20px; }
    .cart .cart-bottom {
      margin: 0 5px; }
    .cart .remove-cell {
      padding: 0; }

  .cart-collaterals {
    margin: 15px -20px 0; }
    .cart-collaterals .shipping {
      display: none; }
    .cart-collaterals .checkout .btn-proceed-checkout {
      margin-top: 15px;
      text-align: center;
      font-size: 14px;
      line-height: 24px; }
    .cart-collaterals .checkout .paypal-or {
      display: none; }
    .cart-collaterals .btn-back-wrap {
      display: none; }

  .account-login .inner {
    min-height: auto; }
    .account-login .inner .button-set {
      padding-bottom: 20px; }
  .account-login .column {
    padding: 0;
    margin-bottom: 20px; }

  .contact-page .col300 {
    margin: 0 0 10px 0;
    width: 100%;
    float: none; }

  .footer-container {
    padding: 0 0 20px; }

  .footer-links .column {
    border-bottom: 1px solid #ccc; }
  .footer-links p {
    display: block;
    margin: 0;
    line-height: 40px;
    cursor: pointer; }
    .footer-links p:after {
      font-family: 'FontAwesome';
      content: '\f067';
      position: absolute;
      top: 0;
      right: 15px;
      line-height: 40px;
      font-size: 18px; }
  .footer-links .open:after {
    content: '\f068'; }
  .footer-links .open + ul {
    display: block; }
  .footer-links ul {
    display: none;
    padding-bottom: 10px; }
  .footer-links a {
    line-height: 30px; }

  .cmspro_list_item,
  .col-main > .postWrapper {
    padding: 15px; }

  .store_locator_container .address {
    padding-left: 0;
    padding-bottom: 20px;
    height: auto; }
  .store_locator_container .zhik-icon,
  .store_locator_container .zhik-icon-small {
    display: none; }

  #sidebar {
    padding: 0; }

  .rvs-slider .banner-content {
    text-align: center !important; }
    .rvs-slider .banner-content .inner-container {
      padding: 0; }
    .rvs-slider .banner-content .inner {
      vertical-align: middle !important; }
    .rvs-slider .banner-content .title {
      font-size: 28px;
      line-height: 1; }
    .rvs-slider .banner-content .subtitle {
      display: none; }
    .rvs-slider .banner-content .slidebutton {
      margin-top: 15px;
      line-height: 40px;
      font-size: 14px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }

  .rvs-boxes .banner-content h1 {
    font-size: 1em; }

  .cms-index-index .slick-prev:after,
  .cms-index-index .slick-next:after,
  .catalog-category-view.landing-category .slick-prev:after,
  .catalog-category-view.landing-category .slick-next:after {
    font-size: 44px !important; }

  .sidebar {
    padding: 0 !important; } }
@media only screen and (max-width: 1024px) {
  .website-switcher {
    float: none;
    padding: 10px 0;
    margin-left: 0; }
    .website-switcher .dropdown {
      float: left; }
      .website-switcher .dropdown .label {
        color: #fff; }
      .website-switcher .dropdown.active ul {
        left: 0; }
    .website-switcher > span .fa {
      color: #fff;
      font-size: 16px;
      float: left;
      margin-right: 2px; }

  .top-bar .cart-status .fa {
    line-height: 40px; }

  .submenu-categories {
    order: 1 !important; }

  .featured-items {
    order: 2 !important; }

  .megamenu {
    padding: 0; }
    .megamenu .level-1 {
      margin-top: 1px;
      width: 100%;
      float: none;
      padding: 0;
      background: #1d1f20; }
      .megamenu .level-1 .fa {
        position: absolute;
        right: 0;
        top: 0;
        line-height: 50px;
        width: 50px;
        background-color: #C5EB00;
        text-align: center;
        font-size: 16px;
        cursor: pointer; }
      .megamenu .level-1 > a {
        color: #fff;
        background: #d8ff00;
        border: none;
        padding: 0 0 0 38px;
        line-height: 50px;
        font-size: 16px; }
    .megamenu .level-2 {
      margin: 0;
      padding: 20px 0 20px 38px;
      column-gap: 15px;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      width: 100%;
      display: none; }
      .megamenu .level-2 li {
        margin: 0;
        padding: 3px 0;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        column-break-inside: avoid;
        display: table; }
      .megamenu .level-2 a {
        font-size: 16px;
        line-height: 24px;
        display: inline-block; }

  .megamenu-bottom {
    display: none; }

  .footer-container .footer-social {
    margin-top: 20px;
    line-height: 40px; }
    .footer-container .footer-social .social {
      padding: 0; }
  .footer-container .block-subscribe {
    margin-top: 20px; }

  .block-layered-nav {
    margin: 0 0;
    background-color: white;
    width: 100%;
    max-width: none;
    left: 0; }
    .block-layered-nav .block-content dt, .block-layered-nav .block-content dd {
      padding-left: 10px !important; }
      .block-layered-nav .block-content dt.last, .block-layered-nav .block-content dd.last {
        border-bottom: none; }
    .block-layered-nav .block-content .currently {
      padding-left: 5px !important; }
    .block-layered-nav .block-subtitle {
      margin-left: 10px !important; }
    .block-layered-nav .block-title {
      padding-left: 10px; }

  .sidebar {
    position: absolute;
    left: -230px;
    width: 230px;
    height: 100vh;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -o-transition: left 0.4s;
    transition: left 0.4s;
    background: #FFF;
    z-index: 24;
    box-shadow: #ccc 2px 2px 2px;
    border-top: 1px solid #ccc;
    padding: 0 !important; }
    .sidebar.fixed {
      position: fixed !important; }
    .sidebar .sidebar-inner {
      background: #FFF;
      position: relative;
      height: 100%; }
    .sidebar .sidebar-content {
      height: 100%;
      overflow-y: auto;
      padding: 10px 8px; }
    .sidebar .sidebar-handle {
      display: block !important;
      cursor: pointer;
      position: absolute;
      top: -1px;
      right: calc(-100% + 20px);
      height: 35px;
      line-height: 34px;
      border: 1px #ccc solid;
      border-bottom: 0;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      background: #fff;
      transform: rotate(90deg);
      transform-origin: left top;
      font-size: 16px;
      font-weight: bold;
      width: 175px;
      text-align: center; }
      .sidebar .sidebar-handle i {
        margin-right: 5px;
        font-size: 16px; }

  .sidebar-mask {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 23; }

  .sidebar.active {
    left: 0; }

  .sidebar-mask.active {
    display: block; } }
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .nav-container a.level-top, .mobile-nav-container a.level-top {
    font-size: 14px; }

  .header-container .logo-wrapper {
    max-width: 150px; }

  .megamenu .level-2 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }

  .products-grid .item {
    width: 24.4%;
    margin-left: 0.8%; }
    .products-grid .item:nth-child(4n + 1) {
      margin: 0; }

  .footer-container {
    padding: 20px 0 0 0; }
    .footer-container .footer-social,
    .footer-container .block-subscribe {
      margin-top: 20px; }

  .rvs-slider .banner-content .inner-container {
    padding: 0 80px; }
  .rvs-slider .banner-content .title {
    font-size: 60px; }
  .rvs-slider .banner-content .subtitle {
    font-size: 16px; }
  .rvs-slider .banner-content .slidebutton {
    font-size: 16px;
    line-height: 40px;
    width: 260px; }

  .rvs-slider-small .banner-content {
    padding: 10px; }
    .rvs-slider-small .banner-content .inner {
      vertical-align: middle !important; }
    .rvs-slider-small .banner-content .title {
      font-size: 28px;
      line-height: 1; }
    .rvs-slider-small .banner-content .subtitle {
      display: none; }
    .rvs-slider-small .banner-content .slidebutton {
      font-size: 14px; }

  .cms-index-index .slick-prev:after,
  .cms-index-index .slick-next:after,
  .catalog-category-view.landing-category .slick-prev:after,
  .catalog-category-view.landing-category .slick-next:after {
    font-size: 60px !important; } }
@media only screen and (min-width: 641px) {
  .header-cart {
    top: 174px; }

  html.no-touch .nav-container li.level0:hover > .submenu, html.no-touch .mobile-nav-container li.level0:hover > .submenu {
    display: block; }

  .c-menu, .c-mask {
    display: none; }

  .touch .nav-container li.open > .submenu, .touch .mobile-nav-container li.open > .submenu {
    display: block; }

  .row .row.product-essential {
    margin-left: -15px;
    margin-right: -15px; }

  .moreimages-notice {
    display: none; }

  .contact-form {
    max-width: 60%; } }
@media only screen and (min-width: 1025px) {
  .nav-container li.level1, .mobile-nav-container li.level1 {
    display: table; }

  .products-grid .item {
    width: 19.6%;
    margin-left: 0.5%; }
    .products-grid .item:nth-child(5n + 1) {
      margin: 0; }

  .cms-index-index .slick-prev,
  .landing-category .slick-prev {
    left: 30px; }
  .cms-index-index .slick-next,
  .landing-category .slick-next {
    right: 30px; } }
/* -----------------------------------------------------------------------------

  SLIDE AND PUSH MENUS COMPONENT

----------------------------------------------------------------------------- */
/**
 * Menu overview.
 */
.c-menu {
  position: fixed;
  z-index: 200;
  background-color: #555;
  transition: transform 0.3s; }

.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0; }

/**
 * Left and right menus
 *
 * Slide and push menus coming in from the left and right inherit a lot of
 * common styles. We'll start each of them off by doing up the common styles
 * for each version, followed by individual styles.
 *
 * The various versions are governed by modifier classes.
 */
/**
 * Common modifiers for left/right menus.
 */
.c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #fff; }
  @media all and (min-width: 340px) {
    .c-menu--slide-left,
    .c-menu--slide-right,
    .c-menu--push-left,
    .c-menu--push-right {
      width: 320px; } }

.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item,
.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item {
  display: block;
  text-align: center;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff; }
  .c-menu--slide-left .c-menu__item:first-child,
  .c-menu--slide-right .c-menu__item:first-child,
  .c-menu--push-left .c-menu__item:first-child,
  .c-menu--push-right .c-menu__item:first-child {
    border-top: none; }
  .c-menu--slide-left .c-menu__item:last-child,
  .c-menu--slide-right .c-menu__item:last-child,
  .c-menu--push-left .c-menu__item:last-child,
  .c-menu--push-right .c-menu__item:last-child {
    border-bottom: none; }

.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link,
.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff; }

.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close,
.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close {
  display: block;
  padding: 12px 24px;
  width: 100%; }

/**
 * Slide/Push Menu Left.
 */
.c-menu--slide-left,
.c-menu--push-left {
  top: 0;
  left: 0;
  transform: translateX(-100%); }
  @media all and (min-width: 340px) {
    .c-menu--slide-left,
    .c-menu--push-left {
      transform: translateX(-320px); } }

.c-menu--slide-left.is-active,
.c-menu--push-left.is-active {
  transform: translateX(0); }

/**
 * Wrapper states.
 *
 * Various wrapper states occur depending on if a menu is pushing into view, in
 * which case, the wrapper has to be pushed by the respective distance.
 */
/*.wrapper {
  transition: transform 0.3s;
}

.wrapper.has-push-left {
  transform: translateX(100%);

  @media all and (min-width: $menu-break) {
    transform: translateX($menu-width);
  }
}

.wrapper.has-push-right {
  transform: translateX(-100%);

  @media all and (min-width: $menu-break) {
    transform: translateX(-$menu-width);
  }
}

.wrapper.has-push-top {
  transform: translateY($menu-height);
}

.wrapper.has-push-bottom {
  transform: translateY(-$menu-height);
}*/
/**
 * Body states.
 *
 * When a menu is active, we want to hide the overflows on the body to prevent
 * awkward document scrolling.
 */
body.has-active-menu {
  overflow: hidden; }

/**
 * Close button resets.
 */
.c-menu__close {
  color: #fff;
  background-color: #151515;
  font-family: "rift", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  letter-spacing: 2px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-bottom: 0 !important; }

.c-menu__close:focus {
  outline: none; }

/* -----------------------------------------------------------------------------
  MASK COMPONENT

----------------------------------------------------------------------------- */
.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s; }

.c-mask.is-active {
  width: 100%;
  height: 100vh;
  opacity: 0.7;
  transition: opacity 0.3s; }

@media print {
  .top-bar,
  .mobile-menu,
  .header-search-wrapper,
  .right-links,
  .header-menu-container,
  .breadcrumbs,
  .footer-subscribe,
  .footer-container,
  .subfooter,
  .col-left,
  .col-right,
  .toolbar {
    display: none; }

  .products-grid .item {
    width: 33%; }
    .products-grid .item .btn-cart,
    .products-grid .item .link-compare {
      display: none; } }
tr.summary-total {
  cursor: pointer; }

tr.summary-total .summary-collapse {
  float: right;
  padding: 0 0 0 15px;
  background: url(https://www.zhik.com/skin/frontend/zhik/default/images/bkg_collapse.gif) 0 4px no-repeat;
  cursor: pointer; }

tr.show-details .summary-collapse {
  background-position: 0 -53px; }

.products-grid .flag.outofstock {
  background-color: #bfbdc1; }

.products-grid .flag.outofstock:after {
  border-color: #bfbdc1 transparent transparent transparent; }

.products-grid .flag.preorder {
  background-color: #ed1c24; }

.products-grid .flag.preorder:after {
  border-color: #ed1c24 transparent transparent transparent; }

/*# sourceMappingURL=styles.css.map */

/* Dealers top section */
.dealers-top .page-title {
    background: #000;
    color: #fff;
    padding: 8px !important;
    text-transform: uppercase;
}

/*.dealers-top .page-title {
    margin: 0;
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 48px;
    padding: 0 15px !important;
}*/

.dealers-top .fa {
    color: #d8ff00;
    margin-right: 5px;
}

.dealers-top .account-info {
    padding: 20px 10px;
}

.account-info .row {
    margin: 0 -10px !important;
}

.account-info .column {
    padding: 5px 10px !important;
}

.main .col-main .dealers-top .account-name {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
    background: none;
    padding: 0;
}

.main .col-main .dealers-top .account-name:after {
    display: none;
}

.dealers-top .title {
    color: #111;
    font-weight: bold;
    margin-bottom: 2px;
}

.dealers-top .addresses {
    float: left;
    padding: 0 20px 0 0;
}

.dealers-top .shipping-address {
    margin-bottom: 10px;
}

.dealers-top .payment-info {
    float: left;
    padding: 0 20px 0 0;
}

.dealers-top p {
    margin: 0;
    color: #333;
}

.dealers-top .dealer-discount,
.dealers-top .amount-outstanding,
.dealers-top .payment-terms {
    margin-bottom: 10px;
}

.dealers-top .notice {
    color: red;
    font-size: 10px;
    margin-top: 10px;
}

.dealers-top .balance-info {
    float: left !important;
    padding: 0 20px 20px 0;
}

.dealers-top .balance-info table {
    max-width: 250px;
}

.dealers-top .balance-info table tbody {
    background: none;
}

.dealers-top .balance-info table td {
    padding: 2px 0px;
}

.dealers-top .account-orders-info {
    float: left;
    padding: 0 20px 0 0;
}

.dealers-top .owner {
    margin-bottom: 10px;
}

.dealers-top .outstanding span {
    color: #c1001f;
}

.dealers-top .owed span {
    color: #c1001f;
}

.dealers-top .onhold {
    color: #c1001f;
    margin: 20px 0;
}

.dealers-data {
    width: 980px;
    padding: 0 20px;
}

.dealers-data #chart-legend ul {
    list-style: none;
}

.dealers-data #chart-legend ul li {
    display: block;
    position: relative;
    margin-bottom: 4px;
    border-radius: 5px;
    padding: 2px 8px 2px 28px;
    font-size: 14px;
    cursor: default;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    float: right;
}

.dealers-data #chart-legend li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    border-radius: 5px;
}

#dealer-account-loader {
    background: #080808;
}

/* Dealers Order History Styles (non-responsive) */
#dealers-order-table {
    width: 100%;
}

#dealers-order-table th {
    padding: 5px 10px;
    font-weight: 400;
    white-space: nowrap;
    color: #ddd;
    text-align: left;
}

#dealers-order-table tr.order-line {
    border-bottom: 1px solid #6d6d6d;
}

#dealers-order-table tr.order-line-items,
#dealers-order-table tr.order-pay-line {
    display: none;
}

#dealers-order-table td {
    padding: 8px 10px;
}

#dealers-order-table thead {
    background-color: #131314;
}

#dealers-order-table tbody.odd tr.border td,
#dealers-order-table tbody.even tr.border td {
    border-bottom-width: 1px;
}

#dealers-order-table td.label,
#dealers-order-table th.label {
    font-weight: bold;
    background-color: #f6f6f6;
}

#dealers-order-table tbody th {
    color: #000;
}

#dealers-order-table a {
    color: #fff;
}

#dealers-order-table tr.order-line td .blue-button {
    margin: 0 0 0 5px;
    font-size: 12px;
}

#dealers-order-table table.quick-products thead th {
    color: #fff;
}

#dealers-order-table .order-payment-form td {
    padding: 4px 10px;
}

#dealers-order-table .order-payment-form-dates .no-padding {
    padding: 0;
}

/* Sales rep page */
#dealer-account-loader .select-account {
    padding: 10px 20px;
}

#dealer-account-loader .input-box {
    float: left;
}

#dealer-account-loader .select-account label,
.select-account .label,
.new-dealer-details .label,
#rep-lookup-chooser label {
    color: #d8ff00;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
}

#dealer-account-loader .select-account .btn-create-dealer {
    background: #00aeef;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px;
}

#dealer-account-loader .account-type-chooser input[type=radio] {
    float: left;
    clear: left;
    line-height: 16px;
    margin-top: 1px;
}

#dealer-account-loader .account-type-chooser .disabled label {
    color: #bbb;
    text-decoration: line-through;
}

#dealer-account-loader .account-type-chooser label {
    float: left;
    padding: 0 0 0 10px;
    line-height: 16px;
    color: #fff;
}

#dealer-account-loader .loader {
    width: 16px;
    height: 16px;
    float: left;
    margin: 2px 0 0 10px;
    background: url(https://www.zhik.com/skin/frontend/zhik/default/images/loading-grey.gif) no-repeat;
}

.new-dealer-details .shipping {
    margin-top: 20px;
}

/* Dealers navigation */

.dealer-navigation {
    line-height: 50px;
    height: 50px;
    background: #000;
}

.dealer-navigation ul {
    float: left;
}

.dealer-navigation li {
    float: left;
    border-right: 3px solid #1b1b1b;
}

.dealer-navigation a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 160px;
    text-align: center;
    background: #000;
}

.dealer-navigation .active {
    background: #101112;
}

.dealer-navigation .link-order {
    border-left: 3px solid #1b1b1b;
}

.dealer-navigation li:hover a {
    color: #d8ff00;
}

.dealer-layout .cart-table {
    width: 979px;
}

.dealer-layout .amlist-items .buttons-set {
    width: 960px;
    margin-left: -19px;
}

.dealer-layout .dealers-top,
.dealer-layout .dealer-order,
.dealer-layout .dealers-data,
.dealer-layout .order-history,
.dealer-layout .section-title {

}

.dealer-layout .main {
    background: none;
}

/* Dealers quick order */
.dealer-info-container {
    padding: 20px 0 0 0;
}

.portal-lookup-dealer .dealers-top {
    padding-top: 20px;
}

.dealer-order {
    padding: 16px 0;
}

.dealer-order .main-title {
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.dealer-order .main-title h1 {
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}

.dealer-order .main-title h1 span {
    color: #b1c14d;
}

.dealer-order .save-order {
    float: right;
    display: inline-block;
    background: #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    padding: 0 10px;
    line-height: 20px;
}

.dealer-order .field-info {
    font-size: 11px;
    color: #9e9e9e;
}

.approvalstatus-pending {
    color: #c1001f;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.quick-list {
}

.quick-list .category {
    min-width: 960px;
}

.quick-list .category .title {
    cursor: pointer;
    line-height: 20px;
    height: 22px;
    padding: 0 5px;
    border: 1px solid #555;
    background: #222;
    color: #fff;
    margin-top: 4px;
    border-bottom: none;
    position: relative;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.quick-list .category .title h3 i {
    width: 12px;
}

.quick-list .category.open .title h3 i:before {
    content: "\f063" !important;
}

.quick-list .category.open .title h3,
.quick-list .category.changed .title h3 {
    color: #d8ff00;
}

.quick-list .category h3 {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}

.quick-list .category .title h3 {
    color: #FFF;
}

.quick-list .subtotal {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px;
    color: #fff;
}

.quick-list .subtotal span {
    color: #d8ff00;
}

.quick-list .products {
    margin-bottom: 4px;
}

.quick-list .category.open .products {
    display: block;
}

.quick-list .category .products {
    display: none;
}

.quick-list .quick-products {
    width: 100%;
}

.quick-products tr .image {
    width: 10%;
    min-width: 120px;
}

.quick-products tr .name {
    width: 20%;
    min-width: 240px;
}

.quick-products tr .colour {
    width: 8%;
    min-width: 80px;
}

.quick-products tr .size {
    width: 22%;
    min-width: 280px;
}

.quick-products tr .itemrrp, .quick-products tr .itemprice, .quick-products tr .rowtotal {
    width: 8%;
    min-width: 70px;
}

.quick-products tr .rowqty {
    width: 5%;
    min-width: 50px;
}

.quick-list th {
    background: #333;
    line-height: 20px;
    padding: 0 5px;
    text-align: center;
    color: #fff;
}

.quick-list td {
    background: #ffffff;
    color: #000;
    padding: 3px 5px;
    border: 1px solid #d1d1d1;
    vertical-align: middle;
}

.quick-list .group td {
    border-top: 1px dashed #eee;
}

.quick-list .image {
    text-align: center;
}

.quick-list .image a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
}

.quick-list .image a:hover {
    text-decoration: underline;
}

.quick-list .name {
    font-size: 10px;
    color: #626262;
    text-transform: uppercase;
}

.quick-list .name h4 {
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #626262;
    margin: 0;
}

.quick-list .name p {
    font-size: 10px;
    color: #626262;
}

.quick-list .colour {
    text-align: center;
}

.quick-list .size {
    font-size: 10px;
}

.quick-list .item {
    display: inline-block;
    text-align: center;
    margin-right: 2px;
    margin-bottom: 2px;
}

.quick-list .item label {
    display: block;
    margin-bottom: 3px;
    color: #000;
    font-size: 10px;
}

.quick-list .item .input-text {
    display: block;
    border: 1px solid #c7c7c7;
    font-size: 10px;
    color: #555;
    text-align: center;
    width: 32px;
    height: 20px;
    margin: 0;
    padding: 2px;
}

.quick-list .item .input-text:focus {
    border: 1px solid #000;
}

.quick-list .item .disabled {
    background: #d8d8d8;
    border: 1px solid #C7C7C7;
}

.quick-list .item .inventory {
    display: inline-block;
    background: #222;
    color: #000;
    width: 32px;
    font-size: 11px;
    padding: 1px 0;
}

.quick-list .item .inventory-out {
    display: inline-block;
    background: #FF3D84;
}

.quick-list .item .inventory-low {
    display: inline-block;
    background: #FFBF35;
}

.quick-list .item .inventory-in {
    display: inline-block;
    background: #2FCE03;
}

.quick-list .itemprice {
    text-align: right;
}

.quick-list .rowqty {
    text-align: right;
}

.quick-list .rowtotal {
    text-align: right;
}

.quick-products tr.changed td {
    background: #e4e9c1;
}

.quick-products tr.changed .rowtotal {
    color: #829e34;
}

.quick-order {
    padding: 20px 0 50px;
}

.quick-order .shipping {
    min-width: 400px;
    float: left;
}

.quick-order .infobox {
    width: 300px;
    float: right;
    position: relative;
}

.quick-order #purchaseorder {
    margin-bottom: 20px;
}

.quick-order .shipping-enable label {
}

.quick-order #purchaseordernumber {
    max-width: 240px;
}

.quick-order #shipping\:street1 {
    margin-bottom: 4px;
}

.quick-order .validation-advice {
    margin: -8px 0 10px;
}

.quick-order fieldset {
    display: none;
}

.quick-order .total {
    background: #eee;
    color: #000;
    font-size: 18px;
    padding: 0 15px;
    line-height: 36px;
    height: 36px;
    margin-bottom: 3px;
}

.quick-order .total span {
    float: left;
}

.quick-order .total .code {
    font-size: 12px;
    margin-left: 5px;
    line-height: 32px;
    margin-top: 4px;
}

.quick-order .btn-order {
    font-weight: normal;
    line-height: 36px;
    padding: 0 15px;
    margin: 0;
    font-size: 12px;
    width: 100%;
    text-align: left;
}

.quick-order .infotable {
    width: 300px;
    margin-bottom: 10px;
    font-size: 14px;
}

.quick-order .infotable strong {
    color: #a0a0a0;
    font-weight: normal;
}

.quick-order .infotable .grandtotal {
    color: #b1c14d;
}

.quick-order .customer_comment {
    margin-top: 20px;
}

.quick-order .customer_comment textarea {
    height: 100px;
}

/* Dealer Payment Form */
.payment-form {
    display: none;
}

.payment-form .page-title h1 {
    font-size: 18px;
}

.payment-form #eway-payment-form {
    padding: 0 20px 10px;
}

.payment-form .dealers-pay-invoice-please-wait {
    display: none;
}

/* Order details view */

.dealer-layout .order-info ul {
    float: none;
    margin-bottom: 10px;
}

.dealer-layout .order-info-box + .order-info-box {
    display: none;
}

.dealer-layout .order-info-box {
    width: 600px;
}

/* Sales Rep Navigation */

.salesrep-navigation {
    line-height: 50px;
    height: 50px;
    background: #000;
    margin: 3px 0;
}

.salesrep-navigation ul {
    float: left;
}

.salesrep-navigation li {
    float: left;
    border-right: 3px solid #222;
}

.salesrep-navigation .link-order {
    border-left: 3px solid #222;
}

.salesrep-navigation a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 0 15px;
    text-align: center;
}

.salesrep-navigation .active {
    background: #101112;
}

.salesrep-navigation li:hover a {
    color: #d8ff00;
}

/* Sales Rep Lookup */
.portal-lookup-dealer .col-main > .page-title h1 {
    font-size: 18px;
}

.portal-lookup-dealer .none {
    padding: 10px 20px;
}

.portal-lookup-view .link-print,
.portal-lookup-view .back-link {
    display: none;
}

/* Sales Rep Forecasts */
.portal-forecasts-edit .main-container,
.portal-forecasts-history .main-container {
    width: 100%;
}

.portal-forecasts-edit .dealers-top,
.portal-forecasts-edit .section-title,
.portal-forecasts-history .dealers-top,
.portal-forecasts-history .section-title,
.portal-forecasts-history .chart-container {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.portal-forecasts-edit .filter-bar,
.portal-forecasts-history .filter-bar {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.portal-forecasts-edit .pager,
.portal-forecasts-history .pager {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.forecasts-container {
    padding: 0 0 20px 0;
}

.filter-bar {
    margin-bottom: 3px;
    background: #000;
    padding: 10px 20px;
}

.filter-bar label {
    float: left;
    color: #fff;
}

.filter-bar .input-box {
    float: left;
}

.filter-bar input {
    float: left;
    margin: 3px 5px 0 0;
}

.filter-currency input:checked + label {
    color: #009CDD;
}

#forecast-grid-frame {
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.forecast-grid {
    display: inline-block;
    text-align: left;
}

.forecast-grid .header-row {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.forecast-grid .header-row .cell {
    background: #000;
    line-height: 28px;
    padding: 0 5px;
}

.forecast-grid .row {
    margin-bottom: 5px;
    display: block;
    border-bottom: 1px solid #000;
}

.forecast-grid .totals {
    padding: 5px 0;
}

.forecast-grid .totals .cell {
    padding: 0 10px 0 0;
}

.forecast-grid .cell {
    float: left;
    width: 85px;
    line-height: 15px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.forecast-grid .cell.dealer-name {
    width: 160px;
    padding: 0 10px;
}

.forecast-grid .action {
    width: 70px;
}

.forecast-grid .field {
    margin-bottom: 1px;
}

.forecast-grid label {
    width: 30%;
    display: inline-block;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.forecast-grid input {
    width: 70%;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    color: #fff;
    text-align: right;
}

.forecast-grid .row:hover input {
    background: #fff;
    color: #000;
    box-shadow: inset 1px 1px 1px #aaa;
}

.forecast-grid .row input:focus {
    box-shadow: inset 1px 1px 2px #009EE0;
    background: #fff;
    color: #000;
}

.forecast-grid .button {
    margin-top: 6px;
}

.forecast-grid .button:focus span {
    background: #009EE0;
}

.ordered-text {
    color: #009CDD;
}

/* Scrollbar */
.sly-scrollbar {
    margin: 0 0 1em 0;
    height: 5px;
    background: #444;
    line-height: 0;
    padding: 1px;
    box-shadow: inset 1px 1px 1px #000;
    -moz-box-shadow: inset 1px 1px 1px #000;
}

.sly-scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #aaa;
    cursor: pointer;
    border: 1px outset #ccc;
    position: relative;
}

.sly-scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}

#forecastOverviewChart {
    margin-bottom: 20px;
}

/* Pages */
.sly-pages {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}

.sly-pages li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.sly-pages li:hover {
    background: #aaa;
}

.sly-pages li.active {
    background: #666;
}

.dealerquote-view-info {
    margin: 10px 0;
}

.dealerquote-actions {
    margin-top: 20px;
}

.dealerquote-actions a {
    display: block;
    color: #fff;
    margin-bottom: 3px;
    text-decoration: none;
    background: url(https://www.zhik.com/skin/frontend/zhik/default/images/button-grad-1.png) #009fe3 0 100%;
    line-height: 20px;
    padding: 5px 15px;
    width: 165px;
    font-size: 12px;
    text-transform: uppercase;
}

.dealerquote-actions a:hover {
    box-shadow: 0 0 15px 0 #009ee0;
}

.dealerquote-actions a.dealerquote-hold {
    background: #ffaf4b;
    background: -moz-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffaf4b), color-stop(100%, #ff920a));
    background: -webkit-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
    background: -o-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
    background: -ms-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
    background: linear-gradient(to bottom, #ffaf4b 0%, #ff920a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0);
}

.dealerquote-actions a.dealerquote-hold:hover {
    box-shadow: 0 0 15px 0 #ffaf4b;
}

.dealerquote-actions a.dealerquote-delete {
    background: #f5806c;
    background: -moz-linear-gradient(top, #f5806c 0%, #f02f17 71%, #e73827 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5806c), color-stop(71%, #f02f17), color-stop(100%, #e73827));
    background: -webkit-linear-gradient(top, #f5806c 0%, #f02f17 71%, #e73827 100%);
    background: -o-linear-gradient(top, #f5806c 0%, #f02f17 71%, #e73827 100%);
    background: -ms-linear-gradient(top, #f5806c 0%, #f02f17 71%, #e73827 100%);
    background: linear-gradient(to bottom, #f5806c 0%, #f02f17 71%, #e73827 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5806c', endColorstr='#e73827', GradientType=0);
}

.dealerquote-actions a.dealerquote-delete:hover {
    box-shadow: 0 0 15px 0 #e73827;
}

/* Commission */
.ordercommission-list-container {
    padding: 20px;
}

/* Generic Section */
.section-title {
    padding: 20px 0;
}

.section-title h1 {
    padding: 0 20px;
    float: left;
    text-transform: uppercase;
}

.section-menu {
    float: right;
    margin-right: 17px;
}

.section-menu li {
    display: inline;
}

.section-menu a {
    border: 1px solid #444;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 3px;
    font-size: 11px;
    padding: 3px 10px;
    text-align: center;
    color: #fff;
    background: #000;
}

.section-menu a:hover {
    background: #009CDD;
}

.section-container {
    padding: 20px;
}

.section-container p.required {
    text-align: left;
    margin-bottom: 10px;
}

.section-container .field-info {
    color: #9e9e9e;
    font-size: 11px;
    margin-top: 3px;
}

/* Leads */
.leads-container .legend {
    color: #009EE0;
    font-size: 15px;
    padding: 0 25px 0 20px;
    line-height: 35px;
    background: url(https://www.zhik.com/skin/frontend/zhik/default/images/header-bg-b.png) no-repeat right top;
    display: inline-block;
    margin: 0 0 20px 0;
    font-weight: 400;
    left: -20px;
}

.leads-container li.wide input.input-text {
    width: 400px;
}

.leads-container .field {
    width: 210px;
}

.leads-container .form-list .input-box {
    width: 100%;
}

.leads-container input.input-text {
    width: 190px;
}

.leads-container .postcode {
    width: 150px;
}

.leads-container .postcode .input-text {
    width: 130px;
}

/* Saved */
.dealer-layout .main .dealers-top + .my-account .page-title {
    background: none;
    margin: 0;
    padding: 40px 0 20px;
}

.dealer-layout .main .dealers-top + .page-title,
.dealer-layout .main .dealers-data + .page-title {
    margin: 0;
    padding: 40px 0 20px;
}

.dealer-layout .main .dealers-top + .my-account {
    /*background: rgba(0,0,0,0.5);*/
}

.amlist-list-edit.dealer-layout .amlist-edit-top,
.amlist-list-index.dealer-layout .amlist-content {
    /*background: rgba(0,0,0,0.5);*/
}

.dealer-layout.account-pages .main .dealers-top + .page-title,
.dealer-layout.account-pages .main .my-account .page-title {
    background: none;
}

.dealer-layout .saved-orders-list .dates {
    background: #000;
    color: #ddd;
}

#filter-query::-moz-placeholder {
    color: #fff !important;
}

.my-account .separator {
    margin-left: 14px;
    margin-right: 4px;
}
