@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,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;
}
a { color: #fff; }
.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;
}
.L9 h1 {
	line-height: 150%;
    margin: 0 0 30px 0;
    padding: 0;
    border-bottom: 0;
    color: #52b4bd;
    font-size: 1.8em;
    text-align: left;
}
.L9 p {
	margin: auto;
	text-align: left !important;
}

.L9 #cookie-notice {
    z-index: 999999;
}

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

#call-button { display: none; }

/* 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; }


/* Buttons ============================================================================================================= */
.L9 #profile-section.collapsable-content .btn-toggle-content,
.L9 .contactform div.submit,
#services .merchant-services .btn-toggle-services {
	display: inline-block;
	position: relative;
    font-size: 18px;
	background-color: transparent;
    color: #ffffff;
    padding: 20px 26px;
	border-radius: 30px;
	cursor: pointer;
	font-weight: bold;
	overflow: hidden;
	z-index: 1;
}
.L9 #profile-section.collapsable-content .btn-toggle-content {
	position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 40px;
}
.L9 #profile-section.collapsable-content .btn-toggle-content::before,
.L9 .contactform div.submit::before,
#services .merchant-services .btn-toggle-services::before,
.L9 #profile-section.collapsable-content .btn-toggle-content::after,
.L9 .contactform div.submit::after,
#services .merchant-services .btn-toggle-services::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 30px;
	background-color: #71c0c5;
	border: 4px solid #71c0c5;
	z-index: -1;
}
#services .merchant-services .btn-toggle-services::before  {
	border-color: #ffffff;
}
.L9 #profile-section.collapsable-content .btn-toggle-content::after,
.L9 .contactform div.submit::after,
#services .merchant-services .btn-toggle-services::after {
	background-color: #f1f47f;
	border-color: #f1f47f;
	right: calc(100% + 8px);
	left: -8px;
	transition: all 0.3s ease;
}
#services .merchant-services .btn-toggle-services::after {
	background-color: #4c8185;
	border-color: #4c8185;
}
.L9 #profile-section.collapsable-content .btn-toggle-content:hover,
.L9 .contactform div.submit:hover {
	color: #4c8185;
}
.L9 #profile-section.collapsable-content .btn-toggle-content:hover::after,
.L9 .contactform div.submit:hover::after,
#services .merchant-services .btn-toggle-services:hover::after {
	right: 0;
	left: 0;
}


/* Header =============================================================================== */
.L9 #l2-menu {
	display: block;
	position: fixed;
	top: 0;
	bottom: auto;
	right: 0;
	left: 0;
	z-index: 99999;
	background: linear-gradient(180deg, rgba(0,0,0,0.64) 0%, rgba(9,9,121,0) 100%);
	height: auto;
}
.L9 #l2-menu.fixed {
	padding-bottom: 55px;
	background: none;
}
.L9 .top-header > .row {
	display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
#logo {
	max-width: 100%;
	max-height: 100px;
}
.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 .metacontact-detail {
	display: inline-block;
    font-size: 18px;
    margin-left: 20px;
    padding-left: 55px;
    padding-right: 25px;
    background-position-x: 5px;
    background-position-y: center;
    background-size: 40px;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: left;
    border-right: 1px solid #ffffff;
}
.L9 #l2-menu .metacontact-detail .content > a {
	color: #fff
}
.L9 .top-header .metacontact-detail:last-of-type {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
.L9 .top-header .metacontact-detail > .title {
	font-weight: normal;
}
.L9 .top-header .phone { background-image: url('./img/phone_white.svg'); }
.L9 .top-header .mobile { background-image: url('./img/mobile_white.svg'); }
.L9 .top-header .email { background-image: url('./img/envelope_white.svg'); }


/* Main menu ============================================================================ */
.L9 #menu-container,
.L9 #mainmenu {
    display: flex;
    height: auto;
    list-style: none;
	padding: 0;
    background-color: #ffffff;
    border: 0;
    border-radius: 6px;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}
