/*
* Template Name: Microsite
* Author: Laguna Property
* Designed & Coding by : Ton Sitewonders
*/

@import url("animate.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*
* Font
* -----------------------------------------------------------------------
* Primary: font-family: 'Lato', sans-serif;
*/

@font-face {
    font-family: SukhumvitSet_Medium;
    font-weight: normal;
    src: url("../fonts/SukhumvitSet-Medium.ttf") format("opentype");
}

/*
* Reset HTML Format
* -----------------------------------------------------------------------
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, button, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    text-decoration: none;
    list-style: none;
}

body {
    font-size: 23px;
    line-height: 1.8em;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    overflow-x: hidden;
    overflow-y:s croll;
    background: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h1{ font-weight:700; line-height:normal; }
h2{ font-weight:400; line-height:normal; }
h3{ font-size:20pt; font-weight:300; line-height:normal; }
h4{ font-size:18pt; font-weight:600; }
h5{ font-size:14pt; font-weight:600; }
h6{ font-size:12pt; font-weight:600; }
p{ font-size:13px;}

a, a:visited, a:hover, a:active , a:link{
    color: inherit;
    text-decoration:none !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    outline: 0 !important;
}

input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
}

h1,h2 {
    margin: 0 !important;
    padding: 0;
}

section.about-us, section.grid{
    background: #f3f3f3;
}

header{
    z-index: 100 !important;
}

.clear-fix{
    display: block;
    clear: both;
}

.form-wrapper a {
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
    color: #dfddd5 !important;
}
#lbl_term::after{
    content: "|";
    margin: 0 3px 0 10px;
    font-size: 15px;
    color: #082b26;
}


/*
* Icon
* -----------------------------------------------------------------------
*/

.select-box::after{
    content: "\f0d7";
}
.adult::before{
    content: "\f183";
}
.child::before{
    content: "\f1ae";
}
.rooms::before{
    content: "\f236";
}


/*
* Sitewonders Preloader
* -----------------------------------------------------------------------
*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mainpreloader {
    position:relative;
    width:auto;
    height:auto;
}
.mainpreloader img{
    display: block;
    margin: 0 auto;
    z-index: 999;
    max-width: 200px;
}
.mainpreloader span{
    display:block;
    font-size:8pt;
    text-transform:uppercase;
    letter-spacing:2px;
    text-align:center;
    margin:10px auto;
    color: #a9592e;
}
.bg-preloader{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:999;
    background: #e1e1e1;
}
.logo-preloader{
    -webkit-animation: fadeimg 1s infinite linear;
    animation: fadeimg 1s infinite linear;
}
@-webkit-keyframes fadeimg{
    0% {opacity:1;}
    50% {opacity:0;}
    100% {opacity:1;}
}
@keyframes fadeimg{
    0% {opacity:1;}
    50% {opacity:0;}
    100% {opacity:1;}
}

/*
* Theme style
* -----------------------------------------------------------------------
*/

header, footer {
    position: fixed;
    z-index: 200;
    background: none;
}
header {
    top: 0;
}
main {
    position: fixed;
    z-index: 200;
}
footer {
    bottom: 0;
}
header .site-logo{
    width: 130px;
    height: 80px;
    position: fixed;
    top: 6px;
    left: 10px;
    margin: 0;
    z-index: 610;
    display: block;
    background: left top no-repeat;
    background-size: 100%;
}
.header-tab {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #f7f7f7;
    font-size: 20px;
    z-index: 200;
    font-weight: 300;
    text-align: center;
    height: 95px;
}
.header-tab h1{
    position: relative;
    left: -120px;
    margin: auto !important;
    width: fit-content;
    line-height: 47px;
    display: block;
    padding: 24px 0;
    color: #d10b78;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.03em;
    /* vertical-align: middle; */
    text-transform: uppercase;
}

@keyframes textclip {
    to {
      background-position: 200% center;
    }
}


/* header .site-logo::before,
header .site-logo::after{
    content: "";
    display: block;
    width: 230px;
    height: 3px;
    position: absolute;
    bottom: -5px;
    z-index: 210;
}
header .site-logo::before{
    right: 50%;
    background: url("../images/line-left.png") top left no-repeat;
    background-size: cover;
}
header .site-logo::after{
    left: 50%;
    background: url("../images/line-right.png") top right no-repeat;
    background-size: cover;
} */

/*
* Navigation Language Drop-down
* -----------------------------------------------------------------------
*/
.language{
    position: fixed;
    right: 340px;
    top: 25px;
    width: auto;
    height: auto;
    z-index: 900;
    cursor: pointer;
}
.language,
.language ul,
.language ul li{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-left: solid 1px transparent;
}
.language span.lang-active::before{
    content: "";
    display: block;
    position: relative;
    top: 0;
    width: 20px;
    height: 14px;
    -webkit-box-shadow: 0px 0px 50px blur rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 50px blur rgba(0,0,0,0.2);
    box-shadow: 0px 0px 50px blur rgba(0,0,0,0.2);
}
.language span.lang-active.en::before,
.language ul li.en::before{
    background: url("../images/flag-en.png") center center no-repeat;
    background-size: 100%;
}
.language span.lang-active.ru::before,
.language ul li.ru::before{
    background: url("../images/flag-ru.png") center center no-repeat;
    background-size: 100%;
}
.language span.lang-active.zh::before,
.language ul li.zh::before{
    background: url("../images/flag-zh.png") center center no-repeat;
    background-size: 100%;
}
.language span.lang-active.th::before,
.language ul li.th::before{
    background: url("../images/flag-th.png") center center no-repeat;
    background-size: 100%;
}
.language .dropdown{
    width: auto !important;
    height: auto !important;
    padding: 0px !important;
    border-radius: 5px;
    left: -150px !important;
    background: rgba(255,255,255,0.7);
    overflow: hidden;
}
.language ul li{
    width: 100%;
    line-height: auto;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    transition: all 0.3s;
    padding: 0 10px;
    position: relative;
}
.language ul li:hover{
    background: #ffffff;
    border-bottom: solid 1px #ffffff;
}
.language ul li::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 20px;
    height: 14px;
    margin-right: 10px;
    top: 0px;
}
.language ul li a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-family: Helvetica, sans-serif;
    font-size: 12px !important;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-indent: 40px;
}
.language ul li a{
    text-transform: none !important;
    font-weight: 200 !important;
}
.language ul li.en a{
    font-size: 12px !important;
}
.language ul li.th a{
    font-family: SukhumvitSet_Medium !important;
    font-size: 14px !important;
}
.language ul li.ru a{
    text-transform: lowercase !important;
    font-size: 14px !important;
}

