/* general */
html {
	scroll-behavior: smooth;
}
body,
#top {
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #000;
	position: relative;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
a {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
a:hover,
.breadcrumb a:hover {
	color: #e20730;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
section {
	z-index: 0;
}
.clr {
	clear: both;
}
.container {
	position: relative;
	z-index: 2;
}
.brand {
	display: block;
}
.moduletable {
	width: 100%;
}

/* styling */
.padding {
	padding-top: 150px;
	padding-bottom: 150px;
}
.padding-half {
	padding-top: 75px;
	padding-bottom: 75px;
}
.grey-bg {
	background-color: #eae9e8;
}
.xl-title {
	font-size: 60px;
	line-height: 65px;
	font-weight: 600;
}
.md-title,
#searchForm legend {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 20px;
}
.sm-title {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
}
.title {
	font-size: 30px;
	line-height: 35px;
	font-weight: 300;
}
.subtitle {
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
}
.subtitle a,
.title-box a {
	color: #000;
}
.subtitle.text-center,
#location .title-box,
#gallery .title-box,
.page-header .title-box {
	position: relative;
	margin-bottom: 30px;
}
.subtitle.text-center::before,
#location .title-box::before,
#gallery .title-box::before {
	content: " ";
	height: 2px;
	width: 80px;
	position: absolute;
	left: calc(50% - 40px);
	bottom: -20px;
	background-color: #e20730;
}
.red-text {
	margin-top: 65px;
	color: #e20730;
	font-size: 25px;
}
.grey-text {
	font-weight: 600;
	color: #eae9e8;
}
.white-text,
.white-text a.ar-button {
	color: #fff;
}
.link {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	line-height: 20px;
	top: -9px;
}
.b-link {
	font-weight: 500;
	color: #000;
	font-size: 18px;
	line-height: 22px;
}
a.ar-button {
	display: inline-block;
	position: relative;
	width: 50px;
	text-align: right;
	font-size: 40px;
	line-height: 40px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
a.ar-button::before {
	content: " ";
	width: 35px;
	height: 2px;
	position: absolute;
	left: 0px;
	top: calc(50% - 0.5px);
	background-color: #e20730;
}
a.ar-button:hover {
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.department-container.hovered a.ar-button::before,
.white-text a.ar-button::before {
	background-color: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.btn.disabled {
	opacity: 1;
	text-align: left;
}

/* row with 7 cols */
.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
	max-width: 14.285714285714285714285714285714%;
	width: 100%;
	flex: 0 0 14.285714285714285714285714285714%;
}
.five-cols {
	position: relative;
}
.five-cols .col-md-1,
.five-cols .col-sm-1,
.five-cols .col-lg-1 {
	max-width: 20%;
	width: 100%;
	flex: 0 0 20%;
}

/* top bar */
#top-bar {
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 999999999;
	background-color: #fff;
	-moz-box-shadow: 1px 0px 8px 1px rgba(27, 19, 70, 0.2);
	-webkit-box-shadow: 1px 0px 8px 1px rgba(27, 19, 70, 0.2);
	box-shadow: 1px 0px 8px 1px rgba(27, 19, 70, 0.2);
}
#top-bar .brand img {
	height: 50px;
	width: auto;
}
#top-logos {
	text-align: right;
}
#top-logos br {
	display: none;
}
#top-logos img {
	height: 30px;
	width: auto;
	margin: 0px auto;
}
#top-logos a.dg_logo img {
	height: 23px;
}
#top-logos a.apo_logo img {
	height: 33px;
}
#top-logos a.top-hhg img {
	height: 30px;
}
.top-hhg::before {
	content: " ";
	height: 150%;
	width: 2px;
	position: absolute;
	right: -70%;
	top: calc(50% - 75%);
	background-color: #000;
}
#top-logo,
#top-menu-bar {
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#top-logo.scrolled,
#top-menu-bar.scrolled {
	opacity: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

