﻿
/*@font-face {
    font-family: "flexslider-icon";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/webfonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/flexslider-icon.woff") format("woff"), url("../fonts/webfonts/flexslider-icon.ttf") format("truetype"), url("../fonts/webfonts/flexslider-icon.svg#flexslider-icon") format("svg");
}*/
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
    outline: medium none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
}
.flexslider .slides > li {
    display: none;
}
.flexslider .slides img {
    display: block;
    width: 100%;
    height: auto;
}
.flexslider .slides::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}

.flexslider .slides {
}

.flex-viewport {
    max-height: 2000px;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    /*max-width: 875px;*/
    max-width: 100%;
    /*margin: 0 auto 10px auto;*/
    margin: 0 auto;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
}
    .flex-direction-nav a {
        cursor: pointer;
        display: block;
        margin: -20px 0 0;
        opacity: 1;
        /*opacity: 0;*/
        overflow: hidden;
        position: absolute;
        /*top: 50%;*/
        top: auto;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        z-index: 10;
        width: 55px;
        height: 55px;
    }
.flex-direction-nav a::before {
}
.flex-direction-nav a.flex-next::before {
    
}
.flex-direction-nav .flex-prev {
    /*left:10px;*/
    /*left:10%;*/

    /*background-position:-14px -33px;*/
    /*background-position: -134px -33px;
    background-image: url(/Images/a21.png);*/
    background-repeat:no-repeat;
    /*width:27px;
    height:55px;*/
    display:block;
    font-size:0;
}


.flex-direction-nav .flex-next {
    /*right: 10px;*/
    /*right: 10%;*/

    text-align: right;
    /*background-position:-78px -33px;*/
    /*background-position: -197px -33px;
    background-image: url(/Images/a21.png);*/
    background-repeat:no-repeat;
    /*width:27px;
    height:55px;*/
    font-size:0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    /*left:10px;*/
    /*left:10%;*/

    opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
    /*background-position: -134px -33px;*/
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;

    /*right: 10px;*/
    /*right: 10%;*/
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
    /*background-position: -197px -33px;*/
}
.flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 0 !important;
}
.flex-pauseplay a {
    bottom: 5px;
    color: #000;
    cursor: pointer;
    display: block;
    height: 20px;
    left: 10px;
    opacity: 0.8;
    overflow: hidden;
    position: absolute;
    width: 20px;
    z-index: 10;
}
.flex-pauseplay a::before {
    content: "";
    display: inline-block;
    font-family: "flexslider-icon";
    font-size: 20px;
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a .flex-play::before {
    content: "";
}
.flex-control-nav {
    bottom:-28px;
    /*position: absolute;*/
    text-align: center;
    width: 100%;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
}
.flex-control-paging li a {
    background: rgba(51, 51, 51, 1) none repeat scroll 0 0; /*#333*/
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}
.flex-control-paging li a:hover {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.flex-control-paging li a.flex-active {
    background: rgba(51, 51, 51, 1) none repeat scroll 0 0;/*#333*/
    border:2px solid #22aad6;
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    overflow: hidden;
    position: static;
}
.flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%;
}
    .flex-control-thumbs img {
        cursor: pointer;
        display: block;
        height: auto;
        opacity: 0.7;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        width: 100%;
    }
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    cursor: default;
    opacity: 1;
}
@media screen and (max-width: 860px) {
/*.flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1;
}
.flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
}*/
}

.slides ul{
list-style:none;
overflow:hidden;
}

