﻿@import url('../font/css/font-awesome.min.css');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    color: #333;
}

.single-item {
    font-weight: bold !important;
}

.clear, .clearfix {
    clear: both;
}

a {
    color: #333;
}

    a:hover {
        text-decoration: none;
    }

* {
    margin: 0px;
    padding: 0px;
}

.top-header {
    background: url(../images/top-header.jpg) top center;
    padding: 30px 0 30px 0;
    border-bottom: 2px solid #cb0000;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
}

.nav-linebar {
    position: fixed;
    right: 10px;
    top: 10px;
    color: #cb0000;
    font-size: 14px;
    padding: 10px;
    background: #fff;
    z-index: 999999;
    border: 1px solid #ddd;
    cursor: pointer;
    display: none;
}

#custom-search-input {
    padding: 0;
}

    #custom-search-input .search-query {
        border-radius: 0px;
        border-radius: 0px;
        font-size: 12px;
        padding: 10px;
        background: #fff;
        height: auto;
    }

        #custom-search-input .search-query::-moz-placeholder {
            text-transform: uppercase;
        }


    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        position: absolute;
        left: -32px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #666;
        top: 11px;
    }

.custom-search-input:focus .form-control {
    z-index: 9 !important;
}

#custom-search-input button {
    z-index: 999 !important;
}


#custom-search-input .calender-button .btn {
    position: static;
    background: #767676;
    border-color: #767676;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    width: 47%;
    border-radius: 0px;
    padding: 11px 0;
}

    #custom-search-input .calender-button .btn:hover {
        background: #333;
    }

.selectpicker {
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px;
    font-size: 13px;
    height: auto;
    border: 0px;
    width: 48%;
    color: #fff;
    background-color: #cb0000;
    float: left;
    margin-right: 10px;
    line-height: 37px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: menulist;
}

    .selectpicker option {
        background: #fff;
        color: #333;
    }

.pd5 {
    padding: 0 5px;
}

.input-group {
    display: block;
}

.selectpicker.en {
    background-color: #ff0000;
    color: #fff;
}

.selectpicker.hd {
    background-color: #415db3;
    color: #fff;
}

.selectpicker.gj {
    background-color: #f8a109;
    color: #fff;
}

#custom-search-input .calender-button .btn {
    position: static;
    background: #767676;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    width: 47%;
    border-radius: 0px;
    padding: 11px 0;
}

.slider h1 {
    font-size: 17px;
    color: #282828;
    font-weight: 600;
    line-height: 25px;
}

    .slider h1 a span {
        color: #282828;
    }

.slider {
    background: url(../images/slide-bg.jpg) repeat-x top center #fff;
}

.content p {
    line-height: 22px;
    text-align: justify;
}

.box-bg {
    background: #fff;
    padding: 20px;
    border-radius: 0px 15px 15px 0px;
}

    .box-bg h2 {
        color: #ff0000;
        font-size: 17px;
        margin: 0 0 15px 0;
        font-weight: 800;
        text-transform: uppercase;
    }

.box-bg-shadow .latest-video {
    height: 340px;
    overflow: hidden;
    overflow-y: scroll;
}

.latest-video li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

    .latest-video li iframe {
        width: 100%;
        height: 75px;
    }

.video-group .latest-video li iframe {
    width: 100%;
    height: 130px;
}

.mgt30 {
    margin-top: 30px;
}

.video-group .latest-video li h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 10px 0;
}

.latest-video li h2 {
    margin-bottom: 5px;
    font-size: 13px;
    color: #333;
    font-weight: normal;
    text-transform: capitalize;
}

.video-group .latest-video li {
    margin: 0px;
    border: 0px solid;
    position: relative;
}

.latest-video li .style_prevu_kit {
    position: absolute;
}

.latest-video li label {
    color: #333;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
}

    .latest-video li label.en {
        color: #cb0000;
        padding-bottom: 5px;
        border-bottom: 2px solid #cb0000;
    }

.video-group ul.inner-video-list label.en, .slide-like label.en {
    color: #cb0000;
    padding-bottom: 6px;
    border-bottom: 2px solid #cb0000;
}

.video-group .latest-video.inner-video-list.fullscreen li iframe {
    height: 438px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: #000;
    border-radius: 6px;
    overflow: hidden;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }


.slide-like label.en, .slide-like label.hd, .slide-like label.gj, .slide-like label.sp {
    padding-bottom: 0px;
}

