@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700&subset=greek');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700&subset=greek');
/* General overrides */
body, html, a, div, span, body button, body input, body select, body textarea, h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Arial, sans-serif;
}
body{
	background-color: #f4f4f5;
	font-size: 16px;
	line-height: 1.9;
}
a{
	color: #024d99;
	position: relative;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-decoration: none;
}
a:hover{
	background-color: transparent;
	text-decoration: none;
}
label{
	font-weight: 400;
}
.navbar{
	border: medium none;
	margin-bottom: 40px;
}
.panel{
	border: medium none;
	border-radius: 0;
	box-shadow: unset;
	margin-bottom: 40px;
}
.btn{
	border-radius: 0;
}
.btn-primary {
	color: #fff;
	background-color: #024d99;
	border-color: #024d99;
}
.panel-heading{
	border-color: #f4f4f5;
}
.form-control{
	border-radius: 0;
	border-color: #f4f4f5;
}
.form-control:focus{
	/*border-color: #024d99;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(20, 56, 93,.6);*/
	border-color: #f4f4f5;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(99, 107, 111, .6);
}
.help-block{
	font-size: 14px;
}
.checkbox{
	line-height: 1.2;
}
/* AW */
.headerFlex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.payments_logo_container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	max-width: 170px;
	padding: 20px 0;
	width: 100%;
}
/* AW form Joomla Site */
.aw_custom_search_title_container h1,
#gkHeaderNav #gkExtraMenu a,
.mod-languages .select2-container--default .select2-selection--single .select2-selection__rendered,
.languageDropDown .select2-results__option,
.awHeaderText, .awAboutTitle,
.awAboutButton, .catPropertyTitle a,
.catPropertyReadMore a,
.catPropertiesTitle,
.modPropertyTitle > a,
.modPropertyReadMore a,
.modSelectedIntroText .awExtraTitle,
.modSelectedPropertiesButton a,
.box.modSubscribe .acymailing_introtext,
.propertyDetailsTitle,
.propertyDetailsBlockTitle h4,
.similarVillasMainTitle,
.relPropertyTitle a,
.whyUsMainTitle,
.whyUsSecondTitle,
.whyUsQuote p,
.whyUsThirdTitle,
.servicesMainTitle,
.aboutServiceTitle,
.awAboutPageContactUs
.contactUsTitle,
.awAboutPageContactUs
.contactUsButton a,
.forSaleMainTitle,
.forSaleQuoteInner > p,
.forSaleButton a,
.contactMainTitle,
.officesMainTitle,
.enquiryMainTitle,
.rsform-submit-button,
.awButton,
.contactInfoTitle,
.contactAddressTitle,
.awContactMenu .nav.menu li > a,
.propertyDetailsSmallDesc .openButton,
.propertyDetailsSmallDesc .closeButton,
.cd-top span,
.seeAllButton a,
.cookiesBox .rstbox-content > p,
.cookiesBox .btn.btn-primary,
.itemView h2.itemTitle,
.itemFullText .subtitle,
#MobileMenu .nav.menu li a,
#MobileMenu .nav.menu li span {
	font-family: 'Noto Serif', Arial, sans-serif;
}
.gkPage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	margin: 0 auto !important;
	max-width: 1820px;
	padding: 0 20px;
	width: 100%;
}
.ls2, .select2-selection__rendered,
.select2-results__option,
.box.modSubscribe .acymailing_form .inputbox,
#gkTopMenu .menu li {
	letter-spacing: 0.1em;
}
.ls1,
.gkMenu > ul > li > a,
.contactForm .rsform-submit-button {
	letter-spacing: 0.24em;
}
#gkFooter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	padding: 0;
	text-align: center;
}
/* AW Sticky footer START */
.aw_wrapper_outer {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.aw_wrapper,
.sticky_footer{
	float: left;
	width: 100%;
}
#gkBottom5 {
	background-color: #fbfbfb;
	float: left;
	padding: 0;
	width: 100%;
}
.moduleAWContact {
	background-color: #024d99;
	float: left;
	padding: 0;
	position: relative;
	width: 100%;
}
/* AW CONTACT FOOTER */
.moduleAWContact {
	background-color: #024d99;
	float: left;
	padding: 0;
	position: relative;
	width: 100%;
}
.moduleAWContactInner {
	float: left;
	padding: 45px 0;
	position: relative;
	width: 100%;
}
#goToTop {
	font-size: 14px;
	position: absolute;
	right: 0;
	top: -35px;
	z-index: 900;
}
.cd-top {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	display: -webkit-flex;
	display: flex;
}
.cd-top:hover {
	color: #a7adb3;
}
.awContactContainer {
	color: #a7adb3;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.awContactContainer a {
	color: #a7adb3;
}
.awContactMenu .nav.menu li > a {
	color: #a7adb3;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
}
.awContactContainer a:hover,
.awContactMenu .nav.menu li > a:hover {
	background-color: transparent;
	color: #fbfbfb;
}
.awContactBox {
	float: left;
	position: relative;
	width: 33.33%;
}
.awContactBox.awContactMenu {
	text-align: left;
}
.awContactMenu .menu li {
	margin: 0;
}
.awContactBox.awContactInfo {
	text-align: center;
}
.awContactBox.awContactAddress {
	text-align: right;
}
.contactInfoTitle,
.contactAddressTitle {
	float: left;
	font-size: 14px;
	margin: 0 0 4px;
	position: relative;
	width: 100%;
}
.contactInfo {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	width: 100%;
}
.contactInfo > div {
	float: left;
}
.contactInfo > span {
	float: left;
	margin: 0 8px;
}
.contactInfoFacebook {
	float: left;
	position: relative;
	width: 100%;
}
.cardsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.cardsContainer .cards{
    float: left;
	position: relative;
	width: auto;
}
.cardsContainer .cardLinks{
    float: left;
    position: relative;
    width: auto;
}
.awLogosItemImageHover {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	z-index: 2;
}
.cardsContainer .cards:hover .awLogosItemImageHover {
	opacity: 1;
}
.cardsContainer .cardLinks:hover .awLogosItemImageHover {
    opacity: 1;
}
#verifiedBy {
	margin: 20px 0;
}
#verifiedBy > div {
	margin: 0 5px;
}
#verifiedBy > div:first-child {
	margin-left: 0;
}
#verifiedBy > div:last-child {
	margin-right: 0;
}
#winBank {
    margin: 20px 0 50px;
}
.awLinkContainer {
	padding: 7px 0;
}
/* AW Copyrights */
#gkCopyrights {
	float: left;
	color: #a7adb3;
	margin: 10px 0;
}
#gkFooterNav {
	float: right;
	color: #a7adb3;
	margin: 10px 0;
}
#gkFooterNav p{
	margin: 0;
}
#gkFooterNav a {
	color: #a7adb3;
}
#gkFooterNav a:hover {
	color: #024d99;
}
/* MG Payments Footer */
svg:not(:root) {
	overflow: hidden;
}
svg {
	display: block;
	max-width: 100%;
}
#gkFooter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	line-height: 1.5;
	margin: 105px 0 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.moduleContainer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	width: 100%;
}
.moduleContainer .moduleContent {
	float: left;
	position: relative;
	width: 100%;
}
.modAwFooter {
	float: left;
	position: relative;
	width: 100%;
}
.awFooterContainer {
	background-color: #9ba2a8;
	float: left;
	position: relative;
	width: 100%;
}
.awFooterCopyrightsContainer {
	float: left;
	position: relative;
	width: 100%;
}
.modAwFooter .gkPage {
	max-width: 1440px;
}
.awFooterContainerInner {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.awFooterImageContainer {
	float: left;
	position: relative;
}
.awFooterLogoContainer {
	float: left;
	position: relative;
	width: 165px;
}
.awFooterContactContainer,
.awFooterMenuSocialContainer {
	float: left;
	position: relative;
}
.awFooterContactTitle {
	color: #283f56;
	float: left;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
.awFooterContactText {
	clear: both;
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	position: relative;
}
.awFooterContactText p {
	margin: 0;
	text-align: left;
}
.awFooterContactText a {
	color: #fff;
}
.awFooterMenu {
	float: left;
	position: relative;
}
.awFooterMenuItem {
	clear: both;
	float: left;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
.awFooterMenuItem a {
	color: #283f56;
}
.awFooterSocialContainer {
	clear: both;
	display: -webkit-flex;
	display: flex;
	float: left;
	margin: 4px 0 0;
	position: relative;
}
.awFooterSocial {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}
.awFooterSocial a {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #283f56;
	border-radius: 50%;
	color: #283f56;
	display: -webkit-flex;
	display: flex;
	float: left;
	font-size: 13px;
	font-weight: 400;
	-webkit-justify-content: center;
	justify-content: center;
	height: 20px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 20px;
}
.awFooterButtonContainer {
	clear: both;
	display: block;
	float: left;
	margin: 6px 0 0;
	position: relative;
}
.generalBtn {
	background-color: #024d99;
	color: #fff;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	padding: 4px 50px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.generalBtn:hover {
	background-color: #283f56;
	color: #fff;
}
.awFooterButton {
	padding: 2px 15px;
}
.awFooterCopyrightsContainerInner {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	font-size: 12px;
	font-weight: 400;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 8px 0;
	position: relative;
	width: 100%;
}
.copyrightsContainer {
	float: left;
	position: relative;
}
.creditsContainer {
	color: #9ba2a8;
	float: left;
	position: relative;
}
.designers {
	float: left;
	position: relative;
}
.developers {
	float: left;
	margin: 0 0 0 15px;
	position: relative;
}
.creditsContainer a {
	color: #9ba2a8;
	float: left;
	position: relative;
}
.creditsContainer a:hover {
	color: #283f56;
}
/* MG Payments Footer */
@media (max-width: 1280px) {
	.awContactBox.awContactMenu {
		width: 100%;
	}
	.awContactBox.awContactMenu ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		margin: 0 0 30px;
	}
	.awContactBox.awContactMenu ul li {
		margin: 0 15px;
	}
	.awContactBox.awContactInfo {
		text-align: left;
		width: calc(50% - 20px);
	}
	.contactInfo {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.awContactBox.awContactAddress {
		width: calc(50% - 20px);
	}
}
@media (max-width: 880px) {
	.awContactBox.awContactInfo {
		margin: 0 0 30px;
		text-align: center;
		width: 100%;
	}
	.contactInfo {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.awContactBox.awContactAddress {
		text-align: center;
		width: 100%;
	}
}
@media (max-width: 620px) {
	#gkFooterNav {
		float: left;
		width: 100%;
	}
	
	#gkFooterNav p {
		margin: 10px 0 0;
	}
	
	#gkCopyrights {
		margin: 0 0 10px;
		width: 100%;
	}
}

@media (max-width: 500px) {
	.awContactBox.awContactMenu ul {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.awContactBox.awContactMenu ul li {
		text-align: center;
		width: 100%;
	}
	.contactInfo {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contactInfo > div {
		width: 100%;
	}
	.contactInfo > span.contactSeparator {
		display: none;
	}
}