html {
    height: 100%;
}
body {
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    height: 100%;
}

input, textarea, select {
    font-family: Arial,Helvetica,"Nimbus Sans L","Liberation Sans",FreeSans,sans-serif;
}

.h1 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #d67e2a;
    margin: 6px 0 12px;
    padding-bottom: 6px;
}
h1.main {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #d67e2a;
    padding-bottom: 6px;
    margin-bottom: 12px;
}
p {
    font-family: Tahoma, Geneva, sans-serif;
}
.hr {
    height: 6px;
    background-color: #888888;
    margin: 10px 0 16px;
}
a.cat-label, a.cat-label:hover, a.cat-label:focus {
    display: inline-block;
    color: #ffffff;
    background-color: #888888;
    margin-right: 0.5em;
    padding: 2px 3px;
    text-transform: uppercase;
    font-size: 10px;
    height: 14px;
    line-height: 10px;
}
a.black {
    color: #000000;
    text-decoration: none;
}
a.dark {
    color: #333333;
    text-decoration: none;
}
a.red, .red {
    color: #cc181e;
    text-decoration: none;
}
a.orange {
    color: #d67e2a;
    text-decoration: none;
}
a.white {
    color: #ffffff;
    text-decoration: none;
}
a.more {
    clear: both;
    text-align: right;
    width: 100%;
    padding-right: 12px;
    color: #333333;
    text-decoration: none;
    background: url('../images/public/caret-grey.png') right center no-repeat;
    display: block;
    margin: 12px 0;
}
a.black:hover, a.dark:hover, a.orange:hover, a.white:hover, a.more:hover, a.red:hover,
a.black:focus, a.dark:focus, a.orange:focus, a.white:focus, a.more:focus, a.red:focus, a._hover {
    text-decoration: underline;
}
a.tag {
    border-bottom: 1px dotted #337ab7;
    text-decoration: none;
}
a.tag:hover, a.tag:focus {
    border-bottom: 1px dotted #23527c;
    text-decoration: none;
}

.btn {
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
}
.btn-default {
    background-color: #888888;
    color: #ffffff;
}
.btn-default:hover {
    background-color: #a9a9a9;
    color: #ffffff;
}
.btn-primary {
    background-color: #d67e2a;
    color: #ffffff;
}
.btn-primary:hover {
    background-color: #fa9331;
    color: #ffffff;
}

.loading {
    padding: 24px 0;
}
.loading img {
    margin: 0 auto;
    display: block;
}
.found {
    font-weight: bold;
    background-color: #f7ecb5;
}
.large {
    font-size: 15px;
}


#main-wrapper {
    min-height: 100%;
    padding-bottom: 60px;
}
/* header */
#header {
    background: #282828;
    background: -moz-linear-gradient(bottom, #515151, #282828, #000000);
    background: -webkit-linear-gradient(bottom, #515151,#282828,#000000);
    background: -o-linear-gradient(bottom, #515151,#282828,#000000);
    background: linear-gradient(to top, #515151,#282828,#000000);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    height: 60px;
    padding: 8px 0;
    color: #ffffff;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 1);
    font-family: Arial,Helvetica,"Nimbus Sans L","Liberation Sans",FreeSans,sans-serif;
    margin-bottom: 4px;
}
#header .logo {
    margin: 0 15px;
}
#header ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#header ul>li {
    border-left: 2px solid #383838;
    float: left;
    line-height: 44px;
    padding: 0 15px;
}
#header ul>li:last-child {
    padding-right: 0;
}

.container {
    padding: 0;
}

.widget-dropdown {
    background: url("../images/public/caret-white.png") no-repeat scroll right center;
    display: inline-block;
    margin-right: 14px;
    padding-right: 18px;
    cursor: pointer;
    position: relative;
}
.widget-dropdown > .dropdown-menu {
    left: -50%;
    top: 80%;
    border-radius: 0;
    text-shadow: none;
    color: #333333;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 12px !important;
    min-width: 120px;
}
.widget-dropdown > .dropdown-menu > div {
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 4px 12px;
    width: 140px;
}
.widget-content {
    display: inline-block;
}
.widget-content.ico {
    padding-left: 38px;
    background: url("../images/public/i/_255_NA.png") no-repeat scroll left center;
}
#weather-location > .dropdown-menu {
    width: 282px;
}