/* header */
#header {
	position: relative;
	top: 150px;
	left: 0px;
	z-index: 99999999;
}
.brand img {
	height: 125px;
}
.top-info a {
	font-size: 20px;
	line-height: 22px;
	color: #000;
}
a.box-link {
	display: inline-block;
	width: 175px;
	text-align: center;
	padding: 5px 10px;
	color: #000;
	background-color: transparent;
	border: 1px solid #000;
	margin-left: 8px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
a.box-link:hover {
	color: #fff;
	border: 1px solid #e20730;
	background-color: #e20730;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.top-boxes i,
.menu-boxes i {
	font-size: 22px;
	line-height: 25px;
	color: #e20730;
}
.mod-languages {
	font-size: 18px;
	line-height: 22px;
}
.mod-languages li a {
	color: #000;
}
.mod-languages li.lang-active a {
	font-weight: 600;
	color: #e20730;
}

/* menu */
#menu-text {
	font-size: 20px;
	color: #000;
	line-height: 26px;
}
#menu-btn {
	display: inline-block;
	height: 22px;
}
#menu,
#top-menu {
	max-width: 420px;
	width: 100%;
	position: absolute;
	top: -100%;
	right: 15px;
	opacity: 0;
	z-index: -2;
	background-color: #fff;
	-moz-box-shadow: 0px 4px 10px 1px rgba(27, 19, 70, 0.2);
	-webkit-box-shadow: 0px 4px 10px 1px rgba(27, 19, 70, 0.2);
	box-shadow: 0px 4px 10px 1px rgba(27, 19, 70, 0.2);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#menu {
	right: 0px;
}
#top-menu {
	max-width: 445px;
}
.close {
	float: none !important;
}
.icon,
.top-icon,
.close-icon {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 20px;
	top: 2px;
	right: 0px;
	cursor: pointer;
	z-index: 2;
}
.top-icon {
	top: 4px;
}
.icon .line,
.top-icon .line,
.close-icon .line {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 20px;
	background-color: #000;
	transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.5s;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.icon.close .line,
.top-icon.close .line,
.close-icon.close .line {
	background-color: #000;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.close {
	opacity: 1 !important;
}
.top {
	top: 0%;
}
.middle {
	top: calc(50% - 1.5px);
}
.bottom {
	top: calc(100% - 3px);
}
.icon.close .top,
.top-icon.close .top,
.close-icon.close .top {
	transform: rotate(45deg);
	top: 50%;
}
.icon.close .middle,
.icon.close .bottom,
.top-icon.close .middle,
.top-icon.close .bottom,
.close-icon.close .middle,
.close-icon.close .bottom {
	transform: rotate(-45deg);
	top: 50%;
}

.menu,
.top-menu {
	padding: 20px 60px;
	border-bottom: 4px solid #e20730;
}
.menu .menu-item a,
.top-menu .menu-item a,
.submenu .menu-item a,
.sidemenu .menu-item a {
	display: block;
	font-size: 15px;
	color: #000;
	padding: 15px 0px;
	border-bottom: 1px solid #eae9e8;
	margin-bottom: 2px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
#item-181,
#item-182 {
	border-bottom: 1px solid #eae9e8;
}
.menu-item:not(.active) a {
	color: #000 !important;
}
.menu-item:not(.active) a:hover {
	color: #e20730 !important;
}
.menu .menu-item.current a,
.menu .menu-item.active.parent a,
.menu .menu-item.active.parent .submenu .menu-item.current.active a,
.top-menu .menu-item.current a,
.top-menu .menu-item.active.parent a,
.top-menu .menu-item.active.parent .submenu .menu-item.current.active a,
.sidemenu .menu-item.current.active a {
	color: #e20730;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.menu-item.parent.position-relative::before,
.menu-item.parent.position-relative > a::before {
	content: "\eaca";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px;
	right: 0px;
	color: #999;
	font-family: "IcoFont";
	font-size: 22px;
	line-height: 20px;
	transform: rotate(0deg);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.menu-item.parent.position-relative > a.active::before {
	transform: rotate(90deg);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
#left-sidebar .menu-item.parent.position-relative::before {
	display: none;
}
.menu-item:last-child a {
	border-bottom: none;
}

/* slide */
#slideshow {
	left: 0px;
	background-attachment: scroll;
	background-image: url("/images/healthspot-slider_bg.jpg");
	background-position: center 70%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}
#slideshow .slide-img {
	left: -5%;
	bottom: 5%;
	z-index: 2;
}
#slideshow .slide-text {
	right: -5%;
	bottom: 5%;
	z-index: 2;
}
#slideshow .title {
	font-size: 19.2px;
	line-height: 24px;
}
.text-circle {
	width: 325px;
	right: -8%;
	bottom: -35px;
}
circle {
	fill: none;
}
textPath {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1.8px;
}
.text-circle span {
	display: inline-block;
	width: 150px;
	height: 140px;
	color: #e20730;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	line-height: 45px;
	position: absolute;
	left: calc(50% - 75px);
	bottom: 95px;
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.rotating {
	-webkit-animation: rotating 15s linear infinite;
	-moz-animation: rotating 15s linear infinite;
	-ms-animation: rotating 15s linear infinite;
	-o-animation: rotating 15s linear infinite;
	animation: rotating 15s linear infinite;
}

#top-social {
	right: 0%;
	top: calc(50% - 20px);
}
#top-social .soc-icon {
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	border-radius: 0px;
	background-color: rgba(255, 255, 255, 0.8);
}
#top-social .soc-icon a {
	color: #000;
}
#top-social .soc-icon.red-bg {
	background-color: rgba(226, 7, 48, 0.8);
}
#top-social .soc-icon.red-bg a {
	color: #fff;
}
.scroll-icon,
.scroll-icon:hover {
	color: #000;
	bottom: 35px;
	left: calc(50% - 30px);
	font-size: 60px;
	line-height: 60px;
}
#top-covid,
#top-blog,
#top-offers,
#top-eope {
	left: 0px;
	top: calc(50% - 35px);
	z-index: 2;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	width: auto;
}

