/* Главная карта */
#maps-map-block{
	border:1px solid #2897e1;
	position:relative;
}
#maps-map-block #map-canvas{
	width:100%;
	height:500px;
}
#map-canvas button{
	min-height:auto;
	line-height:normal;
}


/* Выбор города */
#maps-city-selector{
	display:inline-block;
	background-color:#2897e1;
	line-height:1.4rem;
	position:absolute;
	color:#fff;
	left:0;
	top:0;
	z-index:10;
	box-shadow:0 5px 5px -2px rgba(0,0,0,.6);
	border-radius:0 0 4px 4px;
	transition:background-color .2s linear;
}
#maps-list-city-selector:hover,
#maps-city-selector:hover{
	background-color:#136bb9;
}
#maps-list-city-selector a::before,
#maps-city-selector a::before{
	content:'\e694';
	font-family:'fontello';
	margin:0 5px 0 0;
}
#maps-city-selector a:hover,
#maps-city-selector a{
	padding:5px 10px;
	color:#fff;
	display:block;
}
#maps-city-selector-window{
	width:500px;
	padding:15px;
	overflow:hidden;
}
#maps-city-selector-window h3{
	margin:0;
	margin-bottom:15px;
}
#maps-city-selector-window .maps-city-list{
	max-height:500px;
	overflow-y:auto;
}
#controller_wrap > h1{
	position:relative;
}
#maps-list-city-selector{
	display:inline-block;
	font-size:.9rem;
	margin-left:5px;
	background:#2897e1;
	vertical-align:middle;
	transition:background-color .2s linear;
	border-radius:2px;
}
#maps-list-city-selector a:hover,
#maps-list-city-selector a{
	text-decoration:none;
	padding:3px 5px;
	color:#fff;
}


