/* Звездный рейтинг */

.maps-star-rating { overflow: hidden; }
.maps-star-rating ul,
.maps-star-rating ul li {
	margin:0; padding:0; list-style: none;
	float:left;
}

.maps-star-rating .star {
	float:left;
	display:block;
	width:16px;
	height:16px;
	background:url("../../../images/maps/stars.png") no-repeat 0 0;
}

.maps-star-rating.red .star {
	background-image: url("../../../images/maps/stars-red.png");
}

.maps-star-rating.small .star {
	width:12px;
	height:12px;
	background-image: url("../../../images/maps/stars-small.png");
}

.maps-star-rating .full { background-position: 0 -16px; }
.maps-star-rating .half { background-position: 0 -32px; }

.maps-star-rating.small .full { background-position: 0 -12px; }
.maps-star-rating.small .half { background-position: 0 -24px; }

.maps-star-rating .value { margin-left: 5px; font-size:12px; color:#7f8c8d; }

/* Общие стили */

.maps_widget .item{ margin-bottom: 10px; overflow:hidden; clear:both; }

.maps_widget .item:last-child{ margin: 0; }

.maps_widget .item.is-image .image { float:left; margin-right: 10px; }

.maps_widget .item .title{
    font-size: 16px;
    margin-bottom:4px;
}

.maps_widget .details { font-size:11px; color:#999; }
.maps_widget .details a{ color:#BDC3C7; }
.maps_widget .details a:hover{ color:#d35400; }
.maps_widget .details span {padding-right: 5px;}

.maps_widget .details .addr a { color: #68809B; }
.maps_widget .details .addr a:hover { color: #d35400; }

/* Общие стили - сайдбар */

aside .maps_widget { font-size:12px; }
aside .maps_widget .item{ margin-bottom: 5px; }
aside .maps_widget .item .title{ font-size: 14px; }


/* Виджет "Список отзывов" */

.widget_places_reviews .maps-star-rating{
    display: inline-block;
    margin-left:5px;
}

/* Виджет "Список событий" */

.widget_places_events .event-dates {
	margin: 5px 0;
	color:#2c3e50;
}

.widget_places_events .event-dates span {
	padding-right:15px;
	color:#68809B;
}

.widget_places_events .event-dates span.time {
	padding: 0;
}


/* Виджет "Карта" */

.widget_places_map #maps-map-block {
    margin:0;
}

/* Виджет "Календарь" */
.widget_places_calendar .month-nav {
    text-decoration: none;
    color: #333;
    padding: 5px;
    border-radius: 50%;
}
.widget_places_calendar .month-nav:hover {
    background: #ECECEC;
}
.widget_places_calendar .month_name {
    text-align:center;
    color:#95a5a6;
    margin-bottom: 10px;
    font-size:14px;
}

.widget_places_calendar .days{
    box-sizing: border-box;
    overflow: hidden;
}
.widget_places_calendar .days.loading{
    background:url("../../../images/processing.gif") no-repeat center;
}

.widget_places_calendar .days.loading .day{
    visibility: hidden;
}

.widget_places_calendar .day {
    float:left;
    width:14.285%;
    box-sizing: border-box;
    text-align: center;
    padding:10px 0;
    font-size:14px;
}

.widget_places_calendar .day-6,
.widget_places_calendar .day-7 {
    color:#e74c3c;
}

.widget_places_calendar .day-today {
    background: #f0f0f0;
}

.widget_places_calendar .day a {
    text-decoration: none;
    border-bottom: solid 3px #3498db;
    color:inherit;
    width:80%;

}

.widget_places_calendar .day-6 a,
.widget_places_calendar .day-7 a {
    border-bottom: solid 3px #e74c3c;
}

.widget_places_calendar .day a:hover {
    color:#d35400;
    border-bottom:solid 3px #d35400;
}