body{
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px;
    line-height: 29px;
    font-weight: 200;
    letter-spacing: 5px;
    color: #999;
    background-image: url("../img/fondo.jpg");
}

html {
    font-family: 'Raleway', sans-serif!important;
}

html,
body {
    width: 100%;
    height: 100%;
}


/* Link style
/* ------------------------------ */
a {
    color: #ed145b;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #03a9f4;
    outline: none;
    text-decoration: none;
}


/* ================ Typography ================== */

h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', sans-serif!important;
    font-weight: 200;
    color: #202020;
    margin: 0 0 15px;
}

h1 {
    font-size: 36px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}

p img { 
    margin: 0; 
}

p {
    margin: 0 0 30px;
    line-height: 30px;
}

hr {
    margin: 0;
}

/* Material Button Style
/* ------------------------------ */
.btn {
    height: 50px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 2px;
    background-color: #03a9f4; /*brand primary color*/
    border: 0;
}

.btn-lg {
    padding: 12px 38px;
}

/*button size in extra small devices*/
@media screen and (max-width: 767px) {
    .btn-lg {
        height: auto;
        font-size: 14px;
        padding: 8px 25px;
    }
}

.btn:hover{
    background-color: #03a9f4;
}

.btn.active, 
.btn:active {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn i.material-icons {
    font-size: 20px;
}

.btn.focus, 
.btn:focus, 
.btn:hover {
    color: #fff;
}
.btn:focus,
button:focus {
    outline: none !important;
}


@media (min-width: 992px) {
    #contactForm .submit-button {
        float: right;
    }
}



/* ================= Global Classes ==================== */
.section-padding {
    padding: 110px 0;
}

/*margin top*/
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}


/*margin bottom*/
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}



/*pre defined font-weight classes*/
.text-light {
    font-weight: 300 !important;
}
.text-medium {
    font-weight: 500 !important;
}
.text-bold {
    font-weight: 700 !important;
}
.text-extrabold {
    font-weight: 900 !important;
}



/* ================= Color Presets ==================== */
.brand-color {
    color: #03a9f4 !important;
}
.brand-bg {
    background-color: #03a9f4 !important;
}
.brand-bg.darken-2 {
    background-color: #0288d1 !important;
}


/*Verticle Aligne Middle for equel height*/
.valign-wrapper {
    display: table;
    width: 100%;
}
.valign-cell {
    display: table-cell;
    vertical-align: middle;
}



/* ================= Hero Unit ==================== */
.intro-title {
    color: #000;
    letter-spacing: 5px;
}
.sub-intro {
    display: block;
    margin: 0 auto 10px;
}



/*Mouse animate icon*/
.mouse-icon {
    position: absolute;
    left: 50%;
    bottom: 40px;
    border: 2px solid #fff;
    border-radius: 16px;
    height: 40px;
    width: 24px;
    margin-left: -15px;
    display: block;
    z-index: 10;
}

.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 2px;
    height: 6px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes drop {
    0%   { top:5px;  opacity: 0;}
    30%  { top:10px; opacity: 1;}
    100% { top:25px; opacity: 0;}
}

@keyframes drop {
    0%   { top:5px;  opacity: 0;}
    30%  { top:10px; opacity: 1;}
    100% { top:25px; opacity: 0;}
}


/* ================= Banner Background ==================== */
.bg-cover,
[class*='banner-'] {
    background-size: cover !important;
}