/* Балун на главной карте - Общие */
#maps-map-block #map-canvas .balloon-loading{
	display:block;
	width:100px;
	height:50px;
	line-height:40px;
	text-align:center;
}
#maps-map-block #map-canvas .balloon-loading::before{
	content:'\e601';
	font-family:'fontello';
	animation:spin 2s infinite linear;
	display:inline-block;
	font-size:25px;
	color:#2897e1;
}
@keyframes spin{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(359deg);
	}
}
.maps-balloon table,
.maps-balloon table td{
	border:none;
	border-collapse:collapse;
	padding:0;
	margin:0;
	vertical-align:top;
}
.maps-balloon .image{
	padding-right:15px;
}
.maps-balloon .details .title{
	font-size:18px;
	font-weight:bold;
}
.maps-balloon .details .category a{
	font-size:11px;
	color:#9a9a9a;
	text-decoration:none;
}
.maps-balloon .details .category a:hover{
	color:#7a7a7a;
}
.maps-balloon .details .title a{
	color:#2897e1;
}
.maps-balloon .details .title a:hover{
	color:#136bb9;
}
.maps-balloon .details .address{
	color:#f28d4f;
}
.maps-balloon .details .contacts{
	font-size:12px;
	margin-top:10px;
}
.maps-balloon .details .contacts ul,
.maps-balloon .details .contacts ul li{
	list-style:none;
	padding:0;
	margin:0;
}
.maps-balloon .details .contacts ul li{
	color:#454545;
}
.maps-balloon .details .contacts ul li a{
	color:#454545;
	text-decoration:none;
}
.maps-balloon .details .contacts ul li a:hover{
	text-decoration:underline;
}
.maps-balloon .details .desc{
	font-size:13px;
	margin-top:5px;
	color:#7a7a7a;
}
.maps-balloon .details .bhours{
	margin-top:10px;
}
.maps-balloon .reviews{
	overflow:hidden;
	margin-top:10px;
}
.maps-balloon .reviews .maps-star-rating{
	float:left;
	margin-right:10px;
}
.maps-balloon .reviews a{
	float:left;
	display:block;
	height:16px;
	line-height:16px;
}
.maps-balloon .reviews span{ 
	font-size:11px;
	display:block;
	float:left;
	height:16px;
	line-height:16px;
	margin-right:3px;
}
.maps-balloon .reviews span a{
	font-size:12px;
}
.maps-balloon-list .title{
	margin-bottom:5px;
}
.maps-balloon-list .items{
	max-height:250px;
	overflow-y:auto;
}
.maps-balloon-list .list,
.maps-balloon-list .list .category{
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
.maps-balloon-list .category,
.maps-balloon-list .category > a{
	color:#9a9a9a;
	text-decoration:none;
}
.maps-balloon-list .category > a:hover{
	color:#7a7a7a;
}
.maps-balloon-list .category ul{
	margin-left:10px;
	list-style:disc;
	padding-left:10px;
	margin-bottom:5px;
}

/* Балун на главной карте - 2ГИС */
.dg-popup__container .maps-balloon .title a{
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.dg-popup__container .maps-balloon .address{
	color:#f28d4f;
}
.leaflet-container a,
.dg-popup__container .maps-balloon .details .contacts ul li,
.dg-popup__container .maps-balloon .details .contacts ul li a{
	color:#ececec;
}
.dg-popup__container .maps-balloon .details .contacts ul li::before{
	color:#cacaca;
}

/* Балун на главной карте - BING */
.balloon-bing{
	background:#fff;
	padding:15px;
	padding-right:25px;
	box-shadow:0 0 3px #000;
	white-space:nowrap;
	position:relative;
}
.balloon-bing.balloon-loading{
	background-color:#fff !important;
	padding:0;
}
.balloon-bing a.close{
	display:block;
	width:16px;
	height:16px;
	position:absolute;
	right:5px;
	top:5px;
}
.balloon-bing a.close::before{
	font-family:'fontello';
	content:'\e803';
}


/* Контакты */
.maps-contacts-list li{
	min-height:20px;
	line-height:20px;
	margin-bottom:2px;
	background-position:left center;
	background-repeat:no-repeat;
}
.contacts ul li::before,
.maps-contacts-list li::before{
	font-family:'fontello';
	color:#9a9a9a;
	margin:0 5px 0 0;
}
.maps-contacts-list li.phone::before,
.dg-popup__container .maps-balloon .details .contacts ul li.phone::before{
	content:'\e661';
}
.maps-contacts-list li.url:before,
.dg-popup__container .maps-balloon .details .contacts ul li.url::before{
	content:'\e82f';
}
.maps-contacts-list li.skype::before,
.dg-popup__container .maps-balloon .details .contacts ul li.skype::before{
	content:'\e581';
}
.maps-contacts-list li.email::before,
.dg-popup__container .maps-balloon .details .contacts ul li.email::before{
	content:'\e81d';
}


/* Редактирование категории */
#maps-category-marker .value{
	height:32px;
	line-height:32px;
}
#maps-category-marker .value .icon{
	width:32px;
	height:32px;
	border:1px solid rgba(0,0,0,.1);
	float:left;
	margin-right:10px;
	background:no-repeat center;
	border-radius:3px;
}
#markers-gallery-window{
	display:none;
}
#markers-gallery{
	padding:15px;
	clear:both;
	overflow:hidden;
	width:500px;
}
#markers-gallery ul,
#markers-gallery ul li{
	list-style:none;
	margin:0;
	padding:0;
}
#markers-gallery ul li,
#markers-gallery ul li a{
	display:block;
	width:32px;
	height:32px;
}
#markers-gallery ul li{
	float:left;
	margin-right:4px;
	margin-bottom:4px;
	border:1px solid rgba(0,0,0,.1);
	background:no-repeat center #FFF;
	border-radius:3px;
}
#markers-gallery ul li:hover{
	background-color:rgba(0,0,0,.1);
	border-color:#2897e1;
}


