/* SaturnFM 2.0 
(c) 10.06.2014. All rights reserved.
*/

/* Главные стили */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin: 0;
    padding: 0;
}

div.clear {
    clear: both;
}

body {
    font: normal 12px 'Open Sans', HelveticaNeue, Helvetica, Arial;
    background-image: url("../images/bg.png");
    background-repeat: repeat-x;
    background-color: #EDF4FF;
    min-height: 100%;
    color: #000;
    overflow-x: hidden;
}

a {
    color: #D11A1A;
    text-decoration: none;
    transition: all ease 0.2s;
}

a:hover {
    text-decoration: underline;
}

hr {
    height: 1px;
    background: #B4B4B4;
    border: 0px;
    overflow: hidden;
}

span.zgl {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #E21D1D;
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-bottom: 1px #E21D1D solid;
}

a.all_info {
    display: block;
    width: 350px;
    background: #FFF7F7;
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 12px 0px;
    border-top: 1px #E9E9E9 solid;
    border-radius: 0px 0px 8px 8px;
    font-size: 15px;
}

a.all_info:hover {
    background: #FFF2F2;
    text-decoration: none;
}

.info_comment {
    background: #FFE2E2;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    border: 1px #FFC0C0 solid;
    margin-bottom: 10px;
}

table.sms_free_block {
    width: 100%;
}

table.sms_free_block td {
    vertical-align: top;
    padding-right: 5px;
}

table.sms_free_block h2 {
    color: #FF8C10;
    font-size: 20px;
}

span.zgl-sms {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #E21D1D;
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-bottom: 1px #E21D1D solid;
    padding-top: 3px;
    margin-top: 5px;
    border-top: 1px #E21D1D solid;
    text-align: center;
}

.stroka_main {
    line-height: 35px;
    font-size: 16px;
    color: #f00;
    border-bottom: 1px #FFB5B5 solid;
    border-top: 1px #FFB5B5 solid;
    margin-bottom: 5px;
}
/* ------------- */

/*---Радио---*/
#radio_player {
	position: absolute;
	left: 830px;
    top: -1px;
}
/* ------------- */

/*---Напоминание о регистрации---*/
#reg32 {
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	box-shadow: 0px -5px 10px white;
	color: #fff;
	z-index: 999;
	font: 15px/50px 'verdana';
	text-shadow: 0px 0px 2px white;
	text-align: center;
}

#reg32 a {
	color: #fff;
	text-decoration: underline;
    font-weight: bold;
}

#reg32 a:hover {
	color: #fff;
	text-decoration: none;
    font-weight: bold;
}

/* ------------- */

/* Дополнительные стили */

/* - Наши партнёры */
.our-partners {
    margin-left: 32px;  margin-top: 15px;
}

.our-partners img {
    margin-right: 15px;
    margin-bottom: 15px;
}

/* - Наша команда */
.command_block {
    float: left;
    width: 180px;
    height: 270px;
    margin-left: 20px;
}

.command_block img {
    width: 175px;
    height: 175px;
    border-radius: 90px;
    border: 5px #fff solid;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
}

.command_block h2 {
    font-size: 23px;
    text-align: center;
}

.command_block img:hover {
    border-color: #F7F7F7;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.4);
}

/* - Информация об ошибке */
.berrors b {
    font-size: 20px;
    line-height: 35px;
    font-weight: normal;
    border-bottom: 1px #000 solid;
    display: block;
    margin-bottom: 5px;
}
.berrors br {
    display: none;
}
/* ------------- */

/* Вверх */
a#move_up {
    position: fixed;
    top: 0;
    width: 100px;
    height: 250px;
    border-radius: 0px 0px 50px 0px;
    display: none;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #202A77;
    padding-top: 80px;
    opacity: 0.8;
    left: 0;
}

a#move_up:hover {
    color: #202A77;
    background: #fff;
    opacity: 0.85;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}

a#move_up div{
    padding: 8px 0px;
}

a#move_up:hover div{
    background: #EDF4FF;
}

.oldplus {
	width: 55px;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	padding: 7px 0px;
	font-size: 30px;
	color: #B4B4B4;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11);
    transition: all ease 0.4s;
}

.oldplus:hover {
	background: #eee;
    cursor: default;
}
/* ------------- */

/* Звёзды */
.stars {
    position: absolute;
    bottom: 35px;
    left: 260px;
}

.stars img {
    width: 75px;
    height: 75px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.stars img:hover {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}
/* ------------- */
    
/* Опросы */
.pollAns {
    margin-bottom: 5px;
}
/* ------------- */
    
/* Добавить в избранное */
.add_fav {
    width: 225px;
    position: absolute;
    right: 0px;
    bottom: 90px;
    top: 95px;
}
        
.add_fav a.fav {
    padding: 6px;
    font-size: 17px;
    color: #FFDD54;
}
            
.add_fav a.fav:hover {
    text-decoration: none;
    background: #89ABB7;
    border-radius: 7px;
}
/* ------------- */

/* Юзербар */
.userbar {
    background-color: #fff;
    background-image: url('../images/userbar.png');
    width: 100%;
    height: 50px;
    position: fixed;
    box-shadow: 0px 3px 7px rgba(50, 50, 50, 0.2);
    z-index: 999;
}

.userbar_content {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
	position: relative;    
}

.userbar_photo {
    float: left;
}

.userbar_photo img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-top: 4px;
}

.userbar_name {
    height: 100%;
    float: left;
    font-size: 26px;
    color: #D11A1A;
    margin-right: 10px;
    padding: 7px 5px 0px 10px;
}
            
.userbar a {
    display: block;
    float: left;
    height: 16px;
    font-size: 14px;
    padding: 17px 10px 17px 10px;
    text-decoration: none;
}
                
.userbar a:hover {
    background-color: #EFEFEF;
}

.userbar_search {
	height: 28px;
	position: absolute;
	right: 0px;
	padding: 11px 0px;
}
/* ------------- */

/* Поиск */
.search_place {
    position: relative;
}

.search_field_top {
    display: block;  
    width: 180px;  
    padding: 5px 10px;  
    font: 13px 'open sans';  
    border-radius: 10px;  
    border: 1px #D1D1D1 solid;
    outline: none;
    color: #ADADAD;
    transition: all ease 0.6s;
}

.search_field_top:focus {
    color: #000;
}

