body {
	font-family: 'Ubuntu', sans-serif !important;
	font-size: 16px !important;
	line-height: 20px !important;
	position: relative !important;
	height: 100%;
}
.container {
    max-width: 1170px;
    width: 100%;
    position: relative;
}
.container-fluid {
	position: relative;
}
.body .container {
	background-color: transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 0px !important;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.row {
	position: relative;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 0px;
}
#content a {
	color: #3b97a4;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#content a:hover {
	color: #f1a31c;
	text-decoration: none !important;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}


/*  styling  */
.title {
	font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}
.sub {
	font-size: 22px;
	line-height: 26px;
	color: #f1a31c;
}
.half-title {
	font-size: 25px;
	line-height: 30px;
	font-weight: 500;
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #003F4A;
}
h1, h2, h3, h4, h5, h6, .site-title {
	font-family: 'Ubuntu', sans-serif !important;
}
.button {
    display: inline-block;
    margin-top: 20px;
    padding: 18px 22px;
    background: transparent;
    border: 1px solid #3b97a4;
	border-radius: 40px;
    color: #3b97a4;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.button:hover {
	color: #fff;
    background: #3b97a4;
    text-decoration: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

/*  toggle menu  */
#header .close-menu {
    width: 40px;
    height: 40px;
    border-radius: 0px 40px 40px 0px;
    background-color: #f9f9f9;
    -moz-box-shadow: 2px 1px 1px 0.6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 1px 1px 0.6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 1px 0.6px rgba(0, 0, 0, 0.1);
    display: inline-block;
    position: fixed;
    left: 399px;
    z-index: 1000;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#header .close-menu::before {
    content: "\f111";
    font-family: 'Fontawesome';
    font-size: 30px;
    position: relative;
    top: 10px;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#header .close-menu {
	color: #003F4A;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#header .close-menu:hover {
	color: #f1a31c;
	text-decoration: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#header.close-menuc .close-menu {
    left: 0px;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#main-container.no-margin {
	margin-left: 0px;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
/*  header  */
#header {
    padding: 40px 0px 0px;
    max-width: 400px;
    width: 100%;
    height: 100vh;
    -moz-box-shadow: 2px 1px 1px 0.6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 1px 1px 0.6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 1px 0.6px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 1002;
    left: 0px;
    top: 0px;
    text-align: center;
    display: block;
    margin-bottom: 0px;
    background-color: #f9f9f9;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#header.close-menuc {
	max-width: 400px;
    height: 100vh;
    position: fixed;
    z-index: 1001;
    left: -404px;
    -moz-box-shadow: 0px;
	-webkit-box-shadow: 0px;
    box-shadow: 0px;
    top: 0px;
    text-align: center;
    display: block;
    margin-bottom: 0px;
    background-color: #f9f9f9;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#header .header-inner {
	display: block;
    position: relative;
    max-height: 100%;
    height: 100%;
}
#header .brand {
	position: relative;
    display: block;
    margin-bottom: 60px;
}
#header .brand::before {
    content: " ";
    width: 160px;
    height: 1px;
    position: absolute;
    bottom: -35px;
    left: calc(50% - 80px);
    background-color: #d9d9d9;
}
#header .brand img {
    max-width: 160px;
}

#header .main-menu {
    margin-bottom: 30px;
}

#header .lang {
	position: absolute;
	bottom: 100px;
}

#header .header-inner .copy {
	position: absolute;
	bottom: 20px;
	left: calc(50% - 99px);
	font-size: 14px;
	line-height: 16px;
}

#header .lang .lang-inline li a {
    color: #3b97a4;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#header .lang .lang-inline li.lang-active a {
	color: #f1a31c;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#header .lang .lang-inline li a:hover {
    color: #f1a31c;
    text-decoration: none;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}


/*  main menu  */
div#maximenuck207.maximenuckv ul.maximenuck li.maximenuck.level1, div#maximenuck234.maximenuckv ul.maximenuck li.maximenuck.level1, div#maximenuck248.maximenuckv ul.maximenuck li.maximenuck.level1, div#maximenuck259.maximenuckv ul.maximenuck li.maximenuck.level1, div#maximenuck271.maximenuckv ul.maximenuck li.maximenuck.level1 {
	text-align: center !important;
}


/*  copyrights  */
#header .copy, .footer .copy-2 {
	line-height: 22px;
}
#header .copy a, .footer .copy-2 a {
	color: #3b97a4;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#header .copy a:hover, .footer .copy-2 a:hover {
	color: #f1a31c;
    text-decoration: none;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}


/*  main-container  */
#main-container {
	margin-left: 400px;
	position: relative;
	overflow-x: hidden;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}


/*  call-banner  */
.call-banner {
	width: 100%;
    position: relative;
    padding: 60px 20px !important;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    /*
    background-image: url("/images/kleiste-rantevou.jpg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    */
    z-index: 1001;
}
.call-banner::before {
    content: " ";
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(244,244,244,0.7);
}
.call-banner .title {
	color: #003F4A;
    display: inline-block;
    margin-top: 0px;
}
.call-banner .title span {
	font-weight: 500;
}
.call-banner p {
    display: inline-block;
    float: right;
    width: 82%;
    font-size: 18px;
    line-height: 22px;
}


/*  top intro  */
.top-intro {
	padding: 100px 0px 140px;
	text-align: center;
}
.top-intro:lang(GR), .top-intro:lang(EN) {
	padding: 100px 0px 140px;
	text-align: center;
	background-image: url("/images/new/welcome_bg-top.jpg");
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	position: relative;
}
.top-intro:lang(GR)::before, .top-intro:lang(EN)::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(51, 51, 51, 0.4);
}
.top-intro:lang(GR) .title, .top-intro:lang(GR) .sub, .top-intro:lang(EN) .title, .top-intro:lang(EN) .sub {
	color: #fff;
}
.top-intro:lang(GR) h3, .top-intro:lang(EN) h3 {
	line-height: 24px;
}

