/* Browser Resets
*********************************/

body{
	background-color:#CCCCCC;
	margin:0px;
	padding:0px;
	overflow-x:hidden;
	overflow-y:scroll;
}
.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 */

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	position: relative;
	zoom: 1;
	padding: 0px;
	width: 80%;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 20px;
	margin-left: 10%;
	float: left;
	background-color: #000033;
	height: auto;
}
.flexslider .slides > li .capp{
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	width: auto;
	z-index: 2000;
	top: 80px;
	float: left;
	padding: 10px;
	height: auto;
	content:"";
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0.4%;
}
.flexslider .slides > li .capp img{
	width:100%;
	float:left;
	max-width:500px;
	height:auto;
	padding: 0px;
	margin: 10px;
}
.flexslider .slides > li img{
z-index:1;} /* 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 { 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; }


.slid-cnt{
	background-color:#000099;
	width:70%;
	float:left;
	padding: 0px;
	height: auto;
	vertical-align: middle;
	padding: 0px;
	margin-top: 15%;
	margin-right: 15%;
	margin-left: 15%;
}
/* Direction Nav */
.flex-direction-nav {*height: 0;
	height: auto;
	width: auto;
	background-color: #0033CC;
}
.flex-direction-nav a  {
	display: block;
	margin: 0px;
	position: absolute;
	top: 45%;
	z-index: 10;
	cursor: pointer;
	color: #333333;
	 }
.flex-direction-nav .flex-prev {
	background-image: url(../images/arrw-lft.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 64px;
	width: 32px;
	color: transparent;
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
	height: 64px;
	width: 32px;
	color: transparent;
	background-image: url(../images/arrw-rit.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.flexslider:hover .flex-prev {
	left: -50px;
}
.flexslider:hover .flex-next {
	right: -50px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { cursor: default; }
.flex-direction-nav a:before  {
	background-color: #0033CC;
}
.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 {
	width: 100%;
	position: absolute;
	bottom: -35px;
	text-align: center;
	background-image: url(../images/ul-bg.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.flex-control-nav li {
	display: inline-block;
	zoom: 1;
*display: inline;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 6px;
}
.flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	background: #666;
	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);
	background-color: #000000;
	background-position: 0;
}
.flex-control-paging li a:hover {
	background: #333;
	background-color: #FF0000;
	background-position: 0;
}
.flex-control-paging li a.flex-active {
	background: #000;
	cursor: default;
	background-color: #FF0000;
	background-position: 0;
}

.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 {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