input.search_button_top {
    border-radius: 7px;
    padding: 2px 10px;
    color: #fff;
    position: absolute;
    top: 4px;
    right: 5px;
    background-color: #EE1414;  
    outline: none;  
    text-shadow: 0 1px 0 #000;  
    border-bottom: 1px #bb0000 solid;  
    font: 13px 'open sans';
    border: 1px;
    transition: all ease 0.2s;
}

input.search_button_top:hover {
    background-color: #FD4747;
    cursor: pointer;
}

input.search_button_top:active {
    background-color: #CC1616;
}
/* ------------- */

/* Навигация */
div.dpad.basenavi.ignore-select {
    width: 620px;
    border-top: 1px #e2e2e2 solid;  text-align: center;  
    padding: 10px 0px;  background-color: #F0F0F0;  border-radius: 0px 0px 6px 6px;
}
div.dpad.basenavi.ignore-select a {
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
}
div.dpad.basenavi.ignore-select a:hover {
    background: #FFD8D8;
    text-decoration: none;
}
div.dpad.basenavi.ignore-select span {
    padding: 5px 10px;  margin: 5px;
}
div.nextprev {
    margin: 10px 0px;
}
/* ------------- */

/* Content-блок сайта */
.b_block {
    background: #fff; 
    width: 230px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.left_block {
    width: 230px;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}
    
.left_block_title {
    background-image: url('../images/carcas/block_left_title.png');
    background-color: #fff;
    width: 230px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    border-radius: 6px 6px 0px 0px;
}

.left_block_content {
    background: #fff;
    min-height: 100px;
    text-align: left;
    padding: 2px 5px 10px 5px;
    border-radius: 0px 0px 6px 6px;
}

.center_block {
    width: 620px;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

.right_block {
    width: 230px;
    float: left;
    margin-bottom: 15px;
}

.right_block_title {
    background-image: url('../images/carcas/block_right_title.png');
    background-color: #fff;
    width: 230px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    border-radius: 6px 6px 0px 0px;
}

.right_block_content {
    background: #fff;
    min-height: 100px;
    text-align: left;
    padding: 2px 5px 10px 5px;
    border-radius: 0px 0px 6px 6px;
}
/* ------------- */

/* Страницы сайта */
#page {
    background: #fff;
    width: 100%;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.pagetitle {
	width: auto;
    min-height: 40px;
    background: #FFEAEA;
    font: 20px/40px 'Open Sans';
    text-align: left;
    color: #CF0000;
    padding: 0px 0px 0px 10px;
    border-radius: 6px 6px 0px 0px;
    margin-bottom: 5px;
} 
.pagenav {
	text-align: left; 
	padding: 0px 5px 0px 0px;
	background: #FFF7F7; 
	position: relative;
	top: -5px; 
	height: 25px;
	font: 13px/25px 'tahoma';
}

.pagenav a {
	padding: 5px 10px 5px 0px;
} 

.pagenav a:hover {
	text-decoration: none;
    background: #FFEAEA;
}

.page_image {
    background-color: #efefef;
    border-radius: 6px 6px 0px 0px;
    width: 620px;
    position: relative;
}

.int_pagetitle {
    background-color: rgba(0, 0, 0, 0.4);
    width: 610px;
    padding-left: 10px;
    position: absolute;
    bottom: 0px;
    min-height: 50px;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    text-shadow: 0 0 6px rgba(0,0,0,0.45);
}

.int_pagetitle_back {
    background-color: rgba(0, 0, 0, 0.7);
    width: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 50px;
    color: #fff;
    font-size: 50px;
    line-height: 40px;
    text-shadow: 0 0 6px rgba(0,0,0,0.45);
    text-align: center;
}
    
.int_pagetitle_back:hover {
    background-color: #000;
}
            
.int_pagetitle_back:hover a {
    text-decoration: none;
}
/* ------------- */

/* Страница пользователя */
.userstatus {
    width: auto;
	float: right;
    font: 14px/40px 'Open Sans';
    color: #E49A9A;
    font-weight: bold;
    padding: 0px 10px 0px 0px;
} 

.user_all {
    margin: 10px;
}
    
.user_ava {
	width: 175px;
    float: left;
}
    
.user_info {
	width: 409px;
    padding: 0px 5px 5px 5px;
    text-align: left;
    float: right;
} 

li.user {
	list-style: none;
	margin-left: 5px;
}

.user_info hr {        
	height: 1px;
	background: #F2F2F2;
	border: 0px;
	overflow: hidden;
}

div.uavatar {
    display: inline-block;
    position: relative;
    width: 175px;
}

div.uavatar img {
    border-radius: 7px;
    width: 175px;
}

.ugroup {
    width: 125px;
    height: 25px;
    background: rgba(255, 150, 150, 0.8);
    position: absolute;
    bottom: 0px;
    left: 45px;
    font: 15px/25px 'Open Sans';
    color: #fff;
    z-index: 10;
    border-radius: 7px 0px 7px 0px;
    padding-left: 5px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.59);
    box-shadow: -1px -1px 5px rgba(50, 50, 50, 0.3);
}

.userinfo a {
    display: block;
	text-align: left;
	margin-top: 5px;
	height: 25px;
	font: 12px/25px 'Open Sans';
	list-style: none;
	padding: 0px 0px 0px 5px;
	border-radius: 5px;
}

.userinfo a:hover {
    background: #FFE5E6;
    text-decoration: none;            
}

#xf_bd1 {
	width: 100px;
	font-family: Open Sans;  
    font-size: 13px;
}

#xf_bd2 {
	width: 100px;
    font-family: Open Sans;  
    font-size: 13px;
}

#xf_bd3 {
	width: 100px;
    font-family: Open Sans; 
    font-size: 13px;
}

.user_images  {
	width: 120px;
	height: 80px;
	background: #eee;
	float: left;
	margin: 0px 7px 7px 0px;
	text-align: center;
	position: relative;
}

.user_image {
	width: auto;
	max-width: 120px;
	height: 80px;
}

.img_choose {
	display: block;
	width: 120px;
	height: 80px;
}

.user_image_del  {
	position: absolute; 
	top: 2px;
	right: 2px;
}

.user_image_del img {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.user_image_del img:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
}

/* ------------- */

