/**************************************
             GLOBAL CSS
***************************************/
* {
    font-family: 'Roboto', sans-serif;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    padding-top: 130px;
}

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

.row {
    margin: 0 !important;
}

h1.fancy::before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 30px;
    background-color: #11347d;
}

.content-wrapper.single {
    min-height: 94%;
}

.single {
    /*min-height: 89.2%;*/
}

@media (min-width: 1920px) {
    .single {
        min-height: 93%;
    }
}


/**************************************
                NAVBAR
***************************************/
.navbar {
    margin-bottom: 0px;
    border-color: #d4d4d4;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.navbar .navbar-brand {
    z-index: 20;
}

.navbar .navbar-brand img {
    max-height: 60px;
    height: 50%;
}

.navbar .nav-social-info {
    position: absolute;
    right: 0;
    top: 0;
    color: #E40613 ;
    min-width: 50%;
    z-index: 20;
    height: 56px;
}

.navbar .nav-social-info .social-link {
    height: 100%;
    padding: 5px 22px;
    float: right;
    border-left: 1px solid #fff;
    font-size: 18px;
    line-height: 2.5;
    transition: background-color .3s ease-in-out, color .2s ease-in-out;
}

.navbar .nav-social-info .social-link:hover {
    background-color: #e0e0e0;
    color: #11347d;
}

.navbar .nav-social-info a {
    color: #f5f5f5;
}

.navbar > img {
    height: 70px;
    float: left;
    margin-top: 5px;
    margin-left: 30px;
}

ul li.button a {
    height: 80px;
    padding-top: 30px;
}

ul li.button:hover {
    background-color: white;
}

li.active a {
    background-color: unset !important;
    color: #5374B8 !important;
}

.nav-link {
    transition: color .25s linear;
}

.nav-link:hover {
    color: #11347d !important;
}

.nav-link {
    font-size: 13pt;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: 8px;
}

@media (min-width: 992px) {
    .navbar-collapse {
        position: relative;
        top: 26px;
        right: 100px;
    }

}

.mobile-login {
    display: none;
}

/**************************************
                FOOTER
***************************************/
footer {
    background-color: #fff;
    height: 60px;
    line-height: 60px;
    margin-top: -60px;
    color: #252525;
}

footer .row {
    min-height: 0 !important;
    padding-bottom: 0 !important;
}

.content-inside {
    padding-bottom: 80px;
}
footer a {
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    color: #252525;
    text-underline: none;
}

footer a:hover {
    color: #E40613;
}

footer p {
    margin-bottom: 0 !important;
}

footer .center {
    text-align: center;
}

footer .links {
    text-align: right;
}

footer .links .link {
    float: right;
    margin-right: 12px;
}

footer .links .link a:before {
    content: "|";
    margin-right: 12px;
}

footer .links .link:nth-last-child(1) a:before {
    content: "";
}

@media (max-width: 1150px) {
    footer .col-4 {
        display: none;
    }
}

/**************************************
                CONTENT
***************************************/
.content-wrapper {
    min-height: 100%;
}

.text-banner {
    padding: 20px 40px;
    text-align: center;
    color: #fdfdfd;
    background-color: #11347d;
}

.text-banner:before {
    content: " ";
    display: inline-block;
    width: 22px;
    height: 45px;
    margin-right: 10px;
    background-color: #fff;
}

.text-banner > h1 {
    margin-bottom: 0;
}

.single .text-banner {
    display: none;
}
