@font-face {
    font-family: 'BPG Arial';
    src: url('../fonts/bpg_arial_2009.eot');
    src: url('../fonts/bpg_arial_2009.eot?#iefix') format('embedded-opentype'),url('../fonts/bpg_arial_2009.woff') format('woff'),url('../fonts/bpg_arial_2009.ttf') format('truetype'),url('../fonts/bpg_arial_2009.svg#3f49fdc5b576135981ca79913b7d86be') format('svg');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'BPG Banner Caps';
    src: url('../fonts/bpg_banner_caps.eot');
    src: url('../fonts/bpg_banner_caps.eot?#iefix') format('embedded-opentype'),url('../fonts/bpg_banner_caps.woff') format('woff'),url('../fonts/bpg_banner_caps.ttf') format('truetype'),url('../fonts/bpg_banner_caps.svg#84334d4bc67e3e0679b544805a5bd84a') format('svg');
    font-style: normal;
    font-weight: 400;
}

body, body > header {
    background: #CCC url(../images/mapbg.png) center 200px no-repeat;
    background: url(../images/mapbg.png) center 200px no-repeat,-moz-linear-gradient(left,#e5e5e5 0,#d5e3ed 100%);
    background: url(../images/mapbg.png) center 200px no-repeat,-webkit-gradient(linear,left top,right top,color-stop(0%,#e5e5e5),color-stop(100%,#8a5e3ed));
    background: url(../images/mapbg.png) center 200px no-repeat,-webkit-linear-gradient(left,#e5e5e5 0,#d5e3ed 100%);
    background: url(../images/mapbg.png) center 200px no-repeat,-o-linear-gradient(left,#e5e5e5 0,#d5e3ed 100%);
    background: url(../images/mapbg.png) center 200px no-repeat,-ms-linear-gradient(left,#e5e5e5 0,#d5e3ed 100%);
    background: url(../images/mapbg.png) center 200px no-repeat,linear-gradient(to right,#e5e5e5 0,#d5e3ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5',endColorstr='#c9dcea',GradientType=1);
}

    body > header {
        background-image: none;
    }

hr {
    border-top: 1px solid #eee;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: none;
    border: 0;
}

    .btn-default .badge, .btn-primary .badge, .btn-success .badge, .btn-info .badge, .btn-warning .badge, .btn-danger .badge {
        text-shadow: none;
    }

.btn:active, .btn.active {
    background-image: none;
}

.btn-default {
    background: #eee;
}

    .btn-default:hover, .btn-default:focus {
        background-color: #e0e0e0;
        background-position: 0 -15px;
    }

    .btn-default:active, .btn-default.active {
        background-color: #e0e0e0;
        border-color: #dbdbdb;
    }

    .btn-default:disabled, .btn-default[disabled] {
        background-color: #e0e0e0;
        background-image: none;
    }

.btn-primary {
    background: #1d345c;
    color: #eee;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #334057;
        background-position: 0 -15px;
    }

    .btn-primary:active, .btn-primary.active {
        background-color: #334057;
        border-color: #2f3c50;
    }

    .btn-primary:disabled, .btn-primary[disabled] {
        background-color: #334057;
        background-image: none;
    }

.btn-success {
    background: #3e8f3e;
}

    .btn-success:hover, .btn-success:focus {
        background-color: #419641;
        background-position: 0 -15px;
    }

    .btn-success:active, .btn-success.active {
        background-color: #419641;
        border-color: #3e8f3e;
    }

    .btn-success:disabled, .btn-success[disabled] {
        background-color: #419641;
        background-image: none;
    }

.btn-info {
    background: #245580;
}

    .btn-info:hover, .btn-info:focus {
        background-color: #265a88;
        background-position: 0 -15px;
    }

    .btn-info:active, .btn-info.active {
        background-color: #265a88;
        border-color: #245580;
    }

    .btn-info:disabled, .btn-info[disabled] {
        background-color: #265a88;
        background-image: none;
    }

.btn-warning {
    background: #e38d13;
}

    .btn-warning:hover, .btn-warning:focus {
        background-color: #eb9316;
        background-position: 0 -15px;
    }

    .btn-warning:active, .btn-warning.active {
        background-color: #eb9316;
        border-color: #e38d13;
    }

    .btn-warning:disabled, .btn-warning[disabled] {
        background-color: #eb9316;
        background-image: none;
    }

.btn-danger {
    background: #b92c28;
}

    .btn-danger:hover, .btn-danger:focus {
        background-color: #c12e2a;
        background-position: 0 -15px;
    }

    .btn-danger:active, .btn-danger.active {
        background-color: #c12e2a;
        border-color: #b92c28;
    }

    .btn-danger:disabled, .btn-danger[disabled] {
        background-color: #c12e2a;
        background-image: none;
    }

.dropdown-menu {
    border: 0;
    background-color: #f3f3f3;
    padding: 0;
}

    .dropdown-menu > li > a {
        margin: 0;
        color: #1d345c;
        padding: 7px 60px 7px 20px;
        border-bottom: 2px solid #465777;
        -webkit-transition: all ease .2s;
        -moz-transition: all ease .2s;
        -o-transition: all ease .2s;
        -ms-transition: all ease .2s;
        transition: all ease .2s;
    }

    .dropdown-menu > li > ul {
        padding: 5px;
        background: #fff;
    }

        .dropdown-menu > li > ul > li {
            list-style: none;
        }

            .dropdown-menu > li > ul > li > a {
                padding: 5px 0 5px 15px;
                display: block;
                -webkit-transition: all ease .2s;
                -moz-transition: all ease .2s;
                -o-transition: all ease .2s;
                -ms-transition: all ease .2s;
                transition: all ease .2s;
            }

                .dropdown-menu > li > ul > li > a:hover {
                    background: #65718a;
                    color: #eee;
                }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #465777;
        color: #eee;
    }

}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: #41516d;
}

.navbar-default {
    background: #1d345c;
    border: 0;
    margin: 0;
}

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
        background-color: #f3f3f3;
    }

    .navbar-brand, .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-family: 'BPG Banner Caps';
        -webkit-transition: all ease .2s;
        -moz-transition: all ease .2s;
        -o-transition: all ease .2s;
        -ms-transition: all ease .2s;
        transition: all ease .2s;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #1d345c;
            background-color: #f3f3f3;
        }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #1d345c;
        background-color: #f3f3f3;
    }

.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}

.navbar-toggle {
    background: #ddd;
}

@media(max-width:767px) {
    .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #1d345c;
        background-color: #f3f3f3;
    }
}

.list-group {
    border-radius: 0;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background: #344765;
    border: #f2f2f2;
    color: #344765;
}

    .list-group-item.active .badge, .list-group-item.active:hover .badge, .list-group-item.active:focus .badge {
        text-shadow: none;
    }

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.panel-default > .panel-heading {
    background: #f5f5f5;
}

.panel-primary > .panel-heading {
    background: #41516d;
}

.panel-success > .panel-heading {
    background: #d0e9c6;
}

.panel-info > .panel-heading {
    background: #c4e3f3;
}

.panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
    background-image: -o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));
    background-image: linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0);
}

.panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);
    background-image: -o-linear-gradient(top,#f2dede 0,#ebcccc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));
    background-image: linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0);
}

.well {
    border: 0;
    box-shadow: none;
    background-color: rgba(255,255,255,0.5);
}

.tooltip .tooltip-inner {
    background: rgba(29,52,92,0.95);
}

.tooltip.left .tooltip-arrow {
    border-left-color: rgba(29,52,92,0.95);
}

