@font-face {
    font-family: 'BravoRG';
    src: url('../fonts/BravoRG.eot');
    src: url('../fonts/BravoRG.eot') format('embedded-opentype'),
        url('../fonts/BravoRG.woff2') format('woff2'),
        url('../fonts/BravoRG.woff') format('woff'),
        url('../fonts/BravoRG.ttf') format('truetype'),
        url('../fonts/BravoRG.svg#BravoRG') format('svg');
}

@font-face {
    font-family: 'KelsonSansRegularRU';
    src: url('../fonts/KelsonSansRegularRU.eot');
    src: url('../fonts/KelsonSansRegularRU.eot') format('embedded-opentype'),
        url('../fonts/KelsonSansRegularRU.woff2') format('woff2'),
        url('../fonts/KelsonSansRegularRU.woff') format('woff'),
        url('../fonts/KelsonSansRegularRU.ttf') format('truetype'),
        url('../fonts/KelsonSansRegularRU.svg#KelsonSansRegularRU') format('svg');
} 

@font-face {
    font-family: 'BebasNeueBook';
    src: url('../fonts/BebasNeueBook.eot');
    src: url('../fonts/BebasNeueBook.eot') format('embedded-opentype'),
        url('../fonts/BebasNeueBook.woff2') format('woff2'),
        url('../fonts/BebasNeueBook.woff') format('woff'),
        url('../fonts/BebasNeueBook.ttf') format('truetype'),
        url('../fonts/BebasNeueBook.svg#BebasNeueBook') format('svg');
} 

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeueRegular.eot') format('embedded-opentype'),
        url('../fonts/BebasNeueRegular.woff2') format('woff2'),
        url('../fonts/BebasNeueRegular.woff') format('woff'),
        url('../fonts/BebasNeueRegular.ttf') format('truetype'),
        url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
} 

@font-face {
    font-family: 'BebasNeueBold';
    src: url('../fonts/BebasNeueBold.eot');
    src: url('../fonts/BebasNeueBold.eot') format('embedded-opentype'),
        url('../fonts/BebasNeueBold.woff2') format('woff2'),
        url('../fonts/BebasNeueBold.woff') format('woff'),
        url('../fonts/BebasNeueBold.ttf') format('truetype'),
        url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
} 

@media (max-width:767px) {
    .header {
        text-align: center;
    }

    .navbar-collapse {
        padding-left: 15px !important;
        margin-left: 0 !important;
        max-height: 100%;
    }

    .navbar-collapse.in {
        overflow-y: inherit !important;
    }

    .navbar-collapse .dropdown-menu {
        position: relative;
        float: none;
        box-shadow: none;
    }

    .banner {
        display: none;
        max-height: 0;
    }

    .header img {
        width: 30%;
        display: inline-block;
        margin-bottom: 10px;
    }

    .container .header div h1 {
        font-size: 20px !important;
    }  

    .container .header div h1 small{
        color: #333;
    }

    .sideblocks .panel {
        width: 48%;
        float: left;
        margin: 30px 1% 0;
    }

    .btn-central-news {
        margin: 10px 0;
    }

    .topic-image {
        height: 250px;
    }

    .post-date {
        right: 10px !important;
    }

    .well h3,
    .well a,
    .well p {
        margin-left: 20px;
    }

    .sideblocks .panel {
        width: 100% !important;
        float: none !important;
        margin: 30px 0;
    }

    .post-date-topic {
        margin: 0 0 -10px 10px;
    }
    
    .post-date-topic hr {
        float: left;
    }
    
    .post-date-topic label {
        float: left;
        font-size: 26px !important;
    }

    .post-date-topic label:after {
        content: '/';
        margin: 0 5px;
    }
    
    .post-date-topic label:last-child:after {
        content: '';
    }

    .share-block-topic {
        margin-bottom: 20px;
    }
}

@media (max-width:991px) {
    .header h1 small{
        padding-bottom: 15px !important;
    }

    .sideblocks .panel {
        width: 48%;
        float: left;
        margin: 30px 1% 0;
    }
}

@media (max-width:1199px) {
    .container .header h1 {
        font-size: 28px !important;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 100px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding-top: 40px;
    text-align: center;
    font-size: 12px;
}

.scrollToTop{
    width:60px; 
    height:60px;
    padding: 14px 10px 10px; 
    text-align:center; 
    background: whiteSmoke;
    text-decoration: none;
    position:fixed;
    bottom: 20px;
    right:20px;
    display:none;
    z-index: 9999999;
}

.scrollToTop:hover{
    text-decoration:none;
}

.header {
    padding: 20px 0;
}

.header .fa-rss {
    margin-right: 10px;
}

.header h1 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: 'KelsonSansRegularRU',sans-serif;
    font-size: 30px;
}

