
/* ====================================================================================================================
 * 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;
}
.flex-control-paging{
	display:none;
	}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  text-align:center;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.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 {
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.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;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -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;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
   background:url(../images/left.png) left top no-repeat;
	 width:30px;
 	height:53px;
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
  background:url(../images/right.png) left top no-repeat;
  width:30px;
 height:53px;
 
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}


.flex-caption {
    bottom:15%;
    left:50%;
	margin-left:-585px;
    width:1170px;
	position:absolute;
	text-align:left;
}
.flex-caption  span{
    font-size:48px;
    line-height:50px;
	color:#FFF;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	display:block;
	font-weight:700;
	color:#FFF;
	font-family: 'Roboto Slab', serif;
	text-shadow: 1px 0px 0px #333;
}
.flex-caption  p{
    font-size:24px;
    line-height:30px;
	color:#FFF;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight:normal;
	font-family: 'Roboto Slab', serif;
	text-shadow: 1px 0px 0px #333;
}
/*.flex-caption  p span{
	background: rgba(0, 0, 0, .35);
	padding:10px 20px;
}*/
.flex-caption a.more {
	background-color:#ed1c24;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin-top: 2px;
    padding:14px 40px 16px;
    text-decoration: none;
    text-transform: uppercase;
	margin:auto;
	margin-top:20px;
	font-weight:900;
	border-radius: 100px;
	line-height:20px;
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
 @media (max-width:1200px) {
.flex-caption  p{
    font-size:24px;
    line-height:30px;
}
.flex-caption  p br{
	display:none;
	}
.flex-caption {
    bottom:20%;
    width:970px;
	margin-left:-485px;
	position:absolute;
	font-size:40px;
	line-height:40px;
	text-align:center;
}
	}
 @media (max-width:991px) {



.flex-caption {
    bottom:20%;
	left:15%;
	right:15%;
    width:70%;
	margin-left:0px;
	position:absolute;
	font-size:40px;
	line-height:40px;
	text-align:center;
}
.flex-caption span{
	font-size:40px;
	line-height:40px;
}
.flex-caption  p{
    font-size:18px;
    line-height:24px;
}
.flex-caption  p br{
	display:none;
	}

	}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@media screen and (max-width:767px) {
	.flex-caption {
    bottom:10%;
    left:15%;
	right:15%;
    width:70%;
	position:absolute;
}
.flex-caption  p{
    font-size:20px;
    line-height:25px;
}
.flex-caption a.more {
    padding:8px 20px;
}
.flex-caption a.more{
	margin-top:10px;
	}
	}
@media screen and (max-width:600px) {
	.flex-caption {
    bottom:10%;
    left:15%;
	right:15%;
    width:70%;
	position:absolute;
}
.flex-caption  p{
    font-size:20px;
    line-height:25px;
}
.flex-caption a.more {
    padding:8px 20px;
}
	}
@media screen and (max-width:500px) {
.flex-caption {
     bottom:10%;
}
	.flex-caption a.more {
    display:none;
}

	}
@media screen and (max-width:479px) {
.flex-caption {
    display:none;
}


	}