.sitemap li {
    margin: 0;
    list-style-type: none;
    position: relative;
    padding: 20px 0 0 5px;
}

.sitemap ul:first-child > li:first-child {
    padding: 0;
}

.sitemap li::before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    right: auto;
    left: -20px;
    border-left: 2px solid #f3f3f3;
    bottom: 50px;
}

.sitemap li::after {
    content: '';
    position: absolute;
    top: 35px;
    width: 25px;
    height: 20px;
    right: auto;
    left: -20px;
    border-top: 2px solid #f3f3f3;
}

.sitemap > ul > li::before, .sitemap > ul > li::after {
    border: 0;
}

.sitemap li:last-child::before {
    height: 35px;
}

.sitemap li a {
    display: block;
    border: 2px solid rgba(249,249,249,0);
    padding: 5px 10px;
    text-decoration: none;
    color: #4a5d7d;
    background: rgba(249,249,249,0.8);
    border-left: 2px solid #eee;
    border-bottom: 2px solid #eee;
}

    .sitemap li a:hover, .sitemap li a:hover {
        background: #1d345c;
        color: #eee;
        border: 2px solid #1d345c;
    }

        .sitemap li a:hover + ul li::after, .sitemap li a:hover + ul li::before, .sitemap li a:hover + ul::before, .sitemap li a:hover + ul ul::before {
            border-color: #1d345c;
        }

.sitemap li:hover li::before, .sitemap li:hover li::after {
    transition: all .2s ease;
    border-color: #c1ccde;
}

.sitemap li:hover ul ul li::before, .sitemap li:hover ul ul li::after {
    transition: all .2s ease;
    border-color: #99aac9;
}

.sitemap li:hover > a {
    transition: all .2s ease;
    background: #c1ccde;
    color: #eee;
    border: 2px solid #c1ccde;
}

.sitemap li:hover li:hover > a {
    transition: all .2s ease;
    background: #697ea1;
    color: #eee;
    border: 2px solid #697ea1;
}

.sitemap li a:hover {
    background: #1d345c !important;
    color: #eee;
    border: 2px solid #1d345c !important;
}

.list-flags {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .list-flags li {
        border-bottom: 1px solid #eee;
        padding: 8px 8px 8px 0;
        padding-left: 35px;
    }

        .list-flags li img {
            position: absolute;
            height: 24px;
            margin: -2px 0 0 -35px;
        }

.news-bottom {
    margin-top: 20px;
}

.list-news-bottom {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .list-news-bottom .news-thumbnail {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
        width: 105px;
        height: 81px;
        overflow: hidden;
    }

        .list-news-bottom .news-thumbnail img {
            height: 100%;
            -webkit-transition: all ease .4s;
            -moz-transition: all ease .4s;
            -o-transition: all ease .4s;
            -ms-transition: all ease .4s;
            transition: all ease .4s;
        }

    .list-news-bottom li {
        margin-bottom: 20px;
        position: relative;
    }

        .list-news-bottom li a {
            display: block;
            padding: 0;
            border-left: 2px solid #f3f3f3;
            -webkit-transition: all ease .2s;
            -moz-transition: all ease .2s;
            -o-transition: all ease .2s;
            -ms-transition: all ease .2s;
            transition: all ease .2s;
        }

            .list-news-bottom li a:hover {
                background: #e6e9ed;
                color: #556279;
            }

                .list-news-bottom li a:hover img {
                    -webkit-transform: scale(1.1);
                    transform: scale(1.1);
                }

            .list-news-bottom li a span {
                background: #344765;
                color: #eee;
                padding: 3px 8px;
                display: block;
                margin: 10px 0 0 120px;
            }

            .list-news-bottom li a p {
                padding: 5px 0 0 120px;
            }

.page-header {
    padding-bottom: 0;
    margin: 20px 0 20px;
    border-bottom: 2px solid #c9c9c9;
}

    .page-header span {
        display: inline-block;
        border-bottom: 2px solid #c9c9c9;
        padding-bottom: 16px;
    }

.header-on-top {
    margin-top: 0;
}

.page {
    background: rgba(255,255,255,0.75);
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 15px;
}

#footer {
    background: #1d345c;
    padding: 10px 0;
    clear: both;
    color: #fff;
    border-top: 3px solid #c9c9c9;
}

    #footer .contacts {
        padding: 0;
    }

        #footer .contacts li {
            list-style-type: none;
            padding-bottom: 10px;
        }

        #footer .contacts small {
            color: #ddd;
            line-height: 1.8em;
        }

#footerlogo {
    width: 120px;
    height: 120px;
    background: url(../images/logo.png) no-repeat center;
    position: absolute;
    top: 40px;
    left: 40px;
    opacity: .6;
}

#footer .footer-menu {
    font-family: "BPG Banner Caps","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 10px;
}

    #footer .footer-menu li a {
        color: #eee;
    }

        #footer .footer-menu li a:hover {
            color: #9da7b6;
            transition: all .3s ease;
        }

#twitter {
    text-align: right;
}

    #twitter a {
        color: #3ecefb;
    }

        #twitter a:hover {
            color: #3eb5d7;
        }

    #twitter span {
        color: #dbdbdb;
    }

#copyright {
    color: #9ba2a7;
    padding: 10px 0;
}

.news h4 {
    margin-top: 0;
    font-size: 16px;
}

    .news h4 a {
        color: #333;
        text-decoration: none;
    }

        .news h4 a:hover {
            color: #4a5d7d;
            text-decoration: none;
        }

.news .thumbnail a:hover p {
    background: rgba(29,52,92,1);
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -ms-transition: all ease .2s;
    transition: all ease .2s;
}

.thumbnail-overlay {
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.news .thumbnail {
    border: 0;
    padding: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin: 0 auto;
    background: 0;
}

.news .date {
    color: #eee;
    background: rgba(29,52,92,0.8);
    font-weight: 800;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    margin: 0;
}

.news .nophoto {
    height: 180px;
    padding: 7px;
    background: url(../images/oclogo.png) no-repeat center;
}

    .news .nophoto .date {
        padding: 80px 0;
        background: rgba(29,52,92,0.9);
    }

        .news .nophoto .date:hover {
            background: rgba(29,52,92,0.95);
        }

    .news .nophoto:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index: -1;
    }

.sidemenu {
    padding: 5px 20px;
    margin-bottom: 30px;
    background-color: #1d345c;
}

.main-page .sidemenu {
    margin-top: 63px;
}

.sidemenu a {
    color: #fff;
}

    .sidemenu a:hover h5 {
        color: #9da7b6;
        border-right: 3px solid #9da7b6;
        -webkit-transition: all ease .2s;
        -moz-transition: all ease .2s;
        -o-transition: all ease .2s;
        -ms-transition: all ease .2s;
        transition: all ease .2s;
    }

.sidemenu li {
    border-bottom: 2px solid #fff;
}

    .sidemenu li:last-of-type {
        border-bottom: 0;
    }

header .search {
    float: right;
    width: 90%;
    margin-bottom: 10px;
}

.search input, .search a {
    border: 0;
    background: #fff;
    border-bottom: 2px solid #adadad;
    height: 40px;
    margin-top: 12px;
}

    .search input::-webkit-input-placeholder, #mobilesearc input::-webkit-input-placeholder {
        color: #d5d5d5;
    }

    .search input:-moz-placeholder, #mobilesearch input:-moz-placeholder {
        color: #d5d5d5;
    }

    .search input::-moz-placeholder, #mobilesearch input::-moz-placeholder {
        color: #d5d5d5;
    }

    .search input:-ms-input-placeholder, #mobilesearch input:-ms-input-placeholder {
        color: #d5d5d5;
    }

