

/* FILE: styles.css */
/* Overlay */
#ampromo-items-add
{
    padding: 10px;
    text-align: center;
    max-width: 1220px;
    margin: 0 auto;
    background: #CBCBCB;
    color: #757575;
    font-size: 20px;
    font-family: "open_sans_condensed_bold", "open_sans_regular", Verdana, Arial, sans-serif;
    font-weight: bold;
}

#ampromo-items-add a
{
    color: #757575;
    text-decoration: none;
    text-transform: uppercase;
}

#ampromo-items-add a:hover {
    color: #d59b09;
}

.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: 10000;
    text-align: center;
    direction: ltr;
    overflow: scroll;
}

#ampromo-overlay .close
{
    position: absolute;
    top: 7px;
    right: 7px;
    background: url(//www.skins.net/skin/frontend/base/default/images/amasty/ampromo/close_icon.png) no-repeat;
    width: 16px;
    height: 16px;
    z-index: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: block;

    opacity: .8;
}

#ampromo-overlay .close:hover
{
    opacity: 1;
    transition: opacity 0.2s ease;
}

.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: 400px;
    }
    body .amcarousel #ampromo-carousel-wrapper {
        width: 250px;
    }
}

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

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

    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: 685px;
}


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

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

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

#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: 520px;
}

#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;
    background: url(//www.skins.net/skin/frontend/base/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
    width: 48px;
    height: 45px;
    font-size: 0;
    display: none;
}

.ampromo-carousel-control.carousel-disabled.prev
{
    background-position: 0 0 !important;
}

.ampromo-carousel-control.amcarousel-disabled.next
{
    background-position: -46px 0 !important;
}

.ampromo-carousel-control.prev
{
    background-position: 0 -45px;
    left: 20px;
}

