/*** CAROUSEL *****************************************************************/
/*
@media (max-width: 600px) {
  .facet_sidebar {
    display: none;
  }
}
*/
.carousel {
    width: 985px;
    height: 450px;
    background-color: #fff;
    margin: -30px auto 0 auto;
    overflow: visible;
}

.carousel .frame {
    width: 985px;
    height: 450px;
    position: relative;
    overflow: visible;
}

.carousel .viewport {
    width: 985px;
    height: 450px;
    position: absolute;
    overflow: visible;
}

.ipad .carousel .viewport {
    overflow: hidden;
}

.carousel .pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 16px;
    text-align: center;
    z-index: 10;
}

.carousel .pagination .dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url('/img/carousel/paginator.png') no-repeat 0 0;
    cursor: pointer;
}

.carousel .pagination .dot-active {
    /*  background-position: 0 -160px;*/
}

.carousel .arrow {
    width: 20px;
    height: 38px;
    margin-top: -19px;
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.carousel .arrow-prev {
    background-image: url('/img/carousel/arrow-prev.png');
    left: 25px;
}

.carousel .arrow-next {
    background-image: url('/img/carousel/arrow-next.png');
    right: 25px;
}

.carousel .slides {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.carousel .tray {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel .slide {
    width: 985px;
    height: 450px;
    position: absolute;
    top: 0;
    display: none;
    overflow: visible;
}
.carousel .slide:first-child {
    display: block;
}
.carousel .slide a {
    display: inline-block;
    overflow: visible;
}
.mobile-version .carousel .slide a{
    margin-left: 0px;
}
.carousel .slide img {
    margin-left: -207px;
}

.mobile-version .carousel .slide img {
    margin-left: 0;
}

.mobile-version .carousel {
    width: 100%;
    height: auto;
    /*padding-bottom: 87.5%;*/
    /* 320x280 / 640x560 */
    /*padding-bottom: 125%;*/
    /* 320x400 / 640x800 */
    padding-bottom: 106.25%; /* 320*340 / 640x680 */
    background: #fff;
    position: relative;
    margin-top: -1px;
    touch-action: pan-y !important;
    -ms-touch-action: pan-y !important;
}

.mobile-version .carousel .viewport {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.mobile-version .carousel .pagination {
    bottom: 5px;
}

.mobile-version .carousel .pagination .dot {
    background-image: url('/img/carousel/paginator@2x.png');
    background-size: 16px 176px;
    cursor: pointer;
}

.mobile-version .carousel .slide {
    width: 100%;
    height: 100%;
}

/*** SIDEBARS *****************************************************************/

.sidebars {
    margin-top: 20px;
    width: 985px;
}

/*** SIDEBAR: PROMOTION *******************************************************/

.sidebar-promotions {
    float: left;
    width: 436px;
    margin-left: 14px;
}

.sidebar-promotions h4 {
    margin: 0 0 10px;
    padding: 0 3px;
    color: #466cb0;
}

.sidebar-promotions .box {
    width: 436px;
    background: transparent url('/img/sidebar/box-bg.gif') repeat-y 0 0;
}

.sidebar-promotions .box + .box {
    margin-top: 17px;
}

.sidebar-promotions .box .box-top {
    width: 436px;
    height: 6px;
    background: transparent url('/img/sidebar/box-top.gif') no-repeat 0 0;
}

.sidebar-promotions .box .box-bottom {
    width: 436px;
    height: 10px;
    background: transparent url('/img/sidebar/box-bottom.gif') no-repeat 0 0;
}

.sidebar-promotions .box .viewport {
    margin: 0 8px;
    overflow: hidden;
    position: relative;
    width: 420px;
    height: 177px;
}

.sidebar-promotions .box .viewport .tray {
    position: absolute;
    width: 420px;
    top: 0;
    left: 0;
}

.sidebar-promotions .box .viewport img.rollover {
    position: absolute;
    left: 0;
    top: 177px;
}

/*** SIDEBAR: BIG BOX PROMOTION ***************************************************/

.sidebar-bigbox {
    float: right;
    margin-right: 14px;
}

.sidebar-bigbox h4 {
    margin: 0 0 10px;
    padding: 0 3px;
    color: #466cb0;
}

.sidebar-bigbox .bigbox-top {
    background: url('/img/sidebar/box-top-fb.gif') no-repeat;
    width: 489px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar-bigbox .bigbox-container {
    background: url('/img/sidebar/box-bg-fb.gif') repeat-y;
    width: 489px;
    /*  padding-top: 15px;
        padding-bottom: 18px;*/
    padding-top: 6px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}

.sidebar-bigbox .bigbox-loading {
    height: 44px;
    background: transparent url(/img/facebook/loading.gif) no-repeat 46px 6px;
}

.sidebar-bigbox .bigbox-bottom {
    background: url('/img/sidebar/box-bottom-fb.gif') no-repeat;
    width: 489px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*** SIDEBAR: FACEBOOK FEED ***************************************************/

.sidebar-facebook {
    float: right;
}

.sidebar-facebook h4 {
    margin: 0 0 10px;
    padding: 0 3px;
    color: #466cb0;
}

.sidebar-facebook .feed-top {
    background: url('/img/sidebar/box-top-fb.gif') no-repeat;
    width: 489px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar-facebook .feed-container {
    background: url('/img/sidebar/box-bg-fb.gif') repeat-y;
    width: 489px;
    /*  padding-top: 15px;
        padding-bottom: 18px;*/
    padding-top: 6px;
    padding-bottom: 10px;
    position: relative;
}

.sidebar-facebook .feed-loading {
    height: 44px;
    background: transparent url(/img/facebook/loading.gif) no-repeat 46px 6px;
}

.sidebar-facebook .feed-bottom {
    background: url('/img/sidebar/box-bottom-fb.gif') no-repeat;
    width: 489px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sidebar-facebook .wallpost {
    /*margin-left: 25px;*/
    /*margin-right: 25px;*/
    font-family: Lucida Grande, Lucida, sans-serif;
    font-size: 13px;
    /*margin-bottom: 10px;*/
    margin: 10px 25px;
    min-height: 171px;
}

.sidebar-facebook .wallpost img {
    border: solid 1px #939393;
    float: left;
}

.sidebar-facebook .wallpost + .wallpost {
    border-top: solid 1px #dadada;
    padding-top: 10px;
    min-height: 172px;
}

.sidebar-facebook .fb-page {
    color: #CC092F;
    font-weight: bold;
    display: inline;
    margin-right: 4px;
}

.sidebar-facebook .fb-time {
    color: #959595;
    font-size: 11px;
    padding-top: 1px;
}

.sidebar-facebook .fb-post {
    margin-top: 7px;
    color: #555;
    margin-bottom: 7px;
    line-height: 1.3em;
    min-height: 20px;
    word-wrap: break-word;
}

.sidebar-facebook .fb-attachment {
    background-color: rgba(255, 255, 255, 0.6);
    background-position: 6px 6px;
    background-repeat: no-repeat;
    background-image: url('/img/social/fb-attachment-icon.gif');
    margin: 12px 0;
    padding: 6px 6px 6px 30px;
    border-left: solid 2px #dadada;
}

.sidebar-facebook .fb-attachment a {
    display: block;
    margin: 0 0 4px;
}

.sidebar-facebook .fb-attachment p {
    font-size: 11px;
    color: #555;
}

.sidebar-facebook .fb-link {
    font-family: Arial, Helvetica, sans-serif;
    color: #363636;
    text-decoration: underline;
    display: block;
}

.sidebar-facebook .fb-content {
    margin-left: 60px;
    position: relative;
    overflow: hidden;
}

.sidebar-facebook .fb-content-mask {
    width: 100%;
    height: 45px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent url('/img/facebook/mask.png') repeat-x left bottom;
}

.sidebar-facebook .fb-content-mask a {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.8em;
}

.sidebar-facebook .feed-container hr {
    border: 0;
    width: 90%;
    color: #DADADA;
    background-color: #DADADA;
    height: 1px;
}

/*** SIDEBAR: MENU CATEGORIS NAV ***************************************************/

.menu-categories {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox 28 and earlier*/
    background-color: #cc092f;
    position: relative;
    height: 40px;
    margin-bottom: 55px;
    padding: 10px 0px;
}

.oven-mitt {
    height: 97px;
    width: 169px;
    position: absolute;
    top: -20px;
    left: 0px;
    background: transparent url('/img/header/menu-cats-oven-mitt.png') top left no-repeat;
    z-index: 9999;
}

.fr .oven-mitt {
    left: -20px;
}

.menu-categories .nav {
    float: right;
}

.menu-categories .nav li {
    float: left;
    padding: 0 0 0 43px;
}

.fr .menu-categories .nav li {
    padding-left: 23px;
}

.menu-categories .nav a {
    color: #ffffff;
    font: 18px/18px Trade Gothic W01 Bold;
    text-decoration: none;
}

.fr .menu-categories .nav a {
    font-size: 16px;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('fonts/flexslider-icon.woff') format('woff'),
    url('fonts/flexslider-icon.ttf') format('truetype'),
    url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    position: relative;
    /*border: 4px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    */
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}
.flexslider .slides > li {
    margin-right: 5px;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    margin: -42px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;

    /*
    opacity: 0;
    width: 40px;
    height: 40px;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    */
    width: 31px;
    height: 84px;
    text-indent: -9999px;
}

.flex-direction-nav .flex-prev {
    left: -43px;
    background: url('/img/sidebar/flex-prev.png') top left no-repeat;
}

.flex-direction-nav .flex-next {
    right: -43px;
    /*text-align: right;*/
    background: url('/img/sidebar/flex-next.png') top left no-repeat;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}
@media screen and (max-width: 985px) and (orientation: portrait) {
    .carousel .slides {
        overflow: hidden;
    }
    .carousel .slide a {
        overflow: hidden;
    }
    .sidebars {
        overflow: hidden;
    }
}

.flexslider.carousel{
    height: 191px;
}