/* @override
	http://www.querformat-fotografie.de/wp-content/themes/querformat2015/include/js/sly/horizontal.css?ver=4.4 */

/* Frame */


.imagestrip {
	width: 100%;
	margin: 0;
}

.frame {
	height: 200px;
	overflow: hidden;
	background: url(loading.gif) no-repeat center center;
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.frame {
		height: 320px;
	}
}

@media screen and (orientation:landscape) {
	.frame {
		height: 320px;
	}
}

@media screen and (min-width: 768px) and (orientation:portrait) {
	.frame {
		height: 320px;
	}
}

@media screen and (min-width: 1025px) {
	.frame {
		height: 320px;
	}
}

.frame img {
	margin: 0;
	height: 100%;
	width: auto!important;
}

.frame ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: auto;
}

.frame ul li {
	position: relative;
	float: left;
	height: 100%;
	margin: 0 5px 0 0;
	padding: 0;
	color: #ddd;
	text-align: center;
	cursor: pointer;
	z-index: 99;
	opacity: 0;
}

.frame ul li.active {
}

.frame ul li .description {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	padding: 10px;
	color: #FFF;
	z-index: 100;
	background: rgba(0,0,0,0.7);
	display: none;
}

.frame ul li .description h1 {
	text-align: left;
	color: #16a085;
	display: block;
}

.frame ul li .description p {
	text-align: left;
	font-weight: 500;
	color: #c0c0c0;
}

.frame ul li .links {
	position: absolute;
	top: 40%;
	left: 0px;
	height: 72px;
	width: 100%;
	z-index: 110;
	text-align: center;
	display:none;
}

.frame ul li a.link {
	background: rgba(0,0,0,0.3) url(link_dark.png) no-repeat 50% 50%;
	width: 100px;
	height: 100px;
	margin-left: 5px;
	opacity: 1;
	position: relative;
	display: inline-block;
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	border-radius: 50%;
	color: #cacaca;
}

.frame ul li a.link:hover {
	background: rgba(0,0,0,0.3) url(link_light.png) no-repeat 50% 50%;
	width: 100px;
	height: 100px;
}

.frame ul li a.swipe {
	position: absolute;
	left: 0;
	background: transparent;
	width: 100%;
	height: 100%;
	margin-right: 5px;
	opacity: 1;
	display: inline-block;
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	border-radius: 50%;
}

.frame ul li a.swipe:hoverr {
	background: rgba(0,0,0,0.3) url(lupe_light.png) no-repeat 50% 50%;
	width: 100px;
	height: 100px;
}

/* @group Scrollbar */

.scrollbar_wrapper {
	height: 5px;
	margin: 0 ;
}

.scrollbar {
	width: 100%;
	margin: 0 auto ;
	height: 5px;
	background: #CCCCCC;
	line-height: 0;
	cursor: pointer;
	opacity: 0;
}

.scrollbar .handle {
	height: 100%;
	background: #9d713c;
	cursor: pointer;
}

.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/* @end */

/* @group Controls */

.controls {
	width: 100%;
}

.controls .btn.prev,
.controls .btn.next {
	border-radius: 50%;
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	background: #FFF;
	opacity: 0;
}

.controls .btn.prev.disabled,
.controls .btn.next.disabled {
	opacity: 0!important;
}

.controls .btn.prev {
	margin-left: 5px;
}

.controls .btn.next {
	right: 5px;
}

.controls i {
	display: block;
	position: absolute;
	top: 0px;
	left: 3px;
	line-height: 38px;
	width: 30px;
	height: 30px;
	color: #9d713c;
}


/* @end */
