/*
------------------------------------
***CAROUSEL
------------------------------------
*******************
*/
#owl-fotonews .owl-next {
	position:absolute;
	top:35%;
	z-index:1;
	right:5px;
	}
#owl-fotonews .owl-prev {
	position:absolute;
	top:35%;
	z-index:1;
	left:-15px;
	}
#owl-fotonews .owl-next img, #owl-fotonews .owl-prev img {width: 20px;}
#owl-fotonews {
	width:100%;
	/*height:555px;
	padding-right: 2%;
	padding-top:15px;*/
	margin:0 auto;
	
	overflow: hidden;
}

#owl-fotonews .img_{
	height: auto;
	width:100%;
	margin:0 auto;
	padding:0;
	overflow: hidden;
	background: #ccc;
}
#owl-fotonews .img_ img {
    display: block;
	width:100%;
	min-height: 320px;
	overflow:hidden;
}

#owl-fotonews .item {
	position: relative;
	height:655px;
	overflow: hidden;
	width:100%;
	margin:0;
}

#owl-fotonews .info {
	height:500px;
	display:block;
	position: absolute; 
	z-index:1000;
	opacity:1;
	width:100%;
	margin: auto;
	bottom: 20px;
	text-align: center;
}

#owl-fotonews .info h1 {
	font-size:70px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	margin:0;
	padding: 10px;
	width: 100%;
	line-height:0.8;
	font-weight:600;
	color:#FFF;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
  	text-overflow: ellipsis;
  	word-break: break-word
}
#owl-fotonews .info h1 a {
	color:#FFF;
	}
#owl-fotonews .item .info span{
	padding:5px 10px 5px 0;
	font-size:12px;
	font-weight: 200;
	line-height:1.3;
	margin-bottom:5px;
	margin-left: 0;
}
#owl-fotonews .info .desk {
	width: 80%;
	margin: 10px 10%!important;
	text-align: center;
	font-size:18px;
	line-height:1.3;
	font-weight:600;
	margin:3px 0;
	color:#FFF;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
@media all and (max-width : 600px) {
	#owl-fotonews {
		height: 300px;
		width:102%;
		padding-right: 0;
	}
	#owl-fotonews .img_ {
		width: 100%;
		min-height: 100px;
		height: auto;
		max-height: 220px;
		overflow: hidden;
		background: #ccc;
		}
	#owl-fotonews .img_ img {
	    display: block;
		width:100%;
		min-height: 200px;
		height: auto;
		overflow:hidden;
	}
	#owl-fotonews, #owl-fotonews .item {
		height:220px;
		padding-top: 0;
	}
	#owl-fotonews .info {
		width: 100%;
		height:90px;
		font-size:12px;
	}
	#owl-fotonews .info h1 {
		font-size:24px;
	}
	#owl-fotonews .info .desk {
		max-width: 100%;
		font-size:11px;
	}
	#owl-fotonews .owl-next {
		top:25%;
		z-index:1;
		right:20px;
	}
	#owl-fotonews .owl-prev {
		top:25%;
	}
	#owl-fotonews .owl-next img, #owl-fotonews .owl-prev img {width: 15px;}
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background: none;
	color:#222;
	/*box-shadow: 1px 1px 3px #333;*/
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: .8;
}
/* 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;
	text-decoration: none;
}

/* Styling Pagination*/

.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: 8px;
	height:8px;
	margin: 5px 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:10px;
	background: #003300;
	
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	position:relative;
	z-index:100;
}

/* 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:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	
}