/* Друзья */
#no-friends {
    padding: 6px;
    border: 1px solid #FFCACA;
    background-color: #FFF0F0;
    color: #D50000;
    margin: 10px 0;
    border-radius: 5px;
}
    
.friends {
    margin-bottom: 10px;
}
.friends ul, .prof-list {
    margin-top: 10px;
}
.friends li {
    width: 55px;
    text-align: center;
    font-size: 10px;
    float: left;
    margin-right: 10px;
    list-style: none;
    overflow: hidden;
}
.friends img {
    display: block;
    margin: 0 auto;
    width: 55px;
    height: 55px;
    border-radius: 5px;
}

.friends_table h3 {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}
.friends_table h3 a span {
    font-size: 12px;
    font-weight: normal;
    color: #6C838E;
}
.friends_table h3 a span:hover {
    text-decoration: underline;
}
.friends_table ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.friends_table td {
    padding: 10px;
    border-bottom: 1px solid #EEE;
    font-size:12px;
    vertical-align: top;
}
.friends_table .active {
    background-color: #F8F8F8;
}
.contact_friends {
    width: 140px;
}
.contact_friends a, .contact_friends span {
    display: block;
    padding: 8px 6px;
    margin-bottom: 5px;
    line-height: 11px;
    border-radius: 5px;
}
.contact_friends a:hover {
    background-color: #FFF0F0;
    text-decoration: none;
}

#allfriends .rcol {
    margin-top: 4px;
}
#allfriends h2.lcol a {
    text-decoration: underline;
}
#allfriends h2.lcol a:hover {
    text-decoration: none;
}

#friends_feed {
    margin: 0 15px;
}
#friends_feed table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 25px;
}
#friends_feed td {
    vertical-align: top;
    text-align: left;
}
#friends_feed td.f_avatar, #friends_feed td.f_author {
    border: 1px solid;
    border-color: #ACCCDA #E2EDF2 #E2EDF2;
    vertical-align: middle;
    background-color: #F4F8FA;
}
#friends_feed td.f_avatar {
    width: 50px;
    border-spacing: 10px;
    padding: 2px;
    border-right-width: 0;
}
#friends_feed td.f_avatar img {
    width: 50px;
    height: 50px;
}
#friends_feed td.f_author {
    padding: 0 10px;
    border-left-width: 0;
    border-style: solid;
    font-size: 11px;
}
#friends_feed td.f_author h3 {
    fonst-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}
#friends_feed td.f_story {
    padding: 15px 0;
}
#friends_feed .f_cover {
    width: 104px;
    max-height: 104px;
    overflow: hidden;
    margin-right: 10px;
    float: left;
    border: 1px solid #E2EDF2;
    background-color: #F4F8FA;
}
#friends_feed .f_cover img {
    width: 100px;
    padding: 2px;
}
#friends_feed td.f_det {
    border-top: 1px solid #E2EDF2;
    padding: 5px 0;
}

.feed_loader {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #E2EDF2;
    color: #284B5A;
    margin-bottom: 20px;
}
.f_active:hover {
    border-color: #ACCCDA;
    background-color: #F4F8FA;
    cursor: pointer;
}


/* ------------- */


/* Всплывающие окна */
#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
    }
#boxes .window {
    position:absolute;
    left: 196px;
	top:50px;
    width:440px;
    height:200px;
    display:none;
    z-index:9999;
    padding: 20px;
    overflow: hidden;
    }  
#boxes #dialog {
    width: 390px; 
    height: 100px;
    padding:10px;
    background-color:#ffffff;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0,0,0,0.45);
    }  
.ttop {
    position:absolute;
    left:0;
    top:0;
	
    width: 405px;
    height:40px;
    font: 16px/40px 'Open Sans';
    background: #FFD6D6;
    border-radius: 6px 6px 0px 0px;
    text-align: left;
    color: #C40000;
    padding-left: 5px;
    }

.btilte {
	width: auto;
    height: 40px;
    font: 16px/40px 'tahoma';
    float: left;
    text-align: left;
    color: #C40000;
    padding-left: 5px;
}

.bclose {
	width: auto;
    
	padding: 0px 10px 0px 10px;
    height: 40px;
    
	font: 13px/40px 'Open Sans';
    float:right;
    background: #FFC9C9;
    color: #C40000;
    }
        
.bclose:hover {
    background: #FFA3A3;
    cursor: pointer;
}
.content {
    padding-top: 35px;
}
/* ------------- */

/* Интервью */
.int_ved {
	position: absolute;
    left: 50px;
    top: 50px
}

.int_ved_name {
	background: rgba(0,0,0,0.7);
    font: 20px/35px 'Open Sans';
	color: #FFC200;
    margin-top: 5px;
	border-radius: 10px;
    text-align: center;
}

.int_ved_img img {
	width: 150px;
    height: 150px;
    border-radius: 15px;
    border: 10px #fff solid;
}

.int_gost {
	position: absolute;
    right: 50px;
    top: 50px
}

.int_gost_name {
    background: rgba(0,0,0,0.7);
	font: 20px/35px 'Open Sans';
	color: #FFC200;
    margin-top: 5px;
	border-radius: 10px;
    text-align: center;
}

.int_gost_img img {
	width: 150px;
    height: 150px;
    border-radius: 15px;
    border: 10px #fff solid;
}

.int_data {
	background: #FFD8D8;
	font: 18px/25px 'Open Sans';
	color: #DA0000;	
}
    
.int_title {
	background: #FFECEC;
	font: 17px 'Open Sans';
	height: 75px;
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	width: 125px;
	border-radius: 7px 0px 0px 7px;
}

.int_title:hover {
	background: #FDE4E4;

}
    
img.int_title_foto {
	width: 75px;
    height: 75px;
    border-radius: 0px 7px 7px 0px;
}

.int_obl {
    height: 350px;
    background-image: url('https://saturnfm.com/templates/SaturnFM/images/pages_images/interview_image.jpg');
    position: relative;
}

.int_title_full {
    position: absolute;
    bottom: 0px;
    padding: 5px;
    text-align: center;
    width: 100%;
    font-size: 28px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}
/* ------------- */

/* Блок "Конференции" */
#conf {
    margin-bottom: 3px;
    background: #fff;
    border: 1px #D3D3D3 solid;
    text-align: left;
    border-radius: 7px;
    padding: 3px;
}
#conf hr {
     height: 1px; 
	 background: #d3d3d3; 
     border: 0px; 
     overflow: hidden;
}

