@import url('https://fonts.googleapis.com/css?family=Roboto:300,700&subset=greek');

html, body.L9 {
	background: #ffffff;
	color: #555555;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: lighter;
	line-height: normal;
	height: auto;
}

.L9 * {
	box-sizing: border-box;
	line-height: normal;
}
*:before, *:after {
    box-sizing: border-box;
}
.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;
}


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

/* Helper classes ======================================================================= */
.container {
	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 .top-header {
	padding-top: 20px;
	padding-bottom: 20px;
}
.L9 #l2-menu-wrapper {
	display: block;
	position: relative;
	background-color: #ffffff;
	height: auto;
	width: 100%;
}
.L9 .top-header .right { text-align: right; }
.L9 .top-header .phones-container { margin-bottom: 10px; }
.L9 .top-header .phone, .L9 .top-header .mobile, .L9 .top-header .email {
	display: inline-block;
	font-size: 20px;
    margin-left: 10px;
	padding-left: 30px;
	background-position-x: 5px;
	background-position-y: center;
	background-size: 20px;
	background-repeat: no-repeat;
}
.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 ============================================================================ */
.L9 #mainmenu {
    display: flex;
	width: 100%;
	height: auto;
    list-style: none;
	padding: 0;
	padding-bottom: 0;
	background-color: #ffffff;
    border-top: 1px solid #ececec;
    flex-direction: row;
    align-content: center;
	justify-content: center;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	transition: all 0.3s ease;
}
.L9 #mainmenu.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	z-index: 99;
}
.L9 #mainmenu > li:first-of-type > a {
	display: block;
    font-size: 0;
    height: 58px;
    width: 21px;
    background-image: url(./img/home.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.L9 #mainmenu li { position: relative; }
.L9 #mainmenu li > a {
	display: block;
    position: relative;
    padding: 16px;
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    text-transform: uppercase;
	border-bottom: 2px solid transparent;
	transition: border-color 0.3s ease;
}
.L9 #mainmenu li > a:hover, .L9 #mainmenu li.selected > a { border-color: #BA3C3D; }


/* Languages ================================================================================== */
.L9 #mainmenu .langs { height: 54px; }
.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: 100px;
    background-color: #ffffff;
    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;
	border-bottom: 1px solid #e7e7e7;
}
body.layout2 #l2-menu #mainmenu #languagesv2 > li:last-of-type { border-bottom: 0; }
body.layout2 #l2-menu #mainmenu #languagesv2 > li > a {
	padding: 5px;
}
body.layout2 #l2-menu #mainmenu #languagesv2 > li:hover > a,
body.layout2 #l2-menu #mainmenu #languagesv2 > li.selected > a {
	background-color: #e7e7e7;
	border-color: #e7e7e7;
}
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: #555555;
	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: 0;
	bottom: 0;
	left: auto;
	right: auto;
	cursor: pointer;
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.3;
	width: 100px;
	z-index: 9;
	transition: opacity 0.3s ease;
}
.L9 #mainSlideshow .slide-control:hover {
	opacity: 0.7;
}
.L9 #mainSlideshow .prev-slide {
	left: 0;
	background-image: url('./img/left-chevron.svg');
}
.L9 #mainSlideshow .next-slide {
	right: 0;
	background-image: url('./img/right-chevron.svg');
}


/* Page title ================================================================================= */
.L9 #heading, .L9 #heading h1 {
	background-color: #BA3C3D;
	color: #ffffff;
	border: 0;
}

/* Sections =================================================================================== */
.L9 section {
	padding-top: 20px;
    padding-bottom: 20px;
}
.L9 section .section-title {
	display: block;
    position: relative;
    width: 100%;
    margin: 20px auto;
    padding-bottom: 20px;
    font-weight: lighter;
	font-size: 30px;
	text-transform: uppercase;
    color: inherit;
    text-align: center;
}
.L9 section .section-title::after {
	content: "";
    display: block;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    width: 200px;
    height: 1px;
    margin: auto;
    background-color: #b9b9b9;
}