/* Список объектов 

Обычный список */
.maps-list{
	margin-bottom:15px;
}
.maps-list.list .content_list_item .photo{
	max-width:none;
	margin-right:15px;
}
.maps-list .content_list_item .photo > a{
	display:block;
	background:url("../../images/nophoto.png") no-repeat center #f2f2f2;
	background-size:auto !important;
}
.maps-list.list.photo_size_normal .content_list_item .photo a{
	width:250px;
	min-height:100px;
	max-height:180px;
}
.maps-list.list.photo_size_normal .content_list_item .fields{
	margin-left:265px;
}
.maps-list.list.photo_size_small .content_list_item .photo a{
	width:64px;
	height:64px;
}
.maps-list.list.photo_size_small .content_list_item .fields{
	margin-left:79px;
}
.maps-list.list.photo_size_micro .content_list_item .photo a{
	width:32px;
	height:32px;
}
.maps-list.list.photo_size_micro .content_list_item .photo{
	margin-left:47px;
}
.maps-list .content_list_item .fields .ft_caption{
	margin-bottom:5px;
}
.maps-list .content_list_item .fields .ft_text .value{
	line-height:1.2rem;
	color:#454545;
}
.maps-list .content_list_item .addrs{
	overflow:hidden;
	margin-bottom:5px;
}
.maps-list .content_list_item .addrs ul{
	overflow:hidden;
	list-style:none;
}
.maps-list .content_list_item .addrs ul,
.maps-list .content_list_item .addrs ul li{
	margin:0;
	padding:0;
	font-size:.8667rem;
}
.maps-list .content_list_item .addrs ul li{
	float:left;
	margin-right:20px;
	margin-bottom:3px;
	color:#f28d4f;
}
.maps-list .content_list_item .addrs ul li::before{
	content:'\e658';
	font-family:'fontello';
	margin:0 5px 0 0;
	font-size:1rem;
	color:#cacaca;
	padding-left:1px;
}
.maps-list .content_list_item  .info_bar{
	padding:0;
}
.maps-list .content_list_item .bi_date_pub{
	padding-left:0;
}
.maps-list .content_list_item .bi_rating{
	float:right;
	border:0 none;
}
.maps-list.list_columns .content_list_item .bi_rating{
	float:left !important;
}
.maps-list .content_list_item .bi_reviews{
	border:0 none;
}
.maps-list .content_list_item .bi_reviews::before{
	content:'\e612';
}

/* Список плиткой */
.maps-list .content_list_item.tile .photo{
	float:none;
	width:100%;
	max-width:100%;
}
.maps-list .content_list_item.tile .photo .ft_caption{
	position:absolute;
	background:#136bb9;
	color:#rgba(255,255,255,1);
	bottom:15px;
	left:0;
	max-width:80%;
	margin:0;
	opacity:.9;
}
.maps-list .content_list_item.tile .photo .ft_caption a{
	color:rgba(255,255,255,.85);
	transition:color .1s linear;
	padding:5px 15px;
}
.maps-list .content_list_item.tile .photo .ft_caption a:hover{
	transition:color .1s linear;
	color:rgba(255,255,255,1);
}
.maps-list.content_list.tiled .info_bar .bar_item{
	display:block;
	float:left;
	width:50%;
	font-size:.8rem;
	border:0 none !important;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}