.latest-video li label.hd, .video-group ul.inner-video-list label.hd, .slide-like label.hd {
    color: #415db3;
    border-bottom: 2px solid #415db3;
}

.latest-video li label.gj, .video-group ul.inner-video-list label.gj, .slide-like label.gj {
    color: #f8a109;
    border-bottom: 2px solid #f8a109;
}

.latest-video li label.sf, .video-group ul.inner-video-list label.sf, .slide-like label.sf {
    color: #9b59b6;
    border-bottom: 2px solid #9b59b6;
}




.pdr5 {
    padding-right: 5px;
}

.mgt20 {
    margin-top: 20px;
}

.sidebar {
    border-right: 1px solid #ddd;
    padding: 30px 0;
}

    .sidebar h2 {
        font-size: 40px;
        text-transform: uppercase;
        font-style: italic;
        font-weight: 900;
        color: #cccccc;
        margin: 0px 10px 0 0;
        text-align: right;
    }

.menu-list {
    margin-top: 35px;
}

    .menu-list li {
        text-align: right;
        display: block;
        margin-bottom: 2px;
    }

    .menu-list > li.dropdown {
        position: relative;
    }



ul.menu-list > li .sidebar-links {
    background: #fff;
    border: 0px;
    display: inline-block;
    padding: 6px 30px 6px 20px;
    text-align: right;
    color: #040106;
    text-decoration: none;
    border-right: 5px solid #adadad;
}


ul.menu-list > li.dropdown > ul {
    margin: 2px 35px 0 0;
}

ul.menu-list > li.dropdown span i {
    margin-left: 15px;
    color: #333;
    font-weight: bold;
    font-size: 17px;
}

ul.menu-list > li.dropdown > ul > li .sidebar-links {
    border-right: 0px;
}

ul.menu-list > li.dropdown > ul > li {
    position: relative;
}

    ul.menu-list > li.dropdown > ul > li:before {
        content: "";
        position: absolute;
        width: 7px;
        height: 3px;
        background: #adadad;
        right: 0px;
        top: 15px;
    }

    ul.menu-list > li.dropdown > ul > li:hover .sidebar-links {
        background: #cb0000;
        color: #fff;
    }


    ul.menu-list > li.dropdown > ul > li:hover:before {
        background: #cb0000;
    }

ul.menu-list > li.dropdown > .sidebar-links {
    color: #000;
    font-weight: 700;
}

    ul.menu-list > li.dropdown > .sidebar-links:hover {
        color: #333;
        font-weight: 700;
        background: none;
    }




ul.menu-list > li > .sidebar-links:hover {
    background: #ff0000;
    border-right: 5px solid #ff0000;
    color: #fff;
}

ul.menu-list li .sidebar-links.active {
    background: #ff0000;
    border-right: 5px solid #ff0000;
    color: #fff;
}


.gray-search {
    background: #e8e8e8;
}

.sidebar h3, .content h4 {
    color: #333333;
    text-transform: uppercase;
    font-size: 17px;
    text-align: right;
    font-weight: 700;
    margin-bottom: 20px;
}

.content h4 {
    text-align: left;
}

.sidebar-adv li {
    text-align: right;
    display: block;
    margin-bottom: 10px;
}

    .sidebar-adv li img {
        display: inline-block;
    }

.content {
    background: url(../images/left-shadow.png) no-repeat top left;
}

    .content.no-bg {
        background: none !important;
        padding-right: 20px;
    }

.pd30 {
    padding: 30px;
}

.content h2 {
    font-size: 20px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    color: #333333;
    background: #d4d3d4;
    padding: 12px;
    margin: 0 0 25px 0;
    display: block;
}

.divider {
    display: block;
    width: 100%;
    margin-top: 20px;
    height: 17px;
    text-align: center;
}

    .divider:before {
        content: "";
        border-bottom: 2px dashed #666;
        width: 100%;
        height: 11px;
        float: left;
        margin: 0px 0 -9px 0;
    }

.adv-gallery .item {
    
}

.adv-top .item {
    margin: 0 5px;
    border: 1px solid #ddd;
    text-align: center;
}

    .adv-gallery .item img {
        height: 100%;
        display: inline-block;
    }
    
    .adv-top .item img {
        height: 65px;
        display: inline-block;
    }