/*  services  */
.services .moduletable.top-box-phone {
    text-align: right;
    width: 25%;
    padding: 20px;
    background-color: #f1a31c;
    color: #f9f9f9;
    position: absolute;
    z-index: 1001;
    right: 0;
    top: -75px;
}
.services .moduletable.top-box-phone h3 {
    font-size: 28px;
    line-height: 32px;
}
.services .moduletable.top-box-phone span {
	display: inline-block;
	font-size: 22px;
	line-height: 26px;
}
.services .moduletable.top-box-phone .fa-phone {
    transform: rotate(90deg);
    font-size: 24px;
    margin-right: 10px;
}

/*  services - left  */
.services {
    position: relative;
}
.services .container-fluid {
    padding: 0px;
}
.services p {
	margin-bottom: 0px;
}
.services .row .serv-box .op-1, .services .row .serv-box .op-2, .services .row .serv-box .op-3, .services .row .serv-box .op-4 {
	opacity: 1;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear
}
.services .row .serv-box .op-1:hover, .services .row .serv-box .op-2:hover, .services .row .serv-box .op-3:hover, .services .row .serv-box .op-4:hover {
	opacity: 0.8;
	cursor: pointer;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.services .row .serv-box a {
    display: block;
    color: #333;
}
.services .row .serv-box h3 {
	font-family: 'Ubuntu', sans-serif !important; 
    font-weight: 400;
    color: #333;
}
.services .row .serv-box.col-lg-6 {
    text-align: center;
    padding: 0px;
}
.services .row .serv-box .serv-l, .services .row .serv-box .serv-d {
    min-height: 300px;
    padding: 45px 0px;
}
.services .row .serv-box .serv-l {
	background-color: #D9F3F4;
}
.services .row .serv-box .serv-d {
	background-color: #9ADCE2;
}
.services .row .serv-box .serv-img {
    display: inline-block;
    background-color: #fff;
    padding: 20px;
    border-radius: 50%;
	margin-bottom: 15px;
}
.services .row .serv-box .serv-img img {
    max-width: 90px;
}

/*  services - right  */
.services .welcome {
    min-height: 600px;
    padding: 250px 20px;
    position: relative;
    overflow: hidden;
}
.services .welcome::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0px;
    left: 0px;
    background-image: url("/images/new/happy-mom_bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.services .welcome::after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-color: #f9f9f9;
	opacity: 0.7;
}
.services .welcome .title {
	color: #003F4A;
}


/*  two boxes  */
.boxes {
    padding: 60px 0px 120px;
}
.boxes .box {
    text-align: center;
    padding: 0px;
}
.boxes .box:nth-child(3) {
	margin-right: 0px;
}
.boxes .box:nth-child(3) p {
	padding: 0px 15px;
}
.boxes .box:nth-child(2)::before {
    content: "\f1ad";
    font-family: 'Fontawesome';
    font-size: 46px;
    color: #335e68;
    width: 82px;
    height: 80px;
    padding: 30px 23px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: -40px;
    left: calc(50% - 41px);
}
.boxes .box:nth-child(3)::before {
    content: "\f012";
    font-family: 'Fontawesome';
    font-size: 46px;
    color: #335e68;
    width: 82px;
    height: 80px;
    padding: 30px 15px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: -40px;
    left: calc(50% - 41px);
}
.boxes .box a {
    font-family: 'Ubuntu', sans-serif !important;
    display: block;
    color: #333;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 18px;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.boxes .box:hover a {
	text-decoration: none;
	color: #f1a31c;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.boxes .box-img {
    position: relative;
    max-height: 280px;
    overflow: hidden;
    margin-bottom: 20px;
}
.boxes .box-img::before {
    content: " ";
    width: 600px;
    height: 100%;
    position: absolute;
    left: calc(50% - 300px);
    top: 0px;
	background-color: #f9f9f9;
	opacity: 0.5;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.boxes .box-img img {
	min-height: 220px;
	width: auto;
}
.boxes .box:hover .box-img::before {
    opacity: 0.1;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}


/*  make your dream  */
.make-your-dream {
    color: #f9f9f9;
    width: 100%;
    padding: 110px 0px 220px;
    min-height: 500px;
    position: relative;
    right: 0px;
    text-align: center;
    background-image: url("/images/new/dream_bg.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}
.make-your-dream::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(51, 51, 51, 0.6);
}
.make-your-dream .container {
    max-width: 55%;
}
.make-your-dream .title {
    color: #f9f9f9;
}
.make-your-dream .sub {
	color: #f9f9f9;
	margin-bottom: 40px
}
.make-your-dream .button, .side-box .button {
	font-size: 18px;
    border: 1px solid #f9f9f9;
    color: #3b97a4;
    background-color: #f9f9f9;
}
.make-your-dream .button:hover, .side-box .button:hover {
	color: #f9f9f9;
    background: transparent;
    text-decoration: none;
}


/*  about us  */
.about-us {
    position: relative;
    padding: 60px 40px !important;
    width: 77%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -140px;
    background-image: url("/images/new/kante-to_bg.jpg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.about-us::before {
	content: " ";
	z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(244, 244, 244, 0.7);
}
/*
.about-us .container::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(244, 244, 244, 0.7);
}
*/
.about-us .title {
	color: #3b97a4;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
}
.about-us .uk-slideset {
    color: #333;
    font-size: 18px;
}
.about-us .uk-slidenav-position.uk-margin {
	margin-bottom: 0px !important;
}
.about-us .uk-slideset .uk-panel {
    min-height: 95px;
}
.about-us .uk-slideset .uk-panel .uk-margin {
    line-height: 24px;
}
.about-us .uk-slideset .uk-panel .uk-margin {
    line-height: 24px;
    width: 76%;
    float: right;
}
.about-us .uk-slideset .uk-panel .uk-panel-title {
	font-family: 'Ubuntu', sans-serif;
    width: 22%;
    float: left;
    color: #333;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 18px;
}
.about-us .uk-slideset .uk-panel .uk-panel-title:lang(RU) {
	font-family: 'Ubuntu', sans-serif;
    width: 22%;
    float: left;
    color: #333;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 18px;
}
.about-us .uk-slideset-nav.uk-dotnav {
    display: block;
    float: right;
    width: 200px;
    position: relative;
    bottom: -20px;
    right: -5px;
    margin-top: 0px !important;
}
.about-us .uk-slideset-nav.uk-dotnav > * > * {
    display: block;
    width: 24px;
    height: 4px;
    border-radius: 0px !important;
    background: rgba(59, 151, 164, 0.4);
}
.about-us .uk-slideset-nav.uk-dotnav > .uk-active > * {
    background: rgba(59, 151, 164, 0.8) !important;
}


/*  four squares  */
.four-squares {
	padding: 120px 0px;
}
.four-squares:lang(IT), .four-squares:lang(DE), .four-squares:lang(RU) {
    padding-bottom: 60px;
}
.four-squares .title, .four-squares .sub {
	text-align: center
}
.four-squares .sub {
	margin-bottom: 50px;
}
.four-squares .col-md-7.col-lg-7 {
    padding: 0px;
    height: 400px;
    width: 58%;
}
.four-squares .col-md-5.col-lg-5 {
	color: #f9f9f9;
	text-align: center;
    background-color: #9ADCE2;
    width: 40%;
    height: 400px;
}
.four-squares .col-md-5.col-lg-5 .title {
	color: #f9f9f9;
    margin-bottom: 20px;
    margin-top: 0px;
}
.four-squares .certificates.col-md-5.col-lg-5 .title {
	margin-bottom: 60px;
}

.four-squares .video-thumb a {
    display: block;
}
.four-squares .video-thumb a img {
	max-height: 400px;
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.four-squares .video-thumb a:hover img {
	opacity: 0.8;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.four-squares .our-mission.col-md-5.col-lg-5 {
	padding: 40px;
	margin-left: 20px;
}
.four-squares .certificates.col-md-5.col-lg-5 {
	padding: 35px;
	margin-right: 20px;
}

.four-squares .certificates {
    text-align: center;
}
.four-squares .certificates img {
    width: auto;
    max-height: 100px;
    height: 100%;
}
.four-squares .gallery .uk-slideshow {
    max-height: 400px !important;
}


/*  hr section  */
.hr-section {
	margin-top: 50px;
	padding: 40px 0px;
	background-color: #f9f9f9;
	position: relative;
}
.hr-section:lang(EN), .hr-section:lang(IT), .hr-section:lang(DE), .hr-section:lang(RU) {
    margin-bottom: 100px;
}


/*  hr section left  */
.hr-section::before {
    content: " ";
    width: 48%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("/images/new/hr_bg.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.hr-section::after {
    content: " ";
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 38%;
    background: linear-gradient(to right,rgba(255, 255, 255, 0), rgba(249, 249, 249, 1));
    z-index: 1;
}

/*  hr section right */
.hr-section .hr-right {
	padding-left: 0px;
	max-height: 620px;
	height: 100%;
}
.hr-section .hr-right .title {
	color: #003F4A;
	margin-bottom: 10px;
	margin-top: 0px;
}
.hr-section .hr-right .sub {
	margin-bottom: 26px;
}
.hr-section .hr-right .hr-box {
	padding: 0px;
}
.hr-section .hr-right .hr-box {
	margin-top: 10px;
	margin-bottom: 10px;
}
.hr-section .hr-right .hr-box p {
    margin-top: 10px;
}
.hr-section .hr-right .hr-box.last {
	margin-bottom: 20px;
}
.hr-section .hr-right .hr-box .hr-img {
    float: left;
    margin-right: 20px;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.hr-section .hr-right .hr-box .hr-img img {
    max-width: 40px;
}
.hr-section .hr-right .hr-box a {
    color: #3b97a4;
    font-size: 18px;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.hr-section .hr-right .hr-box a:hover {
	text-decoration: none;
}
.hr-section .hr-right .hr-box:hover .hr-img {
	margin-right: 30px;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.hr-section .hr-right .hr-box .hr-img img {
	transform: rotateY(0deg);
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.hr-section .hr-right .hr-box:hover .hr-img img {
    transform: rotateY(360deg);
    -webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
.hr-section .hr-right .hr-box:hover a {
    color: #f1a31c;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}


/*  news  */
.news {
	padding: 150px 0px;
	color #333;
}
.news .container {
    max-width: 60%;
}
.news .title {
	color: #003F4A;
}
.news .title::before {
    content: "ενημερωθείτε για τα νέα μας";
    width: 300px;
    height: 60px;
    font-size: 22px;
    line-height: 26px;
    color: #f1a31c;
    font-family: 'Roboto';
    position: absolute;
    top: 56px;
    font-weight: normal;
}
.news .latest-news {
    min-height: 380px;
    position: absolute;
    z-index: 1001;
    width: 55%;
    background-color: #fff;
    top: 14%;
}
.news .news-img {
    position: relative;
    right: -50%;
}
.news .uk-slider li .uk-panel .uk-h3 {
	font-size: 18px;
	line-height: 22px;
	color: #335e68;
	text-transform: capitalize !important;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.news .uk-slider li .uk-panel .uk-h3:hover {
	color: #f1a31c;
	text-decoration: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.news .uk-slider li .uk-panel .uk-overlay-panel {
    padding: 0px 15px 0px 0px;
    height: 240px;
}
.news .uk-slider li .uk-panel .date-icon {
    height: 20px;
    margin-bottom: 8px;
    position: relative;
}
.news .uk-slider li .uk-panel .date-icon span {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	color: #3b97a4;
}
.news .uk-slider li .uk-panel .uk-margin {
	margin-top: 10px;
	color: #333;
}
.news .latest-news .uk-position-bottom-right {
    bottom: -30px !important;
    right: -25px !important;
}
.news .news-img::before {
    content: " ";
    width: 100%;
    height: 150%;
    position: absolute;
    right: 0px;
    top: -40px;
    background-image: url("/images/new/news-image.jpg");
    background-size: cover;
    background-position: center center;
}


/*  contact  */
.contact-bottom {
	padding: 80px 0px 60px;
	position: relative;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	color: #333;
	background-color: #f9f9f9;
}
.contact-bottom .row {
    margin-top: 100px;
}
.contact-bottom .title {
	color: #003F4A;
}
.contact-bottom .sub {
	margin-bottom: 40px;
}
.contact-bottom .con-box {
    background-color: #9ADCE2;
    min-height: 250px;
    padding: 60px 0px;
    width: 32%;
    margin-right: 2%;
}
.contact-bottom .con-box:nth-child(3) {
    margin-right: 0px;
}
.contact-bottom .con-box .title {
	font-size: 26px;
	line-height: 30px;
	color: #3b97a4;
	margin-bottom: 20px;
}
.contact-bottom .con-box:nth-child(1)::before {
    content: "\f095";
    font-family: 'Fontawesome';
    font-size: 46px;
    color: #335e68;
    width: 82px;
    height: 80px;
    padding: 30px 15px;
    border-radius: 50%;
    background-color: #f9f9f9;
    position: absolute;
    top: -40px;
    left: calc(50% - 41px);
}
.contact-bottom .con-box:nth-child(2) {
	color: #f9f9f9;
}
.contact-bottom .con-box:nth-child(2)::before {
    content: "\f041";
    font-family: 'Fontawesome';
    font-size: 46px;
    color: #335e68;
    width: 82px;
    height: 80px;
    padding: 28px 15px;
    border-radius: 50%;
    background-color: #f9f9f9;
    position: absolute;
    top: -40px;
    left: calc(50% - 41px);
}
.contact-bottom .con-box:nth-child(3)::before {
    content: "\f2b6";
    font-family: 'Fontawesome';
    font-size: 40px;
    color: #335e68;
    width: 82px;
    height: 80px;
    padding: 28px 15px;
    border-radius: 50%;
    background-color: #f9f9f9;
    position: absolute;
    top: -40px;
    left: calc(50% - 41px);
}
.contact-bottom .con-box a {
	color: #fff;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.contact-bottom .con-box a:hover {
    color: #f1a31c;
    text-decoration: none;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}


/*  social  */
.social {
    text-align: center;
    margin-bottom: 40px;
}
.social a {
    margin: 0px 6px;
}
.social a img {
    max-width: 50px;
    transform: scale(1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.social a:hover img {
	transform: scale(1.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.footer .container.border {
    padding-top: 40px;
    border-top: 1px solid #d9d9d9;
}

/*  footer menu  */
.footer .footer-menu {
    text-align: center;
    margin: 30px 0px;
}
.footer .footer-menu p {
    display: inline-block;
    margin: 0px 10px;
}
.footer .footer-menu p a {
    color: #003F4A;
   	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.footer .footer-menu p a:hover {
    color: #f1a31c;
    text-decoration: none;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}


/*  footer  */
.footer {
    position: relative;
    margin-left: 400px;
    background-color: #f9f9f9;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.footer.no-margin {
    margin-left: 0px;
    background-color: #f9f9f9;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}


/*  breadcrumbs  */
.breads {
    position: relative;
    background-image: url("/images/new/breadcrumbs_bg.jpg");
    padding: 5.4% 0px;
    margin-bottom: 60px;
    min-height: 210px;
    background-position: center center;
}
.breads::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(51, 51, 51, 0.6);
}
.breadcrumb {
    padding: 10px 0px !important;
    margin: 0 0 18px;
    list-style: none;
    background-color: transparent !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0px !important;
}
.breads .breadcrumb > li {
    font-family: 'Roboto Slab';
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
	text-shadow: none;
}
.breads .breadcrumb > li > a.pathway {
	color: #f9f9f9;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.breads .breadcrumb > li > a.pathway:hover {
	color: #f1a31c;
	text-decoration: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.breads .breadcrumb > li.active {
	color: #f1a31c;
}
.breads .breadcrumb > li + li:nth-child(2)::before {
	display: none;
}
.breads .breadcrumb > li + li:nth-child(2) {
	margin-left: 10px;
}
.breads .breadcrumb > li + li::before {
    content: "\f105";
    font-family: Fontawesome;
    font-size: 20px;
    margin: 0px 4px;
    font-weight: 800;
}
.breads .breadcrumb > li > .divider {
    display: none;
}


/*  content  */
#content {
	padding-left: 0px;
	margin-bottom: 120px;
}

#content li {
	line-height: 22px;
}
#content ul {
	list-style: none;
	margin: 0 0 9px 20px;
}
#content ul li {
	position: relative;
	margin-bottom: 4px;
}
#content ul li::before {
	content: " ";
	width: 15px;
	height: 15px;
	background-color: #3b97a4;
	opacity: 0.9;
	top: 2px;
	left: -20px;
	border-radius: 6px 8px 5px 7px;
	position: absolute;
	transform: rotate(35deg);
}

#content .page-header {
    margin: 10px 0px 30px;
    padding-bottom: 0px;
    border-bottom: none;
}
#content .page-header h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #3b97a4;
}

#content .blog h2 .subheading-category {
	display: block;
	font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #003F4A;
    margin-bottom: 20px;
}
#content .blog .items-row {
    margin-bottom: 40px;
}
#content .blog .item .readmore a.btn {
	font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    padding: 14px 18px;
    border: 1px solid #3b97a4;
    border-radius: 40px;
    color: #fff;
    background: #3b97a4;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
#content .blog .item .readmore a.btn:hover {
	color: #3b97a4;
    background: #fff;
    box-shadow: none;
    text-shadow: none;
    text-decoration: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#content .blog .item .readmore a.btn .icon-chevron-right {
	display: none;
}

/*
#content .item-page .page-header {
	text-align: center;
}
*/
#content .item-page .item-image {
	margin: 0 0 20px 0;
	text-align: center;
}

/*  sidemenu  */
#aside {
    margin-top: 15px;
    margin-bottom: 80px;
    padding: 0px 10px;
    position: relative;
}
#aside p img {
    padding: 4px;
    background-color: #f9f9f9;
}


/*  sliders  */
.rl_sliders.accordion > .accordion-group {
	margin-bottom: 4px !important;
}
.rl_sliders.accordion > .accordion-group .panel-heading {
    background: #3b97a4 none repeat scroll 0 0;
    padding: 0;
    font-weight: 300;
    border-radius: 0px !important;
}
.rl_sliders.accordion > .accordion-group .panel-heading a {
	color: #fff !important;
}
.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle {
    color: #fff;
    text-decoration: none;
}
.accordion-group .accordion-heading .accordion-toggle.nn_sliders-toggle:hover {
    background: #f1a31c none repeat scroll 0 0 !important;
}
.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
    color: #fff !important;
    text-decoration: none;
}
.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
    background: #f1a31c none repeat scroll 0 0 !important;
    color: #fff !important;
}
.rl_sliders.accordion > .accordion-group > div > a:focus, .rl_sliders.accordion > .accordion-group.active > div > a:focus {
    box-shadow: none !important;
    outline: 0 none;
    color: #fff;
}
.accordion-group .accordion-heading .accordion-toggle.nn_sliders-toggle:after {
    content: "+";
    font-size: 25px;
    line-height: 37px;
    position: absolute;
    right: 20px;
    top: 2px;
}
.accordion-group.active > .accordion-heading > .accordion-toggle.nn_sliders-toggle::after {
    content: "-";
    font-size: 35px;
    line-height: 37px;
    position: absolute;
    right: 20px;
    top: 2px;
}
.accordion-heading.panel-heading {
    position: relative;
}
.rl_sliders.accordion > .accordion-group .accordion-heading .accordion-toggle {
    padding: 10px 15px!important;
}


/*  sidemenu contact form  */
#aside #userForm, .f-form #userForm {
    text-align: center;
    background-color: #f9f9f9;
    padding: 40px 0px 20px;
    border-radius: 0px 0px 10px 10px;
}
#aside #userForm .rsform-block-header{
	font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #003F4A;
}
#aside #userForm .req, .f-form #userForm .reg {
	color: #3b97a4;
}
#aside #userForm .rs-title, .f-form #userForm .rs-title {
	display: inline-block;
	color: #f1a31c;
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}
#aside #userForm .rsform-block-fullname input, #aside #userForm .rsform-block-tel input, #aside #userForm .rsform-block-email input, .f-form #userForm input {
    width: 90%;
    border-radius: 0px;
    border: none;
    height: 34px;
    margin-bottom: 0px;
    border-bottom: 1px solid #d9d9d9;
}
#aside #userForm .rsform-calendar-box {
	border-radius: 0px;
	background-color: #fff;
    border: none;
    height: 34px;
    margin-bottom: 0px;
    border-bottom: 1px solid #d9d9d9;
}
#aside #userForm .rsform-calendar-button {
    border-radius: 0px !important;
    height: 34px;
    background-color: #3b97a4;
    color: #f9f9f9;
    border: none;
    width: 34px;
    margin-left: 4px;
    opacity: 1;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
