@charset "UTF-8";

/** Generated by FG **/

@font-face {
  font-family: "Conv_GothamGRMedium";
  src: url(../fonts/GothamGRMedium.eot?286d82a01d6321aae93aaf8a7a7fb814);
  src: local("\263A"),
    url(../fonts/GothamGRMedium.woff?24216fe2cb1e9ce58315def3015b05b3)
      format("woff"),
    url(../fonts/GothamGRMedium.ttf?b3982cb1a3ec1513c3770f729b810ff2)
      format("truetype"),
    url(../fonts/GothamGRMedium.svg?d206b81d8bf82f2bb5d34a444a642216)
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/

@font-face {
  font-family: "Conv_GothamGRBook";
  src: url(../fonts/GothamGRBook.eot?36fcd6c25ae6afa80b39367d201b28d7);
  src: local("\263A"),
    url(../fonts/GothamGRBook.woff?d2c6fa57ecb1c80d134d6d3ce796b8fd)
      format("woff"),
    url(../fonts/GothamGRBook.ttf?02e9c04a8f5b2abfaa4389cba33d8aee)
      format("truetype"),
    url(../fonts/GothamGRBook.svg?92cf261dd2f0a0547715f7fdab62c8b1)
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/

@font-face {
  font-family: "Conv_GothamGRBold";
  src: url(../fonts/GothamGRBold.eot?9e172a38ffdf722be6f547ad2d4f3e5e);
  src: local("\263A"),
    url(../fonts/GothamGRBold.woff?6e9695b5a0456e6000e2d65dc4c7a9be)
      format("woff"),
    url(../fonts/GothamGRBold.ttf?624b69fba289adc253015847bd8543ce)
      format("truetype"),
    url(../fonts/GothamGRBold.svg?008d8823d981e84fc5346ae50f4c196a)
      format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  /*//that is 62.5% of the default 16px size, thus it calculates to 10px*/
  font-size: 62.5%;
}

body {
  font-family: "Conv_GothamGRMedium", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  box-sizing: border-box;
}

.section-title {
  font-family: Conv_GothamGRMedium, sans-serif;
  font-size: 23px;
  color: #d4007f;
}

.section-text {
  font-family: Conv_GothamGRBook, sans-serif;
  font-size: 17px;
}

.pink {
  color: #d4007f;
}

.black {
  color: black;
}

.green {
  color: #73b0a0;
}

header {
  border-bottom: 2px solid #d4007f;
}

.signature-container {
  padding: 1rem 0 1rem 0;
}

.show ul.navbar-nav {
  background-color: #98d0c1;
  padding-top: 100px;
}

.show ul.navbar-nav li {
  border-top: 1px solid #d4007f;
  height: 17%;
}

.bg-light {
  background: transparent !important;
}

.main-menu-container {
  background-color: #fbf8f8;
}

.navbar-light .navbar-nav .nav-link {
  color: #d4007f;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #5aa08d;
  position: relative;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #5aa08d;
}

.navbar-light .navbar-nav .active > .nav-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: #5aa08d;
  left: 0;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url(../images/close-button.png?b69b36d6f490f90a73cc6c50303886d4);
  width: 35px;
  height: 37px;
}

.collapsed.custom-toggler .navbar-toggler-icon {
  background-image: url(../images/menu-button.png?865c56f997cf0f5fda0dc66435d36d4d);
  width: 46px;
  height: 28px;
}

.menu {
  position: relative;
}

.menu .navbar.navbar-light.bg-light {
  position: relative;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 10;
}

@media only screen and (min-width: 992px) {
  .menu .navbar.navbar-light.bg-light {
    height: 120px;
  }
}

.menu .navbar.navbar-light.bg-light button:focus {
  outline: none;
}

.menu .navbar.navbar-light.bg-light .collapsed .navbar-toggler-icon,
.menu .navbar.navbar-light.bg-light .navbar-toggler {
  border: none;
  z-index: 1;
}

.menu .navbar.navbar-light.bg-light .navbar-toggler-icon {
  position: relative;
}

.menu .navbar.navbar-light.bg-light .collapsing {
  transition: none;
}

.menu .navbar.navbar-light.bg-light .navbar-collapse.collapse {
  height: 0;
  transition: height 0.35s linear;
}

.menu .navbar.navbar-light.bg-light .navbar-collapse.collapse.show {
  position: absolute;
  background: white;
  top: 0;
  width: 100%;
  left: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu
  .navbar.navbar-light.bg-light
  .navbar-collapse.collapse.show
  .navbar-nav
  .active
  > .nav-link {
  color: #d4007f;
}

.menu
  .navbar.navbar-light.bg-light
  .navbar-collapse.collapse.show
  .navbar-nav
  .nav-link {
  color: white;
}

.menu
  .navbar.navbar-light.bg-light
  .navbar-collapse.collapse.show
  .navbar-nav
  .active
  > .nav-link:after {
  background: none;
}

.menu .navbar.navbar-light.bg-light .navbar-collapse.collapse.show li.nav-item {
  justify-content: flex-start;
  padding-left: 21px;
}

a.nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}

@media only screen and (min-width: 992px) {
  a.nav-link {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1110px) {
  a.nav-link {
    font-size: 1.6rem;
  }
}

li.nav-item {
  text-align: center;
  display: flex;
  justify-content: center;
}

ul.navbar-nav {
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    align-items: center;
  }

  ul.navbar-nav {
    padding: 35px 0;
  }

  li.nav-item {
    padding: 0 20px;
    height: 60px;
  }

  .nav-link {
    height: 100%;
  }

  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: center;
  }

  .signature-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.8rem 0 3.2rem 0;
    border-bottom: 2px solid #d4007f;
  }

  header {
    border-bottom: none;
  }
}

