body{
    font: 12.8px 'PT Sans', Arial, Sans;
    text-align: center;
    color: #111;
    background: #fff1e1;
    min-height: 100%;
}

#body{
    min-width: 1000px;
    /*min-height: 100%;*/
    min-height: auto;
    /*-height: 100%;*/
    position: relative;
    /*z-index: 0;*/
    background: #fff url(images/bg-middle.jpg) repeat-x center 200px;
}


.block {display: block !important;}

.padding-left5 {padding-left: 5px}
.padding-left10 {padding-left: 10px}
.padding-left15 {padding-left: 15px}
.padding-left20 {padding-left: 20px}
.padding-left25 {padding-left: 25px}
.padding-left30 {padding-left: 30px}

#dynamic-panel{
    padding-bottom: 160px;
}
#fixed-panel{
    height: 160px;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    background: #ffe5c5 url(images/bg-footer.png) repeat-x center top;
}

#top-panel{
    background: url(images/bg-top.jpg) repeat-x center top;
}
#top-panel .top-panel-container{
    width: 1000px;
    min-height: 155px;
    -height: 200px;
    margin: 0 auto;
    position: relative;
}
#top-panel .top-panel-upper{
    min-height: 90px;
    -height: 90px;
}
#top-panel .top-panel-lower{
    min-height: 50px;
    -height: 50px;
    padding-top: 34px;
}
#top-panel .top-panel-upper-left{
    float: left;
}
#top-panel .top-panel-upper-right{
    /* width: 700px; */
    padding-top: 15px;
    float: right;
}
#top-panel .top-panel-lower-left{
    /* width: 750px; */
    width: 100%;
    float: left;
}
#top-panel .top-panel-lower-right{
    /* width: 400px; */
    float: right;
}
#h1{
    width: 240px;
    height: 90px;
    background: url(images/logo.png) no-repeat center center;
}
#top-panel .topinfo-block{
    float: left;
    padding: 15px 0 15px 70px;
    margin-right: 20px;
    vertical-align: middle;
    text-align: left;
}
#top-panel .topinfo-block-last{
    margin: 0;
}
#top-panel .topinfo-block-contact{
    background: url(images/ico-phone.png) no-repeat left center;
    margin-top: -7px;
}
#top-panel .topinfo-block-account{
    background: url(images/ico-person.png) no-repeat left center;
}
#top-panel .topinfo-block-cart{
    background: url(images/ico-cart.png) no-repeat left center;
}
#top-panel .topinfo-block .topinfo-block-header{
    font-size: 0.9em;
    text-transform: uppercase;
}
#top-panel .topinfo-block .topinfo-block-header a{
    color: #111;
}
#top-panel .topinfo-block .topinfo-block-content{
    font-size: 1.0em;
    font-weight: bold;
    color: #b11411;
}
#top-panel .topinfo-block .topinfo-block-content a{
    vertical-align: middle;
}
#top-panel .topinfo-block .topinfo-block-content a span{
    vertical-align: baseline;
}
#top-panel .topinfo-block .cart-price-big{
    font-size: 1.5em;
}
#changeLang {list-style: none; position: absolute; left: 290px; top: 35px; margin: 0; padding: 0; z-index: 300;}
#changeLang li {display: inline-block; padding-left: 10px}
#changeLang li img {padding: 0; margin: 0; border: 0;}


