/*
 * 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;}

/* Icon Fonts
******************************** */
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('/fonts/flexslider-icon.eot');
	src:url('/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('/fonts/flexslider-icon.woff') format('woff'),
		url('/fonts/flexslider-icon.ttf') format('truetype'),
		url('/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
} 

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;margin: 0;} /* 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 { background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); 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;
border: 2px solid #aaa; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/*  FlexSlider */


/* auto-fit images */
.flexslider-image-wrapper {
    height: 200px;
    width: 300px;
	float: left;
	max-width: 30%;
	/*display: table;*/
}


.flexslider-image-wrapper img {
	width: auto !important;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	float: none !important;
}


/*  FlexSlider */
.slidebg {
	/* background-color: #ddd; */
	width: 100%;
}
/***********************/



.flexslider {
	-moz-box-shadow: 1 -5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1 -5px 5px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 1 -5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 1 -5px 5px rgba(0, 0, 0, 0.5);
}

.flexslider {
	border: none;
	   -moz-border-radius: 0;
	  -o-border-radius: 0;
	 -webkit-border-radius: 0;
	border-radius: 0;
	max-width: 75em;
	margin: 0 auto;
	overflow: visible;
}

.flexslider {
	   -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	 -o-box-shadow: none;
	box-shadow: none;
}

.flex-viewport {	border: none;}

.slides {
	background-color: #444;
}


h2.featured-title {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 110%;
	font-weight: lighter;
	margin-top: -4px;
	margin-bottom: 5px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
}
h2.featured-title a {
	text-decoration: none;
	color: #ecac5c;
}

.featured-description {
/*	position: relative;
	float: right;
	top: 0px; */
	margin-top: -33.33%;
	margin-top: -31.85%;
}

.featured-description {
	background-image: url(/img/home/opacity60black.png); /* for ie8 so the opacity of the text is not affected */
	padding: 22px 3% 30px;
	position: absolute;
	right: 5%;
	top: 25px;
	max-width: 350px;
	width: 45%;
	   -moz-border-radius: 10px;
	  -o-border-radius: 10px;
	 -webkit-border-radius: 10px;
	border-radius: 10px;
}
.featured-description {
	position: relative;
	float: right;
	top: 0px;
	margin-top: -33.33%;
	margin-top: -31.85%;
}

.featured-description p {
	color: #eee;
	line-height: 150%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 90%;
}
.featured-description p.meta-info {
	color: #747474;
	font-size: 12px;
	font-style: italic;
}
.featured-description a:hover { 
	color: #ffedae;
}


a.readmore {
/* 		background-image: url(/img/home/opacity20black.png); for ie8 */
background-color:rgba(0, 0, 0, 0.3);
	display: block;
	height: 30px;
	padding: 0 17px;
	color: #ecac5c;
	line-height: 30px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-shadow: none;
	text-decoration:none;
	    -moz-border-radius-bottomright: 10px;
	    -o-border-radius-bottomright: 10px;
	  -webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
a.readmore:hover {
	color: #fff; 
	background-color:rgba(0, 0, 0, 0.4); 
	text-decoration:underline;
}


a.hashtag {
  bottom: 0;
  display: block;
  font-size: 78%;
  height: 30px;
  left: 0;
  line-height: 30px;
  padding: 0 17px;
  position: absolute;
  text-shadow: none;
  color:#ffedae;
  text-decoration:none;
  cursor:pointer;
}
a.hashtag:hover {text-decoration:underline; color:white;}


/* Direction Nav */
/* revised by Beth 3-4-2015 */


.flex-direction-nav {
  bottom: 6px;
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
}

.flex-direction-nav .flex-disabled { 
	opacity: 0!important; 
	filter:alpha(opacity=0); 
	cursor: default; }

.flex-direction-nav {*height: 0;}

.flex-direction-nav a {
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .1s ease;
	width: 30px;
    z-index: 10;
}

.flex-direction-nav a.flex-next:before  { content: '\f002'; }
.flex-direction-nav a:before  { 
	font-family: "flexslider-icon"; 
	font-size: 20px; 
	display: inline-block; 
	content: '\f001'; }


.flex-prev, .flex-next {
    background-color: rgba(0, 0, 0, 0.7);
    border: 2px solid #ffffff;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-background-clip: padding-box;	/* to fix the Safari background bleed which appears when applying both borders and a border-radius */
    text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
	filter: alpha(opacity=80); /* IE 5-7 */
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8; 
	opacity: 0.8; 
} 
.flex-next:hover, 
.flex-prev:hover { 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1;
	-khtml-opacity: 1; 
	opacity: 1;  }


.flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 0 !important;
}