.L9 #mainmenu {
	box-shadow: none;
	padding: 10px 20px;
	justify-content: flex-start;
}
.L9 #l2-menu.fixed > .top-header {
	height: 0;
	overflow: hidden;
}
.L9 #mainmenu > li:first-of-type > a {
	display: block;
    font-size: 0;
    height: 52px;
    width: 21px;
    background-image: url(./img/home.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.L9 #mainmenu > li:first-of-type.selected > a {
	background-image: url(./img/home_selected.svg);
}
.L9 #mainmenu li {
	display: flex;
	position: relative;
	align-items: center;
	border-radius: 25px;
}
.L9 #mainmenu li > a {
	display: block;
    position: relative;
    padding: 10px 16px;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    font-weight: normal;
    background-color: transparent;
    border-radius: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.L9 #mainmenu li:not(:first-of-type):not(.langs) > a:hover,
.L9 #mainmenu li:not(:first-of-type):not(.langs).selected > a {
	background-color: #71c0c5;
	color: #ffffff;
}


/* 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;
	z-index: 0;
}
.L9 #mainSlideshow .container {
	position: absolute;
    top: 150px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.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: 35px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	width: 100px;
	z-index: 9;
	transition: opacity 0.3s ease;
}
.L9 #mainSlideshow .slide-control:hover {
	transform: scale(1.1);
}
.L9 #mainSlideshow .prev-slide {
	left: 0;
	background-image: url('./img/slideshow_prev.png');
}
.L9 #mainSlideshow .next-slide {
	right: 0;
	background-image: url('./img/slideshow_next.png');
}


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

/* Sections =================================================================================== */
.L9 section {
	padding-top: 20px;
    padding-bottom: 20px;
}

/* Profile ------------------------------------------------------------------------------------ */
.L9 #profile-section {
	position: relative;
	background-color: #ffffff;
	padding-top: 100px;
}
.L9 #profile-section .content {
	position: relative;
	height: auto;
}
.L9 #profile-section .btn-toggle-content {
	display: none;
}
.L9 #profile-section.collapsable-content .content {
	margin-bottom: 120px;
}
.L9 #profile-section.collapsable-content .content.closed {
	height: 305px;
	overflow: hidden;
}
.profile-img {
	width: 100%;
	height: auto;
}
#profile-section .content-container { padding-right: 55px; }
#profile-section .img-container {
	position: relative;
	background-color: #ffffff;
	padding: 10px;
	border: 2px solid #71c0c5;
	border-radius: 20px;
	margin-left: -40px;
}
#profile-section .img-container::after {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	bottom: -20px;
	left: calc(100% + 2px);
	right: -20px;
	background-color: #ffffff;
	border: 3px solid #d3d3d3;
	border-left: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	z-index: 0;
}
#profile-section .img-container::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% + 2px);
	bottom: -20px;
	left: 20px;
	right: -3px;
	background-color: #ffffff;
	border-bottom: 3px solid #d3d3d3;
	border-left: 3px solid #d3d3d3;
	border-bottom-left-radius: 20px;
	z-index: 0;
}

