.banner.image, #banner.image {
	 height: auto !important;
}

.banner.image img, #banner.image img {
	 display: none;
}



 #banner {
	 padding: 0;
}

/****** HOME SLIDER ******/
.flex-container a:hover,.flex-slider a:hover {
    outline: none
}

.slides,.slides>li,.flex-control-nav,.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides:after {
    content: "\20";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom:1;-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -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);
    box-shadow: '' 0 1px 4px rgba(0,0,0,.2)
}

.flexslider .slides {
    zoom:1}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none
}

.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 .flex-viewport {
    max-height: 300px
}

@-moz-document url-prefix() {
    .loading .flex-viewport {
        max-height: none;
    }
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.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,.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: 'ï€';
    color: rgba(0,0,0,.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3)
}

.flex-direction-nav a.flex-next:before {
    content: 'ï€‚'
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: 'ï€„'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: 'ï€ƒ'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-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,.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,.7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(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%;
    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
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity:1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

#jumbotron,#jumbotron ul li .desktop {
    max-height: 550px;
    height: 550px;
    overflow: hidden;
    position: relative;
    background-color: transparent
}

#jumbotron ul li .mobile .caption-mobile .small {
    max-height: 180px;
    overflow: hidden;
    font-size: 1rem
}

@media screen and (min-width: 767px) {
    #jumbotron {
        max-height:431px;
        height: 431px;
        font-size: 1.25rem
    }

    #jumbotron ul li .desktop {
        max-height: 431px;
        height: 431px
    }

    #jumbotron ul li .mobile .caption-mobile .small {
        max-height: none;
        overflow: visible
    }
}

@media screen and (min-width: 1023px) {
    #jumbotron {
        max-height:550px;
        height: 550px;
        font-size: 1.8rem
    }

    #jumbotron ul li .desktop {
        max-height: 550px;
        height: 550px
    }
}

#jumbotron .slider-scroll {
    top: 0;
    bottom: 0;
    width: 26%;
    position: absolute;
    z-index: 4000
}

#jumbotron .slider-scroll.left {
    left: 0
}

#jumbotron .slider-scroll.right {
    right: 0
}

#jumbotron ul {
    padding: 0;
    margin: 0
}

@media(max-width: 767px) {
    #jumbotron ul {
        min-height:180px
    }
}

#jumbotron ul li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url('/Common/Styles/background-size-polyfill/backgroundsize.min.htc');
    background-position: top center;
    position: relative
}

@media(max-width: 1023px) {
    #jumbotron ul li {
        min-height:465px
    }
}

@media(max-width: 767px) {
    #jumbotron ul li {
        min-height:180px
    }
}

#jumbotron ul li .container-slider .caption {
    -moz-transition: left 2s ease-in-out .5s;
    -o-transition: left 2s ease-in-out .5s;
    -webkit-transition: left 2s ease-in-out .5s;
    transition: left 2s ease-in-out .5s;
    left: 25px
}

#jumbotron ul li .container-slider .small {
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 0
}

#jumbotron ul li .container-slider.active .small {
    opacity: 1
}

#jumbotron ul li .container-slider.active .caption {
    left: 0
}

#jumbotron ul li .back-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url('/Common/Styles/background-size-polyfill/backgroundsize.min.htc');
    background-repeat: no-repeat!important;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
    z-index: -2
}

#jumbotron ul li .plane-runway .back-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url('/Common/Styles/background-size-polyfill/backgroundsize.min.htc');
    background-repeat: no-repeat!important;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
    -moz-transform: scale(1.5 1.5);
    -webkit-transform: scale(1.5,1.5);
    -ms-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
    z-index: -2
}

#jumbotron ul li .plane-runway .back-img.scale {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1)
}

#jumbotron ul li .plane-runway .front-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50px;
    margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url('/Common/Styles/background-size-polyfill/backgroundsize.min.htc');
    background-position: right bottom;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
    z-index: -1
}

#jumbotron ul li .plane-runway .front-img.scale {
    -moz-transform: scale(1.5 1.5);
    -webkit-transform: scale(1.5,1.5);
    -ms-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5)
}

#jumbotron ul li .turbine .back-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url('/Common/Styles/background-size-polyfill/backgroundsize.min.htc');
    background-position: right center;
    background-repeat: no-repeat!important;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
    -moz-transform: scale(1.5 1.5);
    -webkit-transform: scale(1.5,1.5);
    -ms-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
    z-index: -2
}

#jumbotron ul li .turbine .back-img.scale {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1)
}

#jumbotron ul li .turbine .front-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url('/Common/Styles/background-size-polyfill/backgroundsize.min.htc');
    background-position: left bottom;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
    z-index: -1
}

#jumbotron ul li .turbine .front-img.scale {
    -moz-transform: scale(1.1 1.1);
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1)
}

#jumbotron ul li .plane-air .back-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url('/Common/Styles/background-size-polyfill/backgroundsize.min.htc');
    background-position: center bottom;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
    z-index: -2;
    -moz-transform: scale(1.5 1.5);
    -webkit-transform: scale(1.5,1.5);
    -ms-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5)
}

