
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;

}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/***************************************/



textarea {
    resize: none;
}


body {
    background:url(../images/bg.jpg) top center no-repeat #000000;
    background-attachment: fixed;

    background-size: cover;
    -o-background-size:cover;
    -webkit-background-size:cover;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:24px;
    color:#FFFFFF;
    overflow-x:hidden;

}

.warp {
    width:960px;
    margin-left:auto;
    margin-right:auto;
}

a {
    color:#FFFFFF;
    text-decoration:none;
    transition: all 0.3s ease 0s;
}

a:hover {
    color:#000000;
    text-decoration:none;
}


a:focus {
    color:#FFFFFF;
}



a:visited {
    color: #FFFFFF;
}

p {
    margin:0px;
    padding:0px;
    line-height:18px;
}

.header {
    height:80px;
    width:960px;
    background-color: #202225;
    box-shadow: 0 30px 40px -20px #202225;
}

.now_playing {
    border:3px solid #ebe8e8;
    margin-top:10px;
    padding:10px;
}

.now_playing span.pre {
    color:#adb3bc;
    padding-left:15px;
    background:url(../images/naw.jpg) scroll 0px 1px no-repeat;
    margin-left:10px;
}

.logo {
    width:200px;
    height:80px;
    display:inline-block;
    background:url(../images/logo.png) top left no-repeat #202225;
    transition: all 0.3s ease 0s;
    float:left;
}

.logo:hover {
    opacity: 0.5;
}

.big_player{
    background: #ce1c04;
    height:55px;
    float:left;
    padding: 12.5px 60px;
    width: 400px;
}

#top_player_container{
    display: none;
}

.img_radius {
    border-radius: 3px;
    display:inline-block;
}

.radio {
    display:inline-block;
}


.radio_name {
    display:inline-block;
    vertical-align:top;
    margin-left:10px;
    font-size:11px;
    width: 105px;
}

.name {
    text-decoration:none;
    transition: all 0.3s ease 0s;
}

.name:hover {
    color:#CE1C04;
    text-decoration:none;
}

.radio_name_big {
    text-transform:uppercase;
    line-height:10px;
    margin-top:12px;
}

.nav_in_player {
    display:inline-block;
    margin-left:28px;
    vertical-align:top;
    margin-top:15px;
}