#top-homecare {
	z-index: 2;
	left: 0px;
  top: calc(50% - -125px);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	width: auto;
}

#top-blog {
	top: calc(50% + 125px);
}
#top-offers {
	top: calc(50% + 45px);
}
#top-covid a,
#top-blog a,
#top-offers a,
#top-eope a {
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.8);
}

#top-homecare a {
	background-color: rgba(226, 7, 48, 1);
	padding: 15px;
}
#top-covid img,
#top-homecare img,
#top-blog img,
#top-offers img {
	height: 40px;
}

#top-homecare:hover,
#top-offers:hover,
#top-covid:hover {
	width: 10%;
	text-align: center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 2s;
}

#top-eope:hover {
	width: 10%;
	text-align: center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 2s;
}
/* departments */
#departments {
	overflow: hidden;
}
#departments::before {
	content: " ";
	width: 12%;
	height: 5px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #e20730;
}
#departments::after {
	content: " ";
	width: 21.5%;
	height: 5px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: #000;
	z-index: 2;
}
#departments .container {
	max-width: 75%;
}
#departments .title-box {
	position: absolute;
	max-width: 165px;
	text-align: right;
	margin-bottom: 40px;
	left: -180px;
	top: 130px;
}
#departments .title-box::before {
	content: " ";
	width: 70px;
	height: 70px;
	position: absolute;
	left: -40px;
	top: -35px;
	border: 5px solid #e20730;
	z-index: -1;
}
#departments .title-box .title {
	margin-bottom: 0px;
	background-color: #fff;
	text-align: left;
}
#departments .owl-stage-outer {
	position: relative;
	overflow: hidden;
	right: -2%;
}
#departments .owl-item {
	float: left;
}
.department-container {
	padding-top: 150px;
	padding-bottom: 130px;
}
.dept-content .sm-title {
	min-height: 45px;
}
.dept-introtext {
	min-height: 135px;
}
.department-container .dept-icon img {
	height: 75px;
}
.department-container::before {
	content: " ";
	width: 100%;
	height: 0%;
	position: absolute;
	top: 0%;
	left: 0px;
	z-index: -1;
	background-color: #e20730;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.department-container.hovered::before {
	height: 110%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.department-container .sm-title a {
	color: #000;
}
.department-container.hovered,
.department-container.hovered a,
.department-container.hovered a.ar-button {
	cursor: pointer;
	color: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.department-container.hovered .dept-icon img {
	filter: brightness(100);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.owl-nav .owl-prev {
	display: none;
}
.owl-nav .owl-next {
	content: " ";
	width: 80px;
	height: 80px;
	position: absolute;
	right: -100px;
	opacity: 1;
	top: calc(50% - 40px);
	background-attachment: scroll;
	background-image: url("/images/graphs/arrow-right.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	animation: slide 1s linear infinite;
}
.owl-nav .owl-next::before {
	content: " ";
	width: 80px;
	height: 80px;
	position: absolute;
	right: -20px;
	opacity: 0.75;
	top: calc(50% - 40px);
	background-attachment: scroll;
	background-image: url("/images/graphs/arrow-right.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	animation: slide 1s linear infinite;
	animation-delay: 2s;
}
.owl-nav .owl-next::after {
	content: " ";
	width: 80px;
	height: 80px;
	position: absolute;
	right: -40px;
	opacity: 0.5;
	top: calc(50% - 40px);
	background-attachment: scroll;
	background-image: url("/images/graphs/arrow-right.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	animation: slide 1s linear infinite;
	animation-delay: 3s;
}
@keyframes slide {
	0% {
		opacity: 0;
		transform: translateX(-5%);
	}
	20% {
		opacity: 0.75;
		transform: translateX(0%);
	}
	80% {
		opacity: 0.75;
		transform: translateX(5%);
	}
	100% {
		opacity: 0;
		transform: translateX(0%);
	}
}

/* owl dots counter */
.owl-dots {
	position: absolute;
	right: 1.8%;
	bottom: 20px;
	counter-reset: dots;
	width: 150px;
}
.owl-dot:before {
	font-size: 18px;
	line-height: 20px;
	opacity: 0.5;
	counter-increment: dots;
	content: "" counter(dots);
}
.owl-dot.active::before {
	opacity: 1;
	font-weight: bold;
}
.owl-dots .owl-dot {
	display: inline-block;
	margin-right: 7.5px;
}
.owl-dots .owl-dot:hover,
.owl-nav .owl-next:hover {
	cursor: pointer;
}

/* intro */
#intro .container::before {
	content: " ";
	width: 170px;
	height: 210px;
	position: absolute;
	left: 15px;
	top: -160px;
	background: url("/images/healthspot-logo_vert.png") no-repeat scroll center/contain;
}
.intro-circ {
	position: relative;
	width: 110px;
	height: 110px;
	border: 2px solid #000;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.intro-circ.one::before,
.intro-circ.two::before,
.intro-circ.three::before {
	content: " ";
	width: 20px;
	height: 36px;
	position: absolute;
	left: -10px;
	top: calc(50% - 18.5px);
	background-color: #eae9e8;
}
.intro-circ span {
	position: absolute;
	font-size: 22px;
	line-height: 25px;
	left: -25%;
	top: calc(50% - 17.5px);
	padding: 5px;
}
.intro-circ img {
	width: 100%;
	height: auto;
}

/* moving text */
#horizontal {
	height: 70px;
}
.left-slide-in-text,
.right-slide-in-text {
	width: 1000px;
	font-size: 50px;
	line-height: 55px;
	position: absolute;
	top: 0px;
}
.left-slide-in-text {
	left: 0px;
}
.right-slide-in-text {
	right: 0px;
}

/* red section */
#red-content {
	background-attachment: fixed;
	background-image: url("/images/graphs/red-section_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#red-content .container::before {
	content: " ";
	width: 33%;
	height: 125%;
	position: absolute;
	right: 20px;
	top: -25%;
	background-color: #eae9e8;
}
.red-icon img {
	height: 55px;
	margin-bottom: 10px;
}

/* access */
#access {
	padding-bottom: 100px;
}
#access .title-box {
	text-align: center;
}
#access .container {
	max-width: 1110px;
	position: relative;
	height: 600px;
	background-attachment: scroll;
	background-image: url("/images/graphs/prosvash_bg-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 75% bottom;
}
.access-icons {
	position: absolute;
	right: 0px;
	bottom: 90px;
	background-color: #fff;
}
.access-icons img {
	height: 60px;
}
.access-content {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 75px 30px;
	background-color: #fff;
}

/* location */
#location-content {
	margin-bottom: 200px;
}
#location-content .md-title a {
	color: #000;
}
#location::after {
	content: " ";
	width: 685px;
	height: 800px;
	position: absolute;
	right: 0px;
	top: -15%;
	background-attachment: scroll;
	background-image: url("/images/graphs/map_bg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.6;
	z-index: -2;
}
#location .title-box,
#gallery .title-box {
	text-align: center;
}
#location .title,
#location .subtitle,
#gallery .title,
#gallery .subtitle,
#access .title,
#access .subtitle {
	display: inline-block;
	margin-bottom: 0px;
}
#location .subtitle,
#gallery .subtitle,
#access .subtitle {
	margin-left: 10px;
}
#location .md-title.red-text {
	margin-top: 0px;
	font-size: 35px;
	font-weight: 500;
	line-height: 30px;
	padding-left: 35px;
}
#location .md-title.red-text i {
	position: relative;
	top: -5px;
	font-size: 40px;
	line-height: 22px;
}
#location p {
	font-weight: 300;
	line-height: 22px;
}
#location .w-100 {
	max-width: 150px;
	height: 3px;
	background-color: #e20730;
}
#location .col-peiraias {
	z-index: 2;
}
#location .w-25 {
	height: 3px;
	background-color: #000;
}
.progress-box {
	max-height: 350px;
	position: relative;
	margin-top: -24%;
  left: 65%;
	z-index: -1;
}
.progress {
	stroke-dasharray: 1080px;
	stroke-dashoffset: 1080px;
	animation: dash 5s linear infinite forwards;
}
@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}

