﻿.item-big {
    background-color: gray;
    position: relative !important;
 height: 344px;

}

    .item-big h4 {
        position: absolute !important;
        width: 96% !important;
        padding: 2% !important;
        color: #fff !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: 0 !important;
        background: rgba(0,0,0,.5) !important;
        font-weight: 400 !important;
        font-size: 20px
    }

.owl-prev2 {
	float: right;
	position: absolute;
	right: 0;
	bottom: 150px;
	background-image: url('arrows.png') !important;
	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-image: url('arrows.png') !important;
    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: 10px;
}
.owl-theme-slider .owl-dots2 .owl-dot2 span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #fff;
	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: #666;
}
@media only screen and (max-width: 1200px) {
    .owl-prev2 {
        bottom: 220px;
    }

    .owl-next2 {
        bottom: 220px;
    }
  .item-big {
        height: auto;
    } 
}
@media only screen and (max-width: 960px) {
    .owl-prev2 {
        bottom: 200px;
    }

    .owl-next2 {
        bottom: 200px;
    }
}
@media only screen and (max-width: 768px) {
        .owl-prev2 {
            bottom: 180px;
        }

        .owl-next2 {
            bottom: 180px;
        }
    }
@media only screen and (max-width: 640px) {
    .owl-prev2 {
        bottom: 160px;
    }

    .owl-next2 {
        bottom: 160px;
    }
}
@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;
    }
}
