.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-next.disabled,
.owl-prev.disabled {
    opacity: .3;
    transform: translate(0)!important
}
.owl-item {
    padding: 0 15px
}
.owl-nav {
    display: block
}
@media(min-width:1170px) {
    .owl-nav {
        display: block
    }
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 45px);
    width: 45px;
    height: 45px;
    outline: none;
    transition: transform .3s ease-out
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 45px);
    width: 45px;
    height: 45px;
    outline: none;
    transition: transform .3s ease-out;
    background-image: url("../images/arrow/left_arrow.png");
    background-repeat: no-repeat
}
@media(min-width:768px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: -24px
    }
}
@media(min-width:1025px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: -55px
    }
}
@media(min-width:1366px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: -39px
    }
}
.owl-carousel .owl-nav button.owl-prev.disabled {
    cursor: default
}
.owl-carousel .owl-nav button.owl-next {
    background-image: url("../images/arrow/right_arrow.png");
    background-repeat: no-repeat;
    background-position: center
}
@media(min-width:768px) {
    .owl-carousel .owl-nav button.owl-next {
        right: -36px
    }
}
@media(min-width:1025px) {
    .owl-carousel .owl-nav button.owl-next {
        right: -55px
    }
}
@media(min-width:1366px) {
    .owl-carousel .owl-nav button.owl-next {
        right: -52px
    }
}
.owl-carousel .owl-nav button.owl-next.disabled {
    cursor: default
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    display: none
}
.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%
}
.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%
}
.owl-stage {
    padding-left: 0!important
}
.owl-stage {
    margin: 0 auto
}
#featured_properties>.owl-dots {
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: auto
}
@media(min-width:1170px) {
    #featured_properties>.owl-dots {
        bottom: -21px
    }
}
#featured_properties>.owl-dots .owl-dot {
    margin-right: 15px;
    width: 8px;
    height: 8px;
    background: #bbbec1;
    border-radius: 50%
}
#featured_properties>.owl-dots .owl-dot.active {
    background: #666
}
#featured_properties>.owl-dots .owl-dot:last-child {
    margin-right: 0
}
#property-Similar .owl-dots {
    display: none
}
#property-Similar .owl-carousel .owl-nav button.owl-next {
    background-image: url(/Content/Projects/EmaarProperties/EmaarCorp/images/Emaar/icon-slide-nav-left.svg);
    right: auto
}
@media(min-width:1025px) {
    #property-Similar .owl-carousel .owl-nav button.owl-next {
        left: -32px
    }
}
@media(min-width:1366px) {
    #property-Similar .owl-carousel .owl-nav button.owl-next {
        left: -55px
    }
}
#property-Similar .owl-carousel .owl-nav button.owl-prev {
    transform: rotate(180deg);
    left: auto
}
@media(min-width:1025px) {
    #property-Similar .owl-carousel .owl-nav button.owl-prev {
        right: -20px
    }
}
@media(min-width:1366px) {
    #property-Similar .owl-carousel .owl-nav button.owl-prev {
        right: -45px
    }
}
#property-Similar .owl-carousel .owl-nav button.owl-prev:hover {
    transform: translate(5px, 0) rotate(180deg)!important
}
#description_carousel.owl-carousel .owl-nav button.owl-prev,
#description_carousel .owl-carousel .owl-nav button.owl-next {
    background-repeat: no-repeat
}
#description_carousel.owl-carousel .owl-nav button.owl-prev {
    left: 17px;
    background-image: url("/Content/Projects/EmaarProperties/EmaarCorp/images/Emaar/arrowLeftWhite.png")
}
#description_carousel.owl-carousel .owl-nav button.owl-next {
    right: 2px;
    background-image: url("/Content/Projects/EmaarProperties/EmaarCorp/images/Emaar/arrowRightWhite.png")
}
#description_carousel .owl-item {
    padding: 0
}
#description_carousel .owl-item .item {
    height: 100%
}
#description_carousel .featured_image {
    max-height: 100%;
    height: 100%
}
#description_carousel .owl-dots {
    position: absolute;
    border: 0;
    left: 40%
}
#description_carousel .owl-dot {
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 50%;
    background: #bbbdc0
}
#description_carousel .owl-dot.active {
    background: #515253
}
#description_carousel .owl-stage-outer {
    margin-bottom: 30px
}
.unit_description.unitDetail-Page #description_carousel .owl-stage-outer {
    margin-bottom: 30px
}
@media(min-width:768px) {
    .unit_description.unitDetail-Page #description_carousel .owl-stage-outer {
        margin-bottom: 18px
    }
}
@media(min-width:1170px) {
    .unit_description.unitDetail-Page #description_carousel .owl-stage-outer {
        margin-bottom: 30px
    }
}
.unit_description.unitDetail-Page #description_carousel .owl-dots {
    bottom: -12px
}
@media(min-width:768px) {
    .unit_description.unitDetail-Page #description_carousel .owl-dots {
        bottom: -50px
    }
}
#unit-DetailPages #description_carousel.owl-carousel .owl-nav button.owl-prev {
    left: 0
}
#unit-DetailPages .owl-nav {
    display: block
}
@media(min-width:400px) {
    #unit-DetailPages .location_detailSvg .col-sm-4 {
        width: 50%
    }
}
@media(min-width:600px) {
    #unit-DetailPages .location_detailSvg .col-sm-4 {
        width: 33.33333333%
    }
}
#unit-DetailPages #description_carousel .owl-dots {
    left: 50%;
    transform: translateX(-46%)
}
#description_carousel.owl-carousel .owl-nav button.owl-next,
#description_carousel.owl-carousel .owl-nav button.owl-prev {
    background-size: auto;
    top: calc(50% - 40px)
}
.owl-dot {
    outline: none;
    margin: 0
}
.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0 6px
}
.featured_unit .owl-nav {
    display: block;
    position: absolute;
    top: 50%
}
.featured_unit .owl-nav span {
    color: #333;
    background: transparent;
    left: 0
}
#description_carousel .owl-dots {
        bottom: 10px
}	
#description_carousel .owl-dots {
        bottom: auto
}	
.owl-carousel .owl-nav button.owl-prev:hover {
        transform: translate(-5px, 0)
}
.owl-carousel .owl-nav button.owl-next:hover {
        transform: translate(5px, 0)
}
.featured_content {
    font-family: "Optima LT W01 Roman",Arial,Helvetica,sans-serif;
    background: #fff;
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-top: 0;
    width: 100%;
    float: left;
}
#featured_properties .featured_content {
    padding: 10px
}
@media(min-width:768px) {
    #featured_properties .featured_content {
        padding: 10px
    }
}
@media(min-width:1170px) {
    #featured_properties .featured_content {
        padding: 18px 20px
    }
}
.featured_image {
    cursor: pointer;
    position: relative;
    overflow: hidden
}
.featured_image div {
    line-height: 0
}
.featured_unit_carousel .featured_image img {
    -webkit-transition: all 750ms ease 0s;
    -moz-transition: all 750ms ease 0s;
    -ms-transition: all 750ms ease 0s;
    -o-transition: all 750ms ease 0s;
    transition: all 750ms ease 0s
}
.button-default.view_btn {
    padding: 10px 10px;    
    color: #fff;
    min-width: 266px;
    font-size: 12px;
    display: inline-block;
    text-align: center;    
    white-space: nowrap;
    border-radius: 0;
    position: relative;
    transition: all .5s;    
    background-color: #464645;
    border: 1px solid transparent;
	margin: 0;    
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 	
}
.viw-proj{
	height: 10em;
    position: relative;
}