/*.benefits--wrapper {
    padding: 70px 0 0;
}*/

.bene--slider--row {
    display: block;
    padding: 50px 0 30px;
}

.bene--cmn--title {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    padding: 0 30px;
}

    .bene--cmn--title h1 {
        font-size: 24px;
        line-height: 34px;
        color: #303E48;
        font-family: poppinssemibold, sans-serif ;
    }

    .bene--cmn--title p {
        font-size: 16px;
        line-height: 26px;
        color: #303E48;
        margin: 15px 0 0;
    }

.bene--cmn--title p strong {
    font-family: poppinssemibold, sans-serif;
    font-weight: 400; 
}

.bene--slider {
    display: block;
    position: relative;
    width: 100%;
}

    .bene--slider .owl-carousel .owl-stage-outer {
        padding: 7px 0;
    }

.bene--blk {
    width: 100%;
    padding: 30px 30px 20px;
    background: #fff;
    position: relative;
    display: block;
    min-height: 350px;
    border-radius: 4px;
}

.bene--icn--flx {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 30px;
}

.bene--icon {
    display: block;
    width: 75px;
    height: 65px;
    text-align: left;
    margin-bottom: 25px;
    flex-shrink: 0;
}

    .bene--icon svg {
        width: auto;
        height: 100%;
        max-width: 100%;
    }

        .bene--icon svg path {
            fill: #00A1DF;
        }

.bene--icn--flx .bene--icon {
    margin-bottom: 0;
}

.owl-carousel .owl-item .bene--icon img {
    display: table;
    width: auto;
}

.bene--title {
    display: block;
    font-size: 24px;
    line-height: 34px;
    color: #303E48;
    font-family: poppinssemibold, sans-serif ;
    margin-bottom: 20px;
}

.bene--icn--flx .bene--title {
    width: calc(100% - 65px);
    padding: 0 0 0 20px;
    margin: 0;
}

.bene--desc {
    display: block;
    margin: 0;
    font-size: 16px;
    color: #303E48;
    line-height: 26px;
    letter-spacing: 0.1px;
}

    .bene--desc a {
        color: #00A1DF;
        font-family: poppinsmedium, sans-serif ;
    }

        .bene--desc a:hover {
            color: #303E48;
        }

.bene--sublinks {
    display: flex;
    padding: 5px 0 0 0;
    flex-wrap: wrap;
}

    .bene--sublinks li {
        padding: 0 15px 0 15px;
        margin: 10px 0 0;
        position: relative;
    }

        .bene--sublinks li:before {
            content: '';
            width: 6px;
            height: 6px;
            background: #DBDBDB;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            margin: auto;
            border-radius: 50%;
        }

        .bene--sublinks li a {
            font-size: 16px;
            color: #00A1DF;
        }

            .bene--sublinks li a:hover {
                color: #303E48;
            }

.benef--overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: #00A1DF;
    color: #fff;
    top: 0;
    left: 0;
    flex-direction: column;
    padding: 30px 50px;
    text-align: center;
    border-radius: 6px;
}

.benef--overlay--show {
    display: flex;
}


.benef--overlay span svg {
    width: 100px;
    height: 70px;
}

    .benef--overlay span svg path, .benef--overlay span svg polygon {
        fill: #fff;
    }

.overlay--close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    padding: 10px;
}

.benef--overlay p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin: 30px 0 0;
    width: 100%;
    display: block;
}

.benef--overlay span img {
    filter: brightness(100);
}

.que--row {
    display: block;
    text-align: center;
}

.que--nbr {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #303E48;
    font-family: poppinsmedium, sans-serif ;
    margin-top: 40px;
}

    .que--nbr a {
        font-size: 18px;
        color: #00A1DF;
    }

        .que--nbr a:hover {
            color: #303E48;
        }

.get--started--btn {
    display: inline-block;
    min-width: 220px;
    line-height: 50px;
    background: #F8B413;
    border: 1px solid #C69926;
    border-radius: 25px;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
    color: #303E48;
    font-family: poppinsmedium, sans-serif ;
    cursor: pointer;
}

    .get--started--btn:hover {
        background: #e6a907;
        color: #303E48;
    }

