@import url('https://fonts.googleapis.com/css?family=Noto+Serif|Roboto:400,700,700i&display=swap&subset=greek');

html, body.L9 {
	background: #f0f0f0;
	color: #2d2d2d;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: normal;
	height: auto;
}
a { color: #fff; }
.L9 * {
	box-sizing: border-box;
	line-height: normal;
}
*:before, *:after {
    box-sizing: border-box;
}
.L9 h1, .L9 h2, .L9 h3 {
	font-family: 'Noto Serif', serif;
}
.L9 strong { font-weight: bold; }
.L9 p { font-size: 1.2em; }
body.layout2.extralanguages #l2-top, body.layout2.extralanguages #l2-menu-wrapper,
body.layout2.extralanguages #l2-menu, body.layout3.extralanguages #l2-top,
body.layout3.extralanguages #l2-menu-wrapper, body.layout3.extralanguages #l2-menu {
	height: auto;
}
#cookie-notice {
	z-index: 9999;
}


/* Hidden elements ====================================================================== */
.L9 #l2-top, #menu4ty, #social, #ad-bottomRight-holder, #tabs, .L9 #supersized {
	display: none !important;
}

/* Helper classes ======================================================================= */
.container, .container-fluid {
	display: block;
	position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.container::before, .row::before {
	display: table;
    content: " ";
}
.container:after, .row::after {
	display: table;
    content: " ";
	clear: both;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9,
.col-10, .col-11, .col-12 {
	display: block;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
	padding-left: 15px;
	float: none;
	width: 100%;
}
.hidden { display: none !important; }


/* Header =============================================================================== */
.L9 #l2-menu {
	height: auto;
}
.L9 #l2-menu.fixed { padding-bottom: 55px; }
.L9 #l2-menu-wrapper {
	display: block;
	position: relative;
	background-color: #ffffff;
	height: auto;
	width: 100%;
}
.L9 .top-header {
	background-color: #191B27;
    color: #fff;
    font-weight: 700;
}
.L9 .top-header .right { text-align: right; }
.L9 .top-header .right div {
	display: inline-block;
}
.L9 .top-header .phones-container, .email-container {
	padding: 15px 0;
}

.L9 .top-header .phone, .L9 .top-header .mobile, .L9 .top-header .email {
	display: inline-block;
	font-size: 14px;
    margin-left: 10px;
	padding-left: 30px;
	background-position-x: 5px;
	background-position-y: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.L9 .top-header .phone,
.L9 .top-header .mobile {
	color: #fff
}
.L9 .top-header .phone { background-image: url('./img/phone.svg'); }
.L9 .top-header .mobile { background-image: url('./img/mobile.svg'); }
.L9 .top-header .email { background-image: url('./img/envelope.svg'); }


/* Main menu ============================================================================ */
#mainmenu-container {
    display: block;
    padding: 0;
}
.L9 #mainmenu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    padding: 15px 0;
    position: relative;
    background-color: #fff;
    color: #3a3c44;
    margin: 0;
    top: 0;
    box-shadow: 0 2px 62px 0 rgba(0,0,0,.37);
}
.L9 #mainmenu.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	z-index: 9999;
}
.L9 #mainmenu li {
	display: flex;
	position: relative;
    flex: auto;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(0,0,0,.2);
}
.L9 #mainmenu li > a {
	position: relative;
    padding: 10px 15px;
    color: inherit;
    font-weight: 400;
    font-size: 1em;
    background-color: transparent;
	text-transform: uppercase;
    text-decoration: none;
    transition: all 0.4s ease;
}
.L9 #mainmenu li > a:hover,
.L9 #mainmenu li.selected > a {
	color: #ce4444;
}
#logo {
	height: 60px;
	width: auto;
	margin: 0 20px;
}


/* Languages ================================================================================== */
.L9 #mainmenu .langs > a  {
	position: relative;
	background-image: url('./img/down-chevron.svg');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position-y: center;
	background-position-x: right;
}
.L9 #mainmenu .langs > a > img {
	margin-bottom: -6px;
}
body.layout2 #l2-menu #mainmenu #languagesv2 {
	display: none;
    top: 100%;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    background-color: #2d2d2d;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    z-index: 999;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.19);
}
body.layout2 #l2-menu #mainmenu #languagesv2 > li {
    display: block;
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
}
body.layout2 #l2-menu #mainmenu #languagesv2 > li:last-of-type { border-bottom: 0; }
body.layout2 #l2-menu #mainmenu #languagesv2 > li > a {
	padding: 15px 5px;
    width: 100%;
    display: block;
}
body.layout2 #l2-menu #mainmenu #languagesv2 > li:last-of-type {
	margin-bottom: 0;
}