#aside #userForm .rsform-calendar-button:hover {
	opacity: 0.8;
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
#aside #userForm .rsform-block-message textarea, .f-form #userForm textarea {
    width: 90%;
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
    border-bottom: 1px solid #d9d9d9;
}
#aside #userForm .rsform-block-hour select {
    width: 90%;
    height: 34px;
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
    border-bottom: 1px solid #d9d9d9;
}
#aside #userForm .rsform-block-reCaptcha #captcha34 {
    width: 90%;
    margin-bottom: 10px;
}
#aside #userForm .rsform-block-reCaptcha input {
    width: 90% !important;
    border-radius: 0px;
    border: none;
    height: 34px;
    margin-bottom: 0px;
    border-bottom: 1px solid #d9d9d9;
}
#aside #userForm .rsform-block-reCaptcha .rsform-captcha-refresh-button {
	display: inline-block;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 8px 10px;
    color: #3b97a4;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#aside #userForm .rsform-block-reCaptcha .rsform-captcha-refresh-button:hover {
	color: #f1a31c;
    text-decoration: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#aside #userForm .rsform-block-submit input, .f-form #userForm #f-submit, .f-form #userForm #s-submit {
	display: inline-block;
	font-size: 16px;
    margin-top: 10px;
    padding: 14px 26px;
    border-radius: 40px;
    background: #3b97a4;
    border: 1px solid #3b97a4;
    color: #fff;
    height: auto;
    box-shadow: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#aside #userForm .rsform-block-submit input:hover, .f-form #userForm #f-submit:hover, .f-form #userForm #s-submit:hover {
	color: #3b97a4;
    background: #fff;
    text-decoration: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#aside .f-form #userForm .checkbox-inline {
	display: block;
	padding-left: 0px;
	margin-left: 0px;
}
#aside .search input[type="search"] {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	line-height: 20px !important;
	padding: 10px 20px !important;
	margin-left: auto;
	margin-right:  auto;
}


