/* common */
html {
   height: 100%;
}
body {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    min-width: 320px;
    height: 100%;
}
a:hover, a:focus {
    text-decoration: none;
}
#wrapper {
    background: url("../images/bg.jpg") no-repeat center 0;
    min-height: 100%;
}
.header {
    height: 130px;
    margin-top: 24px;
}
.header-donate {
    margin-top: 74px;
}
.header-goSite {
    margin-top: 74px;
}
.header-logo {
    margin: 0 auto 0;
    width: 252px;
    position: absolute;
    left: 0;
    right: 0;
}
.top-btn {
    display: inline-block;
    width: 197px;
    height: 43px;
    line-height: 43px;
    color: #ffee00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #426aa8;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.top-btn:hover, .top-btn:focus {
    color: #fff;
}
.content {
    max-width: 595px;
    margin: 0 auto;
}

/* player styles. I don't have access to styles, so rewrite it with !important */
#zen::before {
    content:"" !important;
    background: transparent !important;
}
#zen {
    background: #fff !important;
    border: 19px solid #429de3 !important;
    -webkit-box-shadow: 0 0 0 transparent !important;
    -moz-box-shadow: 0 0 0 transparent !important;
    -o-box-shadow: 0 0 0 transparent !important;
    box-shadow: 0 0 0 transparent !important;
    width: 115px !important;
    height: 115px !important;
}
#zen .button, #zen .button .icon {
    width: 115px !important;
    height: 115px !important;
}
#zen .button {
    background: transparent !important;
    -moz-box-shadow: 0 0 0 transparent !important;
    -o-box-shadow: 0 0 0 transparent !important;
    box-shadow: 0 0 0 transparent !important;
    left: -19px;
    top: -19px;
}
#zen .button .icon.play {
    background: rgba(0, 0, 0, 0) url("../images/icons/icon-play.png") no-repeat scroll 48px center !important;
}
#zen .button .icon.pause {
    background: rgba(0, 0, 0, 0) url("../images/icons/icon-pause.png") no-repeat scroll 44px center !important;
}
#zen.play .button {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}
.top-bitrate {
    margin-top: 30px;
    overflow: hidden;
}
.top-bitrate a {
    color: #51c4d4;
}
.top-bitrate a:hover {
    color: #fff;
}
.top-bitrate .icon-radio {
    display: inline-block;
    background: url("../images/icons/icon-radio.png") no-repeat;
    width: 19px;
    height: 18px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.top-bitrate .icon-window {
    display: inline-block;
    background: url("../images/icons/icon-window.png") no-repeat;
    width: 21px;
    height: 17px;
    margin-right: 6px;
    position: relative;
    top: 4px;
}
.player_wrapper {
    float: left;
    margin-right: 36px;
    margin-top: 30px;
    padding-left: 0;
}
.icecast-stat {
    padding-left: 42px;
    background: url("../images/icons/icon-music.png") no-repeat 0 6px;
    font-size: 14px;
    padding-right: 0;
    margin-top: 65px;
    float: left;
    width: 444px;
}
.icacast-song span {
    color: #ffee00;
    line-height: 21px;
}
.icacast-song .icecast-song {
    font-size: 17px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 24px;
}
.icacast-list {
    text-align: right;
    color: #51c4d4;
    margin-top: 14px;
}
.icacast-list .icecast-listeners {
    color: #fff;
}
#volna {
    width: 100%;
    float: left;
    margin-top: 26px;
    padding-left: 0;
    padding-right: 0;
}
.volna-wrapper {
    overflow: hidden;
}
.volna-opacity {
    width: 273px;
    height: 72px;
    background: url('../images/gradient.png') no-repeat;
    position: absolute;
}
.volume {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.volume img:first-child { /* range plugin doesn't make friends with margin  */
    margin-right: 5px;
    cursor: pointer;
}
.volume img:last-child {
    margin-left: 5px;
    cursor: pointer;
}
.owl-controls .glyphicon {
    font-size: 18px;
    color: #fff;
}
.owl-controls:hover .glyphicon {
    color: #ffee00;
}
.owl-controls .owl-prev {
    position: absolute;
    right: -50px;
    top: 10px;
}
.owl-controls .owl-next {
    position: absolute;
    left: -50px;
    top: 10px;
}
ul.latestnews_n {
    margin-top: 60px;
    padding-left: 0;
}
li.latestnews_n {
    list-style: none;
    padding-right: 25px;
}
li.latestnews_n a {
    color: #fff;
}
li.latestnews_n a:hover {
    color: #ffee00;
}
.moduletable_chat {
    background: rgba(40, 154, 227, .7);
    border: 1px solid rgba(47, 151, 217, .7);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-top: 45px;
}
.moduletable_chat h3 {
    padding-left: 60px;
    background: url("../images/bg-chat-header.jpg") no-repeat;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin: 3px;
    height: 52px;
    line-height: 52px;
    position: relative;
}
.moduletable_chat h3::before {
    content: "";
    background: url("../images/icons/icon-chat.png") no-repeat;
    width: 31px;
    height: 31px;
    display: block;
    position: absolute;
    left: 18px;
    top: 10px;
}
#chatoutput {
    height: 190px;
    font-size: 14px;
    color: #fff;
    overflow: auto;
    margin-top: 7px;
    background: transparent;
    border: 0 none;
    font-family: 'Open Sans', sans-serif;
    padding-right: 35px;
    padding-bottom: 0;
}
#chatoutput li {
    color: #fff;
    font-size: 14px;
    padding-left: 0;
    border-bottom: 1px solid #66b4eb;
    padding-bottom: 8px;
    padding-top: 11px;
}
#chatoutput a {
    color: #ffee00;
    padding-left: 5px;
}
#chatoutput span {
    font-size: 15px;
    color: #ffee00;
    font-weight: 700;
    font-style: normal;
}
#chatoutput span.chat-time {
    float: right;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
}
#chatoutput ul#outputList {
    width: 100%;
    padding-left: 20px;
}
.scroll-wrapper {
    width: 4px;
    background: #51c4d4;
}
#chatForm {
    margin-top: 22px;
}
#chatForm input {
    height: 35px;
    border: 0 none;
    width: 226px;
    line-height: inherit;
    padding: 0 8px;
}
#chatForm label {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-right: 5px;
}
#chatform2 input {
    width: 448px;
}
#chatform1, #chatform2 {
    margin-left: 20px;
}
#chatform1 {
    margin-left: 71px;
}
#chatform2 {
    white-space: nowrap;
    margin-top: 15px;
}
#chatForm #submitchat {
    width: 177px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 3px;
    height: 43px;
    line-height: 43px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 18px;
    margin-left: 111px;
}
#chatForm #submitchat:hover, #chatForm #submitchat:focus {
    background: #51c4d4 none repeat scroll 0 0;
}
#lastMessage {
    width: auto;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    margin-right: 63px;
}
em#responseTime {
    display: block;
    font-weight: 700;
}
#shoutbox {
    padding-bottom: 22px;
}
li#comment-new {
    background: transparent !important;
}
#comment-new span.name {
    color: #ffee00 !important;
}
.android-app {
    background: url('../images/icons/icon-android.png') no-repeat 12px 6px #1f90e4;
    text-transform: uppercase;
    font-weight: 600;
    height: 45px;
    padding-left: 53px;
    width: 197px;
    padding-top: 8px;
    line-height: 15px;
    margin-top: 39px;
}
.android-app a, .android-app a:hover  {
    color: #fff;
}
.socials {
    margin-bottom: 14px;
    margin-top: 23px;
}
.socials p {
    font-size: 14px;
    color: #1f90e4;
}
.socials-icons .footer-soc-icon {
    display: inline-block;
    width: 34px;
    height: 32px;
    margin-right: 5px;
    background: url('../images/icons/icons-social.png') no-repeat;
    cursor: pointer;
}
.socials-icons .footer-soc-icon.fb {
    background-position: 0 0;
}
.socials-icons .footer-soc-icon.vk {
    background-position: -43px 0;
}
.socials-icons .footer-soc-icon.tw {
    background-position: -86px 0;
}
.socials-icons .footer-soc-icon.ok {
    background-position: -129px 0;
}
.socials-icons .footer-soc-icon.mail {
    background-position: -172px 0;
}
.socials-icons .footer-soc-icon.google {
    background-position: -215px 0;
}
#footer {
    padding-bottom: 25px;
}
.moduletable_stat + .moduletable {
    display: none;
}
.bottom-news-wrapper {
    margin: 0 55px;
    position: relative;
    background: #fff;
    border: 1px solid rgba(14, 124, 205, .5);
    border-left: 0 none;
    border-right: 0 none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 5;
}
.bottom-news-wrapper.no-border {
    border: 0 none;
}
.junewsultra .junews {
    border-right: 1px solid #0e7ccd;
    height: 232px;
    overflow: hidden;
}
.junewsultra .news-image {
    width: 50%;
    float: right;
    padding-right: 16px;
    margin-top: 13px;
    padding-left: 9px;
    text-align: center;
}
.junewsultra .news-text {
    float: left;
    max-width: 50%;
    padding-left: 23px;
    padding-top: 10px;
    max-height: 213px;
    overflow: hidden;
}
.junewsultra .news-text .news-title {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.junewsultra .news-text .news-title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}
.junewsultra  .owl-controls .owl-prev, .junewsultra  .owl-controls .owl-next {
    height: 234px;
    background: #0e7ccd;
    width: 70px;
    top: -1px;
    text-align: center;
}
.junewsultra  .owl-controls .owl-prev {
    right: -70px;
}
.junewsultra  .owl-controls .owl-next {
    left: -71px;
}
.junewsultra  .owl-controls .glyphicon {
    font-size: 35px;
    position: relative;
    top: 98px;
}
.junewsultra.owl-carousel .owl-item img {
    display: inline-block;
    max-height: 205px;
    max-width: 273px;
}
.news-toogler {
    background: #fff none repeat scroll 0 0 padding-box;
    border: 1px solid rgba(14, 124, 205, 0.5);
    border-bottom: 0 none;
    border-top-left-radius: 2px;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 10px;
    top: -39px;
    width: 275px;
}
.news-toogler:hover span, .news-toogler:hover .icons i {
    color: #23527c;
}
.news-toogler > span {
    color: #0e7ccd;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 8px;
    padding-bottom: 6px;
    padding-left: 16px;
}
.news-toogler .icons {
    display: inline-block;
    float: right;
    margin-right: 16px;
    padding-top: 14px;
}
.news-toogler .icons i {
    color: #0e7ccd;
    display: block;
    line-height: 6px;
}
.point {
    width: 10px;
    height: 10px;
    background: #48b5cf;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 4px 3px #48b5cf;
    animation: pulse 1.4s linear 0s infinite;
    -webkit-animation-play-state: paused;
    animation-play-state:paused;
    position: absolute;
    z-index: 2;
    right: -6px;
    top: 42%;
}
.point.active {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.right-fixed-menu {
    background: rgba(1,44,113,1) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 80px;
    z-index: 1;
    color: #fff;
    transition: all 0.35s ease;
    z-index: 4;
}
.right-fixed-menu.opened {
    width: 188px;
}
.right-fixed-menu .menu-wrapper {
    margin-top: 27px;
    position: relative;
    white-space: nowrap;
}
.right-fixed-menu .menu-wrapper .menu-item {
    width: 100%;
    height: 89px;
}
.right-fixed-menu .menu-wrapper .menu-item:hover {
    background: url("../images/bg-right-menu-item--gradient.png") no-repeat 0 0;
    cursor: pointer;
}
.right-fixed-menu .menu-wrapper .menu-item.active {
    background: url("../images/bg-right-menu-item--gradient.png") no-repeat 0 0;
    border-left: 1px solid #fff;
}
.right-fixed-menu .menu-wrapper .menu-item.menu {
    background: #012e68;
    height: 60px;
    margin-bottom: 12px;
    border-left: 0 none;
}
.right-fixed-menu .menu-wrapper .menu-item > span {
    display: inline-block;
    margin-left: -4px;
    max-width: 90px;
    vertical-align: middle;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0;
    transition: all 0.35s ease;
}
.right-fixed-menu.opened .menu-wrapper .menu-item > span {
    opacity: 1;
    white-space: normal;
}
.right-fixed-menu .menu-wrapper .menu-icon {
    width: 80px;
    height: 89px;
    display: inline-block;
    vertical-align: middle;
}
.right-fixed-menu .menu-wrapper .menu-item.menu .menu-icon {
    height: 60px;
}
.right-fixed-menu .menu-wrapper .menu-item.active .menu-icon {
    margin-left: -1px;
}
.menu-block {
    background: rgba(1,44,113,1);
    border-right: 1px solid #fff;
    position: absolute;
    right: 188px;
    top: 0;
    display: none;
}
.menu-block.ekadash {
    width: 193px;
    overflow: hidden;
}
.right-fixed-menu .menu-wrapper .menu-icon.menu {
    background: url("../images/icons/icon-menu.png") no-repeat center center;
}
.right-fixed-menu .menu-wrapper .menu-icon.horoscope {
    background: url("../images/icons/icon-horoscope.png") no-repeat center center;
}
.right-fixed-menu .menu-wrapper .menu-icon.ekadash {
    background: url("../images/icons/icon-ekadash.png") no-repeat center center;
}
.right-fixed-menu .menu-wrapper .menu-icon.calendar {
    background: url("../images/icons/icon-calendar.png") no-repeat center center;
}
.right-fixed-menu .right-menu-horoscope {
    width: 169px;
    padding: 19px 12px 13px;
    overflow: hidden;
}
.right-fixed-menu .horoscope-block {
    float: left;
    font-size: 11.5px;
    font-weight: 600;
    text-align: center;
    width: 72px;
    margin-top: 2px;
    padding: 10px 0;
}
.right-fixed-menu .horoscope-block:hover,.right-fixed-menu .horoscope-block.active {
    background: #076099;
    cursor: pointer;
}
.horoscope-block .horoscope-icon {
    height: 41px;
}

.right-fixed-menu .sound-btn, .right-fixed-menu .play-btn {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 23px;
    text-align: center;
    width: 23px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.5;
}
.right-fixed-menu .sound-btn {
    margin-left: 7px;
    margin-right: 4px;
}
.right-fixed-menu .play-btn {
    margin-left: 2px;
}
.right-menu-player .audio-time {
    font-size: 11.5px;
    font-weight: 600;
    color: #fff;
    margin-left: 8px;
    margin-top: 13px;
    margin-bottom: 7px;
}
.right-menu-player .rangeSlider, .right-menu-player .rangeSlider__fill {
    width: 98px;
}
.right-menu-player .rangeSlider {
    position: relative;
    top: -3px;
}
.right-menu-player .rangeSlider__handle {
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: absolute;
    top: -6px;
    width: 3px;
    z-index: 3;
}
.menu-block.ekadash {
    max-height: 600px;
    overflow: hidden;
}
.menu-block.ekadash .eventslist {
    padding: 0 10px;
    list-style: outside none none;
    white-space: normal;
}
.menu-block.ekadash .eventslist p, .menu-block .latest_event {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    min-width: 148px;
}
.menu-block.ekadash .eventslist > li > a {
    margin: 10px 0;
    display: inline-block;
    color: #fff;
}
.menu-block.ekadash .eventslist img, .menu-block.ekadash .eventslist object, .menu-block.ekadash .eventdescription p:nth-child(2) {
    display: none !important;
}
.menu-block.ekadash .eventslist .eventdescription .btn-read {
    margin-top: 26px;
}
.menu-block.ekadash .eventslist .eventdescription .btn-read a {
    width: 100%;
    display: block;
    border-radius: 2px;
    border: 1px solid #fff;
    text-transform: uppercase;
    text-align: center;
    height: 43px;
    line-height: 43px;
    font-weight: 600;
    color: #fff;
}
.menu-block.ekadash .eventslist .eventdescription .btn-read a:hover {
    background: #51c4d4 none repeat scroll 0 0;
}
.menu-block.ekadash .eventslist .eventdescription {
    padding-bottom: 5px;
}
.right-fixed-menu .horoscope-link {
    float: left;
    text-align: center;
    width: 100%;
}
.right-fixed-menu .horoscope-link a {
    color: #fff;
}
.right-fixed-menu .horoscope-link a:hover {
    text-decoration: underline;
}
@keyframes pulse {
    0% {
        width: 10px;
        height: 10px;
        box-shadow: 0 0 4px 3px #48b5cf;
    }
    50% {
        width: 13px;
        height: 13px;
        box-shadow: 0 0 4px 4px #48b5cf;
    }
    100% {
        width: 10px;
        height: 10px;
        box-shadow: 0 0 4px 3px #48b5cf;
    }

}
/* nouts */
@media (max-width: 1400px) {
    .junewsultra .news-text .news-title a {
        font-size: 16px;
        line-height: 19px;
    }
    .junewsultra .news-text {
        min-height: 220px;
    }
    .junewsultra .news-text .news-title {
        margin-bottom: 4px;
    }
}
/* tablets */
@media (max-width: 992px) {
    .top-btn {
        height: 36px;
        line-height: 36px;
        width: 172px;
        font-size: 12px;
    }
    .bottom-news-wrapper {
        margin: 0 25px;
    }
    .junewsultra .owl-controls .owl-prev, .junewsultra .owl-controls .owl-next {
        width: 40px;
    }
    .junewsultra .owl-controls .owl-next {
        left: -41px;
    }
    .junewsultra .owl-controls .owl-prev {
        right: -40px;
    }
}

/* mobiles */
@media (max-width: 767px) {
    .header {
        height: auto;
        overflow: hidden;
        text-align: center;
    }
    .header-logo {
        position: relative;
    }
    .header-donate {
        display: inline-block;
        float: none !important;
        margin-top: 47px;
    }
    .header-goSite {
        display: inline-block;
        float: none !important;
        margin-left: 10px;
        margin-top: 47px;
    }
    .player_wrapper {
        margin-right: 23px;
        margin-top: 36px;
        position: absolute;
    }
    .icecast-stat {
        margin-top: 52px;
        font-size: 12px;
        padding-left: 109px;
        width: 100%;
        float: left;
        background: none;
    }
    .icacast-song .icecast-song {
        font-size: 14px;
        line-height: 19px;
        white-space: normal;
    }
    #volna {
        display: none;
    }
    #zen {
        border: 9px solid #429de3 !important;
        height: 80px !important;
        width: 80px !important;
    }
    #zen .button, #zen .button .icon {
        height: 80px !important;
        left: -13px !important;
        top: -4px !important;
        width: 80px !important;
    }
    .owl-controls .owl-prev {
        right: -26px;
    }
    .owl-controls .owl-next {
        left: -26px;
    }
    .right-fixed-menu {
        display: none;
    }
    .bottom-news-wrapper {
        display: none;
    }
}
@media (max-width: 660px) {
    .volume .rangeSlider, .volume .rangeSlider__fill {
        width: 82.5%;
    }
    #chatform1 {
        margin-left: 10px;
    }
    #chatform1, #chatform2 {
        margin-left: 10px;
    }
    #lastMessage {
        margin-right: 10px;
    }
    #chatform2 input {
        width: 78%;
    }
}
@media (max-width: 600px) {
    li.latestnews_n {
        padding-right: 0;
    }
    .junewsultra .news-text {
        max-width: 60%;
    }
    .junewsultra .news-image {
        width: 40%;
    }
}
@media (max-width: 525px) {
    .header-logo img {
        width: 150px;
    }
    .top-btn {
        font-size: 10px;
        height: 30px;
        line-height: 30px;
        width: 148px;
    }
    .header-donate, .header-goSite {
        margin-top: 30px;
    }
    .top-bitrate {
        font-size: 11px;
    }
    .volume .rangeSlider, .volume .rangeSlider__fill {
        width: 77.5%;
    }
    .moduletable_chat h3 {
        font-size: 12px;
    }
    #chatoutput li {
        font-size: 12px;
    }
    #chatoutput span {
        font-size: 12px;
    }
    #lastMessage {
        display: none;
    }
    #chatform2 input {
        width: 72%;
    }
    #footer {
        text-align: center;
    }
    .socials {
        float: none !important;
    }
    .android-app {
        width: 185px;
        font-size: 12px;
        float: none !important;
        clear: both;
        margin: 15px auto 0;
    }
}
@media (max-width: 425px) {
    .top-bitrate .pull-left, .top-bitrate .pull-right {
        width: 100%;
    }
    .icecast-stat {
        margin-top: 37px;
    }
    .header-goSite {
        margin-left: 0;
        margin-top: 10px;
    }
    .volume .rangeSlider, .volume .rangeSlider__fill {
        width: 69.5%;
    }
    #chatform2 {
        white-space: normal;
    }
    #chatform2 input {
        width: 90%;
    }
    #chatForm #submitchat {
        margin-left: 46px;
    }
    #footer {
        padding-bottom: 10px;
    }
    .socials {
        margin-top: 14px;
    }
    .icacast-song .icecast-song {
        font-size: 12px;
        line-height: 16px;
        max-height: 32px;
        overflow: hidden;
    }
}