#jumbotron ul li .plane-air .back-img.scale {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1)
}

#jumbotron ul li .plane-air .front-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url('/Common/Styles/background-size-polyfill/backgroundsize.min.htc');
    background-position: right top;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
    -moz-transform: scale(1.5 1.5) translateY(-300px);
    -webkit-transform: scale(1.5,1.5) translateY(-300px);
    -ms-transform: scale(1.5,1.5) translateY(-300px);
    -o-transform: scale(1.5,1.5) translateY(-300px);
    transform: scale(1.5,1.5) translateY(-300px);
    z-index: -1
}

#jumbotron ul li .plane-air .front-img.scale {
    -moz-transform: scale(1,1) translateY(-100px);
    -webkit-transform: scale(1,1) translateY(-100px);
    -ms-transform: scale(1,1) translateY(-100px);
    -o-transform: scale(1,1) translateY(-100px);
    transform: scale(1,1) translateY(-100px)
}

#jumbotron ul li .runway-plane .back-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url('/Common/Styles/background-size-polyfill/backgroundsize.min.htc');
    background-position: center center;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
    z-index: -2;
    -moz-transform: scale(1.5 1.5);
    -webkit-transform: scale(1.5,1.5);
    -ms-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5)
}

#jumbotron ul li .runway-plane .back-img.scale {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1)
}

#jumbotron ul li .runway-plane .front-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 1%;
    margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url('/Common/Styles/background-size-polyfill/backgroundsize.min.htc');
    background-position: right center;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
    -moz-transform: scale(1.3,1.3) translateX(800px);
    -webkit-transform: scale(1.3,1.3) translateX(800px);
    -ms-transform: scale(1.3,1.3) translateX(800px);
    -o-transform: scale(1.3,1.3) translateX(800px);
    transform: scale(1.3,1.3) translateX(800px);
    z-index: -1
}

#jumbotron ul li .runway-plane .front-img.scale {
    -moz-transform: scale(1,1) translateX(100px);
    -webkit-transform: scale(1,1) translateX(100px);
    -ms-transform: scale(1,1) translateX(100px);
    -o-transform: scale(1,1) translateX(100px);
    transform: scale(1,1) translateX(100px)
}

#jumbotron ul li .worker-wing .back-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url('/Common/Styles/background-size-polyfill/backgroundsize.min.htc');
    background-position: right bottom;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    z-index: -2
}

#jumbotron ul li .worker-wing .back-img.scale {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1)
}

#jumbotron ul li .worker-wing .front-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url('/Common/Styles/background-size-polyfill/backgroundsize.min.htc');
    background-position: right bottom;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    z-index: -1
}

#jumbotron ul li .worker-wing .front-img.scale {
    -moz-transform: scale(1.3 1.3) translateY(-50px);
    -webkit-transform: scale(1.3,1.3) translateY(-50px);
    -ms-transform: scale(1.3,1.3) translateY(-50px);
    -o-transform: scale(1.3,1.3) translateY(-50px);
    transform: scale(1.3,1.3) translateY(-50px)
}

#jumbotron ul li .caption {
    z-index: 0;
    position: relative;
    overflow: hidden;
    left: 25px;
    -moz-transition: all 2s ease-in-out .5s;
    -o-transition: all 2s ease-in-out .5s;
    -webkit-transition: all 2s ease-in-out .5s;
    transition: all 2s ease-in-out .5s
}

@media(max-width: 959px) {
    #jumbotron ul li .caption {
        max-width:100%
    }
}

#jumbotron ul li .caption div {
    clear: both;
    overflow: hidden;
    display: block;
    margin-bottom: 5px
}

#jumbotron ul li .caption.left {
    left: 0
}

#jumbotron ul li .caption .small {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-family: Gibson-light-ie,"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    letter-spacing: .5px;
    font-size: 29px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    opacity: 0
}

#jumbotron ul li .caption .big {
    display: block;
    color: #fff;
    font-size: 10em;
    letter-spacing: .5px;
    line-height: .9em;
    font-family: Gibson-light-ie,"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    color: #fff;
    position: relative;
    left: -200%;
    overflow: visible;
    text-align: center
}

#jumbotron ul li .caption .title {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-family: Gibson-light-ie,"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    letter-spacing: .5px;
    font-size: 29px;
    line-height: 30px;
    text-transform: uppercase
}

@media(max-width: 767px) {
    #jumbotron ul li .caption .title {
        font-size:1.8em
    }
}

#jumbotron ul li .caption .description {
    display: block;
    color: #fff;
    font-size: 1.6em;
    letter-spacing: .5px;
    line-height: 1.5em;
    font-family: Gibson-light-ie,"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif
}

@media(max-width: 767px) {
    #jumbotron ul li .caption .description {
        display:none
    }

    #jumbotron ul li .caption .description {
        display: none
    }
}

#jumbotron ul li .caption .number,#jumbotron ul li .caption .comma,#jumbotron ul li .caption .space {
    display: inline-block;
    text-align: left;
    left: 0;
    font-family: Gibson-light-ie,"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    float: left
}

