.my_boards_list, .my_boards_list *, .board_list_cats, .board_list_cats *, .my_b_f_fields, .my_b_f_fields *, .board_item, .board_item *{
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	box-sizing: content-box!important;
}
.board_feedback_block, .board_feedback_block *{
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	box-sizing: border-box!important;
}
.board_list_cats {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: block;
}
.board_list_cats ul.board_cats{margin: 0;padding: 0;list-style: none;}
.board_list_cats ul.board_cats li{
    float: left;
    width: 48%;
    margin: 0 10px 10px 0;
    height: 35px;
    overflow: hidden;
}
.board_list_cats ul.board_cats > li:nth-child(n+9){
	display:none
}
.show_all_cats{
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
    color: #444;
    width: 100%;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	cursor:pointer;
	outline:none
}
.show_all_cats:focus{
	
}
.board_list_cats ul.board_cats li a{
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
}
.board_list_cats ul.board_cats li img{float: left;margin-right: 10px;}
.board_list_cats ul.board_cats li ul#sub_board_cats{
    margin: 0;
    padding: 0;
    list-style: none;
	height:15px;
	overflow:hidden;
}
.board_list_cats ul.board_cats li ul#sub_board_cats li > ul{display:none}
.board_list_cats ul.board_cats li ul#sub_board_cats li > img{display:none}
.board_list_cats ul.board_cats li ul#sub_board_cats li{width: auto;margin: 0;}
.board_list_cats ul.board_cats li ul#sub_board_cats li a{font-size: 12px;margin-right:3px;}
.board_list_cats ul.board_cats li ul#sub_board_cats li a:after{content:",";}
.board_list_cats ul.board_cats li ul#sub_board_cats li:last-child a:after{content:"";}
/*****************************************/
.my_boards_list {
    margin: 0;
    padding: 10px 5px 5px 5px;
    display: block;
    position: relative;
    overflow: hidden;
}
.my_boards_list.my_b_grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.my_boards_list .my_b_list .my_b_photo{
    float: left;
    position: relative;
    margin: -10px 10px 10px 0;
    border: 1px dashed #ccc;
    padding: 2px;
    background: #fff;
}
.my_boards_list .my_b_list.normal .my_b_photo{
	overflow: hidden;
    max-height: 130px;
    width: 200px;
    
}
.my_boards_list .my_b_list.micro .my_b_photo{margin: -10px 7px 0 0;}
.my_boards_list .my_b_list .my_b_photo a{
    line-height: 0;
    display: block;
    max-height: 130px;
    overflow: hidden;
}
.my_boards_list .my_b_list .my_b_fields{
    border: 1px solid #CECACA;
    background: #FBFBFB;
    margin: 0 0 20px 10px;
    padding: 0 0 0 10px;
}
.my_boards_list .my_b_list.normal .my_b_photo a img{height: 100%;width: 100%;}
.my_boards_list .my_b_list .my_b_photo .my_b_photos_count{
	background: url("/templates/default/controllers/board/img/photos_count_sprite.png") no-repeat 0 0;
	width: 19px;
	height: 17px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: bottom;
	zoom: 1;
	position: absolute;
	padding-top: 1px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	left: 7px;
	bottom: 9px;
	z-index: 1;
}
.my_boards_list .my_b_list.is_vip .my_b_photo .my_b_photos_count{
	background: url("/templates/default/controllers/board/img/photos_count_sprite_vip.png") no-repeat 0 0;
}
.my_boards_list .my_b_list.micro .my_b_photo .my_b_photos_count{display:none;}
.my_boards_list .my_b_list.normal .my_b_photo .my_b_panels {
    background: rgba(0, 0, 0, 0.63);
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: 2px;
    width: 98%;
    text-align: center;
    -moz-opacity: 0;
    -ms-opacity: 0;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -o-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
}
.my_boards_list .my_b_list.normal .my_b_photo:hover .my_b_panels {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-moz-opacity: 1;
	-ms-opacity: 1;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	top: 2px;
}
.my_boards_list .my_b_list .my_b_photo .my_b_panels a{
    line-height: 26px;
    float: left;
    height: 26px;
    width: 50%;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
	display:none;
}
.my_boards_list .my_b_list.normal .my_b_photo .my_b_panels a{display:block;}
.my_boards_list .my_b_list.normal .my_b_photo .my_b_panels a:hover{background: #2980B9;}
.my_boards_list .my_b_list.normal.is_vip .my_b_photo .my_b_panels a:hover{background: #F0AD4E;}
.my_boards_list .my_b_list.normal .my_b_photo .my_b_panels.my_b_not_photo a#my_b_item_photo{display:none;}
.my_boards_list .my_b_list.normal .my_b_photo .my_b_panels.my_b_not_photo a{width:100%}
.my_boards_list .my_b_list .my_b_fields h2{
    margin: 5px 0 5px;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
}
.my_boards_list .my_b_list.micro .my_b_fields h2{margin: 5px 0 10px;}
.my_boards_list .my_b_list .my_b_fields h2 a{text-decoration:none;}
.my_boards_list .my_b_list .my_b_fields .my_b_text {
    min-height: 30px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}
.my_boards_list .my_b_list.micro .my_b_fields .my_b_text {min-height:auto;}
.my_boards_list .my_b_list.small .my_b_fields .my_b_text {min-height:35px;}
.my_b_list .my_b_fields .my_b_text.my_b_nophoto {min-height:auto !important;}
.my_boards_list .my_b_list .my_b_fields .my_b_infolist {
    margin: 0 0px 15px;
    padding: 0px;
    display: block;
    position: relative;
    line-height: 18px;
    list-style: circle;
    list-style-position: inside;
    color: #777;
    clear: both;
}
.my_boards_list .my_b_list .my_b_fields .my_b_infolist li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 3px;
}
.my_boards_list .my_b_list .my_b_fields .my_b_infolist li  strong{color: #717171;}
.my_boards_list .my_b_list .my_b_fields .my_b_infolist li  a{text-decoration: none;}
.my_boards_list .my_b_list.micro .my_b_fields .my_b_infolist {margin: 8px 0 15px;}
.my_boards_list .my_b_list .my_b_fields .my_b_vip{    
    border-style: solid; border-width: 0 40px 40px 0; float:right; height: 0px; width: 0px;
    -webkit-transform: rotate(360deg);  
    -moz-transform: rotate(360deg);  
    -o-transform: rotate(360deg);  
    transform: rotate(360deg); 
	border-color: transparent #f0ad4e transparent transparent;
}
.my_boards_list .my_b_list .my_b_fields .my_b_vip_text{
    color:#fff;
    font-size:12px;
    font-weight:bold;
    position:relative;
    right: -19px;
    top: -1px;
    white-space: nowrap;
    -ms-transform:rotate(30deg);
    -o-transform: rotate(360deg);
    -webkit-transform:rotate(44deg);
    transform: rotate(44deg);
    letter-spacing: 3px;
    text-transform: uppercase;
}
.my_boards_list .my_b_list .my_b_fields .my_b_footer{
	background:#eee;
	padding:0;
	border: 1px solid #DEDBDB;
	margin: 5px -6px -1px -17px;
	overflow:hidden;
}
.my_boards_list .my_b_list .my_b_fields .my_b_footer:before, .my_boards_list .my_b_list .my_b_fields .my_b_footer:after{
    content: ' ';
    position: absolute;
    left: 9px;
    margin-top: -7px;
    width: 0;
    border: 3px solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.my_boards_list .my_b_list .my_b_fields .my_b_footer:before{
	border-top-color: transparent;
    border-right-color: #DADCDC;
    border-bottom-color: #DADBDC;
    border-left-color: transparent;
}
.my_boards_list .my_b_list .my_b_fields .my_b_footer:after{
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: #DADCDC;
	border-left-color: #DADCDC;
	right: 0px;
	left: auto;
}
.my_boards_list .my_b_list .my_b_fields .my_b_footer .my_b_price:after {
	content:" ";
	position: absolute;
	border: 4px solid #000;
	right: 0;
	border-right: 7px solid #EEE;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 7px solid transparent;
	margin-top: -15px;
	display: block;
	width: 0;
	height: 0;
}
.my_boards_list .my_b_list .my_b_fields .my_b_footer .my_b_price {
	float: left;
	position: relative;
	background: #DADBDC;
	padding: 5px 15px 5px 5px;
	margin: 0;
	color: #5A5757;
	font-weight: bold;
}
/****************************/
.my_boards_list .my_b_list.is_vip .my_b_fields{border: 1px solid #f0ad4e;}
.my_boards_list .my_b_list.is_vip .my_b_photo{border-color:#F0AD4E;box-shadow: 1px 1px 2px rgba(240, 173, 78, 0.32);}
.my_boards_list .my_b_list.is_vip .my_b_fields .my_b_footer{background: #FFE6C3;border: 1px solid #F9B351;}
.my_boards_list .my_b_list.is_vip .my_b_fields .my_b_footer:before{
	border-top-color: transparent;
	border-right-color: #F9B351;
	border-bottom-color: #F9B351;
	border-left-color: transparent;
}
.my_boards_list .my_b_list.is_vip .my_b_fields .my_b_footer:after{
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: #F9B351;
	border-left-color: #F9B351;
}
.my_boards_list .my_b_list.is_vip .my_b_fields .my_b_footer .my_b_price {background: #F9B351;color: #FFFFFF;}
.my_boards_list .my_b_list.is_vip .my_b_fields .my_b_footer .my_b_price:after{border-right: 7px solid #FFE6C3;}

.board-filter {margin-bottom:0}
.board-filter, .board-filter *{-webkit-box-sizing: border-box!important;-moz-box-sizing: border-box!important;box-sizing: border-box!important;line-height: 16px;}
.my_b_select_style {
    display: block;
    position: relative;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}
.my_b_select_style .my_b_buttons {
    float: right;
    border: 1px solid #B8D6FB;
    margin-top: -1px;
    padding: 5px;
    background: #F4F8FD;
    color: #68809B;
    line-height: 0;
}
.my_b_select_style .my_b_buttons img{cursor:pointer;opacity: 0.5;-moz-opacity: 0.5;}
.my_b_select_style .my_b_buttons img.my_b_active, .my_b_select_style .my_b_buttons img:hover{opacity: 1;}
#board_map {width: 100%; height: 400px;border:1px solid #ccc;margin:0 0 10px;display:none;}
.my_b_other_panels{display:none;}
/***********************GRID*********************/
.my_b_grid .my_b_list.normal {width: 48%;float: left;margin: 0 0 20px 0;border:1px solid #ccc;position:relative;}
.my_b_grid .my_b_list.normal:nth-child(even) {margin-right: 0px;}
.my_b_grid .my_b_list .my_b_photo{float:none;padding:2px;margin:0;}
.my_b_grid .my_b_list.normal .my_b_photo{height: 170px;max-height:170px;overflow: hidden;padding:0;width: 100%;border: none}
.my_b_grid .my_b_list.is_vip .my_b_photo{box-shadow:none;}
.my_b_grid .my_b_list.normal .my_b_fields:before{content:'';display:block;position:absolute;bottom: 32px;left: 25px;margin-left:-11px;width:0;height:0;border-style:solid;border-width:0 11.5px 11px 11.5px;border-color: transparent transparent #fff transparent;}
.my_b_grid .my_b_list.normal.is_vip .my_b_fields:before{border-color: transparent transparent #F0AD4E transparent;}
.my_b_grid .my_b_list .my_b_photo a{max-height:none;}
.my_b_grid .my_b_list.normal .my_b_fields, .my_b_grid .my_b_list.normal.is_vip .my_b_fields {border:none;}
.my_b_grid .my_b_list.normal .my_b_fields{margin: 0;background:#fff;}
.my_b_grid .my_b_list.normal.is_vip .my_b_fields{background:#F0AD4E;}
.my_b_grid .my_b_list.normal .my_b_fields .my_b_text,.my_b_grid .my_b_list.normal .my_b_fields .my_b_infolist,.my_b_grid .my_b_list.normal .my_b_fields .my_b_footer {display:none;}
.my_b_grid .my_b_list.normal .my_b_fields h2{font-size:16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.my_b_grid .my_b_list.normal .my_b_fields h2 a{color:#444;}
.my_b_grid .my_b_list.normal.is_vip .my_b_fields h2 a{color:#fff;}
.my_b_grid .my_b_list.normal.is_vip .my_b_fields h2 a,.my_b_grid .my_b_list.normal.is_vip .my_b_fields h2 a:hover{color:#fff;}
.my_b_grid .my_b_list.normal .my_b_fields h2 a:hover{color:#2980b9;}
.my_b_grid .my_b_list.normal .my_b_photo .my_b_photos_count{left: 16px;bottom: 20px;}
.my_b_grid .my_b_list.normal .my_b_photo .my_b_panels{top: 0 !important;width: 100%;left: 0;}
.my_b_grid .my_b_list.normal.is_vip{border:1px solid #F0AD4E;background:#F0AD4E;}
.my_b_grid .my_b_list.normal .my_b_fields .my_b_vip {position:absolute;top:0;right:0;z-index:2;}

.my_b_grid .my_b_list.micro {width: 48%;float: left;margin-right: 15px;}
.my_b_grid .my_b_list.micro:nth-child(even) {margin-right: 0px;}
.my_b_grid .my_b_list.micro .my_b_photo{margin: 7px 8px 0 0;float: left;}
.my_b_grid .my_b_list.micro .my_b_fields h2{margin: 5px 0 3px;font-size:16px;}
.my_b_grid .my_b_list.micro .my_b_fields .my_b_text, .my_b_grid .my_b_list.micro .my_b_fields h2{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 3px;
}
.my_b_grid .my_b_list.micro .my_b_fields .my_b_text {margin:0 0 8px;}
.my_b_grid .my_b_list.micro .my_b_fields .my_b_infolist,.my_b_grid .my_b_list.micro .my_b_fields .my_b_footer{display:none;}

.my_b_grid .my_b_list.small {float: left;margin: -10px 10px 10px 0;}
.my_b_grid .my_b_list.small .my_b_fields .my_b_text,.my_b_grid .my_b_list.small .my_b_fields .my_b_infolist,.my_b_grid .my_b_list.small .my_b_fields .my_b_footer,.my_b_grid .my_b_list.small .my_b_fields{display:none;}
.my_b_grid .my_b_list.small .my_b_photo a img {margin:0;}
.my_b_grid .my_b_list.small .my_b_photo:hover a img {opacity:0.7;}
.my_b_grid  .my_b_other_panels{display:block;position: absolute;right: 0;bottom: 20px;}
.my_b_grid  .my_b_other_panels .my_b_price_panel{background:rgba(107, 13, 177, 0.81);padding: 3px 7px 1px 6px;display:inline;float:right;clear:both}
.my_b_grid  .my_b_other_panels .my_b_price_panel:hover span{display:inline-block;}
.my_b_grid  .my_b_other_panels .my_b_price_panel span{display:none;color:#fff;float:right;margin-left:3px;}

.my_b_grid  .my_b_other_panels .my_b_map_panel{background: rgba(209, 11, 0, 0.66);padding: 3px 7px 1px 6px;display:inline;float:right;margin-bottom: 3px;clear:both}
.my_b_grid  .my_b_other_panels .my_b_map_panel:hover span{display:inline-block;}
.my_b_grid  .my_b_other_panels .my_b_map_panel span{display:none;color:#fff;float:right;margin-left:3px;}

.my_b_grid  .my_b_other_panels .my_b_phone_panel{background:rgba(0, 24, 209, 0.66);padding: 3px 7px 1px 6px;display:inline;float:right;margin-bottom: 3px;}
.my_b_grid  .my_b_other_panels .my_b_phone_panel:hover span{display:inline-block;}
.my_b_grid  .my_b_other_panels .my_b_phone_panel span{display:none;color:#fff;float:right;margin-left:3px;}

.my_b_f_fields {padding: 2px;}
.my_b_f_fields .my_field {
    width: 46%;
    height: auto;
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    padding: 0 10px 10px;
    border: 1px solid #D8D8D8;
}
.my_field .input, .my_field .date-input, .my_field  select {box-shadow:none;border-color: #CCC;border-radius: 3px;padding: 0 4px;}
.my_b_f_fields .my_ft_price #my_ranged_price{float: right;width: 85%;margin: -29px 0 0 0px;}
.my_b_f_fields .my_ft_price .my_b_value {clear:both;}
.my_ft_price .fsslider {line-height:22px;}
.my_ft_price .fsslider > .fssel-left, .my_ft_price .fsslider > .fssel-right, .my_ft_price .fsslider > .fscaret {height:22px;}
.my_ft_price .fsslider>.fsfull-value {height:1px;}
.my_ft_price .fsslider>.fssel-value {height:3px;}
.my_b_f_fields .my_field:nth-child(even){float:right;}
.my_b_f_fields .my_field:nth-child(odd){float:left;}
.my_b_f_fields  .my_b_title {color: #868F9A;text-shadow:0 1px 1px #fff;margin-bottom:10px;padding:0;border:none}
.my_b_f_fields .my_field.my_ft_date  .my_b_value button{height:26px;padding:4px;margin-left:-1px;}
.my_b_f_fields .my_field.my_ft_date  .my_b_value .date-input{width: 32%;max-width: 110px;border-radius: 3px 0 0 3px;}
.my_b_f_button {display:flex;clear:both;margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px dashed #ccc;}
.my_b_f_select {text-decoration:none;display:inline-block;*display:inline;*zoom:1;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #cccccc;*border:0;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);width:250px;margin-right:10px;}.my_b_f_select:hover,.my_b_f_select:focus,.my_b_f_select:active {color:#333333;background-color:#e6e6e6;*background-color: #d9d9d9;}.my_b_f_select:active {background-color:#cccccc \9;}.my_b_f_select:hover,.my_b_f_select:focus {color:#333333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}.my_b_f_select:focus {outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;outline:none;}.my_b_f_select:active {background-image:none;outline: 0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}

.my_b_f_button input.my_b_f_input {
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 3px;
}
.input-small { width: 100px !important; }



/***********ITEM*************/
.my_b_photoslider {max-width:310px;float:left;margin:0 20px 15px 0;height: 205px;overflow: hidden;}
.my_b_photoslider.is_preload:before{content:"";width: 310px;height: 205px;background: #fff;border: 1px solid #ccc;position: absolute;z-index: 2;}
.my_b_photoslider.is_preload:after{content: url(/templates/default/controllers/board/img/ajax-loader.gif);z-index: 3;position: absolute;top: 58px;left: 125px;}
.my_b_slider_class .lSAction>a{background-image:url("../img/controls.png");}
.my_b_slider_class.lSSlideOuter .lSPager.lSGallery li.active,.my_b_slider_class.lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius:0;opacity:1;-moz-opacity:1;
}
.my_b_slider_class.lSSlideOuter .lSPager.lSGallery li {
	opacity:0.6;-moz-opacity:0.6;
}
.my_b_slider_class.lSSlideOuter ul#image-gallery li img{max-width: 100%;min-height: 220px;min-width: 254px;}
.my_b_slider_class ul#image-gallery li a.my_b_zoom{position:absolute;background: #fff;padding: 5px 10px;left: 116px;margin-top: 95px;text-decoration: none;border-radius: 50%;opacity: 0.4;color: #000;}
.my_b_slider_class ul#image-gallery li:hover a.my_b_zoom{opacity:0.6;}
.my_b_slider_class ul#image-gallery li a.my_b_zoom:hover{opacity:0.9;}

.my_b_infoblock {
    border: 1px solid #ccc;
    position: relative;
    display: block;
    padding: 5px;
    margin: 0 0 15px;
}
.my_b_infoblock legend{
    border: 1px solid #ccc;
    color: #FB0000;
    font-size: 14px;
    padding: 3px 7px;
    margin: 0 5px 1px;
    font-weight: bold;
	width:auto
}
.my_b_infoblock .my_b_userava {
    line-height: 0;
    float: left;
    overflow: hidden;
	margin-right:10px;
}
.my_b_infoblock .my_b_userinfo{}
.my_b_infoblock .my_b_userinfo h3{margin: 5px 0;font-size: 16px;font-weight: bold;line-height: 16px;color: #34495e;}
.my_b_infoblock .my_b_userinfo small{
    font-size: 12px;
    display: block;
    margin: 0 0 2px 0;
}
.my_b_infoblock .my_b_userinfo .my_b_contacts{margin: 15px -5px 0;border-top:1px solid #ccc;padding: 5px;}
.my_b_userinfo .my_b_contacts .my_b_contacts_show{
    text-decoration: none;
    border-bottom: 1px dotted #428FC1;
    color: #428FC1;
}
.my_b_userinfo .my_b_contacts ul {
    margin: 5px 5px 0;
    padding: 0;
    list-style: none;
}
.my_b_userinfo .my_b_contacts ul li{margin:3px 0;}
.my_b_userinfo .my_b_contacts ul li strong{color:#585757;}
.my_b_userinfo .my_b_contacts ul li span{float:right;color:#BBBABA;}
.my_b_userinfo .my_b_v_buttons {
    background: #eee;
    border-top: 1px solid #ccc;
    margin: 0 -5px -5px;
    padding: 0px;
    height: 26px;
}
.my_b_v_buttons img{float:left;padding:5px 0 0 5px;}
.my_b_v_buttons .my_b_v_hit{
    padding: 5px 7px 5px 4px;
    float: left;
    border-right: 1px solid #ccc;
}
.my_b_v_buttons .my_b_v_date{
    padding: 5px 7px;
    float: left;
}
.my_b_v_buttons .pluso{float:right;margin-right: 15px;}

.my_b_infoblock .my_b_userava img{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}

.my_b_view_map{
    background: url("/templates/default/controllers/board/img/view_to_map.jpg") no-repeat center center;
    padding: 18px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
}

.my_b_f_cats {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 10px rgba(72, 71, 71, 0.25);
    padding: 0;
    margin-top: -20px;
    position: absolute;
    width: 95%;
    z-index: 10;
    display:none;
}
.my_b_f_cats .my_b_f_cattitle{
    margin: 0;
    padding: 7px 10px;
    background: #eee;
    border-bottom: 1px solid #ccc;
    color: #636262;
}
.my_b_f_cats ul.my_b_f_catlist,.my_b_f_cats ul.my_b_f_catlist li ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.my_b_f_cats ul.my_b_f_catlist li{
    float: left;
    width: 33.3%;
    padding:  0;
    margin: -1px 0px 0px -1px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.my_b_f_cats ul.my_b_f_catlist li:nth-child(3n){
    border-right: none;
}
.my_b_f_cats ul.my_b_f_catlist li a{
    display: block;
    padding:10px;
    cursor:pointer;
    margin-right: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.my_b_f_cats ul.my_b_f_catlist li a.btn-togg{
    display: inline-block;
    padding: 0;
    float: right;
    width: 20px;
    margin: -28px 0 0 0;
	font-size: 16px;
    font-weight: bold;
}
.my_b_f_cats ul.my_b_f_catlist li span{
width: 20px !important;color: #777;height: 36px;line-height: 36px;font-size: 18px;
}
.my_b_f_cats ul.my_b_f_catlist li ul li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my_b_f_cats ul.my_b_f_catlist li ul{display:none;}
.my_b_f_cattitle a,.my_b_view_map{cursor:pointer;}
.content_item_props{background:#F7F7F7;border:solid 1px #B3B1B0;}
.content_item_props table .title{color:#6B6B6B}
.content_item_props table tr td{padding: 6px 0;border-bottom: solid 1px #C3C3C3;}
.content_item .ft_image{margin:10px 10px 10px 0}
.content_item .ft_image img{border:1px solid #ccc;padding:5px}

@media only screen and (max-width:720px){
	.board_list_cats ul.board_cats li{width:100%;}
	.my_b_grid .my_b_list.normal{width:47%}
	.my_b_f_fields .my_field{width:45%}
}
@media only screen and (max-width:640px){
	.input-small{width:85px !important}
}
@media only screen and (max-width:600px){
	.my_b_grid .my_b_list.normal .my_b_photo{height:160px}
	.my_b_grid .my_b_list.normal{width:100%;margin-right:0}
}

@media only screen and (max-width:580px){
	.my_b_f_fields .my_field{width:95%;float:none !important}
	.my_b_f_fields .my_field.my_ft_date  .my_b_value .date-input,.my_field .input{width:40% !important;max-width:none;}
}
@media only screen and (max-width:480px){
	.my_b_f_button{display:block}
	.my_b_f_button input.my_b_f_input{width:95%}
	.my_b_f_select{margin:0 0 10px 0;width:94%}
}
@media only screen and (max-width:360px){
.my_boards_list:not(.my_b_grid) .my_b_list.normal .my_b_photo{width:90%;max-height:none}
.my_boards_list:not(.my_b_grid) .my_b_list .my_b_photo a{max-height:none}
}
@media only screen and (max-width:330px){
	.lSSlideWrapper{max-width:203px !important}
	.my_b_slider_class ul#image-gallery li a.my_b_zoom{left:91px}
	.my_b_photoslider.is_preload:before{width: 272px;}
	.my_b_photoslider.is_preload:after{left: 100px;}
}
.my_main_content .my_b_f_fields .my_field{height:70px}
.my_main_content .my_b_f_fields .my_ft_price #my_ranged_price{margin:-31px 0 0}
.my_main_content #rb_cities_list{height:33px}
.my_main_content .board-filter {padding:15px!important}
.my_main_content .my_b_userinfo .my_b_v_buttons{height:31px}
.my_b_action_btn{
    float: right;
    line-height: 0;
}
.my_b_action_btn a{
    display: block;
    padding: 5px;
	float:left
}
.my_b_action_btn a img{
-moz-opacity:0.8;
-ms-opacity:0.8;
filter:alpha(opacity=80);
-khtml-opacity:0.8;
-o-opacity:0.8;
-webkit-opacity:0.8;
opacity:0.8;
}
.my_b_action_btn a:hover img{
-moz-opacity:1;
-ms-opacity:1;
filter:alpha(opacity=100);
-khtml-opacity:1;
-o-opacity:1;
-webkit-opacity:1;
opacity:1;
}
.is_share_block{float:right;padding:4px 4px 0 0}
.menu .fix_top_board .item {background-image: url("/templates/default/controllers/board/img/fix.png");}
.menu .make_vip_board .item {background-image: url("/templates/default/controllers/board/img/vip.png");}
.menu .top_board .item {background-image: url("/templates/default/controllers/board/img/top.png");}
.menu .complain_board .item {background-image: url("/templates/default/controllers/board/img/complain.png");}
.content_moderator_info {
    text-align: right;
    margin-top: 10px;
}

@-moz-document url-prefix(){
	.my_b_userinfo .my_b_v_buttons{height:28px}
	.my_b_infoblock{padding-bottom:0}
	.my_b_f_fields .my_b_title{margin-bottom:5px}
	.my_b_f_fields .my_ft_price #my_ranged_price{margin:-22px 0 0}
}

.my_boards_list .normal {display: block !important }