/* Страница объекта */
#maps-item-menu{
	margin-bottom:25px;
}
.maps-item-contacts{
	overflow:hidden;
	min-height:300px;
	padding-left:0;
	margin-top:0;
	background:transparent;
	border:0 none;
}
h2.maps-item-contacts-h2{
	margin:15px 0 0;
	padding-top:15px;
	display:block;
	font-size:1.0667rem;
	clear:both;
}
.maps-item-contacts .maps-mini-map{
	float:left;
	width:340px;
	background:#fff;
	border:2px solid #2897e1;
	border-radius:2px;
}
.maps-item-contacts .maps-mini-map .embed-link{
	padding:2px 0;
	text-align:center;
	background:#2897e1;
}
.maps-item-contacts .maps-mini-map .embed-link a{
	font-size:11px;
	color:rgba(255,255,255,.8);
}
.maps-item-contacts .maps-mini-map .embed-link a:hover{
	color:rgba(255,255,255,1);
}
.maps-item-contacts .maps-mini-map #map-canvas{
	height:340px;
}
.maps-addrs-list{
	float:left;
	padding-left:15px;
}
.maps-addrs-list .show-more-addrs{
	display:none;
	line-height:2rem;
	border-bottom:1px dashed;
}
.maps-addrs-list .show-more-addrs::before{
	font-family:'fontello';
	content:'\e694';
	margin:0 5px 0 0;
}
.maps-addrs-list > ul,
.maps-addrs-list > ul > li{
	list-style:none;
	padding:0;
	margin:0;
}
.maps-addrs-list > ul > li{
	margin-bottom:5px;
	background:rgba(0,0,0,.05);
	border-radius:3px;
	color:#454545;
	padding:8px 15px;
}
.maps-addrs-list > ul > li a.addr{
	position:relative;
	display:block;
}
.maps-addrs-list > ul > li a.addr.selected{
	color:#f28d4f;
	text-decoration:none;
	border:none;
}
.maps-addrs-list > ul > li a.addr.selected::after{
	font-family:'fontello';
	margin:0 5px;
	position:absolute;
	left:-50px;
	height:0;
	width:0;
	content:'';
	display:block;
	border:15px solid transparent;
	border-right-color:rgba(0,0,0,.05);
	top:10px
}
.maps-addrs-list > ul > li > .contacts{
	margin-top:10px;
	font-size:.9333rem;
}
.maps-addrs-list > ul > li > .contacts ul,
.maps-addrs-list > ul > li > .contacts ul li{
	list-style:none;
	padding:0;
	margin:0;
}
.maps-addrs-list > ul > li > .contacts ul li{
	margin-bottom:5px;
}
.maps-addrs-list li .bhours{
	font-size:12px;
	margin-top:5px;
}
.maps-addrs-list li .bhours a{
	color:#7a7a7a;
	text-decoration:none;
	border-bottom:1px dashed rgba(0,0,0,.1);
}
.maps-addrs-list li .bhours a:hover{
	color:#676767;
	border-bottom-color:rgba(0,0,0,.3);
}
.maps-addrs-list li .reviews{
	font-size:12px;
	margin-top:10px;
	overflow:hidden;
}
.maps-addrs-list li .reviews a{
	display:block;
	float:left;
	height:16px;
	line-height:16px;
}
.maps-addrs-list li .reviews .maps-star-rating{
	float:left;
	margin-right:10px;
}
#maps-item-rating{
	margin-bottom:15px;
	overflow:hidden;
	background-color:#fff;
	display:inline-block;
	border:2px solid #2897e1;
	border-radius:3px;
}
#maps-item-rating .score{
	padding:5px 10px;
	float:left;
	margin-right:10px;
}
#maps-item-rating .score .legend{
	font-size:12px;
	color:#7a7a7a;
}
#maps-item-rating .score.total{
	background-color:#2897e1;
	padding-right:20px;
}
#maps-item-rating .score.total .value,
#maps-item-rating .score.total .legend{
	color:#fff;
}


/* Добавление/редактирование объекта */
#maps-marker-form .ajaxlink,
#maps-marker-form #columns #city-selection #city-exists .other a,
#maps-markers-list #button-add a{
	padding:5px 10px;
	display:inline-block;
	background-color:#136bb9;
	color:#fff;
	transition:background-color .2s linear;
	border-radius:2px;
}
#maps-marker-form .ajaxlink:hover,
#maps-marker-form #columns #city-selection #city-exists .other a:hover,
#maps-markers-list #button-add a:hover{
	background-color:#2897e1;
	transition:background-color .2s linear;
}
#maps-markers-list #button-add a::before{
	content:'\e644';
	font-family:'fontello';
	margin:0 5px 0 0;
}
#maps-markers-list .marker-field{
	overflow:hidden;
	font-size:.9333rem;
	margin-bottom:4px;
}
#maps-markers-list .marker-field:last-child{
	margin-bottom:15px;
}
#maps-markers-list .marker-field div{
	float:left;
	margin-right:10px;
}
#maps-markers-list .marker-field a{
	margin-right:5px;
	color:#cacaca;
	font-size:.8rem;
}
#maps-markers-list .marker-field a:hover{
	color:#7a7a7a;
}
#maps-markers-list .marker-field .addr{
	color:#f28d4f;
}
#maps-markers-list .marker-field .addr::before{
	content:'\e821';
	font-family:'fontello';
	margin:0 5px 0 0;
	color:#acacac;
}
#maps-markers-list .marker-field .coords{
	color:#565656;
}
#maps-markers-list .marker-field .coords::before{
	content:'\e658';
	font-family:'fontello';
	margin:0 5px 0 0;
	color:#acacac;
}