.search a {
    font-size: 20px;
    color: #adadad;
}

    .search a:hover, .search a:focus, .search a:active {
        outline: 0 !important;
        color: #4a5d7d;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

#mobilesearch {
    margin: 8px 75px 0 10px;
}

    #mobilesearch input, #mobilesearch a {
        border: 0;
        background: #f9f9f9;
        height: 34px;
        color: #333;
    }

.mobile-lang-select {
    position: absolute;
    text-align: center;
    background: #1d345c;
    color: #fff;
    vertical-align: middle;
    font-weight: 800;
    width: 40px;
    height: 40px;
    padding: 10px;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

    .form-control:focus {
        border-color: #4a5d7d;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.search input:focus > button {
    border-color: #4a5d7d;
}

.headernav {
    margin: 10px 0;
    float: right;
}

    .headernav > li {
        list-style: none;
        margin-right: 10px;
        font-size: 13px;
    }

    .headernav li a {
        padding: 0;
        color: #777;
        -webkit-transition: all ease .2s;
        -moz-transition: all ease .2s;
        -o-transition: all ease .2s;
        -ms-transition: all ease .2s;
        transition: all ease .2s;
    }

        .headernav li a:hover {
            color: #4a5d7d;
        }

    .headernav > li:before {
        content: "• ";
        color: #a2a2a2;
        margin-right: 5px;
    }

    .headernav > li:first-child:before {
        content: none;
        margin: 0;
    }

    .headernav > li:last-child {
        margin: 0;
    }

    .headernav .dropdown-menu {
        z-index: 1001;
        background: #fff;
        margin-top: 10px !important;
        left: -90px;
        width: 320px;
    }

        .headernav .dropdown-menu > li > a {
            background: #fff;
            white-space: normal;
            padding: 5px 10px;
            color: #777;
            margin: 5px;
            border: 0;
        }

            .headernav .dropdown-menu > li > a:hover {
                background: #eee;
                color: #2e394d;
            }

        .headernav .dropdown-menu:before {
            position: absolute;
            top: -7px;
            left: 149px;
            display: inline-block;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #ccc;
            border-left: 7px solid transparent;
            border-bottom-color: rgba(0,0,0,0);
            content: '';
        }

        .headernav .dropdown-menu:after {
            position: absolute;
            top: -6px;
            left: 150px;
            display: inline-block;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #fff;
            border-left: 6px solid transparent;
            content: '';
        }

#calendar .datepicker-inline {
    margin: 0 auto;
    width: 100%;
}

#calendar .datepicker table {
    width: 100%;
}

.fixed-side-container {
    right: 0;
    width: 40px;
    position: fixed;
    top: 230px;
    background-repeat: no-repeat;
    z-index: 1000;
}

    .fixed-side-container .side-icon {
        float: left;
        width: 40px;
        filter: alpha(opacity=75);
        moz-opacity: .75;
        -khtml-opacity: .75;
        opacity: .75;
        display: block;
        background-repeat: no-repeat;
        height: 40px;
        -webkit-transition: all ease .2s;
        -moz-transition: all ease .2s;
        -o-transition: all ease .2s;
        -ms-transition: all ease .2s;
        transition: all ease .2s;
        background-position: 0 0;
    }

    .fixed-side-container .side-icon {
        background-image: url("../images/icons.png");
    }

        .fixed-side-container .side-icon:hover {
            filter: alpha(opacity=99);
            moz-opacity: .99;
            -khtml-opacity: .99;
            opacity: .99;
        }

    .fixed-side-container .facebook-icon {
        background-color: #395b9e;
        background-position: 0 -4px;
    }

    .fixed-side-container .twitter-icon {
        background-color: #3ea8e6;
        background-position: 0 -54px;
    }

    .fixed-side-container .youtube-icon {
        background-color: #ea3039;
        background-position: 0 -102px;
    }

    .fixed-side-container .eye-icon {
        background-color: #444;
        background-position: 0 -145px;
    }

    .fixed-side-container .lang-select {
        text-align: center;
        background: #1d345c;
        color: #fff;
        vertical-align: middle;
        font-weight: 800;
    }

        .fixed-side-container .lang-select span {
            display: block;
            margin-top: 10px;
        }

.social-icon-container {
    background-repeat: no-repeat;
}

    .social-icon-container .social-icon {
        float: left;
        display: block;
        width: 40px;
        height: 40px;
        filter: alpha(opacity=99);
        moz-opacity: .99;
        -khtml-opacity: .99;
        opacity: .99;
        background: url("../images/icons.png") no-repeat 0 0;
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 3px;
    }

        .social-icon-container .social-icon:hover {
            filter: alpha(opacity=75);
            moz-opacity: .75;
            -khtml-opacity: .75;
            opacity: .75;
            -webkit-transition: all ease .2s;
            -moz-transition: all ease .2s;
            -o-transition: all ease .2s;
            -ms-transition: all ease .2s;
            transition: all ease .2s;
        }

    .social-icon-container .facebook-icon {
        background-color: #395b9e;
        background-position: 0 -4px;
    }

    .social-icon-container .twitter-icon {
        background-color: #3ea8e6;
        background-position: 0 -54px;
    }

    .social-icon-container .youtube-icon {
        background-color: #ea3039;
        background-position: 0 -102px;
    }

#main-slider .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    top: 300px;
    text-align: left;
    padding: 10px;
    background: rgba(29,52,92,0.85);
    text-shadow: none;
    -webkit-box-shadow: none;
    height: 100px;
}

    #main-slider .carousel-caption h4 {
        font-size: 16px;
        font-weight: 300;
        margin-left: 5px;
    }

#main-slider .list-group {
    position: absolute;
    top: 0;
    right: 0;
    border-right: 3px solid #3c4b65;
    padding: 0;
    text-shadow: none;
    -webkit-box-shadow: none;
}

#main-slider .list-group-item {
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #f2f2f2;
    border-left: none;
    border-right: 0;
    height: 101px;
    padding: 5px 15px;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -ms-transition: all ease .2s;
    transition: all ease .2s;
}

    #main-slider .list-group-item:hover {
        background: #f9f9f9;
    }

    #main-slider .list-group-item h6 {
        color: #344765;
        font-size: 13px;
        line-height: 1.3em;
    }

#main-slider .list-group .active {
    background-color: #eee;
}

/*.carousel-inner > .item > a > img {
    height:400px;
}*/
#video-slider .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 10px;
    background: rgba(29,52,92,0.85);
    text-shadow: none;
    -webkit-box-shadow: none;
    height: 100px;
}

    #video-slider .carousel-caption h4 {
        font-size: 16px;
        font-weight: 300;
        margin-left: 5px;
    }

#video-slider .list-group {
    position: absolute;
    top: 0;
    right: 0;
    border-right: 3px solid #3c4b65;
    padding: 0;
    text-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
}

#video-slider .list-group-item {
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #f2f2f2;
    border-left: none;
    border-right: 0;
    height: 94px;
    padding: 5px 15px;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -ms-transition: all ease .2s;
    transition: all ease .2s;
}

    #video-slider .list-group-item:hover {
        background: #f9f9f9;
    }

    #video-slider .list-group-item h6 {
        color: #344765;
        font-size: 13px;
        line-height: 1.3em;
    }

    #video-slider .list-group-item img {
        float: left;
        margin: 10px 10px 0 0;
    }

#video-slider .list-group .active {
    background-color: #eee;
}

#logo a:hover h1 {
    color: #344765;
}

/*fas*/

.slide-side {
    z-index: 1002;
    padding: 20px;
    width: 70px;
    background: #737373;
    position: fixed;
    top: 190px;
    right: -70px;
}

