﻿@charset "utf-8";
/*@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,900);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);*/

@font-face {
    font-family: 'robotoregular';
    src: url('../VBSPU_fonts/roboto-regular-webfont.eot');
    src: url('../VBSPU_fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../VBSPU_fonts/roboto-regular-webfont.woff2') format('woff2'), url('../VBSPU_fonts/roboto-regular-webfont.woff') format('woff'), url('../VBSPU_fonts/roboto-regular-webfont.ttf') format('truetype'), url('../VBSPU_fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fjallaoneregular';
    src: url('../VBSPU_fonts/fjallaone-regular-webfont.woff2') format('woff2'), url('../VBSPU_fonts/fjallaone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased!important;
    -o-font-smoothing: antialiased!important;
    -ms-font-smoothing: antialiased!important;
    font-smoothing: antialiased!important;
}

body {
    background: #eeeeee;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    padding: 0;
}

html {
    overflow-y: scroll;
    min-height: 100%;
}

.logo {
    display: block;
    max-width: 100%;
    height: auto;
}
/*LOGO SECTION*/
header {
    z-index: 1000 !important;
}

.logo-section {
    background: #1E6791;
    position: relative;
    padding: 10px;
    margin-bottom: 0px;
}

    .logo-section .logo {
        padding: 0px 0px;
    }

    .logo-section .custom-search-form {
        background: #dad7db;
        padding: 5px;
        margin-top: 15px;
    }
/*SECTION-NAVBAR	*/
.navbar {
    margin-top: 10px;
    margin-bottom: 0px;
    border-radius: 0px !important;
}

.navbar-default {
    background-color: #fff;
    border-color: #eee;
}

    .navbar-default .navbar-nav > li > a {
        color: #FC9447;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: solid 2px #fff;
        border-top: solid 2px #fff;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #FF9E1B;
            background-color: #fff;
            border-bottom: solid 2px #6259F6;
            border-top: solid 2px #6259F6;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #FB6E06;
        background-color: #fff;
        border-bottom: solid 2px #6259F6;
        border-top: solid 2px #6259F6;
    }
/*SLIDER-SECTION*/

.slider {
    background: url(../VBSPU_images/slide-1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    width: 100% !important;
}

.dot-matrix {
    background: rgba(0, 0, 0, 0) url("../VBSPU_images/pattern.png") repeat scroll 0 0;
    padding-bottom: 20px;
    padding-top: 0px;
}

    .dot-matrix h1 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 37px;
        color: #1E6791;
        line-height: 1;
        padding: 8px 10px 10px 10px;
        margin: 0;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.02);
        background: rgba(255, 255, 255, 0.9);
    }

        .dot-matrix h1 span {
            display: block;
            font-size: 30px;
            font-weight: 400;
            line-height: 40px;
        }

        .dot-matrix h1 small {
            display: block;
            font-size: 50%;
            font-weight: 300;
            color: #FF7600;
        }

.wraper {
    background: rgba(255, 255, 255, 0.44);
    margin: 20px auto auto;
    min-height: 500px;
    padding: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    position: relative;
}

    .wraper h2 {
        font-size: 25px;
        margin-top: 0px;
        margin-bottom: 15px;
        color: #058CFF;
        font-weight: 300;
        text-transform: uppercase;
        border-bottom: double #eee;
        padding-bottom: 10px;
    }

    .wraper .thumbnail {
        margin-bottom: 5px;
        border: none;
        padding: 0px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 15px;
        font-weight: 400;
        height: 450px;
        z-index: 1;
        position: relative;
        background: #fff;
        border-radius: 2px;
        box-sizing: border-box;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
        padding-bottom: 0px !important;
    }

        .wraper .thumbnail img {
            display: block;
            max-width: 100%;
        }

.thumbnail .caption {
    background-color: #eee;
    padding: 5px;
    margin-top: 0px;
    z-index: 999;
}

    .thumbnail .caption h3 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        background-color: #216A94;
        padding: 10px;
        line-height: 18px;
    }

        .thumbnail .caption h3 span {
            font-size: 18px;
            float: left;
            border-right: solid 1px RGBA(0, 0, 0, 0.24);
            padding-right: 5px;
            margin-right: 5px;
            line-height: 18px;
        }

.sky {
    color: #058CFF;
}

.orng {
    color: #FB6E06;
}

.thumbnail .content {
    padding: 0px 5px;
}

#scroll1 {
    height: 450px;
    padding-bottom: 5px;
}

#scroll2 {
    height: 250px;
    padding-bottom: 5px;
}

