/*

 AUTORUN ADDON [Last Update] 31.10.2014 [cms2day]
 
 Autor: Matthias Müller <http://www.cms2day.de>
 Copyright (c) 2014
 
 --
 
 FLEXSLIDER 2.2.0 COPYRIGHT 2012 BY WooThemes
 http://www.woothemes.com/flexslider/
 
 Free to use under the GPLv2 license.
 http://www.gnu.org/licenses/gpl-2.0.html
 
 Contributing author: Tyler Smith (@mbmufffin)

*/

/* - FLEXSLIDER -> BASIC - */

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.autorunjQuerySlider .flex-direction-nav {
	*height: 0;
}

.no-js .slides > li:first-child {
	display: block;
}

.autorunjQuerySlider .flex-container a:active,
.autorunjQuerySlider .flexslider a:active,
.autorunjQuerySlider .flex-container a:focus,
.autorunjQuerySlider .flexslider a:focus  {
	outline: none;
}

.autorunjQuerySlider .slides {
	zoom: 1;
}

.autorunjQuerySlider .slides,
.autorunjQuerySlider .flex-control-nav,
.autorunjQuerySlider .flex-direction-nav {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.autorunjQuerySlider .flex-pauseplay {
	display: none;
}
	
.autorunjQuerySlider .flex-viewport {
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
		 -o-transition: all 1s ease;
			transition: all 1s ease;
}

/* - AUTORUN WRAPPER - */

div.autorun .autorunjQuerySlider {
	background: #fff url('../images/loading.gif') center no-repeat;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	position: relative;
	zoom: 1;
}

/* - FLEXSLIDER -> CONTAINER - */

.autorunjQuerySlider ul li {
	width: 100%;
	background: #fff url('../images/loading.gif') center no-repeat;
	-webkit-backface-visibility: hidden;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	position: relative;
}

/* - FLEXSLIDER -> IMAGE - */

.autorunjQuerySlider ul li img {
	width: 100%;
	display: block;
	border: none;
}

/* - FLEXSLIDER -> LINK - */

.autorunjQuerySlider .slides li a {
	width: 100%;
	height: 100%;
	display: block;
}

/* - FLEXSLIDER -> TEXT CAPTION - */

.autorunjQuerySlider ul li div.caption {
	display: block;
	background: #26292b;
	padding: 5px 10px;
}

.autorunjQuerySlider ul li div.caption span.caption-text {
	color: #fff;
}

.autorunjQuerySlider ul li div.caption span.caption-text-1 {
	display: block;
}

.autorunjQuerySlider ul li div.caption span.caption-text-2 {
	display: block;
}

.autorunjQuerySlider ul li div.caption span.caption-text-3 {
	display: block;
}

/* - FLEXSLIDER -> NAVIGATION - */

.autorunjQuerySlider .flex-direction-nav {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
}

.autorunjQuerySlider .flex-direction-nav a {
	text-indent: -9999999px;
	display: block;
	width: 48px;
	height: 48px;
	margin: -24px 0 0 0;
	z-index: 1005;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
		 -o-transition: all .2s ease;
			transition: all .2s ease;
}

.autorunjQuerySlider .flex-direction-nav .flex-prev {
	left: 0;
	background: url('../images/slide-left.png') center no-repeat;
	background-size: 48px 48px;
	opacity: 0.5;
}

.autorunjQuerySlider .flex-direction-nav .flex-next {
	right: 0;
	background: url('../images/slide-right.png') center no-repeat;
	background-size: 48px 48px;
	opacity: 0.5;
}

.autorunjQuerySlider .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.autorunjQuerySlider .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

/* - FLEXSLIDER -> NAVIGATION - */

.autorunjQuerySlider ol.flex-control-nav {
	display: inline-block;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 5px;
	z-index: 1005;
	background: transparent;
	margin: 0 auto;
	text-align: center;
}

.autorunjQuerySlider ol.flex-control-nav li {
	list-style: none;
	margin: 0 4px;
	display: inline-block;
}

.autorunjQuerySlider ol.flex-control-nav a {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	opacity: 0.5;
}

.autorunjQuerySlider ol.flex-control-nav a.flex-active {
	background: #fff;
	opacity: 1;
}

/* - FLEXSLIDER -> RESPONSIVE HACKS - */

@media screen and (max-width: 767px) {
	
	.autorunjQuerySlider .flex-direction-nav .flex-prev {
		background: url('../images/slide-left.png') center no-repeat;
		background-size: 24px 24px;
	}
	
	.autorunjQuerySlider .flex-direction-nav .flex-next {
		background: url('../images/slide-right.png') center no-repeat;
		background-size: 24px 24px;
	}
	
}