/*

 WYSIWYG ADDON - CMS2DAY
 Copyright (c) 2007 - 2019 by cms2day
 
 --
 
 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%;
}

.wysiwygFlexSlider .flex-direction-nav {
	*height: 0;
}

.no-js .slides > li:first-child {
	display: block;
}

.wysiwygFlexSlider .flex-container a:active,
.wysiwygFlexSlider .flexslider a:active,
.wysiwygFlexSlider .flex-container a:focus,
.wysiwygFlexSlider .flexslider a:focus  {
	outline: none;
}

.wysiwygFlexSlider .flexslider .slides {
	zoom: 1;
}

.wysiwygFlexSlider .slides,
.wysiwygFlexSlider .flex-control-nav,
.wysiwygFlexSlider .flex-direction-nav {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.wysiwygFlexSlider .flex-pauseplay {
	display: none;
}
	
.wysiwygFlexSlider .flex-viewport {
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
		 -o-transition: all 1s ease;
			transition: all 1s ease;
}

/* - AUTORUN WRAPPER - */

div.wysiwyg-addon div.wysiwygFlexSlider {
	background: #fff url('../images/loading.gif') center no-repeat;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

/* - FLEXSLIDER -> CONTAINER - */

.wysiwygFlexSlider {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	position: relative;
	
	zoom: 1;
}

.wysiwygFlexSlider 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 - */

.wysiwygFlexSlider ul li img {
	width: 100%;
	display: block;
	border: none;
}

/* - FLEXSLIDER -> NAVIGATION - */

.wysiwygFlexSlider .flex-direction-nav {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
}

.wysiwygFlexSlider .flex-direction-nav a {
	text-indent: -9999999px;
	display: block;
	width: 48px;
	height: 48px;
	margin: -24px 0 0 0;
	z-index: 999;
	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;
}

.wysiwygFlexSlider .flex-direction-nav .flex-prev {
	left: 0;
	background: url('../images/slide-left.png') center no-repeat;
	background-size: 48px 48px;
	opacity: 0.5;
}

.wysiwygFlexSlider .flex-direction-nav .flex-next {
	right: 0;
	background: url('../images/slide-right.png') center no-repeat;
	background-size: 48px 48px;
	opacity: 0.5;
}

.wysiwygFlexSlider .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.wysiwygFlexSlider .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

/* - FLEXSLIDER -> NAVIGATION - */

.wysiwygFlexSlider ol.flex-control-nav {
	display: block;
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	background: transparent;
	margin: 0 auto;
	text-align: center;
}

.wysiwygFlexSlider ol.flex-control-nav li {
	list-style: none;
	margin: 0 4px;
	display: inline-block;
}

.wysiwygFlexSlider ol.flex-control-nav a {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	opacity: 0.5;
}

.wysiwygFlexSlider ol.flex-control-nav a.flex-active {
	background: #fff;
	opacity: 1;
}

/* - FLEXSLIDER -> RESPONSIVE HACKS - */

@media screen and (max-width: 767px) {
	
	.wysiwygFlexSlider .flex-direction-nav .flex-prev {
		background: url('../images/slide-left.png') center no-repeat;
		background-size: 24px 24px;
	}
	
	.wysiwygFlexSlider .flex-direction-nav .flex-next {
		background: url('../images/slide-right.png') center no-repeat;
		background-size: 24px 24px;
	}
	
}