#maps-marker-form{
	padding:15px;
}
#maps-marker-form #columns{
	width:770px;
	overflow:hidden;
}
#maps-marker-form #columns .column{
	float:left; 
}
#maps-marker-form #columns .column:first-child{
	margin-right:15px;
	width:210px;
}
#maps-marker-form #columns #map-canvas,
#maps-marker-form #columns #city-selection,
#maps-marker-form #columns #b-hours{
	width:525px;
	height:525px;
	margin-top:10px;
	border:1px solid rgba(0,0,0,.1);
}
#maps-marker-form #columns #map-canvas{
	background:url('../../images/maps/loader-white.gif') no-repeat center #f2f2f2;
}
#maps-marker-form #columns #city-selection,
#maps-marker-form #columns #b-hours{
	display:none;
	padding:15px;
	width:520px;
	height:498px;
}
#maps-marker-form #columns #city-selection h2,
#maps-marker-form #columns #b-hours h2{
	margin-top:0;
	font-size:1.1667rem;
	margin-bottom:10px;
	color:#5655656;
}
#maps-marker-form #columns #city-selection .search-form{
	margin:0;
}
#maps-marker-form #columns #city-selection .search-form .legend{
	margin-bottom:5px;
}
#maps-marker-form #columns #city-selection .search-form .input{
	width:370px;
}
#maps-marker-form #columns #city-selection #city-results{
	margin-top:15px;
	height:360px;
	overflow-y:auto;
}
#maps-marker-form #columns #city-selection #city-results .loading::before{
	margin-right:10px;
}
#maps-marker-form #columns #city-selection #city-exists .other{
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid rgba(0,0,0,.1);
}
#maps-marker-form #columns #city-selection #city-exists .other a::before{
	content:'\e825';
	font-family:'fontello';
	margin:0 5px 0 0;
}
#maps-marker-form #columns #city-selection #city-exists .list{
	overflow:hidden;
	overflow-y:auto;
	max-height:350px;
}
#maps-marker-form #columns #b-hours .cell-day{
	padding-right:20px;
}
#maps-marker-form #columns #b-hours td{
	padding:10px;
	border-bottom:1px solid rgba(0,0,0,.07);
}
#maps-marker-form #columns #b-hours .cell-hours select{
	width:70px;
	padding:0;
	text-align:center;
}
#maps-marker-form #columns #b-hours .cell-hours .wrap.hidden{
	visibility:hidden;
}
#maps-marker-form #columns #b-hours .cell-off{
	font-size:.8667rem;
	color:#7a7a7a;
	padding-left:10px;
}
#maps-marker-form #columns #b-hours .cell-off label{
	cursor:pointer;
}
#maps-marker-form #columns #b-hours .cell-off label input{
	margin:0;
}
.maps-city-list .item{
	float:left;
	width:220px;
	padding:8px;
	text-decoration:none;
	background:rgba(0,0,0,0);
	transition:background-color .2s linear;
}
.maps-city-list .item:hover{
	background:rgba(0,0,0,.07);
	cursor:pointer;
	transition:background-color .2s linear;
}
.maps-city-list .item:nth-child(2n+1){
	clear:left;
}
.maps-city-list .item .name{
	font-size:1rem;
	margin-bottom:2px;
	color:#136bb9;
	text-decoration:underline;
}
.maps-city-list .item:hover .name{
	color:#2897e1;
	text-decoration:none;
}
.maps-city-list .item .details{
	color:#9a9a9a;
	font-size:.8rem;
}
#maps-marker-form fieldset{
	padding:10px 15px;
	border:1px solid rgba(0,0,0,.1);
	margin-bottom:15px;
}
.field-link #city-name{
	line-height:24px;
	vertical-align:top;
}
#maps-marker-form a#select-city.icon{
	display:inline-block;
	width:24px;
	height:24px;
	padding:0;
	text-indent:-9999px;
	border:none;
	overflow:hidden;
}
#maps-marker-form a#select-city.icon::before{
	font-family:'fontello';
	content:'\e80d';
	display:block;
	width:24px;
	height:24px;
	text-align:center;
	text-indent:0;
}
#maps-marker-form fieldset input.error{
	border:1px solid #e53c45;
}
#maps-marker-form .field{
	margin-bottom:5px;
}
#maps-marker-form #buttons{
	margin-top:15px;
}