/*  pagination  */
#content .pagination .pagenav {
    border: none;
}
#content .pagination ul {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#content .pagination ul > li > a, #content .pagination ul > li > span {
	border: none;
	font-size: 20px;
}
#content .pagination ul > li > a:hover, #content .pagination ul > li > a:focus, #content .pagination ul > .active > a, #content .pagination ul > .active > span {
    background-color: transparent !important;
    color: #f1a31c;
}


/*  content contact  */
#content #ce-contact-1 .span7.col-md-7, #content #ce-contact-2 .span7.col-md-7, #content #ce-contact-6 .span7.col-md-7, #content #ce-contact-3 .span7.col-md-7, #content #ce-contact-5 .span7.col-md-7 {
    padding-left: 0px;
}
#content #ce-contact-1 .span7.col-md-7 #ceForm1 .requiredsign, #content #ce-contact-2 .span7.col-md-7 #ceForm2 .requiredsign, #content #ce-contact-6 .span7.col-md-7 #ceForm6 .requiredsign, #content #ce-contact-3 .span7.col-md-7 #ceForm6 .requiredsign, #content #ce-contact-5 .span7.col-md-7 #ceForm6 .requiredsign {
    margin-bottom: 20px;
}
#content #ce-contact-1 .span7.col-md-7 #ceForm1 .ce-cf-container, #content #ce-contact-2 .span7.col-md-7 #ceForm2 .ce-cf-container, #content #ce-contact-6 .span7.col-md-7 #ceForm6 .ce-cf-container, #content #ce-contact-3 .span7.col-md-7 #ceForm3 .ce-cf-container, #content #ce-contact-5 .span7.col-md-7 #ceForm5 .ce-cf-container {
    padding-left: 0px;
}
#content #ce-contact-1 .span7.col-md-7 #ceForm1 .ce-cf-container label.cf-label, #content #ce-contact-2 .span7.col-md-7 #ceForm2 .ce-cf-container label.cf-label, #content #ce-contact-6 .span7.col-md-7 #ceForm6 .ce-cf-container label.cf-label, #content #ce-contact-3 .span7.col-md-7 #ceForm3 .ce-cf-container label.cf-label, #content #ce-contact-5 .span7.col-md-7 #ceForm5 .ce-cf-container label.cf-label {
    margin-bottom: 5px;
}
#content #ceForm2 .ce-cf-container, #content #ceForm6 .ce-cf-container, #content #ceForm3 .ce-cf-container, #content #ceForm5 .ce-cf-container {
    width: 99%;
}
#content #ceForm1 .ce-cf-container .inputbox.required, #content #ceForm2 .ce-cf-container .inputbox.required, #content #ceForm6 .ce-cf-container .inputbox.required, #content #ceForm3 .ce-cf-container .inputbox.required, #content #ceForm5 .ce-cf-container .inputbox.required {
    width: 95%;
    height: 34px;
    background-image: none !important;
    border-radius: 4px;
}
#content #ceForm1 .ce-cf-container .inputbox.text_area.required, #content #ceForm2 .ce-cf-container .inputbox.text_area.required, #content #ceForm6 .ce-cf-container .inputbox.text_area.required, #content #ceForm3 .ce-cf-container .inputbox.text_area.required, #content #ceForm5 .ce-cf-container .inputbox.text_area.required {
	height: 145px !important;	
}
#content #ceForm1 #ce-cf-container-ce-submit-button .button.ce-button-submit, #content #ceForm2 #ce-cf-container-ce-submit-button .button.ce-button-submit, #content #ceForm6 #ce-cf-container-ce-submit-button .button.ce-button-submit, #content #ceForm3 #ce-cf-container-ce-submit-button .button.ce-button-submit, #content #ceForm5 #ce-cf-container-ce-submit-button .button.ce-button-submit {
	font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 18px;
    border: 1px solid #3b97a4;
    border-radius: 20px;
    color: #fff;
    background: #3b97a4;
    margin-right: 10px;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
