@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,700i&display=swap&subset=greek');
@font-face{font-family:"hw";src:url(handwritten.woff2);}

html, body.L9 {
	background: #ffffff;
	color: #2d2d2d;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	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;
	max-width: 100%;
}
#cookie-notice {
	background: #000;
    opacity: .8;
    z-index: 99;
    padding: 25px 40px;
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
    text-align: center;
	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 div.row{
	background-color: #00a651;
}
.L9 #l2-menu-wrapper {
	display: block;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #ffffff;
    height: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	width: auto;
	max-width: 1140px;
	margin: auto;
    z-index: 9999;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.37);
}
.L9 .top-header {
	background-color: #2d2d2d;
    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 {
	display: inline-block;
	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 { background-image: url('./img/phone.svg'); color:#fff;}
.L9 .top-header .mobile { background-image: url('./img/mobile.svg'); color:#fff;}
.L9 .top-header .email { background-image: url('./img/envelope.svg'); color:#fff;}


/* Main menu ============================================================================ */
#mainmenu-container {
	display: flex;
    justify-content: space-between;
	padding: 0;
	background-color: #21323b;
}
.L9 #l2-menu-wrapper.fixed {
    max-width: 100%;
    border-radius: 0;
    top: -50px;
}
.L9 #mainmenu {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    position: relative;
    color: #fff;
    margin: 0;
    top: 0;
}
.L9 #mainmenu li {
	display: flex;
	position: relative;
    flex: auto;
    justify-content: center;
	align-items: center;
    transition: border-color 0.3s ease;
}
.L9 #mainmenu li:first-of-type { display: none; }
.L9 #mainmenu li > a {
	position: relative;
    padding: 40px 15px;
    color: inherit;
    font-weight: 700;
    font-size: 0.9em;
    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: #00a651;
}
.L9 #mainmenu li:hover, .L9 #mainmenu li.selected {
	border-bottom-color: #2eb3e0;
}
.L9 #mainmenu li.langs {
    margin-right: 20px;
}
#logo {
	height: 100px;
	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: auto;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0 -100px;
}
.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;
	margin-top: 146px;
}
.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: #ffffff;
    opacity: 0.5;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.L9 #mainSlideshow .slide-control:hover {
	opacity: 1;
}
.L9 #mainSlideshow ul#indicators {
	position: absolute;
	list-style-type: none;
	z-index: 1;
	display: flex;
	bottom: 3%;
	width: 100%;
	justify-content: center;
}
.L9 #mainSlideshow #indicators li.indicator {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 8px;
	background-color: #ffffff80;
}
.L9 #mainSlideshow #indicators li.indicator.active {
	background-color: #00a651;
}
/* Page title ================================================================================= */
.L9 #heading h1 {
	width: 100%;
	padding: 40px 0;
	padding-bottom: 0;
	font-family: "hw";
    font-size: 2em;
	color: #00a651;
	text-align: center;
	border: 0;
	margin-bottom: 0;
}

/* Sections =================================================================================== */
.L9 section {
	position: relative;
	padding-top: 40px;
    padding-bottom: 0;
}
.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;
}
.L9 #profile-section.toggling-container > .container {
	padding-bottom: 80px;
	margin-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: #00a651;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease;
}

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

/* Services ----------------------------------------------------------------------------------- */
#services-section {
	background-color: #21323b;
	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 {
	font-family: "hw";
    color: #00a651;
}
#services .merchant-services {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
	justify-content: flex-start;
}
#services-section .services-item {
    position: relative;
    font-size: 1.2em;
    padding: 30px;
    padding-left: 70px;
    color: #ffffff;
    flex: 0 0 33.3%;
    text-align: left;
}
#services-section .services-item img {
    display: block;
    position: absolute;
	top: 20px;
    bottom: 0;
    left: 0;
    max-width: 70px;
    max-height: 70px;
    margin: auto;
    padding-bottom: 20px;
}

/* Gallery ------------------------------------------------------------------------------------ */
.L9 #gallery-section { 
	position: relative;
	overflow: hidden;
	margin: 0px -250px;
}
.L9 #gallery-section .section-title { 
	font-family: "hw";
	color: #00a651; 
}
.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: #FFF;
    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: 50%;
    transform: translateY(-50%);
    bottom: auto;
    left: auto;
    right: auto;
    cursor: pointer;
    background-color: #00a651;
    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 {
	color: #ffffff;
	padding: 30px 30px;
	background-color: #191B27;
	margin: 0px -250px;
}
.L9 #contact-section .row {
	margin: 0px;
}
#contact-section .row.contact-bottom {
	background-color: #e6eef3;
	color: #2d2d2d;
}
.L9 #contact-section .section-title { 
	font-family: "hw";
	margin-bottom: 25px;
	color: #00a651;
}
.L9 #contact-section .cd-container {
	padding-left: 0;
	padding-right: 25px;
    border-right: 1px solid #cccccc;
}
.L9 #contact-section .fm-container {
	padding-right: 0;
	padding-left: 25px;
}
.L9 #contact-section .no-working-hours.fm-container {
	padding-right: 0;
	padding-left: 0;
}
.L9 #contact-section .cd-container h3 {
	font-family: "hw";
    font-size: 26px;
    color: #00a651;
    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 {
	display: inline-block;
	color: #00a651;
    text-decoration: none;
    max-width: 208px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.L9 #contact-section .contact-details a:hover {
	text-decoration: none;
}
.L9 #contact-section .contact-details > div > .title {
	display: inline-block;
	position: relative;
	font-size: 0;
	width: 24px;
	height: 24px;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	vertical-align: top;
	opacity: 1;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.L9 #contact-section .contact-details > .visits-panel {
	padding-left: 40px;
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
}
.L9 #contact-section .contact-details > .address > .title { background-image: url('./img/cd/marker.svg'); }
.L9 #contact-section .contact-details >  .phone > .title,
.L9 #contact-section .contact-details > .responsible-phone > .title { background-image: url('./img/cd/phone.svg'); }
.L9 #contact-section .contact-details >  .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/user.svg'); }
.L9 #contact-section .contact-details > .po,
.L9 #contact-section .contact-details > .area { display: none; }