#scroll3 {
    height: 250px;
    padding-bottom: 5px;
}

.thumbnail .fa-li {
    top: 8px;
    border: solid 1px #F96E5B;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #0FBEF8;
    font-size: 12px;
    left: -2.5em;
}

.thumbnail .fa-ul > li {
    padding: 7px 0 10px;
    border-bottom: solid 1px #eee;
    /*font-family: "Arial Unicode MS";*/
    font-size: 16px;
}

    .thumbnail .fa-ul > li small {
        display: block;
        color: #6839ff;
        font-weight: 600;
    }

    .thumbnail .fa-ul > li a {
        color: #216A94;
        text-decoration: none;
        font-family: "Arial Unicode MS";
        font-size: 16px;
    }

        .thumbnail .fa-ul > li a:hover {
            color: #F96E5B;
            text-decoration: none;
        }
/*HELPLINE SECTION*/
.btn-warning {
    color: #fff;
    background-color: #F96E5B;
    border-color: #d87608;
}

.helpline {
    border-top: solid 1px RGBA(12, 12, 12, 0.26);
    background: #F9B52C;
    color: #FFF;
    text-shadow: none;
    margin-top: 0px;
    font-family: 'fjallaoneregular', sans-serif;
    padding: 10px 0px;
}

    .helpline h1 {
        color: #fff;
        font-size: 32px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 700;
        text-shadow: 1px 1px 2px #FB6608;
    }

    .helpline h2 {
        color: #fff;
        font-size: 32px;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        text-shadow: 1px 1px 2px #FB6608;
        font-weight: 700;
    }

    .helpline h5 {
        color: #fff;
        font-size: 32px;
        position: relative;
        text-shadow: 1px 1px 2px #FB6608;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .helpline h5 span {
            font-size: 25px;
        }
/*FOOTER-SECTION*/
.footer {
    background-color: #2D2E2F;
    border-top: 1px solid RGBA(5, 4, 4, 0.28);
    color: #030303;
    padding: 6px 0px;
    font-family: "robotoregular", sans-serif;
}

.social {
    text-align: center;
    padding: 30px 0px;
}

    .social ul {
        list-style-type: none;
        padding-left: 0px;
    }

        .social ul li {
            padding: 5px;
            display: inline-block;
        }

            .social ul li a {
                padding: 5px 10px 5px 3px;
                color: #fff;
                font-size: 2em;
                text-align: center;
                border-bottom: solid 3px rgba(0, 0, 0, 0.36);
                border-radius: 4px;
            }

    .social a.mail {
        background-color: #d0422a;
    }

    .social a.play {
        background-color: #00a6b9;
    }

    .social a.twt {
        background-color: #00abf1;
    }

    .social a.yt {
        background-color: #c1272d;
    }

    .social a.fb {
        background-color: #3b5998;
    }

    .social ul li a:hover {
        background-color: #fff;
        color: #4B2E84;
        border-bottom: solid 3px #4B2E84;
    }

.footer a {
    color: #eeeeee;
    text-decoration: none;
    margin-right: 5px;
    margin-left: 5px;
}

    .footer a:hover {
        color: #FAAC23;
    }

.footer .copyright {
    font-size: 0.8em;
    color: #333;
    text-decoration: none;
}

.visitor {
    color: #eee;
    text-decoration: none;
}

.updated {
    color: #eee;
    text-decoration: none;
    margin-left: 10px;
}

.visitor strong {
    color: #FAAC23;
}

.updated strong {
    color: #FAAC23;
}
/*RIGHT LINKS*/

.social_widgets {
    position: fixed;
    right: 80px;
    top: 0%;
    z-index: 110;
}

ul {
    list-style: none !important;
}

.social_widgets > li {
    margin-bottom: 1px;
    transition: all .4s ease;
}

    .social_widgets > li.opened {
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        z-index: 1;
    }

.sw_content {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 8px 5px;
    width: 150px;
    overflow: hidden;
    background: rgba(8, 7, 7, 0.65);
    border: solid 1px RGBA(0, 0, 0, 0.42);
}

.sw_button i {
    font-size: 22px;
}

.sw_content a {
    color: #F96E5B;
}

    .sw_content a:hover {
        text-decoration: none;
        color: #09adf9;
    }

.relative {
    position: relative;
}

.sw_button {
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 1em;
    border: 0px !important;
}

    .social_icons .home:hover a, .sw_button.home {
        background: #216a94;
    }

    .social_icons .login:hover a, .sw_button.login {
        background: #f96e5b;
    }

    .social_icons .apply:hover a, .sw_button.apply {
        background: #81b40f;
    }

