body {
    background: url(skn/bg.jpg) top center fixed no-repeat;
    overflow-x: hidden;
}

.logo {
    padding: 0px;
    background: none;
    border-bottom: none;
}

.main-menu {
    margin-top: 230px;
}

.header-section {
    background-color: rgba(174,170,159,0.6);
}

.main-menu ul li:hover {
    background-color: #776f64;
}

.main-menu ul .menu-active {
    background-color: #776f64;
}


.submenu-bg {
    background-color: #776f64;
}

.details {
    background: url(skn/contentbg.png) repeat;
}

.call-action {
    background: url(skn/contentbg.png) repeat;
    border: none;
}


a {
    color: #645d53;
}

    a:hover, a:focus {
        color: #333;
    }






.content-header h1 {
    color: #776F64;
    display: block;
    margin-bottom: 0px;
    float: none;
}


.content-header nav a {
    color: #333;
}

    .content-header nav a:hover {
        color: #776F64;
    }


.content-header ul li {
    display: inline;
    float: left;
    margin-left: 7px;
    padding-left: 3px;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /* div padding fix */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

    .content-header ul li:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f105";
        margin-left: 10px;
        margin-right: 10px;
    }

    .content-header ul li:last-child:after {
        content: " ";
    }


.details ul li, .details ol li {
    list-style-position: inside;
}

.about, .about a, .about a:hover, .about a:focus {
    color: #333;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    text-decoration: none;
}

.about, .login-area {
    padding-left: 15px;
    padding-right: 15px;
}

    .login-area, .login-area a, .login-area:hover, .login-area:focus {
        color: #333;
        font-size: 13px;
        padding-top: 10px;
        text-align: center;
        text-decoration: none;
    }




td {
    padding: 3px;
}


#salt {
    max-width: 120px;
    display: inline-block;
}

div.ContextMenu {
    position: absolute;
    z-index: 13;
    text-align: left;
    width: 220px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    list-style: none outside none;
    font-size: 16px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
}

    div.ContextMenu a {
        display: block;
        background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
        font-weight: normal;
        font: 11px/11px 'Open Sans',Serif,Trebuchet MS,Verdana,sans-serif;
        color: #00356A;
        text-decoration: none;
        padding: 4px 5px;
    }

        div.ContextMenu a:hover {
            background: #d9d9d9 url('res/ac3/img/ContextMenuHover.gif') 50% 50% repeat-x;
            font-weight: normal;
            font: 11px/11px 'Open Sans',Serif,Trebuchet MS,Verdana,sans-serif;
            color: #00509F;
            color: #000000;
            text-decoration: none;
        }

        div.ContextMenu a.ajax {
            display: block;
            background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
            font-weight: normal;
            font: 11px/11px "Trebuchet MS",Verdana,sans-serif;
            color: #00356A;
            text-decoration: none;
            padding: 4px 5px;
        }

            div.ContextMenu a.ajax:hover {
                display: block;
                background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
                font-weight: normal;
                font: 11px/11px "Trebuchet MS",Verdana,sans-serif;
                color: #00356A;
                text-decoration: none;
                padding: 4px 5px;
            }


.btn-primary, .formButton {
    color: #ffffff;
    background-color: #787064;
    border-color: #787064;
    font-size: 14px;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .formButton:hover, .formButton:focus {
        color: #ffffff;
        background-color: #645d53;
        border-color: #645d53;
        font-size: 14px;
    }



        .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
            color: #ffffff;
            background-color: #787064;
            border-color: #787064;
            font-size: 14px;
        }

@media (max-width:1920px) {
    .home-content .container {
        padding: 0px !important;
        width: 100%;
        max-width: 100%;
    }
}


h1.ls-l {
    bottom: 100px;
    text-shadow: 0px 0px 20px white;
    font-weight: normal;
    font-size: 20px;
    color: white;
    text-align: left;
    text-transform: none;
}

    h1.ls-l span {
        background: rgba(0,0,0,0.5);
        padding: 10px;
        display: block;
        font-weight: normal;
        font-size: 18px;
        color: white;
    }

        h1.ls-l span span {
            padding-top: 10px;
            background: none;
            padding: 0px;
            display: block;
            font-weight: normal;
            font-size: 16px;
            color: #ededed;
            padding-top: 10px;
        }

@media(max-width:768px) {
    h1.ls-l {
        bottom: 60px;
    }

        h1.ls-l span span {
            display: none;
        }

        h1.ls-l span {
            background: rgba(0,0,0,0.5);
            padding: 5px;
            display: block;
            font-weight: normal;
            font-size: 15px;
            color: white;
            line-height: 20px;
        }
}

@media(max-width:480px) {
    h1.ls-l {
        bottom: 60px;
    }

        h1.ls-l span span {
            display: none;
        }

        h1.ls-l span {
            background: rgba(0,0,0,0.5);
            padding: 5px;
            display: block;
            font-weight: normal;
            font-size: 13px;
            color: white;
            line-height: 16px;
        }
}