footer {
  background: #73b0a0;
  padding-top: 35px;
  padding-bottom: 27px;
}

@media only screen and (min-width: 992px) {
  footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.footer-logo {
  margin-bottom: 55px;
}

@media only screen and (min-width: 992px) {
  .footer-logo {
    margin-bottom: 0;
  }
}

.footer-epikoinonia-container {
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .footer-epikoinonia-container {
    margin-bottom: 0;
  }
}

.footer-logo-container {
  position: relative;
}

.footer-logo-container:after {
  content: "";
  width: 50%;
  height: 2px;
  background: white;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 992px) {
  .footer-logo-container:after {
    display: none;
  }
}

a.footer-link {
  font-family: Conv_GothamGRBook, sans-serif;
  font-size: 23px;
  color: white;
  text-decoration: none;
}

.hc-container {
  height: 80vh;
  min-height: 500px;
  position: relative;
}

.hc-container .slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 80vh;
  min-height: 500px;
}

.hc-container .slider.snacks {
  background-image: url(../images/snacks.jpg);
}

.hc-container .slider.appointment {
  background-image: url(../images/slider-iatreio_image.jpg);
}

.hc-container .slider.instructions {
  background-image: url(../images/instructions.jpg);
}

.hc-container .slider.biografiko {
  background-image: url(../images/slider-bio_image.jpg);
}

.hc-container .hc-controls {
  height: 100px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

.hc-container .slick-dots {
  bottom: 10px;
}

.hc-container .slick-dots li button:before {
  font-size: 22px;
}
@media only screen and (min-width: 500px) {
  .hc-container .slick-dots li button:before {
    font-size: 24px;
  }
}
.hc-container .slick-dots li.slick-active button:before {
  color: #d53294;
  opacity: 0.75;
}

.hc-container .slick-dots li button:before {
  color: white;
  opacity: 1;
}
.slick-dots li,
.slick-dots li button {
  height: 24px;
  width: 30px;
}

.hc-container .hc-text-area {
  display: inline-flex;
  flex-direction: column;
  width: 258px;
  /*min-height: 270px;*/
  min-height: 303px;
  position: absolute;
  padding: 35px 10px 0 10px;
}

.hc-container .hc-text-area.right {
  top: 20%;
}

.hc-container .hc-text-area.left {
  top: 20%;
}

.hc-container .hc-text-area.pink {
  background-color: rgba(216, 125, 180, 0.9);
}

.hc-container .hc-text-area.dark-pink {
  background-color: rgba(215, 38, 138, 0.9);
}

.hc-container .hc-text-area.green {
  background-color: rgba(152, 208, 193, 0.9);
}

.hc-container h2.hc-title {
  margin-bottom: 21px;
  font-size: 22px;
  color: white;
}

.hc-container p.hc-text {
  font-family: Conv_GothamGRBook, sans-serif;
  font-size: 16px;
  color: white;
  padding-bottom: 50px;
}

.hc-container a.hc-cta {
  position: absolute;
  bottom: 25px;
  font-family: Conv_GothamGRBook, sans-serif;
  font-size: 13px;
  border: 1px solid white;
  color: white;
  padding: 10px;
  text-decoration: none;
  width: 190px;
}

@media only screen and (min-width: 500px) {
  .hc-container .hc-text-area {
    width: 375px;
    padding: 35px 34px 0 35px;
    left: 10%;
  }

  .hc-container .hc-text-area.pink {
    background-color: #d87db4;
  }

  .hc-container .hc-text-area.dark-pink {
    background-color: #d7268a;
  }

  .hc-container .hc-text-area.green {
    background-color: #98d0c1;
  }

  .hc-container h2.hc-title {
    font-size: 22px;
  }

  .hc-container p.hc-text {
    font-size: 20px;
  }

  .hc-container a.hc-cta {
    font-size: 17px;
  }
  .hc-container a.hc-cta {
    width: 242px;
  }
}
@media only screen and (min-width: 1200px) {
  .hc-container .hc-container,
  .hc-container .slider {
    min-height: 500px;
  }

  .hc-container .hc-text-area {
    width: 670px;
    width: 456px;
    min-height: 288px;
    padding: 35px 40px 10px 35px;
    left: unset;
  }

  .hc-container .hc-text-area.right {
    /* top: 50%; */
    top: 60%;
    left: 59%;
    transform: translateY(-100%);
  }

  .hc-container .hc-text-area.left {
    top: 60%;
    transform: translateY(-100%);
  }

  .hc-container h2.hc-title {
    margin-bottom: 15px;
    font-size: 33px;
  }

  .hc-container p.hc-text {
    font-size: 24px;
  }

  .hc-container a.hc-cta {
    position: absolute;
    font-size: 17px;
    width: unset;
  }
}

section.episkepsi {
  padding: 95px 0 75px 0;
}

@media only screen and (min-width: 900px) {
  section.episkepsi {
    padding: 95px 0 170px 0;
  }
}
section.episkepsi .row.boxes {
  margin-top: 150px;
}

section.episkepsi .box {
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 82px;
  padding-bottom: 40px;
  max-width: 312px;
  min-height: 365px;
}

section.episkepsi img.box-image {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

section.episkepsi .box-title {
  font-family: Conv_GothamGRMedium, sans-serif;
  font-size: 18px;
  color: #d4007f;
  margin-bottom: 35px;
  max-width: 169px;
}

section.episkepsi .box-text {
  font-family: Conv_GothamGRBook, sans-serif;
  font-size: 15px;
}

section.episkepsi .margin-boxes {
  margin-bottom: 90px;
}

section.endokrinologikes-pathiseis {
  padding: 83px 0 100px 0;
  background-color: #fae3f1;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  section.endokrinologikes-pathiseis {
    padding: 83px 0 220px 0;
  }
}

section.endokrinologikes-pathiseis .endokrinologikes-pathiseis-icon {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  max-width: 80px;
}

@media only screen and (min-width: 775px) {
  section.endokrinologikes-pathiseis .endokrinologikes-pathiseis-icon {
    max-width: 152px;
  }
}

section.endokrinologikes-pathiseis .section-title {
  margin-bottom: 67px;
}

section.endokrinologikes-pathiseis .section-text.text-center {
  max-width: 763px;
  margin: auto;
}

section.endokrinologikes-pathiseis .alternate-image-text {
  margin-top: 90px;
  margin-bottom: 30px;
}

section.endokrinologikes-pathiseis .alternate-image-text .alternate-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 307px;
}