#conf a {
    text-decoration: none;
    color: #000;
}
/* ------------- */

/* Добавление новостей */
.fieldsubmit {
    border-top: 1px #e2e2e2 solid; 
    text-align: center;
    padding: 10px 0px; 
    background-color: #F0F0F0;
    border-radius: 0px 0px 6px 6px;
}

.simple_value {
    width: 278px;
    height: 30px;
    border: 1px #CFCFCF solid;
    border-radius: 5px;
    font: 12px 'Open Sans';
    padding: 0px 10px;
}
    
.change_category {
    width: 300px;
    height: 30px;
    border: 1px #CFCFCF solid;
    border-radius: 5px;
    font: 12px 'Open Sans';
    padding: 0px 10px;
}
    
.text_of_news {
    font-weight: bold;
    padding: 10px 0px;
}
        
a.addnews_tt {
    padding: 6px;
    font-size: 14px;
    color: #FFFFFF;
}

a.addnews_tt:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.27);
    border-radius: 7px;
}
        
/* ------------- */

/* Формы */  
table.tableform {
    width: 100%;
} 
td.label {
    width: 200px;
}
/* ------------- */
        
/* Блоги */
.blog_zgl {
    display: block;
    margin-bottom: 5px;
    padding: 5px;
    width: 200px;
    border-radius: 13px;
    color: #fff;
    font-size: 18px;
}
    
.to_dj {
    background: #FF993A;
}

.to_dj:hover {
    background: #FFA93A;
    text-decoration: none;
}
        
.to_prog {
    background: #69A5FF;
    margin-top: 5px;
}

.to_prog:hover {
    background: #69B5FF;
    text-decoration: none;
}
        
.to_users {
    background: #08CF00;
    margin-top: 5px;
}

.to_users:hover {
    background: #08DF00;
    text-decoration: none;
}

.blog_short_block {
    margin-right: 25px;
	margin-top: 10px;
	margin-left: 15px;
	text-align: left;
}

.blog_short_block a {
    color: #000;
}

.blog_short_block img {
    margin-right: 5px;
}

.blog_panel {
    text-align: left;
	padding: 0px 5px 0px 0px;
	background: #FFF7F7;
	position: relative;
	top: -5px;
	font: 13px/25px 'tahoma';
    height: 60px;
}

.blog_ufoto {
    width: 60px;
    float: left;
}
    
.blog_ufoto img {
	width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 8px;
}

.blog-short {
    min-height: 55px;
    position: relative;     
    margin-top: 5px;
    padding: 5px;
    border-top: 1px #F5F5F5 solid;
}
        
.blog-short:hover {
    background: #FAFAFA;;
}
    
.blog-short_avatar {
    width: 50px;
    height: 100%;
    float: left;
    margin-right: 10px;
}

.blog-short_avatar img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.blog-short_text {
    margin-left: 60px;
}

.blog-short_date {
    font-size: 10px;
    color: #CECECE;
    margin-top: 5px;
    margin-left: 60px;
}
    
.blog-short_date a {
    margin-right: 12px;
}

.blog-short_text a {
color: #000;
}
/* ------------- */