#content #ceForm1 #ce-cf-container-ce-submit-button .button.ce-button-submit:hover, #content #ceForm2 #ce-cf-container-ce-submit-button .button.ce-button-submit:hover, #content #ceForm6 #ce-cf-container-ce-submit-button .button.ce-button-submit:hover, #content #ceForm3 #ce-cf-container-ce-submit-button .button.ce-button-submit:hover, #content #ceForm5 #ce-cf-container-ce-submit-button .button.ce-button-submit:hover {
	color: #3b97a4;
    background: #fff;
    box-shadow: none;
    text-shadow: none;
    text-decoration: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#content #ceForm1 #ce-cf-container-ce-submit-button .button.ce-button-reset, #content #ceForm2 #ce-cf-container-ce-submit-button .button.ce-button-reset, #content #ceForm6 #ce-cf-container-ce-submit-button .button.ce-button-reset, #content #ceForm3 #ce-cf-container-ce-submit-button .button.ce-button-reset, #content #ceForm5 #ce-cf-container-ce-submit-button .button.ce-button-reset {
	font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 18px;
    border: 1px solid #3b97a4;
    border-radius: 20px;
    color: #3b97a4;
    background: #fff;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
#content #ceForm1 #ce-cf-container-ce-submit-button .button.ce-button-reset:hover, #content #ceForm2 #ce-cf-container-ce-submit-button .button.ce-button-reset:hover, #content #ceForm6 #ce-cf-container-ce-submit-button .button.ce-button-reset:hover, #content #ceForm3 #ce-cf-container-ce-submit-button .button.ce-button-reset:hover, #content #ceForm5 #ce-cf-container-ce-submit-button .button.ce-button-reset:hover {
	color: #fff;
    background: #3b97a4;
    box-shadow: none;
    text-shadow: none;
    text-decoration: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

