/*CAROUSEL STYLING*/
#main_banner, .carousel-slide{
	height: 320px;
	overflow: hidden;
}
.carousel-slide{
	position: absolute;
	left: 0;
	width: 100%;
	display: none;
}
.carousel-slide.on{
	z-index: 9;
	opacity: 1;
}
 .carousel-slide .caption a {
	color: #fff;
	text-decoration: none;
	font-family: "PT Sans", Arial, sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}
.carousel-slide .caption h4 {
	color: #fff;
	text-decoration: none;
	font-family: "PT Sans", Arial, sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
    font-weight: normal;
}


.caption {
	position:absolute;
	bottom: 32px;
	/*margin-top: 220px;*/
	/*text-align: center;*/
	font-size: 24px;
	color: white;
	margin-left: 120px;
}

.caption span {
	display: block;
	padding-top: 15px;
	font-size: 34px;
}
.arrow {
	position: absolute;
	top: 155px;
	cursor: pointer;
	font-size: 36px;
	color: #fff;
	/*-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;*/
	padding: 0 14px 7px;
	/*background: rgba(153, 153, 153, 0.6);*/
	z-index: 10;
}
.left{
	left: 25px;
}
.right {
	right: 25px;
}
.select-none {
    -webkit-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none; 
}

@media (max-width: 768px) {
	#main_banner, .carousel-slide{
		height: 300px;
	}
	.caption {
		margin-top: 135px;
		font-size: 18px;
	}
	.caption span {
		font-size: 24px;
	}
	.arrow {
		top: 190px;
		font-size: 28px;
		padding: 2px 12px 4px 10px;
	}
	.left{
		left: 15px;
	}
	.right {
		right: 15px;
	}

}
@media (max-width: 480px) {
	#main_banner, .carousel-slide{
		height: 210px;
	}
	.caption {
		margin-top: 95px;
		font-size: 18px;
	}
	.caption span {
		font-size: 24px;
	}
	.arrow {
		top: 160px;
		font-size: 20px;
		padding: 0 9px 5px;
	}
	.left{
		left: 7px;
	}
	.right {
		right: 7px;
	}
	
}

/*Карусель на главной*/

#main_banner, .banner{
	height: 320px;
	overflow: hidden;
}
.banner{
	position: absolute;
	left: 0;
	width: 100%;
	display: none;
}
.banner.on{
	z-index: 9;
	opacity: 1;
}
 /*.banner .banner_text a {
	color: #fff;
	text-decoration: none;
	font-family: "PT Sans", Arial, sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}
.banner .banner_text h4 {
	color: #fff;
	text-decoration: none;
	font-family: "PT Sans", Arial, sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
    font-weight: normal;
}


.banner_text {
	position:absolute;
	bottom: 32px;
	/*margin-top: 220px;*/
	/*text-align: center;*/
	/*font-size: 24px;
	color: white;
	margin-left: 120px;
}*/

/*.banner_text span {
	display: block;
	padding-top: 15px;
	font-size: 34px;
}*/

@media (max-width: 768px) {
	#main_banner, .banner{
		height: 300px;
	}
	.banner_text {
		margin-top: 135px;
		font-size: 18px;
	}
	.banner_text span {
		font-size: 24px;
	}
	.arrow {
		top: 190px;
		font-size: 28px;
		padding: 2px 12px 4px 10px;
	}
	.left{
		left: 15px;
	}
	.right {
		right: 15px;
	}

}
@media (max-width: 480px) {
	#main_banner, .banner{
		height: 210px;
	}
	.banner_text {
		margin-top: 95px;
		font-size: 18px;
	}
	.banner_text span {
		font-size: 24px;
	}
	.arrow {
		top: 160px;
		font-size: 20px;
		padding: 0 9px 5px;
	}
	.left{
		left: 7px;
	}
	.right {
		right: 7px;
	}
	
}