.handle {
    background-image: url("../images/icons.png");
    background-color: #444;
    background-position: 0 -145px;
    width: 40px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    margin-top: 160px;
    filter: alpha(opacity=75);
    moz-opacity: .75;
    -khtml-opacity: .75;
    opacity: .75;
}

    .handle:hover {
        filter: alpha(opacity=100);
        moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

.open .handle {
    background-color: #737373;
    filter: alpha(opacity=100);
    moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-position: 0 -183px;
}

.full-story-title {
    margin: 0;
    padding-bottom: 20px;
}

.full-story .img-thumbnail {
    display: inline;
    border: 2px solid #ddd;
    webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .full-story .img-thumbnail:hover {
        border-color: #4a5d7d;
    }

.full-story-page .gallery-item, .newsList .gallery-item {
    float: left;
    position: relative;
    display: block;
    width: 30%;
    padding: 4px;
    margin-bottom:;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    margin: 5px 20px 15px 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .full-story-page .gallery-item:hover {
        border-color: #4a5d7d;
    }

    .full-story-page .gallery-item img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 100%;
        height: auto;
        vertical-align: middle;
        border: 0;
    }

.full-story-page .photo-item {
    display: inline;
}

    .full-story-page .photo-item:hover img {
        border-color: #4a5d7d;
    }

    .full-story-page .photo-item img {
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
        display: inline;
        border: 2px solid #ddd;
        padding: 4px;
        line-height: 1.42857143;
        background-color: #fff;
        border-radius: 0;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        display: inline-block;
        max-width: 100%;
        height: auto;
    }

.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.top-bar {
    background: #f5f5f5;
}

.full-story-page .breadcrumb {
    padding: 12px 15px;
}

.full-story-page .page-header {
    margin-top: 0;
}

blockquote {
    font-family: "BPG Banner Caps","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #1d345c;
    float: left;
    width: 400px;
    font-size: 14px;
    font-style: italic;
    padding: 8px;
    margin: 6px 12px 0 0;
    border-left: 5px solid #4a5d7d;
    background-color: #e6e9ed;
    transition: all .2s ease-in-out;
}

    blockquote img {
        float: left;
        margin: 0 12px 8px 0;
        height: 84px;
        border: 2px solid #4a5d7d;
        border-radius: 50%;
        transition: all .2s ease-in-out;
    }

    blockquote:hover {
        border-color: #aab4c5;
        background-color: #ededed;
        cursor: pointer;
    }

        blockquote:hover p {
            color: #cd2727;
            transition: all .2s ease-in-out;
        }

        blockquote:hover img {
            border-color: #aab4c5;
        }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

@media(max-width:500px) {
    blockquote {
        margin: 0 0 8px 0;
        width: 330px;
    }

        blockquote img {
            margin-right: 8px;
        }
}

.youtimg {
    height: 63px;
}

#map-canvas {
    width: 100%;
    height: 435px;
    margin-bottom: 25px;
    border-bottom: 4px solid #c9c9c9;
}

.full-page .dl-horizontal dt {
    width: 200px;
    text-align: left;
    font-family: "BPG Banner Caps","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    color: inherit;
    padding-top: 3px;
}

.download {
    background: #dadada;
    color: #344765;
    display: block;
    width: 300px;
    padding: 10px 20px;
    font-family: "BPG Banner Caps","Helvetica Neue",Helvetica,Arial,sans-serif;
    position: absolute;
    right: 20px;
    top: 105px;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -ms-transition: all ease .2s;
    transition: all ease .2s;
}

    .download:hover {
        background: #344765;
        color: #eee;
    }

    .download img {
        margin-right: 10px;
    }

.banners div.banner {
    margin-bottom: 20px;
}

    .banners div.banner a {
        position: relative;
        overflow: hidden;
        display: block;
    }

    .banners div.banner .textbox {
        width: 65%;
        height: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 8px 12px;
        color: #1d345c;
        font-family: 'BPG Banner Caps';
        font-size: 18px;
        line-height: 21px;
        background-color: rgba(201,201,201,0.8);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .banners div.banner a:hover .textbox {
        background: rgba(29,52,92,0.9);
        color: #eee;
    }

    .banners div.banner img {
        width: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

.banners .banner a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.banners-bottom div.banner {
    margin: 5px 0 20px 0;
}

.banners-bottom img:hover {
    filter: alpha(opacity=8);
    moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}

@media(max-width:767px) {
    .site-logo {
        width: 70px;
        height: 70px;
        margin: 8px auto;
        display: block;
    }

    .site-title {
        color: #1d345c;
        font-size: 16px;
        margin: 20px 0 15px 0;
        display: block;
        text-align: center;
    }

    .news .thumbnail {
        margin-bottom: 10px;
    }

    .news .date {
        display: none;
        border-bottom: #495b7b 2px solid;
        background: 0;
        color: #495b7b;
        margin-bottom: 15px;
        padding: 0 0 8px 0;
        text-align: center;
    }

    .news .date-no-photo {
        padding: 8px 0;
        background: #eee;
    }

    #footer .leftside {
        text-align: center;
    }

    #footer {
        background-image: none;
    }

    .social-icon-container {
        margin: 0 auto;
        width: 150px;
    }

    #twitter {
        text-align: left;
    }

    #copyright {
        text-align: center;
    }

    .news .nophoto {
        display: none;
    }

    #main-slider .carousel-caption h4 {
        font-size: 13px;
    }

    #main-slider .carousel-caption {
        height: inherit;
        padding: 1px 5px;
    }

    #video-slider .list-group {
        position: inherit;
        width: 100%;
        border: 1px solid #ddd;
    }

    .carousel-caption p, #main-slider .list-group {
        display: none;
    }

    #video-slider .carousel-caption h4 {
        font-size: 13px;
    }

    #video-slider .carousel-caption {
        height: inherit;
        padding: 1px 5px;
    }

    .navbar-collapse {
        border: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #eee;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #4a5d7d;
            background: #eee;
        }

    .dropdown-menu > li > ul {
        padding: 8px 5px 8px 25px;
        background: transparent;
    }

        .dropdown-menu > li > ul > li > a {
            color: #b3bed0;
        }

            .dropdown-menu > li > ul > li > a:hover {
                color: #4a5d7d;
                background: #f3f3f3;
            }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        border-bottom: 0;
    }

    .navbar-nav .open .dropdown-menu {
        margin-top: 10px;
    }

    .dropdown-menu.pull-right {
        float: left !important;
    }

    #calendar .datepicker-inline {
        width: 80%;
    }

    .top-bar {
        display: none;
    }

    #video-slider .list-group-item h6 {
        font-size: 11px;
    }

    .main-page .sidemenu {
        margin-top: 15px;
    }

    .slide-side {
        top: 0;
    }

    .handle {
        margin-top: 0;
    }

    .download {
        position: initial;
    }

    .banners div.banner .textbox {
        padding: 4px 8px;
        font-size: 14px;
        line-height: 15px;
    }

    .full-story-page .gallery-item {
        width: 100%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .site-logo {
        width: 70px;
        height: 70px;
        margin: 8px auto;
        display: block;
    }

    .site-title {
        color: #1d345c;
        font-size: 16px;
        margin: 20px 0 5px 0;
        display: block;
        text-align: center;
    }

    #mainmenu {
        font-size: 10px;
    }

    .nav > li > a {
        padding: 15px 5px;
    }

    header .search {
        width: 100%;
    }

    .headernav {
        position: absolute;
        right: 15px;
        top: -120px;
    }

        .headernav li {
            font-size: 12px;
            float: none;
            margin: 0;
            text-align: right;
        }

            .headernav li:before {
                content: "";
                margin: 0;
            }

        .headernav .dropdown-menu {
            left: -190px;
        }

            .headernav .dropdown-menu:after {
                left: 250px;
            }

    #main-slider .carousel-caption {
        height: inherit;
    }

    #video-slider .list-group {
        position: inherit;
        width: 100%;
        border: 1px solid #ddd;
    }

    .carousel-caption p, #main-slider .list-group {
        display: none;
    }

    #video-slider .carousel-caption {
        height: inherit;
    }

    #calendar .datepicker-inline {
        width: 70%;
    }

    .top-bar {
        display: none;
    }

    .banners div.banner .textbox {
        padding: 5px 12px;
        font-size: 16px;
        line-height: 19px;
    }

    .full-story-page .gallery-item {
        width: 47%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .site-logo {
        float: left;
        width: 90px;
        height: 90px;
        margin: 14px 0;
    }

    .site-title {
        color: #1d345c;
        float: left;
        width: 300px;
        font-size: 22px;
        margin: 32px 0 0 30px;
        text-align: left;
    }

    #mainmenu {
        font-size: 12px;
    }

    .top-bar {
        display: none;
    }

    .headernav li {
        font-size: 12px;
    }

    header .search {
        width: 90%;
    }

    #main-slider {
        padding-right: 33.3333%;
    }

        #main-slider .carousel-controls {
            display: none;
        }

        #main-slider .list-group-item {
            height: 83px;
            padding: 0 15px;
        }

    #video-slider {
        padding-right: 41.7%;
    }

        #video-slider .carousel-controls {
            display: none;
        }

        #video-slider .list-group-item {
            height: 78px;
            padding: 0 15px;
        }

            #video-slider .list-group-item h6 {
                font-size: 10px;
            }

            #video-slider .list-group-item img {
                height: 55px;
            }

    #footerlogo {
        left: 0;
    }

    .banners div.banner .textbox {
        padding: 5px 12px;
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .site-logo {
        float: left;
        width: 100px;
        height: 100px;
        margin: 10px 0;
    }

    .site-title {
        color: #1d345c;
        float: left;
        width: 380px;
        font-size: 28px;
        margin: 30px 0 0 30px;
    }

    #mainmenu {
        font-size: 14px;
    }

    .headernav li {
        font-size: 13px;
    }

    #main-slider .carousel-inner {
        height: 400px;
    }

    #main-slider {
        padding-right: 33.3333%;
    }

        #main-slider .carousel-controls {
            display: none;
        }

    #video-slider .carousel-inner {
        height: 373px;
    }

    #video-slider {
        padding-right: 41.7%;
    }
}

