@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

@font-face {
    font-family: 'Noto Sans Armenian';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosansarmenian/v3/NotoSansArmenian-Regular.eot);
    src: url(//fonts.gstatic.com/ea/notosansarmenian/v3/NotoSansArmenian-Regular.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/notosansarmenian/v3/NotoSansArmenian-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansarmenian/v3/NotoSansArmenian-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansarmenian/v3/NotoSansArmenian-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Noto Sans Armenian';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosansarmenian/v3/NotoSansArmenian-Bold.eot);
    src: url(//fonts.gstatic.com/ea/notosansarmenian/v3/NotoSansArmenian-Bold.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/notosansarmenian/v3/NotoSansArmenian-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansarmenian/v3/NotoSansArmenian-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansarmenian/v3/NotoSansArmenian-Bold.ttf) format('truetype');
}

html,
body {
    height: 100%;
    font-family: 'Roboto Condensed', 'Noto Sans Armenian', Arial;
    /*background: #f0f3f4;*/
}

a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #273958;

}

a:hover,
a:focus {
    color: #ea5e20;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -331px;
    padding: 0 0 331px;
}

.wrap > .container {
    padding: 0 15px 20px;
}

.footer {
    background-color: rgb(39, 57, 88);
    border-top: 1px solid #273958;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    cursor: default;
}

.text-van-dark {
    color: #273958;
}

.text-van-light {
    color: #ea5e20;
}

.navbar-van {
    background-color: #273958;
    border-color: #1d213c;
}

.navbar-van .navbar-nav > li > a {
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

}

.navbar-van .navbar-nav > .active > a, .navbar-van .navbar-nav > .active > a:focus, .navbar-van .navbar-nav > .active > a:hover {
    color: #ea5e20;
    background-color: transparent;
}

.navbar-van .navbar-nav > .active > a, .navbar-van .navbar-nav > .active > a:focus, .navbar-van .navbar-nav > .active > a:hover {
    color: #ea5e20;
    background-color: transparent;
}

.navbar-van .navbar-nav > li > a:focus, .navbar-van .navbar-nav > li > a:hover {
    color: #ea5e20;
    background-color: transparent;
}

.navbar-brand {
    float: left;
    height: 60px;
    padding: 13px 15px;
    font-size: 18px;
    line-height: 2;
    color: #fafafa;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: 200;

}

.navbar-brand:focus, .navbar-brand:hover {
    color: #ea5e20;

}

.van-dropdown {
    min-width: 167px;
    padding: 0;
    margin-top: 1px !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f4f4f4;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: none;
}

.van-dropdown > li > a {
    color: #3F4245;
    text-transform: uppercase;
    padding: 15px 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.van-dropdown > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ea5e20;
    outline: 0;
}

.van-dropdown > li > a:hover, .van-dropdown > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #ea5e20;
    outline: none;

}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: transparent;
}

.radiovan-logo {
    /*margin-bottom: 10px;*/
}

.header-block {
    padding-bottom: 20px;
    padding-top: 20px;
    background: #FAFAFA;
}

.breadcrumb {
    padding: 0 0 15px 0;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid rgba(39, 57, 88, 0);
}

.page-content {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 16px;
    text-align: justify;
}

.page-container {
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    cursor: default;
}

.page-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #f26b35;
}

.page-image {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-top: 10px;
    margin-bottom: 20px;

}

.box-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

}

.box-shadow-thin {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05), 0 1px 0 rgba(0, 0, 0, .05);
}

.footer-heading {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: default;
    border-bottom: 1px solid rgba(204, 204, 204, 0.1);
    padding-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;

}

.category-list {
    padding: 0;
    list-style: none;
    color: #FFFFFF;
}

.category-list a {
    text-align: left;
    color: rgba(255, 255, 255, 0.57);
    padding: 2px 0;
    display: block;
}

.category-list a:hover,
.category-list a:focus,
.category-list a:active {
    color: #f26b35;
    text-decoration: underline;
}

.footer-contact {
    font-size: 12px;
    cursor: default;
    color: rgba(250, 250, 250, 0.71);
}

.footer-contact p {
    margin-bottom: 5px;
}

.social > li > a > img {
    width: 25px;
}

.social > li > a:hover {
    opacity: 0.5;
}

.social {
    text-align: center;
}

.copy {
    text-align: center;
    padding: 10px 0 5px;
    margin-bottom: 0px;
    color: #fafafa;
}

.section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-title {
    margin: 0px 0 20px 0;
    font-weight: bold;
    color: #f26b35;

}

.lenta > .title {
    margin: 0px 0 20px 0;
    font-weight: bold;
    color: #f26b35;
    cursor: default;
}

.section-divider {
    width: 100%;
    height: 2px;
    background: rgba(39, 57, 88, 0.08);
    margin: 10px 0 25px 0;
    display: none;
}