.adv-area {
    position: relative;
    margin-top: 30px;
}

    .adv-area .owl-controls {
        position: absolute;
        right: 0px;
        top: -44px;
    }

.owl-buttons i {
    font-size: 15px;
    background: #ddd;
    padding: 9px 15px;
    margin: 2px;
}

    .owl-buttons i:hover {
        background: #333;
        color: #fff;
    }

.owl-buttons .owl-prev {
    float: left;
}

.owl-buttons .owl-next {
    float: right;
}

footer {
    background: #242424;
    padding: 30px 0 15px;
    color: #9e9e9e;
}

.footer-link {
    margin: 0px 0 2px 0;
}

footer .footer-link li {
    display: inline-block;
    border-right: 1px solid #666;
}

    footer .footer-link li a {
        font-weight: 500;
        line-height: 15px;
        padding: 0px 10px;
        color: #9e9e9e;
        text-decoration: none;
        display: block;
        font-size: 12px;
    }

.footer-link li a:hover {
    color: #fff;
}

.footer-link li:first-child a {
    padding-left: 0px;
}

.footer-link li:last-child {
    border-right: 0px solid #666;
}

.social-links {
    float: right;
}

    .social-links a {
        border-radius: 50%;
        padding: 8px 10px;
        background: #919191;
        color: #242424;
        width: 33px;
        display: inline-block;
        text-align: center;
    }



ul.menu-list > li.dropdown:hover ul {
    display: block;
}




.date-filter {
    padding: 0 0 15px 0;
}

    .date-filter .form-control, #custom-search-input .date-filter .form-control {
        background: url(../images/calendar.png) no-repeat 97% 5px #fff;
        font-size: 12px;
        padding: 10px;
        height: auto;
        border: 1px solid #DDD;
        border-radius: 0px;
    }

#custom-search-input .date-filter {
    padding: 0 5px;
}

.btn-gray {
    color: #333;
    border-bottom: 2px solid #666;
}

.btn-red {
    background: #ff0000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 12px;
    padding: 8px 30px;
}

    .btn-red:hover {
        background: #333;
        color: #fff;
    }

.social-links .fb:hover {
    background: #3B5998;
    color: #fff;
}

.social-links .twt:hover {
    background: #00ACED;
    color: #fff;
}

.social-links .linked:hover {
    background: #0274B3;
    color: #fff;
}

.social-links .gplus:hover {
    background: #D54D42;
    color: #fff;
}

.social-links .youtube:hover {
    background: #EE1C1B;
    color: #fff;
}


.video-group ul.inner-video-list li {
    margin: 0px 0 15px 0;
    border: 1px solid #ddd;
    background: #EAEAEA;
    padding: 15px 0;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
    width: 100%;
    /*height: calc(100vh - 30px);*/
    height: auto
}

.video-group ul.inner-video-list.fullscreen li {
    height: calc(100vh - 30px);
}

    .video-group ul.inner-video-list li h3 {
        font-weight: 600;
        color: #333;
        font-size: 17px;
        margin-top: 0px;
    }


        .video-group ul.inner-video-list li h3.large {
            font-size: 20px;
        }

.btn-like {
    background: #cb0000;
    padding: 6px 15px;
    color: #fff;
    border-radius: 0px;
    margin-right: 10px;
    border: 0px solid #ddd;
    border-radius: 4px;
}

    .btn-like:hover, .btn-like:focus {
        color: #fff;
        background: #333;
    }

.video-group ul.inner-video-list li p {
    margin-top: 5px;
}

.pdr0 {
    padding-right: 0px;
}

.video-group .latest-video.fullscreen li iframe {
    height: 438px;
}

.video-group ul.inner-video-list.fullscreen li h3 {
    margin-top: 20px;
}

.gray {
    color: #525252;
}

.like-btn {
    margin-top: 10px;
}

.slide-like {
    display: inline-block;
    color: #fff;
    margin-left: 10px;
}

    .slide-like .gray {
        color: #fff;
    }

.inline {
    display: inline-block;
}

/*.menu-list > li.dropdown:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 15px;
    color: #333;
}*/

.menu-list > li:hover.dropdown:before {
    color: #fff;
}

.video-group .latest-video li {
    position: relative;
    width: 33.33%;
    height: 230px;
}