/*
* Slider
* -----------------------------------------------------------------------
*/
.background-slider{
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    overflow: hidden;
}
@media (min-width: 1900px) {
    .background-slider{
        width: calc(100% - 300px);
    }
}
@media (max-width: 1900px) {
    .background-slider{
        width: calc(100% - 300px);
    }
}
.background-slider .header-overlay,
.background-slider .slide-overlay::before,
.background-slider .slide-overlay::after{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 120;
    transition: all 0.5s;
}
.background-slider .header-overlay{
    display: none;
    top: auto;
    bottom: 0;
    height: 30%;
    background: rgba(16, 52, 75, 0);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.background-slider .slide-overlay{
    display: none;
    height: 40%;
    background: rgba(16, 52, 75, 0);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0));
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0));
}
.background-slider .slide-overlay::before,
.background-slider .slide-overlay::after{
    content: "";
    display: block;
}
.background-slider .slide-overlay::before{
    height: 70%;
    background: rgba(16, 52, 75, 0);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0));
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0));
    /*background: -webkit-linear-gradient(rgba(16, 52, 75, 0.6), rgba(0, 0, 0, 0));*/
    /*background: -o-linear-gradient(rgba(16, 52, 75, 0.6), rgba(0, 0, 0, 0));*/
    /*background: -moz-linear-gradient(rgba(16, 52, 75, 0.6), rgba(0, 0, 0, 0));*/
    /*background: linear-gradient(rgba(16, 52, 75, 0.6), rgba(0, 0, 0, 0));*/
    /*background: rgba(28, 64, 88, 0.6);*/
    /*background: -webkit-linear-gradient(rgba(28, 64, 88, 0.7), rgba(28, 64, 88, 0));*/
    /*background: -o-linear-gradient(rgba(28, 64, 88, 0.7), rgba(28, 64, 88, 0));*/
    /*background: -moz-linear-gradient(rgba(28, 64, 88, 0.7), rgba(28, 64, 88, 0));*/
    /*background: linear-gradient(rgba(28, 64, 88, 0.7), rgba(28, 64, 88, 0));*/
}
.background-slider .slide-overlay::after{
    height: 40%;
    top: auto;
    bottom: 0;
    background: rgba(28, 64, 88, 0);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    /*background: rgba(28, 64, 88, 0.6);*/
    /*background: -webkit-linear-gradient(rgba(28, 64, 88, 0.7), rgba(28, 64, 88, 0));*/
    /*background: -o-linear-gradient(rgba(28, 64, 88, 0.7), rgba(28, 64, 88, 0));*/
    /*background: -moz-linear-gradient(rgba(28, 64, 88, 0.7), rgba(28, 64, 88, 0));*/
    /*background: linear-gradient(rgba(28, 64, 88, 0.7), rgba(28, 64, 88, 0));*/
}
.background-slider .slide-content{
    position: fixed;
    bottom: 25px;
    height: auto;
    width: 75%;
    left: 0;
    margin: 0 auto;
    z-index: 200;
    text-align: left;
    /* background-color: rgba(0,0,0,0.5); */
    animation-name: fadeIn;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    padding: 5px 0 5px 10px;
}
.background-slider .slide-content::after{
    content: "";
    display: block;
    width: 100%;
    height: 30vh;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 95%);
    position: absolute;
    top: 0;
    left: 0;
}
.background-slider .slide-content h1{
    font-weight: 600;
    letter-spacing: 0em;
    line-height: auto;
    text-shadow: 0 0 10px rgb(255 255 255 / 47%);
    color: #fbf4e3;
}
.slide-content p{
    margin-top: 0;
    color: #fbf4e3;
    font-family: "Helvetica_Neue_Light", arial, "san-serif";
    font-style: italic;
}
.background-slider .slide-content span.caption{
    width: fit-content;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-shadow: none;
    text-transform: inherit;
    position: relative;
    z-index: 240;
    /* background: linear-gradient(to right, #ffffff, #f7dcc5 20%);
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/

}
.background-slider .slide-content span.comp-f,
.background-slider .slide-content span.comp-s{
    position: relative;
    top: -10px;
}
.background-slider .maximage.th .slide-content span.caption{
    font-family: "Helvetica_Neue_Light", arial, "san-serif";
}
/*
.background-slider .slide-content span.comp-f{
    display: inline-flex;
    background: url("../images/caption-comt-first.png") center center no-repeat;
    background-size: 100%;
    width: 13px;
    height: 11px;
}
.background-slider .slide-content span.comp-s{
    display: inline-flex;
    background: url("../images/caption-comt-sec.png") center center no-repeat;
    background-size: 100%;
    width: 13px;
    height: 11px;
}
*/


/*
* Navigation
* -----------------------------------------------------------------------
*/
nav {
    width: 330px;
    height: 100px;
    position: fixed;
    bottom: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
nav a{
    position: absolute;
    bottom: 0;
    display: inline-block;
    border: solid 12px rgba(255,255,255,0.4);
    width: 120px;
    height: 60px;
    transition: all 0.3s;
    transform: scale(1, 1);
    box-shadow: 0px 2px 25px rgba(0,0,0,0.1);
}
nav a:hover{
    transform: scale(1.1, 1.1);
    box-shadow: 0px 2px 15px rgba(0,0,0,0.5);
}
nav a.left{
    left: 0;
}
nav a.right{
    right: 0;
}
nav a span{
    position: absolute;
    width: 100%;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-family: Termina_Bold;
}
nav a span.locate{
    top: 0;
    height: 35px;
    background: #ffffff;
    font-size: 18px;
    color: #a2a7a7;
    line-height: 35px;
    transition: all 0.3s;
}
nav a:hover span.locate{
    color: #22b15d;
}
nav a span.btn-caption{
    bottom: 0;
    height: 25px;
    background: #13a1d5;
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    transition: all 0.3s;
    font-family: 'Roboto', sans-serif !important;
    text-transform: none !important;
    font-weight: 500;
    letter-spacing: 0.01em;
}
nav a:hover span.btn-caption{
    background: #22b15d;
}

main.th nav a span.locate{
    font-family: SukhumvitSet_Medium;
    font-size: 22px;
}

/*
* Video
* -----------------------------------------------------------------------
*/
.video-button{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90px;
    height: 90px;
    background: url("../images/video-icon.png") center center no-repeat;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.3s;
    transform: scale(1, 1);
    border-radius: 50%;
    z-index: 800;
    opacity: 0.8;
}
.video-button:hover{
    background-size: 100%;
    transform: scale(1.1, 1.1);
    opacity: 1;
}
.video-button:active{
    opacity: 1;
    background-size: 100%;
    transform: scale(1.1, 1.1);
    box-shadow: 0px 0px 40px rgba(255,255,255,0.8);
}
.video-button::after{
    content: "";
    width: 60%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    box-shadow: 0px 0px 40px rgba(255,255,255,0.8);
    border-radius: 50%;
    transition: all 0.3s;
    opacity: 0;
    transform: scale(1, 1);
}
.video-button:hover::after{
    width: 100%;
    height: 100%;
    opacity: 1;
}
.video-button:active::after{
    transform: scale(10, 10);
    transition: all 0.3s;
    box-shadow: 0px 0px 40px rgba(255,255,255,0);
    opacity: 0;
}

.video-popup .uk-modal-dialog{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    z-index: 9000;
    padding: 20px 10%;
}
.video-popup .video-wrapper{
    width: 70%;
    height: 600px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 5%;
    margin: auto;
}
.video-popup video{
    position: absolute;
    left: 0;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: auto;
}
#uk-video-tab{
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
}
.video-popup .btn-close{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
    width: 40px;
    height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #00a0dd;
}
.video-popup .btn-close:hover{
    color: #02a94f;
}
.video-popup video:active,
.video-popup video:focus,
.video-popup .btn-close:active,
.video-popup .btn-close:focus{
    outline: none !important;
    border: none !important;
}

.uk-subnav-pill li.uk-active a{
    background-color: #00a1dd;
}
.uk-subnav-pill li a:hover{
    background-color: #02a850 !important;
    color: #ffffff;
}
.uk-subnav-pill li.uk-active a:hover{
    background-color: #00a1dd !important;
}
.uk-subnav-pill li a,
.uk-subnav-pill li.uk-active a{
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    letter-spacing: 0.02em;
}
.uk-subnav-pill li{
    padding-left: 0px;
    float: left !important;
    display: inline-block !important;
}
/*.uk-subnav-pill li:first-child{*/
    /*margin-left: 4.9%;*/
/*}*/
.uk-subnav-pill li span.tab-icon svg{
    display: none;
}
.uk-subnav-pill li.uk-active span.tab-icon svg{
    display: inline-block;
    width: 30px;
    height: 30px;
}
.uk-subnav-pill li.uk-active span.tab-icon{
    text-align: center;
}
.uk-subnav-pill li span.tab-icon{
    position: relative;
}
.uk-subnav-pill li span.tab-icon::before,
.uk-subnav-pill li span.tab-icon::after{
    content: "";
    /*display: block;*/
    position: absolute;
    left: 5px;
    top: 2px;
    bottom: 0;
    width: 2px;
    height: 14px;
    background-color: #999999;
    transition: all 0.3s;
    display: none;
}
.uk-subnav-pill li span.tab-icon::after{
    left: 10px;
}
.uk-subnav-pill li.uk-active span.tab-icon::before,
.uk-subnav-pill li.uk-active span.tab-icon::after{
    display: none;
}
.uk-subnav-pill li a:hover span.tab-icon::before,
.uk-subnav-pill li a:hover span.tab-icon::after{
    background-color: #ffffff;
}

/*
* Footer
* -----------------------------------------------------------------------
*/

footer{
    position: fixed;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: 500;
}
footer .copyright{
    position: fixed;
    bottom: 11px;
    left: 15px;
    width: auto;
    text-align: right;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.01em;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    margin: 0 15px;
    line-height: 12px !important;
}


/*
* Form Wrapper
* -----------------------------------------------------------------------
*/

.form-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
    background: #179f9a;
    /* background: linear-gradient(157deg, rgb(255 234 213) 0%, rgb(170 89 47) 100%); */
    width: 300px;
    height: 100%;
    padding: 20px 10px 30px 10px;
    overflow: auto;
}
.form-wrapper .form-container{
    background-color: rgba(255,255,255,0.3);
    margin-top: 20px;
    padding: 5px 15px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
}
.form-wrapper .languages ul{
    margin: -20px 0 0 0;
    padding: 0;
}
.form-wrapper .languages ul li {
    display: inline-block;
    padding: 0 5px;
    text-transform: capitalize;
}
.form-wrapper .languages ul li::after{
    content: "";
    position: relative;
    top: 2px;
    left: 8px;
    color: rgba(0,0,0,0.1) !important;
    width: 1px;
    height: 13px;
    background: rgb(249 248 247 / 43%);
    display: inline-block;
}
.form-wrapper .languages ul li:last-child:after{
    display: none;
}
.form-wrapper h2{
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    background: linear-gradient(to right, #f6f4ef, #dfddd5 160%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px 0 0 0;
    margin-top:5px !important;
}
.form-wrapper span svg{
    color: #2a160b;
}
.form-wrapper .uk-width-1-1{
    margin-top: 10px;
}
    input,
    select {
      border: none;
      width: 100%;
      height: 35px !important;
    }
    input,
    select,
    textarea {
      font-weight: 600;
      color: #010101 !important;
      letter-spacing: 0;
      background-color: rgba(255,255,255,0.8);
      border-color: #fff;
      transition: all 0.3s;
      border-radius: 10px;
      font-size: 14px;
    }
    textarea{
        width: 100%;
        height: 100px;
        background-color: rgba(255,255,255,0.8);
        border:none;
        font-family: Helvetica, sans-serif;
        padding: 10px 0 0 0;
    }
    input:focus,
    select:focus,
    textarea:focus,
    input:valid,
    select:valid,
    textarea:valid, 
    input:-internal-autofill-selected, 
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:valid,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus,
    select:-webkit-autofill:valid{
      background-color: transparent !important;
      border-bottom: solid 1px #fff;
      border-radius: 0;
    }
    button, .uk-button {
      width: 100%;
      height: 40px;
      cursor: pointer;
      padding: 11px auto;
      text-align: center;
      border-radius: 20px;
      border: solid 1px #f6f4ef;
      background-color: #d20c79 !important;
      font-weight: 600;
      transition: all 0.3s;
      position: relative;
      overflow: hidden;
      font-size: 14px;
      font-family: Helvetica, sans-serif;
      line-height: 14px;
      color: #f6f4ef !important;
    }
    button:hover, .uk-button:hover{ 
        background-color: #939598 !important;
    }
    button span {
      position: relative;
      z-index: 10;
      transition: all 0.3s;
    }
    /* button:after{
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 100%;
      transition: all 0.5s;
      background-color: #B9BCB3 !important;
      border-radius: 20px;
      z-index: 1;
    }
    button:hover:after {
      width: 100%;
    } */
  
  .form-item {
    position: relative;
  }
  
  div.form-item label {
    position: absolute;
    top: 3px;
    left: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #19516a;
    background: transparent;
    transition: all 0.3s;
    transform: scale(1, 1);
    font-family: 'Lato', sans-serif;
  }
  
  div.form-item input:focus ~ label,
  div.form-item input:valid ~ label,
  div.form-item select:focus ~ label,
  div.form-item select:valid ~ label,
  div.form-item textarea:focus ~ label,
  div.form-item textarea:valid ~ label {
    top: -20px;
    transform: scale(0.9, 0.9);
    color: #111;
  }
  
.g-recaptcha {
    transform:scale(0.9);
    transform-origin:0 0;
}
.uk-modal-body {
    text-align: left;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
}
.uk-button{
    width: 150px !important;
}
.uk-button:after{
    display: none !important;
}
.uk-button:hover{
    background-color: #E7E6E2 !important;
}
.uk-modal-dialog{
    border-radius: 20px;
    overflow: hidden;
}

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    } 