.inner-wraper {
    background: rgba(255, 255, 255, 0.44);
    margin: 200px auto auto;
    min-height: 500px;
    padding: 25px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    position: relative;
}

.inner {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 15px;
    max-width: 100%;
    list-style: none;
    text-align: center;
    background-color: #fff;
}

    .inner h1 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 26px;
        color: #FF8B08;
        line-height: 1;
        padding: 10px;
        margin: 0px 0px 10px 0px;
        background: rgba(238, 238, 238, 0.37);
        text-shadow: none;
        text-align: left;
        border-bottom: solid 1px !important;
        font-family: 'fjallaoneregular', sans-serif;
    }

    .inner p {
        text-align: left;
        font-size: 17px;
        color: #6F6D6D;
    }

    .inner .fa-ul > li {
        text-align: left;
        font-size: 17px;
        color: #969595;
        border-bottom: dotted 1px #eee;
        margin: 5px 0px;
        padding-bottom: 5px;
    }

        .inner .fa-ul > li i {
            color: #F98605;
        }

    .inner h3 {
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
        text-align: left;
        font-size: 20px;
        font-weight: 500;
        border-bottom: solid 1px #ccc;
        color: #03ADFC;
        font-family: 'fjallaoneregular', sans-serif;
    }

.left {
    padding-right: 0px;
}

@media (max-width:1024px) {
    .wraper {
        padding: 5px;
        min-height: 796px;
    }

    .social_widgets {
        right: 0px;
    }

    .dot-matrix h1 {
        padding: 14px 10px 15px 10px;
        font-size: 42px;
    }

    .thumbnail .caption {
     /*   margin-top: -77px;*/
        padding: 14px 4px;
    }

        .thumbnail .caption h3 {
            font-size: 16px;
        }

    .helpline h1 {
        font-size: 24px;
    }

    .helpline h2 {
        font-size: 24px;
    }

    .helpline h5 {
        font-size: 24px;
    }

        .helpline h5 span {
            font-size: 22px;
        }

    figure.effect-hera h2 {
        font-size: 16px;
    }

    .inner-wraper {
        margin: 50px auto auto;
    }
}

@media (max-width:768px) {
    .dot-matrix h1 {
        padding: 19px 10px 23px 10px;
        font-size: 28px;
    }

    .wraper {
        margin: 58px auto auto;
        padding: 5px;
        min-height: 725px;
    }

    .left {
        padding-right: 0px !important;
    }

    .right {
        margin-left: -14px;
    }

    .center {
        margin-left: -7px;
        margin-right: -7px;
    }

    .thumbnail .caption {
        padding: 12px 1px;
        /*margin-top: -63px;*/
    }

        .thumbnail .caption h3 {
            font-size: 13px;
            padding: 10px 5px;
            line-height: 18px;
        }

            .thumbnail .caption h3 span {
                font-size: 19px;
                padding-right: 5px;
            }

    .thumbnail .fa-ul > li {
        font-size: 13px;
    }

    .helpline h1 {
        font-size: 18px;
    }

    .helpline h2 {
        font-size: 18px;
    }

    .helpline h5 {
        font-size: 18px;
    }

        .helpline h5 span {
            font-size: 16px;
        }
}

@media (max-width:640px) {
    .left {
        margin-right: 0px;
    }

    .right {
        margin-left: 0px;
    }

    .center {
        margin-left: 0px;
        margin-right: 0px;
    }

    .wraper {
        padding: 30px;
        margin: 15px auto auto;
    }

    .dot-matrix h1 {
        padding: 10px 10px 13px 10px;
        font-size: 45px;
        background: rgba(8, 7, 7, 0.4);
    }

    .thumbnail .caption {
        padding: 50px 30px;
      /*  margin-top: -150px;*/
    }

    .thumbnail .fa-ul > li {
        font-size: 16px;
    }

    .thumbnail .caption h3 {
        font-size: 20px;
        padding: 10px 10px;
        line-height: 30px;
    }

        .thumbnail .caption h3 span {
            font-size: 30px;
            padding-right: 10px;
        }

    .grid {
        padding: 10px 70px !important;
    }
}