/* Services ----------------------------------------------------------------------------------- */
#services-container {
	background-color: #71c0c5;
	color: #ffffff;
}
#services-container .section-title {
	display: block;
    position: relative;
    color: hsla(0, 0%, 18%, 0.05);
    font-weight: bold;
    font-size: 170px;
    text-transform: uppercase;
    text-align: center;
}
#services-container .section-title > .section-title-shadow {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #ffffff;
}
#services-container .section-title > .section-title-shadow::after {
	content: "";
    display: block;
    position: absolute;
    top: calc(100% + 5px);
    bottom: auto;
    left: 0;
    right: 0;
    width: 50px;
    margin: auto;
    height: 10px;
    background-color: #ffffff;
}
#services .merchant-services {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}
#services-container .services-item {
	display: block;
	position: relative;
	font-size: 23px;
	font-weight: normal;
    width: 25%;
	padding: 10px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
	opacity: 1;
	transition: all 0.3s ease;
}
#services-container #services .merchant-services.closed .services-item:nth-child(n+5) {
	height: 0;
	width: 0;
	opacity: 0;
	margin-bottom: 0;
}
#services .merchant-services > .btn-container {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.services-item .svg-wrapper {
	position: relative;
}
.services-item .svg-wrapper > img {
	display: block;
	position: absolute;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	bottom: auto;
	left: 0;
	right: 0;
    width: 90px;
    height: 90px;
	margin: auto;
}
.services-item .shape {
	stroke-dasharray: 40 440;
	stroke-dashoffset: 0;
	stroke-width: 13px;
	stroke-linecap: round;
	fill: transparent;
	stroke: #ffffff;
}
.services-item:nth-of-type(1) .shape {
	transition: stroke-dashoffset 0.3s ease-out 0s, stroke-dasharray 1s ease-out 0s
}
.services-item:nth-of-type(2) .shape {
	transition: stroke-dashoffset 0.5s ease-out 0s, stroke-dasharray 1.4s ease-out 0.1s
}
.services-item:nth-of-type(3) .shape {
	transition: stroke-dashoffset 0.7s ease-out 0s, stroke-dasharray 1.8s ease-out 0.2s
}
.services-item:nth-of-type(4) .shape {
	transition: stroke-dashoffset 0.9s ease-out 0s, stroke-dasharray 2.2s ease-out 0.3s
}
.services-item.animate .shape {
	stroke-dashoffset: 0;
	stroke-dasharray: 373;
}

/* Gallery ------------------------------------------------------------------------------------ */
.L9 #gallery-section { position: relative; }
.L9 #gallery-section .section-title { display: none; }
.L9 #gallery-section > .gallery-container {
	display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    overflow: hidden;
	height: 400px;
	padding: 0 85px;
}
.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: 4px solid #c9c9c9;
    width: 100%;
    height: 100%;
    font-size: 0;
    overflow: hidden;
    border-radius: 20px;
}
.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: 30px;
    bottom: 30px;
    left: auto;
    right: auto;
    cursor: pointer;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #c9c9c9;
    width: 80px;
    z-index: 9;
    transition: background-size 0.3s ease;
}
.L9 #gallery-section .gallery-control.disabled { opacity: 0.3; }
.L9 #gallery-section .gallery-control:not(.disabled):hover {
	background-size: 45px;
}
.L9 #gallery-section .prev {
	left: 0;
	border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
	background-image: url('./img/slideshow_prev.png');
}
.L9 #gallery-section .next {
	right: 0;
	border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
	background-image: url('./img/slideshow_next.png');
}


/* Contact ------------------------------------------------------------------------------------ */
.L9 #contact-section {
	background-color: #71c0c5;
	padding-bottom: 30px;
}
.L9 #contact-section .section-title { display: none; }
.L9 #contact-section > .container > .row {
	margin-top: -250px;
	margin-left: 0;
	margin-right: 0;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	position: relative;
	padding: 40px;
    z-index: 9999;
}
.L9 #contact-section .contact-details-container {
	margin-top: -40px;
	margin-bottom: -40px;
	padding: 40px 15px;
	padding-left: 30px;
	border-left: 1px solid #e0e0e0;
}
.L9 #contact-section .contact-details {
	background-color: #ffffff;
    color: #676767;
    padding: 0
}
.L9 #contact-section .contact-details > h4,
.L9 #contact-section .contact-form-container > h4 {
    font-size: 28px;
    font-weight: lighter;
    color: #2d2d2d;
    margin: 10px;
    margin-bottom: 30px;
}
.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 {
	text-decoration: none;
}
.L9 #contact-section .contact-details a:hover {
	text-decoration: underline;
}
.L9 #contact-section .contact-details > div:not(.cd-inline),
.L9 #contact-section .contact-details > .cd-inline > div {
	background-size: 40px;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
	padding-left: 55px;
	margin-bottom: 20px;
}
.L9 #contact-section .contact-details > .cd-inline { margin-bottom: 0; }
.L9 #contact-section .contact-details > div > .title,
.L9 #contact-section .contact-details > div.visits-panel,
.L9 #contact-section .contact-details > .cd-inline > div > .title,
#working-hours > h3 {
	display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
    color: #585858;
}
.L9 #contact-section .contact-details > div.visits-panel {
	padding-left: 55px;
	margin-bottom: 20px;
}
.L9 #contact-section .contact-details > div > span:not(.title),
.L9 #contact-section .contact-details > .cd-inline > div > span:not(.title),
.L9 #contact-section .contact-details a, .L9 #contact-section .contact-details a:visited,
.L9 #contact-section .contact-details a:focus {
	display: block;
    font-weight: 400;
    font-size: 16px;
    color: #9e9e9e;
    max-width: 252px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.L9 #contact-section .contact-details > .address { background-image: url('./img/cd/marker.svg'); }