section.endokrinologikes-pathiseis .alternate-image-text .alternate-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #b5d6cf;
  padding: 30px 20px 30px 20px;
}

@media only screen and (min-width: 768px) {
  section.endokrinologikes-pathiseis .alternate-image-text .alternate-text {
    padding: 30px 20px 30px 40px;
  }
}

section.endokrinologikes-pathiseis .alternate-image-text .alternate-text-title {
  font-family: Conv_GothamGRMedium, sans-serif;
  font-size: 24px;
  margin-bottom: 40px;
}

section.endokrinologikes-pathiseis
  .alternate-image-text
  .alternate-text-description {
  font-family: Conv_GothamGRBook, sans-serif;
  font-size: 17px;
  max-width: 557px;
}

section.endokrinologikes-pathiseis
  .alternate-image-text.endokrinologia
  .alternate-image {
  background-image: url(../images/endokrinologia.jpg?800302dfdaf74a1ff62f9b5edd8b75e5);
}

section.endokrinologikes-pathiseis
  .alternate-image-text.ormoniki
  .alternate-image {
  background-image: url(../images/ormoniki.jpg?315d785d020c24450d0ab0b7a20fff98);
}

section.endokrinologikes-pathiseis .photo-grid {
  margin-top: 108px;
}

section.endokrinologikes-pathiseis .photo-grid .photo-grid-box {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  section.endokrinologikes-pathiseis .photo-grid .photo-grid-box {
    margin-bottom: 10px;
  }
}

section.endokrinologikes-pathiseis .photo-grid .photo-grid-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 355px;
  height: 100%;
  position: relative;
}

section.endokrinologikes-pathiseis .photo-grid .photo-grid-image.anastima {
  background-image: url(../images/xamilo-anastima.jpg?940ec3d6a79e11fb14845e71748a5966);
}

section.endokrinologikes-pathiseis
  .photo-grid
  .photo-grid-image.ipothiroidismos {
  background-image: url(../images/ipothireodismos.jpg?9b2b3794df0087eebbb0dba8ac5c142d);
}

section.endokrinologikes-pathiseis .photo-grid .photo-grid-image.proimi {
  background-image: url(../images/proimi.jpg?89cd6c6c930334444ac874a64a213bf6);
}

section.endokrinologikes-pathiseis .photo-grid .photo-grid-image.paxisarkia {
  background-image: url(../images/paxisarkia.jpg?7a12be5ff48c7bceee3f37a90e0a5343);
}

section.endokrinologikes-pathiseis .photo-grid a.photo-grid-title {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  color: white;
  text-decoration: none;
  position: relative;
  z-index: 6;
  padding-bottom: 10px;
  font-family: Conv_GothamGRBook;
  font-size: 21px;
}

section.endokrinologikes-pathiseis .photo-grid a.photo-grid-title:before {
  content: "";
  width: 100%;
  height: 92px;
  position: absolute;
  bottom: 0;
  background-image: url(../images/boxshadow.png?6b03142e7235bf4090b0147aaefaab20);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: -1;
}

section.endokrinologikes-pathiseis .photo-grid a.photo-grid-title:hover {
  background-color: rgba(32, 1, 30, 0.73);
}

section.endokrinologikes-pathiseis .photo-grid .arrow {
  width: 36px;
  height: 16px;
  bottom: 16px;
  right: 3px;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  background-image: url(../images/mobile-arrow.png?1b208626c2262fd2ba753769e62ef52a);
}

