* {
  font-family: "Noto Sans", sans-serif;
  color: #555655;
  font-size: 15px;
  letter-spacing: 0.5px; }

a {
  text-decoration: underline;
  color: #db403c; }

p {
  margin: 0 0 20px; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  margin-bottom: 28px;
  color: #5EB0AD;
  font-size: 30px;
  margin-top: 28px; }

.fixed {
  position: fixed; }

.btn, .wpcf7-submit {
  text-decoration: none;
  background: #db403c;
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 24px 40px;
  border-radius: 8px;
  text-transform: uppercase; }

span.ctcc-left-side {
  color: #fff; }

button#catapultCookie {
  background: #DDDDDD; }

@media (max-width: 767px) {
  .btn, .wpcf7-submit {
    font-size: 17px !important;
    height: 60px;
    line-height: 60px;
    padding: 0 !important; } }
header {
  border-top: 7px solid #EFF6F9; }
  header .el .navbar-nav > li > a {
    padding-right: 16px; }
  header .navbar-nav {
    margin-top: 120px; }
    header .navbar-nav .open > a,
    header .navbar-nav .open > a:focus,
    header .navbar-nav .open > a:hover {
      background: inherit; }
    header .navbar-nav a:hover {
      color: #db403c; }
    header .navbar-nav > .active > a, header .navbar-nav > .active > a:focus, header .navbar-nav > .active > a:hover {
      color: #db403c; }
    header .navbar-nav > li > a {
      font-size: 15px;
      font-weight: bold;
      color: #5fa2a1;
      letter-spacing: 1px;
      text-decoration: none;
      text-transform: uppercase;
      padding-right: 27px; }
      header .navbar-nav > li > a:focus, header .navbar-nav > li > a:hover {
        background: inherit; }
      header .navbar-nav > li > a .caret {
        border: 0;
        vertical-align: top; }
        header .navbar-nav > li > a .caret:before {
          content: "\f107";
          font-family: "fontawesome";
          color: #a2a2a2; }
    header .navbar-nav > li .dropdown-menu {
      background: #beddd8;
      border: 0;
      border-radius: 8px;
      box-shadow: none;
      -webkit-box-shadow: none;
      left: 50%;
      transform: translateX(-50%);
      top: 60px; }
      header .navbar-nav > li .dropdown-menu:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 15px 15px;
        border-color: transparent transparent #beddd8 transparent;
        content: '';
        display: block;
        margin-top: -20px;
        margin-right: auto;
        margin-left: auto; }
      header .navbar-nav > li .dropdown-menu:after {
        border-bottom: 4px solid #7cb2a9;
        content: '';
        height: 2px;
        display: block;
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: -3px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; }
      header .navbar-nav > li .dropdown-menu > li {
        text-align: center; }
        header .navbar-nav > li .dropdown-menu > li:first-of-type {
          margin-top: 20px; }
        header .navbar-nav > li .dropdown-menu > li > a {
          color: #479286;
          text-decoration: none;
          margin-bottom: 10px;
          text-transform: uppercase;
          font-size: 15px;
          font-weight: bold;
          letter-spacing: 1px;
          padding: 3px 90px; }
          header .navbar-nav > li .dropdown-menu > li > a:hover {
            color: #db403c; }
          header .navbar-nav > li .dropdown-menu > li > a:focus, header .navbar-nav > li .dropdown-menu > li > a:hover {
            background: inherit; }
      header .navbar-nav > li .dropdown-menu > .active > a, header .navbar-nav > li .dropdown-menu > .active > a:focus, header .navbar-nav > li .dropdown-menu > .active > a:hover {
        background-color: inherit;
        color: #db403c; }
  header img {
    width: 300px;
    margin-top: 50px; }
  @media (max-width: 767px) {
    header .logo-holder {
      margin-top: -40px;
      margin-bottom: 23px; }
      header .logo-holder a.logo {
        display: block;
        width: 70%;
        margin-left: auto;
        margin-right: auto; }
        header .logo-holder a.logo img.logo {
          margin-top: 0; }
    header .navbar-toggle {
      top: -23px;
      position: absolute;
      right: 0; }
    header .close-menu {
      top: -67px; }
    header #navbar {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(72, 156, 144, 0.9);
      z-index: 10000;
      overflow-y: scroll; }
      header #navbar #menu-main-menu {
        position: relative;
        padding-bottom: 207px;
        margin-top: 73px; }
        header #navbar #menu-main-menu a, header #navbar #menu-main-menu span, header #navbar #menu-main-menu strong, header #navbar #menu-main-menu i {
          color: #fff !important;
          text-decoration: none !important;
          text-align: center; }
        header #navbar #menu-main-menu a {
          padding-right: 15px; }
        header #navbar #menu-main-menu .caret {
          display: none; }
        header #navbar #menu-main-menu .flags {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0; }
          header #navbar #menu-main-menu .flags:before {
            content: '';
            display: block;
            border-top: 2px solid #8DB5AE;
            margin-bottom: 30px;
            margin-left: 15px;
            margin-right: 15px; }
          header #navbar #menu-main-menu .flags .flag {
            background-size: cover;
            background-position: center;
            height: 50px;
            width: 66px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px; }
          header #navbar #menu-main-menu .flags .flag.uk {
            background-image: url("../img/flags/flag-uk.webp"); }
          header #navbar #menu-main-menu .flags .flag.greece {
            background-image: url("../img/flags/flag-gr.webp"); }
          header #navbar #menu-main-menu .flags .flag.cypress {
            background-image: url("../img/flags/flag-cy.webp"); }
          header #navbar #menu-main-menu .flags a {
            margin-bottom: 20px;
            text-align: center;
            padding: 0;
            display: block; }
        header #navbar #menu-main-menu .dropdown-menu {
          display: block;
          position: initial;
          transform: none;
          background: transparent;
          border: none !important;
          border-radius: 0;
          left: 0;
          float: none;
          margin-bottom: -9px; }
          header #navbar #menu-main-menu .dropdown-menu:before {
            border: 0; }
          header #navbar #menu-main-menu .dropdown-menu:after {
            display: none; }
          header #navbar #menu-main-menu .dropdown-menu li a {
            padding: 3px 20px !important;
            font-size: 11px !important;
            margin: 10px 0px; } }
  @media (min-width: 768px) {
    header #menu-main-menu .flags {
      display: none; } }
  @media (min-width: 767px) and (max-width: 991px) {
    header .navbar-nav {
      margin-top: 73px; }
      header .navbar-nav > li > a {
        font-size: 14px;
        padding-right: 9px;
        padding-top: 7px;
        padding-bottom: 7px; }
    header .el .navbar-nav > li > a {
      padding-right: 1px;
      letter-spacing: unset; }
    header img {
      margin-top: 70px; } }
  @media (min-width: 991px) and (max-width: 1199px) {
    header .navbar-nav > li > a {
      padding-right: 8px; }
    header .el .navbar-nav > li > a {
      padding-right: 1px;
      letter-spacing: unset; } }
  @media (min-width: 768px) {
    header .navbar-nav {
      float: right; } }