/* Slideshow ================================================================================== */
.L9 #mainSlideshow {
    display: block;
    position: relative;
    overflow: hidden;
	width: 100%;
	height: auto;
	list-style: none;
	padding: 0;
}
.L9 #mainSlideshow .loader {
	display: block;
	position: relative;
	width: 100%;
	height: 400px;
	background-color: #ffffff;
	color: #191B27;
	background-image: url('./img/slideshow_loader.gif');
	background-position: center;
	background-size: 500px;
	background-repeat: no-repeat;
}
.L9 #mainSlideshow > li, .L9 #mainSlideshow > li, .L9 #mainSlideshow > li img {
	display: block;
	position: relative;
	background-color: #ffffff;
	width: 100%;
	height: auto;
}
.L9 #mainSlideshow > li {
	position: absolute;
	opacity: 0;
	transition: all 0.5s ease;
}
.L9 #mainSlideshow > li.activeslide {
	position: relative;
	opacity: 1;
}
/* Controls */
.L9 #mainSlideshow .slide-control {
	display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: auto;
    margin: auto;
    background-image: none;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    color: #191B27;
    opacity: 0.5;
    width: 70px;
	height: 70px;
	cursor: pointer;
}
.L9 #mainSlideshow .slide-control:hover {
	opacity: 1;
}
.L9 #mainSlideshow .prev-slide {
	left: 5%;
	background-image: url('./img/left-chevron.svg');
}
.L9 #mainSlideshow .next-slide {
	right: 5%;
	background-image: url('./img/right-chevron.svg');
}


/* Page title ================================================================================= */
.L9 #heading h1 {
	width: 100%;
    padding: 20px 95px;
    font-size: 2em;
    background-color: #ce4444;
	color: #ffffff;
	text-align: center;
	border: 0;
	margin-bottom: 0;
}

/* Sections =================================================================================== */
.L9 section {
	position: relative;
	padding-top: 60px;
    padding-bottom: 60px;
}
.L9 section .section-title {
    display: block;
    position: relative;
    width: 100%;
    margin: 20px auto;
    padding-bottom: 20px;
    font-size: 3em;
    text-transform: uppercase;
	color: inherit;
	text-align: center;
}

/* Profile ------------------------------------------------------------------------------------ */
.L9 #profile-section .profile-img {
	width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
}
.L9 #profile-section.toggling-container > .container {
    padding-bottom: 80px;
}
.L9 #profile-section.toggling-container .content-container {
	transition: all 0.5s ease;
}
.L9 #profile-section .content-toggler {
	display: block;
    position: absolute;
    text-align: center;
    width: 200px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    background-color: #ce4444;
    color: #ffffff;
    border: 0;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
    transition: all 0.3s ease;
}

.L9 #profile-section .content-toggler:hover {
	background-color: #e97568;
    color: #fff;
}

/* Services ----------------------------------------------------------------------------------- */
#services-section {
	background-color: #ce4444;
	padding-top: 0;
	padding-bottom: 0;
}
#services-section > .row {
	display: flex;
	align-items: center;
}
#services-section .right, #services-section .left {
	padding: 0;
}
#services-section .right img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}
#services {
	padding-top: 60px;
	padding-bottom: 60px;
}
#services .section-title {
    color: #e9d787;
}
#services .merchant-services {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
	justify-content: flex-start;
}
#services-section .services-item {
    font-size: 1.2em;
    padding: 0;
    color: #ffffff;
    flex: 0 0 33.3%;
    text-align: left;
}
#services-section .services-item img {
	display: inline-block;
    max-width: 50px;
    max-height: 50px;
    vertical-align: middle;
    margin: auto;
    padding-bottom: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

/* Gallery ------------------------------------------------------------------------------------ */
.L9 #gallery-section {
	position: relative;
	overflow: hidden;
}
.L9 #gallery-section .section-title {
	color: #ce4444;
}
.L9 #gallery-section > .gallery-container {
	display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    height: 400px;
}
.L9 #gallery-section .l2gallery {
	width: 0;
    transform: scale(0);
    transform-origin: center;
    opacity: .5;
    padding: 0;
    transition: all 0.4s ease;
}
.L9 #gallery-section .l2gallery.shown {
	transform: scale(1);
    opacity: 1;
    width: 25%;
    height: 400px;
    font-size: 14px;
    padding: 10px 5px;
}
.L9 #gallery-section a {
    display: block;
    background-color: #F3F3F3;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
	overflow: hidden;
	border-radius: 10px;
    box-shadow: 0 2px 62px 0 rgba(0,0,0,.37);
}
.L9 #gallery-section a > img {
	display: block;
    width: auto;
    height: 100%;
    margin: auto;
    transition: all 0.4s ease;
}
.L9 #gallery-section a > img:hover {
	transform: scale(1.05);
	opacity: 0.7;
}
.L9 #gallery-section .gallery-control {
	display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    left: auto;
    right: auto;
    cursor: pointer;
    background-color: #e9d787;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    z-index: 9;
    transition: all 0.3s ease;
}
.L9 #gallery-section .gallery-control.disabled { opacity: 0.5; }
.L9 #gallery-section:hover .prev:not(.disabled) {
	left: 0
}
.L9 #gallery-section:hover .next:not(.disabled) {
	right: 0
}
.L9 #gallery-section .prev {
	left: -70px;
	background-image: url('./img/left-chevron.svg');
}
.L9 #gallery-section .next {
	right: -70px;
	background-image: url('./img/right-chevron.svg');
}