.ampromo-carousel-control.next
{
    background-position: -46px -45px;
    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 {
    line-height: 50px;
}

.ampromo_items_form h4 a {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}

.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-product-name{
    font-weight: bold;
}

.ampromo-short-description{
    
}

.ampromo-img img{
    /*width: 100%;*/
}


/* FILE: amshopby.css */
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(//www.skins.net/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(//www.skins.net/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(//www.skins.net/skin/frontend/base/default/images/amshopby-rb1.gif);}

div.block-layered-nav dd .single-choice a.amshopby-attr-selected
{background-image: url(//www.skins.net/skin/frontend/base/default/images/amshopby-rb2.gif);}
.amshopby-swatch {
    background-image: url(//www.skins.net/skin/frontend/base/default/images/amshopby-cb1.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

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(//www.skins.net/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(//www.skins.net/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(//www.skins.net/skin/frontend/base/default/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(//www.skins.net/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(//www.skins.net/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(//www.skins.net/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(//www.skins.net/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(//www.skins.net/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(//www.skins.net/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(//www.skins.net/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('//www.skins.net/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-image: url('//www.skins.net/skin/frontend/base/default/images/am_btn_remove.gif'); background-repeat: no-repeat; width:13px; height:12px; margin-left: 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(//www.skins.net/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(//www.skins.net/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(//www.skins.net/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;
}



/* FILE: styles.css */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/* -------------------------------------------- *
 * Page Titles
 */
.post-name h1,
.post-name .h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #636363;
  border-bottom: 1px solid #ededed;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* Primary Buttons */
.cart-table .post-cart-actions .button {
  background: #3399cc;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.cart-table .post-cart-actions .button:hover {
  background: #2e8ab8;
  cursor: pointer;
}
.cart-table .post-cart-actions .button:active {
  background: #297aa3;
  color: #FFFFFF;
}
.cart-table .post-cart-actions .button:focus {
  background-color: #297aa3;
  outline: none;
  color: #FFFFFF;
}

/* -------------------------------------------- *
 * Icons
 */
.post-view .sharing-links a {
  background-image: url(//www.skins.net/skin/frontend/rwd/skins/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .post-view .sharing-links a {
    background-image: url(//www.skins.net/skin/frontend/rwd/skins/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}

.mini-posts-list .btn-remove,
.mini-posts-list .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.post-pricing {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
.post-pricing li, {
  font-size: 12px;
}
.post-pricing .benefit {
  font-style: italic;
}
.post-pricing .price {
  font-weight: bold;
}

/* -------------------------------------------- *
 * Post Image
 */
/*.post-image,
.no-touch .post-img-box .post-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  border: 1px solid #ededed;
}*/

@media only screen and (max-width: 770px) {
  body .post-img-box .post-image:hover {
    border-color: #ededed;
  }
}
.no-touch .post-image:hover {
  border-color: #3399cc;
}

.post-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.post-options ul.options-list div.input-box:after {
  display: none;
}
.post-options ul.options-list input.radio,
.post-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.post-options ul.options-list label {
  color: #636363;
  background-color: #f4f4f4;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
.post-options ul.options-list label:hover {
  background-color: #ececec;
}
.post-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.post-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.post-options ul.options-list label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

.mini-cart-list .post-name {
  display: inline-block;
}

.mini-cart-list .post-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .post-image img {
  width: 60px;
  height: 60px;
}

/* ================================================= *
 * General Post List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Post List General
 */
.posts-list .action .button,
.posts-grid .actions .button {
  white-space: normal;
}

/* -------------------------------------------- *
 * Post Name
 */
h2.post-name,
h3.post-name,
h4.post-name,
h5.post-name,
p.post-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
h2.post-name a,
h3.post-name a,
h4.post-name a,
h5.post-name a,
p.post-name a {
  color: #636363;
}
h2.post-name a:hover,
h3.post-name a:hover,
h4.post-name a:hover,
h5.post-name a:hover,
p.post-name a:hover {
  color: #3399cc;
  text-decoration: none;
}

.posts-grid .post-name,
.posts-list .post-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.posts-grid .post-name a,
.posts-list .post-name a {
  font-weight: 500;
}

/* ============================================ *
 * Post Grid
 * ============================================ */
.posts-grid {
  position: relative;
}

.posts-grid:after {
  content: '';
  display: table;
  clear: both;
}

.posts-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.posts-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

.posts-grid .post-image {
  width: 100%;
  margin-bottom: 15px;
}

.posts-grid .post-image img {
  width: 100%;
  height: auto;
}
.posts-grid .post-image img:hidden {
  display: none;
}

.widget-new-posts .posts-grid .post-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

.posts-grid .post-info {
  position: relative;
  padding-bottom: 95px;
}

.posts-grid .actions {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}

.posts-grid .ratings .rating-box {
  margin: 0 auto;
}

.posts-grid .ratings .amount {
  display: none;
}

.posts-grid .price-box {
  color: #a0a0a0;
  font-size: 13px;
  margin: 0 0 5px;
}

.posts-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
.posts-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

.posts-grid > li:nth-child(odd) {
  clear: left;
}

.posts-grid > li:nth-child(even) {
  margin-right: 0;
}

.posts-grid .post-image {
  margin-bottom: 5px;
}
.posts-grid .post-image:before, .posts-grid .post-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.posts-grid .post-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.posts-grid .post-image:after {
  background-image: url("//www.skins.net/skin/frontend/rwd/skins/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.posts-grid .post-image.loading {
  position: relative;
}
.posts-grid .post-image.loading:before, .posts-grid .post-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .posts-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  .posts-grid > li:nth-child(odd) {
    clear: none;
  }
  .posts-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  .posts-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  .posts-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .posts-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .posts-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .posts-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .posts-grid--max-4-col > li:nth-child(even),
  .posts-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .posts-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  .posts-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .posts-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .posts-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .posts-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .posts-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .posts-grid--max-5-col > li:nth-child(even),
  .posts-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .posts-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  .posts-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .posts-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  .posts-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .posts-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .posts-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .posts-grid--max-6-col > li:nth-child(even),
  .posts-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .posts-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  .posts-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  .posts-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  .posts-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Post List
 * ============================================ */
.posts-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.posts-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.posts-list > li:after {
  content: '';
  display: table;
  clear: both;
}
.posts-list > li .post-image {
  float: left;
  width: 33.33333%;
}
.posts-list > li .post-image img {
  width: 100%;
  max-width: 100%;
}
.posts-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.posts-list .post-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
.posts-list .post-shop .post-name {
  margin-bottom: 0;
}
.posts-list .post-shop .ratings {
  margin: 0;
}
.posts-list .post-shop .ratings .rating-box,
.posts-list .post-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
.posts-list .post-shop .ratings .rating-links {
  margin-top: 4px;
}
.posts-list .post-shop .price-box {
  margin-top: 0;
}
.posts-list .post-shop .price-box .price {
  font-size: 18px;
}
.posts-list .post-shop .action {
  margin: 7px 0;
}
.posts-list .post-shop .desc {
  margin-top: 7px;
}
.posts-list .post-shop .post-primary,
.posts-list .post-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}
.posts-list .post-shop .post-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .posts-list .post-name a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  .posts-list .post-shop .post-primary,
  .posts-list .post-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  .posts-list .post-shop .post-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .posts-list .post-shop .price-box .special-price {
    padding-left: 0;
  }

  .posts-list .post-shop .post-primary,
  .posts-list .post-shop .post-secondary,
  .posts-list .post-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Post List
 * ============================================ */
.mini-posts-list .post-image {
  float: left;
  min-width: 50px;
}
.mini-posts-list .post-details {
  margin-left: 60px;
}
.mini-posts-list .post-details .post-name {
  padding-top: 10px;
}
.mini-posts-list li {
  margin-bottom: 10px;
  clear: both;
}
.mini-posts-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-posts-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-posts-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-posts-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-posts-images-list li.item .post-image {
  display: block;
}
.mini-posts-images-list li.item .post-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - Post
 * ============================================ */
.post-view .post-essential .extra-info .ratings .rating-box,
.post-view .post-essential .extra-info .ratings .amount {
  float: left;
}
.post-view .post-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
.post-view .post-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
.post-view .post-essential:after {
  content: '';
  display: table;
  clear: both;
}
.post-view .post-shop .post-name .h1,
.post-view .post-img-box .post-name h1 {
  color: #3399cc;
  margin-bottom: 10px;
  border: 0;
}
.post-view .post-shop {
  width: 50%;
  float: right;
}
.post-view .post-shop .post-name {
  display: none;
  float: left;
}
.post-view .post-shop .post-name .h1 {
  float: left;
  margin-bottom: 5px;
}
.post-view .post-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
  width: 70%;
}
.post-view .post-shop .price-info {
  float: right;
  padding-left: 15px;
  text-align: right;
}
.post-view .post-shop .extra-info,
.post-view .post-shop .price-info {
  max-width: 70%;
  margin-bottom: 10px;
}
.post-view .post-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
.post-view .post-shop .ratings {
  margin-bottom: 8px;
}
.post-view .post-shop .availability {
  font-size: 16px;
}
.post-view .post-shop .price-box {
  margin-top: 0;
}
.post-view .post-shop .price-box .old-price,
.post-view .post-shop .price-box .special-price,
.post-view .post-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
.post-view .post-shop .price-box .regular-price .price,
.post-view .post-shop .price-box .special-price .price,
.post-view .post-shop .price-box .full-post-price .price {
  color: #3399cc;
  font-size: 24px;
}
.post-view .post-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}
.post-view .post-shop .price-box .special-price span.weee {
  color: #636363;
}
.post-view .post-shop .price-box .special-price span.weee span.price {
  font-size: 16px;
}
.post-view .post-shop .price-box .price-excluding-tax,
.post-view .post-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #636363;
}
.post-view .post-shop .price-box .price-excluding-tax .label,
.post-view .post-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}
.post-view .post-shop .price-box .price-excluding-tax .price,
.post-view .post-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
.post-view .price-box.map-info a {
  display: inherit;
}
.post-view .old-price .price-label {
  display: none;
}
.post-view .add-to-cart-wrapper,
.post-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}

@media only screen and (max-width: 850px) {
  .post-view .post-shop .price-box .price-excluding-tax .label,
  .post-view .post-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }
  .post-view .post-shop .price-box .price-excluding-tax .price,
  .post-view .post-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 770px) {
  .post-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  .post-view .post-shop .price-box .price-excluding-tax .label,
  .post-view .post-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }
  .post-view .post-shop .price-box .price-excluding-tax .price,
  .post-view .post-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .post-view .post-shop .price-box .price-excluding-tax,
  .post-view .post-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  .post-view .post-shop .price-box .price-excluding-tax span,
  .post-view .post-shop .price-box .price-including-tax span {
    display: block;
  }
}
/*.post-img-box {
  width: 50%;
  float: left;
}
.post-img-box .post-name h1 {
  border: 0;
}
.post-img-box .post-image {
  margin-bottom: 10px;
}
.post-img-box .post-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}

@media only screen and (max-width: 479px) {
  .post-img-box .post-image img {
    max-height: 450px;
  }
}
.post-image-gallery {
  position: relative;
}
.post-image-gallery .gallery-image {
  display: none;
}
.post-image-gallery .gallery-image.visible {
  display: block;
}
.post-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.post-image-gallery:before, .post-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.post-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.post-image-gallery:after {
  background-image: url("//www.skins.net/skin/frontend/rwd/skins/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.post-image-gallery.loading {
  position: relative;
}
.post-image-gallery.loading:before, .post-image-gallery.loading:after {
  display: block;
}*/

.post-image-thumbs li {
  display: inline-block;
}
.post-image-thumbs li:first-child {
  margin-left: -1px;
}
.post-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

.no-touch .post-image-thumbs a:hover {
  border-color: #c7c7c7;
}

.post-view .post-shop,
.post-view .add-to-cart-wrapper,
.post-view .block-related {
  padding-left: 15px;
}

/*.post-img-box {
  padding-right: 15px;
}*/

.post-view .post-shop,
/*.post-img-box,*/
.post-collateral,
.post-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

.post-view {
  /* Set a min-height so that the floated elements break appropriately */
}
.post-view .add-to-box:after,
.post-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.post-view .add-to-cart {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.post-view .add-to-cart .qty-wrapper,
.post-view .post-options-bottom .price-box,
.post-view .add-to-cart-buttons {
  min-height: 40px;
}
.post-view .post-options-bottom .price-box,
.post-view .add-to-cart .qty-wrapper,
.post-view .add-to-cart-buttons .button,
.post-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
.post-view .add-to-cart .qty-wrapper,
.post-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
.post-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
.post-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
.post-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
  max-width: 100%;
}
.post-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.post-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}
.post-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
.post-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.post-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.post-view .add-to-cart-buttons .button {
  min-height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;
  white-space: normal;
}
.post-view .alert-price,
.post-view .alert-stock {
  clear: both;
}

@media only screen and (max-width: 479px) {
  .post-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  .post-view .add-to-cart-buttons .paypal-logo,
  .post-view .add-to-cart-buttons .paypal-or,
  .post-view .add-to-cart-buttons .paypal-button,
  .post-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}

.post-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
.post-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
.post-view .add-to-links li {
  float: left;
}
.post-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #cccccc;
}
.post-view .add-to-links li:first-child a {
  margin-left: 0px;
}
.post-view .add-to-links li:last-child a {
  border-right: 0px;
}

.post-view .sharing-links {
  float: left;
}
.post-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.post-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
.post-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.post-view .sharing-links a:hover {
  opacity: 0.8;
}
.post-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
.post-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
.post-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
.post-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
.post-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

.post-collateral {
  clear: both;
}

@media only screen and (min-width: 771px) {
  .post-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #cccccc;
    background-color: #f4f4f4;
  }
  .post-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  .post-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px;
  }
  .post-collateral .toggle-tabs li.current {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
  .post-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }
  .post-collateral .toggle-tabs li.current span,
  .post-collateral .toggle-tabs li:hover span {
    color: #3399cc;
  }
  .post-collateral .toggle-tabs li:first-child {
    border-left: none;
  }
  .post-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .post-collateral > dl {
    width: 100%;
  }
  .post-collateral > dl > dt {
    display: none;
  }
  .post-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #cccccc;
    border-top: 0;
  }
  .post-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .post-collateral .toggle-tabs {
    display: none;
  }
  .post-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
  }
  .post-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .post-collateral > dl > dt:hover {
    background-color: #ececec;
  }
  .post-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }
  .post-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }
  .post-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .post-collateral > dl > dt:hover {
    color: #3399cc;
  }
  .post-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
  }
  .post-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  .post-collateral > dl > dd {
    display: none;
  }
  .post-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .post-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .post-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .post-view .post-shop,
  .post-view .add-to-cart-wrapper,
  .post-view .block-related,
  .post-img-box,
  .post-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 771px) {
  .post-view .post-shop .post-name {
    display: block;
  }

  .post-img-box .post-name {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .post-view .post-shop,
  .post-img-box,
  .post-collateral,
  .post-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
.post-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

#post-attribute-specs-table {
  max-width: 50em;
  border: 1px solid silver;
}
#post-attribute-specs-table th {
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}

