/** Thailand
	custom theme
 ********************************************* **/
@import url(https://fonts.googleapis.com/css?family=Comfortaa);

.font-khausan-script {
    font-family: "Comfortaa" !important;
}
.parallax h1 > span, .parallax h2 > span, .parallax h3 > span, .parallax h4 > span, .parallax h5 > span, .parallax h6 > span {
    color: #ffffff;
    font-weight: bold;
    /*-webkit-text-stroke: 1px white;*/
    text-shadow: -1px 0 #035c98, 0 1px #035c98, 1px 0 #eeeeee, 0 -1px #035c98;
    font-family: 'Raleway', 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-style: italic;
}

h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span {
    color: #035c98;
}

p {font-size: 18px}


/* PRELOADER */
.inner {
    position: absolute;
    top: 0; bottom: 0;
    right: 0; left: 0;
    margin: auto;
    width: 130px;
    height: 130px;
    background: url("/lattur/img/logo_sm_2.png");
}

#preloader span.loader {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgb(21, 141, 221);
    border-right: 1px solid rgb(92, 197, 236);
    border-bottom: 1px solid rgb(112, 201, 238);
    border-left: 1px solid rgb(3, 92, 152);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 100001;
}

.dropcap:first-letter {
    font-size: 40px;
}

section {
    border-bottom: 0 !important;
}