#floatpanel{
    padding: 4px 0 5px 0; /* 37 */
    position: relative;
    z-index: 200;
}
#main-menu ul li, #main-menu-float ul li{
    float: left;
    margin-right: 1px;
}
#main-menu ul li a, #main-menu-float ul li a{
    display: block;
    padding: 7px 10px;
    background: #df2f42 url(images/button-red-bg.png) repeat-x center bottom;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-left: 1px #df2f42 solid;
    border-top: 1px #df2f42 solid;
    border-right: 1px #741221 solid;
    border-bottom: 1px #741221 solid;
    border-radius: 5px;
}
#main-menu ul li a:hover, #main-menu-float ul li a:hover{
    text-decoration: none;
    color: #ffd88d;
}
div.top-floatpanel{
    display: none;
    width: 650px;
    background: #ffe5c5;
    position: absolute;
    border: 3px #ffc55c solid;
    border-radius: 10px;
    z-index: 9100;
    top: 100%;
    left: 0;
    box-shadow: 5px 5px 15px -5px #000;
}
div.top-floatpanel-container{
    padding: 15px;
}
div.top-floatpanel div.top-floatpanel-col{
    width: 48%;
    text-align: left;
}
div.top-floatpanel div.top-floatpanel-colleft{
    float: left;
}
div.top-floatpanel div.top-floatpanel-colright{
    float: right;
}
div.top-floatpanel div.top-floatpanel-col ul li{
    font-size: 1.2em;
    padding: 3px 0;
    border-bottom: 1px #edd5aa solid;
}
div.top-floatpanel div.top-floatpanel-col ul li a:hover{
    text-decoration: none;
    color: #f00;
}

#scroll-menu{
    display: none;
    width: 100%;
    padding: 5px 0;
    background: #feedcf;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    box-shadow: 0 3px 15px -10px #000;
}
#scroll-menu .scroll-menu-container{
    width: 1000px;
    margin: 0 auto;
}
#scroll-menu .scroll-menu-left{
    float: left;
}
#scroll-menu .scroll-menu-right{
    float: right;
}
#cart-float a{
    display: block;
    background: url(images/cart-float.png) no-repeat left center;
    padding: 5px 0 5px 40px;
    vertical-align: middle;
    font-size: 1.1em;
    font-weight: bold;
}

.social-block-fb{
    width: 220px;
    margin-top: 7px;
    height: 65px;
    background: url(images/fb-followus.png) no-repeat center center;
}
.social-block-fb a{
    display: block;
    height: 100%;
}
.social-block-fb a span{
    display: none;
}

#middle-panel{
    /*min-height: 570px;*/
    height: auto;
}
#middle-panel .middle-panel-container{
    width: 1000px;
    margin: 0 auto;
}

#content-panel{

}
#content-panel .content-panel-container{
    width: 1000px;
    margin: 0 auto;
}
#content{
    text-align: left;
}

#banner-panel .banner-panel-container{
    /* UPRAVA */
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}
#banner-panel .banner-panel-left{
    /* UPRAVA */
    width: 23%;
    margin-right: 1%;
    /*width: 225px;*/
    float: left;
}
#banner-panel .banner-panel-right{
    /* UPRAVA */
    width: 76%;
    /*width: 765px;*/
    float: right;
}

#search{
    height: 300px;
    background: #cd2233 url(images/search-bg.png) repeat-x center bottom;
    border-radius: 5px;
    text-align: left;
}
#search .search-header{
    padding: 15px 15px 20px 15px;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #fff;
    background: url(images/search-separator.png) repeat-x center bottom;
}
#search .search-content{
    padding: 5px 15px 15px 15px;
    color: #fff;
}
#search .search-content-title{
    text-transform: uppercase;
}

#banners{
    height: 300px;
    position: relative;
    z-index: 0;
    border-radius: 5px;
}
#showcase{
    height: 100%;
    position: relative;
    z-index: 10;
}
#showcase ul li{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
#showcase ul li a{
    display: block;
    height: 100%;
}
#showcase ul li img{
    display: block;
    margin: 0 auto;
}
#progressbar{
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 50;
}
#progressbar li{
    display: inline;
    margin: 0 3px;
}
#progressbar li a{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #111;
}
#progressbar li.progressbar-item-active a{
    background: #b11411;
    box-shadow: inset 1px 1px 1px 0 #000;
}
#progressbar li a span{
    display: none;
}

#slider-panel{
    padding: 30px 0 0 0;
}
#slider-panel .slider-panel-container{
    width: 1000px;
    margin: 0 auto;
}

#special-offer-menu{
    border-bottom: 1px #741221 solid;
}
#special-offer-menu ul li{
    float: left;
    text-transform: uppercase;
    font-size: 1.1em;
}
#special-offer-menu ul li a{
    display: block;
    padding: 10px 30px;
    color: #111;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}