/* Короткие новости на главной странице */
.main_short_news {
    background-color: #fff;
    width: 200px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 6px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

.main_short_news:hover {
    background-color: #FAFAFA;
    text-decoration: none;
}

.main_short_news_title {
    background-color: #00F;
    background-image: url('../images/main_short_news_bg.png');
    color: #fff;
    border-radius: 6px;
    height: 30px;
    margin: 10px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0px 3px 11px 0px rgba(74, 87, 238, 0.75);
}

.main_short_news_title a {
    color: #fff;
}

.main_short_news_content img {
    width: 180px;
    height: 110px;
    margin: 4px 10px;
}

.main_short_news_description {
    margin: 0px 8px 0px 8px;
    text-align:left; 
    font: 13px 'Open Sans';
    height: 53px;
    overflow: hidden;
}

.main_short_news_views {
    margin: 5px 10px;
}
/* ------------- */

/* Блок радиослушатели */
.users_list {
    float: left;
    margin-left: 12px;
    width: 100px;
}

.users_list_ava img {
    width: 92px;
    height: 92px;
    padding: 4px;
    border-radius: 15px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.users_list_name {
    margin-top: 5px;
    height: 40px;
    text-align: center;
    overflow: hidden;
}

.users_list_ava img:hover {
    background: #FAFAFA;
}
/* ------------- */

/* Полная новость */
.news_image {
    background-color: #efefef;
    border-radius: 6px 6px 0px 0px;
    width: 620px;
    position: relative;
}

.news_pagetitle {
    background-color: rgba(0, 0, 0, 0.4);
    width: 610px;
    padding-left: 10px;
    position: absolute;
    bottom: 0px;
    min-height: 50px;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    text-shadow: 0 0 6px rgba(0,0,0,0.7);
}
        
.news_date {
    background-color: rgba(0, 0, 0, 0.4);
    width: 210px;
    position: absolute;
    top: 50px;
    padding: 10px;
    font: 15px 'Open Sans';
    color: #fff;
}
 
.news_shares {
    background-color: #EBEBEB;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding: 5px 10px;
    float: left;
}        
        
.news_share {
    width: 100%;
    background-color: #EBEBEB;
    margin-bottom: 15px;
    padding: 5px 0px;
}

.img_attach {
    margin-top: 10px;
}

.img_attach img {
    width: 198px;
}
/* ------------- */

/* Игры */
.games_block {
    display: inline-block;
    float: left;
    margin: 10px 8px 10px 17px;
    width: 130px;
}

.games_block img {
    width: 120px;
    height: 120px;
    border-radius: 10px; box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    transition: all ease 0.2s;
}

.games_block h2 {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    font-weight: normal;
    width: 120px;
	height: 75px;
}

.games_block img:hover {
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
/* ------------- */

/* Комментарии */
.comments_place {
    padding: 0px 10px;
}

.comment {
    width: 100%;
    min-height: 55px;
    position: relative;     
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px #F5F5F5 solid;
}
    
.comment_avatar {
    width: 50px;
    height: 100%;
    float: left;
    margin-right: 10px;
}

.comment_avatar img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.comment_text {
    margin-left: 60px;
}

.comment_date {
    font-size: 10px;
    color: #CECECE;
    margin-top: 5px;
    margin-left: 60px;
}
    
.comment_date a {
    margin-right: 12px;
}

/*---Сборники---*/
.sbornik {
    float: left;
    width: 135px;
    height: 135px;
    position: relative;
    margin: 0px 15px 5px 0px;
    border: 1px #E9E9E9 solid;
    border-radius: 10px;
    padding: 2px;
}

.sbornik img {
    width: 135px;
    height: 135px;
    border-radius: 8px;
}

.sbornik_title {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 135px;
    color: #fff;
    border-radius: 8px 8px 0px 0px;
    padding: 5px 0px;
    font-size: 11px;
    text-align: center;
}

.sbornik:hover {
    background: #ECECEC;
}
   
.sbornik_obl {
    background-image: url('https://saturnfm.com/templates/SaturnFM/images/pages_images/sbornik_image.jpg');
    height: 350px;
    position: relative;
}

.sbornik_descr {
    padding: 10px;
}

img.sbornik_ava {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50px;
    left: 50px;
    border-radius: 110px;
    border: 5px #fff solid;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}

.sbornik_title_full {
    font-size: 30px;
    color: #fff;
    position: absolute;
    bottom: 80px;
    right: 0px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
    padding: 10px;
    text-align: right;
    width: 380px;
}

.sbornik_title_00 {
    font-size: 60px;
    color: #fff;
    position: absolute;
    top: 55px;
    right: 0px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
    padding: 10px;
    width: 340px;
}

.sbornik_title_01 {
    font-size: 60px;
    color: #fff;
    position: absolute;
    top: 120px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
    padding: 10px;
    width: 600px;
    text-align: center;
}
/* ------------- */

/* Новости шоу-бизнеса */
.shbi_news {
    padding: 3px 0px;
    min-height: 85px;
}

.shbi_news_photo img {
    width: 110px;
    height: 80px;
    margin-right: 5px;
    border-radius: 5px;
}

.shbi_news_photo {
    float: left;
}

.shbi_news_descr h2 {
    font-size: 12px;
}
/* ------------- */

/* Я - репортер */
a.reporter_add {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    background: #FFF7F7;
    border-top: 1px #E9E9E9 solid;
    border-bottom: 1px #E9E9E9 solid;
}

a.reporter_add:hover {
    background: #FFF2F2;  text-decoration: none;
}

.reporter_title {
    padding: 10px;
    text-align: center;
}
/* ------------- */

/* Ссылка на электронную почту */
.email_admin {
    border-bottom: 6px #E41313 solid;  
    font: bold 25px 'Open Sans';  
    color: #E41313;  
    height: 17px;  
    margin: 0px 0px 25px 0px;  
    text-align: center;
}

.email_admin a {
    background: #FFF; 
    padding: 0px 7px 0px 7px;
}

.email_admin:hover {
    border-bottom: 6px #FF7417 solid;     
    cursor: pointer;
}

.email_admin a:hover {
    text-decoration: none;
}
/* ------------- */

/* Сообщения */
.readpm {
    background: #FFFAFA;   
    margin-top: 5px;
}

.readpm_ava-name {
    height: 75px;
}

.readpm_ava-name img {
    width: 70px;
    height: 70px;
    float: left;
    margin: 5px 10px 0px 5px;
    border-radius: 5px;
}

.readpm_ava-name h2 {
    padding-top: 5px;
}

.readpm_message {
    background: #fff;
    margin: 5px 5px 0px 5px;
    padding: 5px;
    border: 1px #FFE8E8 solid;
    border-radius: 5px;
}

.readpm_actions {
    padding: 10px 5px;
}

.readpm_actions a {
	margin-right: 20px;
}

.readpm_actions_button {
    display: inline;
}

.readpm_actions_button a {
	padding: 5px 17px;
	color: #FFF;
	border: 0;
	border-radius: 5px;
	background: url('../images/button_bg.png') repeat-x;
	background-color: #D61717;
	outline: none;
	text-shadow: 0 1px 0 #000;
	border-bottom: 1px #bb0000 solid;
	font: 13px 'open sans';
}
    
.readpm_actions_button a:hover {
	background: url('../images/button_bg.png') repeat-x;
	background-color: #E90000;
	background-position: 0px -30px;
	cursor: pointer;
	outline: none;
    text-decoration: none;
}
        
.readpm_actions_button a:active {
	background: url('../images/button_bg.png') repeat-x;	
	background-color: #B80000;
	background-position: 0px -60px;
	cursor: pointer;
	outline: none;    
}

.pm_input {
    width: 480px;
    padding: 5px;
    border-radius: 5px;
    border: 1px #DBDBDB solid;
    outline: none;
}

.pm_input:focus {
    border: 1px #C0C0C0 solid;
}

/* ------------- */

/* Большое меню со слайдером */
div.menu_top {
    background: #E2E2E2;
    height: 35px;
    border-radius: 8px 8px 0px 0px;
}

div.menu_top a {
    display: block;
    float: left;
    height: 35px;
    padding: 0px 9px;
    font-weight: bold;
    line-height: 35px;
    color: #555;
    text-shadow: 1px 1px 0px rgba(240, 240, 240, 1);
}

div.menu_top a:hover {
    background: #f0f0f0;
    text-decoration: none;
}

div.menu_bottom {
    background: #E2E2E2;
    height: 35px;
    border-radius: 0px 0px 8px 8px;
}

div.menu_bottom a {
    display: block;
    float: left;
    height: 35px;
    padding: 0px 9px;
    font-weight: bold;
    line-height: 35px;
    color: #555;
    text-shadow: 1px 1px 0px rgba(240, 240, 240, 1);
}

div.menu_bottom a:hover {
    background: #f0f0f0;
    text-decoration: none;
}

div.menu_left {
    background: #fff;
    height: 230px;
    width: 230px;
    float: left;
}

div.menu_left img:hover {
    opacity: 0.75;
    cursor: pointer;
}

div.menu_center_slider {
    background: #fff;
    height: 230px;
    width: 750px;
    float: left;
}

div.menu_right {
    background: #fff;
    height: 230px;
    width: 120px;
    float: left;
}

div.menu_right img:hover {
    opacity: 0.75;
    cursor: pointer;
}

.slider {
    height:214px;
    position: relative;
    width: 809px;
    
}

.sliderContent {
    float: left;
    width:750px;
    height:230px;
    clear:both;
    position:relative;
    overflow:hidden;
}

.sliderContent .item {
    position:absolute;
    width:750px;
    height:230px;
    background:#fff;
}

.sliderBullets {
    position:absolute;
    bottom:0;
    left:10%;
    z-index:50;
    margin-left:-45px;
}

.sliderBullets a {
    display:block;
    float:left;
    text-indent:-9999px;
    outline:none;
    margin-left:5px;
    width:15px;
    height:15px;
    background:url('../images/slider/bullets.png') no-repeat;
}

.sliderBullets .active {
    background-position:0 -15px;
}

.sliderContent a {
    outline:none;
}

.sliderArrows a {
    display:block;
    text-indent:-9999px;
    outline:none;
    z-index:50;
    background-image:url('../images/prev_next.png');
    width:64px;
    height:64px;
    position:absolute;
    top:50%;
    margin-top:-34px;
}
/* ------------- */

/* Дополнительные блоки */
.d-block {
    width: 350px;
    height: 100%;
    background: #fff;
    float: left;
    border-radius: 8px;
    box-shadow: 0px 0px 7px rgba(201, 201, 201, 1);
    position: relative;
}

.d-block_title {
    background-color: #f00;
    background-image: url('../images/d-blocks/d-block_bg.png');
    color: #fff;
    border-radius: 12px;
    height: 35px;
    margin: 15px;
    font-size: 21px;
    line-height: 35px;
    text-align: center;
    box-shadow: 0px 3px 11px 0px rgba(238, 74, 74, 0.75);
}

.d-block_content {
    padding: 10px;
    text-align: left;
}
/* ------------- */

/* Подвал сайта */
.foot-text {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    text-align: justify;
}

.foot-navigation {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 1100px;
    text-align: center;
}

.foot-navigation a {
    padding: 5px 10px;
    border-radius: 5px;
}
        
.foot-navigation a:hover {
    background-color: #F0F0F0;
    text-decoration: none;
}

.l_counter {
    position: absolute;
    top: 20px;
    right: 10px;
}
/* ------------- */

/* Сейчас во всех разделах */
.radios_online_now h2 {
	font-size: 18px; 
    line-height: 32px;
    color: #fff; 
    margin: 0px; 
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
}

.radios_online_now a:hover {
    text-decoration: none;
}
    
.radios_online_now h2.pop {
	background: #00B8FF;
}

.radios_online_now h2.pop:hover {
	background: #00C8FF;
    cursor: pointer;
}

.radios_online_now h2.russia {
	background: #0047FF;
}

.radios_online_now h2.russia:hover {
	background: #0077FF;
    cursor: pointer;
}

.radios_online_now h2.sssr {
	background: #D50000;
}

.radios_online_now h2.sssr:hover {
	background: #EB0A0A;
    cursor: pointer;
}

.radios_online_now h2.disco80 {
	background: #FFB71F;
}

.radios_online_now h2.disco80:hover {
	background: #FFC71F;
    cursor: pointer;
}

.radios_online_now h2.relax {
	background: #56EE00;
}

.radios_online_now h2.relax:hover {
	background: #56FE00;
    cursor: pointer;
}

.radios_online_now h2.rock {
	background: #BE00BE;
}

.radios_online_now h2.rock:hover {
	background: #BE50BE;
    cursor: pointer;
}
                    
.radios_online_now h2.international {
	background: #1700BE;
}

.radios_online_now h2.international:hover {
	background: #1750BE;
    cursor: pointer;
}
/* ------------- */

/* Кнопки */
.bt {
	padding: 5px 17px;
	color: #FFF;
	border: 0;
	border-radius: 5px;
	background: url('../images/button_bg.png') repeat-x;
	background-color: #D61717;
	outline: none;
	text-shadow: 0 1px 0 #000;
	border-bottom: 1px #bb0000 solid;
	font: 13px 'open sans';
}

.bt:hover {
	background: url('../images/button_bg.png') repeat-x;
	background-color: #E90000;
	background-position: 0px -30px;
	cursor: pointer;
	outline: none;
}

.bt:active {
	background: url('../images/button_bg.png') repeat-x;	
	background-color: #B80000;
	background-position: 0px -60px;
	cursor: pointer;
	outline: none;
}
/* ------------- */

/* Хит-парад */
a.hit_s {
    display: block;
    width: 65px;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 4px;
    margin-right: 4px;
    text-align: center;
    float: left;
    border-radius: 5px;
    color: #fff;
}

a.hit_s:hover {
    text-decoration: none;
    cursor: pointer;
}

hr.hit_s {
    background: #E0E0E0;
}

a.pop {
    background: #00B8FF;
}

a.pop:hover {
    background: #2AC4FF;
}

a.russia {
    background: #0047FF;
}

a.russia:hover {
    background: #2561FD;
}

a.sssr {
    background: #D50000;
}

a.sssr:hover {
    background: #F00000;
}

a.disco80 {
    width: 104px;
    background: #FFB71F;
}

a.disco80:hover {
    background: #FFBF37;
}

a.relax {
    width: 95px;
    background: #56EE00;
}

a.relax:hover {
    background: #6CFA1C;
}

a.rock {
    width: 76px;
    background: #BE00BE;
}

a.rock:hover {
    background: #DB03DB;
}

a.int {
    width: 123px;
    background: #1700BE;
}

a.int:hover {
    background: #2A11E0;
}
/* ------------- */

/*---Доска объявлений---*/
.board_obl {
    height: 157px;
    border-radius: 6px 6px 0px 0px;
    position: relative;
}
    
.board_block {
    padding: 5px;
    text-align: left;
}
        
.board_block ul {
	list-style: none;
	padding-left: 8px;
	margin: 0px 0px 8px 0px;
}
            
.board_block h2 {
	margin: 2px;
	font: bold 16px 'open sans';
}
        
.board_block td {
	vertical-align: top;
	width: 50%;
}

.board_add {
    position: absolute;
	bottom: 4px;
	right: 5px;
	color: #fff;
}

.board_add a {
	color: #fff;
	font-weight: bold;
}

.board_info {
	text-align: left;
	padding: 5px;
}

.board_info ul {
	list-style: none;
	padding-left: 8px;
	margin: 0px;
}

.board_back {
    position: absolute;  
    bottom: 4px;  
    left: 5px;  
    color: #fff;
}

.board_back a {
    color: #fff;  
    font-weight: bold;
}

.board_title_cat {
	padding: 5px 10px;
	font-size: 25px;
	color: #D18D26;
	font-weight: bold;
	border-bottom: 1px #D18D26 solid;    
}

.board_panel {
    text-align: left;
	padding: 0px 5px 0px 0px;
	background: #FFF3E7;
	position: relative;
	font: 13px/25px 'open sans';
    height: 60px;
    border-bottom: 1px #D18D26 solid;
}

.board_ufoto {
    width: 60px;
    float: left;
}
    
.board_ufoto img {
	width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 8px;
}
/* ------------- */

/*---Список всех пользователей---*/
#all_users {
    height: 105px;
    margin: 5px 0px 0px 5px;
    border-bottom: 1px solid #F2F2F2;
}

.all_users_l {
	float: left;
}

.all_users_c {
	float: left;
    padding: 0px 0px 0px 5px;
}

.all_users_c a {
	font: 16px 'Tahoma';
}

.all_users_r {
	float: right;
}

.all_users_r li {
	list-style: none;
    width: 150px;
	height: 25px;
	font: 12px/25px 'Tahoma';
    background: #fff;
	border-radius: 5px 0px 0px 5px;
	padding-left: 5px;
}

.all_users_r li:hover {
    background: #FFF5F5;
}
        
.all_users_r a {
	text-decoration: none;
}

.all_users_r a:hover {
	text-decoration: none;
}

img.userlist {
width: 100px;
height: 100px;
border-radius: 10px;
}

/* ------------- */

/* Знакомства */
.love_block {
    float: left;
    width: 295px;
    margin: 0px 0px 10px 10px;
    color: #000;
}

.love_block:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    cursor: pointer;
}

.love_info {
	padding: 5px 5px 5px 0px;
}

.love_cel {
	margin: 0px 5px 5px 5px;
}

.love_photo {
    float: left;
}

.love_photo img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    margin: 5px 10px 5px 5px;
}

.love_info h2 {
	display: block;
	font-size: 16px;
	color: #E21D1D;
	padding-bottom: 3px;
}
/* ------------- */

/* Сервисы СатурнFM */
.s_services a {
	display: inline-block;
    width: 95%;
	padding: 6px 3px;
    margin: 1px 0px;
	font: 16px 'Tahoma';
	border-radius: 5px;
    text-decoration: none;
}

.s_services a:hover {    
	background: #FFDFDF;
    text-decoration: none;
}
            
.s_services a:active {    
	background: #FFBDBD;
    text-decoration: none;
}
    
.s_services img { 
    margin-right: 3px;
}

.s_services_left {
    float: left;
    width: 200px;
}
.s_services_right {
    float: right;
    width: 130px;
}
/* ------------- */

/* Исполнители */
#exec {
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

#exec a:hover {
    text-decoration: none;
}

