﻿.item-big {
	background-color: #fff;
	position: relative !important;
	height: 350px;
	overflow: hidden;
}
.item-big h1 {
	font-size: 22px;
	color: #000;
	padding: 3%;
}
.item-big p {
	font-size: 14px;
	color: #666;
	padding: 0 3%;
	line-height: 24px;
	margin: 0;
}

.owl-prev2 {
	float: right;
	position: absolute;
	right: 0;
	bottom: 150px;
	background-repeat: no-repeat!important;
	background-position: -2px center !important;
	background-color: transparent!important;
}
.owl-next2 {
	float: left;
	position: absolute;
	left: 0;
	bottom: 150px;
	background-repeat: no-repeat !important;
	background-position: -58px center !important;
	background-color: transparent !important;
}
.owl-nav2 {
	position: relative;
	width: 100%;
}
.owl-theme-slider .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme-slider .owl-controls2 .owl-nav2 [class*=owl-] {
	color: #fff;
	margin: 5px;
	padding: 20px !important;
	background: #000;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0px;
}
.owl-theme-slider .owl-controls2 .owl-nav2 [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}
.owl-theme-slider .owl-controls2 .owl-nav2 .disabled {
	opacity: .5;
	cursor: default;
}
.owl-theme-slider .owl-dots2 .owl-dot2 {
	zoom: 1;*;
	display: inline-block;
}
.owl-theme-slider .owl-dots2 {
	position: absolute;
	left: 10px;
	top: auto;
	bottom: 15px;
}
.owl-theme-slider .owl-dots2 .owl-dot2 span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #ccc;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme-slider .owl-dots2 .owl-dot2.active span, .owl-theme-slider .owl-dots2 .owl-dot2:hover span {
	background: #e87224;
}
@media only screen and (max-width: 1200px) {
.owl-prev2 {
	bottom: 220px;
}
.owl-next2 {
	bottom: 220px;
}
}
@media only screen and (max-width: 960px) {
.owl-prev2 {
	bottom: 200px;
}
.owl-next2 {
	bottom: 200px;
}
.item-big {
    height: auto;
}
}
@media only screen and (max-width: 768px) {
.owl-prev2 {
	bottom: 180px;
}
.owl-next2 {
	bottom: 180px;
}
    .item-big {
        height: auto;
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 640px) {
.owl-prev2 {
	bottom: 160px;
}
.owl-next2 {
	bottom: 160px;
}
.item-big {
    height: auto;
}

.item-big h1 {
    font-size: 20px;
    padding: 0 3%;
}
}
@media only screen and (max-width: 420px) {
.owl-prev2 {
	bottom: 100px;
}
.owl-next2 {
	bottom: 100px;
}
.item-big h4 {
	font-size: 16px;
}
}
@media only screen and (max-width: 380px) {
.owl-prev2 {
	bottom: 80px;
}
.owl-next2 {
	bottom: 80px;
}
}