.L9 #contact-section .contact-details > .cd-inline > .phone,
.L9 #contact-section .contact-details > .responsible-phone { background-image: url('./img/cd/phone.svg'); }
.L9 #contact-section .contact-details > .cd-inline > .fax { background-image: url('./img/cd/fax.svg'); }
.L9 #contact-section .contact-details > .mobile { background-image: url('./img/cd/mobile.svg'); }
.L9 #contact-section .contact-details > .responsible { background-image: url('./img/cd/user.svg'); }
.L9 #contact-section .contact-details > .webpage { background-image: url('./img/cd/globe.svg'); }
.L9 #contact-section .contact-details > .email { background-image: url('./img/cd/envelope.svg'); }
.L9 #contact-section .contact-details > .visits-panel { background-image: url('./img/cd/views.png'); }
#working-hours { background-image: url('./img/alarm-clock.svg'); }
.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;
}

/* Working hours ============================================================================== */
#working-hours .days {
	display: flex;
    justify-content: flex-start;
	padding: 5px 0;
	font-size: 12px;
	font-weight: normal;
}
#working-hours .days > div:first-of-type {
    margin-right: 15px;
}

/* Contact form */
.contact-form-container { padding-right: 30px; }
.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: 30px;
}
.L9 .contactform .kratiseis {
	width: 100%;
	padding: 0;
}
.L9 .contactform label { display: none; }
.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: 20px;
    border: 1px solid #d2d2d2;
    border-radius: 30px;
	background-color: #ffffff;
	font-size: 18px;
}
.L9 .contactform input:focus,
.L9 .contactform textarea:focus,
.L9 .contactform select:focus {
	outline: 0;
}
.L9 .contactform textarea {
	min-height: 350px;
	resize: vertical;
}
.L9 .contactform .captcha.g-recaptcha {
    width: 60%;
    float: left;
}
.L9 .contactform input.submit {
    padding: 0;
    border: 0;
    margin-bottom: 0;
    color: inherit;
    background: transparent;
}
.L9 .contactform div.submit {
    float: right;
    margin-top: 10px;
}

/* Social ===================================================================================== */
#social-media {
	display: flex;
    align-content: center;
}
#social-media ol {
	list-style: none;
    padding: 0;
    font-size: 0;
    display: flex;
    align-content: center;
}
#social-media li {
	display: flex;
    align-items: center;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #d8d8d8;
}
#social-media li:last-of-type {
	padding-right: 20px;
}
#social-media li a {
	display: inline-block;
	width: 40px;
	height: 40px;
}
#social-media li a img {
	width: 100%;
	height: auto;
	max-height: 40px;
}

/* Footer ===================================================================================== */
#l2footer {
	background-color: #71c0c5;
}
#l2footer > .left, #l2footer .right { display: none; }
#l2footer { text-align: center; }
#footer-logo {
	display: inline-block;
    position: relative;
    width: 120px;
    height: 100px;
    background-image: url(./img/logoFooter.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

/* Move to top ================================================================================ */
#moveToTop {
	display: block;
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	background:	#71c0c5 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: 500px;
}


