@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,700&subset=cyrillic');

/*
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

#admin-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #101010;
}

.breadcrumb {
    display: none;
}

.messages.error {
    display: inline-block;
}

.shtrih-pager {
    clear: both;
}

/*Шапка*/

.logo {
    margin: 31px;
}

/*Слайдер*/

.flexslider {
    margin: 0;
    border: none;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.flexslider .views-field-body {
    position: absolute;
    font-family: 'Open Sans Condensed', sans-serif;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.flexslider .views-field-body .slider-s1 {
    margin: 136px 0;
}

.flexslider .views-field-body .slider-s1 p {
    font-size: 48px !important;
}

.flex-direction-nav a {
    opacity: 1;
}

.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
    display: block;
}

.flex-direction-nav .flex-next {
    right: 10px;
}

.flex-direction-nav .flex-prev {
    left: 10px;
}

/*Красная полоска*/

.redline {
    background: #AC1122;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    text-align: center;
    line-height: 125%;
    width: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
}

.redline span.bold {
    font-weight: 600;
}

/*Каналы*/

.view-id-chanels {
    margin: 30px 0;
    text-align: center;
}

.view-id-chanels .view-content {
    width: 90%;
    display: inline-block;
    margin: auto;
}

.view-id-chanels .view-content .views-row {
    display: inline-block;
    width: 25%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.view-id-chanels .view-content .views-row .views-field.views-field-nothing {
    position: relative;
    text-align: center;
    background-color: #f3f3f3;
    padding: 30px 10px;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
}

.view-id-chanels .view-content .views-row .chanels-logo {
    height: 100px;
    vertical-align: middle;
}

.view-id-chanels .view-content .views-row .chanels-title {
    background: #ac1121;
    color: #ffffff;
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 125%;
}

.view-id-chanels .view-content .views-row .chanels-body {
    font-size: 13px;
    line-height: 125%;
    margin: 10px 0;
    height: 100px;
}

.view-id-chanels .view-content .views-row .chanels-button {
    background: #ac1121;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 0;
}

.view-id-chanels .view-content .views-row .chanels-button a.shtrih-button {
    font-size: 16px !important;
    line-height: 100%;
}

/*Подвал*/

.shtrih-footer {
    padding: 25px 0;
}

.shtrih-footer .footer-f1-title {
    font-weight: bold;
    margin: 10px 0;
}