/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}






/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
	zoom: 1;
}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.flexslider.loading .flex-viewport { max-height: 300px; }
.flexslider.loading { min-height: 150px; background: #fff url('../img/loading.gif') no-repeat center cener; }
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }
.carousel li { margin-right: 5px; }



.flex-control-nav {
	position: absolute;
	left: 40px;
	bottom: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.flex-control-nav > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}
.flex-control-nav > li > a {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #333333;
	text-indent: -9999em;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	width: 12px;
	height: 12px;
	background: transparent;
	border: 3px solid #333333;
}


.flex-direction-nav a {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	font-size: 32px;
	color: #333333;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #333333 !important;
}
.dark .flex-direction-nav {
	color: #777;
}
.white .flex-direction-nav {
	color: #fff;
}
.light .flex-direction-nav {
	color: #a7a7a7;
}
.flex-direction-nav a:hover {
	filter: alpha(opacity=100) !important;
	transform: scale(1.15) rotate(360deg);
	-o-transform: scale(1.15) rotate(360deg);
	-ms-transform: scale(1.15) rotate(360deg);
	-moz-transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.15) rotate(360deg);
}
.flex-direction-nav .flex-prev {
	left: 20px;
}
.flex-direction-nav .flex-next {
	right: 20px;
}
.container .flex-direction-nav .flex-prev {
	left: -20px;
}
.container .flex-direction-nav .flex-next {
	right: -20px;
}
.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
	opacity: 1;
	filter: alpha(opacity=100);
}
.flexslider:hover .flex-prev {
	left: 40px;
}
.flexslider:hover .flex-next {
	right: 40px;
}
.container .flexslider:hover .flex-prev {
	left: 0;
}
.container .flexslider:hover .flex-next {
	right: 0;
}


@media screen and (max-width: 982px) {
	.flex-direction-nav .flex-prev { opacity: 0.8; left: 10px;}
	.flex-direction-nav .flex-next { opacity: 0.8; right: 10px;}
}





.themina-caption {
	position: absolute;
	text-shadow: none;
	margin: 0;
	border: 0;
	color: #333333 !important;
}

.themina-caption.h1 {
	font-size: 48px;
}
.themina-caption.h2 {
	font-size: 36px;
}
.themina-caption.h3 {
	font-size: 28px;
}
.themina-caption.h4 {
	font-size: 22px;
}
.themina-caption.h5 {
	font-size: 18px;
}
.themina-caption.h6 {
	font-size: 14px;
}






/* FlexSlider Carousel
*********************************/
.flexslider.flex-carousel img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}
.flex-carousel .slides a {
	display: block;
	text-align: center;
}
.flex-carousel .flex-control-nav {
	position: relative;
	left: auto;
	display: table;
	margin: 0 auto;
	bottom: -15px;
}
.flex-carousel .flex-control-nav > li > a {
	width: 10px !important;
	height: 10px !important;
	border: 0;
	background: #fff;
}
.flex-carousel .flex-control-nav .flex-active {
	background: #50cabd;
}





/* Projects sliders
*********************************/
.project-content .flexslider {
	margin-bottom: 65px;
}
.project-content .flexslider .flex-direction-nav a {
	font-size: 70px;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-text-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.project-content .flexslider:hover .flex-prev {
	left: 40px;
}
.project-content .flexslider:hover .flex-next {
	right: 40px;
}
.project-content .flexslider .flex-control-nav {
	position: relative;
	left: auto;
	display: table;
	margin: 0 auto;
	bottom: -25px;
}
.project-content .flex-control-nav > li > a {
	background: #bbb;
	border-color: #bbb;
}
.project-content .flex-control-nav .flex-active {
	background: transparent;
}