#special-offer-menu ul li.special-offer-menu-active a{
    background: #df2f42 url(images/button-red-bg.png) repeat-x center bottom;
    color: #fff;
}
#special-offer-menu ul li.special-offer-menu-active a:hover{
    text-decoration: none;
    cursor: default;
}
#special-offer-products{
    width: 1080px;
    margin: 0 auto;
    padding-top: 20px;
}
#special-offer-products .special-offer-tab{
    display: none;
}
#special-offer-products .special-offer-tab-active{
    display: block;
}
#special-offer-products .slide-carousel-item{
    margin-right: 10px;
}

#special-offer-products a.carousel-nav{
    display: block;
    height: 330px;
    padding: 0 4px;
}
#special-offer-products a.carousel-nav-prev{
    float: left;
}
#special-offer-products a.carousel-nav-next{
    float: right;
}
#special-offer-products a.carousel-nav span.carousel-arrow{
    display: block;
    width: 22px;
    height: 100%;
}
#special-offer-products a.carousel-nav-prev span.carousel-arrow{
    background: url(images/carousel-arrows.png) no-repeat 0 center;
}
#special-offer-products a.carousel-nav-next span.carousel-arrow{
    background: url(images/carousel-arrows.png) no-repeat -22px center;
}
#special-offer-products a.carousel-nav span.carousel-arrow span{
    display: none;
}
#special-offer-products .sliderow {
    display: block;
    height: 100%;
}
#special-offer-products .slide-window{
    width: 1000px;
    height: 360px;
    margin: 0 auto;
    position: relative;
    z-index: 10; /* 50 */
    overflow: hidden;
}
#special-offer-products .slide-carousel{
    width: 1000px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#adds-panel{
    text-align: center;
    padding-top: 10px;
}
#adds-panel .adds-panel-container{
    width: 1030px;
    margin: 0 auto;
}
#adds-panel p{
    margin: 0;
}

#adds-panel .bottom-3 {
    float: left;
    background: url("images/bottom-3-bg.png") center center no-repeat;
    width: 337px;
    height: 112px;
    color: #ffffff;
    text-align: left;
    margin-right: 8px;
    font-size: 1.1em;
    font-family: Arial;
}

#adds-panel .bottom-3.right {margin-right: 0;}

#adds-panel .bottom-3 div {padding: 20px 5px 22px 80px; margin-left: 10px; height: 35px;}
#adds-panel .bottom-3 div p {padding: 2px 0;}

#adds-panel .bottom-3.left div {background: url("images/bottom-3-pig.png") left 55% no-repeat}
#adds-panel .bottom-3.center div {background: url("images/bottom-3-leaf.png") left 55% no-repeat}
#adds-panel .bottom-3.right div {background: url("images/bottom-3-truck.png") left 55% no-repeat}

#homepage-panel{
    text-align: left;
    padding-top: 10px;
}
#homepage-panel .homepage-panel-container{
    width: 1000px;
    margin: 0 auto;
}
#homepage-panel .homepage-panel-header{
    color: #b11411;
    font-size: 1.1em;
}

#bottom-panel{
    text-align: left;
    padding-top: 10px;
}
#bottom-panel .bottom-panel-container{
    width: 1000px;
    margin: 0 auto;
}
#bottom-panel .bottom-panel-header{
    color: #b11411;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 1.1em;
}
#bottom-panel .bottom-panel-content{

}
#bottom-panel .bottom-panel-upper{
    padding: 5px 0;
    border-top: 1px #edd5aa solid;
    border-bottom: 1px #edd5aa solid;
}
#bottom-panel .bottom-panel-lower{
    padding: 5px 0;
    border-bottom: 1px #edd5aa solid;
}
#bottom-panel .bottom-panel-left{
    float: left;
}
#bottom-panel .bottom-panel-right{
    float: right;
}

#bottom-menu{
    padding: 7px 0;
}
#bottom-menu ul li{
    float: left;
    color: #b11411;
    text-transform: uppercase;
    padding-right: 7px;
}
#bottom-menu ul li a{
    display: inline-block;
    padding-right: 5px;
    color: #000;
}
#bottom-menu ul li a:hover{
    text-decoration: none;
    color: #b11411;
}