/* 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 #contact-section .contact-details > h4 {
	font-size: 26px;
	color: #00a651;
}
.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: 15px;
    margin-bottom: 30px;
    border: 0;
    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: #00a651;
    color: #fff;
    cursor: pointer;
    padding: 16px;
    width: 130px;
    display: inline-block;
    margin-top: 25px;
}
.L9 .col-4.cd-container .contactform div.submit {
    width: 100%;
    float: left;
    text-align: left;
    height: auto;
}
.L9 .col-4.cd-container .contactform div.submit > input {
	display: block;
	width: 200px;
	padding: 20px;
	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 .contactform .submit > input:hover {
	background-color: #008540;
}

/* Social ===================================================================================== */
#social-media ol {
	list-style: none;
	padding: 10px 0;
	font-size: 0;
}
#social-media li {
	display: inline-block;
    padding: 7px;
    width: 28px;
    height: 28px;
}
#social-media li a {
	display: inline-block;
	transition: all 0.3s ease;
}
#social-media li a:hover {
	transform: scale(1.5,1.5);
}
#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;
	color: #00a651;
	font-size: 26px;
}
#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:	#00a651 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-container {
	display: flex;
}
#map-container .contact-details {
	background-color: #2d2d2d;
	color: #ffffff;
	padding: 50px;
}
#map-section {
    height: 1040px;
    margin-right: -15px;
}

/* 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){
	#services, #contact-section .row.contact-bottom { padding: 10px 10px; }
	.L9 #mainSlideshow, #services-section,
	#contact-section .row.contact-bottom { margin: 0 -10px; }
	.container {
    	padding: 0;
	}
}
@media screen and (min-width: 992px) {
	body.L9 {
		padding: 0px -250px;
	}
	.L9 #mainSlideshow, #services-section,
	#contact-section .row.contact-bottom { margin: 0px; }
	#services, #contact-section .row.contact-bottom { padding: 50px 100px; }
	.container {
    	padding: 0;
	}
	.rc-anchor-normal {
		width: 245px;
	}
	.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; margin-bottom: 100px;}
}
@media screen and (min-width: 1200px) {
	body.L9 {
		padding: 0 250px;
	}
	.L9 #mainSlideshow, #services-section,
	#contact-section .row.contact-bottom { margin: 0 -250px; }
	#services, #contact-section .row.contact-bottom { padding: 50px 250px; }
	.container {
		padding: 0;
	}
}

/* Mobile ----------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.L9 #mainSlideshow > li, .L9 #mainSlideshow > li, .L9 #mainSlideshow > li img {
		margin-top: 195px;
	}
	.L9 #gallery-section {
		margin: 0px;
	}
	.L9 .top-header .right div {
		display: block;
		text-align: center;
	}
	.L9 #l2-menu div.row {
		display: flex;
		flex-direction: column-reverse;
	}
	.L9 #contact-section {
		margin: 0px;
		padding: 0px;
	}
	#social-media li {
		width: 38px;
	}
}
@media screen and (max-width: 768px) {
	.L9 #mainSlideshow > li, .L9 #mainSlideshow > li, .L9 #mainSlideshow > li img {
		margin-top: 0px;
	}
	.L9 #gallery-section {
		margin: 0px;
	}
	#mainmenu-container {
		display: none;
	}
	.L9 #l2-menu-wrapper {
		position: relative;
		border-radius: 0;
	}
	.L9 #heading h1,
	.L9 #profile-section > .container-fluid,
	#services, .L9 #contact-section > .container-fluid,
	.L9 #gallery-section .section-title {
		padding: 0 10px;
	}
	.L9 #mainSlideshow {
		width: 100%;
		margin: auto;
	}
	.L9 #profile-section.toggling-container>.container>div {
		padding: 0;
	}
	#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 > li:not(.langs) {
		display: none;
	}
	.L9 .top-header .right {
		text-align: center;
    	margin-top: 0px;
	}
	.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 .merchant-services {
		flex-direction: column;
		align-items: flex-start;
	}
	#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; }
	#contact-section #map-container {
		flex-direction: column;
		margin-bottom: 50px;
	}
	#contact-section #map-container > .load-map {
		height: 250px;
		padding: 0;
		overflow: hidden;
	}
	#contact-section #map-container > .contact-details {
		padding: 20px;
	}
	#contact-section .row.contact-bottom {
		display: flex;
		padding: 20px;
		flex-direction: column-reverse;
	}
	.L9 #contact-section .fm-container { padding: 0; }
	.L9 #contact-section .cd-container { 
		border: 0;
		padding: 0px 10px;
	}
	.L9 #l2-menu div.row {
		display: flex;
		flex-direction: column-reverse;
	}
	#social-media li {
		width: 38px;
		height: 38px;
	}
	.L9 .top-header {
		padding: 0px;
	}
	.L9 #mainSlideshow ul#indicators {
		display: none;
	}
	.L9 .contactform .captcha.g-recaptcha>div {
		margin-left: 0px;
	}
	#map-container {
		margin: 0px 205px;
	}
	#map-section {
		margin-right: 0px;
	}
}