/* Contact ------------------------------------------------------------------------------------ */
.L9 #contact-section {
	background-color: #2d2d2d;
	color: #f0f0f0;
	padding-bottom: 30px;
}
.L9 #contact-section .section-title {
	margin-bottom: 25px;
	color: #e9d787;
}
.L9 #contact-section .cd-container {
	background-color: #ffffff;
    color: #191B27;
	padding: 25px;
	margin: 0;
	border-radius: 10px;
    box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
}
.L9 #contact-section .cd-container h3 {
    font-size: 26px;
    color: #ce4444;
    margin: 10px 0;
}
.L9 #contact-section .contact-details > div {
	font-size: 18px;
    margin-bottom: 15px;
}
.L9 #contact-section .contact-details a,
.L9 #contact-section .contact-details a:visited,
.L9 #contact-section .contact-details a:focus {
	color: #ce4444;
	text-decoration: none;
}
.L9 #contact-section .contact-details a:hover {
	text-decoration: underline;
}
.L9 #contact-section .contact-details > div > .title,
.L9 #contact-section .contact-details > .cd-inline > div > .title {
	display: inline-block;
	position: relative;
	font-size: 0;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	opacity: 0.6;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.L9 #contact-section .contact-details > .address > .title { background-image: url('./img/cd/marker.svg'); }
.L9 #contact-section .contact-details > .cd-inline > .phone > .title,
.L9 #contact-section .contact-details > .responsible-phone > .title { background-image: url('./img/cd/phone.svg'); }
.L9 #contact-section .contact-details > .cd-inline > .fax > .title { background-image: url('./img/cd/fax.svg'); }
.L9 #contact-section .contact-details > .mobile > .title { background-image: url('./img/cd/mobile.svg'); }
.L9 #contact-section .contact-details > .responsible > .title { background-image: url('./img/cd/user.svg'); }
.L9 #contact-section .contact-details > .webpage > .title { background-image: url('./img/cd/globe.svg'); }
.L9 #contact-section .contact-details > .email > .title { background-image: url('./img/cd/envelope.svg'); }
.L9 #contact-section .contact-details > .visits-panel { background-image: url('./img/cd/views.png'); }
.L9 #contact-section .contact-details > .po,
.L9 #contact-section .contact-details > .area { display: none; }

.L9 #contact-section .contact-details > .cd-inline > .phone,
.L9 #contact-section .contact-details > .cd-inline > .fax {
	display: inline-block;
	margin-right: 10px;
}

/* Contact form */
.L9 .contactform h2 { display: none; }
.L9 .contactform label,
.L9 .contactform input,
.L9 .contactform textarea,
.L9 .contactform select {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.L9 .contactform .kratiseis {
	width: 100%;
	padding: 0;
}
.L9 .contactform label { margin-bottom: 5px; }
.L9 .col-6.cd-container .contactform .phone { margin-right: 20px; }

.L9 .col-6.cd-container .contactform .phone,
.L9 .col-6.cd-container .contactform .email {
	display: inline-block;
	width: 48.4%;
}
.L9 .contactform input,
.L9 .contactform textarea,
.L9 .contactform select {
	padding: 10px;
	border: 1px solid #191B27;
	background-color: #ffffff;
}
.L9 .contactform textarea {
	min-height: 200px;
	resize: vertical;
}
.L9 .contactform .captcha.g-recaptcha {
    width: 60%;
    float: left;
}
.L9 .contactform div.submit {
	width: 40%;
    float: left;
	text-align: right;
	height: auto;
}
.L9 .contactform div.submit > input {
    background-color: #ce4444;
    color: #fff;
    cursor: pointer;
    padding: 16px;
    width: 130px;
    display: inline-block;
    margin-top: 25px;
}
.L9 .contactform div.submit > input {
    display: inline-block;
    width: 200px;
    padding: 20px;
    background-color: #ce4444;
    color: #fff;
    border: 0;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
    transition: all 0.3s ease;
}
.L9 .contactform .submit > input:hover {
	background-color: #e97568;
    color: #fff;
}

/* Social ===================================================================================== */
#social-media ol {
	list-style: none;
	padding: 10px 0;
	font-size: 0;
}
#social-media li {
	display: inline-block;
    margin-right: 10px;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}