/* gallery */
.grid {
	max-width: 100%;
	width: 100%;
}
.grid-sizer,
.grid-item {
	width: calc(32% - 15px);
}
.grid-item {
	float: left;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
}
.gutter-sizer {
	width: 30px;
}
#gallery-content .grid-item::before,
#services-content .grid-item .innovative-image::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: rgba(226, 7, 48, 0.85);
	opacity: 0;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#gallery-content .grid-item.hovered::before,
#services-content .grid-item.hovered .innovative-image::before {
	opacity: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#gallery-content .grid-item .gallery-title {
	position: absolute;
	width: 100%;
	height: 50px;
	color: #fff;
	text-align: center;
	left: 0px;
	top: calc(50% - 25px);
	padding: 0px 30px;
	opacity: 0;
	z-index: 2;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#gallery-content .grid-item.grid-item-5::before,
#gallery-content .grid-item.grid-item-5.hovered::before {
	opacity: 0.75;
}
#gallery-content .grid-item.grid-item-5 .gallery-title,
#gallery-content .grid-item.grid-item-5.hovered .gallery-title {
	opacity: 1;
	padding: 0px 50px;
	height: 90px;
	top: calc(50% - 45px);
}
/*
#gallery-content .grid-item .gallery-title .md-title {
	display: none;
}
*/