.latest-video li .style_prevu_kit {
    display: inline-block;
    border: 0;
    position: relative;
    -webkit-transition: all 100ms all;
    -webkit-transform: scale(1);
    -ms-transition: all 100ms all;
    -ms-transform: scale(1);
    -moz-transition: all 100ms all;
    -moz-transform: scale(1);
    transition: all 100ms all;
    transform: scale(1);
    width: 100%;
}

    .latest-video li .style_prevu_kit:hover {
        box-shadow: 0px 0px 100px rgba(0,0,0,0.5);
        z-index: 2;
        margin-left: 13px;
        width: 200px;
        padding: 15px;
        -webkit-transition: all 100ms all;
        -webkit-transform: scale(1.5);
        -ms-transition: all 100ms all;
        -ms-transform: scale(1.5);
        -moz-transition: all 100ms all;
        -moz-transform: scale(1.5);
        transition: all 100ms all;
        transform: scale(1.5);
        background: #fff;
    }

.video-group .latest-video li .style_prevu_kit:hover {
    position: absolute;
}

.latest-video li .style_prevu_kit:hover h3 {
    transform: scale(0.65);
    width: 200px;
    margin: -5px 0 0 -34px !important;
    left: 0px;
}


ul.latest-video li:nth-child(3) .style_prevu_kit:hover,
ul.latest-video li:nth-child(6) .style_prevu_kit:hover,
ul.latest-video li:nth-child(9) .style_prevu_kit:hover,
ul.latest-video li:nth-child(12) .style_prevu_kit:hover,
ul.latest-video li:nth-child(15) .style_prevu_kit:hover {
    margin-bottom: 21px;
}



ul.latest-video2 li:nth-child(3) .style_prevu_kit:hover,
ul.latest-video2 li:nth-child(6) .style_prevu_kit:hover,
ul.latest-video2 li:nth-child(9) .style_prevu_kit:hover,
ul.latest-video2 li:nth-child(12) .style_prevu_kit:hover,
ul.latest-video2 li:nth-child(15) .style_prevu_kit:hover {
    margin-bottom: 42px;
}

ul.latest-video3 li:nth-child(3) .style_prevu_kit:hover,
ul.latest-video3 li:nth-child(6) .style_prevu_kit:hover,
ul.latest-video3 li:nth-child(9) .style_prevu_kit:hover,
ul.latest-video3 li:nth-child(12) .style_prevu_kit:hover,
ul.latest-video3 li:nth-child(15) .style_prevu_kit:hover {
    margin-bottom: 52px;
}


.btn-more {
    margin: -5px 0 0px 0;
    background: #ff0000;
    color: #fff;
    font-size: 13px;
    border-radius: 0px;
    font-weight: 900;
}

    .btn-more:hover, .btn-more:focus {
        color: #fff;
        background: #333;
    }

.right-sidebar, .right-sidebar h3, .right-sidebar .sidebar-adv li {
    text-align: left;
    border-left: 1px solid #ddd;
    border-right: 0px solid #ddd;
}

    .right-sidebar h3 {
        margin-top: 0px;
        border-left: 0px solid #ddd;
    }

    .right-sidebar h4 {
        font-size: 14px;
        margin-bottom: 0px;
        font-weight: 600;
    }

    .right-sidebar .latest-video li {
        border-bottom: 1px solid #ddd;
    }

.map-address {
    color: #fff;
    width: 450px;
    z-index: 9;
    padding: 25px;
    right: 5%;
    top: 10%;
    position: absolute;
    background: rgba(0,0,0,.8);
}

.map-rel {
    position: relative;
    height: 450px;
}

.map-address a {
    color: #fff;
}

.maplinks {
    float: right;
    color: #fff;
    font-size: 27px;
}



.map {
    width: 100%;
    top: 0;
    height: 100%;
    right: 0;
}

#menu .navbar-nav > li {
    position: relative;
}

#menu {
    margin-bottom: 0px;
}

    #menu .navbar-nav > li > a {
        font-size: 18px;
        font-weight: 600;
        color: #e27e7e;
        padding: 20px 15px;
    }

    #menu .navbar-nav > li:after {
        position: absolute;
        content: "|";
        right: -7px;
        top: 17px;
        color: #e27e7e;
        font-size: 17px;
    }

    #menu .navbar-nav > li:last-child:After {
        content: "";
    }

    #menu .navbar-nav > li > a.active, #menu .navbar-nav > li > a:hover, #menu .navbar-nav > li > a:focus {
        color: #fff;
        background: none;
    }