@media (max-width:480px) {
    .grid {
        padding: 15px 25px !important;
    }

    .social_widgets {
        right: 0px;
    }

    .dot-matrix h1 {
        font-size: 32px;
    }

    .thumbnail .caption {
        /*margin-top: -109px;*/
        padding: 31px 10px;
    }

    .helpline h1 {
        font-size: 30px;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 35px;
        text-align: center;
    }

    .helpline h2 {
        font-size: 32px;
        margin-top: 1px;
        margin-bottom: 1px;
        line-height: 0px;
        line-height: 35px;
        text-align: center;
    }

    .helpline h5 {
        font-size: 25px;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 35px;
        text-align: center;
    }

        .helpline h5 span {
            font-size: 20px;
            text-align: center;
            display: block;
        }

    .thumbnail .caption h3 span {
        font-size: 30px;
        float: left;
        border-right: solid 1px RGBA(0, 0, 0, 0.24);
        padding-right: 10px;
    }

    .thumbnail .caption h3 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 20px;
        padding: 10px 15px;
        line-height: 28px;
    }

    .thumbnail .fa-ul > li {
        font-size: 15px;
    }

    .inner-wraper {
        margin: 15px auto auto;
        padding: 5px;
    }
}

@media (max-width:360px) {
    .dot-matrix h1 {
        font-size: 19px;
    }

    .wraper {
        padding: 5px;
        margin: 15px auto auto;
    }

        .wraper .thumbnail {
            margin-bottom: 30px;
            height: auto !important;
        }

    .thumbnail .caption {
      /*  margin-top: -76px;*/
        padding: 15px 10px;
    }

    .footer {
        text-align: center;
    }

    .thumbnail .caption h3 {
        font-size: 15px;
    }

    .helpline h1 {
        font-size: 30px;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 35px;
        text-align: center;
    }

    .helpline h2 {
        font-size: 32px;
        margin-top: 1px;
        margin-bottom: 1px;
        line-height: 0px;
        line-height: 35px;
        text-align: center;
    }

    .helpline h5 {
        font-size: 23px;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 35px;
        text-align: center;
    }

        .helpline h5 span {
            font-size: 20px;
            text-align: center;
            display: block;
        }

    .logo {
        max-width: 85%;
    }

    .social_widgets > li.opened {
        -webkit-transform: translateX(-80px);
        -moz-transform: translateX(-80px);
        -o-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        transform: translateX(-80px);
        z-index: 1;
    }
}

.contact {
}

    .contact .fa-ul {
        font-size: 18px;
        margin-bottom: 20px;
        color: #625e5e;
    }
/* Tabs panel */
.tabbable-panel {
    padding: 0px;
}
/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
    border-radius: none !important;
    text-align: center;
}

    .tabbable-line > .nav-tabs > li > a {
        margin-right: -15px !important;
        margin-left: -15px !important;
        padding: 50px 35px;
        font-size: 3.5em;
        background-color: #F96E5B;
        text-transform: capitalize;
        color: #fff;
        border: none !important;
        text-transform: uppercase;
        font-weight: 900;
    }

    .tabbable-line > .nav-tabs > li {
    }

        .tabbable-line > .nav-tabs > li > a span {
            font-size: 25px;
            display: block;
            font-weight: 300;
        }

        .tabbable-line > .nav-tabs > li > a > i {
            color: #a6a6a6;
        }

        .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
        }

            .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                color: #333333;
            }

                .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                    color: #a6a6a6;
                }

            .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
                margin-top: 0px;
            }

        .tabbable-line > .nav-tabs > li.active > a {
            background-color: #F96E5B !important;
        }

        .tabbable-line > .nav-tabs > li > a {
            border-radius: 0px 0px 0px 0px !important;
            border-bottom: 1px solid#fff !important;
        }

.nav-tabs li {
    border-bottom: 2px solid #fff;
}

.tabbable-line > .nav-tabs > li.active {
    position: relative;
}

    .tabbable-line > .nav-tabs > li.active > a {
        border-bottom: 1px solid#fff !important;
        color: #fff;
    }

        .tabbable-line > .nav-tabs > li.active > a > i {
            color: #404040;
        }

.first-tab {
    background-color: #216A94;
    padding: 50px 20px;
    height: 263px;
}

.nav-tabs > li {
    margin-bottom: 0px;
}

.second-tab {
    background-color: #F96E5B;
    padding: 50px 20px;
    height: 263px;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}
/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

    .tabbable-line.tabs-below > .nav-tabs > li > a {
        margin-top: 0;
    }

    .tabbable-line.tabs-below > .nav-tabs > li:hover {
        border-bottom: 0;
        border-top: 4px solid #fbcdcf;
    }

    .tabbable-line.tabs-below > .nav-tabs > li.active {
        margin-bottom: -2px;
        border-bottom: 0;
        border-top: 4px solid #f3565d;
    }

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.tab-text i {
    display: block;
    position: relative;
    font-size: 3.5em;
    color: #fff;
    padding-bottom: 20px;
    border: 0;
    text-align: center;
}