/* menu */
.navbar-menu {
    background-color: #333333;
    border: none;
    color: #ffffff;
    margin-bottom: 4px;
    border-radius: 0;
    font-size: 15px;
}
.navbar-menu a {
    color: #ffffff;
}
.navbar-menu > .navbar-collapse {
    padding: 0;
}
.navbar-menu .nav > li {
    border-right: 1px solid #ffffff;
}
.navbar-menu .nav > li.dropdown > a {
    display: flex;
}
.navbar-menu .nav .el-icon-lines { 
    font-size: 10px;
    margin: auto;
}
.navbar-menu .nav > li > a:hover, 
.navbar-menu .nav > li > a:focus,
.navbar-menu .nav > li.active > a,
.navbar-menu .nav .open > a, 
.navbar-menu .nav .open > a:hover, 
.navbar-menu .nav .open > a:focus {
    background-color: #d67e2a;
}
.navbar-menu .dropdown-menu {
    border-radius: 0;
}    
#search > input[type=text] {
    border: none;
    border-radius: 0;
    color: #777777;
    width: 168px;
    height: 24px;
    padding: 2px 6px;
    float: right;
}
@media (min-width: 1200px) {
    .navbar-menu {
        height: 48px;
        min-height: 48px;
    }  
    .navbar-menu .nav > li > a {
        padding: 14px 32px;
    }
    #search > input[type=text] {
        margin: 12px 30px 12px 8px;
    }
    #search > input[type=image] {
        padding-top: 11px;
    }    
}    
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-menu {
        height: 40px;
        min-height: 40px;
    }  
    .navbar-menu .nav > li > a {
        padding: 10px 20px;
    }
    #search > input[type=text] {
        margin: 8px 30px 8px 8px;
    }
    #search > input[type=image] {
        padding-top: 7px;
    }    
}    
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-menu {
        height: 36px;
        min-height: 36px;
    }  
    .navbar-menu .nav > li > a {
        padding: 8px 5px;
    }
    #search > input[type=text] {
        margin: 6px 20px 6px 8px;
    }
    #search > input[type=image] {
        padding-top: 5px;
    }    
}
@media (max-width: 767px) {
    .navbar-menu .navbar-nav {
        margin: 7.5px 0;
    }
    .navbar-menu .navbar-nav .open .dropdown-menu {
        background-color: #ffffff;
    }  
    .navbar-menu .nav > li {
        border-right: none;
    }
    .navbar-menu .navbar-nav > li > a {
        line-height: 16px;
        padding: 6px 15px;
    }
    .navbar-menu .navbar-nav .open .dropdown-menu > li > a {
        line-height: 16px;
    }
    .navbar-menu .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 4px 15px 4px 25px;
    }
    #search > input[type=text] {
        float: left;
        margin: 2px 8px 0 15px;
        width: 83%;
    }
    .navbar-menu .nav > li.dropdown > a {
	display: block;
    } 
}

/* Video */
#video {
    position: relative;
    margin-bottom: 4px;
}    
#video li>div {
    position: relative;
}
#video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    cursor: pointer;
}
#video .play-btn svg {
    width: 85px;
    height: 60px;
    margin-left: -42px;
    margin-top: -30px;
    cursor: pointer;
    outline: 0;
    transform: scale(0.5);
}
#video .play-btn svg path {
    fill: #1f1f1f;
    opacity: .9;
}
#video .play-btn svg poligon {
    opacity: .9;
}
#video li>div .play-btn:hover svg path {
    fill: #cc181e;
}    
#video a#btn_next {
    display: block;
    background: none;
    height: 185px;
    right: 0;
    position: absolute;
    top: 0;
    width: 17px;
    z-index: 200;
    opacity: 0.7;
}
#video a#btn_next:hover {
    background: url("../images/public/arrow-right.png") no-repeat scroll center center rgba(255, 255, 255, 0.5);
}
#video a#btn_prev {
    display: block;
    background: none;
    height: 185px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
    z-index: 200;
    opacity: 0.7;
}
#video a#btn_prev:hover {
    background: url("../images/public/arrow-left.png") no-repeat scroll center center rgba(255, 255, 255, 0.5);
}
#video a#btn_next.disabled,
#video a#btn_prev.disabled {
    display: none;
}
#video .video-title {
    background-color: rgba(0, 0, 0, 0.5);
    height: 50px;
    padding: 6px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-family: Tahoma, Geneva, sans-serif;
}
@media (min-width: 1200px) {
    #video li>div {
        margin: 0 2px 0 0;
        width: 291px;
        height: 185px;
    }
    #video img {
        width: 291px;
        height: 185px;
    }
    #video a#btn_next, #video a#btn_prev {
        height: 185px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #video li>div {
        margin: 0 2px 0 0;
        width: 241px;
        height: 153px;
    }
    #video img {
        width: 241px;
        height: 153px;
    }
    #video a#btn_next, #video a#btn_prev {
        height: 153px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #video li>div {
        margin: 0 3px 0 0;
        width: 248px;
        height: 158px;
    }
    #video img {
        width: 248px;
        height: 158px;
    }
    #video a#btn_next, #video a#btn_prev {
        height: 158px;
    }
}