#gallery-content .grid-item .gallery-title.custom-gallery {

}

.custom-gallery:hover {
	
}
#gallery-content .grid-item.grid-item-5 .gallery-title .md-title {
	display: block;
	font-weight: 600;
}
.gallery-title a {
	color: #fff;
}
#gallery-content .grid-item .gallery-image {
	height: 210px;
	overflow: hidden;
}
#gallery-content .grid-item-1 .gallery-image,
#gallery-content .grid-item-5 .gallery-image,
#gallery-content .grid-item-9 .gallery-image {
	height: 490px;
}
#gallery-content .grid-item.hovered .gallery-title {
	opacity: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#gallery-content .grid-item .gallery-image img,
.doc-item .doc-image img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#gallery-content .grid-item.hovered .gallery-image img,
.doc-item:hover .doc-image img {
	transform: scale(1.1);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

/* innovative services */
.innovative-services::before {
	content: " ";
	width: 150px;
	height: 150px;
	position: absolute;
	left: 25%;
	bottom: 15%;
	background-attachment: scroll;
	background-image: url("/images/graphs/services_bf.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
}
.innovative-services::after {
	content: " ";
	width: 280px;
	height: 280px;
	position: absolute;
	right: -10%;
	top: -9%;
	background-attachment: scroll;
	background-image: url("/images/graphs/services_af.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
}
#services-content .grid-item .innovative-desc {
	width: 300px;
	position: absolute;
	left: calc(50% - 150px);
	top: calc(50% - 40px);
	text-align: center;
	color: #fff;
	z-index: 2;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#services-content .grid-item:hover .innovative-desc {
	opacity: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#services-content .grid-item .innovative-image {
	height: 250px;
	overflow: hidden;
	position: relative;
}
#services-content .grid-item.grid-item-2 {
	width: calc(65.3% - 15px);
}
#services-content .grid-item.grid-item-2 .innovative-image,
#services-content .grid-item.grid-item-3 .innovative-image,
#services-content .grid-item.grid-item-5 .innovative-image {
	height: 300px;
}
#services-content .grid-item.grid-item-4 .innovative-image {
	height: 500px;
}
#services-content .grid-item.grid-item-6 .innovative-image,
#services-content .grid-item.grid-item-8 .innovative-image {
	height: 350px;
}
#services-content .md-title {
	margin: 10px 0px;
}
#services-content .md-title a {
	color: #000;
}

.all-services {
	position: absolute;
	right: 15px;
	bottom: 120px;
	max-width: calc(32% - 15px);
}
.all-services .box-link {
	margin-left: 0px;
	width: auto;
	font-size: 18px;
	line-height: 24px;
}
/* back to top */
#back-top {
	color: #000;
	font-size: 25px;
	line-height: 20px;
}

/* footer */
footer {
	z-index: 0;
	background-color: #eae9e8;
}
footer .col-md-3,
footer .col-md-3 a {
	color: #fff;
	background-color: #e20730;
}
footer .col-md-3 img {
	height: 95px;
	filter: brightness(100);
}
.soc-icon {
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	margin-top: 25px;
	margin-right: 5px;
	border-radius: 50%;
	background-color: #fff;
}
.soc-icon a.d-inline-block {
	color: #e20730;
	background-color: transparent;
}
footer .col-md-9,
footer .col-md-9 a {
	color: #000;
	font-size: 14px;
	line-height: 16px;
}
footer .col-md-9 i {
	color: #e20730;
}
footer .col-md-9 img.hhg-logo_f {
	height: 45px;
	width: auto;
}
.copy {
	bottom: 15px;
}

/* in slideshow */
#in-slideshow {
	height: 400px;
	background-attachment: scroll;
	background-image: url("/images/inslide-sample_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}
#in-slideshow::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(234, 233, 232, 0.7);
}

/* content */
.main-content {
	padding: 100px 0px;
}
#content.col-md-9 {
	padding-left: 30px;
}
.page-header .title-box {
	padding-left: 50px;
}
.page-header .title-box::before {
	content: " ";
	width: 70px;
	height: 70px;
	position: absolute;
	left: -15px;
	top: -40px;
	border: 5px solid #e20730;
	z-index: -1;
}
.page-header .title-box::after {
	content: " ";
	width: 40px;
	height: 40px;
	position: absolute;
	left: 30px;
	top: -10px;
	background-color: #fff;
	z-index: -1;
}
.page-header .title,
.page-header .subtitle {
	display: inline-block;
}
.page-header .subtitle {
	margin-left: 10px;
}

