﻿#slider
{
    z-index: 8;
    position: relative;
}
#slider .flexslider .slides .info
{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    
}
#slider .flexslider .slides .info a
{
    display: block;
    text-align: center;
    padding: 7px 10px;
    background-color: #333;
    background-color: rgba(0,0,0,.6);
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#slider .flexslider .slides .info a:hover
{
    background-color: #111;
    background-color: rgba(0,0,0,.75);
    text-decoration: none;
}


.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus
{
    outline: 0;
}
.slides, .flex-control-nav, .flex-direction-nav
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexslider .slides li
{
    display: none;
    position: relative;
    margin: 0;
    -webkit-backface-visibility: hidden;
}
.no-js .flexslider .slides li:first-child
{
    display: block;
}
.flexslider .slides img
{
    width: 100%;
    display: block;
}
.flex-pauseplay span
{
    text-transform: capitalize;
}
.flexslider .slides:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides
{
    display: block;
}
.flexslider
{
    position: relative;
    zoom: 1;
}
.flex-viewport
{
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flexslider .slides
{
    zoom: 1;
}
.ie7 .flex-direction-nav
{
    height: 0;
}
.flex-direction-nav a
{
    width: 30px;
    height: 40px;
    line-height: 45px;
    margin: -20px 0 0;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #222;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: FontAwesome;
    font-weight: bold;
    font-style: normal;
    font-size:20px;
    display: inline-block;
    text-decoration: inherit;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.flex-direction-nav a:hover
{
    background-color: #111;
    background-color: rgba(0,0,0,.75);
    text-decoration: none;
}
.flex-direction-nav .flex-next
{
    padding-left: 2px;
    right: 30px;
}
.flex-direction-nav .flex-prev
{
    padding-right: 2px;
    left: 30px;
}
.flexslider:hover .flex-next
{
    opacity: 1;
    filter: alpha(opacity=100);
    right: 5px;
}
.flexslider:hover .flex-prev
{
    opacity: 1;
    filter: alpha(opacity=100);
    left: 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
}
.flexslider .flex-direction-nav .flex-disabled
{
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default;
}
.flex-control-nav
{
    width: 100%;
    position: absolute;
    bottom: 40px;
    text-align: center;
}
.flex-control-nav li
{
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}
.ie7 .flex-control-nav li
{
    display: inline;
}
.flex-control-paging li a
{
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover
{
    background: #333;
    background: rgba(0,0,0,.7);
}
.flex-control-paging li a.flex-active
{
    background: #000;
    background: rgba(0,0,0,.9);
    cursor: default;
}
.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;
    filter: alpha(opacity=70);
    cursor: pointer;
}
.flex-control-thumbs img:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
}
.flex-control-thumbs .flex-active
{
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: default;
}
