@media (max-width: 1600px) {

}

@media (max-width: 767px) {
    .col-md-8.content {
        margin-left: 2%;
        -webkit-box-flex: 0;
        -ms-flex: 96% !important;
        flex: 0 0 96% !important;
        max-width: 96% !important;
    }
}

@media (max-width: 460px) {
    .brand_right img {
        display: none;
    }

    .content,
    .navigation {
        margin: 5px 2% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 96% !important;
        flex: 0 0 96% !important;
        max-width: 96% !important;
    }

}

body {
    background-color: #FBFBFB;
    font-family: Calibri, sans-serif;
    color: #5b5c60;
    background-position: top;
    background-repeat: repeat-x;
}

.vcenter {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.container-fluid {
    padding: 20px 10% 0 10%;
}

.branding {
    -webkit-box-shadow: 0 12px 10px -8px #333;
    -moz-box-shadow: 0 12px 10px -8px #333;
    box-shadow: 0 12px 10px -8px #333;
}

.brand_right {
    padding-right: 0;
    text-align: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.brand_right img {
    height: 100%;
}

.title {
    text-align: center;
    color: #fff;
    padding: 10px;
}

.header {
    margin: 20px 0 10px 0;
    position: relative;
    padding: 0;
}

.branding {
    min-height: 248px;
}

.title h1 {
    font-family: Calibri, sans-serif;
    font-size: 20px;
    margin: 10px 0;
}

.branding .title p {
    margin: 0;
}

img.gerb {
    max-width: 100%;
}

.underlinemenu {
    margin-top: 15px;
    padding-top: 4px;
    background: rgba(255, 255, 255, 0.14);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.14) 0%, rgba(245, 245, 245, 0.96) 19%, rgba(245, 245, 245, 1) 20%, rgba(245, 245, 245, 1) 53%, rgba(245, 245, 245, 1) 81%, rgba(255, 255, 255, 0.47) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0.14)), color-stop(19%, rgba(245, 245, 245, 0.96)), color-stop(20%, rgba(245, 245, 245, 1)), color-stop(53%, rgba(245, 245, 245, 1)), color-stop(81%, rgba(245, 245, 245, 1)), color-stop(100%, rgba(255, 255, 255, 0.47)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.14) 0%, rgba(245, 245, 245, 0.96) 19%, rgba(245, 245, 245, 1) 20%, rgba(245, 245, 245, 1) 53%, rgba(245, 245, 245, 1) 81%, rgba(255, 255, 255, 0.47) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.14) 0%, rgba(245, 245, 245, 0.96) 19%, rgba(245, 245, 245, 1) 20%, rgba(245, 245, 245, 1) 53%, rgba(245, 245, 245, 1) 81%, rgba(255, 255, 255, 0.47) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.14) 0%, rgba(245, 245, 245, 0.96) 19%, rgba(245, 245, 245, 1) 20%, rgba(245, 245, 245, 1) 53%, rgba(245, 245, 245, 1) 81%, rgba(255, 255, 255, 0.47) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.14) 0%, rgba(245, 245, 245, 0.96) 19%, rgba(245, 245, 245, 1) 20%, rgba(245, 245, 245, 1) 53%, rgba(245, 245, 245, 1) 81%, rgba(255, 255, 255, 0.47) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.splitter {
    height: 1px;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #dfdfdf 20%, #dfdfdf 51%, #dfdfdf 80%, #dfdfdf 80%, #f7f7f7 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(20%, #dfdfdf), color-stop(51%, #dfdfdf), color-stop(80%, #dfdfdf), color-stop(80%, #dfdfdf), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(left, #ffffff 0%, #dfdfdf 20%, #dfdfdf 51%, #dfdfdf 80%, #dfdfdf 80%, #f7f7f7 100%);
    background: -o-linear-gradient(left, #ffffff 0%, #dfdfdf 20%, #dfdfdf 51%, #dfdfdf 80%, #dfdfdf 80%, #f7f7f7 100%);
    background: -ms-linear-gradient(left, #ffffff 0%, #dfdfdf 20%, #dfdfdf 51%, #dfdfdf 80%, #dfdfdf 80%, #f7f7f7 100%);
    background: linear-gradient(to right, #ffffff 0%, #dfdfdf 20%, #dfdfdf 51%, #dfdfdf 80%, #dfdfdf 80%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=1);
}

.row.content-row {
    padding: 0;
}
.row .col {
    padding:20px 20px 0 20px;
}
.underlinemenu ul li {
    float: left;
    padding: 8px 15px 0 15px;
    text-decoration: none;
    display: block;
    border-left-width: 1px;
    border-left-color: #D5D5D5;
    border-left-style: solid;
}

.underlinemenu ul li:last-of-type {
    border-right-width: 1px;
    border-right-color: #D5D5D5;
    border-right-style: solid;
}

.underlinemenu ul li a {
    color: #555555;
    font-size: 17px;
    font-family: Calibri, sans-serif;
}

.verticalmenu ul {
    margin: 0;
    padding: 20px 20px 20px 45px;
    list-style-image: url('/static/images/side_menu_dot.jpg');
}

.verticalmenu ul li {
    padding: 2px 6px 4px 6px;
    list-style-type: none;
}
.col-md-8.content {
    margin-left: 2%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64.666667%;
    flex: 0 0 64.666667%;
    max-width: 64.666667%;
}
.navigation,
.content {
    background: #f5f5f5;
    border-style: solid;
    border-width: 1px;
    border-color: #DFDFDF;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.breadcrumb {
    background: #f5f5f5;
}
.news-img {
    width: 100%;
}
.content {
    padding: 20px;
}
.images img,
.slider img {
    border: 1px solid silver;
    padding: 4px;
    background-color: #fff;
    margin: 2px;
}
.verticalmenu ul li a {
    color: #555555;
    font-size: 17px;
    display: block;
    font-family: Calibri, sans-serif;
    text-decoration: none;
    padding-left: 30px;
    margin-left: -30px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #F5F5F5;
}
.verticalmenu ul li a:hover {
    color: #000000;
    border-width: 1px;
    border-color: #DFDFDF;
    background-color: #FFFFFF;
}
.content img,
.banners img {
    border-style: solid;
    border-width: 1px;
    border-color: #A6A6A6;
    padding: 2px;
    margin-top: 5px;
}
.institute img {
    width: max-content;
}
.row.documents {
    padding: 10px 0;
}
.list-group-item-light {
    background-color: transparent;
    border: none;
}
dl, ol, ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.page-link {
    background-color: transparent;
}
.page-link:hover{
    color: #5b5c60;
}
.banners {
  float: right;
  width: 100%;
  text-align: center;
}
.footer {
    width: 100%;
    background: #464646;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #989797;
    border-top: 1px solid #fff;
    outline: 1px solid #464646;
}
.footer p {
    margin: 0;
    padding: 10px 0;
}
.footer .social-media.inline {
    text-align: right;
    margin: 8px 0;
}
.sm-icon {
    margin: 0 5px;
}
.sm-icon img {
    width: 32px;
    border: 1px solid #fff;
    padding: 2px;
    margin: 1px;
}
