﻿


/* 	flexSlider Custom
----------------------------------------------------------------------*/

.flex-direction-nav a i {
	color: #1c1c1c;
	z-index:10000;
}
.flex-full .flexslider .flex-caption { padding: 8px; }
.flex-full .flexslider.position-caption-bottom-centered .flex-caption { bottom: 10%; margin: 0; left: 272px;}
.flex-full .flex-direction-nav a {margin: 0; bottom: 0px; top: auto; background-color: #000; opacity: 1; }
.flex-full .flex-direction-nav a:hover {color:#fff; background-color: #000000;}

.flex-full .flexslider:hover .flex-next { width:50px; height:55px; right: 0px;  background: url(../images/r-r.png) center center no-repeat;}
.flex-full .flexslider:hover .flex-prev {width:50px; height:55px ; left: -2px;   background: url(../images/l-r.png) center center no-repeat;}
.flex-full .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-full .flex-direction-nav .flex-disabled {opacity: 1 !important; cursor: default;}

/* 	Flex Slider
----------------------------------------------------------------------*/
/* 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 {margin: 0; padding: 0; }
.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: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* 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 {margin: 0 ; background: #fff; border: 0px solid #fff; position: relative; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -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);}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav a { background-color:#000000 ; padding-top:-20px; position: absolute; top: 50%; cursor: pointer; opacity: 0; -webkit-transition: all .3s ease; border:0px solid #900;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
}




/**	Overwrite original style     **/
.flexslider {
	margin: 0 ;
	background-color : transparent;
	border: none;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}




