#landing-block {
    background: #400602 url(bg-slide-promo.jpg) repeat center -80px;
    background-size: 1900px auto;
    font-family: "Open Sans", sans-serif !important;
    color: #fff;
    margin: 0px 0 0 0;
}
#lb-content {
    margin: 40px auto 0 auto;
    width: 980px;
    display:  table;
    vertical-align:  middle;
    height: 100%;
    z-index: 5;
    position: relative;
}
#lb-title {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 50%;
    padding-right: 30px;
}
#lb-title h1{
    font: 400 42px/1em "Open Sans", sans-serif;
    font-style:italic;
    position: relative;
    padding: 90px 30px 50px 0;
    margin: auto;
    letter-spacing: 0px;
    min-height: 140px;
    color: #fee694;
    font-family: 'Lobster Two',sans-serif;
    background: url(ico-autumn23.png) no-repeat 45% 0;
    background-size: 125px auto;
    text-align: center;
    display: inline-block;
}
#lb-title h1>span{
    color: #fba12d;
    display: block;
    font-family: 'Playfair Display',sans-serif;
    font-weight:600;
    font-style:normal;
    letter-spacing: -2px;
}
#lb-subtitle {
    font: 500 20px/1em "Open Sans", sans-serif;
    text-align: center;
    color: #424242;
    padding: 0 0 16px;
    max-width: 940px;
    margin: auto;
}

#landing-block .col1, #landing-block .col2 {
    width: 100%;
    text-align: left;
    display: table-cell;
    vertical-align:  middle;
}
#lb-content a{color: #fff;}
#lb-content .products{
    display: table-cell;
    text-align: left;
    padding: 10px 0 0;
    width: 50%;
    margin: 0 auto;
    vertical-align: middle;
}
#lb-content .col-product{
    display: inline-block;
    padding: 10px 5px 10px 20px;
    text-align: center;
    background: rgba(203, 104, 40, 0.07);
    margin: 0 0 10px;
    border-radius: 100px;
    min-width: 415px;
}
#lb-content  .products>a:hover .col-product{ background: rgba(203, 104, 40, 0.15)}
#lb-content  .products>a:hover .col-product i{box-shadow: 0 0 5px rgba(203, 104, 40, 0.15)}
#lb-content .col-product i.ico-dtultra{background-position: center -64px;}
#lb-content .col-product i.ico-dtpro{background-position: center -128px;}
#lb-content .col-product i{
    display: inline-block;
    height: 64px;
    width: 64px;
    background: #ffffff url(ico-products.png) no-repeat center top;
    margin: 5px 20px 5px 0;
    float: left;
    border-radius: 64px;
    box-shadow: 0 0 1px #fff;
    background-size: 64px auto;
}
#lb-content .col-product p.title,
#lb-content .col-product p.price{
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    line-height: 20px;
    text-align: left;
    color: #fff;
}
#lb-content .col-product p.title{margin: 10px 0 10px 10px;font-size: 24px;}
#lb-content .col-product p.price s,
#lb-content .col-product span{
    font-size: 16px;
    font-weight: normal;
}
#lb-content .col-product .button-holder{
    height: 45px;
    text-align: left;
    margin-top: 10px;
}
#lb-content .col-product .button{
    background-color: #fba12d;
    color: #333333!important;
    min-width: 100px;
    border-radius: 0;
    font: 600 14px/18px 'Open Sans', Arial, sans-serif;
    padding: 10px 30px;
    box-shadow: 0 0 10px 3px rgba(251, 161, 45, 0.6);
    -webkit-box-shadow: 0 0 10px 3px rgba(251, 161, 45, 0.6);
    transition: all 0.15s linear;
    outline:none;
}
#lb-content .col-product .button:hover,
#lb-content .col-product .button:active{
    margin-top: 0px;
    background-color: #fba12d;
    box-shadow: 0 0 15px 5px rgba(251, 161, 45, 0.6);;
    -webkit-box-shadow: 0 0 15px 5px rgba(251, 161, 45, 0.6);;
}
#lb-content .col-product .button.pro{
    background-color: #f6462d;
    box-shadow: 0 0 10px 3px rgba(246, 70, 45, 0.8);
    -webkit-box-shadow: 0 0 10px 3px rgba(246, 70, 45, 0.8);
}
#lb-content .col-product .button.pro:hover,
#lb-content .col-product .button.pro:active{
    background-color: #f6462d;
    box-shadow: 0 0 15px 5px rgba(246, 70, 45, 0.8);
    -webkit-box-shadow: 0 0 15px 5px rgba(246, 70, 45, 0.8);
}

