@import url(https://fonts.googleapis.com/css?family=Hanuman:400,700);
@import 'https://fonts.googleapis.com/css?family=Open+Sans';

* {
    font-family: Hanuman, "Open Sans", sans-serif;
}

/*Top Navbar*/
.sithi-top-nav {
    min-height: 40px;
    border: none;
    margin: 0;
    border-radius: 0;
}

.sithi-top-nav .languages {
    margin-top: 8px;
}

.sithi-top-nav .btn {
    border-radius: 0;
    height: 25px;
    font-size: 14px;
    padding: 2px 12px;
    background-color: #3B3B3D;
    border: none;
}

.sithi-top-nav .btn:hover {
    background-color: #0B3A6C;
}

.sithi-top-nav .btn.active {
    border-bottom: 2px solid #fff;
    background-color: #0B3A6C;
}

.sithi-top-nav .sithi-tel {
    float: left;
    color: #ffffff;
    padding: 10px 15px;
}

.sithi-top-nav .sithi-social-icons {
    float: left;
    font-size: 14px;
}

.sithi-top-nav .sithi-social-icons a {
    color: #ffffff;
}

.sithi-top-nav .sithi-social-icons a:hover {
    color: #CDCDCD;
}

.sithi-top-nav .sithi-social-icons .fa {
    padding: 13px 5px;
}

/*Search Box*/
.sithi-search-form {
    float: left;
}

#sithi-search-box {
    width: 200px;
    height: 25px;
    float: left;
    margin-top: 7px;
    margin-right: 5px;
}

#sithi-search-icon {
    padding: 13px 10px 13px 5px;
    color: #ffffff;
}

.sithi-hidden {
    display: none;
}

.sithi-visible {
    display: block;
}

.sithi-top-nav .sithi-submit-btn {
    height: 40px;
    padding: 9px 12px;
    background-color: #F18D06;
}

.sithi-top-nav .sithi-submit-btn:hover {
    background-color: #3B3B3D;
}

.sithi-top-nav .pull-right {
    margin-right: -15px;
}

@media (max-width: 767px) {
    .sithi-top-nav .sithi-submit-btn-text {
        display: none;
    }

    .sithi-top-nav .pull-right {
        margin-right: -15px;
    }
}

/*Main Navbar*/
#navbar {
    margin-right: -15px;
}

@media (max-width: 1199px) {
    .nav > li > a {
        padding: 15px 0 10px 15px;
    }

    #navbar {
        margin-right: 0;
    }
}

.sithi-main-nav {
    margin: 0;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease-out .1s;
    -moz-transition: all 500ms ease-out .1s;
    -o-transition: all 500ms ease-out .1s;
    transition: all 500ms ease-out .1s;
}

.sithi-main-nav .navbar-brand {
    padding: 0 15px;
}

.sithi-main-nav .navbar-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sithi-main-nav #navbar .nav {
    margin-top: 15px;
}

.isStuck {
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

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

/*Sliders*/
.sithi-jumbotron {
    margin-bottom: 60px;
    background-image: url(/_images/slide-bg.png);
    background-position: center;
    background-size: cover;
    color: #ffffff;
}

.sithi-jumbotron .sithi-slide-img img {
    margin: auto;
}

.sithi-jumbotron .sithi-slide-content * {
    font-weight: 300;
}

.sithi-jumbotron p {
    font-size: 18px;
    line-height: 1.5;
}

.sithi-jumbotron .btn {
    background: none;
    border-color: #fff;
    border-radius: 0;
}

/*Videos*/
.sithi-videos {
    background-image: url(/_images/video-bg.png);
    background-position: center;
    background-size: cover;
    color: #ffffff;
    margin-bottom: 60px;
}

.sithi-videos h2 {
    line-height: 1.5;
}

.sithi-videos p {
    font-size: 14px;
}

.sithi-videos span.first {
    padding-right: 15px;
}

.sithi-videos hr {
    opacity: 0.3;
}

.sithi-videos .btn {
    margin-top: 15px;
    background: none;
    border-color: #fff;
    border-radius: 0;
}

.sithi-videos .sithi-videos-text {
    margin-bottom: 30px;
}

.sithi-videos .sithi-videos-iframe {
    margin-bottom: 30px;
}

/*Publications and Laws*/
.sithi-pub-law {
    margin-bottom: 60px;
}

.sithi-pub-law .sithi-pub {
    margin-bottom: 30px;
}

.sithi-pub-law h3 small:before {
    content: '/';
    margin: 0px 12px 0px 12px;
}

.sithi-pub-law h3 small {
    font-size: 12px;
}

.sithi-pub-law .media .media-object {
    width: 150px;
}

.sithi-pub-law .media .media-body span {
    font-size: 11px;
    font-weight: bold;
    color: #C2C2C2;
}

.sithi-pub-law .media .media-body .first,
.sithi-pub-law .media .media-body .second {
    margin-right: 15px;
}

.sithi-pub-law .media .media-body p {
    margin-top: 15px;
}

/*Banner*/
.sithi-banner {
    margin-bottom: 60px;
}

/*Sponsors*/
.sithi-sponsors {
    margin-bottom: 60px;
    margin-top: 60px;
}

.sithi-sponsors .col-md-2 {
    height: 100px;
    display: flex;
    align-items: center;
}

.sithi-sponsors .col-md-2 a {
    width: 100%;
}

.sithi-sponsors .col-md-2 img {
    margin: auto;
}

.sithi-sponsors .text-center {
    font-size: 30px;
    font-weight: 500;
}

/*Footer*/
.sithi-footer {
    background-color: #262626;
    padding-top: 60px;
    color: #DDDDDD;
    font-weight: 300;
    margin-top: 60px;
}

.sithi-footer .col-sm-3 {
    margin-bottom: 60px;
}

.sithi-footer h4 {
    margin-bottom: 30px;
}

.sithi-footer p {
    color: #919191;
}

.sithi-footer .list-group {
    margin-top: -10px;
}

.sithi-footer .list-group .list-group-item {
    background: none;
    border: none;
    border-bottom: 1px solid #363636;
    color: #D6D6D6;
}

.sithi-footer .list-group .list-group-item:last-child {
    border-bottom: none;
}

.sithi-footer .list-group .list-group-item:before {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    left: 0px;
}

/*Copyright*/
.sithi-copyright {
    background-color: #000000;
    color: #7F7F7F;
}

.sithi-copyright p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sithi-copyright p a {
    color: #CDCDCD;
    text-decoration: none;
}

.sithi-copyright p a:after {
    content: '|';
    margin-left: 7.5px;
    margin-right: 7.5px;
}

.sithi-copyright p a:last-child:after {
    content: '';
}

/*Buttons*/
.sithi-jumbotron .btn:hover,
.sithi-videos .btn:hover {
    background: #fff;
    border-color: #fff;
    color: #0B3A6C;
}

/*Footer list links*/
.sithi-footer a.list-group-item:hover {
    text-decoration: underline;
}

/*Image hover*/
a > img:hover {
    -webkit-filter: brightness(110%); /* Chrome, Safari, Opera */
    filter: brightness(110%);
}

/*Temp Content*/
.panel-primary>.panel-heading {
    background-color: rgb(51, 102, 153);
    border-color: rgb(51, 102, 153);
}

/*Sidebar*/

.temp-content {
    position: relative;
    margin-top: 30px;
}
#sidebar {
    position: absolute;
    height: 100%;
}
#sidebar .panel {
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    #sidebar {
        position: relative;
        margin-top: 30px;
    }
}