.left_in_player {
    background:url(../images/left.png) center left no-repeat;
    height:20px;
    width:20px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.play_in_player {
    background:url(../images/play.png) center left no-repeat;
    height:20px;
    width:20px;
    display: inline-block;
    margin-left:10px;
    transition: all 0.3s ease 0s;
}

.pause_in_player {
    background:url(../images/pause.png) center left no-repeat;
    height:20px;
    width:20px;
    display: inline-block;
    margin-left:10px;
    transition: all 0.3s ease 0s;
}

.pause_in_player:hover {
    opacity: 0.5;
}

.right_in_player {
    background:url(../images/right.png) center left no-repeat;
    height:20px;
    width:20px;
    display: inline-block;
    margin-left:10px;
    transition: all 0.3s ease 0s;
}

.left_in_player:hover {
    background:url(../images/left.png) center left no-repeat;
    height:20px;
    width:20px;
    display: inline-block;
    opacity: 0.5;
}

.play_in_player:hover {
    background:url(../images/play.png) center left no-repeat;
    height:20px;
    width:20px;
    display: inline-block;
    margin-left:10px;
    opacity: 0.5;
}

.right_in_player:hover {
    background:url(../images/right.png) center left no-repeat;
    height:20px;
    width:20px;
    display: inline-block;
    margin-left:10px;
    opacity: 0.5;
}

.volume {
    display: inline-block;
    margin-left: 26px;
    margin-top: 20px;
    vertical-align: top;
}

.radio, .checkbox {
    padding-left:0px;
}

.vol_icon {
    background:url(../images/vol_icon.png) top left no-repeat;
    height:10px;
    width:15px;
    float:left;
    cursor: pointer;
}

.vol_icon_off {
    background:url(../images/off.png) top left no-repeat;
    height:10px;
    width:15px;
    float:left;

}

.vol_progr {
    height:5px;
    width:60px;
    background:url(../images/search_area_bg.png);
    border-radius:3px;
    float:left;
    margin-top:2px;
    margin-left:3px;
    cursor: pointer;
}

.registration {
    padding:12px;
    margin-left:20px;
    float:left;
    margin-top:15px;
}

.inter {
    background: url(../images/inter.png) top left no-repeat;
    height:30px;
    padding-left:30px;
    display:inline-block;
    font-size:11px;
    transition: all 0.3s ease 0s;
}

.reg {
    background:url(../images/reg.png) top left no-repeat;
    height:30px;
    padding-left:30px;
    display:inline-block;
    margin-left:20px;
    font-size:11px;
    transition: all 0.3s ease 0s;
}

.inter:hover {
    opacity: 0.5;
    text-decoration:none;
    color:#FFFFFF;

}

.reg:hover {
    opacity: 0.5;
    text-decoration:none;
    color:#FFFFFF;
}

.share {
    float:right;
}

.description {
    height:40px;
    background:url(../images/descrip.png) top center no-repeat;
    margin-top:40px;
}

.content {
    margin-top:30px;
    width:960px;
    background-color: #FFFFFF;
    box-shadow: 0 30px 40px -20px #202225;
    display:inline-block;
    background:url(../images/content_bg.png) top left repeat-y;
}

.left_coll {
    width:140px;
    height:100%;
    background:#202225;
    padding:30px;
    float:left;
    display:block;
}

.listen {
    width:134px;
    height:134px;
    border: 3px solid #ce1c04;
    text-align:center;
}

.count {
    font-size: 55px;
    font-weight:bold;
    line-height:55px;
}

.now {
    margin-top:20px;
}

.man {
    text-transform:uppercase;
    font-weight:bold;
    display: none;
}

.left-menu {
    margin-top:20px;
}

.left-menu li a {
    font-size:11px;;
}

.left-menu strong {
    font-weight:bold;
}

.left-menu li a:hover {
    color:#878b92;
    text-decoration:none;
}

.left-menu li {
    padding-top:5px;
    padding-bottom:5px;
}


.selected {
    background:#ce1c04;
    margin-left:-30px;
    margin-right:-30px;
    padding-left:30px;
    padding-top:5px;
    padding-bottom:5px;
}

.download {
    height:30px;
    background:url(../images/download_icon.png) top left no-repeat;
    margin-top:20px;
    width:100px;
    display:block;
    padding-left:30px;
    font-size:11px;
    text-transform:uppercase;
    line-height:16px;
    padding-top:3px;
    font-weight:bold;
}

.download:hover {
    opacity: 0.5;
    color:#FFFFFF;
    text-decoration:none;
}

.radio_station_list {
    width:460px;
    float:left;
    padding:30px;
}

.radio_station_list_inner {
    width:700px;
    float:left;
    padding:30px;
}

.news {
    margin-top:30px;
    float:right;
    width:240px;
}

#news_col{
    display: none;
}

.news_inner {
    margin-top:30px;
    float:right;
    width:730px;
    padding-bottom:30px;
    color: #000000;
}

.news_inner a{
    color: #000;
}

.news_image{
    float: left;
    margin: 0 10px 10px 0;
}

#news_content{
    padding-right: 30px;
}

.novost {
    margin-bottom:20px;
    margin-right: 20px;
}

.novost_inner {
    margin-bottom:20px;
    display:inline-block;
    vertical-align:top;
    width:220px;
    margin-right:20px;
}

.novost img {
    width:120px;
}

.news a {
    color:#000000;
    padding-top:5px;
    padding-bottom:5px;
    line-height:24px;
}

.novost_inner a {
    color:#000000;
    padding-top:5px;
    padding-bottom:5px;
    line-height:24px;
}
.novost_inner a:hover {
    color:#ce1c04;
    padding-top:5px;
    padding-bottom:5px;
    line-height:24px;
}


.news a:hover {
    color:#ce1c04;
    text-decoration:none;
}

.zagolovok {
    font-size:13px;
    font-weight:bold;
    text-transform:uppercase;
    color:#000000;
    margin-bottom:20px;
}

.station_big {
    display:inline-block;
    margin-right:10px;
    margin-bottom:30px;
}

.station_big_inner {
    display:inline-block;
    margin-right:10px;
    margin-bottom:30px;
}

.radio_img {
    cursor:pointer;
    background:url(../images/play_radio.png) top left no-repeat;
    height:50px;
    width:50px;
    display:inline-block;
    border-radius: 3px;
}

.radio_img img {
    background-color:#FFFFFF;
    border-radius:3px;
    transition: all 0.3s ease 0s;
}

.radio_img:hover img {
    opacity: 0;
}

