.owl-carousel .item{
	height: 320px;
}

.owl-carousel .owl-item{
	height: 320px;
	width: 100%;
}
.owl-carousel .owl-item img {
height:100%;
width:auto;
display: block;
}


.gallery1 .owl-nav .owl-prev, .gallery1 .owl-nav .owl-next, .gallery2 .owl-prev,.gallery2  .owl-next,.gallery3 .owl-prev,.gallery3  .owl-next, {
position: absolute;
top: 48%;
left: 15px;
width: 40px;
height: 40px;
margin: -20px 0 0 0;
padding: 0;
font-size: 60px;
font-weight: 100;
line-height: 30px;
color: white;
text-align: center;
background: #222;
border: 3px solid white;
border-radius: 23px;
opacity: 0.5;
text-decoration: none;
}

.gallery1 .owl-carousel .owl-nav button.owl-next, .gallery1 .owl-carousel .owl-nav button.owl-prev {
position: absolute;
top: 0;
bottom: 0;
margin: auto !important;
left: 15px;
width: 44px;
height: 44px;
padding: 0;
font-size: 60px;
font-weight: 100;
line-height: 28px;
color: white;
text-align: center;
background: #222;
border: 3px solid white;
border-radius: 50%;
opacity: 0.5;
display: block;
vertical-align: top;
text-decoration: none;
padding: 0 2px 10px 0px !important;
text-align: center;
}

.gallery1 .owl-carousel .owl-nav button.owl-next:hover, .gallery1 .owl-carousel .owl-nav button.owl-prev:hover{
color: white;
text-decoration: none;
opacity: 0.9;
}

.gallery1 {
    padding: 15px;
}

.gallery1 .owl-carousel .owl-nav button.owl-next {
right: 15px;
left: auto;
}

.gallery1 .owl-prev:hover, .gallery1  .owl-next:hover, .gallery2 .owl-prev:hover, .gallery2  .owl-next:hover, .gallery3 .owl-prev:hover, .gallery3  .owl-next:hover {
color: white;
text-decoration: none;
opacity: 0.9;
}
.gallery1  .owl-next {
left: auto;
right: 15px;
}