@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
body, *{
    font-family: "Lato";
}
.white{
    color: #ffffff;
}

.blue{
    color: #0a396d;
}

.red{
    color: #ad212e;
}

.yellow{
    color: #f1a31c;
}

.cian{
    color: #00c5db;
}

.gray{
    color: #C7C7C7;
}

.bg-blue{
    background-color: #0a396d;
}

.bg-red{
    background-color: #ad212e;
}

.bg-yellow{
    background-color: #f1a31c;
}

.bg-cian{
    background-color: #00c5db;
}

.center{
    text-align: center;
}

.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}

.navbar{

}


section#content{
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    background-size: cover;

}

/*LEFT*/

.col-left{
    padding-top: 45px;
}

/*RIGHT*/

.col-right{
    padding-top: 45px;
}

.form-group label{
    color:#FFFFFF;
    font-weight: 700;
}
.col-form-label{
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}

.btn-jetsmart{
    background-color: #00ABC8;
    padding: 5px 40px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius:  0px;
    border-radius:  0px;
    font-size: 18px;
    position: relative;
    bottom: -20px;
}

.btn-jetsmart:hover{
    background-color: #fff;
    color: #00ABC8;
}

.form-control, .form-control:focus{
    border-radius: 0px;
    text-align: left;
    background:transparent;
    border: 1px solid #FFFFFF;
    color:#FFFFFF;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
select.form-control option{
    color: #1C355E;
}
footer{
    margin-top:0px;
}
h1{
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 20px;
}
h1 .logo-text{
    height:40px;
}
h4{
    font-weight: 700;
    margin-bottom: 15px;
}
h5{
    margin-top: 15px;
    margin-bottom: 15px;
}

h3{
    font-weight: 900;
    font-size: 22px;
    padding: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

h6{
    padding-bottom: 40px;
    font-style: italic;
}


a:hover{
    color: #f1a31c;
}

select{
    text-align: center;
    text-align-last: center;
}

form#form-register{
    padding-bottom: 3vw;
    background:#1C355E;
}

.col-padding-extra{
    padding-bottom: 90px;
    padding-top: 40px;
}

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

    h1{
        font-size: 36px;
    }
    h1 .logo-text {
        height: 35px;
    }
    h5{
        font-size: 16px;
    }

    h3{
        font-size: 18px;
    }

    h6{
        font-size: 14px;
    }

    .col-right, .col-left{
        padding-top: 80px;
    }

    form#form-register{
        padding-bottom: 2vw;
    }
}

@media screen and (max-width: 769px){
    .btn-jetsmart{
        padding: 5px;
        width: 100%;
    }
    h1{
        font-size: 26px;
    }
    h1 .logo-text {
        height: 25px;
    }
    h4{
        font-size: 18px;
    }
    .col-right, .col-left{
        padding-top: 40px;
    }

    form#form-register{
        padding-bottom: 0vw;
    }

    .col-padding-extra{
        padding-bottom: 0px;
        padding-top: 40px;
    }

    .padding-last{
        padding-bottom: 15px;
    }
}

