/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.lae-flex-container a:hover,
.lae-flex-slider a:hover {
    outline: none;
    }
.lae-slides,
.lae-slides > li,
.lae-flex-control-nav,
.lae-flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    }
.lae-flex-pauseplay span {
    text-transform: capitalize;
    }
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.lae-flexslider {
    margin: 0;
    padding: 0;
    }
.lae-flexslider .lae-slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    }
.lae-flexslider .lae-slides img {
    width: 100%;
    display: block;
    }
html[xmlns] .lae-flexslider .lae-slides {
    display: block;
    }
* html .lae-flexslider .lae-slides {
    height: 1%;
    }
.no-js .lae-flexslider .lae-slides > li:first-child {
    display: block;
    }
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.lae-flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
    }
.lae-flexslider .lae-slides {
    zoom: 1;
    overflow: hidden;
    }
.lae-flexslider .lae-slides img {
    height: auto;
    -moz-user-select: none;
    }
.lae-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;
    }
.loading .lae-flex-viewport {
    max-height: 300px;
    }
.carousel li {
    margin-right: 5px;
    }
.lae-flex-direction-nav {
    *height: 0;
    }
.lae-flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
a.lae-flex-prev {
    /* font-family: "flexslider-icon"; */
    font-size: 40px;
    /* display: inline-block; */
    /* content: '\f001'; */
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    }
.lae-flex-direction-nav a.lae-flex-next:before {
    content: '\f002';
    }
.lae-flex-direction-nav .lae-flex-prev {
    left: -50px;
    }
.lae-flex-direction-nav .lae-flex-next {
    right: -50px;
    text-align: right;
    }
.lae-flex-direction-nav .lae-flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
    }
.lae-flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    }
.lae-flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
    }
.lae-flex-pauseplay a:hover {
    opacity: 1;
    }
.lae-flex-pauseplay a.lae-flex-play:before {
    content: '\f003';
    }
.lae-flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    }
.lae-flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    }
.lae-flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    }
.lae-flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    }
.lae-flex-control-paging li a.lae-flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
    }
.lae-flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
    }
.lae-flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    }
.lae-flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    }
.lae-flex-control-thumbs img:hover {
    opacity: 1;
    }
.lae-flex-control-thumbs .lae-flex-active {
    opacity: 1;
    cursor: default;
    }
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .lae-flex-direction-nav .lae-flex-prev {
        opacity: 1;
        left: 10px;
        }
    .lae-flex-direction-nav .lae-flex-next {
        opacity: 1;
        right: 10px;
        }
    }


/* ---------------------------------------- Slick Slider ----------------------------------------- */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    }

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
    }
.slick-list:focus
{
    outline: none;
    }
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    }
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
    }
.slick-track:after
{
    clear: both;
    }
.slick-loading .slick-track
{
    visibility: hidden;
    }

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    }
[dir='rtl'] .slick-slide
{
    float: right;
    }
.slick-slide img
{
    display: block;
    }
.slick-slide.slick-loading img
{
    display: none;
    }
.slick-slide.dragging img
{
    pointer-events: none;
    }
.slick-initialized .slick-slide
{
    display: block;
    }
.slick-loading .slick-slide
{
    visibility: hidden;
    }
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
    }
.slick-arrow.slick-hidden {
    display: none;
    }


/* --------------------------------------------- Nivo Slider ------------------------------------------ */

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
    }
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
    }
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background:white;
    filter:alpha(opacity=0);
    opacity:0;
    }
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
    }
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
    }
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    width:100%;
    z-index:8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    }
.nivo-caption p {
    padding:5px;
    margin:0;
    }
.nivo-caption a {
    display:inline !important;
    }
.nivo-html-caption {
    display:none;
    }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    }
.nivo-prevNav {
    left:0px;
    }
.nivo-nextNav {
    right:0px;
    }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
    }
.nivo-controlNav a {
    cursor:pointer;
    }
.nivo-controlNav a.active {
    font-weight:bold;
    }


/* ------------- Customize Nivo Slider -----------------*/

/* Required for effects to work in many themes */
.nivoSlider img {
    max-width: none !important;
    }

.nivo-controlNav:not(.nivo-thumbs-enabled) {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    bottom: 0;
    }
.nivo-controlNav:not(.nivo-thumbs-enabled) a {
    display: block;
    background: #aaa;
    border: 1px solid #aaa;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    box-shadow: none;
    -webkit-transition: background 0.2s ease-in 0s;
    -moz-transition: background 0.2s ease-in 0s;
    -ms-transition: background 0.2s ease-in 0s;
    transition: background 0.2s ease-in 0s;
    margin-right: 8px;
    float: none;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    }

.nivo-controlNav a.active, .nivo-controlNav a:hover {
    background: transparent;
    }