/* -------------------------------------------- *
 * Catalog - Post Options
 */
.post-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  border: 1px solid #cccccc;
  clear: both;
  position: relative;
}

.post-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
  text-align: right;
}

@media only screen and (max-width: 979px) {
  .post-view .post-options .required {
    position: static;
  }
}
.post-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

.post-options dt:first-child {
  margin-top: 0;
}

.post-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

.post-options dd .qty-holder .qty {
  width: 3em;
}

.post-options dd .qty-holder label {
  vertical-align: middle;
}

.post-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.post-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #ededed;
}

.post-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

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

.post-options dd .input-box {
  padding-top: 0;
}

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

.post-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

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

.post-options dd select {
  width: 330px;
  max-width: 100%;
}

.post-options ul.options-list {
  margin-right: 5px;
}

.post-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.post-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.post-options ul.options-list .radio,
.post-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.post-options ul.options-list .label {
  display: block;
}

.post-options ul.options-list label {
  font-weight: normal;
}

.post-options p.note {
  margin: 0;
  font-size: 11px;
}

.post-options-bottom {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 1px solid #cccccc;
  border-top: 0;
  margin-bottom: 10px;
}

.post-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.post-options-bottom .post-pricing,
.post-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #636363;
}
@media only screen and (max-width: 1199px) {
  .post-options-bottom .post-pricing,
  .post-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}