#video-slider .carousel-controls {
    display: none;
}

ul.textresizer {
    list-style: none;
    padding: 0;
    margin-bottom: 0px !important;
}

    ul.textresizer li {
        margin: 0;
    }

#text-resizer-controls.textresizer a {
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    color: #eee;
}

    #text-resizer-controls.textresizer a:hover {
        background: #e5e5e5;
        color: #333;
    }

    #text-resizer-controls.textresizer a.textresizer-active {
        background: #fff;
        color: #000;
    }

ul.textresizer .small-text {
    font-size: 12px;
}

ul.textresizer .medium-text {
    font-size: 14px;
}

ul.textresizer .large-text {
    font-size: 16px;
}

ul.textresizer .larger-text {
    font-size: 18px;
}

.content.small-text {
    font-size: 12px;
}

    .content.small-text h4 {
        font-size: 14px;
    }

.content.medium-text {
    font-size: 14px;
}

    .content.medium-text h4 {
        font-size: 16px;
    }

.content.large-text {
    font-size: 16px;
}

    .content.large-text h4 {
        font-size: 18px;
    }

.content.larger-text {
    font-size: 18px;
}

    .content.larger-text h4 {
        font-size: 20px;
    }

#text-color-controls {
    margin-top: 40px;
}

    #text-color-controls a {
        padding: 5px 10px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
        border: 2px solid #737373;
    }

        #text-color-controls a:hover {
            border: 2px solid #1d345c;
        }

        #text-color-controls a.textresizer-active {
            border: 2px solid #e02020;
        }

ul.textresizer .normal {
    background: #fff;
    color: #000;
}

ul.textresizer .protanopia {
    background: #a4d5ff;
    color: #030025;
}

ul.textresizer .tritanopia {
    background: #d1ffb8;
    color: #140909;
}

ul.textresizer .deuteranopia {
    background: #f7f3d6;
    color: #002605;
}

.content.medium-text {
    font-size: 14px;
}

.content.large-text {
    font-size: 16px;
}

.content.larger-text {
    font-size: 18px;
}

body.protanopia {
    background: #a4d5ff url(../images/mapbg.png) center 200px no-repeat;
    color: #030025;
}

    body.protanopia .headernav li a {
        color: #030025;
    }

    body.protanopia .page, body.protanopia > header {
        background-color: #a4d5ff;
    }

    body.protanopia .news h4 a {
        text-decoration: none;
        color: #bd1a01;
    }

    body.protanopia .list-news-bottom li a {
        text-decoration: none;
        color: #bd1a01;
        background-color: #b0e9ff;
    }

    body.protanopia .news h4 a:hover {
        text-decoration: none;
        color: #fb3737;
    }

    body.protanopia .list-news-bottom li a:hover {
        background-color: #fff;
        text-decoration: none;
        color: #fb3737;
    }

    body.protanopia input::-webkit-input-placeholder {
        color: #030025;
    }

    body.protanopia input:-moz-placeholder {
        color: #030025;
    }

    body.protanopia input::-moz-placeholder {
        color: #030025;
    }

    body.protanopia input:-ms-input-placeholder {
        color: #030025;
    }

    body.protanopia .search button, body.protanopia .search input {
        color: #030025;
        border-bottom: 0;
    }

    body.protanopia .top-bar, body.protanopia .top-bar a, body.protanopia .breadcrumb, body.protanopia .breadcrumb > .active {
        background: #465777;
        color: #fff;
    }

    body.protanopia .page-header, body.protanopia .page-header span {
        border-bottom-color: #8fbbe0;
    }

    body.protanopia hr {
        border-top-color: #8fbbe0;
    }

    body.protanopia .dropdown-menu, body.protanopia .dropdown-menu > li > ul {
        background-color: #fff;
    }

    body.protanopia .navbar-default .navbar-nav > li > a:hover, body.protanopia .navbar-default .navbar-nav > li > a:focus, body.protanopia .navbar-default .navbar-nav > .open > a, body.protanopia .navbar-default .navbar-nav > .open > a:hover, body.protanopia .navbar-default .navbar-nav > .open > a:focus {
        background-color: #fff;
    }

    body.protanopia #copyright {
        color: #030025;
    }

    body.protanopia #footer {
        border-top-color: rgba(0,0,0,0.0);
    }

    body.protanopia #main-slider .list-group-item, body.protanopia #video-slider .list-group-item {
        background: #b0e9ff;
        border-color: #8fbbe0;
    }

        body.protanopia #main-slider .list-group-item h6, body.protanopia #video-slider .list-group-item h6 {
            color: #bd1a01;
        }

    body.protanopia #main-slider .list-group .active, body.protanopia #video-slider .list-group .active {
        background: #fff;
    }

        body.protanopia #main-slider .list-group .active h6, body.protanopia #video-slider .list-group .active h6 {
            color: #5e3905;
        }

    body.protanopia #main-slider .carousel-caption {
        background: #1d345c;
    }

    body.protanopia #main-slider .list-group, body.protanopia #video-slider .list-group {
        border-right-color: #8fbbe0;
    }

    body.protanopia #footer .footer-menu li a, #footer .contacts small {
        color: #fff;
    }

        body.protanopia #footer .footer-menu li a:hover {
            background-color: #fff;
            text-decoration: none;
            color: #5e3905;
        }

    body.protanopia .sidemenu a:hover h5 {
        background-color: #fff;
        text-decoration: none;
        color: #5e3905;
    }

    body.protanopia .mfp-bottom-bar {
        background: rgba(29,52,92,1);
    }

    body.protanopia .download {
        background: #fff;
        color: #030025;
    }

