.main_body_left {
	position:relative;
	top:0px;
	left:0px;
	width: 984px;
	height: auto !important;
	height: 200px;
	min-height: 200px;
	padding: 0 20px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.main_body_left { width: 300px; padding: 0 10px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.main_body_left { width: 460px; padding: 0 10px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.main_body_left { width: 728px; }
}

.main_body_right {
	position: relative;
	top: 0px;
	left: 0px;
	width: 984px;
	height: auto;
	padding: 0 20px;
	vertical-align: top;
	margin-top: 40px;
}

	#homemost {
		display: inline-block;
		width: 300px;
		border-bottom: none;
		padding-bottom: 0px;
		vertical-align: top;
		margin-right: 19px;
	}

	#homeevents {
		display: inline-block;
		width: 300px;
		padding: 0;
		border-bottom: none;
		vertical-align: top;
		margin-left: 19px;
		margin-right: 19px;
	}

	#homenews {
		display: inline-block;
		width: 300px;
		padding: 0;
		vertical-align: top;
		margin-left: 19px;
	}

#map_filters {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	padding-right: 20px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#map_filters { width: 42px; padding-right: 10px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#map_filters { width: 42px; padding-right: 10px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#map_filters { }
}

.filters_title {
	color: #e84b2e;
}

.filters {
	position: relative;
	top: 0px;
	left: 0px;
}

	.filter_box {
		display: block;
		border-bottom: 1px solid #bbbbbb;
		padding: 10px 0;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.filter_box { border-bottom: none; padding: 5px 0; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.filter_box { border-bottom: none; padding: 5px 0; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.filter_box { }
	}
	
	.filter_box:last-child {
		border-bottom: none;
	}

		.filter_chk {
			display: none;
		}
		
		.filter_title {
			display: inline-block;
			width: 178px;
			vertical-align: middle;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			.filter_title { display: none; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.filter_title { display: none; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			.filter_title { }
		}
		
		.filter_img_cont {
			display: inline-block;
			border: 1px solid #e84b2e;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			vertical-align: middle;
			z-index: 300;
			text-align: center;
			line-height: 52px;
			background: #FFFFFF;
			cursor:pointer;
		}
		
		.filter_img_cont_off {
			display: inline-block;
			border: 1px solid #bbbbbb;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			vertical-align: middle;
			z-index: 300;
			text-align: center;
			line-height: 52px;
			background: #FFFFFF;
		}
		
		.filter_img {
			width: 24px;
			height: 24px;
			z-index: 400;
		}
		
		.filter_img_off {
			width: 24px;
			height: 24px;
			-webkit-filter: grayscale(100%);
    		filter: grayscale(100%);
    		opacity: .7;
			z-index: 400;
		}


.open_filter {
	position: relative;
	width: 220px;
	height: auto;
	padding: 10px 0 20px 0;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.open_filter { width: 42px; text-align: center; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.open_filter { width: 42px; text-align: center; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.open_filter { }
}

#map_box {
	display: inline-block;
	width: 740px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#map_box { width: 244px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#map_box { width: 404px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#map_box { width: 484px; }
}

#map {
	width: 100%;
	height: 400px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#map { height: 300px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#map { height: 300px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#map { }
}

.certified_trk {
	position: absolute;
	top: -11px;
	left: 34px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	color: #FFFFFF;
	background: #e84b2e;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
}

.marker {
	position:absolute;
	height: 60px;
	width: 45px;
	cursor:pointer;
	
	margin-left:-24px;
	margin-top:-60px;
}

	.marker_body_trk {
		position:absolute;
		height: 45px;
		width: 45px;
		background: #e84b2e;
		border:1px solid #ffffff;
		-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
		box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	}
	
	.marker_body_trk_over {
		background: #ffffff;
		border:1px solid #e84b2e;
	}
	
		.marker_img_trk {
			position:absolute;
			top:5px;
			left:5px;
			height: 35px;
			width: 35px;
			filter: brightness(600%);
			-webkit-filter: brightness(600%);
			-moz-filter: brightness(600%);
			-o-filter: brightness(600%);
			-ms-filter: brightness(600%);
		}
		
		.marker_img_trk_over {
			filter: brightness(100%);
			-webkit-filter: brightness(100%);
			-moz-filter: brightness(100%);
			-o-filter: brightness(100%);
			-ms-filter: brightness(100%);
		}
	
	.marker_arrow_trk {
		position:absolute;
		top:45px;
		left:16px;
		
		width: 0;
		height: 0;
		border-top:	15px solid #EE5840;
		border-left: 	8px solid transparent;
		border-right: 8px solid transparent;
	}
	
	.marker_arrow_trk_over {
		border-top:	15px solid #ffffff;
		border-left: 	8px solid transparent;
		border-right: 8px solid transparent;
	}
	
	.marker_body_evt {
		position:absolute;
		height: 45px;
		width: 45px;
		background: #2e78e8;
		border:1px solid #ffffff;
		-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
		box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	}
	
	.marker_body_evt_over {
		background: #ffffff;
		border:1px solid #2e78e8;
	}
	
		.marker_img_evt {
			position:absolute;
			top:5px;
			left:5px;
			height: 35px;
			width: 35px;
			filter: brightness(600%);
			-webkit-filter: brightness(600%);
			-moz-filter: brightness(600%);
			-o-filter: brightness(600%);
			-ms-filter: brightness(600%);
		}
		
		.marker_img_evt_over {
			filter: brightness(100%);
			-webkit-filter: brightness(100%);
			-moz-filter: brightness(100%);
			-o-filter: brightness(100%);
			-ms-filter: brightness(100%);
		}
	
	.marker_arrow_evt {
		position:absolute;
		top:45px;
		left:16px;
		
		width: 0;
		height: 0;
		border-top:	15px solid #2e78e8;
		border-left: 	8px solid transparent;
		border-right: 8px solid transparent;
	}
	
	.marker_arrow_evt_over {
		border-top:	15px solid #ffffff;
		border-left: 	8px solid transparent;
		border-right: 8px solid transparent;
	}

.closed_obj {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.preview {
	z-index: 900;
}

#objs_cont {
	width: 100%;
	vertical-align: top;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#objs_cont { width: 244px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#objs_cont { width: 404px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#objs_cont { }
}

	#objs_cont .slick-slide {
		background: #dbdbdb;
		padding: 10px;
	}
	
		#objs_cont .obj_img_box {
			display: inline-block;
			width: 50%;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			#objs_cont .obj_img_box { width: 100px; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			#objs_cont .obj_img_box { width: 144px; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			#objs_cont .obj_img_box { }
		}
	
		#objs_cont .main_img {
			width: 100%;
		}
		
		#objs_cont .obj_info {
			display: inline-block;
			vertical-align: top;
			width: 42%;
			padding-left: 10px;
			padding-top: 10px;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			#objs_cont .obj_info { width: 114px; padding-top: 0px; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			#objs_cont .obj_info { width: 230px; padding-top: 0px; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			#objs_cont .obj_info { padding-top: 0px; }
		}
		
		.obj_name {
			height: auto;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			.obj_name { height: 20px; overflow: hidden; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.obj_name { height: 20px; overflow: hidden; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			.obj_name { height: 20px; overflow: hidden; }
		}
		
			.obj_name a {
				font-size: 20px;
				font-weight: 400;
				color: #393939;
				text-decoration: none;
			}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				.obj_name a { font-size: 16px; height: 10px; overflow: hidden; }
			}
			@media screen and (min-width : 480px) and (max-width : 767px) {
				.obj_name a { font-size: 16px; }
			}
			@media screen and (min-width : 768px) and (max-width : 992px) {
				.obj_name a { }
			}
			
			.obj_name a:hover {
				color: #e84b2e;
			}
			
			.obj_likes {
				padding-top: 10px;
			}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				.obj_likes { padding-top: 5px; }
			}
			@media screen and (min-width : 480px) and (max-width : 767px) {
				.obj_likes { padding-top: 5px; }
			}
			@media screen and (min-width : 768px) and (max-width : 992px) {
				.obj_likes { }
			}
		
				.fa-thumbs-o-up {
					display: inline-block;
					margin-right: 5px;
				}
			
				.obj_likes_num {
					display: inline;
					width: auto;
					height: auto;
					text-align: center;
					background: #c7c7c7;
					padding: 5px 10px;
				}
				
				.obj_descr {
					padding-top: 10px;
					height: 120px;
					overflow: hidden;
				}
	
				@media screen and (min-width : 320px) and (max-width : 479px) {
					.obj_descr { padding-top: 5px; height: 55px; }
				}
				@media screen and (min-width : 480px) and (max-width : 767px) {
					.obj_descr { padding-top: 5px; height: 55px; }
				}
				@media screen and (min-width : 768px) and (max-width : 992px) {
					.obj_descr { height: 72px; }
				}
				
	.slick-dots li button:before
	{
		font-size: 14px;
	}
	
	#objs_cont .slick-prev:before,
	#objs_cont .slick-next:before
	{
		font-size: 50px;
		color: #FFFFFF;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		#objs_cont .slick-prev:before, #objs_cont .slick-next:before { font-size: 30px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#objs_cont .slick-prev:before, #objs_cont .slick-next:before { font-size: 30px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#objs_cont .slick-prev:before, #objs_cont .slick-next:before { font-size: 30px; }
	}
	
	#objs_cont .slick-prev,
	#objs_cont .slick-next
	{
		width: 50px;
		height: 50px;
		z-index: 200;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		#objs_cont .slick-prev, #objs_cont .slick-next { width: 30px; height: 30px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#objs_cont .slick-prev, #objs_cont .slick-next { width: 30px; height: 30px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#objs_cont .slick-prev, #objs_cont .slick-next { width: 30px; height: 30px; }
	}
	
	#objs_cont .slick-prev
	{
		left: 14px;
		top: 50%;
	}

	#objs_cont .slick-next
	{
		right: 4px;
		top: 50%;
	}