#exec:hover {
    background: #F8F8F8;
}

.ex_short_img {
    float: left;
    margin-right: 5px;
}

.ex_short_name {
    color: #000;
    padding-right: 5px;
    overflow: hidden;
    height: 100px;
}
.ex_short_name h2 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #D11A1A;
}
.ex_short_img img {
    border-radius: 10px 0px 0px 10px;
}

.ex_obltop {
	height: 350px;
    width: 100%;
	background-color: #F7F7F7;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 6px 6px 0px 0px;
}

.ex_name {
	height: 50px;
    width: 612px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0px;
    font: 30px/50px 'Open Sans';
    padding: 0px 4px;
    text-align: left;
    color: #fff;
    text-shadow: 0 0 6px rgba(0,0,0,0.45);
}

.ex_fav {
	float: right;
    padding-top: 5px;
}

.ex_fav img {
    border-radius: 10px;
}

.ex_info {
    padding: 4px;
}

table.ex_data {
	vertical-align: top;
    text-align: left;
}

td.ex_data {
	width: 150px;
    color: #999;
    font-weight: bold;
}

.block_bio {

}
    
.block_bio {
	width: 400px;
	float: left;
}
               
.inf_bio {
    height: 300px;
    overflow-y: auto;
    text-align: left;
    font: 12px 'Open Sans';
    padding: 4px;
}
            
