
body {
    font-family: MavenPro;
}

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

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

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


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


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

ul.ul-check {
    list-style-image: url('images/check.png');
    padding-left: 25px;
}

.spacer-100 {
    height: 100px;
}

.spacer-50 {
    height: 50px;
}

.spacer-40 {
    height: 40px;
}

.spacer-30 {
    height: 30px;
}

.spacer-25 {
    height: 25px;
}

.spacer-20 {
    height: 20px;
}

.container {
    padding: 0px 40px;
    background-color: #fff;
}

.container-blue , .container-blue > .container {
    background-color: #002060;
    color: #fff
}

.container-wight {
    background-color: #fff;
    color: #000;
}

.page-title-container { 
    background-image: url(images/tittle-line.jpg);
    background-repeat: repeat-x;
    background-position: 100% 50%;
    width: 100%;
}

.page-title-wight.no-pad-left {
    padding-left: 0px;
}

.page-title-blue, .page-title-wight {
    font-size: 30px;
    padding: 15px;
}

.page-title-blue {
    background-color: #002060;
    color: #fff;
}

.page-title-wight  {
    background-color: #fff;
    color: #002060;
}

.up-blue {
    color: #002060;
    text-transform: uppercase;
    font-weight: 600;
}

.text-blue {
    color: #002060;
    font-weight: 600;
}

.up-red {
    color: #860000;
    text-transform: uppercase;
        font-weight: 600;
}
.up-red a:link, a:visited{
	color:#860000;
	text-decoration:none;
}
.up-red a:hover, a:active{
	color: #860000;
	text-decoration:none;
}

.btn-custom-blue {
    color: #fff;
    background-color: #214ba0;
    border-bottom: 2px solid #002060;
}

.btn-custom-blue:hover {
    color: #fff;
    background-color: #2b58b2;
}

.custom-container {
    margin-bottom: -27px;
    padding-bottom: 27px;
}

.carousel-caption {
    font-size: 20px;
}

.normal-caption {
    background-color: rgba(0, 22, 65, 0.7);
    padding: 11px 0px 10px 25%;
    font-family: MavenPro;
    width: 74%;
}

.arrow-left-slider {
    width: 0px;
    height: 0;
    border-top: 74px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 80px solid rgba(0, 22, 65, 0.7);
    background-color: transparent;
}

.arrow-right-slider {
    width: 0px;
    height: 0;
    border-bottom: 80px solid transparent;
    border-top: 0px solid transparent;
    border-left: 80px solid rgba(0, 22, 65, 0.7);
    background-color: transparent;
}

.normal-caption-container {
    display: -webkit-inline-box;
        width: 100%;
}

.info-info {
    font-family: OpenSans-Regular;
    color: #002060;
}