/* Отзывы */
.maps-review{
	padding:15px 0;
	border-bottom:1px solid rgba(0,0,0,.07);
	overflow:hidden;
}
.maps-review:last-child{
	margin-bottom:0;
	border-bottom:none;
}
.maps-review .head{
	overflow:hidden;
	font-size:.8667rem;
}
.maps-review .head div{
	float:left;
	margin-right:10px;
	height:32px;
	line-height:32px;
	color:#9a9a9a;
}
.maps-review .head .anchor a{
	color:#cacaca;
}
.maps-review .head .anchor a:hover{
	color:#acacac; 
}
.maps-review .addr{
	margin:15px 0 10px;
	font-size:12px;
	color:#f28d4f;
	background-color:rgba(0,0,0,.07);
	padding:5px 10px;
	display:inline-block;
}
.maps-review .addr::before{
	content:'\e658';
	font-family:'fontello';
	margin:0 5px 0 0;
}
.maps-review .addr a{
	font-weight:bold;
}
.maps-review .content{
	line-height:1.2;
	padding-top:5px;
}
.maps-review .content .expand a{
	border-bottom:1px dashed;
}
.maps-review .cropped .text{
	height:120px;
	overflow:hidden;
	position:relative;
}
.maps-review .cropped .cropper{
	background:url("../../images/maps/cropper.png") repeat-x;
	height:30px;
	width:100%;
	position:absolute;
	top:90px;
}
.maps-review .ratings{
	overflow:hidden;
	margin-bottom:10px;
}
.maps-review .ratings .score{
	float:left;
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid rgba(0,0,0,.1);
}
.maps-review .ratings .score:first-child{
	margin-left:0;
	padding-left:0;
	border-left:0 none;
}
.maps-review .ratings .score .legend{
	font-size:12px;
	line-height:16px;
	color:#7a7a7a;
}
.maps-review .actions{
	margin-top:15px;
	float:right;
	font-size:.9333rem;
}
.maps-review .content .answer{
	background:rgba(0,0,0,.05);
	padding:15px;
	border-left:4px solid #136bb9;
	margin-left:40px;
	margin-top:10px;
	color:#333;
}
.maps-review .content .answer .title{
	margin-bottom:5px;
	color:#136bb9;
	font-size:.8rem;
	font-weight:bold;
}
.maps-review .content .answer .title span{
	font-weight:normal;
	padding-left:5px;
	color:#7a7a7a;
}
.maps-review .actions a{
	color:#9a9a9a;
	text-decoration:none;
	margin-right:10px;
	transition:all .2s linear;
	display:inline-block;
	padding:2px 0;
	border-bottom:1px solid rgba(0,0,0,.07);
}
.maps-review .actions a:hover{
	border-bottom:1px solid #2897e1;
	color:#333;
	transition:all .2s linear;
}
.maps-review .actions a::before{
	font-family:'fontello';
	margin:0 5px 0 0;
	color:#acacac;
}
.maps-review .actions .answer::before{
	content:'\e612';
}
.maps-review .actions .edit::before{
	content:'\e80d';
}
.maps-review .actions .delete::before{
	content:'\e80a';
}
.maps-entries-list-filter.filter-panel{
	overflow:hidden;
}
.maps-entries-list-filter.filter-panel .field,
.maps-entries-list-filter.filter-panel .field .title,
.maps-entries-list-filter.filter-panel .field .control{
	float:left;
	line-height:2.3333rem;
}
.maps-entries-list-filter.filter-panel .field{
	margin-right:10px;
}
.maps-entries-list-filter.filter-panel .field:last-child{
	margin-right:0;
}
.maps-entries-list-filter.filter-panel .field .title{
	margin-right:10px;
	color:#7a7a7a;
}
.maps-entries-list-filter.filter-panel .field .addr{
	width:320px;
}
.maps-entries-list-filter.filter-panel .field .sort{
	width:200px;
}
.maps-entries-list .subfilter-panel{
	padding:8px 10px;
	margin-top:5px;
	margin-bottom:0;
	color:#7a7a7a;
}
.maps-entries-list .subfilter-panel span{
	padding-right:10px;
}


