File: /home/slyfwmm/foar/wp-content/themes/flexfit/framework/css/flexslider.css
/*
* jQuery FlexSlider v1.8
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* Browser Resets */
.flex-container a,
.flexslider a,
.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 {max-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%;}
/* 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 {zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
/* Caption style */
/* IE rgba() hack */
/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav .flex-disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.flex-control-paging {
width: 980px;
height:5px !important;
position: absolute;
left:1px !important;
bottom: -6px;
}
.flex-control-nav li {
margin: 0 0 0 1px;
display: block;
float: left;
width:60px;
height:5px;
zoom: 1;
}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav a {width: 60px; height: 5px; display: block; background: #efefef; cursor: pointer; text-indent: -9999px;}
.flex-control-nav a:hover {background:#cccccc;}
.flex-control-nav a.flex-active {background:#ed7811; cursor: default;}
/* ----------------------------------------------------- */
/* Home Slider Direction nav */
/* ----------------------------------------------------- */
#home-slider{
width:980px !important;
height:370px !important;
background: #ffffff;
margin:0px -30px 10px -30px;
position: relative;
overflow: visible !important;
}
#home-slider .slides li.option1,
#home-slider .slides li.option2,
#home-slider .slides li.option3,
#home-slider .slides li.option4,
#home-slider .slides li.option5,
#home-slider .slides li.option6 {
width:980px;
height:370px;
overflow: hidden;
}
#home-slider .flex-direction-nav a {
width: 40px;
height: 50px;
margin: -13px 0 0;
display: block;
position: absolute;
top: 160px;
cursor: pointer;
text-indent: -9999px;
overflow: visible !important;
}
#home-slider .flex-direction-nav .flex-next {
background: #c3c3c3 url(../images/next.png) no-repeat 15px center;
right: -15px;
}
#home-slider .flex-direction-nav .flex-prev {
background: #c3c3c3 url(../images/prev.png) no-repeat center center;
left: -15px;
}
#home-slider .flex-direction-nav .flex-next:hover, #home-slider .flex-direction-nav .flex-prev:hover{
background-color:#ed7811;
}
#home-slider .flex-direction-nav .flex-next span{
display:block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 15px 15px 0 0;
border-color: #8f8f8f transparent transparent transparent;
position: absolute;
bottom:-15px;
right:0;
box-shadow: none !important;
}
#home-slider .flex-direction-nav li .flex-next:hover span{
border-color: #ae5100 transparent transparent transparent;
}
#home-slider .flex-direction-nav li .flex-prev span{
display:block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 15px 15px 0;
border-color: transparent #8f8f8f transparent transparent;
position: absolute;
bottom:-15px;
left:0;
}
#home-slider .flex-direction-nav li .flex-prev:hover span{
border-color: transparent #ae5100 transparent transparent;
}
/* ----------------------------------------------------- */
/* Work Slider Direction nav */
/* ----------------------------------------------------- */
#work-slider .flex-direction-nav a {
width: 40px;
height: 50px;
display: block;
position: absolute;
top: 175px;
cursor: pointer;
text-indent: -999em;
}
#work-slider .flex-direction-nav .flex-next {
background: rgba(0, 0, 0, 0.6) url(../images/next.png) no-repeat 15px center;
right: 0px;
}
#work-slider .flex-direction-nav .flex-prev {
background: rgba(0, 0, 0, 0.6) url(../images/prev.png) no-repeat center center;
left: 0px;
}
#work-slider .flex-direction-nav .flex-next:hover, #work-slider .flex-direction-nav .flex-prev:hover{
background-color:#ed7811;
}
/* ----------------------------------------------------- */