* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}
a, a:hover, a:focus {
    text-decoration: none;
    color: initial;
}
#page {
	background-color:#BDD9FB;	
}
.sk-grid {
    width:100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
}
.columns {
    clear: both;
}
.columns::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#page > .columns {
    display: flex;
    flex-wrap: wrap;
}
.bold {
	font-weight: bold;
}
.allborder {
	background-color:white;
}
.visible-mobile {
	display:none;
}
textarea {
	width:100%;
	border-radius: 0;
	background:white;
	box-shadow:none;
	border: 1px solid black;
}
select {
    border-radius: 0;
	background:white;
	box-shadow:none;
	border: 1px solid black;
}
input {
	border-radius: 0;
	background:white;
	box-shadow:none;
	border: 1px solid black;
}
.pagetitle {
    overflow: hidden;
}
/*Screen*/
.screen-5 {
	width:5%;
	float:left;
}
.screen-10 {
	width:10%;
	float:left;
}
.screen-15 {
	width:15%;
	float:left;
}
.screen-20 {
	width:20%;
	float:left;
}
.screen-25 {
	width:25%;
	float:left;
}
.screen-30 {
	width:30%;
	float:left;
}
.screen-33 {
	width:33.33%;
	float:left;
}
.screen-35 {
	width:35%;
	float:left;
}
.screen-40 {
	width:40%;
	float:left;
}
.screen-45 {
	width:45%;
	float:left;
}
.screen-50 {
	width:50%;
	float:left;
}
.screen-55 {
	width:55%;
	float:left;
}
.screen-60 {
	width:60%;
	float:left;
}
.screen-65 {
	width:65%;
	float:left;
}
.screen-66 {
	width:66.66%;
	float:left;
}
.screen-70 {
	width:70%;
	float:left;
}
.screen-75 {
	width:75%;
	float:left;
}
.screen-80 {
	width:80%;
	float:left;
}
.screen-85 {
	width:85%;
	float:left;
}
.screen-90 {
	width:90%;
	float:left;
}
.screen-95 {
	width:95%;
	float:left;
}
.screen-100 {
	width:100%;
	clear: both;
	float: none;
}
@media screen and (min-width:501px) and (max-width:750px) {
/*Screen*/
.tablet-5 {
	width:5%;
	float:left;
}
.tablet-10 {
	width:10%;
	float:left;
}
.tablet-15 {
	width:15%;
	float:left;
}
.tablet-20 {
	width:20%;
	float:left;
}
.tablet-25 {
	width:25%;
	float:left;
}
.tablet-30 {
	width:30%;
	float:left;
}
.tablet-33 {
	width:33.33%;
	float:left;
}
.tablet-35 {
	width:35%;
	float:left;
}
.tablet-40 {
	width:40%;
	float:left;
}
.tablet-45 {
	width:45%;
	float:left;
}
.tablet-50 {
	width:50%;
	float:left;
}
.tablet-55 {
	width:55%;
	float:left;
}
.tablet-60 {
	width:60%;
	float:left;
}
.tablet-65 {
	width:65%;
	float:left;
}
.tablet-66 {
	width:66.66%;
	float:left;
}
.tablet-70 {
	width:70%;
	float:left;
}
.tablet-75 {
	width:75%;
	float:left;
}
.tablet-80 {
	width:80%;
	float:left;
}
.tablet-85 {
	width:85%;
	float:left;
}
.tablet-90 {
	width:90%;
	float:left;
}
.tablet-95 {
	width:95%;
	float:left;
}
.tablet-100 {
	width:100%;
	clear: both;
	float: none;
}
}
@media screen and (max-width:500px) {
/*Screen*/
.phone-5 {
	width:5%;
	float:left;
}
.phone-10 {
	width:10%;
	float:left;
}
.phone-15 {
	width:15%;
	float:left;
}
.phone-20 {
	width:20%;
	float:left;
}
.phone-25 {
	width:25%;
	float:left;
}
.phone-30 {
	width:45%;
	float:left;
}
.phone-33 {
	width:33.33%;
	float:left;
}
.phone-35 {
	width:35%;
	float:left;
}
.phone-40 {
	width:40%;
	float:left;
}
.phone-45 {
	width:45%;
	float:left;
}
.phone-50 {
	width:50%;
	float:left;
}
.phone-55 {
	width:55%;
	float:left;
}
.phone-60 {
	width:60%;
	float:left;
}
.phone-65 {
	width:65%;
	float:left;
}
.phone-66 {
	width:66.66%;
	float:left;
}
.phone-70 {
	width:70%;
	float:left;
}
.phone-75 {
	width:75%;
	float:left;
}
.phone-80 {
	width:80%;
	float:left;
}
.phone-85 {
	width:85%;
	float:left;
}
.phone-90 {
	width:90%;
	float:left;
}
.phone-95 {
	width:95%;
	float:left;
}
.phone-100 {
	width:100%;
	clear: both;
	float: none;
}
}
/*Login*/
#formlogin {
	display:flex;
	flex-wrap:wrap;
}
/*Header*/
#header > .columns {
    display: flex;
    flex-wrap: wrap;
}
.logo {
	position:relative;
	background-color: #f8931d;
}
.logo img {
    width: 100%;
}
.header-form {
	background-image:url(images/searchbg1.jpg);
	background-size: cover;
}
.main-menu {
	background: linear-gradient(#fee119 50%,#7b6a00);
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5.5px 0px;
}
.header-form form > .columns {
    padding: 1px 0;
}
.menu-icons-inside {
    position: absolute;
    text-align: center;
    right: 0;
    cursor: pointer;
    z-index: 2;
    padding: 0;
    margin: 5px 0;
    display: none;
}
.menu-icon {
    position: relative;
    color: #000;
    float: right;
    height: 26px;
    margin-right: 0;
    display: inline-block;
	margin-right: 5px;
}
.menu-icon-create {
    display: inline-block;
    width: 30px;
    height: 2px;
    position: relative;
    top: 12px;
    vertical-align: bottom;
    background: #000;
    white-space: nowrap;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    float: left;
}
.menu-icon-create::after, .menu-icon-create::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    height: 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
    left: 0;
    background: #000;
}
.menu-icon-create::before {
    top: -8px;
}
.menu-icon-create::after {
    top: 8px;
}
.menu-icon.opened .menu-icon-create {
    background: none;
}
.menu-icon.opened .menu-icon-create::before {
    top: 100%;
    -webkit-transform: rotate(-48deg) translate(2px,0);
    -moz-transform: rotate(-48deg) translate(2px,0);
    -ms-transform: rotate(-48deg) translate(2px,0);
    -o-transform: rotate(-48deg) translate(2px,0);
    transform: rotate(-48deg) translate(2px,0);
}
.menu-icon.opened .menu-icon-create::after {
    -webkit-transform: rotate(45deg) translate(0,1px);
    -moz-transform: rotate(45deg) translate(0,1px);
    -ms-transform: rotate(45deg) translate(0,1px);
    -o-transform: rotate(45deg) translate(0,1px);
    transform: rotate(45deg) translate(0,1px);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
/*Submenu*/

#menu-nav > ul {
	display: flex;
    list-style-type: none;
	padding: 0;
	margin: 0;
	justify-content: center;
}
#menu-nav > ul > li:nth-child(2n) {
	padding:0 5px;
}
ul.submenu {
    display: none;
    position: absolute;
    list-style-type: none;
    padding: 0;
    margin: 0;
	background-color: rgb(249, 161, 55);
	text-align: left;
	padding: 0 5px;
}
ul.submenu > li {
	padding:2px;
}
ul.submenu > li > a {
	color: #333333;
}
ul.submenu > li >a:hover {
	color:black;
}
@media screen and (min-width:750px) {
#menu-nav > ul > li:hover > a + ul {
    display: block;
}
}
/*Home*/
.home_cont {
    padding: 20px 5px;
}
.home_title {
    margin-top: 0;
}
.index-top .screen-70 {
    padding: 10px;
}
.index-box {
	border-radius:10px;
}
.index-box.allborder {
	-webkit-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);
}
.columns.results-index > div {
    padding: 0 10px;
}
.result-index-item {
	background-image: url(images/feat.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 10px 0;
    height: 160px;
    margin-bottom: 20px;
    border-radius: 10px;
	-webkit-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);
    background-position: center;
}
.index-bottom {
	display: flex;
    flex-wrap: wrap;
}
.index-bottom > div {
    padding: 0 10px;
}
.index-bottom .index-box.allborder {
	height:100%;
}
/*Results*/
.results_cont {
	padding:5px 20px;
}
.results_bed_bath {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding: 10px 0;
}
.results_bed_bath > div {
	padding:0 5px;
}
.results_bed_bath > div > img {
    vertical-align: middle;
}
.single_result {
	max-width:645px;
	width:100%;
	margin:auto;
	border:1px solid black;
	border-radius:10px;
	background-color: #f0f5fb;
    margin-bottom: 10px;
    padding: 5px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	display: flex;
    flex-wrap: wrap;
}
.result_image {
    display: flex;
    justify-content: center;
    align-items: center;

}
.result_text {
    text-align: left;
}
/*Publish*/
.publish-cont {
    padding: 15px;
}
.propety-info {
	background-color:white;
	width:98%;
}
.propety-info-title {
	background-image:url(images/menubgmaino.jpg);
	padding: 3px 0px;
}
.propety-info .welcome_text {
    padding-left: 2px;
}
.propety-info-empty {
    height: 10px;
}
.property-images {
	width:98%;
}
.property-images #dynloadarea {
    margin-bottom: 3px;
}
.property-box {
	background-color:white;
	margin-top:15px;
	padding-bottom: 15px;
}
.publish-box-text {
	padding:3px;
}
.useful-tools {
	padding:3px;
	max-width: 635px;
    margin: auto;
}
.useful-tools img {
	vertical-align:middle;
}
.allborder.property-box, .propety-info.allborder {
    padding: 0;
}
/*Print*/
#print .allborder {
    padding: 0;
}
#print .propety-info-title {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
}
.print-right {
    padding-left: 10px;
}
.print-image {
	min-height: 300px;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.print-right .allborder {
    margin-bottom: 20px;
}
/*Tell a Friend*/
#tell-friend {
	padding:0;
	max-width:350px;
	margin:auto;
	width:100%;
}
/*Arrange an appointmet*/
.appointment_cont {
    padding: 20px;
}
.allborder.appointment {
    padding: 0;
}
.appointment_cont .feat {
	background-color:#E89535;
	padding: 3px 0;
}
.appointment_cont .columns {
    padding: 5px 15px;
}
/*Property Enquire*/
#property-enquire {
    max-width: 750px;
    margin: auto;
    width: 100%;
}
#property-enquire form > div {
    margin: 10px 0;
}
/*Currency Pop Up*/
.currency_pop_up {
	max-width:500px;
	width:100%;
	margin:auto;
}
.currency_pop_up p {
	white-space: normal;
}
/*Currency Convertor*/
#currency-form, .paragraph_cont {
	max-width:500px;
	width:100%;
	margin: 15vh auto;
}
#currency-form form {
    padding: 5px;
}
.currecy_col {
	margin: 10px 0;
	text-align: center;
}
.columns.currecy_col .screen-50 strong {
    display: block;
}
/*Feature Items*/
#feature_items {
    padding: 5px 0;
	background-color: #1893cf;
	-webkit-box-shadow: -5px 0px 5px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 0px 5px -3px rgba(0,0,0,0.75);
	box-shadow: -5px 0px 5px -3px rgba(0,0,0,0.75);
	background-size:100%;
	height: 100%;
}
.feature_item hr {
	margin: 5px 0;
}
.feature_list {
	padding:3px;
}
img.feat {
    border: 1px solid white;
    width: 100%;
}
.paragraph_cont, .director_par_cont, .mission_par_cont, #contact_form, .buy_prop.allborder, .investment.allborder, .allborder, .allborder .picborder {
	padding:5px;
}
/*Mission*/
.mission_par_cont {
    margin: 10px;
}
/*Director Profile*/
.director_cont {
	max-width:500px;
	width:100%;
	margin: 10vh auto;
}
.allborder.director_par_cont:last-child {
    margin-top: 20px;
}
/*Advanced Search*/
.advance_cont {
    padding: 15px;
}
#propsearch > .columns {
    padding: 5px 0;
}
.adv_prices {
	white-space: nowrap;
}
#advanced_mls {
    margin-top: 20px;
}
/*Map Search*/
.map_cont {
    padding: 0 5px;
}
.map_search.desc, #all_locations {
    margin-bottom: 20px;
}
#all_locations {
    display: flex;
    flex-wrap: wrap;
}
#all_locations .screen-40 {
	display: flex;
    align-items: center;
    text-align: center;
}
.map_bottom {
	text-align:right;
}
input[name="Submit2"] {
	margin-top:10px;
}
/*Find Me Property*/
.find_property_cont {
    max-width: 430px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
    margin-bottom: 20px;
}
.find_property.desc {
    padding: 0 15px;
}