body.tritanopia {
    background: #d1ffb8 url(../images/mapbg.png) center 200px no-repeat;
    color: #140909;
}

    body.tritanopia .headernav li a {
        color: #140909;
    }

    body.tritanopia .page, body.tritanopia > header {
        background-color: #d1ffb8;
    }

    body.tritanopia .news h4 a {
        text-decoration: none;
        color: #bd1a01;
    }

    body.tritanopia .list-news-bottom li a {
        text-decoration: none;
        color: #bd1a01;
        background-color: #e3ffdb;
    }

    body.tritanopia .news h4 a:hover {
        text-decoration: none;
        color: #fb3737;
    }

    body.tritanopia .list-news-bottom li a:hover {
        background-color: #fff;
        text-decoration: none;
        color: #fb3737;
    }

    body.tritanopia input::-webkit-input-placeholder {
        color: #140909;
    }

    body.tritanopia input:-moz-placeholder {
        color: #140909;
    }

    body.tritanopia input::-moz-placeholder {
        color: #140909;
    }

    body.tritanopia input:-ms-input-placeholder {
        color: #140909;
    }

    body.tritanopia .search button, body.tritanopia .search input {
        color: #140909;
        border-bottom: 0;
    }

    body.tritanopia .top-bar, body.tritanopia .top-bar a, body.tritanopia .breadcrumb, body.tritanopia .breadcrumb > .active {
        background: #465777;
        color: #fff;
    }

    body.tritanopia .page-header, body.tritanopia .page-header span {
        border-bottom-color: #abd992;
    }

    body.tritanopia hr {
        border-top-color: #abd992;
    }

    body.tritanopia .dropdown-menu, body.tritanopia .dropdown-menu > li > ul {
        background-color: #fff;
    }

    body.tritanopia .navbar-default .navbar-nav > li > a:hover, body.tritanopia .navbar-default .navbar-nav > li > a:focus, body.tritanopia .navbar-default .navbar-nav > .open > a, body.tritanopia .navbar-default .navbar-nav > .open > a:hover, body.tritanopia .navbar-default .navbar-nav > .open > a:focus {
        background-color: #fff;
    }

    body.tritanopia #copyright {
        color: #140909;
    }

    body.tritanopia #footer {
        border-top-color: rgba(0,0,0,0.0);
    }

    body.tritanopia #main-slider .list-group-item, body.tritanopia #video-slider .list-group-item {
        background: #e3ffdb;
        border-color: #abd992;
    }

        body.tritanopia #main-slider .list-group-item h6, body.tritanopia #video-slider .list-group-item h6 {
            color: #bd1a01;
        }

    body.tritanopia #main-slider .list-group .active, body.tritanopia #video-slider .list-group .active {
        background: #fff;
    }

        body.tritanopia #main-slider .list-group .active h6, body.tritanopia #video-slider .list-group .active h6 {
            color: #5e3905;
        }

    body.tritanopia #main-slider .carousel-caption {
        background: #1d345c;
    }

    body.tritanopia #main-slider .list-group, body.tritanopia #video-slider .list-group {
        border-right-color: #abd992;
    }

    body.tritanopia #footer .footer-menu li a, #footer .contacts small {
        color: #fff;
    }

        body.tritanopia #footer .footer-menu li a:hover {
            background-color: #fff;
            text-decoration: none;
            color: #5e3905;
        }

    body.tritanopia .sidemenu a:hover h5 {
        background-color: #fff;
        text-decoration: none;
        color: #5e3905;
    }

    body.tritanopia .mfp-bottom-bar {
        background: rgba(29,52,92,1);
    }

    body.tritanopia .download {
        background: #fff;
        color: #140909;
    }

body.deuteranopia {
    background: #f7f3d6 url(../images/mapbg.png) center 200px no-repeat;
    color: #002605;
}

    body.deuteranopia .headernav li a {
        color: #002605;
    }

    body.deuteranopia .page, body.deuteranopia > header {
        background-color: #f7f3d6;
    }

    body.deuteranopia .news h4 a {
        text-decoration: none;
        color: #bd1a01;
    }

    body.deuteranopia .list-news-bottom li a {
        text-decoration: none;
        color: #bd1a01;
        background-color: #e9e8df;
    }

    body.deuteranopia .news h4 a:hover {
        text-decoration: none;
        color: #fb3737;
    }

    body.deuteranopia .list-news-bottom li a:hover {
        background-color: #fff;
        text-decoration: none;
        color: #fb3737;
    }

    body.deuteranopia input::-webkit-input-placeholder {
        color: #002605;
    }

    body.deuteranopia input:-moz-placeholder {
        color: #002605;
    }

    body.deuteranopia input::-moz-placeholder {
        color: #002605;
    }

    body.deuteranopia input:-ms-input-placeholder {
        color: #002605;
    }

    body.deuteranopia .search button, body.deuteranopia .search input {
        color: #002605;
        border-bottom: 0;
    }

    body.deuteranopia .top-bar, body.deuteranopia .top-bar a, body.deuteranopia .breadcrumb, body.deuteranopia .breadcrumb > .active {
        background: #465777;
        color: #fff;
    }

    body.deuteranopia .page-header, body.deuteranopia .page-header span {
        border-bottom-color: #dad5b2;
    }

    body.deuteranopia hr {
        border-top-color: #dad5b2;
    }

    body.deuteranopia .dropdown-menu, body.deuteranopia .dropdown-menu > li > ul {
        background-color: #fff;
    }

    body.deuteranopia .navbar-default .navbar-nav > li > a:hover, body.deuteranopia .navbar-default .navbar-nav > li > a:focus, body.deuteranopia .navbar-default .navbar-nav > .open > a, body.deuteranopia .navbar-default .navbar-nav > .open > a:hover, body.deuteranopia .navbar-default .navbar-nav > .open > a:focus {
        background-color: #fff;
    }

    body.deuteranopia #copyright {
        color: #002605;
    }

    body.deuteranopia #footer {
        border-top-color: rgba(0,0,0,0.0);
    }

    body.deuteranopia #main-slider .list-group-item, body.deuteranopia #video-slider .list-group-item {
        background: #e9e8df;
        border-color: #dad5b2;
    }

        body.deuteranopia #main-slider .list-group-item h6, body.deuteranopia #video-slider .list-group-item h6 {
            color: #bd1a01;
        }

    body.deuteranopia #main-slider .list-group .active, body.deuteranopia #video-slider .list-group .active {
        background: #fff;
    }

        body.deuteranopia #main-slider .list-group .active h6, body.deuteranopia #video-slider .list-group .active h6 {
            color: #5e3905;
        }

    body.deuteranopia #main-slider .carousel-caption {
        background: #1d345c;
    }

    body.deuteranopia #main-slider .list-group, body.deuteranopia #video-slider .list-group {
        border-right-color: #dad5b2;
    }

    body.deuteranopia #footer .footer-menu li a, #footer .contacts small {
        color: #fff;
    }

        body.deuteranopia #footer .footer-menu li a:hover {
            background-color: #fff;
            text-decoration: none;
            color: #5e3905;
        }

    body.deuteranopia .sidemenu a:hover h5 {
        background-color: #fff;
        text-decoration: none;
        color: #5e3905;
    }

    body.deuteranopia .mfp-bottom-bar {
        background: rgba(29,52,92,1);
    }

    body.deuteranopia .download {
        background: #fff;
        color: #002605;
    }
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
    padding: 4px;
    border-radius: 0;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-top: 0;
        border-bottom-color: rgba(0,0,0,0.2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff;
    }