/*close button*/
.close_button span {
    width: 24px;
    height: 24px;
    background: transparent url("close_button.png") no-repeat center;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.3;
}
.close_button:hover span {
    width: 24px;
    height: 24px;
    background: transparent url("close_button.png") no-repeat center;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

/*USE THIS WHEN BIG BLOCK IS MINIMIZED*/
#min-max {
    background: #400602 url(bg-slide-promo.jpg) repeat-x center -462px;
    background-size: 1900px auto;
    padding: 5px 0;
}
#min-max:hover {
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.min-max-content {
    color: #f26f44;
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
}
#minimize {
    text-align: center;
    padding: 10px 0;
}
.str-up-left, .str-up-right {
    background: url(str-up.png) no-repeat;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}
.str-up-left {
    background-position: left center;
    padding: 0 0 0 35px;
}
.str-up-right {
    background-position: right center;
    padding: 0 35px 0 0;
}
.str-down-left, .str-down-right {
    background: url(str-down.png) no-repeat;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}
.str-down-left {
    background-position: left center;
    padding: 0 0 0 35px;
}
.str-down-right {
    background-position: right center;
    padding: 0 35px 0 0;
}
.min-max-img {
    float: left;
}
.min-max-text {
    font-family: "PT Sans", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 0 20px;
    text-align: left;
}
.min-max-text span{color: #ed1721}
.float-right {
    float: right;
}
.min-max-info .str-down-left {
    margin: 10px;
}
#min-max .minimized {
    margin: 40px 0 0;
}
/*//USE THIS WHEN BIG BLOCK IS MINIMIZED*/

#landing-block-promo .maxContent {
    display: none;
}
#landing-block-promo.max .minContent {
    display: none;
}
#landing-block-promo.max .maxContent {
    display: block;
}
#landing-block-promo.max #landing-block {
    height: 381px;
    position: relative;
    transition: height 0.4s;
    margin: 0;
}
#landing-block-promo #landing-block {
    height: 0;
    padding: 0;
    transition: height 0.4s;
    overflow-y: hidden;
    position: relative;
}
.promo-active .promo-download-page{
    margin-top: 0;
    padding-top: 58px;
    background-color: #444445;
}
/**/
.promo-active .header_wrap{
    background: #490d05;
    transition: all 0.1s cubic-bezier(0, 1.47, 1, 1);
    box-shadow: none;
}
.promo-active .header_wrap .authorization-block>a:hover,
.promo-active .header_wrap .authorization-block:before,
.promo-active .header_wrap .cart-block:before,
.promo-active .header_wrap .cart-block a,
.promo-active .header_wrap .logo a:after,
.promo-active .header_wrap ul#nav li a{
    color: #fff;
    transition: all 0.5s linear;
}
/**/
.lang_cpp #lb-title h1,
.lang_pol #lb-title h1,
.lang_por #lb-title h1,
.lang_fra #lb-title h1{line-height:1.2;}
.lang_deu #lb-title h1{font-size:48px;padding: 70px 10px 70px 20px}
.lang_kor #lb-title h1,
.lang_jpn #lb-title h1{letter-spacing: -7px;font-size: 63px;line-height:2;padding: 40px 25px;}
.lang_chn #lb-title h1{font-size:72px;line-height:2;padding: 40px 25px;}