.allborder.find_property, .list_property.allborder {
    font-weight: bold;
	padding: 0;
}
.find_property.title {
	background-color:#E89535;
	color: #FFFFFF; 
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
	margin-bottom: 3px;
}

.allborder.find_property > .columns {
	padding: 0 10px;
    margin-bottom: 5px;
}
/*List my Property*/
.list_prop_cont {
    padding: 20px;
}
.list_property.allborder > .columns {
    padding: 5px 15px;
}
.list_property.allborder > .columns > .screen-40 {
    padding-top: 4px;
	padding-right: 5px;
}
.list_property.allborder > .columns > .screen-30 {
    padding-top: 5px;
}
/*Mortgage Caculator*/
.mortgage_cont {
    padding: 50px 20px;
}
.mortgage .input {
	padding:5px 0;
}
.mortgage_cont .picborder .columns {
	padding: 10px 0;
}
/*Metric Convertor*/
.metric_cont {
    padding: 20vh 20px;
}
.metric.allborder {
    padding-bottom: 20px;
}
input[name="convertBtn"] {
	margin-top:10px;
}
/*Cyprus Info Facts*/
.page_cont {
    padding: 0 20px;
	padding-bottom: 20px;
}
.page_cont .allborder > .columns > .screen-20 {
    text-align: right;
}
/*Investment*/
.investment_cont {
    padding: 20vh 20px;
}
/*Buy Property In Cyprus*/
.buy_prop_cont {
    padding: 15px;
	padding-top: 0;
}
/*Tourism*/
.tourism_cont {
    padding: 30px 10px;
}
/*Sitemap*/
.sitemap_cont {
    padding: 10vh 20px;
}
/*City Property*/
.pagetitle.city, .pagetitle.faqs {
	padding:5px;
}
.city_cont {
    padding: 20px;
}
.city_property.allborder ul {
    padding-left: 15px;
}
/*Contact Us*/
.contact_cont {
    max-width: 450px;
    margin: auto;
}
.contact_top {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}
#contact_form .feattext.pxblack {
    text-align: center;
}
#contact_form .columns.pxblack {
    margin: 5px 0;
}
.feattext textarea {
	width:100%;
}
/*Info*/
.allborder.info, .pagetitle.info {
    margin: 0 15px;
}