footer {
  padding: 40px 0 10px;
  background: #F5F5F4; }
  footer img {
    max-width: 200px;
    margin-bottom: 20px; }
  footer * {
    font-size: 12px;
    color: #7c7c7c; }
  footer .terms {
    text-align: right; }
  @media (max-width: 767px) {
    footer div.row > div {
      text-align: center; }
    footer .terms {
      text-align: center; } }

.wrap {
  background-color: #EFF6F9;
  margin-bottom: 0;
  border-top: 1px solid #B6DFD8; }

.pre-topbar {
  height: 500px;
  background: #EFF6F9;
  border-top: 1px solid #B6DFD8; }
  @media (max-width: 767px) {
    .pre-topbar {
      height: 184px; } }
  @media (min-width: 991px) and (max-width: 1199px) {
    .pre-topbar {
      height: 497px !important; } }

.topbar {
  margin-bottom: 40px;
  background-color: #B4DED7;
  padding: 100px 0; }
  .topbar .row {
    margin-top: -500px; }
  .topbar .btn {
    display: block;
    width: 100%;
    background: #db403c;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 24px 0px;
    border-radius: 8px;
    text-transform: uppercase;
    text-decoration: none; }
  .topbar p {
    font-size: 18px;
    color: #5fa2a1;
    line-height: 34px;
    text-align: center;
    margin-top: 138px;
    margin-bottom: 60px; }
    .topbar p .shout {
      font-size: 30px;
      color: #db403c;
      font-weight: bold;
      display: block; }
  @media (max-width: 767px) {
    .topbar {
      padding: 258px 0;
      background: #EFF6F9; }
      .topbar p {
        margin-top: 26px;
        font-size: 16px; }
        .topbar p .shout {
          font-size: 24px; } }
  @media (min-width: 767px) and (max-width: 991px) {
    .topbar p {
      margin-top: 0;
      margin-bottom: 60px; }
    .topbar .btn {
      height: 60px;
      font-size: 17px;
      line-height: 60px;
      padding: 0 40px; } }

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes fadeOTron100 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg); } }
.topbar.home {
  background: #f0f6f9;
  background: -moz-linear-gradient(left, #f0f5f7 0%, #c0ddd9 50%, #f0f5f7 100%);
  background: -webkit-linear-gradient(left, #f0f5f7 0%, #c0ddd9 50%, #f0f5f7 100%);
  background: linear-gradient(to right, #f0f5f7 0%, #c0ddd9 50%, #f0f5f7 100%); }
  .topbar.home img {
    animation: 0.7s ease-out 0s 1 slideInFromLeft;
    /*&:hover {
    	-webkit-animation-name: spaceboots;
    	-webkit-animation-duration: 0.4s;
    	-webkit-transform-origin:150% 150%;
    	-webkit-animation-iteration-count: infinite;
    	-webkit-animation-timing-function: linear;
    }*/ }
  @media (max-width: 767px) {
    .topbar.home {
      padding: 347px 0 0; }
      .topbar.home .btn {
        position: absolute;
        bottom: -29px;
        width: 250px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 17px;
        height: 60px;
        line-height: 60px;
        padding: 0; }
      .topbar.home .col-md-4 {
        	/*margin-left: -15px;
            margin-right: -15px;
            padding-left: 30px;
            padding-right: 30px;*/
        background: #F0F5F8;
        padding-bottom: 1px; } }
  @media (min-width: 767px) and (max-width: 991px) {
    .topbar.home .btn {
      margin: 0 auto;
      position: absolute;
      bottom: -29px;
      width: 250px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 17px;
      height: 60px;
      line-height: 60px;
      padding: 0;
      z-index: 1; }
    .topbar.home .col-md-4 {
      background: #F0F5F8;
      padding-bottom: 1px;
      padding-top: 25px;
      margin-bottom: -16px; } }
  @media (min-width: 991px) and (max-width: 1199px) {
    .topbar.home {
      padding: 184px 0; }
      .topbar.home p {
        margin-top: 94px; } }

.topbar.product-group {
  background-color: #fff;
  padding: 74px 0 90px; }
  .topbar.product-group .row {
    margin-top: -500px; }
  .topbar.product-group p {
    font-size: 18px;
    color: #6DB6B5;
    line-height: 34px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 30px; }
  .topbar.product-group .img {
    background-size: cover;
    background-position: center;
    height: 500px; }
  .topbar.product-group .btn {
    width: inherit;
    margin-top: 71px; }
  .topbar.product-group .crumbs {
    margin-bottom: 28px;
    color: #5EB0AD;
    font-size: 23px; }
    .topbar.product-group .crumbs a {
      margin-bottom: 28px;
      color: #5EB0AD;
      font-size: 23px;
      text-decoration: none; }
    .topbar.product-group .crumbs i {
      color: #5EB0AD; }
    .topbar.product-group .crumbs .page {
      color: #DB403C;
      font-size: 23px; }
  .topbar.product-group .crumbs.secondary {
    margin-top: 60px; }
  @media (max-width: 767px) {
    .topbar.product-group {
      padding: 24px 0 90px; }
      .topbar.product-group .row {
        margin-top: 0; }
      .topbar.product-group .crumbs a, .topbar.product-group .crumbs .page {
        font-size: 17px; }
      .topbar.product-group .crumbs.secondary {
        display: none; }
      .topbar.product-group .btn {
        margin-bottom: 15px;
        margin-top: 40px;
        width: 100%; }
      .topbar.product-group p {
        font-size: 15px;
        line-height: 21px; } }
  @media (min-width: 767px) and (max-width: 991px) {
    .topbar.product-group .product-description .btn {
      width: 100%; } }
  @media (min-width: 991px) and (max-width: 1199px) {
    .topbar.product-group .btn {
      padding: 24px 0; } }

.topbar.product-group.crumb-holder {
  padding: 74px 0 0px;
  margin-bottom: 0px; }
  .topbar.product-group.crumb-holder img {
    padding: 6px;
    background: #fff;
    border-radius: 4px; }
  .topbar.product-group.crumb-holder .product-text {
    min-height: 302px; }
  @media (max-width: 767px) {
    .topbar.product-group.crumb-holder {
      padding: 0; }
      .topbar.product-group.crumb-holder img {
        margin-bottom: 30px; }
      .topbar.product-group.crumb-holder .reasons {
        margin-top: 0 !important; }
      .topbar.product-group.crumb-holder .product-text {
        min-height: 0px; } }
  @media (min-width: 767px) and (max-width: 991px) {
    .topbar.product-group.crumb-holder {
      background-color: #EFF6F9; }
      .topbar.product-group.crumb-holder .show-reasons {
        width: 100%;
        margin-top: 40px; }
      .topbar.product-group.crumb-holder .reasons {
        margin-top: 30px !important; }
      .topbar.product-group.crumb-holder .product-text {
        min-height: 0px; } }
  @media (min-width: 991px) and (max-width: 1199px) {
    .topbar.product-group.crumb-holder {
      padding: 33px 0 0px; } }

.pre-topbar.product-group {
  height: 456px; }
  @media (max-width: 767px) {
    .pre-topbar.product-group {
      display: none; } }

.product-title-page.product-group {
  background-color: #EFF6F9;
  margin-bottom: 0;
  border-top: 1px solid #B6DFD8;
  padding-top: 0; }
  .product-title-page.product-group .crumbs {
    margin-bottom: 0; }
  .product-title-page.product-group .row {
    margin-top: 0; }
    .product-title-page.product-group .row .product-group {
      background-color: #fff;
      padding: 15px; }
      .product-title-page.product-group .row .product-group .img {
        height: 220px; }
  .product-title-page.product-group .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .product-title-page.product-group .row-eq-height .product-group {
      flex: 1;
      height: 100%;
      padding-bottom: 133px;
      position: relative; }
      .product-title-page.product-group .row-eq-height .product-group .btn {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
        font-size: 17px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        border-radius: 4px; }
  @media (max-width: 767px) {
    .product-title-page.product-group .row-eq-height {
      display: block; }
      .product-title-page.product-group .row-eq-height .product-group {
        margin-bottom: 30px;
        padding-bottom: 0px; }
        .product-title-page.product-group .row-eq-height .product-group .btn {
          position: inherit;
          padding: 24px;
          left: inherit;
          right: inherit;
          bottom: inherit; } }
  @media (min-width: 767px) and (max-width: 991px) {
    .product-title-page.product-group .row-eq-height {
      display: block; }
      .product-title-page.product-group .row-eq-height .product-group {
        margin-bottom: 30px;
        padding-bottom: 30px; }
        .product-title-page.product-group .row-eq-height .product-group .btn {
          position: initial; }
        .product-title-page.product-group .row-eq-height .product-group .img {
          width: 50%;
          float: left; }
        .product-title-page.product-group .row-eq-height .product-group .product-description {
          width: 50%;
          float: right;
          padding-left: 30px; }
          .product-title-page.product-group .row-eq-height .product-group .product-description .title {
            margin-top: 0; } }
  @media (min-width: 991px) and (max-width: 1199px) {
    .product-title-page.product-group .btn {
      padding: 24px 0; } }

.team-page {
  background-color: #EFF6F9;
  margin-bottom: 0;
  border-top: 1px solid #B6DFD8; }
  .team-page .row {
    margin-top: 0; }
    .team-page .row .member {
      background-color: #fff;
      padding: 30px; }
      .team-page .row .member .img {
        height: 220px; }
  .team-page .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .team-page .row-eq-height .member {
      flex: 1;
      height: 100%; }
  @media (max-width: 767px) {
    .team-page .row-eq-height {
      display: block;
      margin-bottom: 0; }
    .team-page .row .member {
      padding: 15px; } }
  @media (min-width: 767px) and (max-width: 991px) {
    .team-page .row-eq-height {
      display: block;
      margin-bottom: 0; }
    .team-page .img {
      width: 50%;
      float: left; }
    .team-page .product-description {
      width: 50%;
      float: right;
      padding-left: 30px; }
      .team-page .product-description .title {
        margin-top: 0 !important; } }

.reasons {
  display: none;
  margin-top: 90px; }

.infobar {
  background: #beddd8;
  color: #518179;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px; }
  .infobar h2 {
    font-size: 30px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 40px; }
  .infobar .btn {
    background: #db403c;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 24px 40px;
    border-radius: 8px;
    text-transform: uppercase;
    margin-top: 20px; }
  @media (max-width: 767px) {
    .infobar .btn {
      padding: 0 24px !important; } }
  @media (min-width: 767px) and (max-width: 991px) {
    .infobar .btn {
      height: 60px;
      font-size: 17px;
      line-height: 60px;
      padding: 0 40px; } }

.midbar {
  margin-bottom: 60px; }
  .midbar .the-content {
    padding-left: 40px;
    margin-left: -25px;
    margin-right: -25px;
    padding-right: 40px;
    margin-top: -125px;
    background: #fff;
    width: inherit;
    padding-top: 40px;
    border-radius: 8px; }
    .midbar .the-content img {
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-top: 30px;
      margin-bottom: 40px; }
  @media (max-width: 767px) {
    .midbar .the-content {
      margin-left: 0;
      margin-right: 0;
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 0; } }
  @media (min-width: 767px) and (max-width: 991px) {
    .midbar .the-content {
      padding-top: 80px; } }
  @media (min-width: 991px) and (max-width: 1199px) {
    .midbar .the-content {
      margin-left: 0;
      margin-right: 0;
      padding-left: 15px;
      padding-right: 15px; } }

.language-selector {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #555656;
  background: #fff;
  border: 7px solid #EFF6F9;
  border-top: 0;
  padding: 10px; }
  .language-selector .flag {
    padding-left: 32px;
    background-position: 0 2px;
    background-size: 24px;
    background-repeat: no-repeat;
    margin-left: 10px; }
  .language-selector #mini-en {
    background-image: url("../img/flags/flag-uk.webp"); }
  .language-selector #mini-el, .language-selector #mini-de {
    background-image: url("../img/flags/flag-gr.webp"); }
  .language-selector #mini-cy, .language-selector #mini-de {
    background-image: url("../img/flags/flag-cy.webp"); }
  .language-selector .fa {
    color: #555656; }
  @media (max-width: 767px) {
    .language-selector {
      display: none; } }

.qtranxs-available-languages-message,
.qtranxs-available-languages-message-de,
.qtranxs-available-languages-message-el {
  display: none; }

.productbar {
  background-color: #EFF6F9; }
  .productbar .products {
    padding-top: 30px;
    padding-bottom: 30px; }
    .productbar .products .product {
      background-color: #fff;
      margin-bottom: 10px;
      padding: 6px;
      position: relative;
      display: block; }
      .productbar .products .product .title {
        background-color: #6DB6B5;
        top: 265px;
        left: 15px;
        right: 15px;
        text-align: left;
        line-height: 30px;
        color: #fff;
        padding: 4px 20px; }
      .productbar .products .product .img {
        background-size: cover;
        background-position: center;
        height: 220px; }

.product-group .img {
  background-size: cover;
  background-position: center;
  height: 220px; }
.product-group .title {
  font-weight: bold;
  margin-top: 30px; }
.product-group .desc {
  margin-top: 20px; }

.team .member {
  margin-bottom: 30px; }
  .team .member .title, .team .member .role {
    font-weight: bold; }
  .team .member .title {
    margin-top: 30px; }
  .team .member .role {
    margin-bottom: 10px; }
  .team .member .img {
    background-size: cover;
    background-position: center;
    height: 220px; }

.language-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(35, 116, 102, 0.7);
  z-index: 10;
  text-transform: uppercase; }
  .language-overlay .dialog {
    background-color: #fff;
    width: 600px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    padding: 30px 50px 35px;
    border-radius: 10px; }
  .language-overlay h2 {
    font-size: 15px; }
  .language-overlay h2.greek {
    color: #939393;
    font-size: 15px;
    font-weight: bold; }
  .language-overlay .close {
    position: absolute;
    top: 17px;
    right: 0; }
  .language-overlay .flags {
    background-color: #f0f5f7;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px; }
    .language-overlay .flags .flag {
      background-size: cover;
      background-position: center;
      height: 76px;
      width: 102px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
    .language-overlay .flags .flag.uk {
      background-image: url("../img/flags/flag-uk.webp"); }
    .language-overlay .flags .flag.greece {
      background-image: url("../img/flags/flag-gr.webp"); }
    .language-overlay .flags .flag.cypress {
      background-image: url("../img/flags/flag-cy.webp"); }
    .language-overlay .flags a {
      display: block;
      text-decoration: none;
      margin-bottom: 20px; }
      .language-overlay .flags a strong:hover {
        color: #db403c; }
  @media (max-width: 767px) {
    .language-overlay {
      display: none !important; } }
  @media (min-width: 767px) and (max-width: 991px) {
    .language-overlay .close {
      top: -3px; } }

/*Menu items: 


Hero section:
keyline at top color #d3e7e5
background below it #f0f5f7
gradient from darkest: #c0ddd9 to lightest: #f0f5f7

;







Lang selector modal:

Overlay: background:rgba(35,116,102,0.7);
titles: top one: color:#505655; font-size:15px; font-weight:bold;
titles: greek: color:#939393; font-size:15px; font-weight:bold;
background behind flags: background:#f0f5f7
text under flags (links) same size and color as top titles - text-decoration:none; and onhover color:#db403c;
close icon fontawesome: font-size:36px; color:#d6dee1;



up arrow: use psuedo after with box being relative - below will be close but need tweaks, not tested!
	position:absolute; content:''; left:50%; margin-left:-16px; top:-16px; width:0; height:0; border-style:solid; border-width:0 16px 16px 16px; border-color:transparent transparent #beddd8 transparent;
*/
.site-main {
  padding-bottom: 80px;
  margin-top: -40px; }

.logo-images {
  margin-bottom: 30px;
  margin-top: 30px; }

h3.country-page {
  margin-top: -20px;
  color: #5EB0AD;
  font-size: 23px; }

div.country-page {
  padding-bottom: 20px; }

#main .alignleft {
  float: left;
  margin: 0 15px 30px 0; }
#main .alignright {
  float: right;
  margin: 0 0 30px 15px; }
#main .aligncenter {
  display: block;
  margin: 0 auto 30px auto; }
#main .size-full {
  width: 100%;
  height: auto; }
#main .alignnone {
  float: none;
  display: block;
  margin: 0 0 30px 0; }
#main p .alignleft {
  float: left;
  margin: 5px 15px 30px 0; }
#main p .aligncenter {
  display: block;
  margin: 5px auto 30px auto; }
#main p .alignright {
  float: right;
  margin: 5px 0 30px 15px; }
#main .gallery {
  margin: auto;
  overflow: auto;
  margin-bottom: 80px !important; }
  #main .gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
    padding: 0 16px; }
    #main .gallery .gallery-item a {
      border: none;
      background: none;
      display: block !important;
      padding-left: 0 !important; }
    #main .gallery .gallery-item img {
      border: none !important;
      width: 100% !important;
      height: auto; }
    #main .gallery .gallery-item .gallery-caption {
      margin-left: 0;
      background: #fff;
      min-height: 80px;
      padding: 15px 15px 15px;
      text-align: left; }
#main blockquote {
  border-left: 4px solid #666;
  padding: 5px 5px 5px 20px;
  margin: 0 0 30px 0px;
  font-style: italic;
  background: grey;
  position: relative; }
@media (max-width: 767px) {
  #main .entry-content div {
    max-width: 100%;
    overflow: hidden; }
  #main .gallery .gallery-item {
    width: 100% !important; }
  #main img {
    max-width: 100%;
    height: auto; } }

.contact .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .contact .row-eq-height .product-group {
    flex: 1; }
    .contact .row-eq-height .product-group .name {
      font-weight: bold;
      color: #5EB0AD;
      display: block; }
    .contact .row-eq-height .product-group .business {
      font-weight: bold;
      display: block; }
    .contact .row-eq-height .product-group a {
      display: block;
      margin-top: 20px; }
      .contact .row-eq-height .product-group a:hover {
        color: #db403c; }
@media (max-width: 767px) {
  .contact .row-eq-height {
    display: block; }
    .contact .row-eq-height .product-group {
      margin-bottom: 40px; } }

/*# sourceMappingURL=styles.css.map */