#social-media li a {
	display: inline-block;
}
#social-media li a img {
	width: 100%;
	height: auto;
	max-height: 28px;
}

/* Working hours ============================================================================== */
#working-hours {
	padding-top: 15px;
}
#working-hours h3 {
	text-transform: uppercase;
}
#working-hours .days {
	display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
#working-hours .days .col-md-6:last-of-type { text-align: right; }

/* Footer ===================================================================================== */
#l2footer > .left, #l2footer .right { display: none; }
#l2footer {
	display: block !important;
	text-align: center;
}
#footer-logo {
	display: inline-block;
	position: relative;
	width: 150px;
	height: 100px;
	background-image: url('./img/logoFooter.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

/* Move to top ================================================================================ */
#moveToTop {
	display: block;
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 20px;
	right: 20px;
	background:	#ce4444 url('./img/up-arrow.svg') no-repeat center;
	background-size: 30px;
	transform: scale(0);
	cursor: pointer;
	z-index: 9999;
	transition: all 0.3s ease;
}
#moveToTop.shown { transform: scale(1); }

/* Map ======================================================================================== */
#map-section {
	height: 340px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
}

/* Lightbox =================================================================================== */
#jquery-overlay {
	z-index: 9999;
}
#jquery-lightbox {
	z-index: 99999;
}
#lightbox-secNav-btnClose {
    width: 30px;
    height: 30px;
    background-image: url(./img/close-button.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    opacity: 0.7;
}
#lightbox-secNav-btnClose > img { display: none; }
#lightbox-nav-btnPrev {
	background-image: url(./img/left-chevron.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 40px !important;
    background-position-x: 30px !important;
	background-position-y: center !important;
	opacity: 0.5 !important;
	width: 100px;
	max-height: 100%;
}
#lightbox-nav-btnNext {
    background-image: url(./img/right-chevron.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 40px !important;
    background-position-x: 30px !important;
    background-position-y: center !important;
    opacity: 0.5 !important;
	width: 100px;
	max-height: 100%;
}
#lightbox-container-image-box {
	max-width: 100%;
	height: auto !important;
}
#lightbox-container-image-data-box { padding: 10px; }


/* Responsive ================================================================================= */
@media screen and (min-width: 768px){
	.container {
    	padding: 0 20px;
	}
}
@media screen and (min-width: 992px) {
	.container {
    	padding: 0 40px;
	}
	.col-1 { width: 8.333333333%; float: left;}
	.col-2 { width: 16.66666667%; float: left;}
	.col-3 { width: 25%; float: left;}
	.col-4 { width: 33.333333333%; float: left;}
	.col-5 { width: 41.666666667%; float: left;}
	.col-6 { width: 50%; float: left;}
	.col-7 { width: 58.333333333%; float: left;}
	.col-8 { width: 66.666666667%; float: left;}
	.col-9 { width: 75%; float: left;}
	.col-10 { width: 83.333333333%; float: left;}
	.col-11 { width: 91.666666667%; float: left;}
	.col-12 { width: 100%; float: left;}
}
@media screen and (min-width: 1200px) {
	.container {
		padding: 0 160px;
	}
}

/* Mobile ----------------------------------------------------- */
@media screen and (max-width: 768px) {
	.L9 .top-header,
	.L9 #heading h1,
	.L9 #profile-section > .container-fluid,
	#services, .L9 #contact-section > .container-fluid,
	.L9 #gallery-section .section-title {
		padding: 0 10px;
	}
	#services-container .right { display: none; }
	.L9 #gallery-section .prev { left: 0; }
	.L9 #gallery-section .next { right: 0; }
	.L9 #profile-section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.L9 #heading { padding: 20px 0; }
	.L9 #mainmenu > :not(.langs) {
    display: none;
	}
	.L9 .top-header .right {
		text-align: center;
    	margin-top: 15px;
	}
	.L9 .contactform .phone, .L9 .contactform .email {
		display: block;
		width: 100%;
		margin: 0;
	}
	.L9 .contactform .captcha.g-recaptcha {
		width: 100%;
		float: none;
	}
	.L9 .contactform .captcha.g-recaptcha > div { margin: auto; }
	.L9 .contactform div.submit {
		width: 100%;
		float: none;
		height: auto;
		text-align: center;
	}
	#sections-container { overflow: hidden; }
	#services-container .services-item { width: 100%; }
	.L9 #heading, .L9 #heading h1 { font-size: 20px; }
	.L9 .top-header .phone, .L9 .top-header .mobile, .L9 .top-header .email { font-size: 18px; }
	.L9 #gallery-section .l2gallery.shown { width: 100%; }
	#lightbox-image,
	#lightbox-container-image-data-box { width: 100% !important; }
}