@media (min-width: 768px){
    .sub-intro {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    .intro-title {
        font-size: 35px;
    }
}


@media (min-width: 992px) {
    .bg-fixed {
        background-attachment: fixed;
    }
}

.banner-1 {
    background-image: url("../img/fondo.jpg");
}

/* ================= CountDown Style ==================== */
.comingsoon-wrapper .logo {
    margin-bottom: 50px;
}

.comingsoon-wrapper .logo img {
    width: 500px;
}

.countdown {
  margin-bottom: 0
}
.countdown li {
  display: inline-block;
  text-align: center;
  min-width: 110px;
}
.countdown li+li {
  margin-left: 40px;
}
.countdown li p{
    text-transform: uppercase;
    margin: 0;
}
.countdown li span {
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
    color: #03a9f4;
}

@media screen and (max-width: 650px) {
    .countdown li+li {
      margin-left: 10px;
    }
}

.comingsoon-contact .input-field {
    margin-top: 20px;
}


.subscription-success {
    color: #fff;
    line-height: 24px;
    margin-top: 20px;
}


@media (min-width: 992px) {
    .footer-intro p {
        width: 60%;
    }

    .comingsoon-wrapper .logo {
        margin-bottom: 50px;
        margin-top: 80px;
    }
    
    .comingsoon-wrapper .logo img {
        width: 400px;
    }
    
}

@media (min-width: 768px) {

    .comingsoon-wrapper .logo {
        margin-top: 10px;
    }
    
    .comingsoon-wrapper .logo img {
        width: 800px;
    }
    
}


@media screen and (min-width: 736px) {

    .comingsoon-wrapper .logo {
        margin-top: 10px;
    }
    
    .comingsoon-wrapper .logo img {
        width: 100px;
    }
    
}



@media (min-width: 684px) {

    body{
        background-image: url("../img/fondo.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
    }
    

    .comingsoon-wrapper .logo {
        margin-bottom: 50px;
        margin-top: 10px;
    }
    
    .comingsoon-wrapper .logo img {
        width: 150px;
    }
    
}

@media (min-width: 412px) {

    body{
        background-image: url("../img/fondo.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
    }
    

    .comingsoon-wrapper .logo {
        margin-bottom: 50px;
        margin-top: 10px;
    }
    
    .comingsoon-wrapper .logo img {
        width: 200px;
    }
    
}


@media screen and (min-width: 375px) {
    body{
        background-image: url("../img/fondo.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
    }
    
    .comingsoon-wrapper .logo {
        margin-top: 40px;
        margin-bottom: 5px;
    }
    
    .comingsoon-wrapper .logo img {
        width: 200px;
    }

    .intro-title {
        font-size: 35px;
        color: #c9f0ff;
        margin-top: 5px;
        font-family: "Trirong", serif;
    }
}

@media screen and (max-width: 366px) {

    body{
        background-image: url("../img/fondo.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
    }
    
    .comingsoon-wrapper .logo {
        margin-top: 20px;
        margin-bottom: 5px;
    }
    
    .comingsoon-wrapper .logo img {
        width: 200px;
    }

    .intro-title {
        font-size: 30px;
        color: #c9f0ff;
        margin-top: 2px;
        font-family: Arial, Helvetica, sans-serif;
    }
}


@media only screen and (min-width: 1200px){
    .container {
        width: 1170px;
    }

    .comingsoon-wrapper .logo {
        margin-bottom: 10px;
        margin-top: 40px;
    }

    .comingsoon-wrapper .logo img {
        width: 400px;
    }

    .intro-title {
        font-size: 100px;
        color: #c9f0ff;
        margin-top: 5px;
        margin-bottom: 28px;
        font-family: "Trirong", serif;
    }

    .sub-intro {
        display: block;
        margin: 0 auto 30px;
        font-size: 25px;
    }
    

}

@media only screen and (max-width: 749px) {
    .container {
        width: 100%; 
    }
}
@media only screen and (max-width: 601px) {
    .container {
         width: 90%; 
    }
}

.container .row,
.container-fluid .row {
    margin-bottom: 0;
}

.container .row {
    margin-right: -15px;
    margin-left: -15px;
}

.row .col {
    padding-right: 15px;
    padding-left: 15px;
}



/* 
Social Link
------------------------------------------------ */
.social-link {
    margin-bottom: 0;
}
.social-link li {
    display: inline-block;
}
.social-link li+li {
    margin-left: 10px;
}
.social-link li a i {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.social-link li a i:hover {
    color: #03a9f4 ;
    background: #fff;
}



/* ================= Back To Top ==================== */
.footer .container {
    position: relative;
}
.back-top {
    position: absolute!important;
    top: -35px;
    right: 0;
}
.back-top i {
    font-size: 4rem!important;
}
.back-top.white i {
    color: inherit;
}



/* ================= TT Animate CSS ==================== */
.tt-animate i {
    text-align         : center;
    overflow           : hidden;
    -webkit-transition : all 0.5s;
    -moz-transition    : all 0.5s;
    transition         : all 0.5s;
}

.tt-animate i::before {
    speak                       : none;
    display                     : block;
    -webkit-font-smoothing      : subpixel-antialiased !important;
    -webkit-backface-visibility : hidden;
    -moz-backface-visibility    : hidden;
    -ms-backface-visibility     : hidden;
}


/*Left To Right*/
.tt-animate.ltr i:hover::before {
    -webkit-animation : LeftToRight 0.3s forwards;
    -moz-animation    : LeftToRight 0.3s forwards;
    animation         : LeftToRight 0.3s forwards;
}

.tt-animate.ltr i:before {
    -webkit-animation : RightToLeft 0.3s forwards;
    -moz-animation    : RightToLeft 0.3s forwards;
    animation         : RightToLeft 0.3s forwards;
}


/*Right To Left*/
.tt-animate.btt i:hover::before {
    -webkit-animation : BottomToTop 0.3s forwards;
    -moz-animation    : BottomToTop 0.3s forwards;
    animation         : BottomToTop 0.3s forwards;
}

.tt-animate.btt i:before {
    -webkit-animation : TopToBottom 0.3s forwards;
    -moz-animation    : TopToBottom 0.3s forwards;
    animation         : TopToBottom 0.3s forwards;
}


/*---------------------------------------------------------
KEY FRAME 
-----------------------------------------------------------*/

/* Left to Right key frame*/

@-webkit-keyframes LeftToRight {
    49% {
        -webkit-transform : translate(100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}

@-moz-keyframes LeftToRight {
    49% {
        -moz-transform : translate(100%);
    }
    50% {
        opacity        : 0;
        -moz-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}

@keyframes LeftToRight {
    49% {
        transform : translate(100%);
    }
    50% {
        opacity   : 0;
        transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}

/* Right to Left key frame*/

@-webkit-keyframes RightToLeft {

    49% {
        -webkit-transform : translate(100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }

}

@-moz-keyframes RightToLeft {
    49% {
        -webkit-transform : translate(-100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(100%);
    }
    51% {
        opacity : 1;
    }
}

@keyframes RightToLeft {
    49% {
        -webkit-transform : translate(100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}

/* Bottom to Top key frame*/

@-webkit-keyframes BottomToTop {
    49% {
        -webkit-transform : translateY(-100%);
        }
    50% {
        opacity           : 0;
        -webkit-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }

@-moz-keyframes BottomToTop {
    49% {
        -moz-transform : translateY(-100%);
        }
    50% {
        opacity        : 0;
        -moz-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }

@keyframes BottomToTop {
    49% {
        transform : translateY(-100%);
    }
    50% {
        opacity   : 0;
        transform : translateY(100%);
    }
    51% {
        opacity : 1;
    }
}


/* Top to Bottom key frame*/
@-webkit-keyframes TopToBottom {
    49% {
        -webkit-transform : translateY(-100%);
        }
    50% {
        opacity           : 0;
        -webkit-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }

@-moz-keyframes TopToBottom {
    49% {
        -moz-transform : translateY(-100%);
        }
    50% {
        opacity        : 0;
        -moz-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }

@keyframes TopToBottom {
    49% {
        transform : translateY(-100%);
    }
    50% {
        opacity   : 0;
        transform : translateY(100%);
    }
    51% {
        opacity : 1;
    }
}