#content #ce-contact-1 .span5.col-md-5, #content #ce-contact-2 .span5.col-md-5, #content #ce-contact-6 .span5.col-md-5, #content #ce-contact-3 .span5.col-md-5, #content #ce-contact-5 .span5.col-md-5 {
	padding-left: 0px;
}
#content #ce-contact-1 .span5.col-md-5 .fas, #content #ce-contact-2 .span5.col-md-5 .fas, #content #ce-contact-6 .span5.col-md-5 .fas, #content #ce-contact-3 .span5.col-md-5 .fas, #content #ce-contact-5 .span5.col-md-5 .fas {
	font-size: 18px;
	color: #f1a31c;
	margin-right: 6px;
}
#content #ce-contact-1 .span5.col-md-5 .fas.fa-phone, #content #ce-contact-2 .span5.col-md-5 .fas.fa-phone, #content #ce-contact-6 .span5.col-md-5 .fas.fa-phone, #content #ce-contact-3 .span5.col-md-5 .fas.fa-phone, #content #ce-contact-5 .span5.col-md-5 .fas.fa-phone {
	transform: rotate(90deg);
}
#content #ce-contact-1 .span5.col-md-5 .cemap_container, #content #ce-contact-2 .span5.col-md-5 .cemap_container, #content #ce-contact-6 .span5.col-md-5 .cemap_container, #content #ce-contact-3 .span5.col-md-5 .cemap_container, #content #ce-contact-5 .span5.col-md-5 .cemap_container {
	margin-top: 20px;
}

/*  copy 2  */
.copy-2 {
	display: none;
}