/* band */
#band {
    margin-bottom: 4px;
}
#ticker {
    background-color: #888888;
    color: white;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
    font-family: Tahoma, Geneva, sans-serif;
}
#social>a {
    margin-left: 4px;
    height: 34px;
    width: 34px;
    display: inline-block;
}
#social>a.fb {
    background: url("../images/public/social-fb-bw.png") no-repeat scroll center center;
}
#social>a.fb:hover {
    background: url("../images/public/social-fb.png") no-repeat scroll center center;
}
#social>a.twitter {
    background: url("../images/public/social-twitter-bw.png") no-repeat scroll center center;
}
#social>a.twitter:hover {
    background: url("../images/public/social-twitter.png") no-repeat scroll center center;
}
#social>a.vk {
    background: url("../images/public/social-vk-bw.png") no-repeat scroll center center;
}
#social>a.vk:hover {
    background: url("../images/public/social-vk.png") no-repeat scroll center center;
}
#social>a.gplus {
    background: url("../images/public/social-gplus-bw.png") no-repeat scroll center center;
}
#social>a.gplus:hover {
    background: url("../images/public/social-gplus.png") no-repeat scroll center center;
}
#social>a.ok {
    background: url("../images/public/social-ok-bw.png") no-repeat scroll center center;
}
#social>a.ok:hover {
    background: url("../images/public/social-ok.png") no-repeat scroll center center;
}
#social>a.youtube {
    background: url("../images/public/social-youtube-bw.png") no-repeat scroll center center;
}
#social>a.youtube:hover {
    background: url("../images/public/social-youtube.png") no-repeat scroll center center;
}
#social>a.instagram {
    background: url("../images/public/social-instagram-bw.png") no-repeat scroll center center;
}
#social>a.instagram:hover {
    background: url("../images/public/social-instagram.png") no-repeat scroll center center;
}
#social>a.rss {
    background: url("../images/public/social-rss-bw.png") no-repeat scroll center center;
}
#social>a.rss:hover {
    background: url("../images/public/social-rss.png") no-repeat scroll center center;
}
@media (min-width: 1200px) {
    #ticker {
        width: 960px;
        /*width: 838px;*/
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #ticker {
        width: 760px; 
        /*width: 640px;*/
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #ticker {
        width: 750px;
    }
    #social>a {
        margin-left: 4px;
    }
}
@media (max-width: 767px) {
    #band {
        padding: 0px 14px;
    }
    #ticker {
        width: 100%;
    }
}

/* content */
#content {
    position: relative;
}
#content .row {
    margin-left: -6px;
    margin-right: -6px;
}
#content .col {
    padding-left: 6px;
    padding-right: 6px;
}
.col-left h3, .col-right h3, .col-main h3 {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 1px solid #8c8c8c;
    margin: 4px 0;
    padding-bottom: 4px;
}
h3 > .text-muted {
    font-weight: normal;
}
.col-left h2, .col-right h2, .col-main h2 {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin: 6px 0;
    text-indent: 0.5em;
    font-family: Tahoma, Geneva, sans-serif;
}
.col-center h2 {
    font-size: 12px;
    font-weight: bold;
    color: #d67e2a;
    text-transform: uppercase;
    margin: 0;
    text-indent: 0.5em;
    font-family: 'Roboto Condensed', sans-serif;
}
.col-left h3 div {
    font-weight: normal;
}