.tab-text a :hover {
    border: 0;
}

.list-group {
    margin-bottom: 4px !important;
}

.tab-text {
    font-size: 15px;
    display: block;
    line-height: 16px;
    color: #fff !important;
    text-align: center;
}

    .tab-text a {
        color: #fff !important;
    }

        .tab-text a:hover {
            color: #1A3256 !important;
            text-decoration: none;
        }

.rtb {
    border-right: solid 1px RGBA(26, 26, 26, 0.19);
}

.rtb2 {
    border-right: solid 1px RGBA(26, 26, 26, 0.19);
}

.btn-outlined.btn-success {
    color: #0B0A0A;
    background: #fc7e00 none repeat scroll 0% 0%;
    border: 3px solid #F9B52C;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
    margin-top: 20px;
}

    .btn-outlined.btn-success:hover, .btn-outlined.btn-success:active {
        background: #fc7e00;
        border: 3px solid #F9B52C;
        color: #fff;
    }

.btn-outlined.btn-warning {
    color: #111010;
    background: #F1B336 none repeat scroll 0% 0%;
    border: 3px solid #F9B52C;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}

    .btn-outlined.btn-warning:hover, .btn-outlined.btn-warning:active {
        background: #D49518;
        border: 3px solid #F9B52C;
    }

.btn-outlined.btn-primary {
    color: #FFF;
    background: #0B99BC none repeat scroll 0% 0%;
    border: 3px solid #119DC0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
    text-align: center;
}

    .btn-outlined.btn-primary:hover, .btn-outlined.btn-primary:active {
        background: #0B99BC;
        border: 3px solid #0782A1;
    }

.btn-circul {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    border-color: #42A9C8 !important;
    background: rgba(255, 255, 255, 0.44);
    font-size: 11px;
    line-height: 21px;
}

.one {
    background-color: #216A94;
    border: medium none !important;
    color: #fff;
    font-size: 2.5em;
    font-weight: 900;
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 0px 5px;
    text-transform: uppercase;
    min-height: 235px;
    border-bottom: 1px solid #fff;
}

    .one span {
        display: block;
        font-size: 20px;
        font-weight: 300;
    }

    .one a {
        font-size: 12px;
    }

.two {
    background-color: #f96e5b;
    border: medium none !important;
    color: #fff;
    font-size: 2.5em;
    font-weight: 900;
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 0px 5px;
    text-transform: uppercase;
    min-height: 235px;
    border-bottom: 1px solid #fff;
}

    .two span {
        display: block;
        font-size: 20px;
        font-weight: 300;
    }

    .two a {
        font-size: 12px;
    }

.thr {
    background: url(../VBSPU_images/thr.jpg) fixed;
    background-size: cover;
    border: medium none !important;
    color: #fff;
    font-size: 2.5em;
    font-weight: 900;
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 50px 35px;
    text-transform: uppercase;
    min-height: 235px;
}

    .thr span {
        display: block;
        font-size: 20px;
        font-weight: 300;
    }

    .thr a {
        font-size: 12px;
    }

.home-img {
    min-height: 300px;
}

.login-btn {
    left: 33%;
    position: absolute;
    top: 10px;
    z-index: 9999 !important;
}

    .login-btn a {
        padding: 10px 73px;
    }

.box-wrap {
    border: 1px solid;
    display: block;
    position: relative;
    padding: 25px;
}

    .box-wrap h5 {
        background: #fff none repeat scroll 0 0;
        left: 9px;
        margin-top: -10px;
        position: absolute;
        top: 0;
        font-size: 16px;
    }

.mandatory {
    color: #ff0000;
}

.form-control.course {
    height: auto!important;
}

.content-wrap p {
    font-size: 20px;
}

.content-wrap ul, .ul-model {
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
}

    .content-wrap ul li {
        font-size: 19px;
        margin-bottom: 6px;
        font-family: 'Arial Unicode MS';
        position: relative;
        padding-left: 25px;
    }

    .ul-model li {
        position: relative;
        /*padding-left: 20px;*/
        margin-bottom: 10px;
        font-size: 16px;
        font-family: 'Arial Unicode MS';
    }

        .content-wrap ul li:before, .ul-model li:before {
            position: absolute;
            font-family: 'FontAwesome';
            /*content: '\f192';*/
            left: 0px;
        }

.modal-content {
    border-radius: 8px;
}

.modal-footer {
    padding: 5px 15px;
}
