.board_photos{
    width: 100%;
    margin: 0px;
}
.board_photos .lSSlideOuter .lSPager.lSGallery li.active,.board_photos .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
}
.board_photos #board_photos_slider{
}
.board_photos #board_photos_slider .bps_image{
    position: relative;
}
.board_photos #board_photos_slider .bps_image .bps_zoom{
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.66);
    width: 40px !important;
    height: 40px !important;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    display: none !important;
    transform: translate(-50%, -50%);
    color: #444;
    font-size: 22px;
    border-radius: 3px;
}
.board_photos #board_photos_slider .bps_image .bps_zoom:hover{background:#fff}
.board_photos #board_photos_slider .bps_image.active:hover .bps_zoom{
	display: block !important;
}
.board_photos #board_photos_slider .bps_image img{
    max-width: 100%;
    min-height: 270px;
    min-width: 331px;
}

.board_user_card {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0 10px 10px;
  border-top: 5px solid #03a9f4;
  background: #fff;
  width: 45%;
  float: left;
  box-shadow: 1px 1px 3px rgba(68, 68, 68, 0.4);
  position: relative;
}
.board_user_card.is_vip{border-color:#f4a460}
.board_user_card.is_vip a{color:#e08333}
.board_user_card.is_vip .buc_userava i{color:#e08333}
.board_user_card.is_vip .buc_price .buc_text{border-color:#f4a460;background-color:#f4a460}
.board_user_card.is_vip .buc_price:before, .board_user_card.is_vip .buc_price:after {
	background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path fill="#f4a460" id="concaveCurve" fill-rule="evenodd" d="M0 0c100 0 100 100 100 100V0z"/></svg>');
}
.buc_price{
  font-weight: 600;
  margin: 0;
  color: #fdfdfd;
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.buc_price:before, .buc_price:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path fill="#03a9f4" id="concaveCurve" fill-rule="evenodd" d="M0 0c100 0 100 100 100 100V0z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -1px;
}
.buc_price:before {
  margin: 0 0 0 5px;
}
.buc_price:after {
  transform: rotateZ(270deg);
}
.buc_price .buc_text {
  display: block;
  background-color: #03a9f4;
  padding: 3px 16px 8px;
  border-color: #03a9f4;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  position: relative;
  box-shadow: 5px 5px 12px -3px rgba(0, 0, 0, 0.56);
  margin-top: -1px;
}
.buc_price .buc_text:before, .buc_price .buc_text:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}
.buc_price .buc_text:before {
  bottom: 12px;
  right: 3px;
  width: 75%;
  height: 18px;
  box-shadow: 13px 8px 16px -0.9px rgba(0, 0, 0, 0.76);
  transform: rotate(6deg);
  border-bottom-right-radius: 16px;
}
.buc_price .buc_text:after {
  top: -11px;
  right: 10px;
  transform: rotate(20deg);
  content: '(';
  color: transparent;
  font-size: 20px;
  font-weight: 900;
  text-shadow: 16px 0 4px black;
}

.board_user_card .buc_userava {
    width: 38px;
    height: 38px;
    float: left;
    overflow: hidden;
    margin: 15px 10px 0 0;
    border: 3px solid #34b9f5;
    border-radius: 50%;
}
.board_user_card.is_vip .buc_userava{border-color: #f4a460;}
.board_user_card .buc_userava i{font-size: 16px;color:#03a9f4;margin: -4px 0 0 1px;display: block;}
.board_user_card .buc_userinfo{margin-top: 15px;position:relative}
.board_user_card .buc_userinfo h3{margin: 5px 0;font-size: 16px;font-weight: bold;line-height: 16px;color: #34495e;}
.board_user_card .buc_userinfo h3 span{
    background: #f9f9f9;
    padding: 2px 5px 2px 4px;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-left: 5px;
}
.board_user_card .buc_userinfo .buc_contacts{margin: 15px -10px -10px;background: #eee;border-top: 1px solid #ddd;font-size: 18px;}
.board_user_card .buc_userinfo .buc_contacts a{
    padding: 10px;
    display: inline-block;
	text-decoration:none
}
.board_user_card .buc_userinfo .buc_contacts a:hover{
    background: #ff6347;
    color: #fff;
}
.board_user_card .buc_userinfo .buc_contacts a.bu_right:hover{
    background: #03a9f4;
}

.miw_vip{
    border-style: solid;
    border-width: 0 40px 40px 0;
    position: absolute;
	top: 67px;
    right: -10px;
    height: 0px;
    width: 0px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    border-color: transparent transparent #f0ad4e transparent;
}
.miw_vip_text{
    color:#fff;
    font-size:12px;
    font-weight:bold;
    position:relative;
    right: -5px;
    top: 12px;
    white-space: nowrap;
    -ms-transform:rotate(46deg);
    -o-transform: rotate(46deg);
    -webkit-transform:rotate(46deg);
    transform: rotate(46deg);
    letter-spacing: 3px;
    text-transform: uppercase;
}

.board_phone_modal{height: 280px;}
.board_phone_modal .bpm_user{text-align: center;font-weight: bold;letter-spacing: 1px;background: #03a9f4;color: #fff;margin-bottom: 10px;padding: 10px;}
.board_phone_modal .bpm_user img, .board_phone_modal .bpm_user .default_avatar{
	border-radius: 50%;
	display: block;
	margin: 0 auto 5px;
	width: 64px;
	height: 64px;
}
.board_phone_modal .bpm_user img, .board_phone_modal .bpm_user .default_avatar:before{
    top: 10px;
    left: 3px;
    font-size: 36px;
}
.board_phone_modal .bpm_number{
    text-align: center;
}
.board_phone_modal .bpm_number a{
    font-size: 24px;
    text-decoration: none;
    letter-spacing: 2px;
}
.board_phone_modal .bpm_number p{
    line-height: 20px;
    margin: 5px 0;
	font-size: 13px;
}
.board_phone_modal .bpm_footer{padding: 10px;font-size: 13px;color: #535353;}

.board_item_props{clear:both}

.cip_fieldsets {
    list-style: none;
    overflow: hidden;
    padding: 1px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.cip_fieldsets > li {
    list-style: none;
    margin: 0;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #737373;
    border-bottom: 1px dashed #adacac;
    text-align: right;
}

.board_item_props ul li:nth-of-type(2n+2) {
    margin-right: 0;
}

.board_item_props ul li span {
    display: inline-block;
    color: #555;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    text-align: left;
    font-weight: bold;
}

.cip_fieldsets > li > * {
    display: block
}

.cip_fieldsets_title {
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
}

.cip_fieldsets_title span {
    display: block;
    background: #ffffff;
    padding: 0 20px;
}
.f_content .value{
    margin: 20px 0px 10px;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 0 0 1px rgb(194, 192, 184) inset, 0 5px 0 -4px rgb(255, 255, 255), 0 5px 0 -3px rgb(194, 192, 184), 0 11px 0 -8px rgb(255, 255, 255), 0 11px 0 -7px rgb(194, 192, 184), 0 17px 0 -12px rgb(255, 255, 255), 0 17px 0 -11px rgb(194, 192, 184);
    display: inline-block;
	width: 100%;
}

.is_label_board{
    display: inline-block;
    margin: 2px 5px 0;
    background: #ff69b4;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    padding: 3px 6px;
    line-height: 16px;
    vertical-align: top;
}
.is_label_board.is_sold{background:#2e8b57}

.board_meta_info{
    margin-bottom: 20px;
    overflow: hidden;
}
.board_meta_info > div{
    float: left;
    margin-right: 15px;
}
.board_fav_btn{
    clear: both;
    margin-top: 15px;
    text-align: center;
}
.board_fav_btn a{
	border: 1px solid #03a9f4;
    color: #3587bd;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    width: 80%;
    line-height: 34px;
    cursor:pointer;
}
.is_vip .board_fav_btn a{color:#e08333;border-color:#e08333}
.board_fav_btn a.miw_fav_exist{border: 1px solid #ff6347;color:#ff6347}
#board_map{display:none}
.board_contact_items{
	float: left;
    width: 45%;
    margin-top: 20px;
}
.board_contact_items a, #board_map_toggle, .sc_global_btn{
	display: inline-block;
    min-width: 110px;
    margin: 0;
    padding: 10px 15px 12px;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
	color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	position: relative;
    padding-left: 40px;
    text-align: left;
	background: #59d;
	text-decoration:none
}
.board_contact_items a i,#board_map_toggle i{
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    padding: 10px 0 12px;
    text-align: center;
    border-radius: 3px 0 0 3px;
    background: rgba(0, 0, 0, 0.15);
}
.board_contact_items a:hover{background: #48c;}
.board_contact_items a:nth-child(2){background: #6b6;}
.board_contact_items a:nth-child(2):hover{background: #5a5;}

.board_field_mapa{clear: both;padding-top: 15px;}
#board_map_toggle{border: none;background: burlywood;display: block;text-align: center;padding-left: 15px;}
#board_map_toggle i{width: 50px;}
#board_map_toggle:hover{background: #f1a94d;}
#board_map_toggle:focus{outline: none}

.content_item.is_item_sold{opacity:0.8}
.board_user_card .buc_userava span{
    display: block;
}
.board_feedback_block{width: 320px;padding:10px}
.board_feedback_block #text{height:60px;}

.buc_price .buc_text a.ajax-modal{color:#000}

.dsct_right[data-sc-tip]:after{top:-3px}
.dsct_right[data-sc-tip]:before{top: 6px;}

@-moz-document url-prefix(){
	.board_contact_items a i, #board_map_toggle i{padding: 12px 0 12px;}
}

.adpagebody {
    position: absolute;
    top: 245px;
}
.content_ui2 {
    padding: 0px;
    text-align: left !important;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    line-height: 24px;
}
.board_photos {
    height: 200px;
}
.board_photos div.photoslide {
    width: 100%; 
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    position: fixed; 
    left: 0px; 
    top: 45px; 
    z-index: 10; /* z-index: -1;Ensure div tag stays behind content; -999 might work, too. */                
}
.board_photos div.photoslide img.bgcover {
    width:100%;
    height:100%;
    position: absolute;
}                    
.content_ui2 img.admain, .board_photos img.admain {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    position: relative;
}
.content_ui2 h1 {                        
    font-size: 18px !important;
}
.content_ui2 .adtxt {
    margin-top: 4px;
    margin-bottom: 4px;                    
}
.content_ui2 .price {
   font-size: 24px;
   text-align: left;
   margin-bottom: 10px;
}
.content_ui2 .adauthor i {
    color: #1a6994;
    margin-right: 6px;
}
.content_ui2 button {
   padding-left: 20px;
   padding-right: 20px;                       
   height: 28px;
   line-height:24px;
   background-color: #97ca51;
   cursor: pointer;
   border: none;
   -webkit-border-radius: 8px 8px 8px 8px;
   -moz-border-radius: 8px 8px 8px 8px;
   border-radius: 8px 8px 8px 8px;
   color: white;
   text-align: center;
   font-size: 12px;
   margin-right: 20px;
}
.content_ui2 .board_user_card {
    width: 100%;
}
.content_ui2 .board_photos li {
    list-style-type: none;
}

.content_ui2 *, .content_ui2 *:before, .content_ui2 *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#layout {
width: auto;
}