/* Просмотр отзыва */
#maps-review-view .maps-review{
	padding:0 15px;
	border-bottom:none;
}
.news-target .maps-balloon .details .contacts ul li,
#maps-review-view .contacts li{
	float:left;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid rgba(0,0,0,.1);
}
.news-target .maps-balloon .details .contacts ul li:first-child,
#maps-review-view .contacts li:first-child{
	margin-left:0;
	padding-left:0;
	border-left:0 none;	
}
#maps-review-view form{
	margin-top:20px;
}


/* Звездный рейтинг */
.maps-star-rating{
	overflow:hidden;
}
.maps-star-rating ul,
.maps-star-rating ul li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	display:block;
}
.maps-star-rating .star{
	float:left;
	display:block;
	text-align:center;
	width:24px;
	height:24px;
}
.maps-star-rating.small .star{
	width:16px;
	height:16px;	
}
.maps-star-rating .star::before{
	font-family:'fontello';
	content:'\e634';
	display:block;
	color:#f3b90a;
	font-size:24px;
	line-height:24px;
}
.maps-star-rating.small .star::before{
	font-size:16px;
	line-height:16px;
}
.maps-star-rating .full{
	clear:none !important;
}
.maps-star-rating .full::before{
	content:'\e633';
}
.maps-star-rating .half::before{
	content:'\e635';
}
.maps-star-rating.red .star::before{
	text-shadow:0 0 1px rgba(0,0,0,.8);
}
.maps-star-rating .value{
	margin-left:5px;
	font-size:12px;
	color:#9a9a9a;
}