.iframe-slide {
    width: 100%;
    border-radius: 15px 0px 0px 15px;
    height: 436px;
}

.box-bg-shadow {
    box-shadow: 0 5px 9px rgba(0,0,0,0.5);
}

.box-bg h2 {
    color: #ff0000;
    font-size: 22px;
    margin: 0 0 22px 0;
    font-weight: 800;
    text-transform: uppercase;
}

#special-feature {
    margin-bottom: 25px;
    position: relative;
}


.special-feature {
    padding: 40px;
    /*background: #000;*/
    background: url(../images/bg-special.jpg);
    color: #fff;
    background-size: cover;
}

    .special-feature h2 {
        font-weight: 800;
        margin: 0 0 25px 0;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
    }

    .special-feature .item .js-lazyYT {
        border: 4px solid #c1c1c1;
        border-radius: 10px;
        background-color: #c1c1c1 !important;
    }

    .special-feature h3 a span {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
    }

#special-feature .owl-buttons, #interview .owl-buttons, #raceconferences .owl-buttons {
    position: absolute;
    right: 31px;
    top: -52px;
}

.special-feature .owl-buttons i {
    color: #333;
}

#interview {
    position: relative;
    margin-bottom: 25px;
}

.special-feature .item {
    width: 95% !important;
    margin-right: 2%;
}

.back-to-top {
    background: #cb0000;
    bottom: 20px;
    display: none;
    border-radius: 5px;
    height: 40px;
    position: fixed;
    right: 20px;
    width: 40px;
    z-index: 999;
    color: #fff;
    font-size: 30px;
    padding: 2px 0 0 10px;
}

    .back-to-top:hover {
        background-color: #333;
        cursor: pointer;
    }

.gray {
    background: #ededed;
    padding: 20px;
    border-top: 1px solid #ddd;
}

    .gray .video-group ul.inner-video-list li {
        background: #fff;
    }

.owl-buttons i:hover {
    background: #333;
    color: #fff;
}


.search-head .selectpicker {
    width: auto;
    float: right;
}




.search-head a, .search-head span {
    padding: 7px 12px 0px 12px;
    display: inline-block;
}

.margin-10 {
    margin: 10px;
}


.holiday li i {
    padding-right: 10px;
    color: rgba(0,0,0,0.6);
}

.holiday li:nth-child(2n+1) {
    background: #ededed;
}

.holiday li span {
    color: #333;
}


.holiday span {
    width: 200px;
    display: inline-block;
}


.holiday li {
    list-style: none;
    padding: 10px;
    font-size: 13px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    color: #cb0000;
}



