.splashpage {
    width: 100%;
    height: calc(100vh);
    max-height: 100%;
    /*height: 100%;*/
    /*background: url("http://alena-vysotskaya.ru/images/800/DSC100810665.png") center;*/
    /* background: url("/sites/cs/assets/ktc_css/PageNotFound/img/bg-404error.jpg") center; */
    background-repeat: no-repeat;
    background-size: cover;
}

.tb {
    display: table;
    width: 100%;
    height: 100%;
}

.tbcell {
    display: table-cell;
}

.v-middle {
    vertical-align: middle;
}
.splashpage .area-content {
    width: 100%;
    direction: ltr;
    unicode-bidi: bidi-override;
    /*max-width: 900px;*/
    margin: 0 auto;
    /*padding: 50px;*/
}
.splashpage .area-content h1 {
    font-size: 100px;
    color: #ce0037;
    line-height: 1;
}
.splashpage .area-content h2 {
    margin: 10px 0;
    font-size: 30px;
    color: #ce0037;
    line-height: 1.3;
}
.splashpage .area-content h4 {
    margin: 20px 0 40px;
    font-size: 16px;
    font-family: 'sukhumvittadmai_med';
    line-height: 1.5;
}
.splashpage .area-content-txt {
    display: inline-block;
    vertical-align: middle;
}
.splashpage .area-content-txt {
    width: 100%;
}

.splashpage span.br {
    display: block;
}

#splahbtn-desktop, #splahbtn-mobile {
    text-align: center;
    margin-top: 20px;
    float: left;
    padding: 0;
}

#splahbtn-desktop a, #splahbtn-mobile a {
    margin: 5px;
}

#splash-img-desktop, #splahbtn-desktop {
    display: block;
}

#splash-img-mobile, #splahbtn-mobile {
    display: none;
}

#splahbtn-desktop div, #splahbtn-mobile div {
    float: left;
}

.social-footer {
    border: 0;
    margin: 20px 0;
}

.cur-def {
    cursor: default !important;
}

.btn {
	background-color: #B4924C;
	min-width: 180px !important;
	padding: 0 20px !important;
}

.btn-lite {
	background-color: #fff0;
    border-color: #B4924C;
    color: #B4924C;
}

.main-font-color {
    color: #B4924C;
    font-weight: bold;
}

@media (max-width: 768px) { 
    
    .splashpage .area-content { text-align: center;}
    .splashpage .area-content h1 { font-size: 60px; margin: 20px 0 15px;}
    .splashpage span.br {
        display: inline-block;
    }

    #splash-img-desktop, #splahbtn-desktop {
        display: none;
    }

    #splash-img-mobile, #splahbtn-mobile, .only-mobile {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 576px) {
    .splashpage {
        height: calc(100vh);
    }

    #splash-img-desktop, #splahbtn-desktop {
        display: none;
    }

    #splash-img-mobile, #splahbtn-mobile, .only-mobile {
        display: block;
    }
}