.benefits--carousel.owl-carousel .owl-stage {
    display: flex;
}

.benefits--carousel .item {
    display: flex;
    height: 100%;
}

.estimate--graph--section {
    display: block;
    width: 100%;
    padding: 50px 0;
    background: #fff;
}

.estimate--graph--inn {
    width: 930px;
    display: block;
    margin: auto;
    border-radius: 4px;
    background: #fff;
}

.rent-estimate-form {
    display: flex;
    width: 100%;
    padding: 30px 45px;
    flex-wrap: wrap;
}

.rent--estimate--field {
    width: 150px;
    margin-right: 25px;
}

    .rent--estimate--field.rent--bed--field {
        width: 200px;
    }

    .rent--estimate--field:last-child {
        margin-right: 0;
    }

.MR0 {
    margin-right: 0;
}

.rent--adrs--field {
    width: 440px;
}

.rent--estimate--field label {
    font-size: 14px;
    color: #303E48;
    font-family: poppinsmedium, sans-serif ;
    margin-bottom: 5px;
    display: block;
}

.get-estimate-cta {
    line-height: 34px;
    min-width: inherit;
    width: 100%;
    box-shadow: none;
    font-family: poppinsregular, sans-serif ;
}

    .get-estimate-cta:hover {
        transform: none;
    }

.estimate--chart--blk {
    width: 100%;
    display: block;
    padding: 50px;
    background: #fff;
}

.comparerentsdisclamer {
    font-size: 14px;
    line-height: 24px;
    color: #303E48;
    margin: 0;
}

    .comparerentsdisclamer b {
        font-weight: 400;
        font-family: poppinsmedium, sans-serif ;
    }

.estimate--btn--row {
    width: 100%;
    margin: 30px 0;
    text-align: center;
}

.rent--adrs--field .input--loading--toggle {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#rentestimate_highchart {
    display: table;
    margin: auto;
}

.property--started--sec {
    display: block;
    width: 99%;
    background: rgba(0,161,223,.05);
    margin: 15px 0.5%;
    border-radius: 16px;
    padding: 30px 0 50px;
}

.bene--cmn--lg h1 {
    font-size: 48px;
    line-height: 64px;
}

    .bene--cmn--lg h1 span {
        display: block;
        font-family: poppinsmedium, sans-serif;
        font-size: 20px;
        color: #848484;
        line-height: normal;
        margin-top: 10px;
    }

.bene--cmn--sm p a {
    font-size: 16px;
    color: #296399;
    letter-spacing: 0.1px;
}

    .bene--cmn--sm p a:hover {
        color: #262626;
    }

.property--row {
    display: flex;
    width: 950px;
    margin: auto;
    justify-content: space-between;
}

.property--col {
    width: 48%;
}

    .property--col .unit--box {
        padding: 35px;
        text-align: center;
        background: #ffffff;
        float: left;
        width: 100%;
        height: 100%;
        border-radius: 6px;
        color: #303E48;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        box-shadow: 0 0 5px rgba(0,0,0,.1);
        border: 1px solid transparent;
    }

        .property--col .unit--box:hover {
            box-shadow: 0 0 15px rgba(0,161,223,.2);
            border-color: #00A1DF;
        }

        .property--col .unit--box i {
            display: block;
            min-height: 90px;
        }

    .property--col h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 25px 0 10px;
        font-family: poppinssemibold, sans-serif ;
    }

    .property--col p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        color: #848484;
    }

#listingMultiplier_moreInfo .newmodalsmallcontainer {
    max-width: 550px;
}

    #listingMultiplier_moreInfo .newmodalsmallcontainer p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 20px;
    }

        #listingMultiplier_moreInfo .newmodalsmallcontainer p:last-child {
            margin-bottom: 0;
        }

.market--slider--row .bene--blk {
    min-height: 330px;
}

.estimate--label {
    text-indent: -9999px;
}