/* Новости и cобытия */
.maps-news-entry{
	padding:15px 0;
	border-top:1px solid rgba(0,0,0,.07);
	overflow:hidden;
}
.list_2columns .maps-news-entry:only-child,
.maps-news-entry:first-child{
	border-top:none;
}
.list_2columns .maps-news-entry:last-child{
	border-top:1px solid rgba(0,0,0,.07);	
}
.list_2columns .maps-news-entry{
	padding:15px;
}
.cols_8 .list_2columns .maps-news-entry,
.cols_9 .list_2columns .maps-news-entry,
.cols_10 .list_2columns .maps-news-entry,
.cols_11 .list_2columns .maps-news-entry,
.cols_12 .list_2columns .maps-news-entry{
	float:left;
	width:50%;
}
.cols_8 .list_2columns .maps-news-entry:nth-child(2n+1),
.cols_9 .list_2columns .maps-news-entry:nth-child(2n+1),
.cols_10 .list_2columns .maps-news-entry:nth-child(2n+1),
.cols_11 .list_2columns .maps-news-entry:nth-child(2n+1),
.cols_12 .list_2columns .maps-news-entry:nth-child(2n+1){
	clear:left;
}
.cols_8 .list_2columns .maps-news-entry:nth-child(-n+2),
.cols_9 .list_2columns .maps-news-entry:nth-child(-n+2),
.cols_10 .list_2columns .maps-news-entry:nth-child(-n+2),
.cols_11 .list_2columns .maps-news-entry:nth-child(-n+2),
.cols_12 .list_2columns .maps-news-entry:nth-child(-n+2){
	border-top:0 none;
}
.maps-news-entry .body{
	padding-left:80px;
}
.maps-news-entry .image{
	float:left;
	background:url("../../images/nophoto.png") no-repeat center #f2f2f2;
}
.maps-news-entry .image a{
	display:block;
	width:64px;
	height:64px;
	overflow:hidden;
}
.maps-news-entry .image a img{
	display:block;
}
.maps-news-entry .title{
	margin-top:-.2667rem;
}
.maps-news-entry .title a{
	font-size:1.1667rem;
	text-decoration:none;
}
.maps-news-entry-full .event-date,
.maps-news-entry .event-date{
	margin-top:5px;
	color:#9a9a9a;
}
.maps-news-entry-full .details .date::before,
.maps-news-entry .details .date::before{
	font-family:'fontello';
	content:'\e671';
	margin:0 5px 0 0;
	color:#acacac;
}
.maps-news-entry .event-date{
	font-size:.8667rem;
}
.maps-news-entry-full .event-date{
	margin:0;
	margin:0 0 15px;
	padding:15px 0;
}
.maps-news-entry-full .event-date > div{
	line-height:1.4rem;
}
.maps-news-entry .addr,
.maps-news-entry-full .event-date span,
.maps-news-entry .event-date span{
	padding-right:15px;
	color:#f28d4f;
}
.maps-news-entry .addr::before{
	margin:0 5px 0 0;
	font-family:'fontello';
	content:'\e658';
	color:#acacac;
}
.maps-news-entry .teaser{
	margin-top:5px;
	line-height:20px;
}
.maps-news-entry .details,
.maps-news-entry-full .details{
	font-size:.8rem;
	color:#9a9a9a;
	margin-top:10px;
}
.maps-news-entry .details span,
.maps-news-entry-full .details span{
	padding-right:5px;
}
.maps-news-entry .details a.user::before,
.maps-news-entry-full .details a::before{
	font-family:'fontello';
	content:'\e82a';
	margin:0 5px 0 0;
	color:#acacac;
}
.maps-news-entry-full .content{
	line-height:1.2;
}
.maps-news-entry-full .content .image{
	float:left;
	margin:0 15px 10px 0;
	overflow:hidden;
}
.maps-news-entry-full .content .image img{
	display:block;
	width:100%;
}


/* Смена владельца */
#maps-place-owner .owner h3{
	margin-bottom:15px;
}
#maps-place-owner .owner .user::after{
	clear:both;
	content:'';
	display:block;
}
#maps-place-owner .owner .user div{
	float:left;
	height:32px;
	line-height:32px;
}
#maps-place-owner .owner .user .avatar{
	margin-right:10px;
}
#maps-place-owner .find .field{
	margin:0;
}
#maps-place-owner .find .input{
	width:260px;
}
.ui-autocomplete-loading{
	background:url("../../images/loader16.gif") no-repeat right center;
}


/* Код вставки карты на свой сайт */
#maps-embed-code-form{
	padding:10px;
	width:500px;
}
#maps-embed-code-form textarea{
	height:80px;
}
#maps-embed-code-form .buttons{
	text-align:center;
}


/* Окно часов работы */
#maps-bhours-window{
	padding:10px;
}
#maps-bhours-window h2,
#maps-bhours-window h3{
	margin:0;
	font-size:18px;
}
#maps-bhours-window h3{
	margin-bottom:5px;
	color:#f28d4f;
	font-size:15px;
}
#maps-bhours-window .days{
	margin-top:5px;
}
#maps-bhours-window .days table{
	border-collapse:collapse;
}
#maps-bhours-window .days .cell-day,
#maps-bhours-window .days .cell-hours{
	padding:5px;
}
#maps-bhours-window .days .today td{
	font-weight:bold;
	color:#136bb9;
	white-space:nowrap;
}
#maps-bhours-window .days td{
	border-bottom:1px solid rgba(0,0,0,.07);
}
#maps-bhours-window .days .cell-day{
	background-color:rgba(0,0,0,.03);
	color:#7a7a7a;
}