@media only screen and (min-width: 400px) {
  section.endokrinologikes-pathiseis .photo-grid .arrow {
    right: 13px;
  }
}

@media only screen and (min-width: 480px) {
  section.endokrinologikes-pathiseis .photo-grid .arrow {
    right: 23px;
  }
}

@media only screen and (min-width: 768px) {
  section.endokrinologikes-pathiseis .photo-grid .arrow {
    display: none;
  }
}

section.services {
  padding: 100px 0 120px 0;
}
@media only screen and (min-width: 1200px) {
  section.services {
    padding: 180px 0 120px 0;
  }
}

section.services .services-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  section.services .services-box {
    flex-direction: row;
    margin-top: 0;
  }
}

section.services .services-box.services-box-top-left {
  padding-bottom: 25px;
}

section.services .services-box.services-box-top-left:before {
  content: "";
  width: 80%;
  background: #d4007f;
  height: 3px;
  position: absolute;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  section.services .services-box.services-box-top-left {
    padding-right: 25px;
  }

  section.services .services-box.services-box-top-left:after {
    content: "";
    width: 1px;
    background: #d4007f;
    height: 200px;
    position: absolute;
    right: 0;
    top: 90px;
  }

  section.services .services-box.services-box-top-left:before {
    content: "";
    height: 1px;
    right: 35px;
  }
}

section.services .services-box.services-box-top-right {
  padding-bottom: 25px;
  height: 100%;
}

section.services .services-box.services-box-top-right:before {
  content: "";
  width: 80%;
  background: #d4007f;
  height: 3px;
  position: absolute;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  section.services .services-box.services-box-top-right {
    padding-left: 25px;
  }

  section.services .services-box.services-box-top-right:before {
    content: "";
    height: 1px;
    left: 35px;
  }
}

section.services .services-box.services-box-top-right .services-description {
  height: 100%;
  display: flex;
  flex-direction: column;
}

section.services .services-box.services-box-bottom-left {
  padding-top: 25px;
  padding-bottom: 25px;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  section.services .services-box.services-box-bottom-left {
    padding-right: 25px;
  }

  section.services .services-box.services-box-bottom-left:after {
    content: "";
    width: 1px;
    background: #d4007f;
    height: 200px;
    position: absolute;
    right: 0;
  }
}

section.services .services-box.services-box-bottom-left .services-description {
  height: 100%;
  display: flex;
  flex-direction: column;
}

section.services .services-box.services-box-bottom-right {
  padding-top: 25px;
  padding-bottom: 25px;
  height: 100%;
}

section.services .services-box.services-box-bottom-right:before {
  content: "";
  width: 80%;
  background: #d4007f;
  height: 3px;
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 768px) {
  section.services .services-box.services-box-bottom-right {
    padding-left: 25px;
  }

  section.services .services-box.services-box-bottom-right:before {
    display: none;
  }
}

section.services .services-box.services-box-bottom-right .services-description {
  height: 100%;
  display: flex;
  flex-direction: column;
}

section.services .services-icon {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  section.services .services-icon {
    margin-bottom: 0;
  }
}

section.services .services-title {
  font-family: Conv_GothamGRBook, sans-serif;
  font-size: 24px;
  color: #d4007f;
}

section.services span.services-extra-info {
  font-family: Conv_GothamGRBook, sans-serif;
  font-size: 17px;
  color: black;
  margin-bottom: 0;
}

section.services p.services-subtitle {
  font-family: Conv_GothamGRBold, sans-serif;
  font-size: 17px;
  color: #73b0a0;
  margin-bottom: 0;
}

section.services .services-text {
  font-family: Conv_GothamGRBook, sans-serif;
  font-size: 17px;
}

section.epikoinonia {
  background: #d4007f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

section.epikoinonia .epikoinonia-container {
  position: relative;
  padding: 80px 0 80px 0;
}

@media only screen and (min-width: 500px) {
  section.epikoinonia .epikoinonia-container {
    padding: 36px 0 36px 0;
  }
}

section.epikoinonia .epikoinonia-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(36%);
  max-width: 92px;
}

@media only screen and (min-width: 500px) {
  section.epikoinonia .epikoinonia-icon {
    max-width: 126px;
  }
}