/*  content  */
.itemid-793 .content, .itemid-792 .content, .itemid-791 .content {
	display: none;
}
#idealCaptcha {
	padding-left: 0;
}
.ce-checkbox-agree-lbl.col-md-12.span12 {
	padding-left: 0;
	margin-left: -15px;
	margin-bottom: 15px;
}
#agree0 {
	margin-top: 0;
	margin-left: 5px;
}
.rsform-block-agree label {
	font-size: 10px;
}
.formField.rsform-block.rsform-block-agree {
	margin-bottom: 10px;
}
#g-recaptcha-38 {
	margin-left: 8px;
}
input.search-query {
    width: 90%;
    line-height: 24px !important;
    font-size: 14px !important;
    padding: 12px !important;
    border-radius: 30px !important;
    border: 2px solid #d9d9d9 !important;
    color: #333 !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}
#searchForm input[type="text"] {
    border: 2px solid #d9d9d9;
    color: #333;
    line-height: 24px;
    font-size: 14px;
    padding: 13px;
    border-radius: 30px 0px 0px 30px;
    box-shadow: none;
}
#searchForm .btn-group {
	margin-left: 0px !important;
}
#searchForm .btn-group .btn {
	font-size: 14px;
	line-height: 20px;
	padding-right: 20px !important;
	padding-left: 15px !important;
	text-shadow: none !important;
	box-shadow: none !important;
	background: #3b97a4;
    border: 1px solid #3b97a4;
	border-radius: 0px 30px 30px 0px;
    color: #fff;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#searchForm .btn-group .btn:hover {
	color: #3b97a4;
    background: transparent;
    text-decoration: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#searchForm .btn-group .btn .icon-search {
	display: none !important;
}


/*  doctors  */
.doctors {
	padding: 40px 0px 140px;
	position: relative;
}
.doctors .container-fluid {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.doctors .image {
    max-height: 650px;
    overflow: hidden;
}
.doctors .image img {
	max-width: 80%;
	margin-top: -40px;
}
.doctors .doc {
    padding: 20px 30px 30px 30px;
    height: 330px;
    max-width: 45%;
    margin: 0px 35px;
    position: relative;
    margin-top: -10%;
    background-color: #f9f9f9;
    z-index: 1001;
}
.doctors .doc:nth-child(1)::before {
    content: " ";
    width: 100%;
    height: 330px;
    background-color: #f9f9f9;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -20%;
}
.doctors .doc:nth-child(2)::before {
    content: " ";
    width: 100%;
    height: 330px;
    background-color: #f9f9f9;
    position: absolute;
    z-index: -1;
    top: 0;
    right: -20%;
}
.doctors .title {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 20px;
}
.doctors .title a {
	color: #003F4A;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.doctors .title a:hover {
	color: #f1a31c;
	text-decoration: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.fullscreenvideo.tp-videolayer.fullcoveredvideo {
    top: 0px !important;
    left: 0px !important;
}

/* side box */
.side-box {
	position: relative;
	text-align: center;
}
.side-box::before {
	content: " ";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(59, 151, 164, 0.6);
	position: absolute;
	z-index: 0;
}
.side-box .side-box-content {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 100%;
	width: 100%;
	max-height: 100%;
	height: 100%;
	padding: 20px;
}
.side-box p {
	margin: 0 0 0 0;
}
.side-box .title {
	font-size: 22px;
	line-height: 24px;
	color: #fff;
}
.side-box .sub {
	color: #fff;
}
.side-box .button {
	padding: 14px 18px;
	font-size: 16px;
	line-height: 18px;
	margin-top: 30px;
}

/* category */
#content .blog.emb-category .item {
	position: relative;
}
#content .blog.emb-category .item .item-image {
	max-width: 100%;
	width: 100%;
	margin: 0 0 0 0;
	overflow: hidden;
	position: relative;
}
#content .blog.emb-category .item .item-image:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0);
	z-index: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#content .blog.emb-category .items-row {
    margin-bottom: 10px;
}
#content .blog.emb-category .item:hover .item-image:before {
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#content .blog.emb-category .item .item-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	transform: scale(1);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#content .blog.emb-category .item:hover .item-image img {
	transform: scale(1.2);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#content .blog.emb-category .page-header {
	margin: 0px 0px 15px;
	height: 60px;
	padding-right: 35px;
}
#content .blog.emb-category .page-header:lang(EN) {
	height: auto;
}
#content .blog.emb-category .item .readmore {
	position: absolute;
	width: 100%;
	height: calc(100% - 75px);
	top: 75px;
	left: 0px;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#content .blog.emb-category .item .readmore:lang(EN) {
	height: calc(100% - 45px);
	top: 45px;
}
#content .blog.emb-category .item:hover .readmore {
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}
#content .blog.emb-category .item .readmore a.btn {
	position: absolute;
	height: 60px;
	width: 60px;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	color: #fff;
	padding: 0px;
	border-width: 2px;
}
#content .blog.emb-category .item .readmore a.btn:hover {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}
#content .blog.emb-category .item .readmore a.btn::before {
	content: "\f0c1";
	font-family: 'Fontawesome';
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	padding-top: 7px;
}

/* ivf home */
.ivf {
	padding: 100px 0px;
	background-color: #f9f9f9;
}
.ivf .title, .ivf .sub {
	text-align: center;
}
.ivf .title {
	color: #003F4A;
}
.ivf .sub {
	margin-bottom: 40px;
}
.ivf .ivf-icons .iv {
	position: relative;
	clear: both;
	min-height: 100px;
	margin: 10px 0px;
}
.ivf .ivf-icons p {
	max-width: 78%;
	width: 100%;
	float: left;
	padding-top: 25px;
	padding-left: 15px;
	text-align: right;
}
.ivf .ivf-icons .i-icon-3 p {
	max-width: 65%;
	width: 100%;
}
.ivf .ivf-icons .i-icon-3 img {
	margin-right: 70px;
}
.ivf .ivf-icons .i-icon-2 p, .ivf .ivf-icons .i-icon-4 p {
	max-width: 70%;
	width: 100%;
}
.ivf .ivf-icons .i-icon-2 img, .ivf .ivf-icons .i-icon-4 img {
	margin-right: 45px;
}
.ivf .ivf-icons img {
	max-width: 18%;
	width: 100%;
	height: auto;
	padding: 10px;
	float: right;
	background-color: #fff;
	border: 6px solid #003F4A;
	border-radius: 50%;
}
.ivf .ivf-icons .i-icon-3 img {
	border-color: #f1a31c;
}
.ivf .ivf-icons .i-icon-2 img, .ivf .ivf-icons .i-icon-4 img {
	border-color: #3b97a4;
}