.white--bg { 
    background: #ffffff !important;
}
.unit--box {
    cursor: pointer;
}
.bene--cmn--md h1 {
    font-size: 32px;
    line-height: 40px;
}
.bene--cmn--md span {
    color: #00A1DF
}
.listing--benefits--cnt {
    padding-top: 20px;
}
.listing--benefits--hd {
    border-bottom: 2px solid #edeff1;
    padding-bottom: 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
    font-family: poppinssemibold, sans-serif;
}
.listing--hd--cnt {
    width: 20%;
    margin-left: 15px;
    text-align: center;
}
.listing--benefits--list ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin-bottom: 12px;
    position: relative;
}
.listing--benefits-blk1 {
    width: 54%;
    border: 1px solid rgba(132,132,132,.2);
    border-radius: 4px;
    height: 100px;
    padding: 15px 25px;
    position: relative;
}
.listing--benefits-blk2 {
    width: 22%;
    text-align: center;
    margin-left: 15px;
    border-radius: 4px;
    height: 100px;
    background: rgba(82,157,63,.07);
    display: flex;
    align-items: center;
    justify-content: center;
}
.listing--benefits--innerhd {
    font-family: poppinssemibold, sans-serif;
    margin-bottom: 10px;
}
.listing--benefits-desc {
    color: #848484;
    line-height: 20px;
    font-size: 14px;
}
.graybg {
    background: rgba(132,132,132,.07);
}
.listing--benefits--btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px;
}
.listing--benefits--btns .listing--btm--cnt {
   width: 22%; 
   margin-left: 15px;
}
.listing--benefits--btns .listing--btm--cnt a {
   display: block;

}
.listing--benefits--btns .listing--btm--cnt a.stroke--btn {
  background: transparent;
  border: 2px solid #00A1DF;
  color: #00A1DF;
  font-family: poppinssemibold, sans-serif;
}
.listing--benefits--btns .listing--btm--cnt a:hover.stroke--btn {
  background: #00A1DF;
  color: #fff;
}
.listing--benefits--list ul li .listing--benefits-blk1 em {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
}

/** media css **/
@media screen and (min-width:1366px) and (max-width:1899px) {
}

@media screen and (min-width:1280px) and (max-width:1365px) {
    .bene--slider {
        padding: 0 30px;
    }

    .bene--slider--row {
        padding: 25px 0;
    }

    .list--property--benefits .bene--slider--row {
        padding-top: 50px;
    }

    .bene--cmn--title {
        margin-bottom: 30px;
    }

        .bene--cmn--title h1 {
            font-size: 34px;
        }

        .bene--cmn--title p {
            margin-top: 10px;
        }

    .bene--blk {
        padding: 30px 30px 20px;
        min-height: 350px;
    }

    .bene--icon {
        height: 80px;
        margin-bottom: 15px;
    }

    .que--nbr {
        font-size: 24px;
        margin-top: 15px;
    }

        .que--nbr a {
            font-size: 24px;
        }

    .get--started--btn {
        font-size: 16px;
        min-width: 190px;
        line-height: 44px;
    }
}

@media screen and (min-width:1024px) and (max-width:1179px) {
    .bene--cmn--title p br {
        display: none;
    }

    .bene--cmn--title p br {
        display: none;
    }

    .bene--blk {
        padding: 20px 30px;
        min-height: inherit;
    }

    .bene--icn--flx .bene--title {
        font-size: 18px;
        line-height: 28px;
        padding-left: 15px;
    }

    .bene--icon {
        margin-bottom: 15px;
        width: 65px;
    }

    .bene--desc {
        font-size: 16px;
    }

    .bene--sublinks li a {
        font-size: 14px;
    }

    .benef--overlay {
        padding: 30px;
    }

        .benef--overlay p {
            font-size: 16px;
        }
    
    .property--started--sec {
        margin: 15px 1.5%;
        width: 97%;
    }
    .bene--cmn--lg h1 {
        font-size: 42px;
        line-height: 58px;
    }
    .bene--cmn--lg h1 span {
        margin-top: 5px;
        font-size: 18px;
    }
    .bene--cmn--md h1 {
        font-size: 28px;
    }

}