.post-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.post-options-bottom .tier-prices .price,
.post-options-bottom .tier-prices .benefit {
  color: #636363;
}

/* "display: none" should be removed if posts on site have a long list of post options and those post options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.post-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .post-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .post-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
.post-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Posts
 */
/* Block: Related */
.block-related .post {
  margin-left: 20px;
  position: relative;
}
.block-related .post-details {
  margin-left: 90px;
}
.block-related .post-name {
  margin-bottom: 3px;
}
.block-related .post-details .price-box {
  margin: 2px 0 3px;
}
.block-related .post-details .price-box a,
.block-related .post-details .price-box p,
.block-related .post-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .post-details .price-box a:first-child,
.block-related .post-details .price-box p:first-child,
.block-related .post-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}
.block-related .post-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .post-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .post-image {
  display: inline-block;
}

.compare-table .post-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .post-shop-row.bottom td {
  padding-top: 0;
}

@media only screen and (max-width: 599px) {
  .post-cart-sku {
    display: none;
  }
}

.cart-table .post-cart-info,
.cart-table .post-cart-actions {
  padding-left: 15px;
}
.cart-table .post-cart-image .cart-links,
.cart-table .post-cart-info .btn-remove,
.cart-table .post-cart-actions .button {
  display: none;
}
.cart-table .post-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .post-cart-image .post-image img {
  max-width: 100%;
  width: 100%;
}
.cart-table .post-cart-image a.cart-edit {
  display: none;
}
.cart-table .post-cart-sku {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .post-cart-sku .label {
  font-weight: 600;
}
.cart-table .post-cart-total,
.cart-table .post-cart-price {
  text-align: center;
}
.cart-table .post-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .post-cart-actions .qty {
  height: 30px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3.2em;
}
.cart-table .post-cart-actions .button {
  margin-bottom: 5px;
}

@media only screen and (max-width: 770px) {
  .cart-table .post-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table td.post-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table td.post-cart-price {
    text-align: left;
  }
  .cart-table .post-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .post-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .post-cart-info {
    float: right;
    width: 75%;
  }
  .cart-table .post-cart-actions,
  .cart-table .post-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .post-cart-remove,
  .cart-table .post-cart-total,
  .cart-table .post-cart-actions .cart-links {
    display: none;
  }
  .cart-table .post-cart-image .cart-links,
  .cart-table .post-cart-info .btn-remove {
    display: block;
  }
  .cart-table .post-cart-actions .button {
    display: none;
  }
  .cart-table .post-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .cart-table .post-cart-info .post-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .post-cart-actions {
    text-align: left;
  }
  .cart-table .post-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .post-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  }
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell .item a.post-image {
  width: auto;
  float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell .posts-grid > li:nth-child(even),
  .crosssell .posts-grid > li:nth-child(3n),
  .crosssell .posts-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  .crosssell .posts-grid > li:nth-child(odd) {
    clear: left;
  }
  .crosssell .posts-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .crosssell .posts-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .post-details .crosssell-actions {
    padding: 0 5px;
  }
}

.gift-messages-form .item .post-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}