/* Profile ------------------------------------------------------------------------------------ */
.L9 #profile-section {
	background-color: #ffffff;
}

/* Services ----------------------------------------------------------------------------------- */
#services-container {
	background-color: #F3F3F3;
}
#services .merchant-services {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
#services-container .services-item {
	font-size: 18px;
    width: 33.33333333%;
    padding: 10px;
}
#services-container .services-item img {
    max-width: 25px;
    height: 45px;
    vertical-align: middle;
    margin-right: 10px;
    padding-bottom: 20px;
    float: left;
}

/* Gallery ------------------------------------------------------------------------------------ */
.L9 #gallery-section { position: relative; }
.L9 #gallery-section > .gallery-container {
	display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    overflow: hidden;
    height: 400px;
}
.L9 #gallery-section .l2gallery {
	width: 0;
    transform: scale(0);
    transform-origin: center;
    opacity: .5;
    overflow: hidden;
    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;
}
.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: 85px;
	bottom: 0;
	left: auto;
	right: auto;
	cursor: pointer;
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.3;
	width: 100px;
	z-index: 9;
	transition: opacity 0.3s ease;
}
.L9 #gallery-section .gallery-control.disabled { opacity: 0.1; }
.L9 #gallery-section .gallery-control:not(.disabled):hover {
	opacity: 0.7;
	background-color: rgba(255,255,255,0.5);
}
.L9 #gallery-section .prev {
	left: 0;
	background-image: url('./img/left-chevron.svg');
}
.L9 #gallery-section .next {
	right: 0;
	background-image: url('./img/right-chevron.svg');
}


/* Contact ------------------------------------------------------------------------------------ */
.L9 #contact-section {
	background-color: #F3F3F3;
	padding-bottom: 30px;
}
.L9 #contact-section .section-title { margin-bottom: 25px; }
.L9 #contact-section .contact-details {
	background-color: #ffffff;
    color: #676767;
    padding: 25px;
}
.L9 #contact-section .contact-details > h4 {
    font-size: 26px;
    font-weight: lighter;
    color: #BA3C3D;
    margin: 10px;
}
.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: #BA3C3D;
	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 .contactform .phone { margin-right: 20px; }
.L9 .contactform .phone, .L9 .contactform .email {
	display: inline-block;
	width: 47.6%;
}
.L9 .contactform input,
.L9 .contactform textarea,
.L9 .contactform select {
	padding: 10px;
	border: 1px solid #b3b3b3;
	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: 75px;
}
.L9 .contactform .submit > input {
    background-color: #BA3C3D;
    border: 1px solid #882525;
    color: #fff;
    cursor: pointer;
    padding: 16px;
    width: 130px;
    display: inline-block;
    margin-top: 25px;
}
.L9 .contactform .submit > input:hover {
	background-color: rgb(136, 37, 37);
}

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

/* Working hours ============================================================================== */
#working-hours {
	margin: 0 -25px;
	padding: 0 25px;
	border-top: 1px solid #e6e6e6;
}
#working-hours h3 {
	position: relative;
	font-size: 26px;
    font-weight: lighter;
	margin: 10px 0;
	padding-left: 30px;
}
#working-hours h3::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	width: 30px;
	background-image: url('./img/alarm-clock.svg');
	background-size: 22px;
	background-position-y: center;
	background-position-x: left;
	background-repeat: no-repeat;
	opacity: 0.7;
}
#working-hours .days {
	display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    margin: 0 -20px;
}
#working-hours .days:nth-of-type(odd) {
	background-color: #efefef;
}
#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;
	border-radius: 50%;
	background:	#BA3C3D 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: 300px;
}


/* 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 {
    	width: 750px;
	}
}
@media screen and (min-width: 992px) {
	.container {
    	width: 970px;
	}
	.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 {
		width: 1170px;
	}
}

/* Mobile ----------------------------------------------------- */
@media screen and (max-width: 768px) {
	.L9 #mainmenu {
		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;
	}
	#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; }
}
