#fullGallery,
.fullGallery 
{
	overflow: hidden;
	/*max-width: 1500px;*/
	/*width: 80%;*/
	margin: 0px auto 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	display: block;
}
#fullGallery p,
.fullGallery p
{
	color: #FFF;
font-size: 20px;
text-shadow: 0px 2px #000;
position: absolute;
bottom: 20px;
left: 20px;
background-color: #F8201D;
display: inline-block;
padding: 5px;
border-radius: 5px;
}
#fullGallery .owl-item,
.fullGallery .owl-item
{
	text-align: center;
}
#fullGallery .lazyOwl,
.fullGallery .lazyOwl
{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 500px;
}
#fullGallery .owl-controls,
.fullGallery .owl-controls
{
	margin: 0;
}
#fullGallery .owl-pagination,
.fullGallery .owl-pagination
{
	position: absolute;
	z-index: 999;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

#fullGallery .owl-buttons,
.fullGallery .owl-buttons
{
	position: absolute;
	z-index: 9999;
	width: 100%;
	/*background-color: red;*/
	top: 50%;

	margin-top: -37px;/*height of arrows*/
}
#fullGallery .owl-prev,
.fullGallery .owl-prev
{
	/*position: absolute;
	left: 50%;
	top:50%;
	margin-left:-348px;
	margin-top: -50px;*/
	background: url("arrow_left_min.png") no-repeat !important;
	margin-left: 10%;
	width: 24px;
	height: 37px;
	opacity: 1;
	border-radius: 0;
	float: left;
}
#fullGallery .owl-next,
.fullGallery .owl-next
{
	/*position: absolute;
	right: 50%;
	top:50%;
	margin-right:-348px; 
	margin-top: -50px;*/
	background: url("arrow_right_min.png") no-repeat !important;
	margin-right: 10%;
	width: 24px;
	height: 37px;
	opacity: 1;
	border-radius: 0;
	float: right;
}




/*FLAT*/
#flat_gallery {
    display: block;
    width: 600px;
    height: 500px;
    margin: 0 auto;
}
#flat_gallery .lazyOwl
{
	display: block;
	width: 600px;
	height: 500px;
	margin: 0 auto;
	display: block;
	background-size: cover;
	background-position: top center; 
}
#flat_gallery .owl-prev
{
	position: absolute;
	left: 50%;
	top:50%;
	margin-left:-348px;
	margin-top: -50px;
	background: url("arrow_left.png") no-repeat;
	width: 100px;
	height: 126px;
	opacity: 1;
	border-radius: 0;
}
#flat_gallery .owl-next
{
	position: absolute;
	right: 50%;
	top:50%;
	margin-right:-348px; 
	margin-top: -50px;
	background: url("arrow_right.png") no-repeat;
	width: 100px;
	height: 126px;
	opacity: 1;
	border-radius: 0;
}

/*-----------------MEDIA QUERIES-----------------*/
/*+++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:600px), only screen and (max-device-width:600px)
{
	#flat_gallery .owl-prev,#flat_gallery .owl-next
	{
		display: none;
	}

	#fullGallery .lazyOwl,
	.fullGallery .lazyOwl
	{
		height: 250px;
	}
}