.nivo-controlNav:not(.nivo-thumbs-enabled) a.active {
    width: 14px;
    height: 14px;
    background: transparent;
    }


.nivo-controlNav.nivo-thumbs-enabled {
    width:100%;
    margin: 0;
    text-align: left;
    }
.nivo-controlNav.nivo-thumbs-enabled a {
    margin: 0;
    }
.nivo-controlNav.nivo-thumbs-enabled a:first-child {
    margin-left: 0;
    }
.nivo-controlNav.nivo-thumbs-enabled a img {
    margin-right: 10px;
    }

.nivo-controlNav.nivo-thumbs-enabled img {
    display: inline-block !important;
    width: 120px;
    height:auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 5px;
    }

@media screen and (max-width: 860px) {
    .nivo-controlNav.nivo-thumbs-enabled img {
        width: 90px;
        }
    }

.nivo-directionNav a, .nivo-directionNav a:hover {
    position: absolute;
    top: 50%;
    z-index: 10;
    opacity: 1;
    text-shadow: none;
    background: none;
    font-family: 'lae-icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ddd;
    font-size: 32px;
    width: 36px;
    height: 36px;
    margin: -18px 0 0;
    bottom: initial;
    left: initial;
    right: initial;
    text-indent: 0;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    }
.nivo-directionNav a:hover {
    color: #efefef;
    }

.nivo-directionNav a:before, .nivo-directionNav a:hover:before {
    margin: 2px;
    vertical-align: middle;
    display: inline;
    font-family: inherit !important;
    opacity: 1; }
.nivo-directionNav a.nivo-prevNav:before {
    content: "\e900"; }
.nivo-directionNav a.nivo-nextNav:before {
    content: "\e901"; }

.nivo-directionNav a.nivo-nextNav {
    right: 20px;
    }
.nivo-directionNav a.nivo-prevNav {
    left: 20px;
    }


/* Let users navigate via touch */
@media only screen and (max-width: 960px) {
    .nivo-directionNav a, .nivo-directionNav a:hover {
        display: none;
        }
    }

/* Nivo caption styling */
.nivo-caption {
    position:absolute;
    left:0;
    bottom:20px;
    background: none;
    color:#fff;
    width:100%;
    z-index:8;
    padding: 25px 30px;
    opacity: 1;
    overflow: hidden;
    display: none;
    max-width: 600px;
    border-radius: 5px;
    }

.nivo-caption h1,.nivo-caption h2,.nivo-caption h3 {
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    }

.nivo-caption p {
    color: #bbb;
    font-size: 14px;
    line-height: 22px;
    }

/* ----------------------------------------------- Responsive Slider --------------------------------- */

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    }

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    }

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
    }

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    }


/* Customization by Livemesh plugin */

.rslides_container {
    position: relative;
    }

.rslides_container .rslides_tabs {
    position: absolute;
    bottom: -50px;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    width: 100%;
    }

.rslides_container .rslides_tabs li {
    display: inline-block;
    float: none;
    margin: 0 !important;
    padding: 0 !important;
    outline: none;
    }

.rslides_container .rslides_tabs a {
    display: block;
    width: 12px;
    height: 12px;
    background: #aaa;
    border: 1px solid #aaa;
    border-radius: 50%;
    text-indent: -9999px;
    margin: 0 4px;
    -webkit-transition: background 0.2s ease-in 0s;
    -moz-transition: background 0.2s ease-in 0s;
    -ms-transition: background 0.2s ease-in 0s;
    transition: background 0.2s ease-in 0s;
    outline: none;
    }

.rslides_container .rslides_tabs .rslides_here a , .rslides_container .rslides_tabs a:hover {
    background: transparent;
    border: 1px solid #aaa;
    margin: 0 4px;
    }


.rslides_container .rslides_tabs .rslides_here a {
    width: 14px;
    height: 14px;
    }


.rslides_nav, .rslides_nav:hover {
    position: absolute;
    top: 50%;
    z-index: 10;
    opacity: 1;
    text-shadow: none;
    background: none;
    font-family: 'lae-icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ddd !important;
    font-size: 32px;
    width: 36px;
    height: 36px;
    margin: -18px 0 0;
    bottom: initial;
    left: initial;
    right: initial;
    text-indent: 0;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    outline: none;
    }

.rslides_nav:hover {
    color: #efefef !important;
    }

.rslides_nav:before, .rslides_nav:hover:before {
    margin: 2px;
    vertical-align: middle;
    display: inline;
    font-family: inherit !important;
    opacity: 1; }
.rslides_nav.prev:before {
    content: "\e900"; }
.rslides_nav.next:before {
    content: "\e901"; }

.rslides_nav.next {
    right: 20px;
    }
.rslides_nav.prev {
    left: 20px;
    }


/* Let users navigate via touch */
@media only screen and (max-width: 960px) {
    .rslides_nav, .rslides_nav:hover {
        display: none;
        }
    }