.slider .small,
.slider .teaser {
    text-align: center
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.fraction-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible
}

.fraction-slider .slide {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5000
}

.fraction-slider .active-slide {
    z-index: 9999
}

.fraction-slider .fs_obj {
    display: block;
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 7000
}

.fraction-slider .fs_fixed_obj {
    z-index: 6000;
    left: 0
}

.fraction-slider .fs_obj * {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0
}

.fs_loader {
    width: 100%;
    height: 450px
}

.fraction-slider .next,
.fraction-slider .prev {
    width: 45px;
    height: 45px;
    top: 50%;
    margin-top: -22px;
    font-size: 0;
    position: absolute;
    z-index: 9999;
    color: #fff;
    outline: 0
}

.fraction-slider .next {
    right: 10px;
    background: url(../images/banner_right_nav.png) no-repeat
}

.fraction-slider .prev {
    left: 10px;
    background: url(../images/banner_left_nav.png) no-repeat
}

.fraction-slider .next:hover,
.fraction-slider .next:hover:before,
.fraction-slider .prev:hover,
.fraction-slider .prev:hover:before {
    color: #428bca;
    border-color: #428bca;
    opacity: 1;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    border-width: 3px;
    line-height: 26px
}

.fraction-slider:hover .next,
.fraction-slider:hover .prev {
    display: block
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 460px;
    background-size: 100%;
    margin: 0 auto;
    border-bottom: 0 solid #009DDC;
    z-index: 10
}

.fs-pager-wrapper {
    position: absolute;
    left: 74%;
    bottom: 0;
    z-index: 9999;
    background: #2b2a2a;
    display: inline-table;
    padding: 10px 15px 6px;
    border-radius: 5px 5px 0 0;
    line-height: normal
}

.fs-pager-wrapper a {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px 0 0;
    background: url(../images/fs.pager.png) 0 -14px no-repeat
}

.fs-pager-wrapper .active {
    background: url(../images/fs.pager.png) no-repeat
}

@media (max-width:800px) {
    .fs-pager-wrapper {
        left: 70%
    }
}

@media only screen and (min-width:1024px) and (max-width:1280px) {
    .slider-wrapper {
        max-height: 267px
    }
}

@media only screen and (min-width:900px) and (max-width:1024px) {
    .slider-wrapper {
        max-height: 230px
    }
}

@media only screen and (min-width:751px) and (max-width:900px) {
    .slider-wrapper {
        max-height: 190px
    }
}

@media only screen and (min-width:641px) and (max-width:750px) {
    .slider-wrapper {
        max-height: 180px
    }
}

@media only screen and (min-width:480px) and (max-width:640px) {
    .slider-wrapper {
        max-height: 172px
    }
}

@media only screen and (max-width:479px) {
    .slider-wrapper {
        max-height: 108px
    }
}

.slider h1 {
    font-size: 22px !important
}

.slider p {
    line-height: 24px !important
}

.slider .claim,
.slider .teaser {
    line-height: 100%
}

.slider {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.slider .teaser {
    padding: .7% 1%;
    width: 400px;
    font-size: 20px
}

.slider-read {
    background: #ED687C;
    font: 700 16px/18px "open sans";
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-decoration: none;
    color: #fafafa;
    padding: 1%;
    display: block;
    text-transform: uppercase;
    transition: background-color .4s linear;
    -webkit-transition: background-color .4s linear;
    -ms-transition: background-color .4s linear;
    -moz-transition: background-color .4s linear;
    -o-transition: background-color .4s linear
}

.slider-read:hover {
    background: #000 !important;
    color: #fff
}

.slider .new {
    color: #fff;
    background: #D8493A;
    padding: 5px 0 5px 10px;
    font-size: 20px;
    font-weight: lighter;
    width: 21%
}

.slider .light-pink,
.theme-colored {
    background: #6EB43F;
    color: #fff;
    font-size: 35px
}

.slider .turky {
    background: #009DDC;
    color: #fff
}

.slider .white {
    background: #fff;
    color: #fff
}

.slider .red {
    background: #d65344;
    color: #fff
}

.slider .para {
    color: #fff;
    font: 700 55px/25px "open sans"
}

.slider .para span {
    color: #4f4e4e;
    font-size: 75px
}

.slider .para-2 {
    color: #fff;
    font: 400 14px/21px "open sans" !important;
    width: 30%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 0
}

.slider .para-3 {
    color: #fafafa;
    font: 500 20px/25px "open sans";
    width: 50%;
    line-height: 24px !important
}

.theme-colored {
    background: rgba(0, 0, 0, .65) !important
}

.slider .para-new {
    color: #fff;
    font: 700 60px/25px "open sans";
    text-shadow: 0 0 4px #343434;
    -webkit-text-shadow: 0 0 4px #343434;
    -moz-text-shadow: 0 0 4px #343434;
    -ms-text-shadow: 0 0 4px #343434;
    -o-text-shadow: 0 0 4px #343434
}