#company-menu{
    padding: 3px 0;
}
#company-menu ul li{
    float: left;
    color: #b11411;
    padding-right: 7px;
}
#company-menu ul li a{
    display: inline-block;
    padding-right: 5px;
    color: #000;
}
#company-menu ul li a:hover{
    text-decoration: none;
    color: #b11411;
}

#newsletter .newsletter-header{
    color: #b11411;
    text-transform: uppercase;
    font-weight: bold;
}

#footer-panel{
    padding-top: 20px;
}
#footer-panel .footer-panel-container{
    width: 1000px;
    margin: 0 auto;
}
#footer-panel .footer-panel-left{
    float: left;
    text-align: left;
    color: #b11411;
    font-size: 0.9em;
}
#footer-panel .footer-panel-right{
    float: right;
    text-align: right;
}

#social-menu .social-menu-header{
    display: inline-block;
    padding-right: 10px;
    line-height: 34px;
    vertical-align: middle;
    text-transform: uppercase;
}
#social-menu ul{
    float: right;
}
#social-menu ul li{
    width: 34px;
    height: 34px;
    float: left;
}
#social-menu ul li a{
    display: block;
    height: 100%;
}
#social-menu ul li.social-menu-fb a{
    background: url(images/ico-fb.png) no-repeat center center;
}
#social-menu ul li a span{
    display: none;
}

/* products row */
.list-item-product-row{
    padding-bottom: 20px;
}
.list-item-product-row-last{
    padding: 0;
}

/* products */
.list-item-product{
    width: 192px;
    margin-right: 10px;
    float: left;
    background: url(images/bg-box-bottom.png) no-repeat center bottom;
    padding-bottom: 25px;
    border-radius: 5px;
    position: relative;
}
.list-item-product-0{
    margin: 0;
}
.list-item-product-container{
    background: #fff url(images/bg-box-gradient.png) repeat-x center bottom;
    padding: 10px 0;
}
.list-item-product .list-item-product-content{
    padding: 0 7px;
}
.list-item-product .image{
    width: 120px;
    height: 200px;
    border: 5px #fff solid;
    border-radius: 5px;
    margin: 0 auto
}
.list-item-product .image a{
    display: block;
}
.list-item-product .image img{
    display: block;
    margin: 0 auto;
}
.list-item-product .title{
    padding-top: 5px;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
}
.list-item-product .title a{
    color: #111;
}
.list-item-product .pricerow{
    text-align: center;
}
.list-item-product .priceinfo{
    color: #cd2d00;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 5px;
}
.list-item-product .priceold{
    color: #777;
    font-size: 1.1em;
    padding: 0 5px;
    text-decoration: line-through;
}
.list-item-product .descr{
    height: 20px;
    overflow: hidden;
}
.list-item-product .detail{
    padding: 5px 20px 0 20px;
}
.list-item-product .icostar{
    position: absolute;
    top: 0;
    width: 50px;
    height: 60px;
}
.list-item-product .icostar a{
    display: block;
    height: 100%;
}
.list-item-product .icostar span{
    display: none;
}
.list-item-product .icostar-sale { background: url(images/icostar-sale.png) no-repeat center center; left: 0; border-radius: 5px 0 0 0; }
.list-item-product .icostar-new { background: url(images/icostar-new.png) no-repeat center center; right: 0; border-radius: 0 5px 0 0; }
/* .list-item-product .icostar-top{ background: url(images/icostar-top.png) no-repeat center center; } */

/* category */
#category-header{
    border-radius: 10px;
    padding: 7px 15px;
    background: #df2f42 url(images/button-red-bg.png) repeat-x center bottom;
    margin-bottom: 10px;
}
#category-header .category-header-left{
    float: left;
}
#category-header .category-header-right{
    float: right;
}
#category-header .category-header-left span{
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    line-height: 30px;
}
#category-header .category-header-current{
    font-size: 1.1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
#category-content{
    padding: 10px 0;
    text-align: left;
}
#category-content h2 { text-align: center }