/* contact page */
.item-page.contact-page .article-body {
	padding: 0px 50px;
}
.contact-image {
	border-bottom: 4px solid #e20730;
}
.contact-details {
	padding: 20px 25px;
	margin-bottom: 30px;
	background-color: #eae9e8;
}
.contact-details .title {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 25px;
}
.contact-details p {
	margin-bottom: 10px;
}
.contact-details a {
	color: #000;
	font-weight: 300;
}
.contact-details i {
	float: left;
	color: #e20730;
	font-size: 18px;
	line-height: 22px;
	margin-right: 10px;
}

/* side bar */
#left-sidebar .moduletable:first-child {
	padding-bottom: 20px;
	border-bottom: 4px solid #e20730;
	margin-bottom: 35px;
}
#left-sidebar .image_box .title {
	color: #e20730;
}
/* category blog - services */
.layout-toggle .d-inline-block {
	position: relative;
	max-width: 40px;
	width: 100%;
	height: 40px;
	padding: 10px;
	z-index: 2;
}
.layout-toggle .grid-button img {
	height: 18px;
}
.serv-item {
	margin-bottom: 20px;
	background-color: rgba(234, 233, 232, 0.6);
}
.serv-image {
	position: relative;
	height: 250px;
	overflow: hidden;
}
.serv-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	width: 100%;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	max-width: unset;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}
.serv-content {
	padding: 15px;
}
.serv-content .sm-title {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 25px;
}
.serv-content .sm-title a {
	color: #000;
}
.grid-layout .serv-content .sm-title {
	height: 50px;
}
.grid-layout.anakoinwseis .serv-content .sm-title {
	height: auto;
	margin-bottom: 20px;
}

/* module doctors */
.doc-item {
	background-color: #fff;
	border-bottom: 2px solid #eae9e8;
	margin-bottom: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.doc-item:hover {
	background-color: #e20730;
	border-bottom: 2px solid #e20730;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.doc-image {
	height: 225px;
	overflow: hidden;
}
.doc-item .doc-image a::before {
	content: "\efc2";
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 15px);
	color: #fff;
	padding: 5px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	font-family: "IcoFont";
	background-color: #e20730;
	opacity: 0;
	z-index: 2;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.doc-item .doc-image a::after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	opacity: 0;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.doc-item:hover .doc-image a::before,
.doc-item:hover .doc-image a::after {
	opacity: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.doc-item .sm-title {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	margin: 15px 0px;
}
.doc-item .sm-title a {
	color: #000;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.doc-specialty {
	color: #858585;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.doc-item:hover .sm-title a,
.doc-item:hover .doc-specialty {
	color: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

/* search results */
#searchForm legend {
	margin-bottom: 5px;
}
#search-searchword {
	padding: 6px 12px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	height: 38px;
}
.search-button {
	color: #fff;
	padding: 6px 36px;
	height: 38px;
	border: none;
	margin-left: -4px;
	background-color: #e20730;
}
.searchintro .badge {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	margin: 0px 2px;
	border-radius: 0px;
	background-color: #e20730;
}
.phrases-box .radio,
.only .checkbox {
	display: block;
	margin: 10px 0px;
}
.phrases-box .radio input,
.only .checkbox input {
	margin-right: 5px;
}

/* contact forms */
#userForm .form-group {
	margin-bottom: 15px;
}
#userForm .rsform-block-m-attachment .control-label {
	margin-bottom: 15px;
}
#userForm .form-control {
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-color: #eae9e8;
	border-radius: 0px;
	height: 40px;
	padding: 5px 10px;
}
#userForm .form-control.rsform-text-box {
	height: auto;
}
#userForm .form-control:focus {
	color: #000;
	background-color: #fff;
	border-color: #e20730;
	outline: 0;
	box-shadow: 0 0px 5px 1px rgba(226, 7, 48, 0.5);
}
#m_submit,
#m_submit:hover,
#m_submit:focus,
#radevou_submit,
#radevou_submit:hover,
#radevou_submit:focus,
#userForm .rsform-calendar-button {
	position: relative;
	border-radius: 0px;
	border: none;
	margin-top: 15px;
	padding: 10px 65px 10px 25px;
	background-color: #e20730;
}
#userForm .rsform-calendar-button {
	padding: 8px 15px;
	margin-top: 0px;
}
#userForm .xdsoft_datetimepicker .xdsoft_datepicker {
	width: 100%;
	float: none;
	margin-left: 0px;
}
#m_submit::before,
#radevou_submit::before {
	content: " ";
	width: 35px;
	height: 2px;
	position: absolute;
	right: 15px;
	top: calc(50% - 1.5px);
	background-color: #fff;
}
#m_submit::after,
#radevou_submit::after {
	content: "\eaca";
	width: 40px;
	height: 44px;
	position: absolute;
	right: -1px;
	top: 0px;
	font-family: "IcoFont";
	color: #fff;
	font-size: 35px;
	line-height: 45px;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover,
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	background: #e20730 !important;
	box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span {
	color: #e20730;
	text-decoration: none;
}
/* departments - article page */
.layout-healthspotservices .article-body p:first-child,
.itemid-119 .article-body p:first-child {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 35px;
}
/* locations category */
.locations-category .serv-image {
	display: none;
}
.locations-category .serv-content .sm-title {
	font-size: 25px;
	line-height: 30px;
}
.locations-category .serv-content {
	padding: 20px;
}
.locations-category .serv-intro {
	height: 50px;
}

