.carousel {
	margin-bottom: 60px;
}
.carousel-control {
	background: url("../../images/sqr-dark-mask.png") repeat scroll 0 0 #464646;
	box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.2) inset;
	border: none;
	border-radius: 0;
	left: 0;
	height: 90px;
	width: 90px;
	font-weight: 100;
	font-size: 120px;
	margin: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	padding-top: 14px;
	text-align: center;
	top: 50%;
	transform: translateY(-45px);
	-webkit-transform: translateY(-45px);
	-moz-transform: translateY(-45px);
	z-index: 2;
}
.carousel-control:hover, .carousel-control:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.carousel-control.right {
	padding-top: 14px;
	right: 0;
}
.carousel-control-container {
	overflow: hidden;
}
.carousel-caption {
	background: none;
	cursor: default;
	padding: 90px 0 0 0;
	top: 0;
}
.carousel-caption h1, .carousel-caption h3 {
	opacity: 1;
}
.carousel-caption h1.rstpl-title {
	font-size: 7.5em;
}
.carousel-caption .rstpl-title {
	margin-bottom: 60px;
}
.carousel-caption .rstpl-subtitle {
	font-weight: 700;
	margin-bottom: 10px;
}
.carousel-caption .rstpl-price-big {
	font-size: 3.75rem;
	margin-bottom: 60px;
	font-weight: 100;
}

@media (max-width: 1500px) {
	.carousel-caption {
		padding: 45px 0 0 0;
	}
	.carousel-caption h1.rstpl-title {
		margin-bottom: 30px;
	}
	.carousel-caption .rstpl-price-big {
		margin-bottom: 30px;
	}
}

@media (max-width: 1200px) {
	.carousel-control {
		height: 60px;
		width: 60px;
		font-size: 90px;
		padding-top: 5px;
		transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
	}
	.carousel-control.right {
		padding-top: 5px;
	}
	.carousel-caption {
		top: 10px\0;
	}
	.carousel-caption h1.rstpl-title {
		font-size: 90px;
		margin-bottom: 15px;
	}
	.carousel-caption .rstpl-subtitle {
		font-size: 14.5px;
	}
	.carousel-caption .rstpl-price-big {
		font-size: 45px;
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.carousel-caption {
		padding: 10px 0 0 0;
	}
	.carousel-caption h1.rstpl-title {
		font-size: 60px;
		margin-bottom: 25px;
	}
	.carousel-caption .rstpl-subtitle {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.carousel-caption .rstpl-price-big {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.rscarousel .carousel-indicators.center-inline-top {
		top: 5px;
	}
}

@media (max-width: 767px) {
	.carousel-caption {
		padding: 0;
	}
	.carousel-caption h1.rstpl-title {
		font-size: 60px;
		margin-bottom: 0;
	}
	.carousel-caption .rstpl-title {
		margin-top: 10px;
	}
	.carousel-caption .rstpl-subtitle {
		font-size: 12px;
		margin-bottom: 0;
	}
	.carousel-caption .rstpl-price-big {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.rscarousel .carousel-indicators.center-inline-top {
		top: 0;
	}
	.rscarousel .carousel-indicators.center-inline-bottom {
		bottom: 5px;
	}
}

@media (max-width: 480px) {
	.carousel-control {
		height: 45px;
		width: 45px;
		font-size: 60px;
		line-height: 20px;
		transform: translateY(-22.5px);
		-webkit-transform: translateY(-22.5px);
		-moz-transform: translateY(-22.5px);
	}
	.carousel-control.right {
		line-height: 20px;
	}
	.carousel-caption {
		padding: 0;
		position: absolute;
	}
	.carousel-caption h1.rstpl-title {
		font-size: 30px;
		margin-bottom: 5px;
	}
	.carousel-caption .rstpl-subtitle {
		font-size: 10px;
		margin-bottom: 0;
	}
	.carousel-caption .rstpl-price-big {
		font-size: 25px;
		margin-bottom: 5px;
	}
	.carousel-caption .rstpl-more .btn {
		line-height: 12px;
	}
	.carousel-caption .rstpl-more .btn-large {
		font-size: 13px;
		padding: 5px 15px;
	}
	.rscarousel .carousel-indicators {
		display: none;
	}
}