.index-news-thumbnail-lenta {
    padding: 0px;
    border-radius: 0px;
    border: none;
    background: #f9f9f9;
    text-align: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

}

.index-news-thumbnail-lenta h2 {
    font-size: 13px;
    font-weight: 200;
    margin: 5px 0;
}

.index-news-thumbnail-lenta .helper {
    font-size: 10px;
    margin: 0;
    padding: 10px 10px;
    line-height: 1;
}

.index-news-thumbnail-lenta:hover,
.index-news-thumbnail-lenta:focus,
.index-news-thumbnail-lenta:active {
    background: #eeeeee;
}

.index-news-thumbnail-lenta .helpers {
    text-align: left;
    color: rgba(242, 107, 53, 0.48) !important;
    font-size: 10px;
    margin: 0;
    line-height: 1;
    margin-top: 5px;
    cursor: default;
}

.learnmore {
    text-align: right;
    text-decoration: underline;
}

.s-b-s {
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);

}

#search-form .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #f4f4f4;
    border-radius: 2px;
    box-shadow: none;
}

#search-form .form-control:focus {
    border: 1px solid #f4f4f4;
}

.field-searchform-search {
    margin-bottom: 0px;
}

.btn-search {
    height: 34px;
    padding: 0 10px;
    background: #fff;
    display: block;
    color: #9c9c9c;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: none;
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    border-radius: 2px;

}

.btn-search i {
    top: 3px;
    line-height: 14px;
}

.btn-search:hover {
    background: #f4f4f4;
    outline: none !important;
}

.btn-search:focus,
.btn-search:active {
    background: #FFFFFF;
    outline: none !important;

}

.btn-radio {
    border-radius: 2px;
    background: #f26b35;
    border: 2px solid #f26b35;
    color: #fafafa;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 6px 16px;
}

.btn-radio:hover,
.btn-radio:focus,
.btn-radio:active {
    border-radius: 2px;
    background: #FAFAFA;
    border: 2px solid #f26b35;
    color: #f26b35;
}

.btn-video {
    border-radius: 2px;
    background: #273958;
    border: 2px solid #273958;
    color: #fafafa;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 6px 16px;
}

.btn-video:hover,
.btn-video:focus,
.btn-video:active {
    border-radius: 2px;
    background: #FAFAFA;
    border: 2px solid #273958;
    color: #273958;
}

.online-buttons {
    margin: 0px;
    padding: 0px;
    text-align: right;
    margin-bottom: 15px;

}

.online-buttons > li {
    list-style-type: none;
    display: inline-block;
    margin-left: 10px;

}

.online-buttons > li > a {
    list-style-type: none;
    display: inline-block;
}

.online-title {
    text-align: right;
    margin-bottom: 15px;
    cursor: default;
}

.radio-online {
    height: 25px;
    margin-right: 15px;
    margin-top: -5px;

}

#play_stream {
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

}

#play_stream:hover,
#play_stream:focus,
#play_stream:active {
    color: #f26b35;

}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-toggle {
    padding: 14px 10px;
}

.ads {
    margin-bottom: 20px;
    display: block;
}

i.icon {
    color: #f26b35;
    margin-left: 5px;
    font-size: 10px;
}

.page-title i {
    color: rgba(39, 57, 88, 0.72);
    margin-left: 5px;
    font-size: 20px;
}

audio {
    width: 100%;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.by {
    font-size: 12px;
}

.by a {
    color: #f26b35;
    font-weight: normal;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.by img {
    height: 15px;
    margin: 0 2px;
}

.by a:hover,
.by a:focus,
.by a:active {
    color: #ff6e36;
    text-decoration: none;
}




.fb-like {
    margin-bottom: 5px;
}

@media (max-width: 993px) {
    .radiovan-logo {
        margin-bottom: 20px;
    }

    .player {
        margin-bottom: 15px;
    }

    .social {
        text-align: left;
    }

    .copy {
        text-align: left;
    }
    .by {
        text-align: left;
    }
    .navbar-van .navbar-nav > li > a {
        font-size: 12px;
        padding: 10px 10px;
        line-height: 40px;
    }

    .helper .glyphicon-time {
        display: none;
    }
}

@media (max-width: 768px) {

    .radiovan-logo {
        margin-bottom: 20px;
    }

    .player {
        margin-bottom: 20px;
    }

    .social {
        text-align: left;
    }

    .by {
        text-align: left;
    }
    .copy {
        text-align: left;
    }

    .van-dropdown > li > a {
        color: #FAFAFA;
    }

    .online-buttons-group {
        margin-top: 20px;
    }

    #botr_hDlLbll3_PF5wFTmQ_div {
        display: none;
    }
    .navbar-van .navbar-nav > li > a {
        line-height: 10px;
    }


}