.header h1 small {
    display: block;
    margin-top: 10px;
    color: #555;
    font-weight: 600;
}

.navbar .container,
.navbar .navbar-collapse {
    padding-left: 0;
}

.navbar .dropdown-menu {
    background-color: #D40000 !important;
    border: none;
}

.navbar .dropdown-menu li a{
    color: #fff;
}

.navbar .dropdown-menu li a:hover{
    background: #c70000;
}

nav.navbar.shrink {
    min-height: 31px;
}

nav.shrink a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.clip-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-bottom: -20px;
}

.clip-svg {
    width: 0;
    height: 0;
}

.clip-svg-inline {
    -webkit-clip-path: url("#clip-polygon");
    -moz-clip-path: url("#clip-polygon");
    -o-clip-path: url("#clip-polygon");
    -ms-clip-path: url("#clip-polygon");
    clip-path: url("#clip-polygon");
}

.post-date {
    position: absolute;
    right: 0;
    top: 15px;
    margin-bottom: 20px;
    padding: 5px;
    background: #fff;
    z-index: 99;
}

.post-date hr {
    margin: 0;
    margin: 1px 0 4px;
}

.post-date label {
    font-family: 'BebasNeueBold',sans-serif;
    font-weight: normal;
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.topic-image {
    background-repeat: no-repeat;
    background-size: cover;
}

.well .btn {
    margin-bottom: 20px;
}

.well h3 {
    margin-bottom: 0;
}

.well .topic-source,
article .topic-source {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    color: #999;
}

#clipboard-text {
    resize: none;
    width: 100%;
    border: none;
    background: transparent;
    height: 90px;
}

.btn-wide {
    width: 100%;
}

.panel-title {
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 16px;
}

.newspaper {
    padding: 5px;
}

.newspaper .btn {
    margin: 10px;
    display: block;
}

.outer-link {
    text-align: center;
    margin-bottom: 10px;
}

.btn-default {
    border: 1px solid #333;
}

.btn-default:hover {
    border: 1px solid #D40000;
    color: #D40000;
}

.border {
    border: none !important;i
}

.items-right ul {
    top: 0 !important;
}

th {
    font-family: 'BebasNeueBold', sans-serif;
    font-weight: 700;
    color: #000;
}

article {
    background: #fff;
    padding: 20px;
}

article h1 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 28px;
    line-height: 1.2;
}

article .post-date {
    position: relative;
    display: inline-block;
    top: 0px;
    margin-top: 20px;
}

article .post-date label {
    font-size: 48px;
    font-family: 'BebasNeueBook', sans-serif;
}

article .post-date hr {
    margin-top: 4px;
}

article .topic-source {
    margin-bottom: 20px;

}

article .share-block img {
    height: 26px;
}

article .share-block a {
    margin-bottom: 10px;
}

article .share-block label {
    font-weight: 500;
}

.btn-vk {
    background: #4E74A1;
}

.btn-vk:hover {
    background: #3c5f89;
}

.btn-fb {
    background: #25417b;
}

.btn-fb:hover {
    background: #002571;
}

.btn-twi {
    background: #00ABEB;
}

.btn-twi:hover {
    background: #0080b1;
}

.btn-odn {
    background: #F7831E;
}

.btn-odn:hover {
    background: #ce6000;
}

.btn-sm .fa-angle-left {
    margin-right: 5px;
}

.map {
    width: 100%;
}

#datetimepicker4 {
    margin-top: -18px;
}

#datetimepicker4 thead {
    display: none;
}

.archive-list li {
    padding: 10px 0;
}

.archive-years li {
    padding: 10px 0;
}

.archive-years li a {
    padding: 10px;
    color: #333;
}

.archive-years li a:hover,
.archive-years li a:focus {
    background: #eee;
    border-radius: 4px;
    text-decoration: none;
}

.archive-years li a:active,
.archive-years li a.active {
    background: #D40000;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}

.zoom-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .1s ease-in-out;
    background: rgba(0, 0, 0, 0.1);
}

.zoom-overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.swipebox {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.swipebox:hover .zoom-overlay {
    opacity: 1;
}