/*
Custom CSS for Web Ui
*/

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 60px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

.skytop-vid {
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;
    min-width: 0px;
    z-index: 99;
}

/* Style the header for mysticky */
.myheader {
    padding: 10px 16px;
    background: #d4cccc;
    color: #000000;
}

/* Page content */
.mycontent {
    padding: 16px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.mysticky {
    position: fixed;
    top: 0px;
    /*bottom: 0px;*/
    width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.mysticky + .mycontent {
    padding-top: 100px;
}

/* Banner + Video Begin */
.banner-wrapper .slide-wrapper .owl-stage-outer {
    overflow: hidden;
}
.banner-wrapper .owl-stage-outer {
    overflow: visible;
}
.banner-wrapper .owl-stage-outer .owl-item {
    opacity: 0.4;
}
.banner-wrapper .owl-stage-outer .owl-item.active {
    opacity: 1;
}
.banner-wrapper .owl-dots {
    position: absolute;
    margin-top: 0;
    bottom: 10px;
    width: 100%;
}
.banner-wrapper .owl-dots .owl-dot span {
    margin: 4px;
}
.banner-wrapper .owl-dots .owl-dot.active span {
    background-color: #132977;
}
.banner-wrapper .banner-wrap {
    border-radius: 7px;
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
    background-color: #211813;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1200px) {
    .banner-wrapper .banner-wrap {
        height: 400px;
    }
}
@media only screen and (max-width: 576px) {
    .banner-wrapper .banner-wrap {
        height: 250px;
    }
}
.banner-wrapper .left-wrap {
    flex: 0 0 45%;
    max-width: 45%;
    position: relative;
    padding: 0 0 0 50px;
}
@media only screen and (max-width: 992px) {
    .banner-wrapper .left-wrap {
        padding: 0 0 0 15px;
    }
}
@media only screen and (max-width: 576px) {
    .banner-wrapper .left-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        background: linear-gradient(to top, #211813, transparent);
    }
}
.banner-wrapper .left-wrap h2 {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
}
@media only screen and (max-width: 1200px) {
    .banner-wrapper .left-wrap h2 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 992px) {
    .banner-wrapper .left-wrap h2 {
        font-size: 36px;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 576px) {
    .banner-wrapper .left-wrap h2 {
        font-size: 26px;
        margin-top: 10px;
    }
}
.banner-wrapper .left-wrap p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}
@media only screen and (max-width: 1200px) {
    .banner-wrapper .left-wrap p {
        font-size: 13px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 992px) {
    .banner-wrapper .left-wrap p {
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    .banner-wrapper .left-wrap a {
        margin-top: 10px;
    }
}
.banner-wrapper .left-wrap .tag {
    font-size: 14px;
    color: #ddd;
    margin-right: 15px;
}
@media only screen and (max-width: 1200px) {
    .banner-wrapper .left-wrap .tag {
        font-size: 12px;
    }
}
.banner-wrapper .left-wrap .tag b {
    color: #fff;
}
.banner-wrapper .left-wrap .rnd {
    border: 1px #ddd solid;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
}
.banner-wrapper .left-wrap .btn-lg, .banner-wrapper .left-wrap .btn-group-lg > .btn {
    color: #fff;
    background-color: #132977;
    min-width: 200px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
    .banner-wrapper .left-wrap .btn-lg, .banner-wrapper .left-wrap .btn-group-lg > .btn {
        min-width: 150px;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 30px;
    }
}
.banner-wrapper .left-wrap .btn-lg img, .banner-wrapper .left-wrap .btn-group-lg > .btn img {
    width: 20px;
    margin-right: 10px;
    position: relative;
    top: -2px;
    display: inline-block;
}
.banner-wrapper .left-wrap .icon-bttn {
    margin-left: 20px;
    line-height: 58px;
    display: inline-block;
    position: relative;
}
@media only screen and (max-width: 576px) {
    .banner-wrapper .left-wrap .icon-bttn {
        line-height: 30px;
        right: 20px;
        position: absolute;
        bottom: 50px;
    }
}
.banner-wrapper .left-wrap .icon-bttn:hover .share-icons {
    display: block;
}
.banner-wrapper .left-wrap .icon-bttn i {
    font-size: 20px;
}
.banner-wrapper .left-wrap .icon-bttn .share-icons {
    display: none;
    background-color: #eee;
    border-radius: 4px;
    position: absolute;
    width: 130px;
    right: -130px;
    margin-left: 30px;
    top: 0;
    height: 58px;
    padding: 5px 10px;
}
.banner-wrapper .left-wrap .icon-bttn .share-icons i {
    color: #999;
    margin-right: 15px;
    font-size: 22px;
}
.banner-wrapper .right-wrap {
    flex: 0 0 55%;
    max-width: 55%;
    position: relative;
    height: 100%;
    background-size: cover;
}
@media only screen and (max-width: 576px) {
    .banner-wrapper .right-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.banner-wrapper .right-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, #211813, transparent);
}
.banner-wrapper .right-wrap video {
    height: 500px;
}
@media only screen and (max-width: 576px) {
    .banner-wrapper .right-wrap video {
        height: 250px;
    }
}
.banner-wrapper .slide-wrapper {
    padding: 0 50px 30px;
    background-color: #211813;
    border-radius: 0 0 7px 7px;
    position: relative;
}
.banner-wrapper .slide-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 50px;
    background: linear-gradient(to top, #211813, transparent);
}
@media (max-width: 576px) {
    .banner-wrapper .slide-wrapper,
    .slide-wrapper .slide-one .slide-content .tag,
    .slide-wrapper .slide-one .slide-content p,
    .banner-wrapper .left-wrap a {
        display: none;
    }

    .owl-nav {
        top: -63px;
        right: 100px;
    }

    .slide-wrapper .slide-slider-full,
    .category-slider,
    .slide-wrapper .slide-slider {
        width: 130%;
    }

    .banner-wrapper .left-wrap div.icon-bttn {
        right: 25%;
    }

    .banner-wrapper .owl-dots {
        display: none;
    }
}
/* Price .about-membership.html*/
.snip1214 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #000000;
    text-align: center;
    font-size: 16px;
    width: 100%;
    max-width: 1000px;
    margin: 10px 10px;
}
.snip1214 .plan {
    margin: 0;
    width: 100%;
    position: relative;
    float: left;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.snip1214 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.snip1214 header {
    position: relative;
}
.snip1214 .plan-title {
    position: relative;
    top: 0;
    font-weight: 800;
    padding: 5px 15px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    background-color: #222f3d;
    color: #ffffff;
    text-transform: uppercase;
}
.snip1214 .plan-cost {
    padding: 0px 10px 20px;
}
.snip1214 .plan-price {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    font-size: 2.4em;
    color: #34495e;
}
.snip1214 .plan-type {
    opacity: 0.6;
}
.snip1214 .plan-features {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: outside none none;
    font-size: 0.8em;
}
.snip1214 .plan-features li {
    border-top: 1px solid #d2d7e2;
    padding: 10px 5%;
}
.snip1214 .plan-features li:nth-child(even) {
    background: rgba(0, 0, 0, 0.08);
}
.snip1214 .plan-features i {
    margin-right: 8px;
    opacity: 0.4;
}
.snip1214 .plan-select {
    border-top: 1px solid #d2d7e2;
    padding: 10px 10px 0;
}
.snip1214 .plan-select a {
    background-color: #222f3d;
    color: #ffffff;
    text-decoration: none;
    padding: 0.5em 1em;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
}
.snip1214 .plan-select a:hover {
    background-color: #46627f;
}
.snip1214 .featured {
    margin-top: -10px;
    background-color: #34495e;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.snip1214 .featured .plan-title,
.snip1214 .featured .plan-price {
    color: #ffffff;
}
.snip1214 .featured .plan-cost {
    padding: 10px 10px 20px;
}
.snip1214 .featured .plan-features li {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.snip1214 .featured .plan-select {
    padding: 20px 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
    .snip1214 .plan {
        width: 90%;
    }
    .snip1214 .plan-title,
    .snip1214 .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .snip1214 .plan-cost,
    .snip1214 .featured .plan-cost {
        padding: 20px 10px 20px;
    }
    .snip1214 .plan-select,
    .snip1214 .featured .plan-select {
        padding: 10px 10px 10px;
    }
    .snip1214 .featured {
        margin-top: 0;
    }
}
@media only screen and (max-width: 440px) {
    .snip1214 .plan {
        width: 100%;
    }
}
/* Price .about-membership.html END */
/*----------------------------------*/
/* Mobil cihazlar için stil kurallari */
@media (max-width: 576px) {
    /*list-with-right-sidebar,one cikan ilanlar */
    .imgvh{
        height: 48vh !important;
    }
    /*list-with-right-sidebar,default+featured */
    .imgmaxhvh{
        max-height: 65vh !important;
    }
    /*single-property,detail */
    .imgsingledetay{
        height: 40vh !important;
    }
    /*index.html*/
    .imgindex{
        height: 40vh !important;
    }
}
/* Tabletler için stil kuralları */
@media (min-width: 577px) and (max-width: 991px) {
    /*list-with-right-sidebar,one cikan ilanlar */
    .imgvh{
        height: 60vh !important;
    }
    /*list-with-right-sidebar,default+featured */
    .imgmaxhvh{
        max-height: 65vh !important;
    }
    /*single-property,detail */
    .imgsingledetay{
        height: 40vh !important;
    }
    /*index.html*/
    .imgindex{
        height: 40vh !important;
    }
}
/* Büyük ekranlar için stil kuralları */
@media (min-width: 992px) {
    /*list-with-right-sidebar,one cikan ilanlar */
    .imgvh{
        height: 38vh !important;
    }
    /*list-with-right-sidebar,default+featured */
    .imgmaxhvh{
        height: 34vh !important;
    }
    /*single-property,detail */
    .imgsingledetay{
        height: 35vh !important;
    }
    /*index.html*/
    .imgindex{
        height: 35vh !important;
    }
}

/*-----------------------------------*/
/*----------- HEADER  MAPS ----------*/
/*-----------------------------------*/
.header-map.google-maps {
    background: #e1e5f1;
    padding: 0;
    height: 755px;
    position: static;
}

.header-map.google-maps .container {
    position: static;
}

#map-canvas {
    width: 100%;
    height: 755px;
    position: absolute;
    z-index: 0;
}

.info-box-img {
    width: 180px;
    margin-right: 20px;
    float: left;
}

.info-box p {
    color: black;
}

.header-map.google-maps.horizontal,
.header-map.google-maps.horizontal #map-canvas {
    height: 600px;
    position: static;
}

.map-leaflet-wrapper,
.map-google-wrapper {
    position: absolute;
}

#map-leaflet,
#map-google {
    width: 100%;
    height: 755px;
    position: absolute;
    z-index: 0;
}

.map-pull-top #map-leaflet,
.map-pull-top #map-google {
    margin-top: -180px;
}

#map-leaflet.full,
#map-google.full {
    display: table;
    height: 100%;
    width: 100%;
}

.map-marker {
    height: 50px;
    width: 50px;
}

.leaflet-div-icon,
.map-marker {
    background-color: #274abb;
    border: 5px solid #274abb;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    z-index: 10;
}

.leaflet-div-icon:before,
.map-marker:before {
    border: 4px solid transparent;
    border-width: 10px 8px;
    border-top-color: #274abb;
    bottom: -24px;
    height: 0;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 11;
}

.leaflet-div-icon:after,
.map-marker:after {
    background-color: #fff;
    border-radius: 50%;
    bottom: 0;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12;
}

.leaflet-div-icon .fa,
.map-marker .fa {
    color: #000;
    font-size: 23px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 13;
}

.leaflet-div-icon:hover,
.map-marker:hover {
    top: -2px;
}

.map-popup-content-wrapper {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    display: none;
    left: -100px;
    top: -210px !important;
    position: absolute;
    z-index: 9999;
}

.map-popup-content-wrapper:after {
    border: 7px solid transparent;
    border-top-color: #fff;
    bottom: -14px;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

.map-popup-content-wrapper,
.leaflet-popup-content-wrapper {
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 240px;
}

.map-popup-content,
.leaflet-popup-content {
    background-color: #fff;
    height: 243px;
    margin: 0 0 8px 0;
    padding: 0;
}

.leaflet-popup-tip {
    width: 17px;
    height: 1px;
    padding: 1px;
    margin: -1px auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.map-popup-content a:hover,
.leaflet-popup-content a:hover {
    text-decoration: none;
}

.map-popup-content-wrapper .close {
    color: #fff;
    display: block;
    font-size: 11px;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    text-shadow: none;
    z-index: 99999;
}

.listing-window-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 180px;
    position: relative;
}

.listing-window-image:after {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    visibility: hidden;
    z-index: 100;
}

.listing-window-image:before {
    -webkit-font-smoothing: antialiased;
    background-color: #274abb;
    border-radius: 50%;
    color: #fff;
    /*content: '\f002';*/
    content: '\f35d';
    display: block;
    font-family: 'Font Awesome 5 Pro', serif;
    height: 32px;
    left: 50%;
    line-height: 30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    visibility: hidden;
    width: 32px;
    z-index: 101;
}

.map-popup-content-wrapper:hover .listing-window-image:before,
.map-popup-content-wrapper:hover .listing-window-image:after,
.leaflet-popup-content-wrapper:hover .listing-window-image:before,
.leaflet-popup-content-wrapper:hover .listing-window-image:after {
    opacity: 1;
    visibility: visible;
}

.listing-window-content h2,
.listing-window-content h3 {
    display: block;
    color: #323232;
}

.listing-window-content h2 {
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.5;
    margin: 8px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listing-window-content p {
    display: block;
    font-size: 1.1em;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    margin: 4px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listing-window-content h3 {
    background-color: #274abb;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    left: 15px;
    margin: 0;
    padding: 4px 8px;
    position: absolute;
    top: 15px;
}

.marker-cluster-small {
    background-color: rgba(39, 74, 187, 0.6);
    color: #fff;
    font-weight: 700;
}

.marker-cluster-small div {
    background-color: rgba(39, 74, 187, 0.6);
    color: #fff;
    font-weight: 700;
}

.marker-cluster-medium {
    background-color: rgba(39, 74, 187, 0.6);
    color: #fff;
    font-weight: 700;
}

.marker-cluster-medium div {
    background-color: rgba(39, 74, 187, 0.6);
    color: #fff;
    font-weight: 700;
}

.marker-cluster-large {
    background-color: rgba(39, 74, 187, 0.6);
    color: #fff;
    font-weight: 700;
}

.marker-cluster-large div {
    background-color: rgba(39, 74, 187, 0.6);
}
/* Custom */
.mymap-div-span{
    color: #0b0b0b;
    font-weight: bold;
    font-size: small;
    width: 140px !important;
    background-color: white;
    border-radius: 5px;
    opacity: 0.75;
}
.mymap-div-image{
    width: 30px !important;
}
/*-----  HEADER  MAPS END ------*/