.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    background: none;
    border: none;
}

.panel-default {
    border: none;
}

    .panel-default .panel-heading {
        color: #fff;
        background-color: #776f64;
        border-color: #776f64;
        border-radius: 0px;
    }

    .panel-default .panel-body {
        border: none;
    }

.service-icon {
    padding-top: 10%;
}

.service .flip-front {
    background: #959184;
}

    .service .flip-front .grid-title {
        color: #635c52;
    }

.service .flip-back {
    background: #645d53;
}


.content-header nav {
    position: relative;
    left: initial;
    bottom: initial;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 0px;
    margin-left: 0px;
    display: block;
}

.content-header ul li {
    float: left;
    margin-left: 0px;
    padding-left: 0px;
}


.tile-title a, .tile-title a:hover, .tile-title a:focus {
    font-weight: 600;
}

.tile-description {
    font-size: 13px;
}

.tile {
    background: #efedee;
    -webkit-box-shadow: 0px 0px 4px 3px #ccc;
    -moz-box-shadow: 0px 0px 4px 3px #ccc;
    -o-box-shadow: 0px 0px 4px 3px #ccc;
    box-shadow: 0px 0px 4px 3px #ccc;
    padding: 5px;
}


.sidebar-details {
    padding-left: 0px;
    padding-right: 0px;
}

.sidebar-title {
    background-color: #797165;
}

    .sidebar-title h2 {
        text-transform: none;
        padding: 15px 15px;
    }

.category-list.mp3-list {
    padding-left: 30px;
    background: transparent url("skn/video_icon.png") no-repeat scroll 0% 50% / 20px 20px;
    transition: padding-left 0.5s ease-in-out 0s;
}

.readmore {
    padding-left: 30px;
    margin-top: 13px;
    background: transparent url("skn/video_icon.png") no-repeat scroll 0% 50% / 20px 20px;
    transition: padding-left 0.5s ease-in-out 0s;
    height: 20px;
    line-height: 20px;
}

.category li {
    padding: 15px 10px;
    padding-left: 0px;
    border-bottom: 1px solid #4E4E4E;
}

    .category li:last-child {
        padding: 15px 10px;
        padding-left: 0px;
        margin-top: 0px;
        border-bottom: medium none;
    }

.sidebar-box .category {
}


.large-grid {
    height: 502px;
}

.sidebar-box .sidebar-details {
    overflow-y: auto;
    height: 372px;
}

@media only screen and (max-width:1023px) {
    .large-grid {
        height: 728px;
    }

    .sidebar-box .sidebar-details {
        overflow-y: auto;
        height: 598px;
    }
}

@media (min-width:768px) {

    .top-bar {
        position: relative;
        top: -15px;
    }
}

.top-bar {
    background: url(skn/shaddow.png) 100% 100% repeat-x;
}

a.lang, a.lang:hover, a.lang:focus {
    position: relative;
    top: -2px;
}

@media only screen and (max-width:767px) {
    .large-grid {
        height: 460px;
    }

    .sidebar-box .sidebar-details {
        overflow-y: auto;
        height: 330px;
    }
}

@media only screen and (max-width:479px) {
    .large-grid {
        height: 310px;
    }

    .sidebar-box .sidebar-details {
        overflow-y: auto;
        height: 180px;
    }
}


.comment-list {
    display: block;
}

.name-date {
    float: none;
    display: block;
}

    .name-date a, .name-date a:hover, .name-date a:focus {
        font-weight: 600;
        color: #333;
        font-size: 15px;
    }

.comment-date {
    float: right;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.comment-table p {
    color: #444;
}

.comment-list {
    border-left: 5px solid #776f64;
    background: #959184;
}

.avatar-table figure {
    border-radius: 0px;
}

.comment-area h1 {
    font-size: 24px;
    font-weight: 300;
    color: #FFF;
    text-transform: none;
    background: #776f64;
    padding: 10px;
}

.comment-area .pull-right a, .comment-area .pull-right a:hover, .comment-area .pull-right a:focus {
    font-size: 14px;
    color: #FFF;
    text-transform: none;
    display: inline-block;
    padding: 15px;
}

.content-body h1.TagView_Header {
    font-weight: 300;
}


.subscribe-box .btn.btn-primary, .subscribe-box .btn.btn-primary:hover, .subscribe-box .btn.btn-primary:focus {
    font-size: 12px;
    font-weight: normal;
    height: 33px;
    padding: 0px 15px;
    color: #6e6e6e;
    background-color: #1e1e1e;
    border: #404040 solid 1px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.subscribe-box {
    margin-top: 15px;
}

.notes {
    font-size: 12px;
}

.footer-section hr {
    height: 1px;
    border-color: #aaaaaa;
    border-width: 1px;
}

.small-thumb {
    background: #6E6E6E;
    text-align: center;
}

    .small-thumb * {
        display: inline-block;
        text-align: center;
        color: #ffffff;
    }

    .small-thumb img {
        max-width: 100%;
        height: auto;
    }

.small-banner {
    position: relative;
    text-align: center;
}

    .small-banner a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


.header-section #navbtn {
    margin-top: 28px;
}


