/*
 * 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 { 
	position: relative;
	float: left;
	width: 100%;
}
.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
*********************************/

.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { 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 .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev {  background: url(../images/bg_direction_nav.png) 0 0; width: 25px; height: 25px; text-indent: -9999px;}
.flex-direction-nav .flex-next {  background: url(../images/bg_direction_nav.png) 25px 0; width: 25px; height: 25px; text-indent: -9999px;}
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  {  }
.flex-direction-nav a.flex-next:before  {  }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  {  }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before {  }

/* Control Nav */
.flex-control-nav { position: absolute; bottom: 40px; right: 30px; z-index: 1000; }
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
	width: 11px; 
	height: 11px; 
	padding: 2px; 
	display: block; 
	background: #fff;
	color: #fff; 
	cursor: pointer; 
	text-indent: -9999px; 
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px; 
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
}
.flex-control-paging li a:hover { 
	background: #dcdcdc; 
	background: rgba(0,0,0,0.7); 
	color: #dcdcdc;
}
.flex-control-paging li a.flex-active { background: #666; cursor: default; color: #666; }

.banner-bottom-content {
  background:url(../images/banner-bottom-bg.png) repeat-x;
  height:100px;
  width: 100%;
  position:absolute; 
  bottom:0;
  margin: 0 auto;
  z-index: 1000;
  }
.banner-bottom-content table {
  margin: 0 auto;
  height: 100px;
}
.banner-bottom-content table tr td {
  color: #fff;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
 }

 @media only screen and (min-width: 768px) and (max-width: 999px) {
 	/*.flexslider {
 		top: 40px;
 	}*/
	
	.flex-control-nav {
		display: none;
	}
	.banner-bottom-content {
		display: none;
	}
 }

@media only screen and (max-width: 767px) {
	
	.flex-control-nav {
		display: none;
	}
	.banner-bottom-content {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	
	.flex-control-nav {
		display: none;
	}
	.banner-bottom-content {
		display: none;
	}
}



@media only screen and (max-device-width: 480px) and (max-device-width: 640px) {

	.flex-control-nav {
		display: none;
	}
	.banner-bottom-content {
		display: none;
	}
}

@media screen and (device-aspect-ratio: 40/71) {
	.flex-control-nav {
		display: none;
	}
	.banner-bottom-content {
		display: none;
	}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
 	.flexslider {
 		position: relative;
 		top:3px;
 	}
	.flex-control-nav {
		display: none;
	}
	.banner-bottom-content {
		display: none;
	}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  	
  	.flexslider {
 		position: relative;
 		top: 0;
 	}

	.flex-control-nav {
		display: none;
	}
	.banner-bottom-content {
		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;}
}