/*
 * 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)
 */
.hidden {
    display: none !important;
}

/* Browser Resets */
.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 {*/
/*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 {
    margin: 0 0 60px;
    border: 0;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    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;
}

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}

.flexslider .flex-next {
    background-position: 100% 0;
    opacity: 0.8;
    left: 5px;
    top: 50px;
}

.flexslider .flex-prev {
    opacity: 0.8;
    left: 5px;
}

.flex-control-nav {
    bottom: -50px;
}

.flex-direction-nav {
    bottom: -40px;

}

/* Control Nav */
.flex-control-nav, .flex-direction-nav {
    width: 100%;
    position: absolute;
    text-align: center;
}

.flex-control-nav li, .flex-direction-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.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-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 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;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

/* ADAPTIVE THEMES CSS */

/*@media screen and (max-width: 860px) {*/
/*.flex-direction-nav .flex-prev {*/
/*opacity: 1;*/
/*left: 0;*/
/*}*/

/*.flex-direction-nav .flex-next {*/
/*opacity: 1;*/
/*right: 0;*/
/*}*/
/*}*/

.flex-control-nav {
    width: auto;
    left: 45%;
}

.flexslider .slides .loading {
    height: 0px;
    background-color: white;
}

.layer-content-wrapper {
    position: absolute;

    width: 100%;
    height: 100%;
}

.layer-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.mobile .layer-content-wrapper {
    position: absolute;
    width: 100%;
}

#universalSliderWrapperDesktop {
    overflow: hidden;
    position: relative;
}

div.universalSlider.flexslider {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    z-index: 0;
}

.flexslider .slides {
    background: transparent;
}

.flexslider .slides > li {
    border: 0;
    overflow: hidden;
}

.flexslider .flex-viewport:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    z-index: 100;
}

.flexslider .flex-viewport:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    z-index: 100;
}

.universalSliderControls {
    width: 940px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    height: 0;
}

.desktop-slider-nav {
    position: absolute;
    margin: 0;
    top: -57px;
    list-style: none;
}

.desktop-slider-nav li {
    display: block;
    float: left;
    cursor: pointer;
    background: white;
    padding: 3px 9px 1px 9px;
    font-weight: 500;
    color: #898989;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-transition: color .2s linear, background .1s linear;
    -moz-transition: color .2s linear, background .1s linear;
    -ms-transition: color .2s linear, background .1s linear;
    -o-transition: color .2s linear, background .1s linear;
    transition: color .2s linear, background .1s linear;
}

.desktop-slider-nav li.current-paginator {
    background: #212121;
    color: white;
}

.desktop-slider-nav li:hover {
    color: #555;
}

.desktop-slider-nav li.current-paginator:hover {
    color: white;
}

li.play-button {
    background: #ccc;
    color: #898989;
    text-indent: -9999px;
    position: relative;
    padding-right: 16px;
}

li.play-button:hover {
    color: #666;
}

li.play-button:before {
    content: '\f04b';
    padding-top: 1px;
    font-family: FontAwesome;
    text-indent: 0;
    position: absolute;
    left: 9px;
    font-size: 13px;
}

li.play-button.is-playing:before {
    content: '\f04c';
    left: 8px;
}

.slide-inner {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

.small-header {
    font-size: 14px;
    text-transform: uppercase;
    color: #DDAC23;
    font-weight: 500;
}

.title-header {
    font-size: 61px;
    font-weight: 900;
    text-transform: uppercase;
}

.big-intro {
    font-size: 25px;
    line-height: 33px;
    font-weight: 500;
    text-transform: uppercase;
}

.big-text {
    font-size: 16px;
    line-height: 24px;
}

/* Prevent layer divs from eating clicks */

.layer-content-wrapper, .layer-content {
    pointer-events: none;
}

.layer-content * {
    pointer-events: all
}

/* Mobile Slider */
/* Universal Slider */

#universalSliderWrapperMobile {
    /*overflow: hidden;*/
    position: relative;
    z-index: 1;
}