.radio_descripton {
    width:150px;
    color:#000000;
    display:inline-block;
    vertical-align:top;
    margin-left:10px;
}

.radio_descripton_inner {
    width:560px;
    color:#000000;
    display:inline-block;
    vertical-align:top;
    margin-left:10px;
}

.radio_descripton a {
    color:#000000;
}

.podpis {
    color:#d1d1d1;
    font-size:11px;
    line-height:11px;
}

.listeners {
    padding-left:14px;
    background:url(../images/sprite.png) scroll -27px 0px no-repeat;
    width:14px;
}
.listen_count,
.comment_count {
    color:#c9c9c9;
    margin-left:5px;
}

.comment {
    padding-left:14px;
    background:url(../images/sprite.png) scroll -44px 0px no-repeat;
    width:14px;
    margin-left:10px;
}

.likes {
    padding-left:14px;
    background:url(../images/sprite.png) scroll -12px 0px no-repeat;
    width:14px;
    margin-left:10px;
    opacity: 0.3;
}

.playlist {
    padding-left:12px;
    background:url(../images/sprite.png) scroll -0px 0px no-repeat;
    width:14px;
    margin-left:10px;
    opacity: 0.3;
}

.likes:hover {
    opacity: 1;
}

.playlist:hover {
    opacity: 1;
}

.fall {
    padding-left:14px;
    background:url(../images/sprite.png) scroll -59px 0px no-repeat;
    width:14px;
    margin-left:10px;
    opacity: 0.3;
}

.date {
    color:#c1c1c1;
    margin-bottom:5px;
    font-size:11px;
}

.avatar img {
    width:70px;
}

.copy {
    background:url(../images/logo_foter.png) top left no-repeat;
    height:10px;
    width:80px;
    margin-left:30px;
    margin-top:30px;
    float:left;
}

.description_footer {
    float:left;
    width:460px;
    padding:30px;
    margin-left:60px;
}

.share_footer {
    margin-top:30px;
    float:right;
}

.radio_info {
    float:right;
    width:100%;
}

.info_link {
    color: #cdcdcd !important;
    font-size: 11px;
    margin-left: 5px;
}

.info_link_tags {
    background:url(../images/sprite.png) scroll -73px 2px no-repeat;
    padding-left:20px;
    color: #000000 !important;
    font-size: 13px;
    text-decoration:underline;
    margin-left:20px;

}

.info_link_tags:hover {
    text-decoration:underline;
    color:#ce1c04!important;
}
.tags_inner {
    margin-left:-20px;

    margin-top:15px;
    margin-bottom:20px;
}

.info_link span {
    transition: all 0.3s ease 0s;
}

.info_link:hover span{
    opacity: 1;
}

.info_link:hover {
    color:#000000!important;
}

.next_prev {
    text-align:center;
}

.next_prev a {
    color:#000000;
    margin-right:20px;
}

.next_prev a:hover {
    color:#ce1c04;
    margin-right:20px;
}

.pages {
    text-align:center;
    margin-top:10px;
}

.pages a,
.pages span{
    color:#000000;
    font-size:21px;
    padding:5px 10px;
}

.pages a:hover,
.pages span:hover {
    color:#ce1c04;
    font-size:21px;
    padding:5px 10px;
}

.whis_page,
.pages span.current{
    background-color:#ce1c04;
    color:#FFFFFF!important;
}

.radio_link {
    width:200px;
    float:left;
    margin-top:20px;
}

.whis_page:hover {
    color:#FFFFFF;
}

.big_link {
    float:left;
    color:#ce1c04!important;
    font-size:13px;
    font-weight:bold;
    text-transform:uppercase;
}

.radio_info_small {
    margin-top:20px;
}

.comment_warp {
    color: #000;
    padding: 30px 30px 30px 60px;
    background-color:#f8f8f8;
    display:inline-block;
    width:600px;
    box-shadow: 0 30px 40px -20px #b7b7b7;
}

.name_commet {
    color:#cdcdcd;
}

.comment_form {
    width:540px;
}

label {
    color:#000000;
}

.send {
    background:#ce1c04;
    padding:5px 10px;
    font-size:13px;
    text-transform:uppercase;
    border:none;
    font-weight:bold;
    color:#FFFFFF;
    transition: all 0.3s ease 0s;
}

.send:hover {
    background:#000000;
    padding:5px 10px;
    font-size:13px;
    text-transform:uppercase;
    border:none;
    font-weight:bold;
    color:#FFFFFF;
}

.commets_warp {
    padding: 30px 30px 30px 60px;
}

