/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
@font-face
{
    font-family: 'AT_Sackers_Gothic_Medium';
    src: url('/fonts/AT_Sackers_Gothic_Medium.eot');
    src: url('/fonts/AT_Sackers_Gothic_Medium.eot') format('embedded-opentype'),  url('/fonts/AT_Sackers_Gothic_Medium.woff2') format('woff2'),  url('/fonts/AT_Sackers_Gothic_Medium.woff') format('woff'),  url('/fonts/AT_Sackers_Gothic_Medium.ttf') format('truetype'),  url('/fonts/AT_Sackers_Gothic_Medium.svg#AT_Sackers_Gothic_Medium') format('svg');
}
.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;
    font-family: 'AT_Sackers_Gothic_Medium';
    font-size: 12px;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider
{
    margin: 0 auto 100px auto;
    padding: 0;
	max-width:100%;
	width:1080px;
}
.flexslider .slides > li
{
    display: none;
    -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:first-child
{
    display:block;
}
.flexslider .slides img
{
    width: 100%;
    display: block;
    max-width: 1080px;
    margin: 0 auto;
}
.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
{
    background: none;
    position: relative;
    zoom: 1;
}
.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;
}
.flexslider .slides
{
    zoom: 1;
}
.carousel li
{
    margin-right: 5px
}
/* Direction Nav */
.flex-direction-nav
{
*height: 0;
    display: block;
}
.flex-direction-nav a
{
    width: 50%;
    height: 88%;
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-prev
{
    left: 0;
    cursor: url(/images/buttons/arrow_left.png), auto;
    cursor: url(/images/buttons/arrow_left.cur), auto;/*for IE*/
}
.flex-direction-nav .flex-next
{
    right: 40px;
    cursor: url(/images/buttons/arrow_right.png), auto;
     cursor: url(/images/buttons/arrow_right.cur), auto;/*for IE*/
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover
{
    opacity: 1;
}
.flex-direction-nav .flex-disabled
{
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}
/*
.flex-direction-nav.inner a.flex-prev {

    background:url(/images/btn/pre.png) no-repeat;
    cursor: url(/images/btn/pre.png), auto;

}
.flex-direction-nav.inner a.flex-next {

    background:url(/images/btn/next.png) no-repeat;
    cursor: url(/images/btn/next.png), auto;

}
*/
.flex-direction-nav.inner
{
    display: block;
    padding:10px 0;
    text-align:center;
}
.flex-direction-nav.inner a
{
    width: 10px;
    height: 14px;
    margin: 0;
    display: inline-block;
    background: url(/images/btn/arrow.png) no-repeat;
    position: relative;
    top: 40%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    height: 14px;
    line-height: 10px;
    margin-bottom: -1px;
    letter-spacing: 5px;
}
.flex-direction-nav.inner li
{
    display: inline-block;
}
/*
.flex-direction-nav.inner a.flex-prev {

    background:url(/images/btn/pre.png) no-repeat;

}
.flex-direction-nav.inner a.flex-next {

    background:url(/images/btn/next.png) no-repeat;

}
*/
.slides p
{
    font-family: 'AT_Sackers_Gothic_Medium';
    font-size: 12px;
    color: #134e8b;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    width:100%;
}
.slides .slideno
{
    float: none;
    text-align: center;
    margin: 0 auto;
    color: #134e8b;
}
.slides .slideno span
{
    color: #134e8b;
}
.flex-caption
{
    width: 96%;
   padding:0 2% 12px 2%;
    left: 0;
    bottom: 0;
    color: #134e8b;
    font-size: 11px;
    line-height: 18px;
}
#lrg_slider_team .flex-caption
{
    padding:15px 2% 12px 2%;
}
/* Control Nav */
.flex-control-nav
{
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}
.flex-control-nav li
{
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
*display: inline;
}
.flex-control-paging li a
{
    display: block;
    cursor: pointer;
}
.flex-control-paging li a:hover
{
}
.flex-control-paging li a.flex-active
{
    cursor: default;
}
.flex-control-paging
{
    display: none;
}
.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: 720px) {
.flex-direction-nav a
{
    width: 19px;
    height: 16px;
    margin: 0;
    display: block;
    position: relative;
    z-index: 10;
    cursor: none;
    text-indent: -9999px;
    opacity: 1;
    -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-prev
{
    left: 0;
    background: url(/images/buttons/arrow_left_m.png) top left;
    cursor: pointer;
    position: absolute;
    top:-20px;
}
.flex-direction-nav .flex-next
{
    right: 0;
    text-align: right;
    background: url(/images/buttons/arrow_right_m.png) top right;
    cursor: pointer;
    position: absolute;
    top:-20px;
}
.flex-direction-nav
{
    position: absolute;
    width:  calc(100% - 40px);
    padding: 0 20px;
}
.flex-direction-nav.inner
{
    width:100%;
    padding:0;
}

.flexslider
{
    padding: 0 20px;
    margin: 0 0 30px;
}
.flex-caption
{padding:20px 2% 12px 2%;}
.slides p,.slides .slideno span
{
    font-size:9px;
}
.slides p {
    padding: 25px 20px 0;
}
}

@media screen and (max-width: 640px) {
.flex-direction-nav a
{
    width: 17px;
    top: 20%;
}
}
@media screen and (max-width: 540px) {
.slides p {
    padding: 25px 20px 0;
}
}