#jumbotron ul li .caption .number {
    text-transform: uppercase;
    text-align: left;
    width: auto;
    height: 91px
}

#jumbotron ul li .caption .comma,#jumbotron ul li .caption .space {
    width: 40px;
    text-align: left
}

#jumbotron ul li .caption .comma {
    display: none
}

#jumbotron ul li a.slider-btn {
    padding: 10px 15px;
    font-size: 1em;
    margin: 25px 0 0;
    display: block;
    float: left;
    font-family: Gibson-light-ie,"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    width: 110px;
    background: url('/Common/Styles/slider-button-back.png') no-repeat right center;
    background-color: #000;
    background-color: rgba(0,0,0,.9);
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

@media(max-width: 767px) {
    #jumbotron ul li a.slider-btn {
        margin-top:10px;
        text-indent: -9999px;
        width: auto;
        bottom: 0;
        right: 0;
        position: absolute;
        padding: 25px 20px;
        background: url('/Common/Styles/slider-button-back.png') no-repeat center center;
        background-color: #000;
        background-color: rgba(0,0,0,.6);
        background-position: 35px 25px
    }
}

#jumbotron ul li a.slider-btn:hover {
    background-color: #666;
    background-color: rgba(102,102,102,.6);
    color: #fff;
    text-decoration: none
}

#jumbotron ul li a.slider-btn.runway {
    width: 240px
}

@media(max-width: 767px) {
    #jumbotron ul li .desktop {
        display:none
    }
}

#jumbotron ul li .mobile {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url('/Common/Styles/background-size-polyfill/backgroundsize.min.htc');
    background-position: center center;
    background-size: cover
}

@media(max-width: 767px) {
    #jumbotron ul li .mobile {
        display:block
    }

    #jumbotron ul li .mobile .caption-mobile .caption {
        display: none
    }
}

#jumbotron ul li .mobile .caption-mobile {
    margin-top: 20px
}

#jumbotron ul li .mobile .caption-mobile .small {
    letter-spacing: 0;
    font-size: 1.2rem;
    line-height: 1.1em;
    opacity: 1;
    display: block;
    color: #fff;
    margin-bottom: 5px;
    font-family: Gibson-light-ie,"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    text-align: left;
    text-transform: uppercase
}

#jumbotron ul li .mobile .caption-mobile .big {
    display: block;
    color: #fff;
    font-size: 4em;
    letter-spacing: .5px;
    line-height: 1.1em;
    font-family: Gibson-light-ie,"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px
}

#jumbotron ul li .mobile .caption-mobile a.slider-btn {
    padding: 10px 15px;
    font-size: 1.7em;
    margin: 25px 0 0;
    display: block;
    float: left;
    font-family: Gibson-light-ie,"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    width: 110px;
    background: url('/Common/Styles/slider-button-back.png') no-repeat right center;
    background-color: #000;
    background-color: rgba(0,0,0,.9);
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

@media(max-width: 767px) {
    #jumbotron ul li .mobile .caption-mobile a.slider-btn {
        margin-top:10px;
        text-indent: -9999px;
        width: auto;
        bottom: 0;
        right: 0;
        position: absolute;
        padding: 25px 20px;
        background: url('/Common/Styles/slider-button-back.png') no-repeat center center;
        background-color: #000;
        background-color: rgba(0,0,0,.6);
        background-position: 35px 25px
    }
}

#jumbotron ul li .mobile .caption-mobile a.slider-btn:hover {
    background-color: #666;
    background-color: rgba(102,102,102,.6);
    color: #fff;
    text-decoration: none
}

#jumbotron {
}

#jumbotron .flex-control-nav {
    position: absolute;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    width: 88%;
    margin-left: 60%;
    z-index: 10;
    height: 30px
}

#jumbotron .flex-control-nav li {
    min-height: 30px
}

@media(max-height: 465px) and (min-width:750px) {
    #jumbotron .flex-control-nav {
        top:350px!important
    }
}

#jumbotron .flex-control-paging li a {
    width: 26px;
    /* height:15px; */
    background-color: #900;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

#jumbotron .flex-control-paging li a div {
    width: 13px;
    height: 5px;
    background-color: #fff;
    opacity: 1!important;
    position: relative;
    top: -2px;
    left: -7px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

#jumbotron .flex-control-nav li {
    margin: 0 3px
}

#jumbotron .flex-control-paging li a.flex-active div {
    background-color: #900;
    opacity: 1
}

#jumbotron .flex-control-paging li a.flex-active div:hover {
    background-color: #900;
    cursor: pointer
}

#jumbotron .flex-control-paging li a:active,#jumbotron .flex-control-paging li a:focus,#jumbotron .flex-control-paging li a:hover {
    background-color: #fff;
    color: #900;
    opacity: 1
}

#jumbotron .flex-control-paging li a:active div,#jumbotron .flex-control-paging li a:focus div,#jumbotron .flex-control-paging li a:hover div {
    background-color: #900;
    color: #900;
    opacity: 1;
    cursor: pointer
}

#jumbotron .flex-pauseplay a {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    background-color: #900!important
}