.autor {
    color:#000000;
    width:150px;
    display:inline-block;
}

.comment_dash {
    border-top: 1px solid #d6d6d6;
    padding-top:20px;
    clear:both;
    margin-top:30px;
}

.comment_text {
    margin-bottom:30px;
    width:450px;
    float:right;
    color:#535353;
    font-size:11px;
    line-height:21px;
}

.egistration_form {
    margin:0px;
    padding:0px;
}
.registerForm lable {
    margin-top:20px;
}

.area {
    margin-bottom:20px;
}

.news_list {
    width:100%;
}



.modal_window {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-170px;
    right:auto;
    margin-top:-150px;
    z-index:9999;
    width:340px;
    padding: 30px 30px 30px 60px;
    background-color:#f8f8f8;
    box-shadow: 0 30px 40px -20px #b7b7b7;
}

#player_container{
    width: 1px;
    height: 1px;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.vol_progress {
    width:50%;
    height:100%;
    background:#FFFFFF;
    border-radius: 3px;
}

.add_bookmark, .remove_bookmark{
    display: none;
    cursor: pointer;
}

.remove_bookmark{
    opacity: 1;
}

.info_link.remove_bookmark{
    opacity: 1;
    color: #000;
}

.info_link.remove_bookmark span{
    opacity: 1;
    color: #000;
}

.header {
    background-color: #202225;
    box-shadow: 0 30px 40px -20px #202225;
    height: 80px;
    position: fixed;
    top: 0;
    width: 960px;
    z-index: 1000;
}

.description {
    background: url("../images/descrip.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 40px;
    margin-top: 120px;
}

#news_content a{
    color: #08c;
}

#news_content p{
    margin: 10px 0;
}

.related_news_warp{
    /*float: left;*/
    /*display: inline-block;*/
    vertical-align: top;
    /*width: 340px;*/
    padding-right: 15px;
    margin-bottom: 20px;
}

.related_news_warp img{
    float: left;
    margin-right: 10px;
}

.related_news_warp .title{
    /*display: block;*/
    /*height: 30px;*/
    font-weight: bold;
}

a.slidesjs-navigation{
    background-color: #CE1C04;
    color: #FFFFFF !important;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    text-align: center;
    width: 30px;
    text-decoration: none;
}

.slidesjs-previous{
    margin-left: 640px;
}

.radio_station_list_404 {
    width:680px;
    float:left;
    padding:30px;
}

.sorry {
    color:#000000;
    text-align:center;
    text-transform:uppercase;
    font-size:21px;
    font-weight:bold;
}

.error {
    text-align:center;
    text-transform:uppercase;
    color:#ce1c04;
    font-size:34px;
    font-weight:bold;
    margin-bottom:20px;
    margin-top:20px;
}

.small {
    color: #c2c0c0;
    float: left;
    font-size: 11px;
}

.not_working_thanks {
    display: none;
}

.not_working_container {
    height: 50px;
    margin-top: 80px;
}

.radio_img_stop {
    cursor:pointer;
    background:url(../images/radio_stop.png) top left no-repeat;
    height:50px;
    width:50px;
    border-radius:3px;
    display:none;
}

.station_big.playing .radio_img_stop {
    display: inline-block;
}

.station_big.playing .radio_img {
    display: none;
}

.search_area {
    float:left;
    position:relative;
}

.search_button {
    height:20px;
    top:5px;
    right:5px;
    width:20px!important;
    position:absolute;
    border:none;
    display:block;
    background:url(../images/search_icon.png) top left no-repeat;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 4px;
    color: #555;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #ce1c04;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #ff5d47;
    outline: 0 none;
}

.sort_links  {
    margin-top: 10px;
    font-size:11px!important;
    text-transform:lowercase!important;
    color:#000000;
}

.sort_links a {
    font-size:11px!important;
    text-transform:lowercase!important;
    font-weight:100;
    text-decoration:underline;
    color:#000000;
    padding-left:15px;
    margin-left:10px;
}

.sort_links a:hover {
    font-size:11px!important;
    text-transform:lowercase!important;
    font-weight:100;
    text-decoration:underline;
    color:#ce1c04;
}

.up {
    background:url(../images/sort_up.png) scroll 0px 4px no-repeat;
}

.down {
    background:url(../images/sort_down.png) scroll 0px 4px no-repeat;
}

#now_playing_img img {
    border-radius: 3px;
}

#search_not_found {
    color: #000;
}