<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --gdcolor: #bc0919;
}

.bold {
    font-weight: bold;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.odz-debug {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fef4d0;
    border-radius: 5px;
    border: 2px solid navy;
    z-index: 999999999;
    padding: 5px;
    margin: 5px;
    -webkit-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
    overflow: hidden;
    cursor: pointer;
}

.odz-debug-active {
    width: 10px;
    height: 10px;
    color: red;
    background-color: red;
}

.img-box {
    height: 250px;
}

.csm-trigger {
    top: 20%;
}

#cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
}

    #cookie-notice a:link,
    #cookie-notice a:hover,
    #cookie-notice a:visited,
    #cookie-notice a:active {
        color: white;
        text-decoration: underline;
    }

.cookie-notice-container {
    padding: 10px;
}

.cn-top {
    top: 0;
}

.cn-bottom {
    bottom: 0;
}

#cookie-notice .button {
    margin-left: 10px;
}

    #cookie-notice .button.wp-default {
        font-family: sans-serif;
        line-height: 18px;
        padding: 2px 12px;
        background: linear-gradient(to bottom, #fefefe, #f4f4f4) repeat scroll 0 0 #f3f3f3;
        border-color: #bbb;
        color: #333;
        text-shadow: 0 1px 0 #fff;
        -moz-box-sizing: border-box;
        border-radius: 3px 3px 3px 3px;
        border-style: solid;
        border-width: 1px;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        font-style: normal;
        text-decoration: none;
        white-space: nowrap;
        outline: none;
    }

        #cookie-notice .button.wp-default:hover,
        #cookie-notice .button.wp-default:focus {
            background: linear-gradient(to bottom, #ffffff, #f3f3f3) repeat scroll 0 0 #f3f3f3;
            border-color: #999999;
            color: #222222;
        }

    #cookie-notice .button.bootstrap {
        font-family: sans-serif;
        display: inline-block;
        display: inline;
        margin-right: 0.3em;
        margin-bottom: 0;
        margin-left: 0.3em;
        line-height: 20px;
        color: #333333;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        font-style: normal;
        vertical-align: middle;
        cursor: pointer;
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #006dcc;
        background-color: #0044cc;
        background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
        background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#0088cc), to(#0044cc) );
        background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
        background-image: -o-linear-gradient(top, #0088cc, #0044cc);
        background-image: linear-gradient(to bottom, #0088cc, #0044cc);
        background-repeat: repeat-x;
        border-style: solid;
        border-width: 1px;
        border-color: #0044cc #0044cc #002a80;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        padding: 2px 40px;
        font-size: 12px;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        outline: none;
    }

        #cookie-notice .button.bootstrap:hover,
        #cookie-notice .button.bootstrap:focus {
            color: #ffffff;
            background-color: #0044cc;
            *background-color: #003bb3;
            background-position: 0 -15px;
            -webkit-transition: background-position 0.1s linear;
            -moz-transition: background-position 0.1s linear;
            -o-transition: background-position 0.1s linear;
            transition: background-position 0.1s linear;
        }


.rememberme input {
    height: auto;
}

.boldInfo {
    font-weight: bold;
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background-color: #bc0919;
    color: white;
    border: none;
    border-radius: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    max-height: fit-content;
    min-height: 51px;
    line-height: 29px;
    padding: 0 20px;
    outline: none;
    font-size: 15px;
    color: #808080;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    background-color: #fcfcfc;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: auto;
    line-height: 27px;
    margin-top: 12px;
    min-width: auto;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"],
.chosen-container-multi .chosen-choices {
    height: auto;
    min-height: 51px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 12px;
}


.fs-map-button-clear {
    float: right;
    margin-top: 6px;
}

.pagination ul li a, .pagination-next-prev a {
    cursor: pointer;
}

/*.fs-inner-container, .fs-inner-container:first-child {
	width: 50%;
}
*/
/*@media screen and (max-width: 992px) {

	.fs-inner-container, .fs-inner-container:first-child {
		width: 100%;
	}
}*/

.odz-map-label {
    background-color: #bc0919;
    color: white !important;
    font-weight: bold;
    padding: 1px 3px;
    border-radius: 6px;
    top: 58px;
    left: 20px;
    position: relative;
}


.checkboxes input[type=checkbox]:checked ~ label:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #66676b;
    border: 2px solid transparent;
    transition: border-color 0s;
}

.odz-bomo-prj {
    display: block;
    width: 100%;
    height: 287px;
    border-radius: 10px;
    margin: 20px 0;
    color: #FFFFFF;
}

.odz-bomo-prj-bomo {
    background: url(https://gdcdn.grekodom.com/userfiles/grekodom/bomo-prj.jpg) 0 0 no-repeat;
}

.odz-bomo-prj-visa {
    background: url(https://gdcdn.grekodom.com/userfiles/Grekodom/imgs/490717444.jpg) 0 0 no-repeat;
}

.odz-bomo-prj:hover {
    text-decoration: none;
}

.odz-bomo-prj .odz-bomo-prj-container {
    background: rgba(39,62,84,0.65);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    padding: 30px;
}

    .odz-bomo-prj .odz-bomo-prj-container .odz-bomo-prj-text {
        overflow: hidden;
        height: 100%;
        padding: 20px;
        border: 3px solid white;
    }

.odz-bomo-prj h3 {
    font-size: 3em;
}

.odz-bomo-prj h3, .odz-bomo-prj span {
    color: #FFFFFF;
    font-weight: bolder;
    text-shadow: 0px 2px 2px #333333;
}

.odz-bomo-bg {
    background-image: url('/userfiles/Grekodom/bomo-bg.jpg');
    background-position: 0% 50%;
    background-repeat: no-repeat;
}

#odzSvg circle:hover, #odzSvg rect:hover {
    opacity: 0.7;
}

#odzSvg text {
    font-weight: bold;
    font-size: large;
}

