#landing-block {
    background: #121212 url(bg-slide-promo.jpg) repeat 50% 73%;
    font-family: "Open Sans", sans-serif !important;
    color: #fff;
}
#lb-content {
    margin: 0 auto 0 auto;
    width: 980px;
    display:  table;
    vertical-align:  middle;
    height: 100%;
    z-index: 6;
    position: relative;
	text-align: center;
}
#lb-title {
	font: 400 5rem/1 'Gasoek One', sans-serif;
	text-transform: none;
	padding-top: 40px;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	-webkit-text-stroke-width: 2px;
	-moz-text-stroke-width: 2px;
	position:relative;
	color: transparent;
	text-align: center;
}
#lb-title > div{
	margin: 0 auto;
	text-shadow:none;
	position: relative;
	display: inline-block;  

  color: rgba(0, 0, 0, 0.1);
  text-shadow:
    0 0 12px rgba(22, 10, 10, 0.50),
    0 0 4px rgba(22, 10, 10, 0.50),
    0 0 2px rgba(22, 10, 10, 0.70),
    0 -1px 8px rgba(4, 185, 255, 0.6),
    0 0 8px rgba(4, 185, 255, 0.8),
    0 0 12px rgba(4, 164, 224, 0.25),
    0 0 42px rgba(4, 185, 255, 0.5);

  -webkit-text-stroke-color: rgba(4, 164, 224, 0.8);
  -moz-text-stroke-color: rgba(4, 164, 224, 0.8);

  animation: text 12s 3s 1 forwards, blink 3s 3 forwards;
  animation-fill-mode: forwards;
}
#lb-subtitle {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 5px 0 0;
  margin: 0;
  text-align: center;
}
#lb-subtitle + div{
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

#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;
    margin: 0 auto;
    text-align: center;
    padding: 36px 0 0px 80px;
}
#lb-content .col-product{
    display: table-cell;
    padding: 0 15px;
    text-align: center;
    min-width: 360px;
     width: 100%;
}
#lb-content .col-product i.ico-dtultra{background-position: center -68px;box-shadow: rgb(251 161 45 / 50%) 0 0 20px;}
#lb-content .col-product i.ico-dtlite{background-position: center -1px;box-shadow: rgb(33 150 243 / 50%) 0 0 20px;}
#lb-content .col-product i{
    float: left;
    display: inline-block;
    height: 65px;
    width: 65px;
    background: url('ico-products.png') no-repeat center top;
    background-size: 67px auto;
    margin: 0 18px 40px 0;
    border-radius: 65px;
	outline: 3px solid #f1f1f1;
    background-color: #ffffff;
}
#lb-content .col-product p.title,
#lb-content .col-product p.price{
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 20px;
    text-align: left;
    color: #fff;
}
#lb-content .col-product p.title{margin: 5px 0 14px 0;font-size: 26px;float: left;}
#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: 5px;
}
#lb-content .col-product .button{
    min-width: 140px;
    border-radius: 1px;
    font: 600 14px/18px 'Open Sans', Arial, sans-serif;
    padding: 12px 30px;
    -webkit-box-shadow: 0 1px 2px 0px rgb(6 74 32 / 50%);
    transition: all 0.15s linear;
    outline:none;
}
#lb-content .col-product .button:hover,
#lb-content .col-product .button:active{
    margin-top: 0px;
    -webkit-box-shadow: 0 0 10px 3px rgba(6 74 32 / 20%);
}
/*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: #08082b url(bg-slide-promo.jpg) repeat 50% 100%;
    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: #fff;
    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: 390px;
    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 .header_wrap{
    background: #131313;
    transition: all 0.1s cubic-bezier(0, 1.47, 1, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.promo-active .header_wrap .authorization-block:before,
.promo-active .header_wrap .cart-block:before,
.promo-active .header_wrap .authorization-block a,
.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 styles*/
.lang_ita #lb-content .col-product p.title{font-size:23px;}
.lang_ita #lb-content .products,
.lang_por #lb-content .products,
.lang_cpp #lb-content .products,
.lang_rus #lb-content .products{width:88%}