.flex-direction-nav li {
  display: inline-block;
  vertical-align: middle;
    margin-left: 7px;
}

/* Control Nav */
.flex-control-paging li a {
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    display: block;
    height: 10px;
    position: relative;
    text-indent: -9999px;
    width: 10px;
    z-index: 10;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px; 
	border:1px solid rgba(0,0,0,0.1); 
}

.flex-control-paging li a:hover {
	background-color: rgba(255, 255, 255, 0.95);
}
.flex-control-paging li a.flex-active {
	background-color: rgba(0, 0, 0, 0.6);
	cursor: default;
	border:2px solid white; 
}

.flex-control-nav {
  bottom: 6px;
  display: inline-block;
  height: 30px;
  list-style: outside none none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
  right: 100px;
}
.flex-control-nav li {
	display: inline-block;
	margin: 0 5px !important;
  vertical-align: middle;
	zoom: 1; 
	*display: inline;}


/* thumbs */
.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%; 
	display: block; 
	opacity: .7; 
	cursor: pointer;}
.flex-control-thumbs img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1;
	-khtml-opacity: 1; 
	opacity: 1; }
.flex-control-thumbs .flex-active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1;
	-khtml-opacity: 1; 
	opacity: 1; 
	cursor: default;}


/* Pause/Play */
.flex-pauseplay a {
	bottom: 5px; 
	color: #000;
	cursor: pointer; 
	 display: block; 
	width: 20px; 
	height: 20px; 
	left: 10px; 
	opacity: 0.8; 
	overflow: hidden; 
	position: absolute; 
	z-index: 10;  }
.flex-pauseplay a:before  { 
	font-family: "flexslider-icon"; 
	font-size: 20px; 
	display: inline-block; 
	content: '\f004';
	 }
.flex-pauseplay a:hover  { 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1;
	-khtml-opacity: 1; 
	opacity: 1;  }
.flex-pauseplay a.flex-play:before { content: '\f003'; }


@media screen and (max-width: 992px) {
    /* auto-fit images */
.flexslider-image-wrapper {
    height: 200px;
    width: 200px;
	float: left;
	max-width: 30%;
	display: table;
}
   
}


@media screen and (max-width: 860px) {
 /* .flex-direction-nav .flex-prev {
	 opacity: 1; 
	}
  .flex-direction-nav .flex-next {
	 opacity: 1; 
	} */
	
   .flex-direction-nav, .flex-control-nav {
    bottom: 60px !important; }
		
/*	ul.flex-direction-nav {
 	 right: 9px;
		bottom: 3%;
	}
	ol.flex-control-nav {
		bottom: 3%;
		right: 94px;
	}
ol.flex-control-nav {
		bottom: 42px;
	}
	ul.flex-direction-nav {
		bottom:46px; }
*/
		
		
		
	.featured-description {
		background-color: #444;
		background-image: none;
	   -moz-border-radius:0;
	   -ms-border-radius:0;
	  -o-border-radius: 0;
	 -webkit-border-radius: 0;
		border-radius: 0;
		bottom: 0;
		float:left;
		margin-top: 0;
		max-width: none;
		min-height: 33px;
		padding: 10px 0 5px 3%;
		right: 0;
		top: auto;
/*		width:72%; */
		width:94%
	}
   .flex-active-slide .featured-description {padding-right:-1%;}
   
	h2.featured-title {
		font-weight: normal;
		font-size: 1.24em; 
		line-height:102%;
		text-shadow:none;
		
	}
	h2.featured-title a {
		display: block;
	}
	.featured-description p {
		display: none;
	}
		
}

 @media only screen and (max-width: 785px) {
	 .flex-direction-nav li {
    margin-left: 6px;
    }
 }


@media only screen and (max-width: 768px) {
 .flexslider-image-wrapper-inner {
	display: table-cell;
	vertical-align: middle;
}
   
}

@media only screen and (max-width: 676px) {
} 


@media only screen and (max-width: 500px) {

	.featured-description {
		padding-top: 7px;
		padding-bottom: 2px;
	}	

	#spot, #spot li {
		height: auto;
		padding: .5em;
	}
	#spot li {
		background: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-indent: 0;
	}
	#spot a { height: auto; }
	

   .flex-direction-nav {display:none !important;}
   
	.flex-control-nav {
		bottom: 45px;
		right:18px;
	  	height: 20px;
	}	
	.flex-control-paging li a {
		height: 7px;
		width: 7px;
		border-width:1px; 
	}
	
	.flex-control-paging li a.flex-active {
		border-width:1px; 
	}
}
@media only screen and (max-width: 306px) {
	.flex-control-nav {display:none !important;}
}

ul.slides li {
	margin: 0;
}