/* breaking-news */
#breaking-news .row {
    margin-left: -12px;
    margin-right: -12px;
}
#breaking-news .col {
    padding-left: 12px;
    padding-right: 12px;
}
#breaking-news .news-block img {
    height: auto;
    max-width: 150px;
    width: 100%;
}
#breaking-news .main-news h2 {
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}    
#breaking-news .main-news img {
    height: auto;
    width: 100%;
    max-width: 230px;
}
#breaking-news .main-news p {
    line-height: 14px;
    text-indent: 0.5em;
}
@media (min-width: 1200px) {
    #breaking-news .col-lg-6 {
        width: 254px;
    }
    #breaking-news .col-lg-3 {
        width: 174px;
        height: 172px;
        overflow: hidden;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .col-left h3, .col-right h3 {
        font-size: 9px;
    }    
    #breaking-news .col-lg-3 {
        height: 152px;
        overflow: hidden;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-right {
        clear: both;
        margin: -6px;
    }
    #poll-block, #photo-block, #blog-block {
        width: 33.3%;
        float: left;
        padding: 6px;
    }
    #breaking-news .news-block img {
        width: 100px;
        float: left;
        padding-right: 8px;
    }
    #breaking-news .main-news img {
        float: left;
        padding-right: 8px;
    }
    .col-left h3, .col-right h3 {
        font-size: 10px;
    }
}    
@media (max-width: 767px) {
    #content, #footer {
        padding: 0px 8px;
        margin: 0 !important;
    }
    .col-right {
        clear: both;
    }
    #breaking-news .main-news img {
        max-width: none;
    }    
    #breaking-news .news-block img {
        width: 150px;
        float: left;
        padding-right: 8px;
    }
}

/* news-band */

#news-band {
    margin-top: 12px;
}
#feed {
    margin-top: 12px;
}
#feed div {
    min-height: 14px;
    line-height: 14px;
    margin-bottom: 12px;
}
#feed .time {
    color: #d67e2a;
    display: inline-block;
    width: 38px;
}
#feed a {
    font-family: Tahoma, Geneva, sans-serif;
}

/* articles */
.article {
    margin: 10px 0 4px;
}
.article img {
    width: 105px;
}
.article .pull-left {
    padding-right: 8px;
}
.article p {
    line-height: 14px;
    text-indent: 0.5em;
}

/* poll */
#poll-block h2, .poll-item h2 {
    font-size: 15px;
    font-weight: bold;
    color: #666666;
    text-transform: uppercase;
    margin: 6px 0;
    font-family: 'Roboto Condensed', sans-serif;
}
#poll-block .radio {
    width: 18px;
    height: 18px;
    background-image: url('../images/public/control-poll.png');
    margin-right: 6px;
    float: left;
    margin-top: 0;
}
#poll-block label {
    display: block;
    line-height: 18px;
    font-weight: normal;
}
#poll-block .question, .poll-item .question {
    margin: 12px 0;
    clear: both;
}
#poll-block .btns {
    margin: 18px 0 10px;
}    
#poll-block .btn {
    width: 50%;
    float: left;
}
#poll-block .btn-primary {
    border-right: #ffffff solid 1px;
}
#poll-block .question .graph, .poll-item .question .graph {
    background-color: #eeeeee;
    float: left;
    height: 14px;
    margin-right: 12px;
    position: relative;
    width: 70%;
}
#poll-block .question .graph .vote_part, .poll-item .question .graph .vote_part {
    background-color: #d67e2a;
    line-height: 14px;
}
.poll-item {
    border-bottom: 2px solid #8c8c8c;
    margin-bottom: 24px;
    padding-bottom: 10px;
}
.poll-item:last-child {
    border: none;
}

/* photo */
#photo-block .row {
    margin: 0 -6px;
}
#photo-block .photo-item {
    padding: 0 6px;
    margin: 0 0 6px;
    width: 50%;
    float: left;
}
#photo-block .photo-item a.img {
    display: block;
    position: relative;
}
#photo-block .photo-item img {
    width: 100%;
}
#photo-block .photo-cnt {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    height: 24px;
    left: 0;
    padding: 3px 6px;
    position: absolute;
    top: 0;
    width: 100%;
}