.ivf-image {
	padding-left: 0px;
}
.ivf-image img {
	float: left;
	max-width: 300px;
	border: 6px solid #fff;
	border-radius: 50%;
	position: relative;
	top: calc(50% - 150px);
	left: 0px;
}
.ivf-image .half-title {
	font-size: 34px;
	line-height: 38px;
	font-weight: 400;
	float: right;
	max-width: 46%;
	width: 100%;
	min-height: 200px;
	position: relative;
	top: calc(50% - 100px);
	left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;	
}
/* ivf inside */
.ivf.inside {
	padding: 40px 0px;
	background-color: #fff;
}
.ivf.inside .ivf-image img {
	border-color: #f9f9f9;
}
.ivf.inside .ivf-icons p {
	padding-top: 30px;
}
.ivf.inside .ivf-image img {
	max-width: 260px;
	top: calc(50% - 130px);
}
.ivf.inside .ivf-image .half-title {
	top: calc(50% - 114px);
}
.ivf.inside .ivf-icons p {
	max-width: 70%;
}
.ivf.inside .ivf-icons .i-icon-2 p, .ivf.inside .ivf-icons .i-icon-4 p {
	max-width: 62%;
}
.ivf.inside .ivf-icons .i-icon-2 img, .ivf.inside .ivf-icons .i-icon-4 img {
	margin-right: 25px;
}
.ivf.inside .ivf-icons .i-icon-3 p {
	max-width: 60%;
	padding-left: 0px;
}
.ivf.inside .ivf-icons .i-icon-3 img {
	margin-right: 35px;
}
.ivf.inside .ivf-icons img {
	max-width: 25%;
}

/* diadikasia ekswswmatikhs gonimopoihsh */
.d-box {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.d-box img {
	max-height: 120px;
	height: 100%;
	width: auto;
}
.d-box .title {
	font-size: 22px;
	line-height: 24px;
	display: block;
	margin-bottom: 20px;
	font-weight: 500;
	margin-top: 6px;
}
.row.second {
	display: block;
	text-align: center;
}
.row.second .d-box {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

/* vasika stadia ekswswmatikhs gonimopoihsh */
.s-title {
	padding: 20px;
	background-color: #3b97a4;
	color: #fff;
	position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
}
.s-title::before {
	content: " ";
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: -25px;
	background-color: rgba(255, 255, 255, 0.2);
	z-index: 0;
	transform: skewX(-30deg);
}
.s-title::after {
	content: " ";
	width: 100px;
	height: 80px;
	position: absolute;
	top: 0px;
	right: 40px;
	z-index: 2;
	background-image: url("/images/new/fertilization/fert-top.png");
	background-size: 120%;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}
.sort {
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
}
.s-title .title {
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	margin-left: 55px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	z-index: 2;
}
.s-title .title:lang(GR) {
	margin-left: 0px;
}
.s-box {
	margin-bottom: 16px;
	padding-right: 8px;
	padding-bottom: 30px;
	border-bottom: 4px solid #3b97a4;
}
.s-box .num {
	display: inline-block;
	width: 25px;
	font-size: 40px;
	line-height: 40px;
	color: #3b97a4;
}
.s-box .title {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: 500;
	color: #003F4A;
	letter-spacing: -1px;
}
.s-box img {
	max-height: 120px;
	height: 100%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: inherit;
}
.s-width {
	max-width: 20%;
	width: 100%;
	float: left;
}
.st-image-1, .st-image-2 {
	padding: 20px;
	text-align: center;
	color: #333;
}
.st-image-1 {
	background-color: #9ADCE2;
}
.st-image-2 {
	background-color: #D9F3F4;
}
.st-cont-1, .st-cont-2 {
	height: 195px;
}
.st-cont-1 {
	background-color: #D9F3F4;
}
.st-cont-2 {
	background-color: #9ADCE2;
}
.st-cont-1 p, .st-cont-2 p {
	position: relative;
	padding-top: 45px;
}

/* article form - line: 1417 */
#content .f-form {
	padding-left: 10%;
	padding-right: 10%;
}
.dis.col-sm-3 {
	display: none;
}
.f-form #userForm {
	margin-top: 20px;
	padding-bottom: 40px;
}
.f-form #userForm textarea {
	margin-left: auto;
	margin-right: auto;
}
.f-form #userForm .rs-title {
	padding-left: 0px;
	display: block;
	text-align: center;
	max-width: 100%;
	width: 100%;
}
.f-form #userForm #f-submit, .f-form #userForm #s-submit {
	max-width: 80%;
	padding: 10px 26px;
	margin-top: 0px;
}
.f-form #userForm .checkbox-inline input {
	height: auto;
	display: inline;
	width: auto;
	margin-left: -20px;
	margin-top: 2px;
}
.f-form #g-recaptcha-51 {
	max-width: 95%;
	width: 100%;
	margin-left: 8px;
}

/* second article form */
.f-form #userForm .sub {
	margin-top: 20px;
}
.f-form .rsform-block-s-header, .f-form .rsform-block-s-message {
	max-width: 80%;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 20px;
}

/* moto */
.moto {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	font-style: italic;
	padding: 10px 30px;
	position: relative;
	margin-bottom: 0px;
	margin-top: 20px;
}
.moto::before {
	content: "\f10d";
	font-family: 'Fontawesome';
	font-size: 20px;
	line-height: 20px;
	color: #3b97a4;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.moto::after {
	content: "\f10e";
	font-family: 'Fontawesome';
	font-size: 20px;
	line-height: 20px;
	color: #3b97a4;
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}

#content .blog ul.pagination-list li::before {
	display: none;
}