#universalSliderWrapperMobile .layer-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

#universalSliderWrapperMobile .flexslider {
    overflow: hidden;
}

#universalSliderWrapperMobile .flexslider:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;

    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);

    z-index: 100;
}

#universalSliderWrapperMobile .flexslider:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;

    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);

    z-index: 100;
}

#universalSliderWrapperMobile .small-header {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

#universalSliderWrapperMobile .title-header {
    font-size: 38px;
    line-height: 38px;
}

#universalSliderWrapperMobile div.wpcf7 ul.slider-contact li span.wpcf7-form-control-wrap > input {
    margin-bottom: 4px;
}

#universalSliderWrapperMobile div.wpcf7 ul.slider-contact li.side-by-side span.wpcf7-form-control-wrap,
#universalSliderWrapperMobile div.wpcf7 ul.slider-contact li.side-by-side span.wpcf7-form-control-wrap:first-child {
    width: 49.4%;
}

#universalSliderWrapperMobile .universalSliderControls,
.ie-arrows-wrapper
{
    display: block;
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    height: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#universalSliderWrapperMobile .universalSliderControls ul.slider-nav,
ul.ie-arrows {
    margin: 0;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #ddd;
    clear: both;
    line-height: 30px;
    height: 41px;

    background-repeat: no-repeat;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.05));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.05));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.05));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.05));
}

#universalSliderWrapperMobile .universalSliderControls ul.slider-nav li,
ul.ie-arrows li {
    display: none;
    margin: 0;
    cursor: pointer;
}

#universalSliderWrapperMobile .universalSliderControls ul.slider-nav li.nav-arrow,
ul.ie-arrows li.nav-arrow{
    display: inline-block;
    text-indent: -9999px;
    padding-top: 12px;
    padding-bottom: 8px;
    opacity: 0.2;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -ms-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all;
    overflow: hidden;
}

#universalSliderWrapperMobile .universalSliderControls ul.slider-nav li.nav-arrow.enabled,
ul.ie-arrows li.nav-arrow.enabled {
    opacity: 0.5;
}

#universalSliderWrapperMobile .universalSliderControls ul.slider-nav li.nav-arrow:active,
ul.ie-arrows li.nav-arrow:active {
    opacity: 0.8;
}

#universalSliderWrapperMobile .universalSliderControls ul.slider-nav li.nav-arrow:before,
ul.ie-arrows li.nav-arrow:before {
    font-family: FontAwesome;
    font-size: 20px;
    padding-left: 7px;
    padding-right: 7px;
    text-indent: -9999px;
    display: block;
    color: black;

}

#universalSliderWrapperMobile .universalSliderControls ul.slider-nav li.nav-arrow-back,
ul.ie-arrows li.nav-arrow-back{
    width: 49%;
    border-right: 1px solid #ddd;

}

#universalSliderWrapperMobile .universalSliderControls ul.slider-nav li.nav-arrow-next,
ul.ie-arrows li.nav-arrow-next {
    display: inline-block;
    width: 49%;
    clear: both;
}

#universalSliderWrapperMobile .universalSliderControls ul.slider-nav li.nav-arrow-back:before,
ul.ie-arrows li.nav-arrow-back:before{
    content: "\f053";
    text-indent: 0;
    float: left;
    padding-left: 48%;
}

#universalSliderWrapperMobile .universalSliderControls ul.slider-nav li.nav-arrow-next:before,
ul.ie-arrows li.nav-arrow-next:before{
    content: "\f054";
    text-indent: 0;
    float: right;
    padding-right: 48%;
}

#universalSliderWrapperMobile .layer-content p {
    font-size: 13px;
    line-height: 18px;
}

html.touch.ie10 div#universalSliderWrapperDesktop {
    padding-bottom: 40px;
}

.ie-arrows-wrapper {
    /*z-index: 3;*/
}