#odzSvg a {
    text-decoration: none;
}

.clearboth {
    clear: both;
    float: none;
    display: block;
}

.main-search-form {
    width: auto;
}

ul.top-bar-menu-lang {
    display: flex;
    /*flex-direction: row-reverse;*/
    justify-content: flex-end;
}

.top-bar-menu-lang .top-bar-dropdown .options {
    right: 0;
}

.top-bar-menu-lang .top-bar-dropdown .arrow {
    left: auto;
    right: 18px;
}

ul.footer-links {
    width: 100%;
}

.flip-banner {
    z-index: 199;
}

.social-odz-icons {
    list-style: none;
}

    .social-odz-icons li {
        display: inline;
    }

.agents-listing li{
    list-style: none;
}


.agent-contact-details {
    padding: 18px 20px;
}

.fs-inner-container {
    float: none;
    width: 49%;
}
.fs-inner-container:first-child {
    float: none;
    width: 50%;
}

@media (max-width: 992px) {
    .fs-inner-container:first-child, .fs-inner-container {
        width: 100%;
    }
}


/*Site search backgrounds*/
.background1 { background-image: url("/Images/GrDom/searchBackgrounds/background (1).jpg"); }
.background2 { background-image: url("/Images/GrDom/searchBackgrounds/background (2).jpg"); }
.background3 { background-image: url("/Images/GrDom/searchBackgrounds/background (3).jpg"); }
.background4 { background-image: url("/Images/GrDom/searchBackgrounds/background (4).jpg"); }
.background5 { background-image: url("/Images/GrDom/searchBackgrounds/background (5).jpg"); }
.background6 { background-image: url("/Images/GrDom/searchBackgrounds/background (6).jpg");}
.background7 {background-image: url("/Images/GrDom/searchBackgrounds/background (7).jpg");}
.background8 {background-image: url("/Images/GrDom/searchBackgrounds/background (8).jpg");}
.background9 {background-image: url("/Images/GrDom/searchBackgrounds/background (9).jpg");}
.background10 {background-image: url("/Images/GrDom/searchBackgrounds/background (10).jpg");}
.background11 {background-image: url("/Images/GrDom/searchBackgrounds/background (11).jpg");}
.background12 {background-image: url("/Images/GrDom/searchBackgrounds/background (12).jpg");}
.background13 {background-image: url("/Images/GrDom/searchBackgrounds/background (13).jpg");}
.background14 {background-image: url("/Images/GrDom/searchBackgrounds/background (14).jpg");}
/* Cyprus Background */
.backgroundCy1 {background-image: url("/Images/GrDom/searchBackgrounds/Cyprus/bg1.jpg");}
.backgroundCy2 {background-image: url("/Images/GrDom/searchBackgrounds/Cyprus/bg2.jpg");}
.backgroundCy3 {background-image: url("/Images/GrDom/searchBackgrounds/Cyprus/bg3.jpg");}
.backgroundCy4 {background-image: url("/Images/GrDom/searchBackgrounds/Cyprus/bg4.jpg");}
.backgroundCy5 {background-image: url("/Images/GrDom/searchBackgrounds/Cyprus/bg5.jpg");}
.backgroundCy6 {background-image: url("/Images/GrDom/searchBackgrounds/Cyprus/bg6.jpg");}
.backgroundCy7 {background-image: url("/Images/GrDom/searchBackgrounds/Cyprus/bg7.jpg");}
.backgroundCy8 {background-image: url("/Images/GrDom/searchBackgrounds/Cyprus/bg8.jpg");}

.sold-realty {
    position: fixed;
    z-index: 100;
    left: auto;
    right: auto;
}

.odz-warning {
    position: fixed;
    z-index: 100;
    left: auto;
    right: auto;
    margin: 30px;
    padding: 30px;
    font-size: 48px;
    color: white;
    background-color: rgba(206, 52, 44, 0.8);
    transform: rotate(0.98turn);
    border: 1px solid #bc0919;
    text-transform: uppercase;
}

.leaflet-control-attribution {
    display: none !important;
}


#odzmap {
    margin: 0;
    z-index: 990;
    width: 100%;
    height: 90vh;
    border: 1px solid #ccc;
}

@media (max-width: 992px) {
    #odzmap {
        height: 440px;
    }
}

.fs-inner-container {
    vertical-align: top;
}

.odz-yt-frame {
    width: 100%;
    height: 200px;
    border: 1px solid red;
    overflow: hidden;
    position: relative;
}
.odz-yt-frame {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
    .odz-yt-frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#navigation ul a.button{
    color: #FFF;
}

.leaflet-tooltip-odz {
    font-size: 16px;
    font-weight: bold;
}
.leaflet-container .listing-img-container:before, .leaflet-container .listing-img-container:after  {
    opacity: 0;
}
.leaflet-popup-content {
    margin: 12px !important;
}

.leaflet-container a{
    color: #bc0919 !important;
}
#titlebar.property-titlebar{
    background:none;
}

.property-title{
    margin-right: 350px;
}

@media (max-width: 767px) {
    .property-title {
        margin-right: 0;
    }

    .property-title h1{
        display: inline-block;
    }

    .odz-printer {
        display: none;
    }

    #top-bar {
        padding: 0 15px;
    }

}

@media (min-width: 767px) {
    .listing-img-container .like-icon, .listing-img-container .compare-button {
        opacity: 0;
    }

    .listing-img-container:hover .like-icon, .listing-img-container:hover .compare-button {
        opacity: 1;
        transition: opacity 0.4s;
    }
}

.agent-page .agent-content, .agent-page .agent-avatar, .agent-page .agent-form{
    flex: 2;
}

</pre></body></html>