@media (min-width: 1025px) {
    .search-form {
        position: absolute;
        right: 15px;
        bottom: -5px;
        max-width: 200px;
    }

    .search-wrapper {
        position: relative;
    }
}

@media (max-width: 1024px) {
    .search-form {
        margin-bottom: 10px;
    }

    .langs-wrapper {
        background: url(skn/shaddow.png) 100% 100% repeat-x;
    }

    .top-bar {
        background: none;
    }
}

.search-wrapper .subscribe-box .form-control, .search-wrapper .subscribe-box input, .search-wrapper .subscribe-box .btn.btn-primary, .search-wrapper .subscribe-box .btn.btn-primary:hover, .search-wrapper .subscribe-box .btn.btn-primary:focus {
    background: #776f64;
    color: #fff;
}

.search-wrapper .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ededed;
}

.search-wrapper .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #ededed;
}

.search-wrapper .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #ededed;
}

.search-wrapper .form-control:-moz-placeholder { /* Firefox 18- */
    color: #ededed;
}



@media only screen and (max-width: 1024px) {
    .header-section {
        box-shadow: 0px 3px 3px #4a4a4a;
    }

    .main-menu ul {
        text-align: left;
        background-color: #a59a8b;
    }

    .main-menu {
        margin-top: 0px;
    }
}

#events-window img, #events-window br {
    display: none;
}


@media only screen and (max-width: 767px) {
    .large-grid figure {
        width: 65px;
    }
}


@media (min-width: 768px) {
    .modal-dialog {
        width: 768px;
    }
}


@media (min-width:1400px) {

    .header-section {
        width: 290px !important;
    }

    .wrapper {
        margin-left: 340px !important;
    }

    .hover-active {
        margin-left: 270px;
    }

    .footer-section {
        margin-left: 340px !important;
    }
}

.hor-menu span {
    margin-left: 5px;
    margin-right: 5px;
    color: #645d53;
    display: inline-block;
}

.hor-menu a, .hor-menu a:hover, .hor-menu a:focus {
    font-weight: 600;
    font-size: 14px;
}

@media (min-width:768px) {
    .hor-menu {
        text-align: right;
        position: relative;
        top: -25px;
    }
}

@media (max-width:767px) {
    .hor-menu {
        text-align: center;
        position: relative;
        top: -12px;
        font-size: 14px;
    }

        .hor-menu a, .hor-menu a:hover, .hor-menu a:focus {
            font-weight: 600;
            font-size: 13px;
        }
}

.home-links-wrapper {
    padding-bottom: 30px;
    min-height: 160px;
}

.home-link {
    border-left: 5px solid #776f64;
    background: #959184;
    padding: 15px;
    margin-bottom: 20px;
}

    .home-link a, .home-link a:hover, .home-link a:focus {
        font-size: 16px;
        font-weight: 600;
        color: #333;
    }

    .home-link p {
        color: #444;
    }

h3.video-title {
    margin-bottom: 15px;
    font-size: 16px;
}

.slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 11px;
        height: 11px;
        margin: 3px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            background: #333;
            border-radius: 50%;
            border: none;
            width: 11px;
            height: 11px;
            padding: 0px;
            cursor: pointer;
            color: transparent;
        }


        .slick-dots li.slick-active button {
            background: #000;
            border-radius: 50%;
        }


.small-grid li.small-image {
    padding: 0px !important;
}



@media (min-width: 990px) and (max-width: 1280px) {
    .wrapper, .footer-section {
        margin-left: 255px;
    }

    .hover-active {
        margin-left: 220px;
    }

    .wrapper {
        width: 990px;
    }

    .service ul li {
        width: 232px;
        height: 232px;
    }

    .small-grid li {
        width: 232px;
        height: 232px;
    }

    .grid-half {
        width: 484px !important;
    }

    .large-grid {
        height: 484px !important;
    }
}

@media (min-width: 990px) and (max-width: 1280px) {
    .wrapper, .footer-section {
        margin-left: 255px;
    }

    .hover-active {
        margin-left: 220px;
    }

    .wrapper {
        width: 990px;
    }

    .service ul li {
        width: 232px;
        height: 232px;
    }

    .small-grid li {
        width: 232px;
        height: 232px;
    }

    .grid-half {
        width: 484px !important;
    }

    .large-grid {
        height: 484px !important;
    }
}


@media only screen and (max-width: 1023px) {
    .large-grid figure {
        display: table-cell;
        width: 65px;
        position: relative;
        float: left;
        margin-right: 20px;
    }

    .recent-list figure {
        display: table-cell;
        width: 65px;
        position: relative;
        float: left;
        margin-right: 20px;
    }
}