@media only screen and (min-width:300px) and (max-width:700px) {

    .holiday span {
        width: 89%;
    }

    .content.no-bg {
        margin-top: 20px;
    }

    .selectpicker, .search-head .selectpicker {
        margin: 5px 0px;
        width: 100%;
    }

    .map-rel {
        margin-bottom: 40px;
    }

    .map-address {
        width: 320px;
    }

    .sidebar h2 {
        display: none;
    }

    .latest-video li .style_prevu_kit {
        width: 100%;
    }

    .sidebar {
        border: 0px;
    }


    .search-head a, .search-head span {
        padding: 0px;
    }

    #custom-search-input .calender-button .btn {
        width: 100%;
    }

    #menu .navbar-nav > li {
        display: inline-block;
    }

        #menu .navbar-nav > li > a {
            color: #f5bebe;
            font-size: 18px;
            padding: 10px 12px;
        }

        #menu .navbar-nav > li:after {
            top: 7px;
        }


    .iframe-slide {
        width: 100%;
        border-radius: 0px;
        height: 180px;
    }

    #menu {
        margin-bottom: 0px;
        margin: 0 -15px;
    }

    .slide-like {
        display: inline-block;
        color: #fff;
        margin-left: 00px;
        width: 100%;
        background: #fff;
        padding: 10px;
    }


    .slider h1 {
        font-size: 17px;
        line-height: 20px;
        margin: 15px 19px;
        color: #fff;
    }

    .slider {
        padding: 0 15px;
    }

    .top-header {
        background-position: bottom left;
        background-color: #E9E9E9;
        background-repeat: no-repeat;
        background-size: cal(50%);
    }

    .logo {
        margin: 0px 0 15px 0;
    }

        .logo img {
            width: 95%;
        }


    .slider h1 {
        font-size: 15px;
        line-height: 19px;
        margin: 10px 0;
    }

    .box-bg {
        margin: 15px -30px;
        width: 122%;
        padding: 20px;
        border-radius: 0px;
    }

    .special-feature {
        padding: 40px 10px;
    }

    .latest-video li .col-sm-8 {
        padding: 10px 0px;
    }

    .special-feature .item {
        width: 100% !important;
    }

        .special-feature .item .slide-like {
            padding: 0px;
            background: none;
        }

    .sidebar-adv li img {
        display: block;
        width: 100%;
    }

    .content h2 span {
        display: block;
    }

    .video-group .latest-video li {
        position: relative;
        width: 100%;
        height: auto;
    }

    .social-links .pull-right {
        float: none !important;
    }

    h2 .btn-more {
        margin: 10px 0 0px 0;
        background: #ff0000;
        color: #fff;
        font-size: 13px;
        border-radius: 0px;
        font-weight: 900;
        float: left !important;
    }


    #special-feature .owl-buttons, #interview .owl-buttons {
        right: 0px;
    }

    .special-feature h2 {
        font-size: 20px;
    }

    .content {
        background-image: none;
    }

    .pd30 {
        padding: 0px;
    }

    .nav-linebar {
        display: block;
        cursor: pointer;
    }

    .menu-list {
        margin-top: 45px;
        position: fixed;
        z-index: 999999 !important;
        top: 8px;
        right: 10px;
        background: #fff;
        display: none;
        width: 91%;
        height: 80%;
        overflow-y: scroll;
        border: 1px solid #ddd;
        box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
    }

    .date-filter .col-xs-12 {
        margin-bottom: 10px;
    }

    .menu-list li, .menu-list li .sidebar-links {
        display: block;
    }

    .sidebar h2, .sidebar h3, .content h4 {
        text-align: left;
    }

    .footer-logo img {
        display: inline-block;
    }

    .inner-video-list li .col-sm-9 .row {
        margin: 10px 0 0 0;
    }

    .adv-area {
        margin-bottom: 30px;
    }

    .footer-link {
        text-align: center;
    }

    footer .footer-link {
        margin: 10px 0;
    }

    footer p {
        text-align: center;
    }

    .social-links {
        text-align: center;
        float: none;
    }

    .pdr0 {
        padding-left: 0px;
    }

    .video-group .latest-video.fullscreen li iframe {
        height: auto;
    }

    .video-group .inner-video-list.fullscreen h3 {
        margin-top: 20px;
    }
}

.date-filter .form-control {
    background: url(../images/calendar.png) no-repeat 97% 5px #e9e9e9;
    font-size: 12px;
    padding: 10px;
    height: auto;
    border: 1px solid #DDD;
    border-radius: 0px;
}


.error-bg {
    background: #ededed;
    padding: 50px;
    margin: 50px;
    box-shadow: 0 15px 15px rgba(0,0,0,0.5);
}

    .error-bg ul {
        padding: 20px 0 0 35px;
    }

    .error-bg li {
        list-style: circle;
        margin: 5px 0;
    }

.error h2 {
    background: none;
    font-size: 35px;
    padding: 0px;
}


@media only screen and (min-width:700px) and (max-width:1000px) {

    .container {
        width: 100%;
    }

    .adv-gallery .item img, .adv-top .item img {
        width: 100%;
        height: auto;
    }

    .btn-more {
        margin: 9px 0 0 0;
        background: #ff0000;
        color: #fff;
        font-size: 13px;
        border-radius: 0px;
        font-weight: 900;
    }

    .sidebar-links {
        width: 100%;
    }

    .iframe-slide {
        height: 460px;
    }

    .lang-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        display: inline-block;
        margin-right: 5px;
    }

    .lang-e {
        background: #0066cc;
    }
    /* English Blue */
    .lang-h {
        background: #f70000;
    }
    /* Hindi Red */
    .lang-g {
        background: #27ae60;
    }
    /* Gujarati Green */
    .lang-t {
        background: #8e44ad;
    }
    /* Turkish Purple */

    .page {
        display: flex;
        padding-left: 0;
        margin: 20px 0;
        border-radius: 4px;
        text-align: end;
        justify-content: end;
    }
}
