/*     
    Author     : Dmitri Puscas <dmitri.puscas@auslogics.com>
*/
#j-cm-stretch,
#j-cm-popup-container {
    display: none;
}
.b-stretch{
    font-family: 'Open Sans';
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    height: 70px;   
    background-position: top left;
    background-repeat: repeat-x;
    width: 100%;
    min-width: 1000px;
    margin: auto;
    background-image: url(../i/stretch-bg-line.png);
}
.b-stretch__wrapper{
    height: 70px;
    background-position: center top;
    background-repeat: repeat-x;
    background-image: url(../i/stretch-bg.png);
}
.b-stretch__center{
    width: 960px;
    margin: auto;
    position: relative;
}
.b-stretch__content{
    position: absolute;
    left: 170px;
    width: 820px;
    height: 56px;
    top: 0px;
}

.b-stretch__title{
    display: inline-block;    
    font-size: 19px;
    line-height: 22px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: rgba(0, 0, 0, 0.45) 0px 1px 1px;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    width: 780px;
}
.b-stretch__centerer {
    content: "";
    width: 0;
    height: 56px;
    display: inline-block;
    vertical-align: middle;
}

.b-strike{
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.b-stretch__description{    
    display:block;    
    font-size: 12px;
    font-weight: bold;
    text-transform: none;    
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
    text-transform: uppercase;

}
.b-popup-regular__price{
    text-transform: uppercase;
    text-align: center;    
    font-size: 13px;
    display: block;
    font-weight: bold;
}
.b-popup-regular__strike{
    font-size:18px;
    display: inline-block;
    text-decoration: none;
    position: relative;    
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.b-strike__line{
    background: url(../i/stretch-strike.png) left -2px no-repeat;
    width: 68px;
    height: 22px;
    position: absolute;
    top: -2px;
    left: 0px;
}
.b-stretch-strike{
    background: url(../i/stretch-strike.png) left -2px no-repeat;
    width: 68px;
    height: 22px;
    position: absolute;
    top: -2px;
    left: 0px;
}
.b-stretch__button{
    display: block;
    width: 160px;
    height: 40px;
    background: url(../i/stretch-button.png) top left no-repeat;
    position: absolute;
    right: 0px;
    top: 9px;    
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
    line-height: 38px;
    text-indent: inherit;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 45px;
}
.b-stretch__price{
    display: inline-block;    
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: rgba(0, 0, 0, 0.45) 0px 1px 1px;
    text-transform: uppercase;
}
.b-stretch__button:hover{
    background-position: 0px -42px;
    text-decoration: none;
    color: #ffffff;
}
.b-stretch__button:active{
    background-position: 0px -83px;
    text-decoration: none;
    color: #ffffff;
}

.b-stretch__close{
    display: block;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: url(../i/stretch-close.png) top left no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
}

.b-crazy-monday-cover{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: url(../i/popup.png) top left repeat;
    z-index: 10002;
}

.b-popup{
    font-family: 'Open Sans';
    width: 591px;
    height: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -221px 0px 0px -296px;
    background-color: #fff;
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 1);
    background-image: url(../i/popup-bg.jpg);
}

.b-timer{
    position: absolute;
    left: 60px;
    top: 336px;
    width: 166px;
}
.b-timer__block{
    float: left;
    width: 75px;
    /*  height: 51px; */
    background: url(../i/timer-block.png) top left no-repeat;
    position: relative;
    font-size: 36px;
    text-align: center;
    line-height: 30px;
    height: 76px;
    font-weight: bold;    
    color: #202020;
    margin: 0px 3px 5px 3px;
}
.b-timer__value{
    display: inline-block;
    padding: 20px 0 0;
}
.b-timer__time{
    font-size: 11px;
    display: block;
    line-height: 15px;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
}
.b-timer__glass{
    background: url(../i/timer-glass.png) top left no-repeat;
    width: 71px;
    height: 72px;
    position: absolute;
    top: 1px;
    left: 2px;
}
.b-limited{
    width: 166px;
    height: 26px;
    line-height: 24px;
    background: url(../i/red-line.png) top left no-repeat;    
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.b-popup__content{
    font-family: 'Open Sans';
    width: 490px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -245px;
    padding-top: 235px;
    text-align: center;
}
.b-popup__title {
    font-family: 'Open Sans';
    font-weight: bold;    
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    text-align: center;
    font-size: 44px;
    line-height: 44px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
}

.b-popup__description{
    font-family: 'Open Sans';
    font-weight: 400;
    color: #fff;    
    padding: 0px;
    text-align: center;    
    font-size: 18px;
    line-height: 18px;
    margin: 5px 0px 15px 0px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
}
.b-popup__delimeter{
    border: 0;
    height: 2px;
    background: url(../i/delimeter.png) center top no-repeat;
    margin-bottom: 15px;
}
.b-popup__product{
    font-family: 'Open Sans';
    font-weight: bold;    
    font-size: 18px;
    color: #fff;    
    text-align: center;
    margin-bottom: 20px;
    padding: 0px;
    min-height: 0px;
}
.b-popup-regular{        
    color: #ffffff;    
    text-align: center;
    margin-bottom: 20px;
}
.b-popup__price_small_text{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}
.b-popup__price_big_text{
    text-transform: uppercase;
    font-weight: bold;    
    font-size: 28px;
}
.b-popup-button{
    display: block;
    width: 287px;
    height: 60px;
    background: url(../i/popup-button.png) top left no-repeat;    
    margin: 0px auto 0px auto;
    text-decoration: none;
}
.b-popup-button:hover{
    background-position: 0px -79px;
    text-decoration: none;
}
.b-popup-button:active{
    background-position: 0px -158px;
    text-decoration: none;
}
.b-popup__button_text_small{
    font-family: 'Open Sans';
    color: #162d03;    
    font-size: 14px;    
    text-transform: uppercase;
    text-align: center;
    text-shadow: none;
    font-weight: bold;
    margin-top: 9px;
}
.b-popup__button_text_big{
    font-family: 'Open Sans';
    font-size: 24px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
    text-indent: inherit;    
    text-transform: uppercase;
    text-align: center;
}
.b-popup__buy{
    font-family: 'Open Sans';
    font-size: 12px;
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(8, 60, 112, 0.75);
    margin-top: 10px;
    display: inline-block;
}
.b-popup__buy:hover{
    color: #ffffff;
}
.b-popup__close{
    display: block;
    cursor: pointer;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0px;
    right: -27px;
    background: url(../i/popup-close.png) top left no-repeat;
}
.b-popup__btns {
    width: 287px;
    display: inline-block;
    float: right;
    margin: 20px 0 0;
}
.b-footer .b-crazy-monday a {
    color: #ffffff;
}
.b-footer .b-crazy-monday .b-stretch__title {
    font-size: 19px;
}
#j-cm-popup-container .b-popup {
    display: block;
}