/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.home-slider-container {
	margin-bottom: 85px;
	position: relative;
}

.owl-carousel-main .owl-controls{
	height: 0;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	position: absolute;
	z-index: 3;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.owl-carousel-main .owl-controls .owl-buttons div{
	width: 61px;
	height: 61px;
	top: 50%;
	margin-top: -30px;
	background: url('/images/home-sider-arrows.png');
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.owl-carousel-main .owl-controls .owl-buttons div.owl-prev{
    left: 30px;
}

.owl-carousel-main .owl-controls .owl-buttons div.owl-next{
    right: 30px;
	background-position: -62px 0;
}

/* Styling Pagination*/
.owl-pagination{
  padding: 15px 0 20px;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 13px;
	height: 13px;
	margin: 0 3px;
	background: url(../images/nav-off.png) no-repeat;
}

.owl-theme .owl-controls .owl-page.active span{
	background: url(../images/nav-on.png) no-repeat;
}

.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */

.owl-item.loading{
	min-height: 150px;
	background: url(../images/slider-loading.gif) no-repeat center center
}

.item, .item img {
	width: 100%;
}

.home-slider-container .item-content {
	padding: 73px 52px 34px;
	max-width: 303px;
	background: rgba(47,47,47,0.8);
	color: #fff;
	position: absolute;
	bottom: -34px;
	right: 0;
}

.item-content h3 {
	margin-bottom: 38px;
}

.item-content p {
  font-size: 0.894em;
}

.item-content .more-link {
	margin-top: 46px;
	height: 69px;
	line-height: 69px;
	padding: 0 32px;
	border: 7px solid #fff;
	display: inline-block;
	background: #242424;
	color: #fff;
	box-shadow: 10px 10px 35px -16px rgba(0,0,0,0.75);
}

.home-slider-container .slider-border-bottom {
	margin-right: 407px;
    height: 34px;
	background: #e1382d;
	position: relative;
 }

.home-slider-container .slider-border-bottom .slider-bottom-inner {
	position: absolute;
	right: -407px;
	height: 34px;
	background: rgba(47,47,47,0.8);
	width: 408px;
}

 @media (max-width: 1320px) {
	.item-content h3{
		line-height: 100%;
		font-size: 25pt;
	}
 }

@media (max-width: 925px) {
	.home-slider-container .slider-arrow {
		display: none;
	}

	.home-slider-container .item-content {
		width: 90%;
		max-width: 90%;
		position: relative;
		left: 0;
		top: 0;
		padding-right: 5%;
		padding-left: 5%;
		padding-top: 30px;
	}
	.slider-border-bottom, .owl-buttons{
		display: none;
	}
	.slider-vewport {
		width: 100%;
	}
	.slider-previews {
		margin-top: 7px;
		width: 100%;
	}
	.slider-previews .slider-preview-item {
		margin-left: 0px;
		margin-right: 7px;
	}
	.slider-picture {
		width: 80%;
		left: 10%;
	}
}

@media (max-width: 600px) {
	.home-slider-container .item-content {
		padding-right: 20px;
		padding-left: 20px;
	}
}