.gift-message-form .gift-item .post-img-box {
  width: 200px;
}
.gift-message-form .gift-item .post-img-box .post-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .post-img-box .post-name {
  display: block;
}

@media only screen and (max-width: 770px) {
  .gift-message-form .gift-item .post-img-box {
    width: 100%;
    float: none;
  }
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.post-view .post-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

.posts-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}

.post-view .post-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.post-view .post-options .swatch-attr label,
.post-view .post-options .swatch-attr .select-label {
  font-size: 12px;
}
.post-view .post-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.post-view .post-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #3399cc;
  padding-left: 5px;
}
.post-view .post-options dd .input-box {
  width: auto;
  height: auto;
}
.post-view .post-options .select-label {
  display: none;
}
.post-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

body.customer-account .sidebar ol#cart-sidebar-reorder p.post-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.post-name {
  display: inline;
  margin-bottom: 0;
}

ol#cart-sidebar-reorder p.post-name {
  display: inline;
}

@media only screen and (max-width: 770px) {
  body.review-post-list .post-view .post-shop .price-info {
    padding-left: 0;
  }
  body.review-post-list .post-view .post-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  body.review-post-list .post-view .post-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  body.review-post-list .post-view .post-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  body.review-post-list .post-view .post-shop .extra-info {
    min-width: 0;
  }
  body.review-post-list .post-view .post-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}