.carousel-caption h1 {
    font-family: OpenSans-ExtraBold;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.moved-carousel-caption h1 {
    display: none;
    text-align: center;
    font-family: OpenSans-ExtraBold;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}


.carousel-caption h1 span, .moved-carousel-caption h1 span, .moved-carousel-caption-no-span h2{
    color: #fb2525;
}

.moved-carousel-caption-no-span h2 {
    display: none;
}

.header-container {
    display: inline-flex;
    width: 100%;
    padding-top: 15px;
}

.info-info {
    text-align: right;
    width: 100%;
    line-height: 1.8;
    padding-bottom: 8px;
}

.info-navigation {
    width: 100%;
}

.custom-navbar {
    width: 64%;
    background-color: #002060;
    border-color: #fff;
    position: absolute;
    right: 0px;
    top: 73px;
}

.arrow-left {
    width: 0px;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 50px solid #002060;
    background-color: #fff;
    margin-right: 50px;
}

.navbar {
    border: none !important;
}

.navbar-collapse {
    padding-left: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>.open>a:focus  {
    color: #fff;
    background-color: #a6a6a6;
}

.dropdown-menu {
    background-color: #b1b3b6;
    border-radius: 0px;
    border-bottom: 2px solid #8e8f92 !important;
}

.dropdown-menu>li>a ,.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:visited, .dropdown-menu>li>a:active, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

.dropdown-menu>li>a:hover {
    background-color: #858ea0;
}

.dropdown-menu>li>a {
    border-bottom: 1px solid;
    padding: 10px 20px;
}

.dropdown-menu>li:last-child > a {
    border-bottom: 1px transparent;
}

.carousel-container {
    padding-top: 27px;
    position: relative;
    z-index: -9;
    left: 0% !important;
    right: 0% !important;
}

.carousel-container .item img {
    width: 100%;
}

.slider-caption {
    z-index: 9;
    text-align: center;
}

.sidebar-container {
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    padding: 0 20px;
}

.footer {
    background-color: #01256d;
    color: #fff;
    font-size: 13px;
    padding: 5px 0px;
}

.footer a:link, a:visited{
	color:#fff;
	text-decoration:none;
}
.footer a:hover, a:active{
	color: #fff;
	text-decoration:none;
}

.footer > .container {
    background-color: #01256d;
}

.footer .text-content {
    padding-top: 10px;
}

.page-content > .img-left {
    float: left;
    padding: 0px 20px 20px 0px;
}

.page-content > .img-left > img {
    width: 100%;
    height: auto;
}

.page-content .iframe {
    width: 100%;
}

.page-content b.title {
    font-size: 17px;
}    

@media (max-width: 1354px) {
    .arrow-right-slider {
        border-bottom: 105px solid transparent;
    }

    .carousel-caption {
        padding-bottom: 0px;
    }
}

@media (max-width: 1199px) {
    .home-img img{
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 1167px) {
    .arrow-right-slider {
        border-bottom: 60px solid transparent;
    }
}


@media (max-width: 1106px) {
    .carousel-caption {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .arrow-left {
        background-color: #002060;
        margin-right: 0px;
        border-right: 20px solid #002060;
    }
    .custom-navbar {
        top: 118px;
    }
}

@media (max-width: 877px) {
    .header-container {
        display: block;
    }

    .custom-navbar {
        top: 30px;
        width: 100%;
        position: relative;
    }

    .moved-carousel-caption h1{
        display: flex;
    }

    .carousel-caption h1 {
        display: none;
    }

    .carousel-container {
        padding-top: 10px;
    }

    .arrow-right-slider {
        border-bottom: 90px solid transparent;
    }
}

@media (max-width: 768px) {
    .carousel-caption {
        display: none;
    }

    .arrow-left {
        display: none !important;
    }

    .custom-navbar {
        background-color: rgba(0, 22, 65, 0.7);
    }

    ul.nav.navbar-nav a {
        text-align: center;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
}

@media (max-width: 695px) {
    .moved-carousel-caption h1 {
        font-size: 2em;
    }
}


@media (max-width: 564px) {

    .page-content .img-left {
        padding: 0 0 15px 0;
        width: 100%;
    }

    .moved-carousel-caption h1 {
        font-size: 2em;
    }

    .moved-carousel-caption h1{
        display: none;
    }

    div.moved-carousel-caption-no-span h2 {
        display: relative;
        visibility: visible;
    }
}

@media (max-width: 376px) {
    .page-logo img {
        width: 100%;
    }

    .container {
        padding: 0px 15px;
    }
} 


@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 0% !important;
        left: 0% !important;
    }
}

.content-link {
    color: #860000;
}

.content-link a{
    color: #860000;
}

.content-link a:link, a:visited{
	color:#860000;
}
.content-link a:hover, a:active{
	color: #860000;
}

.bullet-link {
    color: #ffffff;
}

.bullet-link a{
    color: #ffffff;
}

.bullet-link a:link, a:visited{
	color:#ececec;
}
.bullet-link a:hover, a:active{
	color: #ececec;
}