/*
* Responsive Resize
* -----------------------------------------------------------------------
*/
@media (max-width:1980px) {
    .video-popup .video-wrapper{
        width: 70%;
        height: 85%;
        bottom: 0;
    }
}
@media (max-width:1200px) {
    .video-popup .video-wrapper{
        width: 75%;
        height: 500px;
        bottom: 5%;
    }
    .background-slider{
        width: 80%;
    }
    .header-tab h1{
        line-height: 22px;
        width: 300px;
        padding: 5px 0 0 0;
        left: -50px;
        font-size: 15px;
    }
}
@media (max-width:1024px) {
    .video-popup .video-wrapper{
        width: 75%;
        height: 500px;
        bottom: 5%;
    }
    .header-tab h1{
        line-height: 22px;
        width: 300px;
        padding: 5px 0 0 0;
        left: -50px;
        font-size: 15px;
    }
}
@media (max-width: 800px) {
    .cookieConsentContainer .cookieDesc p{
        display: inline-block;
        line-height: 15px;
        font-size: 13px;
        padding: 5%;
    }
    .cookieConsentContainer .cookieButton{
        float: left;
    }
    .header-tab{
        height: auto;
    }
    .header-tab h1{
        line-height: 20px;
        width: 300px;
        padding: 100px 15px 0 15px;
        left: auto;
        margin: 0 !important;
        font-size: 14px;
        text-align: left;
    }
}
@media (max-width: 600px) {
    body{
        background-color: #179f9a;
    }
    header .site-logo{
        left: 0;
        right: 0;
        margin: 0 auto;
        background: url(../images/bt-logo.png) #f6f4ef center center no-repeat;
        width: 100%;
        background-size: auto 70%;
        padding: 10px 0;
        top: 20px;
    }
    .language{
        right: 20px;
    }
    .background-slider{
        width: 100%;
    }
    .background-slider .slide-content span.caption{
        font-size: 16px;
        line-height: 20px;
    }
    header, .form-wrapper, .background-slider{
        position: relative;
    }
    .background-slider, #img-background, #img-background div.mc-image{
        top: 0;
        left: 0;
        height: 490px !important;
    }
    #img-background, #img-background div.mc-image, .slide-prev-button, .slide-next-button, .pagination, .background-slider .slide-content, .background-slider .header-overlay{
        position: absolute !important;
    }
    #img-background div.mc-image{
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-attachment: inherit !important;
    }
    .background-slider .slide-content{
        width: 100%;
        top: auto;
        bottom: 30px;
        padding-right: 30px;
    }
    .form-wrapper{
        margin: 0 auto;
        z-index: 100 !important;
    }
    #cycle-nav{
        width: 330px !important;
        padding: 0 !important;
    }
    .slide-prev-button{
        right: 46px !important;
    }
    .slide-next-button{
        right: 5px !important;
    }
    .background-slider .header-overlay{
        top: 200px;
        bottom: auto;
        height: 60%;
    }
    .header-tab{
        padding: 0 0 10px 0;
        top: 20px;
    }
    .header-tab h1, .header-tab h1.ru{
        line-height: 20px;
        padding: 110px 0 0 0;
        left: auto;
        margin: 0 !important;
        font-size: 13px;
        text-align: center;
        width: 100%;
        letter-spacing: 0.01em;
    }
    .form-wrapper .languages{
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #d20b79;
    }
    .form-wrapper .languages ul{
        margin: -12px 0 0 0;
    }
    .form-wrapper .languages ul li{
        line-height: 15px;
       
    }
    .form-wrapper .languages ul li a{
        font-size: 11px !important;
    }
}
@media (max-width: 390px) {

}
@media (max-width: 320px) {
    
}