/* ============================================ *
 * Review View Page
 * ============================================ */
.review-post-view .post-review .post-details h2 {
  border-bottom: none;
}
.review-post-view .post-review .post-img-box {
  width: auto;
  max-width: 50%;
}
.review-post-view .post-review .post-img-box > a {
  width: 100%;
}
.review-post-view .post-review .post-img-box .post-image {
  width: 100%;
}

@media only screen and (max-width: 770px) {
  .review-post-view .post-review .post-img-box {
    max-width: 100%;
  }
}

#wishlist-table .post-name {
  font-size: 16px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .post-name a {
  color: #3399cc;
}
@media only screen and (max-width: 979px) {
  #wishlist-table .post-name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 770px) {
  #wishlist-table .post-name {
    font-size: 16px;
  }
}

/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-posts-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .post-details .post-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.header-minicart .mini-posts-list {
  padding: 10px;
  padding-top: 0px;
}
.header-minicart .mini-posts-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-posts-list li.last {
  border: none;
}
.header-minicart .mini-posts-list li .post-details {
  position: relative;
}
.header-minicart .post-details .post-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .post-details .post-name a {
  color: #3399cc;
}

/* ============================================ *
 * Account - Reviews
 * ============================================ */
.post-review .post-img-box p.label {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.post-review .post-img-box .rating-box {
  margin: 15px 0;
}
.post-review .post-details h2 {
  border-bottom: 1px solid #cccccc;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}
.post-review .ratings-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.post-review .ratings-table th {
  padding-right: 10px;
}
.post-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.post-review .ratings-description dt {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.post-review .ratings-description dd {
  color: #737373;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 771px) {
  .post-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .post-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .post-review .ratings-table tr {
    float: none;
  }
}

.catalog-post-view .map-info {
  white-space: normal;
}
.catalog-post-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
.catalog-post-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

.post-tags {
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

.post-tags li {
  float: left;
  margin-right: 15px;
}

.post-tags li.last {
  margin-right: 0px;
}

@media only screen and (min-width: 1199px) {
  .col2-left-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .posts-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .posts-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .posts-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .posts-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .posts-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .posts-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(4n+1),
  .col3-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col2-left-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .posts-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .posts-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .posts-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .posts-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .posts-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .posts-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(5n+1),
  .col3-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 770px) {
  .col1-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .posts-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .posts-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .posts-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col1-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .posts-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .posts-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .posts-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}


/* FILE: mirasvit_searchindex.css */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}



/* FILE: skins_banners.css */
.catalog-category-view .promo_banner {
  height: 415px;
  position: relative;
  z-index:0;
}
.promo_banner {
  position: relative;
  z-index: 0;
}
.promo_banner .right {
    float: none;
}
.banner-widget-view {
  position: relative;
  max-width: 100%;
  margin: auto auto;
}
.banner-widget-view img{
  width: 100%;
}
.banner-widget-view .banner-content {
  position: absolute;
  z-index: 11;
  padding: 0;
  min-width: 320px;
  display: table;
  padding: 15px;
  height: 100%;
  margin: auto auto;
  top: 50%;
  transform: translateY(-50%);
}
.banner-widget-view .banner-v {
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: auto auto;
  vertical-align: middle;
}
.banner-widget-view h2.banner-text {
  font-size: 60px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.0;
}
.banner-widget-view .btn-border {
  line-height: 35px !important;
}
.left .banner-content {
  float: left;
  padding: 0 0% 0 5%;
  max-width: 45%;
  left: 0px;
  right: auto;
}
.right .banner-content {
  float: right;
  padding: 0 5% 0 0%;
  max-width: 45%;
  text-align: right;
  right: 0px;
  left: auto;
}
.center .banner-content {
  width: 100%;
}
.center .banner-content .banner-v{
    width: 100%;
}
.center .banner-content .banner-v h2{
  max-width: 100%;
}
.center .banner-content .banner-v h3{
  max-width: 100%;
}
.cta-buttons {
  width: auto;
  display: table;
  margin: 0 auto;
}
.left .cta-buttons {
  float: left;
}
.right .cta-buttons {
  float: right;
}
.right .cta-buttons a,
.left .cta-buttons a {
  margin-bottom: 10px;
  padding: 0 10px;
}
.cta-buttons .top-left {
  float:left;
  margin-right: 5px;
}
.cta-buttons .top-right {
  float: right;
  margin-left: 5px !important;
}
.cta-buttons .center-center {
  display: inline-block;
}
.banner-widget-view .button {
  line-height: 40px;
}
.catalog-category-view .banner-sub {
  font-size: 36px;
  line-height: 1.2;
}
.catalog-category-view .cta-buttons {
  display: block;
  padding: 0 !important;
}
.cta-buttons .top-right {
  margin-top: 5px;
}
.background-white {
    background: white;
    padding: 20px;
}

.align-bottom.banner-widget-view .banner-v{
  vertical-align: bottom !important;
}
.align-middle.banner-widget-view .banner-v{
  vertical-align: middle !important;
}

.background-white ol {
    list-style: inside decimal;
}
/* Larger Screens */
@media (max-width: 1280px) and (min-width: 769px) {
    .background-white {
        overflow-y: scroll;
        height: 400px;
    }
}

/* Landscape screens */
@media (max-width: 768px) {
  .banner-content {
    padding:5% !important;
  }
    .banner-widget-view h2.banner-text {
      font-size: 45px;
    }

  .banner-sub {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .catalog-category-view .banner-sub {
      font-size: 36px;
      line-height: 1.2;
  }

  .guide-pop {
      width: 90%;
  }

  .background-white {
      overflow-y: scroll;
      height: 400px;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .cta-buttons {
    display: block;
  }
  .cta-buttons .center-center {
    margin: 5px auto 0 0 !important;
    width: 100%;
    clear: both;
  }

  .left .banner-content {
    max-width: 100%;
  }
  .right .banner-content {
    max-width: 100%;
  }

  .align-bottom-mobile.banner-widget-view .banner-v{
    vertical-align: bottom !important;
  }
  .align-middle-mobile.banner-widget-view .banner-v{
    vertical-align: middle !important;
  }

  .background-white {
      overflow-y: scroll;
      height: 350px;
  }
}

@media only screen and (max-width: 480px) {
    .banner-widget-view h2.banner-text {
        font-size: 30px;  }

    .cms-home .center .cta-buttons .button:nth-child(1) {
        width: 47%;
    }
    .cms-home .center .cta-buttons .button + .button {
        width: 47%;
    }
    .cms-page-view .center .cta-buttons .button:nth-child(1) {
        width: 47%;
    }
    .cms-page-view .center .cta-buttons .button + .button {
        width: 47%;
    }
    .banner-widget-view .banner-text p {
        margin: 10px 0;
    }
    .catalog-category-view .banner-sub {
        font-size: 30px;
    }
    .banner-sub {
        margin-top: 5px;
        margin-bottom: 15px;
    }
}



/* FILE: jquery.fancybox-1.3.4.css */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 2000px;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('//www.skins.net/skin/frontend/rwd/skins/css/fancybox/menu-close.svg') no-repeat;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}


/* FILE: stylesheet.css */
/*Bold Italic*/
@font-face {
    font-family: 'effra';
    src: url('//www.skins.net/skin/frontend/rwd/skins/fonts/effra-bolditalic-webfont.woff2') format('woff2'),
    url('//www.skins.net/skin/frontend/rwd/skins/fonts/effra-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;

}
/*Italic*/
@font-face {
    font-family: 'effra';
    src: url('//www.skins.net/skin/frontend/rwd/skins/fonts/effra-italic-webfont.woff2') format('woff2'),
    url('//www.skins.net/skin/frontend/rwd/skins/fonts/effra-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;

}
/*Heavy Italic*/
@font-face {
    font-family: 'effra';
    src: url('//www.skins.net/skin/frontend/rwd/skins/fonts/effraheavy-italic-webfont.woff2') format('woff2'),
    url('//www.skins.net/skin/frontend/rwd/skins/fonts/effraheavy-italic-webfont.woff') format('woff');
    font-weight: 900;
    font-style: italic;

}
/*Light Italic*/
@font-face {
    font-family: 'effra';
    src: url('//www.skins.net/skin/frontend/rwd/skins/fonts/effralight-italic-webfont.woff2') format('woff2'),
    url('//www.skins.net/skin/frontend/rwd/skins/fonts/effralight-italic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;

}
/*Medium Italic*/
@font-face {
    font-family: 'effra';
    src: url('//www.skins.net/skin/frontend/rwd/skins/fonts/efframedium-italic-webfont.woff2') format('woff2'),
    url('//www.skins.net/skin/frontend/rwd/skins/fonts/efframedium-italic-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;

}
/*Bold*/
@font-face {
    font-family: 'effra';
    src: url('//www.skins.net/skin/frontend/rwd/skins/fonts/effra-bold-webfont.woff2') format('woff2'),
    url('//www.skins.net/skin/frontend/rwd/skins/fonts/effra-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
/*Bold Renamed for convenience*/
@font-face {
    font-family: 'effrabold';
    src: url('//www.skins.net/skin/frontend/rwd/skins/fonts/effra-bold-webfont.woff2') format('woff2'),
    url('//www.skins.net/skin/frontend/rwd/skins/fonts/effra-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
/*Regular*/
@font-face {
    font-family: 'effra';
    src: url('//www.skins.net/skin/frontend/rwd/skins/fonts/effra-regular-webfont.woff2') format('woff2'),
    url('//www.skins.net/skin/frontend/rwd/skins/fonts/effra-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
/*Heavy Regular*/
@font-face {
    font-family: 'effra';
    src: url('//www.skins.net/skin/frontend/rwd/skins/fonts/effraheavy-regular-webfont.woff2') format('woff2'),
    url('//www.skins.net/skin/frontend/rwd/skins/fonts/effraheavy-regular-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}
/*Light Regular*/
@font-face {
    font-family: 'effra';
    src: url('//www.skins.net/skin/frontend/rwd/skins/fonts/effralight-regular-webfont.woff2') format('woff2'),
    url('//www.skins.net/skin/frontend/rwd/skins/fonts/effralight-regular-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
/*Medium Regular*/
@font-face {
    font-family: 'effra';
    src: url('//www.skins.net/skin/frontend/rwd/skins/fonts/efframedium-regular-webfont.woff2') format('woff2'),
    url('//www.skins.net/skin/frontend/rwd/skins/fonts/efframedium-regular-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

/*Bootstrap glyphicons*/
@font-face {
    font-family: 'glyphicons';
    src: url('//www.skins.net/skin/frontend/rwd/skins/fonts/glyphicons-halflings-regular.eot');
    src: url('//www.skins.net/skin/frontend/rwd/skins/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('//www.skins.net/skin/frontend/rwd/skins/fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('//www.skins.net/skin/frontend/rwd/skins/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('//www.skins.net/skin/frontend/rwd/skins/fonts/glyphicons-halflings-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* FILE: owl.carousel.css */
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 80%;
	margin: 0 auto;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(//www.skins.net/skin/frontend/rwd/skins/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* FILE: owl.theme.css */
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(//www.skins.net/skin/frontend/rwd/skins/css/AjaxLoader.gif) no-repeat center center
}


/* FILE: owl.transitions.css */
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


/* FILE: slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.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;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* FILE: slick-theme.css */
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('//www.skins.net/skin/frontend/rwd/skins/images/opc-ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('//www.skins.net/skin/frontend/rwd/skins/fonts/slick.eot');
    src: url('//www.skins.net/skin/frontend/rwd/skins/fonts/slick.eot?#iefix') format('embedded-opentype'), url('//www.skins.net/skin/frontend/rwd/skins/fonts/slick.woff') format('woff'), url('//www.skins.net/skin/frontend/rwd/skins/fonts/slick.ttf') format('truetype'), url('//www.skins.net/skin/frontend/rwd/skins/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