.zgl_bio {
    background: #FFE5E5;
	height: 35px;
    font: 20px/35px 'Open Sans';
    padding: 0px 4px;
    text-align: left;
    color: #D80003;
    margin-top: 8px;
}
        
.block_alb {
	width: 200px;
    float: right;
}
        
.inf_alb {
    height: 300px;
    background: #FFF5F5;
    overflow-y: auto;
    text-align: left;
    font: 12px 'Open Sans';
    padding: 4px;
}
.zgl_alb {
    background: #FFE5E5;
	height: 35px;
    font: 20px/35px 'Open Sans';
    padding: 0px 4px;
    text-align: left;
    color: #D80003;
    margin-top: 8px;
}    
      
.ex_zgl {
    background: #FFE5E5;
	height: 35px;
    font: 20px/35px 'Open Sans';
    padding: 0px 4px;
    text-align: left;
    color: #D80003;
    margin-top: 8px;
}

.ex_inf {
    height: 300px;
    overflow-y: auto;
    text-align: left;
    font: 12px 'Open Sans';
    padding: 4px;
}

.ex_photos32 {
	padding: 10px;
    text-align: left;
}

.ex_photos32 img {
	padding: 0px 5px 5px 0px;
    height: 150px;
}

.ex_fav-list {
    float: left;
    margin-left: 5px;
    margin-bottom: 20px;
    text-align: center;
    width: 149px;
}

img.ex_list {
	border: 1px solid #EAEAEA;
	padding: 5px; 
	width: 135px; 
	height: 135px; 
	border-radius: 75px;
}

img.ex_list:hover {
	background: #F7F7F7;
}

img.ex_list:active {
	background: #F0F0F0;
}

.ex_fav-list b {
	height: 35px;
	display: block;
}

.bex_obltop {
	background-image: url('../images/obl.jpg');
}

.bex_image {
	position: absolute;
    left: 25px;
	bottom: 75px;
	border: 5px #fff solid;
	border-radius: 5px;
	box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.5);

} 

