@font-face {
    font-family: Roboto-Bold;
    src: url(fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto-Light;
    src: url(fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(fonts/Roboto-Regular.ttf);
}


body {
    font-family: Roboto-Light !important;
    color: #555555;
    font-size: 16px;
    line-height: 1.3;
}

b {
    font-family: Roboto-Bold !important;
}

ul.nav.navbar-nav {
    float: right !important;
    margin-right: -22px;
}

img {
    max-width: 100%;
}

img.star-flag {
    width: 50px !important;
    margin-right: 25px;
    display: inline-grid;
    max-width: 50px;
}


table.fees {
    width: 100%;
}

table.fees tr {
    border-bottom: 1px solid #b3b3b3;
}

table.fees tr td {
    padding: 8px 0;
}

table.fees tr td:nth-child(1) {
    font-weight: bold;
}

table.fees tr td:nth-child(2) {
    text-align: right;
}

.dropdown-menu>li>a {
    font-weight: bold;
}

.in-red {
    color: #b03126;
}

.in-gray {
    color: #333333;
}

.lg {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px;
}

.btn-red {
    background-color: #b03127 !important;
    border: none !important;
    color: #fff !important;
}

.btn.fullwidth {
    width: 100%;
}

.btn.center {
    margin: 0 auto !important;
    float: none !important;
    display: table;
}

.forgot-password {
    color: #555;
    font-size:12px;
}

.forgot-password:active {
    color: #777;
    text-decoration: none;
}

.forgot-password:hover {
    color: #777;
    text-decoration: none;
}

.logo img {
    max-width: 100% !important;
}

.header-mobile {
    display: inline-block;
    margin: 20px 0px 20px 40px;
}

.header-mobile a {
    color: #363636;
    font-size: 18px;
}

.form-container {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    float: right;
    margin-right: 23px;
}

.navbar-default {
    background-color: #ffffff;
    border: none;
    padding: 30px 0 15px 0;
}

.btn-black {
    background-color: #363636 !important;
    color: #fff !important;
}

.navbar-default .navbar-nav>li>a {
    font-family: Roboto-Bold;
    color: #363636;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #b03126; 
}

.navbar {
    margin: 0 !important;
}

.home-banner {
    background-image: url(images/hone-banner.jpg);
    background-size: cover;
    color: #fff;
    padding: 150px 0;
}

.home-banner h1 {
    font-family: Roboto-Bold;
    font-size: 50px;
}

.home-banner h3 {
    font-weight: bold;
    line-height: 1.3;
    font-size: 19px;
    margin: 20px 0;
}

.section-gray {
    background-color: #ebebeb;
}

.section {
    padding: 80px 0;
}

.section.home-more-info {
    padding: 100px 0;
    background-image: url(images/Home_22.jpg);
    color: #fff;
    background-size: cover;
    line-height: 1.8;
}

td.td-img img {
    margin-right: 50px;
}

.section.page-banner {
    padding: 100px 0;
    background-size: cover;
}

.section.page-banner h1 {
    margin: 0;
    color: #fff;
    font-family: Roboto-Bold;
        }

.footer-divider {
    width: 100%;
    border-bottom: 1px solid #4a4a4a;
}

#footer table tr {
    vertical-align: top;
}

#footer {
    background-color: #212121;
    color: #fff;
}

#footer a {
    color: #fff;
}

#footer h2 {
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 25px;
}

#footer h3 {
    font-size: 19px;
    margin: 0;
}

#footer img {
    max-width: initial !important;
}

@media ( max-width: 1199px ) {
    .form-container {
        margin: 0 auto !important;
        float: none !important;
        display: table;
    }

    ul.nav.navbar-nav.navbar-right {
        float: none !important;
        display: table;
        margin: 0 auto !important;
    }
}

@media ( max-width: 991px ) {
    a.logo img {
        margin-bottom: 20px !important;
    }

    .header-mobile {
        display: block;
        margin: 23px 0;
        width: 100%;
        text-align: center;
    }

}

@media (max-width: 767px) {
    td.td-img img {
        margin-right: 30px;
    }

    .form-container {
        width: 100%;
        text-align: left;
    }

    .header-mobile {
        text-align: left;
    }

    .row.footer-buttom .text-right {
        text-align: center;
    }
    .row.footer-buttom {
        text-align: center;
    }

    #footer img {
        height: 60px;
    }
}