@media only screen and (min-width: 992px) {
  section.epikoinonia .epikoinonia-icon {
    max-width: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  section.epikoinonia .epikoinonia-icon {
    max-width: 242px;
  }
}

section.epikoinonia .epikoinonia-section-title {
  font-family: Conv_GothamGRBold, sans-serif;
  font-size: 22px;
  color: white;
  position: relative;
  margin-bottom: 50px;
}

section.epikoinonia .epikoinonia-section-title:after {
  content: "";
  width: 250px;
  height: 3px;
  background: white;
  bottom: -20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

section.epikoinonia a.epikoinonia-cta {
  font-family: Conv_GothamGRBook, sans-serif;
  font-size: 17px;
  border: 1px solid white;
  color: white;
  padding: 10px;
  text-decoration: none;
}

@media only screen and (min-width: 576px) {
  section.bio-intro {
    padding-top: 65px;
  }
}
.bio-image {
  background-image: url(../images/jessica-intro.jpg?af33fa263214912f319bd1289a0a1819);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 380px;
  margin-bottom: 50px;
  width: 100vw;
}

@media only screen and (min-width: 576px) {
  .bio-image {
    background-size: cover;
    width: unset;
  }
}

@media only screen and (min-width: 768px) {
  .bio-image {
    width: unset;
  }
}

@media only screen and (min-width: 992px) {
  .bio-image {
    margin-bottom: 0;
    min-height: 660px;
    background-position: bottom;
  }
}

.intro-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.intro-subtitle {
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .intro-subtitle {
    margin-bottom: 100px;
  }
}

.intro-details {
  font-family: Conv_GothamGRBook, sans-serif;
  font-size: 16px;
}

.bio-learnmore {
  margin-top: 57px;
  position: relative;
}

.bio-cta {
  font-family: Conv_GothamGRBook, sans-serif;
  font-size: 17px;
  color: #d4007f;
}

.bio-cta-arrow {
  text-decoration: none;
  position: relative;
}

.bio-cta-arrow:after {
  content: "";
  position: absolute;
  background-image: url(../images/bio-icon.svg);
  width: 57px;
  background-repeat: no-repeat;
  height: 100px;
  background-size: contain;
  left: 125px;
  bottom: 0;
}

@media only screen and (min-width: 420px) {
  .bio-cta-arrow:after {
    width: 80px;
  }
}

.collapsed img.bio-cta-arrow-image {
  transform: rotate(0deg);
  transition: transform 2ms ease-in-out;
}

img.bio-cta-arrow-image {
  transform: rotate(180deg);
  transition: transform 2ms ease-in-out;
  text-decoration: none;
  border: 2px solid #d4007f;
  border-radius: 50%;
  width: 54px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 8px;
  position: relative;
}

section.bio-full {
  padding-top: 50px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 992px) {
  section.bio-full {
    padding-top: 170px;
    padding-bottom: 190px;
  }
}

.personal-info-details {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media only screen and (min-width: 578px) {
  .personal-info-details {
    flex-direction: row;
  }
}

.personal-info-title {
  font-family: Conv_GothamGRMedium, sans-serif;
  font-size: 24px;
  color: #d4007f;
  margin-bottom: 40px;
}

.personal-info-details-title-margin {
  margin-top: 40px;
}

@media only screen and (min-width: 992px) {
  .personal-info-details-title-margin {
    margin-top: 70px;
  }
}

.personal-info-details-title {
  font-family: Conv_GothamGRBold, sans-serif;
  font-size: 17px;
  color: #d4007f;
}

.personal-info-details-text {
  font-family: Conv_GothamGRBook, sans-serif;
  font-size: 17px;
}

.personal-info p {
  margin-bottom: 0;
}

.personal-info,
.intro-info {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .personal-info,
  .intro-info {
    text-align: left;
  }
}

.full-bio-image-container img.img-fluid {
  max-width: 235px;
  margin-bottom: 40px;
  position: relative;
}

@media only screen and (min-width: 578px) {
  .full-bio-image-container img.img-fluid {
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .full-bio-image-container img.img-fluid {
    margin-bottom: 0;
  }
}

.full-bio-image-container {
  position: relative;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .full-bio-image-container {
    margin-bottom: 0;
  }
}

.full-bio-image-container:before {
  content: "";
  position: absolute;
  width: 265px;
  height: 50%;
  background-color: #98d0c1;
  bottom: -5%;
  left: 40px;
}

@media only screen and (min-width: 440px) {
  .full-bio-image-container:before {
    width: 290px;
  }
}

@media only screen and (min-width: 578px) {
  .full-bio-image-container:before {
    width: 80%;
    right: -18%;
  }
}

@media only screen and (min-width: 768px) {
  .full-bio-image-container:before {
    width: 269px;
    right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .full-bio-image-container:before {
    width: 280px;
    bottom: -15%;
  }
}

@media only screen and (min-width: 1200px) {
  .full-bio-image-container:before {
    width: 350px;
  }
}

@media only screen and (min-width: 1300px) {
  .full-bio-image-container:before {
    width: 405px;
  }
}

.personal-info.personal-info-date {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .personal-info.personal-info-date {
    text-align: left;
  }
}

.experience-margin {
  margin-top: 40px;
}

@media only screen and (min-width: 992px) {
  .experience-margin {
    margin-top: 60px;
  }
}

.personal-info-date .personal-info-details {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .personal-info-date .personal-info-details {
    margin-bottom: 30px;
  }
}

.personal-info-date .personal-info-title-date {
  position: relative;
  margin-bottom: 50px;
  margin-top: 20px;
}

@media only screen and (min-width: 992px) {
  .personal-info-date .personal-info-title-date {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.personal-info-date .personal-info-title-date:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 35px;
  bottom: -42px;
  right: 50%;
  background: #d4007f;
}

@media only screen and (min-width: 992px) {
  .personal-info-date .personal-info-title-date:after {
    width: 60px;
    height: 2px;
    top: 12px;
    right: -74px;
  }
}

@media only screen and (min-width: 1200px) {
  .personal-info-date .personal-info-title-date:after {
    width: 120px;
    right: -95px;
  }
}

.left-image.full-bio-image-container {
  position: relative;
}

.left-image.full-bio-image-container:before {
  content: "";
  position: absolute;
  width: 285px;
  height: 50%;
  background-color: #98d0c1;
  bottom: 66px;
  right: 13px;
  left: unset;
}

@media only screen and (min-width: 440px) {
  .left-image.full-bio-image-container:before {
    width: 290px;
  }
}

@media only screen and (min-width: 578px) {
  .left-image.full-bio-image-container:before {
    width: 485px;
    right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .left-image.full-bio-image-container:before {
    width: 320px;
    right: -13px;
  }
}

@media only screen and (min-width: 992px) {
  .left-image.full-bio-image-container:before {
    width: 420px;
  }
}

@media only screen and (min-width: 992px) {
  .left-image.full-bio-image-container:before {
    width: 488px;
    right: -4px;
  }
}

@media only screen and (min-width: 1300px) {
  .left-image.full-bio-image-container:before {
    width: 494px;
  }
}

.left-image .full-bio-image {
  margin-right: 25px;
}

section.article {
  padding-top: 80px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 992px) {
  section.article {
    padding-top: 115px;
  }
}

.article-title {
  font-family: Conv_GothamGRBold, sans-serif;
  font-size: 37px;
  color: #d4007f;
}

.article-subtitle {
  font-family: Conv_GothamGRBold, sans-serif;
  font-size: 20px;
  color: #d4007f;
  max-width: 377px;
}

@media only screen and (min-width: 340px) {
  .article-subtitle {
    font-size: 23px;
  }
}

.article-date {
  margin-top: 25px;
}

@media only screen and (min-width: 992px) {
  .article-date {
    margin-top: 66px;
  }
}

.article-published {
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
  .article-published {
    margin-bottom: 0;
  }
}

.article-published,
.article-date {
  font-family: Conv_GothamGRBold, sans-serif;
  font-size: 16px;
}

.article-break {
  display: none;
}

@media only screen and (min-width: 340px) {
  .article-break {
    display: block;
  }
}

.article-content {
  padding-top: 60px;
  font-family: Conv_GothamGRBook, sans-serif;
}
.article-content .pink {
  font-family: Conv_GothamGRBold, sans-serif;
}

.article-bold {
  font-family: Conv_GothamGRBold, sans-serif;
}

.article-margin {
  margin-top: 50px;
}

section.inner-page {
  padding-top: 80px;
  padding-bottom: 165px;
}

.margin-55 {
  margin-top: 55px !important;
}

.margin-45 {
  margin-top: 45px !important;
}

.margin-65 {
  margin-top: 65px !important;
}

@media only screen and (min-width: 992px) {
  .extra-borders .margin-65 {
    /*margin-top: 0 !important;*/
  }
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-100 {
  margin-bottom: 50px !important;
}
@media only screen and (min-width: 992px) {
  .margin-bottom-100 {
    margin-bottom: 100px !important;
  }
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.inner-page-title {
  font-family: Conv_GothamGRBold, sans-serif;
  font-size: 26px;
  color: #d4007f;
  margin-bottom: 20px;
}

@media only screen and (min-width: 440px) {
  .inner-page-title {
    font-size: 33px;
  }
}

@media only screen and (min-width: 992px) {
  .inner-page-title {
    font-size: 38px;
  }
}

.inner-page-signature {
  font-family: Conv_GothamGRBold, sans-serif;
  font-size: 17px;
  margin-bottom: 45px;
}

.inner-page-subtitle {
  font-family: Conv_GothamGRBold, sans-serif;
  font-size: 16px;
  margin-bottom: 16px;
}

.inner-page-subtitle.bg-blue {
  display: inline-block;
  position: relative;
}

.inner-page-subtitle.bg-blue:before {
  content: "";
  width: 106%;
  height: 50%;
  background: #a6d5c2;
  position: absolute;
  left: -3%;
  bottom: 0;
  z-index: -1;
}

.inner-page-subtitle.bg-blue-desktop-only {
  display: inline-block;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .inner-page-subtitle.bg-blue-desktop-only:before {
    content: "";
    width: 102%;
    height: 50%;
    background: #a6d5c2;
    position: absolute;
    left: -1%;
    bottom: 0;
    z-index: -1;
  }
}

.bg-blue-big-desktop-only {
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .bg-blue-big-desktop-only:before {
    content: "";
    width: 102%;
    height: 50%;
    background: #a6d5c2;
    position: absolute;
    left: -1%;
    bottom: 0;
    z-index: -1;
  }
}

.bg-blue-big-mobiles-only {
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 445px) {
  .bg-blue-big-mobiles-only:before {
    content: "";
    width: 104%;
    height: 50%;
    background: #a6d5c2;
    position: absolute;
    left: -2%;
    bottom: 0;
    z-index: -1;
  }
}

.inner-page-subtitle.bg-blue-tablet-only {
  display: inline-block;
  position: relative;
}

@media only screen and (min-width: 568px) {
  .inner-page-subtitle.bg-blue-tablet-only:before {
    content: "";
    width: 106%;
    height: 50%;
    background: #a6d5c2;
    position: absolute;
    left: -3%;
    bottom: 0;
    z-index: -1;
  }
}

.inner-page-text {
  font-family: Conv_GothamGRBook, sans-serif;
  font-size: 17px;
  margin-top: 14px;
}

ul.inner-page-list {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-padding-start: 16px;
  padding-inline-start: 16px;
  color: #d4007f;
  font-family: Conv_GothamGRBook, sans-serif;
}

ul.inner-page-list span.black {
  color: black;
  font-family: Conv_GothamGRBook, sans-serif;
}

.extra-borders {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .extra-borders {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.extra-borders:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url(../images/border-left.png?189d30eb830340a545d1f1769a5189fd);
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.extra-borders:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url(../images/border-right.png?fbb97bbd56f0de40ca38981c0a5887a6);
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.inner-page-bold {
  font-family: Conv_GothamGRBold, sans-serif;
}

.image-border-left,
.image-border-right {
  position: relative;
}

.image-border-left:before {
  content: "";
  position: absolute;
  background: #d4007f;
  display: none;
}

@media only screen and (min-width: 768px) {
  .image-border-left:before {
    display: block;
    width: 40px;
    height: 2px;
    bottom: 50%;
    right: -10px;
  }
}

@media only screen and (min-width: 1200px) {
  .image-border-left:before {
    width: 40px;
    height: 2px;
    bottom: 50%;
    right: 35px;
  }
}

.image-border-right:before {
  content: "";
  position: absolute;
  background: #d4007f;
  display: none;
}

@media only screen and (min-width: 768px) {
  .image-border-right:before {
    display: block;
    width: 40px;
    height: 2px;
    bottom: 50%;
    left: -10px;
  }
}

@media only screen and (min-width: 1200px) {
  .image-border-right:before {
    width: 40px;
    height: 2px;
    bottom: 50%;
    left: 15px;
  }
}

.bg-blue-container {
  background: #a6d5c2;
  margin-top: 95px;
  margin-bottom: 85px;
  padding-top: 57px;
  padding-bottom: 52px;
}

.blog-header {
  background-image: url(../images/bg-header-blog.jpg?c3265d697908a182be4bcdc4690ca577);
  height: 60vh;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.blog-header-fasa {
  background-image: url(../images/bg-fasa-blog.png?2bdab17a2f20c87c7085640d09c255b6);
  height: 50px;
  background-size: contain;
  background-position: center center;
}

@media only screen and (min-width: 768px) {
  .blog-header-fasa {
    height: 70px;
  }
}

.page-title-blog {
  color: #d4007f;
  font-family: Conv_GothamGRMedium, sans-serif;
  font-size: 24px;
  margin-top: 72px;
  margin-bottom: 118px;
}

.teaser-title {
  font-family: Conv_GothamGRMedium, sans-serif;
  font-size: 21px;
  color: white;
  margin-bottom: 20px;
}

.teaser-text {
  font-family: Conv_GothamGRBook, sans-serif;
  font-size: 16px;
  color: white;
  margin-bottom: 32px;
  line-height: 1.3;
}

a.teaser-cta {
  position: relative;
  font-family: Conv_GothamGRBook, sans-serif;
  font-size: 12px;
  border: 1px solid white;
  color: white;
  padding: 10px;
  text-decoration: none;
}

.blog-teaser-margin {
  margin-bottom: 50px;
}

@media only screen and (min-width: 568px) {
  .teaser-title {
    font-size: 24px;
  }

  .teaser-text {
    font-size: 20px;
  }

  a.teaser-cta {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .teaser-text {
    font-size: 22px;
  }

  a.teaser-cta {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .teaser-image {
    top: unset;
  }

  .image-container {
    position: absolute;
    top: -115px;
  }

  .teaser-text {
    font-size: 22px;
  }

  a.teaser-cta {
    font-size: 17px;
    position: absolute;
    bottom: 30px;
  }

  .blog-teaser-margin {
    margin-bottom: 140px;
  }
}

@media only screen and (min-width: 1200px) {
  .teaser-text {
    font-size: 24px;
  }
}

section.contact {
  position: relative;
  padding-top: 90px;
  padding-bottom: 108px;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  section.contact {
    padding-top: 130px;
  }
}

section.contact:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
  background: #b7ded3;
}

.contact-title {
  font-family: Conv_GothamGRMedium, sans-serif;
  font-size: 24px;
  color: #d4007f;
}

.contact-details {
  font-family: Conv_GothamGRBook, sans-serif;
  font-size: 17px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .contact-details {
    margin-bottom: 46px;
  }
}

.contact-margin {
  margin-bottom: 70px;
}

#map {
  height: 483px;
}

.contact-carousel-container {
  padding-top: 80px;
  padding-bottom: 0;
  margin: auto;
}

@media only screen and (min-width: 992px) {
  .contact-carousel-container {
    padding-top: 115px;
  }
}

.contact-carousel-container .slider img {
  margin: auto;
}

.contact-carousel-container .cc-arrows {
  height: 50px;
  position: relative;
  display: flex;
  justify-content: center;
}

.contact-carousel-container .cc-arrows .slick-prev {
  top: unset;
  bottom: -15px;
  left: 40%;
}

@media only screen and (min-width: 700px) {
  .contact-carousel-container .cc-arrows .slick-prev {
    left: 45%;
  }
}

.contact-carousel-container .cc-arrows .slick-next {
  top: unset;
  bottom: -15px;
  right: 40%;
  /* margin-left: 50px; */
}

@media only screen and (min-width: 700px) {
  .contact-carousel-container .cc-arrows .slick-next {
    right: 45%;
  }
}

.contact-carousel-container .cc-arrows .slick-prev:before {
  background-image: url(../images/previous.png?ddc19df820c7081a2c4c1c4a9258da8d);
  background-repeat: no-repeat;
  opacity: 1;
  background-size: contain;
  font-family: unset;
  color: unset;
  width: 23px;
  height: 32px;
}

.contact-carousel-container .cc-arrows .slick-next:before {
  background-image: url(../images/next.png?3846579d8b27bccb1ed21f1d7dfcdb06);
  background-repeat: no-repeat;
  opacity: 1;
  background-size: contain;
  font-family: unset;
  color: unset;
  width: 23px;
  height: 32px;
}

.contact-carousel-container {
  max-width: 1843px;
}

.slider img {
  max-width: 95%;
}

form {
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  form {
    margin-bottom: 0px;
  }
}

.form-group {
  margin-bottom: 0;
}

input#name,
input#email,
input#phone {
  height: 70px;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d4007f !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d4007f !important;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d4007f !important;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d4007f !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d4007f !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d4007f !important;
}

.form-control:first-of-type {
  border-top: 1px solid #d4007f;
}

.form-control {
  font-size: 16px;
  font-family: Conv_GothamGRMedium, sans-serif;
  background-color: white;
  color: #d4007f;
  border-radius: 0;
  border-left: 1px solid #d4007f;
  border-right: 1px solid #d4007f;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.form-control:first-of-type:focus {
  border-top: 1px solid #d4007f;
}

.form-control:focus {
  border-color: #d4007f;
  border-left: 1px solid #d4007f;
  border-right: 1px solid #d4007f;
  outline: none;
  box-shadow: none;
}

.form-button-container {
  border: 1px solid #d4007f;
  height: 78px;
  background: white;
}

.form-button-container .contact-cta {
  position: relative;
  font-family: Conv_GothamGRBook, sans-serif;
  font-size: 13px;
  background: white;
  border: 1px solid #d4007f;
  color: #d4007f;
  padding: 5px 30px 5px 30px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 500px) {
  .form-button-container .contact-cta {
    font-size: 17px;
  }
}

:focus {
  outline: none !important;
}

ol,
ul {
  padding-inline-start: 16px;
}

.fixed-top {
  top: 0;
  transition: transform 0.5s ease-in-out;
}
.fixed-top.hidden {
  transform: translateY(-102px);
}
body {
  padding-top: 102px;
}

@media (min-width: 992px) {
  body {
    padding-top: 220px;
  }
  .signature-container {
    background: white;
  }
  .fixed-top.hidden {
    transform: translateY(-225px);
  }
}

.footer-epikoinonia-container {
  position: relative;
}
.footer-icon-mobile {
  position: absolute;
}

@media (min-width: 992px) {
  header {
    -webkit-box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.75);
  }
}

.footer-icon {
  width: 50px;
}

.footer-logo {
  width: 300px;
}

.fb-icon {
  width: 55px;
}

.menu-mob {
  width: 200px;
}

.menu-tablet {
  width: 350px;
}

.menu-desktop {
  width: 300px;
}

.box-image {
  width: 122px;
}

.services-box-image {
  width: 83px;
}

.success-msg .modal-content {
  background: white;
  color: black;
  font-family: Conv_GothamGRBook, sans-serif;
}

.success-msg .modal-body {
  min-height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: #d40099;
}

.success-msg button.close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #d40099;
  text-shadow: 0 1px 0 #d40099;
  opacity: 1;
}

.success-msg .close {
  font-size: 2.5rem;
}
img.teaser-image {
  object-fit: cover;
  width: 100%;
}

.blog-teaser-margin:nth-child(even) .text-container {
  background: #d4007f;
}
.blog-teaser-margin:nth-child(odd) .text-container {
  background: #98d0c1;
}

.image-left-teaser-text-container {
  height: 100%;
  padding: 30px 16px 30px 23px;
}

.image-right-teaser-text-container {
  height: 100%;
  padding: 30px 16px 30px 23px;
}
@media only screen and (min-width: 768px) {
  .teaser-image {
    position: relative;
    bottom: -60px;
    z-index: 1;
  }
  .blog-teaser-margin:nth-child(odd) .text-container {
    padding: 85px 16px 50px 40px;
  }

  .blog-teaser-margin:nth-child(even) .text-container {
    padding: 85px 16px 50px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .blog-teaser-margin:nth-child(odd) .text-container {
    padding: 30px 25px 50px 432px;
    min-height: 340px;
  }
  .blog-teaser-margin:nth-child(even) .text-container {
    padding: 30px 432px 50px 32px;
    min-height: 340px;
  }
  .blog-teaser-margin:nth-child(odd) .text {
    /* margin-left: 17%; */
  }
  .blog-teaser-margin:nth-child(even) .image-container {
    right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-teaser-margin:nth-child(odd) .text {
    margin-left: 25%;
  }
  .blog-teaser-margin:nth-child(odd) .text-container {
    padding: 30px 25px 50px 210px;
  }
  .blog-teaser-margin:nth-child(even) .text-container {
    padding: 31px 210px 50px 60px;
  }
}
