/* * jQuery FlexSlider v2.2.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 */
.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 {
                                      overflow:hidden;
                                      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;
}

.wrapper {
    background: #000;
}

.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 .slides>li:first-child {
    display: block;
}
/* FlexSlider Default Theme */
.flexslider {
    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;
}
.flex-direction-nav a {
    background:url(../img/flexarrows.png) no-repeat scroll 0 0 rgba(0,0,0,0.4);
    width:45px;
    height:45px;
    position:absolute;
    top:55%;
    text-indent:-999em;
    border-radius:2px 2px 2px 2px;
    z-index:10;
}
.flex-direction-nav a:hover {
}
.flex-direction-nav li .flex-prev {
    right:49px;
    background-position:0 -169px;
}
.flex-direction-nav li .flex-next {
    right:10px;
    background-position:-35px -169px;
}
.flex-direction-nav .flex-disabled {
    opacity:.3;
    filter:alpha(opacity=30);
    cursor: default;
}
/* Fullwidth FlexSlider Necessary Styles */
.fullwidth.flexslider {
    margin-bottom:0px;
    overflow:hidden;
}
.fullwidth.flexslider .flex-direction-nav a {
    background:url(../img/flexarrows.png) no-repeat scroll 0 0 rgba(0,0,0,0.1);
    top:50% !important;
    width:50px;
    height:100px;
    position:absolute;
    text-indent:-999em;
    margin-top:-50px;
}
.fullwidth.flexslider .flex-direction-nav a:hover {
    background-color:rgba(0,0,0,0.4)
}
.fullwidth.flexslider .flex-direction-nav .flex-prev {
    left:0;
    background-position:0;
    border-radius:0 3px 3px 0;
}
.fullwidth.flexslider .flex-direction-nav .flex-next {
    right:5px;
    background-position:-50px 35px;
    border-radius:3px 0 0 3px;
}
.fullwidth.flexslider .flex-direction-nav .flex-disabled {
    opacity:.3;
    filter:alpha(opacity=30);
    cursor:default;
}
.homeslider.fullwidth.flexslider {
    height:465px;
    color:#fff;
    text-shadow:0px 1px 1px rgba(0,0,0,0.3);
    font-size:21px;
    font-weight:300;
}
.fullwidth.flexslider h1,.fullwidth.flexslider h2,.fullwidth.flexslider h3,.fullwidth.flexslider h4,.fullwidth.flexslider h5,.fullwidth.flexslider h6 {
    letter-spacing:2px;
}
.homeslider h1 {
    margin-bottom:20px;
    line-height:45px;
}
.flexslider.blog {
    margin-bottom: 35px;
}
/* Control Nav */
.flex-control-nav {
    width:100%;
    position:absolute;
    bottom:20px;
    text-align:center;
    z-index:999;
}
.flex-control-nav li {
    margin:0 0 0 5px;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.flex-control-nav li:first-child {
    margin:0;
}
.flex-control-nav li a {
    width:15px;
    height:15px;
    display:block;
    cursor:pointer;
    text-indent:-999em;
    background:none repeat scroll 0 0 #fff;
    border:2px solid #fff;
    border-radius:20px 20px 20px 20px;
    box-shadow:0 1px 3px rgba(0,0,0,0.1);
    opacity:0.5;
    filter:alpha(opacity=50);
}
.flex-control-nav li a:hover {
    background:#fff;
    border:2px solid #fff;
    opacity:1;
    filter:alpha(opacity=100);
}
.flex-control-nav li a.flex-active {
    background:transparent;
    border:2px solid #fff;
    cursor:default;
    opacity:1;
    filter: alpha(opacity=100);
}
/* Pause/Play */
.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;
}
.flex-pauseplay a:before {
    display:inline-block;
    content:"";
}
.flex-pauseplay a:hover {
    opacity:1;
}
.flex-pauseplay a.flex-play:before {
    content: "";
}
/* Caption style */
/* IE rgba() hack */
.flex-caption {
    zoom:1;
}
.flex-caption {
    width:100%;
    position:absolute;
    margin-top:190px;
}
.flex-caption div {
    margin:0 auto;
}
.flex-caption.transparent.light-font span {
    text-shadow:0px 1px 1px rgba(0,0,0,0.3);
}
.flex-caption.transparent.dark-font span {
    color:#333;
}
.flex-caption.transparent.light-font h2 span,.flex-caption.transparent.dark-font h2 span {
    line-height:27px !important;
    padding:0;
}
.flex-caption.light {
    color:#333;
    margin-left:10px;
}
.flex-caption.light span {
    background:none repeat scroll 0 0 rgba(222,222,222,0.5);
    box-shadow:10px 0 0 rgba(222,222,222,0.5),-10px 0 0 rgba(222,222,222,0.5);
}
.flex-caption.dark {
    color:#fff;
    margin-left:10px;
}
.flex-caption.dark span {
    background:none repeat scroll 0 0 rgba(0,0,0,0.3);
    box-shadow:10px 0 0 rgba(0,0,0,0.3),-10px 0 0 rgba(0,0,0,0.3);
}
.flex-caption h2 span {
    line-height:56px !important;
    padding:5px 0;
}
.flex-caption.center {
    text-align:center;
}
.flex-caption.light .button,.flex-caption.dark .button {
    margin-left:-10px;
}
.flex-caption .uppercase {
    font-size:25px;
    font-weight:600;
    text-transform:uppercase;
    margin:0;
    letter-spacing:1px;
}
.flex-caption .lowercase {
    font-weight:300;
    font-size:18px;
    line-height:27px;
    margin:25px 0;
}
.flex-caption {
    animation:0.8s cubic-bezier(0.165,0.84,0.44,1) 0s normal none 1 avia-btt;
    opacity:1;
}
.flexslider.blog .flex-caption {
    width:100%;
    position:absolute;
    bottom:0;
    background:rgba(0,0,0,0.5);
    top:63%;
    padding-top:15px;
    color:#ccc;
    font-size:14px;
    line-height:24px;
}
.flexslider.blog .flex-caption a {
    color:#fff;
}
.flexslider.blog .flex-caption div {
    width:75%;
}
.testimonial .flexslider {
    width:800px;
    min-height:368px;
    margin-bottom:80px;
    border:10px solid #ededed;
    box-shadow: 0px 5px 6px -1px rgba(0,0,0,0.2);
}
/* the elliptical shadow below the slider */
.testimonial .flexslider:after {
    content:'';
    display:block;
    width:80%;
    height:20px;
    border-radius:50%;
    position:absolute;
    z-index:-1;
    bottom:-10px;
    left:10%;
    box-shadow:0 2px 10px 10px rgba(0,0,0,0.2);
}
.testimonial .slides li {
    display:block;
    background-position:center;
    background-repeat: no-repeat;
}
/* the text box */
.testimonial .slides li .slide-text {
    position:relative;
    color:#666;
    overflow:hidden;
    text-align:center;
    font-size:22px;
    font-weight:300;
    line-height:35px;
    max-width:75%;
    margin:0px auto;
}
.testimonial .slides li .slide-text p {
    margin-top:0px;
}
.testimonial .slides li .slide-text h2 {
    font-style:normal;
    font-size:36px;
    margin-top:50px;
    color:#444;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom: 25px;
}
/* Control Nav */
.testimonial .flex-control-nav {
    width:100%;
    position:relative;
    text-align:center;
    z-index:999;
    margin-top:40px;
}
.testimonial .flex-control-nav li {
    margin:0 0 0 5px;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.testimonial .flex-control-nav li:first-child {
    margin:0;
}
.testimonial .flex-control-nav li a {
    width:15px;
    height:15px;
    display:block;
    cursor:pointer;
    text-indent:-999em;
    background:#777;
    border-radius:20px 20px 20px 20px;
    box-shadow:0 1px 3px rgba(0,0,0,0.1);
    opacity:0.5;
    filter:alpha(opacity=50);
}
.testimonial .flex-control-nav li a:hover {
    background:#777;
    opacity:1;
    filter:alpha(opacity=100);
}
.testimonial .flex-control-nav li a.flex-active {
    background:#666;
    cursor:default;
    opacity:1;
    filter:alpha(opacity=100);
}
.testimonial .slides li .slide-text img {
    width:120px;
    display:block;
    background:#fff;
    padding:5px;
    border-radius:50%;
    margin:0px auto;
    margin-top:20px;
    margin-bottom:10px;
}
.testimonial.fullwidth.flexslider {
    margin-bottom:0;
}

.home-slide-content {
    font-family:'BebasNeueRegular',sans-serif;
    font-size:90px;
    text-transform:uppercase;
    position:relative;
    margin-bottom:0px;
    text-align:center;
    line-height:1;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
.home-slide-content {
    padding:0;
    color:#ffffff;
}