/* blog */
.blog-item {
    position: relative;
    margin: 6px 0;
}
.other-blogs .blog-item {
    padding: 0;
}
.blog-item img {
    width: 100px;
    float: left;
    padding-right: 6px;
    margin-bottom: 8px;
}
#blog-block .blog-item img, .other-blogs .blog-item img {
    width: 70px;
}
.blog-item h2 {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.blog-item .text-muted {
    text-indent: 0.5em;
}
.blog-item p {
    line-height: 14px;
    text-indent: 0.5em;
}
.blog-item h3 {
    text-transform: none;
    text-indent: 0.5em;
    border: none;
    font-size: 12px;
    margin-top: 0;
    font-family: Tahoma, Geneva, sans-serif;
}
#blog-info {
    padding: 16px;
    background-color: #f0f0f0;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}
#blog-info img.img-circle {
    width: 100px;
    float: left;
    margin-right: 16px;
}
.other-blogs #blog-info {
    padding: 6px;
}    
.other-blogs #blog-info img.img-circle {
    width: 70px;
}
.other-blogs #blog-info h2 {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.desc_fade {
    background: url("../images/public/white_fade.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    bottom: 0;
    height: 81px;
    left: 0;
    position: absolute;
    width: 100%;
}
.desc_expand {
    border-top: 1px solid #f0f0f0;
    text-align: center;
    margin-bottom: 16px;
}
.desc_expand span {
    background-color: #f0f0f0;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 18px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}
.send-form {
    margin-bottom: 24px;
}
.reply-form {
    margin: 16px 0 0;
}
.send-form input, .reply-form input {
    width: 40%;
    min-width: 140px;
}
.send-form textarea, .reply-form textarea {
    height: 140px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .other-blogs {
        margin: 0 -12px;
    }
    .other-blogs .blog-item {
        padding: 0 12px;
    }
    .other-blogs #blog-info {
        margin: 0 12px 16px;
        width: auto;
    }    
}

/* footer */
#footer {
    min-height: 60px;
    margin: -60px 0 15px;
    position: relative;
    width: 100%;
}

/* other news */
.other-news {
    margin: 0 -6px;
}
.other-news > .news-item:first-child > h3 {
    margin-top: 0;
}
.news-item {
    margin-bottom: 6px;
    padding: 0 6px;
}
.col-main > .news-item {
    padding: 0;
    margin-bottom: 24px;
}
.news-item img {
    float: left;
    margin-right: 6px;
    max-width: 320px;
}
.news-item p {
    line-height: 14px;
    text-indent: 0.5em;
}
.col-inside {
    margin-top: 16px;
}
#article-text, #blog-text {
    margin-bottom: 40px;
    text-align: justify;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 115%;
}    
#article-date {
    margin-bottom: 8px;
}
#article-text img {
    float: left;
    margin: 0 16px 16px 0;
}
#tags {
    font-size: 11px;
    text-align: right;
    margin-top: 8px;
}
#breadcrumbs {
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#article-video {
    float: none;
    display: block;
    margin: 0 auto 16px;
    width: 640px;
}
@media (min-width: 1200px) {
    #article-text img {
        max-width: 420px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #article-text img {
        max-width: 320px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-inside {
        margin: 16px 0 0;
    }
    #article-text img {
        max-width: 320px;
    }
    #breadcrumbs {
        position: initial;
        padding-left: 6px;
    }
}    
@media (max-width: 767px) {
    #article-text img {
        float: none;
        display: block;
        margin: 0 auto 16px;
        width: 100%;
    }
    #article-video {
        width: 100%;
    }
    #article-video>iframe {
        width: 100%;
    }
    .news-item img {
        max-width: 260px;
    }    
    #breadcrumbs {
        position: initial;
        padding-left: 6px;
    }
}

/* pager */
.pager {
    font-size: 13px;
}
.pager span, .pager a {
    padding: 0 4px;
}

/* search */
.search-item {
    margin-bottom: 6px;
    padding: 0 6px;
}
.col-main > .search-item {
    padding: 0;
}
.search-item img {
    float: left;
    margin-right: 6px;
}
.search-item p {
    line-height: 14px;
    text-indent: 0.5em;
}

.alert {
    margin-top: 20px;
    margin-bottom: 0;
}