.datepicker > div {
    display: none;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .datepicker table tr td, .datepicker table tr th {
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 0;
        border: 0;
    }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: rgba(255,255,255,0.7);
    cursor: pointer;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0;
    color: #999;
    cursor: default;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733;
}

    .datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:focus, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
        color: #000;
        background-color: #ffcd70;
        border-color: #f59e00;
    }

        .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
            background-image: none;
        }

        .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.today, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today.disabled, fieldset[disabled] .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover.disabled:hover, .datepicker table tr td.today.disabled.disabled:hover, .datepicker table tr td.today.disabled:hover.disabled:hover, .datepicker table tr td.today[disabled]:hover, .datepicker table tr td.today:hover[disabled]:hover, .datepicker table tr td.today.disabled[disabled]:hover, .datepicker table tr td.today.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today:hover:hover, fieldset[disabled] .datepicker table tr td.today.disabled:hover, fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today:hover.disabled:focus, .datepicker table tr td.today.disabled.disabled:focus, .datepicker table tr td.today.disabled:hover.disabled:focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today:hover[disabled]:focus, .datepicker table tr td.today.disabled[disabled]:focus, .datepicker table tr td.today.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover:focus, fieldset[disabled] .datepicker table tr td.today.disabled:focus, fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today:hover.disabled:active, .datepicker table tr td.today.disabled.disabled:active, .datepicker table tr td.today.disabled:hover.disabled:active, .datepicker table tr td.today[disabled]:active, .datepicker table tr td.today:hover[disabled]:active, .datepicker table tr td.today.disabled[disabled]:active, .datepicker table tr td.today.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.today:active, fieldset[disabled] .datepicker table tr td.today:hover:active, fieldset[disabled] .datepicker table tr td.today.disabled:active, fieldset[disabled] .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today:hover.disabled.active, .datepicker table tr td.today.disabled.disabled.active, .datepicker table tr td.today.disabled:hover.disabled.active, .datepicker table tr td.today[disabled].active, .datepicker table tr td.today:hover[disabled].active, .datepicker table tr td.today.disabled[disabled].active, .datepicker table tr td.today.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.today.active, fieldset[disabled] .datepicker table tr td.today:hover.active, fieldset[disabled] .datepicker table tr td.today.disabled.active, fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
            background-color: #ffdb99;
            border-color: #ffb733;
        }

        .datepicker table tr td.today:hover:hover {
            color: #000;
        }

        .datepicker table tr td.today.active:hover {
            color: #fff;
        }

.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background: #eee;
    border-radius: 0;
}

    .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
        color: #000;
        background-color: #f7ca77;
        border-color: #f1a417;
        border-radius: 0;
    }

        .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:hover:focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.range.today, .open .dropdown-toggle.datepicker table tr td.range.today:hover, .open .dropdown-toggle.datepicker table tr td.range.today.disabled, .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
            color: #000;
            background-color: #f4bb51;
            border-color: #bf800c;
        }

            .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.range.today, .open .dropdown-toggle.datepicker table tr td.range.today:hover, .open .dropdown-toggle.datepicker table tr td.range.today.disabled, .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
                background-image: none;
            }

            .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.range.today, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover.disabled:hover, .datepicker table tr td.range.today.disabled.disabled:hover, .datepicker table tr td.range.today.disabled:hover.disabled:hover, .datepicker table tr td.range.today[disabled]:hover, .datepicker table tr td.range.today:hover[disabled]:hover, .datepicker table tr td.range.today.disabled[disabled]:hover, .datepicker table tr td.range.today.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today:hover:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today:hover.disabled:focus, .datepicker table tr td.range.today.disabled.disabled:focus, .datepicker table tr td.range.today.disabled:hover.disabled:focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today:hover[disabled]:focus, .datepicker table tr td.range.today.disabled[disabled]:focus, .datepicker table tr td.range.today.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today:hover.disabled:active, .datepicker table tr td.range.today.disabled.disabled:active, .datepicker table tr td.range.today.disabled:hover.disabled:active, .datepicker table tr td.range.today[disabled]:active, .datepicker table tr td.range.today:hover[disabled]:active, .datepicker table tr td.range.today.disabled[disabled]:active, .datepicker table tr td.range.today.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.range.today:active, fieldset[disabled] .datepicker table tr td.range.today:hover:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today:hover.disabled.active, .datepicker table tr td.range.today.disabled.disabled.active, .datepicker table tr td.range.today.disabled:hover.disabled.active, .datepicker table tr td.range.today[disabled].active, .datepicker table tr td.range.today:hover[disabled].active, .datepicker table tr td.range.today.disabled[disabled].active, .datepicker table tr td.range.today.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.range.today.active, fieldset[disabled] .datepicker table tr td.range.today:hover.active, fieldset[disabled] .datepicker table tr td.range.today.disabled.active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
                background-color: #f7ca77;
                border-color: #f1a417;
            }

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    color: #fff;
    background-color: #999;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

    .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:focus, .datepicker table tr td.selected:hover:focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.selected, .open .dropdown-toggle.datepicker table tr td.selected:hover, .open .dropdown-toggle.datepicker table tr td.selected.disabled, .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
        color: #fff;
        background-color: #858585;
        border-color: #373737;
    }

        .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.selected, .open .dropdown-toggle.datepicker table tr td.selected:hover, .open .dropdown-toggle.datepicker table tr td.selected.disabled, .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
            background-image: none;
        }

        .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.selected, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected.disabled, fieldset[disabled] .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover.disabled:hover, .datepicker table tr td.selected.disabled.disabled:hover, .datepicker table tr td.selected.disabled:hover.disabled:hover, .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected:hover[disabled]:hover, .datepicker table tr td.selected.disabled[disabled]:hover, .datepicker table tr td.selected.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected:hover:hover, fieldset[disabled] .datepicker table tr td.selected.disabled:hover, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected:hover.disabled:focus, .datepicker table tr td.selected.disabled.disabled:focus, .datepicker table tr td.selected.disabled:hover.disabled:focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected:hover[disabled]:focus, .datepicker table tr td.selected.disabled[disabled]:focus, .datepicker table tr td.selected.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected:hover.disabled:active, .datepicker table tr td.selected.disabled.disabled:active, .datepicker table tr td.selected.disabled:hover.disabled:active, .datepicker table tr td.selected[disabled]:active, .datepicker table tr td.selected:hover[disabled]:active, .datepicker table tr td.selected.disabled[disabled]:active, .datepicker table tr td.selected.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.selected:active, fieldset[disabled] .datepicker table tr td.selected:hover:active, fieldset[disabled] .datepicker table tr td.selected.disabled:active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected:hover.disabled.active, .datepicker table tr td.selected.disabled.disabled.active, .datepicker table tr td.selected.disabled:hover.disabled.active, .datepicker table tr td.selected[disabled].active, .datepicker table tr td.selected:hover[disabled].active, .datepicker table tr td.selected.disabled[disabled].active, .datepicker table tr td.selected.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.selected.active, fieldset[disabled] .datepicker table tr td.selected:hover.active, fieldset[disabled] .datepicker table tr td.selected.disabled.active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
            background-color: #999;
            border-color: #555;
        }

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

    .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
        color: #fff;
        background-color: #1d345c;
        border-color: #1d345c;
    }

        .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
            background-image: none;
        }

        .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.active, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active.disabled, fieldset[disabled] .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover.disabled:hover, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled:hover.disabled:hover, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active:hover[disabled]:hover, .datepicker table tr td.active.disabled[disabled]:hover, .datepicker table tr td.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active:hover:hover, fieldset[disabled] .datepicker table tr td.active.disabled:hover, fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active:hover.disabled:focus, .datepicker table tr td.active.disabled.disabled:focus, .datepicker table tr td.active.disabled:hover.disabled:focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active:hover[disabled]:focus, .datepicker table tr td.active.disabled[disabled]:focus, .datepicker table tr td.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover:focus, fieldset[disabled] .datepicker table tr td.active.disabled:focus, fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active:hover.disabled:active, .datepicker table tr td.active.disabled.disabled:active, .datepicker table tr td.active.disabled:hover.disabled:active, .datepicker table tr td.active[disabled]:active, .datepicker table tr td.active:hover[disabled]:active, .datepicker table tr td.active.disabled[disabled]:active, .datepicker table tr td.active.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.active:active, fieldset[disabled] .datepicker table tr td.active:hover:active, fieldset[disabled] .datepicker table tr td.active.disabled:active, fieldset[disabled] .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active:hover.disabled.active, .datepicker table tr td.active.disabled.disabled.active, .datepicker table tr td.active.disabled:hover.disabled.active, .datepicker table tr td.active[disabled].active, .datepicker table tr td.active:hover[disabled].active, .datepicker table tr td.active.disabled[disabled].active, .datepicker table tr td.active.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.active.active, fieldset[disabled] .datepicker table tr td.active:hover.active, fieldset[disabled] .datepicker table tr td.active.disabled.active, fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
            background-color: #428bca;
            border-color: #357ebd;
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 0;
}

    .datepicker table tr td span:hover {
        background: #eee;
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: 0;
        color: #999;
        cursor: default;
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        color: #fff;
        background-color: #428bca;
        border-color: #357ebd;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    }

        .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
            color: #fff;
            background-color: #1d345c;
            border-color: #1d345c;
        }

            .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
                background-image: none;
            }

            .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td span.active, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active.disabled, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active:hover.disabled:active, .datepicker table tr td span.active.disabled.disabled:active, .datepicker table tr td span.active.disabled:hover.disabled:active, .datepicker table tr td span.active[disabled]:active, .datepicker table tr td span.active:hover[disabled]:active, .datepicker table tr td span.active.disabled[disabled]:active, .datepicker table tr td span.active.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td span.active:active, fieldset[disabled] .datepicker table tr td span.active:hover:active, fieldset[disabled] .datepicker table tr td span.active.disabled:active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active:hover.disabled.active, .datepicker table tr td span.active.disabled.disabled.active, .datepicker table tr td span.active.disabled:hover.disabled.active, .datepicker table tr td span.active[disabled].active, .datepicker table tr td span.active:hover[disabled].active, .datepicker table tr td span.active.disabled[disabled].active, .datepicker table tr td span.active.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td span.active.active, fieldset[disabled] .datepicker table tr td span.active:hover.active, fieldset[disabled] .datepicker table tr td span.active.disabled.active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
                background-color: #428bca;
                border-color: #357ebd;
            }

    .datepicker table tr td span.old, .datepicker table tr td span.new {
        color: #999;
    }