/* sliders */
.rl_sliders.accordion .accordion-group {
	margin: 0px 0px 15px;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.rl_sliders.accordion .accordion-group .accordion-heading a.accordion-toggle {
	position: relative;
	padding: 15px 50px;
}
.rl_sliders.accordion .accordion-group .accordion-heading a.accordion-toggle,
.rl_sliders.accordion .accordion-group .accordion-heading a.accordion-toggle.collapsed,
.rl_sliders.accordion .accordion-group .accordion-heading a.accordion-toggle:focus,
.rl_sliders.accordion .accordion-group .accordion-heading a.accordion-toggle.collapsed:focus {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 0px;
	background-color: none;
	background-image: none;
	border: none;
	border-bottom: 2px solid #e20730;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.rl_sliders.accordion .accordion-group.active .accordion-heading a.accordion-toggle,
.rl_sliders.accordion .accordion-group .accordion-heading a.accordion-toggle:hover,
.rl_sliders.accordion .accordion-group .accordion-heading a.accordion-toggle.collapsed:hover,
.rl_sliders.accordion .accordion-group .accordion-heading a.accordion-toggle:focus {
	color: #e20730;
	border: none;
	border-bottom: 2px solid #e20730;
	background-color: transparent;
	box-shadow: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.rl_sliders.accordion .accordion-group .accordion-body .accordion-inner {
	position: relative;
	padding: 25px 50px;
	background-color: transparent;
	border-bottom: 2px solid #e20730;
}
.rl_sliders.accordion .accordion-group .accordion-body .accordion-inner ul {
	padding-left: 15px;
}
.rl_sliders.accordion .accordion-group .accordion-heading a.accordion-toggle::before {
	content: " ";
	width: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 10px;
	background-attachment: scroll;
	background-image: url("/images/graphs/slider_bf.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.rl_sliders.accordion .accordion-group .accordion-heading a.accordion-toggle::after {
	content: " ";
	width: 20px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: calc(50% - 15px);
	background-attachment: scroll;
	background-image: url("/images/graphs/arrow-down.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.25;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.rl_sliders.accordion .accordion-group .accordion-heading a.accordion-toggle:hover::after {
	opacity: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
/* black edit article box */
.icons .btn.dropdown-toggle {
	background-color: #000;
	color: #fff;
	margin-top: -40px;
}

/* content epeksergasia */
#content .dropdown-menu {
	display: block !important;
}
/* offers category */
.item-offer {
	padding-bottom: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
}
.item-offer h2 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	font-weight: 400;
}
/* vreite mas edw */
.b-bottom {
	padding-bottom: 15px;
	border-bottom: 1px solid #eae9e8;
}

/*diorthoseis*/
.view-login .nav.nav-tabs.nav-stacked li {
	margin-right: 20px;
}

.view-login .nav-tabs {
	border-bottom: none;
	margin-top: 20px;
}
.view-login .btn.btn-primary {
	border: none;
	margin-top: 10px;
}

#gallery-content .grid-item::before {
  display: block !important;
  background-color: rgba(226, 7, 48, 0.53);
}

#gallery-content .grid-item.grid-item-5::before,
#gallery-content .grid-item.grid-item-5.hovered::before {
	opacity: 0.75;
	display: block;
}

/* anakoinwseis */
.item-page.anakoinwseis .title {
	margin-bottom: 0px;
}
.item-page.anakoinwseis .subtitle {
	word-break: break-word;
	display: inline;
	margin-left: 5px;
	margin-bottom: 0px;
}

.layout-healthspotservices .anakoinwseis .article-body p:first-child {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 1em;
}
.layout-healthspotservices .anakoinwseis .sm-title {
	font-size: 20px;
	line-height: 25px;
}

.itemid-129 .page-header h2 {
	font-weight: bold;
}

.itemid-121 ul li a,
.itemid-122 ul li a,
.itemid-123 ul li a,
.itemid-124 ul li a,
.itemid-198 ul li a {
	color: #000;
}

.itemid-121 ul li a:hover,
.itemid-122 ul li a:hover,
.itemid-123 ul li a:hover,
.itemid-124 ul li a:hover,
.itemid-198 ul li a:hover {
	color: #e20730;
}

footer .container {
	max-width: 1750px;
}
.footer-img img {
	height: 80px;
}
footer address,
footer .col-md-9 address a {
	font-size: 20px;
	font-weight: lighter;
	display: inline-block;
	line-height: 25px;
}
footer address {
	width: 100%;
	border-bottom: 1px solid #707070;
}
.col-12.col-lg-5s.position-relative::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: -15px;
	top: 0;
	background-color: rgba(221, 221, 222, 0.4);
	z-index: -1;
}
.col-lg-5s {
	position: relative;
	max-width: 20%;
	width: 100%;
}
.footer-separator {
	display: block;
	width: calc(100% - 30px);
	margin: 20px 0 20px 15px;
	border-top: 1px solid #707070;
}
.clinics {
	padding-right: 15px;
	border-right: 1px solid #707070;
	word-break: break-word;
}
.clinics ul {
	display: block;
	list-style-type: none;
	padding-left: 0;
	line-height: 20px;
	font-weight: lighter;
}
.clinics a img {
	height: 40px;
	width: auto;
	margin-bottom: 15px;
}
footer .row .row:last-child {
	margin-bottom: 20px;
}

/* Accordion Menu */
.accordion-btn_2 {
	position: relative;
	display: block;
}
.accordion-line_2 {
	position: absolute;
	background-color: #fff;
}
.accordion-btn_2 .accordion-line_2.top {
	top: calc(50% - 1px);
	left: -26.5px;
	width: 15px;
	height: 2px;
}
.accordion-btn_2 .accordion-line_2.bot {
	top: calc(50% - 7px);
	left: -20.5px;
	width: 2px;
	height: 14px;
	z-index: 2;
}
.accordion-btn_2.active .accordion-line_2.top {
	opacity: 0;
}
.accordion-btn_2.active .accordion-line_2.bot {
	transform: rotate(90deg);
}

/* View PDF Link - Apologismoi */
.pdf-view-link {
	display: inline-block;
	position: relative;
	margin-top: 5px;
	border-radius: 30px;
	border: 2px solid #e20730;
	padding: 15px 20px 15px 55px;
}
.pdf-view-link::before {
	content: " ";
	width: 40px;
	height: 40px;
	position: absolute;
	left: 7px;
	top: calc(50% - 20px);
	background-color: #e20730;
	border-radius: 50%;
	background-attachment: scroll;
	background-image: url("/images/pdf-view-link-icon.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22.5px;
}



/* george */

#top-eope {
top: calc(50% - 114px);
}

#top-eope img {
  height: 40px;
}