@media screen and (min-width:768px) and (max-width:1023px) {
    .benefits--wrapper {
        padding: 57px 0 30px;
    }

    .bene--slider--row {
        padding: 30px 0;
    }

    .bene--icn--flx .bene--title {
        font-size: 18px;
        line-height: 28px;

    }

    .bene--cmn--title p br {
        display: none;
    }

    .bene--slider {
        padding: 0;
    }

    .bene--blk {
        padding: 20px 30px;
    }

    .bene--desc {
        font-size: 15px;
        line-height: 25px;
    }

    .bene--sublinks li a {
        font-size: 14px;
    }

    .benef--overlay {
        padding: 30px;
    }

        .benef--overlay p {
            font-size: 16px;
        }

    .get--started--btn {
        min-width: 200px;
        line-height: 45px;
        font-size: 16px;
    }

    .bene--icon {
        height: 60px;
        width: 65px;
    }

    .estimate--graph--inn {
        width: 100%;
    }

    .rent--adrs--field {
        flex: 3;
    }

    .rent--bed--field {
        flex: 1;
    }

    .property--row {
        width: 100%;
    }

    .list--property--benefits {
        padding-top: 0;
    }

    .rent-estimate-form {
        padding: 20px;
    }

    .property--started--sec {
        margin: 15px 1.5%;
        width: 97%;
    }
    .bene--cmn--lg h1 {
        font-size: 36px;
        line-height: 52px;
    }

        .bene--cmn--lg h1 span {
            margin-top: 5px;
            font-size: 18px;
        }

    .bene--cmn--md h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .property--col .unit--box {
        padding: 25px;
    }
    .property--col p br { 
        display: none;
    }
    .listing--benefits--hd {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .listing--benefits--cnt {
        padding-top: 0;
    }
    .listing--benefits-desc {
        font-size: 12px;
        line-height: 18px;
    }
    .listing--benefits-blk1, .listing--benefits-blk2 {
        height: 110px;
        padding: 15px;
    }
    .listing--benefits--btns .listing--btm--cnt a.stroke--btn {
        min-width: inherit;
        font-size: 14px;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {

    .benefits--wrapper {
        padding: 0;
    }

    .bene--cmn--title p {
        font-size: 14px;
        line-height: 22px;
    }

        .bene--cmn--title p br {
            display: none;
        }

    .bene--cmn--sm h1 {
        font-size: 18px;
    }

        .bene--cmn--sm h1 span {
            font-size: 18px;
            display: inline;
        }

    .bene--cmn--sm p a {
        font-size: 14px;
    }

    .bene--slider {
        padding: 0;
    }

    .bene--blk {
        padding: 30px 30px 15px;
        min-height: 300px;
    }

    .bene--icn--flx {
        margin-bottom: 20px;
    }

    .bene--icon {
        margin-bottom: 15px;
        height: 60px;
    }

    .benef--overlay {
        padding: 30px;
    }

        .benef--overlay p, .bene--desc {
            font-size: 14px;
            line-height: 24px;
        }

    .que--row {
        padding: 20px 30px 0;
    }

    .que--nbr {
        font-size: 16px;
        line-height: 26px;
        margin: 20px 0 30px;
    }

        .que--nbr a {
            font-size: 16px;
            display: block;
        }

        .que--nbr br {
          display: none;
        }

    .get--started--btn {
        min-width: 180px;
        line-height: 40px;
        font-size: 16px;
    }

    .bene--sublinks li {
        margin-top: 5px;
        padding-right: 10px;
    }

        .bene--sublinks li a {
            font-size: 14px;
        }

    .benef--overlay span img {
        width: 90px !important;
    }
    

    .estimate--graph--inn {
        width: 100%;
    }

    .rent-estimate-form {
        padding: 20px;
    }

    .rent--estimate--field {
        width: 100%;
        margin: 0 0 20px;
    }

    .get-estimate-cta {
        display: table;
        margin: auto;
    }

    .rent--estimate--field label.btn-lbl {
        display: none;
    }

    .rent--estimate--field.MR0 {
        margin-bottom: 0;
    }

    .estimate--chart--blk {
        padding: 20px;
    }

    .estimate--graph--section {
        padding: 40px 0;
    }

    #lblError {
        margin-top: 10px;
    }

    .bene--cmn--title {
        padding: 0;
        margin-bottom: 20px;
    }

    .property--started--sec {
        margin: 0;
        width: 100%;
    }

    .property--row {
        flex-direction: column;
        width: 100%;
    }

    .property--col {
        width: 100%;
        margin-bottom: 30px;
    }

        .property--col:last-child {
            margin-bottom: 0;
        }

        .property--col h2 {
            font-size: 20px;
            margin: 20px 0 10px;
        }
        
    .benefits--carousel .owl-dots {
        display: none;
    }

    .bene--icon svg {
        width: 60px;
        height: 60px;
    }

    .rent--estimate--field.rent--bed--field {
        width: 100%;
    }

    .bene--icn--flx .bene--title {
        font-size: 18px;
        line-height: 28px;
    }

    .market--slider--row .bene--icn--flx .bene--title {
        padding-left: 15px;
    }
    .boostprop--moreinfo--modal .modal--popup--title {
        line-height: 26px;
        padding-right: 10px;
    }
    .listing--benefits-desc {
        display: none;
    }
    .listing--benefits--list ul li .listing--benefits-blk1 em {
        display: block;
        right: 5px;
    }
    .listing--benefits--btns {
        justify-content: space-between;
    }
    .listing--benefits--btns .listing--btm--cnt {
        width: 48%;
        margin-left: 0;
    }

    .bene--cmn--lg h1 {
        font-size: 24px;
        line-height: 28px;
    }

        .bene--cmn--lg h1 span {
            font-size: 18px;
        }

    .bene--cmn--md h1 {
        font-size: 16px;
        line-height: 24px;
    }
    .listing--benefits--btns .listing--btm--cnt a.stroke--btn {
        font-size: 14px;
    }
    .listing--benefits--hd {
        border-bottom: none;
        margin-bottom: 0;
    }
    .listing--benefits-blk2 {
        margin-left: 8px;
    }
    .listing--hd--cnt {
        width: 22%;
        font-size: 14px;
    }
    .listing--benefits-blk1 {
        font-size: 14px;
        padding: 10px 0;
        padding-right: 30px;
        border: none;
    }
    .listing--benefits-blk1, .listing--benefits-blk2 {
        height: 50px;
    }
    .listing--benefits--innerhd {
        margin-bottom: 0;
    }
    .property--col p br {
        display: none;
    }

    .bene--slider--row {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (max-width: 320px) {
    .property--col p br {
        display: none;
    }
}

@media screen and (max-width: 470px) {
    .sticky {
        position: fixed;
        bottom: 0;
        z-index: 100;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
    }

    .MobileCB {
        display: block;
        right: 26px;
        position: fixed;
        bottom: 0;
        height: 50px;
        z-index: 112;
    }
}

@media screen and (min-width: 470px) {
    .sticky {
        position: fixed;
        bottom: 0;
        z-index: 100;
        width: 100%;
        height: 90px;
        display: flex;
        justify-content: center;
    }

    .MobileCB {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .desktop--cb {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .sticky {
        position: fixed;
        bottom: 0;
        z-index: 100;
        height: 90px;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .desktop--cb {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    #renter--benefit--lt {
        width: calc(100% - 300px);
    }

    #renter--benefit--rt {
        width: 300px;
        margin: 10px;
    }
}

@media screen and (max-width: 1024px) {
    #renter--benefit--lt {
        width: 100%;
    }

    #renter--benefit--rt {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .que--nbr a {
        display: block;
    }
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.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)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}/*.owl-carousel .owl-item img{display:block;width:100%}*/.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{/*background:0 0;*/color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:30px}.owl-theme .owl-nav [class*=owl-]{color:#000;font-size:14px;margin:5px;text-transform: uppercase; background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#666666;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