.datepicker th.datepicker-switch {
    width: 145px;
}

.datepicker thead tr:first-child th, .datepicker tfoot tr th {
    cursor: pointer;
}

    .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
        background: rgba(255,255,255,0.7);
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.input-group.date .input-group-addon i {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.input-daterange input {
    text-align: center;
}

    .input-daterange input:first-child {
        border-radius: 3px 0 0 3px;
    }

    .input-daterange input:last-child {
        border-radius: 0 3px 3px 0;
    }

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: solid #ccc;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
}

    .datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
        padding: 4px 5px;
    }


.logo-container {
    height: 70px;
    width: 170px;
    float: left;
    margin-top: 10px;
    margin-bottom: 60px;
    position: relative;
}

    .logo-container div {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 172px;
        height: 105px;
        font-weight: bold;
        margin-top: 10px;
    }

        .logo-container div.flag1 {
            background: url('../images/headerflag1.png') no-repeat;
            top: 30px;
        }

        .logo-container div.flagshadow {
            background: url('../images/headerflagshadow.png') no-repeat;
            top: 15px;
            left: 15px;
        }

        .logo-container div.flag2 {
            /*background:url('../images/headerflag2.png') no-repeat ;*/
            top: 0px;
            left: 30px;
        }

#minmenu {
    padding: 0;
}

    #minmenu > ul > li {
        width: 370px;
    }

        #minmenu > ul > li > a {
            padding-top: 2px;
            padding-bottom: 2px;
            background: rgba(0, 0, 0, 0.1);
        }

    #minmenu .dropdown-menu {
        background: #E5E5E5;
        width: 370px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }

    #minmenu > ul > li > a > img {
        float: left;
        height: 25px;
        margin: 3px 15px 0 0px;
        opacity: 0.7;
    }

.sidephoto {
    border: 7px solid #1d345c;
    background: #1d345c;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -ms-transition: all ease .2s;
    transition: all ease .2s;
}

.sidemenuforphoto {
    padding: 6px 20px;
    margin-bottom: 30px;
    background-color: #1d345c;
    margin-top: 0px;
    border-bottom: 5px solid #1d345c;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.sidemenuforphoto li:last-of-type {
    border-bottom: 0;
}

.sidemenuforphoto a {
    color: #fff;
}

    .sidemenuforphoto a h5 {
        font-size: 13px;
    }

.sidemenuforphoto li {
    border-bottom: 2px solid #fff;
}



.main-page .sidemenu {
    margin-top: 30px;
}

.sidemenu {
    padding: 5px 20px;
    margin-bottom: 30px;
    background-color: #DEDEDE;
}

    .sidemenu li {
        border-bottom: 2px solid #1d345c;
    }

    .sidemenu a {
        color: #1d345c;
    }


.pageing span, .pageing a {
    padding: 4px 8px;
    margin: 2px;
}


.pageing span {
    border-bottom: 1px dotted #555;
}

.pageing a:hover {
    color: #bd1a01;
}



.clipboard {
    cursor: pointer;
}





/* language slider styles */

.slide-side11 {
    z-index: 1002;
    padding: 0;
    width: 43px;
    background: #737373;
    position: fixed;
    top: -40px;
    right: -70px;
}




.langslide {
    /*background-image: url("../images/icons.png");*/
    background-color: #444;
    background-position: 0 -145px;
    width: 40px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    filter: alpha(opacity=75);
    moz-opacity: .75;
    -khtml-opacity: .75;
    opacity: .75;
    text-align: center;
    color: #fff;
    padding-top: 13px;
    padding-left: 3px;
}

    .langslide:hover {
        color: #fff;
    }

.open .langslide {
    background-color: #737373;
    filter: alpha(opacity=100);
    moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-position: 0 -183px;
}


.textresizer .lang {
    display: block;
    color: white;
    /*border: 4px solid #fff;*/
    padding: 15px 10px 9px 12px;
    width: 40px;
    height: 40px;
}

    .textresizer .lang:hover {
        background: #fff;
        color: black;
    }

#languageList li {
    float: left;
}
