/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
  z-index: 0 !important;
}
.flexslider .slides img {
  max-width: 100%;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
 .flexslider {
	margin: 0 auto;
	position: relative;
	zoom: 1;
	width: 100%;
	overflow: hidden;
	float: left;
	text-align: center;
	background-color: #e3e3e3;
}
.flexslider .caption-description .slide-text {
	position: absolute;
	bottom: auto;
	top: 35%;
	left: 0;
	right: 0;
	text-align: center;
}
.flexslider .caption-description .slidertext1 {
	font-size: 46px;
	color: #f0f0f0;
	line-height: 36px;
	letter-spacing: 0;
	font-weight: 400;
	font-family: 'Alex Brush', cursive;
	text-transform: capitalize;
}
.flexslider .caption-description .slidertext2 {
	font-size: 55px;
	line-height: 62px;
	letter-spacing: -0.15px;
	font-weight: 500;
	color: #f0f0f0;
	padding-top: 10px;
	text-transform: capitalize;
}
.flexslider .caption-description .sliderbutton {
	padding: 10px 32px;
	background-color: #c66;
	float: none;
	width: auto;
	margin-top: 60px;
	line-height: 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.flexslider .caption-description .sliderbutton a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 24px;
	text-transform: uppercase;
}
.flexslider .caption-description h2{ font-size: 30px; margin-bottom:25px; letter-spacing: 9px;}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
  float:none;
  text-align: center;
  background-repeat: no-repeat;
  width: 100%;
}
/* * The Keyframes
--------------------------------------**/
@-webkit-keyframes image-zoom {
	0% {
	  -webkit-transform: scale(1) translateY(0);
	  transform: scale(1) translateY(0);
	  -webkit-transform-origin: 50% 16%;
	  transform-origin: 50% 16%;
	}
	100% {
	  -webkit-transform: scale(1.25) translateY(-15px);
	  transform: scale(1.25) translateY(-15px);
	  -webkit-transform-origin: top;
	  transform-origin: top;
	}
	  }
	  @keyframes image-zoom {
	0% {
	  -webkit-transform: scale(1) translateY(0);
	  transform: scale(1) translateY(0);
	  -webkit-transform-origin: 50% 16%;
	  transform-origin: 50% 16%;
	}
	100% {
	  -webkit-transform: scale(1.25) translateY(-15px);
	  transform: scale(1.25) translateY(-15px);
	  -webkit-transform-origin: top;
	  transform-origin: top;
	}
	  }


.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flexslider .slides li .caption-description .slide-text{
	opacity: 0;
	-webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
	transition: opacity 1.5s,-webkit-transform 1.5s, -moz-transform 1.5s,-o-transform 1.5s,transform 1.5s;
	  transition-delay: 0s, 0s, 0s, 0s, 0s;
	transition-delay: 0s, 0s, 0s, 0s, 0s;
	transition-delay: 0s, 0s, 0s, 0s, 0s;
	transition-delay: 0s, 0s, 0s, 0s, 0s;
	-webkit-transform: translate3d(10%, 0%, 0);
	transform: translate3d(10%, 0%, 0);
	-webkit-transition-delay: 1.5s;
	transition-delay: 0.5s;
}
.flexslider .slide.flex-active-slide .caption-description .slide-text{
	opacity: 1;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
}
.flex-direction-nav a {

    color: #ddd;
	text-decoration: none;
	display: block;
	margin: -35px 0 0;
	position: absolute;
	top: 47%;
	z-index: 2;
	overflow: hidden;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 0px;
	line-height: 1;
}

.flex-direction-nav a.flex-next:before {
  content: '\E5CC';
}
.flex-direction-nav .flex-next {
	right: -51px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-next {
	right: 25px;
}
.flex-direction-nav .flex-prev {
	left: -51px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	left: 25px;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	-khtml-opacity: 0 !important;
	-webkit-opacity: 0 !important;
	-moz-opacity:0 !important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
  font-family: "Material Icons";
  font-size: 20px;
  display: inline-block;
  content: '\E039';
}
.flex-pauseplay a:hover {
  opacity: 1;
	 -khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.flex-pauseplay a.flex-play:before {
  content: '\E036';
}
.flex-control-nav {
	width: 70px;
	position: absolute;
	margin: 0 auto;
	bottom: 5px;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 2;
}
.flex-control-nav li:last-child {
	margin-right: 0;
}
.flex-control-nav li {
	margin-left:10px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	border: 1px solid #cc6666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.flex-control-paging li a {
	width: 12px;
	border: 1px solid #cc6666;
	height: 12px;
	display: block;
	background: transparent;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background: #fff;
	margin: 1px;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
  background: #cc6666 none repeat scroll 0 0;
  border-color: #cc6666;
}
.flex-control-paging li a.flex-active {
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
	 -khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.flex-control-thumbs .flex-active {
  opacity: 1;
 	 -khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
 @media screen and (max-width: 1449px) {
	.flexslider .caption-description .slide-text{
		top: 22%;
	}
}
@media screen and (max-width: 1199px) {
	.flexslider .caption-description .slide-text{
		top: 20%;
	}
	.flexslider .caption-description .slidertext1 {
		font-size: 23px;
		line-height: 30px;
	}
	.flexslider .caption-description .slidertext2 {
		font-size: 47px;
		line-height: 52px;
	}
	.flexslider .caption-description .sliderbutton{
		margin-top: 40px;
	}
 }
 @media screen and (max-width: 991px) {
	
	.flexslider .caption-description .slide-text{
		top: 18%;
	}
	.flexslider .caption-description .sliderbutton {
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px){
	.flexslider{width: 100%;}
	.flexslider .caption-description .slide-text{
		top: 12%;
	}
	.flexslider .caption-description .slidertext2 {
		font-size: 35px;
		line-height: 25px;
	}
	.flexslider .caption-description .sliderbutton{
		padding: 5px 16px;
		margin-top: 20px;
	}
	.flexslider .caption-description .sliderbutton a{
		font-size: 13px;
	}
}

@media screen and (max-width: 480px) {
.flex-direction-nav a{ display: none;}
.flexslider .caption-description .slide-text {
	top: 10%;
}
.flex-control-nav {
	bottom: 0;
}
.flexslider .caption-description .slidertext1 {
	font-size: 14px;
	line-height: 15px;
	display: none;
}
.flexslider .caption-description .slidertext2 {
	font-size: 25px;
}
.flexslider .caption-description .sliderbutton {
	padding: 3px 13px;
	margin-top: 10px;
}
.flexslider .caption-description .sliderbutton a {
	font-size: 12px;
}
}
@media (min-width: 480px) {

	.flexslider:hover .flex-control-nav {
		display: block;
	}
}