/*Footer*/
#footer {
    color: black;
}
.columns.footer-top {
   	background: linear-gradient(#fee119 50%,#7b6a00);
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-repeat:no-repeat;
	padding: 3.5px;
}
.columns.footer-top .left img {
	width:30px;
	height:auto;
	vertical-align:middle;
}
/*Terms*/
.terms.pagetitle {
	padding:0 10px;
	padding-top: 8px;
}
.terms_cont {
	padding: 10px;
}

/*Responisive*/
@media screen and (max-width:750px) {
/*All*/
html, body {
	overflow-x: hidden;
}
.header-form {
	padding-top: 10px;
	padding-left:15px;
	padding-right:15px;
}
.hidden-tablet {
	display:none;
}
#page > .columns > .screen-75 {
    padding: 0 15px;
	padding-top: 10px;
}
#currency-form, .paragraph_cont, .director_cont, .mission_par_cont, .sitemap_cont, .investment_cont {
    margin: 15px auto;
}
.page_cont {
    padding: 0 15px;
	padding-bottom: 15px;
}
input {
    width: 100%;
}
input.button {
    width: auto;
    display: inline-block;
	border-radius: 0;
}
input[value="yes"], input[value="no"]{
	width:auto;
}
/*Header*/
#header #Submit {
    display: block;
    margin-top: 10px;
}
.header-form #quicksearch > div:last-child {
    padding: 10px 0;
}
.menu.main-menu {
    padding: 0; 
	min-height: 40px;
	position: relative;
}
.menu-icons-inside {
    display: block;
}
.menu-nav {
	display:none;
}
.menu-nav a { 
	display:block;
	padding: 10px 0;
	border-bottom:1px solid;
	
}
.menu-nav li:last-child a { 
	border-bottom: none;
}
.menu-nav.showmenu, #menu-nav > ul  {
	display:block;
}
#menuContainer div  {
    width: 100% !important;
}
ul.submenu {
    position: relative;
	text-align:center;
	padding: 0;
}
#menuContainer > div {
	margin-top: 20px;
	text-align: center;
	left: 0 !important;
}
#menuContainer > div div {
	position: unset !important;	
}
#menuContainer > div > div > div > div {
	height: auto !important;
}
#menuContainer > div > div > div > div > div {
	padding:10px 0;
	border-bottom: 1px solid;
}
#menuContainer > div > div > div > div > div:last-child {
    display: none;
}
a.showsubmenu + ul {
	display:block;
}
/*Advance Search*/
#advanced_search .columns > .screen-50:last-child {
	margin-bottom:10px;
}
#advanced_search .columns .screen-50 {
    text-align: left;
}
/*Find Property*/
.allborder.find_property > .columns .screen-20 {
	text-align: left;
}
/*List My Property*/
.list_property.allborder > .columns > div {
    text-align: left;
}
/*Currency Convertor*/
.columns.currecy_col .screen-50 {
    margin-bottom: 10px;
}
/*Mortgage Calculator*/
.mortgage_cont .picborder div, .mortgage_cont .picborder div p {
    text-align: center;
}
/*Metric Convertor*/
.metric_cont .columns .screen-50 {
	margin-bottom:10px;
	text-align:center;
}
/*Cyprus Info Facts*/
.page_cont .allborder > .columns > .screen-20 {
    text-align: center;
}
/*Investments*/
.investment_cont, .buy_prop_cont, .tourism_cont, .faqs.page_cont, .metric_cont, .mortgage_cont, .advance_cont, .map_cont, .list_prop_cont, .terms_cont, .appointment_cont, .city_cont, .find_property.desc, .find_property_cont {
	padding:0;
	padding-bottom:15px;
}
/*Side*/
#feature_items img.feat {
    width: 58px;
}
#feature_items table.feat tr:nth-child(2n+1) td:last-child {
    display: none;
}
/*Sitemap*/
.sitemap_cont {
	padding:0;
} 
/*City Pages*/
.pagetitle.city {
	padding:0;
}
/*Results*/
.results_cont {
    padding: 15px;
}
.result_text {
    padding-left: 10px;
}
.result_text strong {
    display: block;
}
/*Print*/
#print {
    padding: 0 15px;
}
/*Arrange Appointment*/
.appointment_cont .columns > .screen-30 div {
    text-align: left;
}
/*Mortgage Pop Up*/
.currency_pop_up.allborder .columns > .screen-66 input {
    width: auto;
}
/*Property Enquire*/
#property-enquire {
	padding:0 15px;
}
/*Contact*/
.contact_cont {
	padding-bottom:15px;
}
/*Footer*/
.footer-top > div {
	text-align:center;
}
.footer-top .left span {
	display:block;
	padding: 5px 0;
}
/*Terms*/
.terms.pagetitle {
    padding: 10px 0;
    padding-top: 5px;
}
}
@media screen and (max-width:500px) {
/*All*/
.visible-mobile {
	display:block;
}
.hidden-mobile {
	display:none;
}
/*Header*/
#header #quicksearch .columns > .left > div {
	text-align:left;
	margin-top: 10px;
}
.logo > div {
	width:40%;
}
.logo > div img {
	height:auto;
}
/*Home*/
.index-bottom .left {
	margin-bottom:20px;
}
h1 {
	font-size:16px;
}
/*Side*/
#feature_items img.feat {
    height: auto;
}
/*Results*/
.result_text {
    padding-left: 0;
}
/*Publish*/
.propety-info {
    width: 100%;
	margin-bottom:20px;
}
.property-images {
    width: 100%;
}
/*Print*/
.print-right {
    padding-left: 0;
}
/*Currency Pop Up */
.currency_pop_up.allborder .screen-50 {
    margin-bottom: 10px;
}
/*Mortgage Pop Up*/
.currency_pop_up.allborder .columns  p {
    text-align:center;
}
/*Property Enquire*/
#property-enquire .columns > .screen-50, #property-enquire .columns > .screen-50 div {
    text-align: center;
}
/*Footer*/
.footer-top > div {
	text-align:center;
}
}