.col-mikonos {
	margin-top: 36px;
}

.footer-left .w-100.certification img {
	filter: none;
}

.soc-icon a.d-inline-block.cert {
	background-color: #e20730;
}

.footer-left .w-100.mb-75 {    
	margin-bottom: 60px;
  margin-bottom: 140px;
}

footer .footer-certf img {

  filter: none;
}
 
.footer-certf img {
width: 115px;
height: auto !important;
}

.footer-certf-01{
 left: 0px !important;
  position: absolute;
  bottom: 88px;
}

.footer-certf {
right: 19px;
bottom: 16px;
}
.owl-logos-carousel .owl-stage-outer .owl-stage .owl-item a {
	text-align: center;
}
#top-logos .col-10.col-sm-11 {
	padding-left: 75px;
}

.synergasia-title {
  font-size: 22px;
  line-height: 30px;
}
.khfisia-images img,
.mykonos-images img{
  max-width: 100%;
}

:lang(en-gb) > a.box-link {
  width: 215px;
}

/* Den kserw giati */
.itemid-110 .article-body p:first-child {
    font-size: 16px;
    line-height: 22px;
	font-weight: normal;
  	margin-bottom: 1rem;
}

/* Innovative Tilte */
#services-title .custom {
	width: 100%;
}

/* Modal */
#rl_modals_title {
	text-transform: uppercase;
	font-weight: lighter;
	text-align: center;
	background-color: rgba(227, 7, 47, 1);
	color: #fff;
	padding: 15px 15px;
	border-bottom: 0;
}
#rl_modals_loaded_content {
	padding: 15px;
	margin-top: 50px;
	margin-bottom: 0;
	max-height: none;
	text-align: center;
}
#rl_modals_close {
	filter: alpha(opacity=30);
	filter: brightness(0) invert(1);
	opacity: 1;
}

.box-platon-d-flex {
  display: flex;
}

.box-platon.c,
.box-platon.a {
	padding-right: 50px;
}

.row-platon.a {
  margin-top: 40px;
}


.box-platon.c,
.box-platon.d {
  margin-top: 30px;
}

.box-platon.f {
  margin-top: 40px;
}

footer .container {
  max-width: 100%;
}

.pl-custom-f {
	padding-left: 70px !important;
}