/* price range */
#searchPriceRangeAmount{
    height: 20px;
    margin-top: 10px;
    position: relative;
}
#searchPriceRangeAmount span{
    display: block;
    font-weight: bold;
    position: absolute;
    top: 0;
}
#searchPriceRangeAmountMin{
    left: 0;
}
#searchPriceRangeAmountMax{
    right: 0;
}
#searchPriceRange {
    height: 5px;
    margin: 10px 0;
}
#searchPriceRange .ui-slider-range{
    background: #fff;
}
#searchPriceRange .ui-slider-handle{
    width: 18px;
    height: 18px;
    background: url(images/slider-handle.png) no-repeat center center;
    top: -5px;
    border: none;
}

/* pager, sorter */
.pager-options table th, .pager-options table td{
    padding: 0;
}
.pager-options td.pager-options-label{
    font-size: 1.0em;
    padding-right: 5px;
    color: #fff;
}
.pager-options td.pager-options-amount{
    padding-right: 10px;
}
.pager-options td.pager-options-amount a{
    color: #faa2aa;
}
.pager-options td.pager-options-amount a strong{
    color: #fff;
}
.pager-options td.pager-options-sort{

}

#kontext-menu{
    padding-bottom: 10px;
}
#kontext-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#kontext-menu ul li{
    display: inline;
}
#kontext-menu ul li a{
    display: inline-block;
}

.middle-side-banners {
    overflow: hidden;
}

#sideBanners {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

#sideBanners #leftPanel,
#sideBanners #rightPanel {
    left: -250px;
    position: absolute;
    top: 200px;
    width: 200px;
    z-index: 2;
    text-align: center;
}

#sideBanners #rightPanel {
    left: 1050px;
    z-index: 2;
}

#sideBanners img {
    max-width: 200px;
    max-height: 500px;
    margin-bottom: 20px;
}

.sitesPanel {width: 43px; min-height: 169px; position: fixed; top: 250px; z-index: 99997;}
.sitesPanel.leftSite {left: 0; }
.sitesPanel.rightSite {right: 0; }

.sitesPanel a {display: block; width: 43px; height: 163px; cursor: pointer; position: relative; z-index: 99998; margin-bottom: 15px; background-repeat: no-repeat; }
.sitesPanel.leftSite a { left: -1px; background-position: top left; }
.sitesPanel.rightSite a { right: -1px;  background-position: top right; }

.sitesPanel.leftSite a:hover {left: 0;}
.sitesPanel.rightSite a:hover {right: 0;}

.sitesPanel a span {display: none; }

.sitesPanel a.zavesy {height: 163px;}
.sitesPanel.leftSite a.zavesy { background-image: url("../images/l_zavesy.png");}
.sitesPanel.rightSite a.zavesy { background-image: url("../images/r_zavesy.png");}

.sitesPanel a.bielizen {height: 190px;}
.sitesPanel.leftSite a.bielizen { background-image: url("../images/l_bielizen.png");}
.sitesPanel.rightSite a.bielizen { background-image: url("../images/r_bielizen.png");}

.sitesPanel a.byvanieSk {height: 169px;}
.sitesPanel.leftSite a.byvanieSk { background-image: url("../images/l_byvanie_sk.png");}
.sitesPanel.rightSite a.byvanieSk { background-image: url("../images/r_byvanie_sk.png");}

.sitesPanel a.byvanieEu {height: 169px;}
.sitesPanel.leftSite a.byvanieEu { background-image: url("../images/l_byvanie_eu.png");}
.sitesPanel.rightSite a.byvanieEu { background-image: url("../images/r_byvanie_eu.png");}

#gsearch {
    width: 350px;
    float: right;
    height: 33px;
}
#gsearch .gsc-control-cse {
    padding: 0;
    border: none;
    background: transparent;
}
#gsearch input.gsc-input {
    font-size: 13px;
}
#gsearch .gsst_a {
    padding-top: 5px;
}
#gsearch .gscb_a {
    font: 23px/13px arial,sans-serif;
}
#gsearch .gsib_a {
    padding-top: 6px;
}
#gsearch input.gsc-input, #gsearch .gsc-input-box, #gsearch .gsc-input-box-hover, #gsearch .gsc-input-box-focus {
    border-color: #edd5aa;
    border-radius: 5px;
}
#gsearch input.gsc-search-button, #gsearch input.gsc-search-button:hover, #gsearch input.gsc-search-button:focus {
    background: url(images/button-red-bg.png) repeat-x center bottom #df2f42;
    border: 1px solid #df2f42;
    border-radius: 5px;
}
#gsearch .gsc-input-box {
    height: 26px;
}
#gsearch .gsc-results-wrapper-overlay {
    text-align: left;
}