.bex_image img {
	width: 200px;
    height: 200px;
}

.bex_cat {
	height: 30px;
	width: 200px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0px;
	right: 0px;
	font: 15px/30px 'tahoma';
	padding: 0px 4px;
	text-align: right;
	color: #BD0000;
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.45);
	border-radius: 0px 6px 0px 20px;
}   

.count {
    height: 41px;
    width: 75px;
    float: left;
    background: url('../images/count.png') no-repeat;
    font: 18px/35px 'tahoma';
    color: #fff;
    text-align: center;
    padding-left: 6px;
    margin-top: 4px;
}

.bex_img {
    width: 200px;
    height: 200px;
    border-radius: 110px;
    border: 5px #fff solid;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 80px;
    left: 25px;
}
/* ------------- */

/* Каркас сайта */
#main {
    width: 1100px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
                
#head {
    height: 145px;
    position: relative;
}

#menu {
    background: #e2e2e2;
    height: 300px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

#content {
    display: flex;
}

#d-block_1 {
    height: 560px;
    margin-bottom: 15px;
}

#d-block_2 {
    height: 620px;
    margin-bottom: 10px;
}

#d-block_3 {
    height: 560px;
    margin-bottom: 10px;
}

#d-block_4 {
    height: 560px;
    margin-bottom: 15px;
}

#video-slider {
    background-image: url('../images/plenka.png');
    height: 135px;
    margin-bottom: 15px;
}

#stroka {
    background: url('../images/stroka.png') repeat-x;
    height: 50px;
    width: 100%;
    font: 20px/50px 'Russo One';
    margin-bottom: 10px;
}

.stroka_green {
    color: lime;
}

.stroka_red {
    color: red;
}

#foot {
    background: #e2e2e2;
    position: relative;
    height: 150px;
    padding: 15px 0px 0px 0px;
    z-index: 99999;
    border-top: 1px #C7C7C7 solid;
    box-shadow: inset 0px 2px 8px -5px rgba(50, 50, 50, 0.35);
}
/* ------------- */

/* Лайки */

.like_place {
    display: inline-block;
    float: right;
}

	.easylike_count {
		display: inline-block;
		color: #e74c3c;
		cursor: pointer;
		font: bold 10px/10px 'Open Sans';
		background: #fff url('../images/icons/like.gif') no-repeat 8px 8px;
		padding: 6px 10px 6px 23px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all ease .5s;
		-moz-transition: all ease .5s;
		-ms-transition: all ease .5s;
		-o-transition: all ease .5s;
		transition: all ease .5s;
	}
	.easylike_count:hover {
		background: #FFDFE2 url('../images/icons/like.gif') no-repeat 8px 8px;
	}

	/*v 1.2*/
	.easylike_load {
		width:19px;
	}
	.easylike_circles {
		background-color: #2C3E50;
		float: left;
		height: 4px;
		margin: 6px 2px 6px 0;
		width: 4px;
		-webkit-animation-name: easylikeBounce;
		-webkit-animation-duration: 0.8999999999999999s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: linear;
		-o-animation-name: easylikeBounce;
		-o-animation-duration: 0.8999999999999999s;
		-o-animation-iteration-count: infinite;
		-o-animation-direction: linear;
		animation-name: easylikeBounce;
		animation-duration: 0.8999999999999999s;
		animation-iteration-count: infinite;
		animation-direction: linear;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.easylike_circles.ec1 {
		-webkit-animation-delay: 0.18s;
		-o-animation-delay: 0.18s;
		animation-delay: 0.18s;
	}
	.easylike_circles.ec2 {
		-webkit-animation-delay: 0.42000000000000004s;
		-o-animation-delay: 0.42000000000000004s;
		animation-delay: 0.42000000000000004s;
	}
	.easylike_circles.ec3 {
		-webkit-animation-delay: 0.5399999999999999s;
		-o-animation-delay: 0.5399999999999999s;
		animation-delay: 0.5399999999999999s;
	}
	@-webkit-keyframes easylikeBounce{0%{} 50%{background-color:#e74d3c} 100%{}}
	@-o-keyframes easylikeBounce{0%{} 50%{background-color:#e74d3c} 100%{}}
	@keyframes easylikeBounce{0%{} 50%{background-color:#e74d3c} 100%{}}
    
    .jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}














/* 124 */

.video-carousel {
	width: 160px;
	height: 86px;
	display: block;
	margin-right: 13px;
	background-size: cover;
	border-radius: 10px;
	border: 1px #fff solid;
    position: relative;
}

.video-carousel-time {
	width: 45px;
	height: 20px;
	position: absolute;
	color: #fff;
	bottom: 0px;
	right: 0px;
	font: 10px/20px 'open sans';
	text-align: center;
	background: rgba(0,0,0,0.4);
	border-radius: 10px 0px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 1000px;
    padding: 24px 50px 25px 50px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 1000px;
    height: 245px;
    padding: 24px 50px 25px 50px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  1000px;
    height: 95px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  150px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 150px;
    height: 95px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 5px;
	margin-right: 5px;
	width: 160px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 35px;
    right: -5px;
    width: 64px;
    height: 64px;
    cursor: pointer;
    background: transparent url('../images/prev_next.png') no-repeat -64px 0px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url('../images/prev_next.png');
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -64px -65px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px -65px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 35px;
    left: -5px;
    width: 64px;
    height: 64px;
    cursor: pointer;
    background: transparent url('../images/prev_next.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url('../images/prev_next.png');
    background-position: 0 -65px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: 0 -65px; 
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0 -65px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/* 124 */

/* Стандартный информер (блочный, sample.blocks.tpl) */
.block_pop_video {
    width: 157px;
    height: 130px;
    border-radius: 5px;
    position: relative;
    float: left;
    margin-left: 5px;
}
    
.block_pop_video_image {
    width: 157px;
    height: 85px;
    border-radius: 5px;
    position: relative;
}

.block_pop_video a {
    width: inherit;
    height: inherit;
    display: block;
}
.block_pop_video_time {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #e2e0e0;
	background: rgba(0, 0, 0, 0.7);
	padding: 0 10px;
	border-radius: 2px 0 3px 0;
}
.block_pop_video_title {
    display: block;
    margin-top: 5px;
}
.block_pop_video_title a {
    color: #787878;
    font-weight: 700;
    text-decoration: none;
}