/* Lightbox =================================================================================== */
#jquery-overlay {
	z-index: 99999;
}
#jquery-lightbox {
	z-index: 999999;
}
#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;
	}
}

@media screen and (max-width: 1280px) {
	.L9 #gallery-section > .gallery-container,
	.L9 #gallery-section .l2gallery.shown { height: 300px; }
}
@media screen and (max-width: 1024px) {
	body.subdomain .left {
		text-align: left;
	}
}

/* Mobile ----------------------------------------------------- */
@media screen and (max-width: 768px) {
	body.subdomain .left {
		text-align: center;
	}
	.L9 .top-header > .row { flex-direction: column; }
	.L9 #logo { max-height: 300px; }
	.L9 #l2-menu {
		position: relative;
		background: linear-gradient(180deg, rgba(0,0,0,0.64) 0%, rgba(0,0,0,0.3) 100%);
	}
	.L9 #menu-container, .L9 #mainmenu {
		background-color: transparent;
		box-shadow: none;
		flex-direction: column;
		align-items: center;
	}
	.L9 #mainmenu li:not(.langs) {
		display: none;
		pointer-events: none;
	}
	.L9 .top-header .right {
		display: none;
	}
	#social-media li {
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 0;
		border-left: 0;
	}
	#social-media li a {
		width: 60px;
		height: 60px;
	}
	#social-media li a img { max-height: 60px; }
	.L9 #mainSlideshow .slide-control { display: none; }

	.L9 #profile-section { padding-top: 50px; }
	#profile-section .content-container { padding-right: 15px; }
	.L9 #profile-section.collapsable-content .content.closed { height: auto; }
	.L9 #profile-section.collapsable-content .btn-toggle-content { display: none; }
	#profile-section .img-container { display: none; }

	#services-container .section-title { font-size: 130px; }

	.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; }
	.L9 #contact-section > .container > .row {
		display: flex;
		flex-direction: column-reverse;
	}
	.L9 #contact-section .contact-details-container {
		margin-top: 0;
		margin-bottom: 20px;
		padding: 0;
		padding-left: 0;
		border-left: 0;
		border-bottom: 1px solid #a7a7a7;
	}
	.L9 #contact-section .contact-details > .cd-inline > .fax { margin-left: 40px; }
	#working-hours .days {
		display: flex;
		justify-content: space-between;
		padding: 10px 0;
		font-size: 16px;
		font-weight: normal;
	}
	.services-item .shape {
		display: none;
	}
	#call-button {
    position: fixed;
    display: block;
    top: auto;
    bottom: 20px;
    left: 10px;
    right: auto;
    z-index: 999999;
    background-color: #71c0c5;
    color: #ffffff;
    text-decoration: none;
    padding: 15px;
    border-radius: 50px;
	}
}

@media screen and (max-width: 375px) {
	.L9 #logo {
		max-height: 250px;
	}
	.L9 .top-header .metacontact-detail {
		border-right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		margin-bottom: 20px;
		text-align: right;
		padding-right: 20px !important;
	}
	#social-media {
		display: block;
		width: 100%;
	}
	#social-media ol {
		list-style: none;
		padding: 0;
		font-size: 0;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
	}
	#social-media li {
		margin-bottom: 15px;
	}
	#social-media li:last-of-type {
		padding-right: 0;
	}
	#services-container .section-title {
		font-size: 0;
		padding: 80px 0;
	}

	.L9 #gallery-section > .gallery-container { padding: 0 75px; }
	.L9 #gallery-section .gallery-control { width: 60px; }

	.L9 #contact-section .contact-details > .cd-inline > .fax {
		margin-left: 0;
	}
	#working-hours .days > div:last-of-type { text-align:  right; }
	.L9 #contact-section > .container > .row { padding: 20px; }
	.contact-form-container { padding: 0; }
}