@media (max-width: 1500px) {
    #sideBanners #leftPanel {
        left: -220px;
    }
    #sideBanners #rightPanel {
        left: 1020px;
    }

    .sitesPanel {top: 215px;}
}


@media (max-width: 1370px) {
    #sideBanners #leftPanel,
    #sideBanners #rightPanel {
        width: 160px;
    }
    #sideBanners #leftPanel {
        left: -155px;
    }
    #sideBanners #rightPanel {
        left: 1000px;
    }
    #sideBanners img {
        max-width: 160px;
        max-height: 140px;
    }

    .sitesPanel a { background-size: 80% !important; }
}


@media (max-width: 1280px) {
    #sideBanners #leftPanel,
    #sideBanners #rightPanel {
        width: 120px;
    }
    #sideBanners #leftPanel {
        left: -110px;
    }
    #sideBanners img {
        max-width: 120px;
        max-height: 100px;
    }

}

#res-menu-button {
    background: rgb(223,47,66) url("images/res-menu.png") no-repeat scroll center center;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df2f42', endColorstr='#c22037',GradientType=0 ); /* IE6-9 */
    border-radius: 6px;
    cursor: pointer;
    float: left;
    height: 32px;
    width: 45px;
}

/* KOREKCIA */
tr#responsive-table-head,
.responsive-carousel,
#res-menu-button,
res-menu,
.responsive-pager {
    display: none;
}

.res-menu-button-text{
    font-weight: bold;position:absolute;color:#B11411;padding:8px 10px 10px 25px;width:150px;
}

#footerBanners table{
    width: 100%;
    table-layout: fixed;
    text-align: center;
    margin: 20px auto;
}

#footerBanners img{
    max-width: 100%;
}

.countdown{
    text-align: center;
    color: #fff;
    background: #0CBFF3;
    padding: 12px 0px;
    font-size: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.countdown .title{
    padding-right: 5px;
    font-weight: bold;
    font-size: 18px;
}

.countdown .item{
    padding-right: 5px;
}

.countdown .item span{
    font-weight: bold;
    font-size: 20px;
}

.countdown-delivery{
    width: 158px;
    height: 158px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff5e3+1,ffda9e+100 */
    background: rgb(255,245,227); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,245,227,1) 1%, rgba(255,218,158,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,245,227,1) 1%,rgba(255,218,158,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,245,227,1) 1%,rgba(255,218,158,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e3', endColorstr='#ffda9e',GradientType=0 ); /* IE6-9 */
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 50%;
    /* Firefox 1-3.6 */
    -moz-border-radius: 50%;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 6px -6px #C2B7AB;
    -moz-box-shadow: 0 8px 6px -6px #C2B7AB;
    box-shadow: 0 8px 6px -6px #C2B7AB;
}

.countdown-section {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 5px 0px 15px 0px;
}
.countdown-section .title{
    top: 10px;
    text-transform: uppercase;
    color: #D52940;
    position: absolute;
    font-size: 2.7em;
    line-height: 33px;
    font-style: italic;
    font-weight: 900;
    left: 0;
    text-shadow: -1px 0 #FFD695, 0 1px #FFD695, 1px 0 #FFD695, 0 -1px #FFD695;
}

.countdown-items{
    margin-top: 68px;
    font-weight: 600;
    color: #b11411;
}

.countdown-items .item{
     width: 24%;
     text-align: center;
     padding: 3px 0px;
     box-sizing: border-box;
     float: left;
     margin: 0 1% 0 0;
 }

.item-large{
    font-size: 16px;
    background: #C52138;
    color: #fff;
    border-radius: 4px;
}

