@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap&subset=latin,greek');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');
/* Extras */
body:not(.loaded) {
  position: absolute;
  left: -30000px;
}
html,
body {
  height: 100%;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
body {
  background-color: #fff;
  color: #2d2d2d;
  background-repeat: repeat;
}
h1, h2, h3 {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
}
body.home main.container {
  margin-bottom: 0;
  padding: 15px;
  padding-bottom: 0;
}
body:not(.home) main {
  padding: 80px 160px;
  min-height: 600px;
  max-width: 100%;
}
main {
  min-height: 50%;
  background-color: transparent;
}
#header-top[style*='background-image'],
#header-middle[style*='background-image'],
#header-bottom[style*='background-image'] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#title-language h1 {
  font-weight: 400;
  color: #909090;
  font-size: 1.2em;
  text-align: center;
}
figcaption>.title {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: inherit;
}
.modal-body p { color: #191b27; }
@media (min-width: 768px) {
  #title-language h1 {
    font-weight: 400;
    font-size: 1.2em;
    margin: .67em 0;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .container { max-width: 1170px; }
}

.navbar-dark .navbar-toggler {
  color: #636363;
  font-size: 23px;
  border-color: rgba(255,255,255,.1);
}

/* Page title and jumbotron ===================================================== */
#hero-title {
  background-color: #c1c1c1;
  color: #fff;
}
body:not(.home) .jumbotron.with-header-image {
  color: #ffffff;
}

/* Footer ====================================================================== */
#footer {
  display: block;
  position: relative;
  background: #193442;
  color: #fff;
  text-align: center;
  padding: 60px 80px 0px 80px;
}
body:not(.home) #footer .left .map-holder,
body:not(.home) #footer .right .contactform {
  display: none;
}
body:not(.home) #footer .contact-info {
  text-align: right;
}
body:not(.home) #footer .social {
  display: none;
}
#footer h3 {
  font-size: 3em;
  margin-bottom: 20px;
}
#footer .contact-info-section {
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 1.2em;
  font-weight: 700;
  margin: 40px 10px;
}
#footer .contact-info-section:first-of-type { margin-left: 0; }
#footer .contact-info-section .icon {
  color: #31BECA;
  margin-right: 10px;
}
#footer .contact-info-section a {
  color: #fff;
  text-decoration: none;
}
#footer #home-map {
  height: calc(100% - 191px);
  width: 100%;
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
}
#footer .row.logo {
  width: 100%;
  margin: 20px;
  justify-content: flex-end;
}
body:not(.home) #footer .row.logo {
  justify-content: flex-end;
}
#footer .contactform {
  text-align: left;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 605px;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
}
#footer .form-group label {
  color: #2d2d2d;
}
body:not(.home) #footer .right .logo { text-align: right; }
body.home #footer .row {
  flex-direction: row-reverse;
}
body.home #footer .row .right {
  text-align: left;
  display: flex;
  flex-direction: column-reverse;
}
/* body.contact #footer .right {
  display: flex;
  flex-direction: column-reverse;
} */
body.contact #footer .right .logo { order: -3; }
body.contact #footer .right .social { order: -2; }
body.contact #footer .right .contact-info { order: -1; }

body.home #footer .right .logo {
  text-align: center;
  order: -4;
}
body.home #footer .right .social { order: -3; }
body.home #footer .right .contactform { order: -2; }
body.home #footer .right .contact-info { order: -1; }
body:not(.home) #footer .col-md-6.left {
  max-width: 50%;
  flex: 0 0 50%;
}
#footer .contactform .col-md-4,
#footer .contactform .col-md-12 { padding-left: 0; }
#footer .right .social-container {
  padding-left: 0;
  text-align: left;
  margin: 40px 0px;
  max-width: 605px;
  width: 100%;
}
body.home #footer #fourty-logo {
  margin-top: 0px;
}
body.home #footer .contact-info-container {
  margin-top: 40px;
  text-align: left;
}
#footer #page-title {
  margin-bottom: 40px;
  text-align: left;
}
#footer button { margin-left: 3px }

/* Home footer -------------------------- */

body.home #footer #contact-form form > .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
body.home #footer #basic-contact-fields .form-group {
  width: 100%;
}
body.home #footer #basic-contact-fields {
  display: flex;
  flex-wrap: wrap;
}
body.home #footer #contact-form form .notes-container {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
}
body.home #footer #contact-form .form-group.actions {
  text-align: center;
}
body.home #footer #contact-form .form-group.actions button {
  width: 583px;
  margin-top: 16px;
}

/* Buttons ===================================================================== */
.button, .btn {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 15px 20px;
  background-color: #31BECA;
  color: #fff;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.button:hover, .btn:hover {
  background-color: #fff;
  color: #31BECA;
  box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.3);
}
.button.inverted, .btn.inverted {
  background-color: #fff;
  color: #31BECA;
  box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.3);
}
.button.inverted:hover, .btn.inverted:hover {
  background-color: #31BECA;
  color: #fff;
  box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.3);
}
.button > .fa-sort-down { transform: rotateZ(-90deg); }
/* ============================================================================= */

/* Header ====================================================================== */
#header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  color: #252525;
}
#header .row { margin: 0; }
#header-top {
  background-color: #fff;
  color: #3e3e3e;
  font-weight: 700;
  padding: 40px;
  /* padding: 40px 45px 0px; */
}
#header-top .row {
  flex-direction: row-reverse;
  padding: 5px;
  align-items: center;
}
#header-top ul.social-container {
  text-align: left;
}
#main-nav > a#logo {
  display: none;
}
.navbar-light .navbar-toggler {
  color: #31BECA;
}
#header-top #search-input {
  background-color: #f2f2f2;
  border: 0;
  font-size: 15px;
  padding: 8px;
}
#header-top #search-input:focus {
  box-shadow: none;
}
header .contact-info-container {
  display: none;
}
header .contact-info-container .contact-info-section,
header .contact-info-container .contact-info-section a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  margin: 40px 0;
}
header .contact-info-container .contact-info-section { margin-right: 20px; }
header .contact-info-container .contact-info-section:last-of-type { margin-right: 0; }
header .contact-info-container .contact-info-section .icon {
  color: #31BECA;
  margin-right: 10px;
}
.container {
  max-width: 100%;
}
/* ============================================================================= */

/* Logo ======================================================================== */
#logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 280px;
  text-align: center;
  transition: all 0.4s ease;
}
#logo > img {
  height: 100%;
  width: auto;
}
#logo-container {
  display: flex;
  justify-content: center;
}
/* ============================================================================= */

/* MainNav ===================================================================== */
#main-nav {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  position: relative;
  background-color: #ffffff;
  color: #191b27;
  margin: 0;
  top: 0;
}
#main-nav .navbar-collapse {
  justify-content: center;
}
#main-nav .navbar-nav {
  padding: 15px 0;
}
#main-nav button.navbar-toggler:focus {
  outline-color: #31BECA;
}
#mainNavContent li.nav-item {
  position: static;
  padding: 10px 15px;
  color: #7E858B;
  text-transform: uppercase;
}
#mainNavContent li.nav-item.active > a {
  color: #2d2d2d;
}
#mainNavContent li.nav-item > a {
  position: relative;
  font-weight: normal;
  font-size: 1em;
  z-index: 10000;
}
/* Enable or disable dropdown menu icon */
/* #mainNavContent li:not(.submenu) > a::after {
  display: none;
} */
#mainNavContent li.nav-item > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  left: 0px;
  right: 0px;
  top: auto;
  bottom: 0px;
  background-color: #31BECA;
  transition: all 0.2s ease;
  z-index: -1;
}
#main-nav .langsDropdown.dropdown-menu.dropdown-menu-right {
  left: auto;
  right: auto;
  width: 100px;
  text-align: center;
}
#mainNavContent li.nav-item.dropdown.show.open {
  color: #2d2d2d;
  background-color: transparent;
}
#mainNavContent .dropdown-menu.show li.nav-item > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 6px;
  left: 0px;
  right: 0px;
  top: 26px;
  bottom: 0px;
  background-color: #31BECA;
  transition: all 0.4s ease-in;
  z-index: -1;
}
#mainNavContent .dropdown-menu.show li.nav-item > a:hover::before {
  width: 100%;
}
#mainNavContent .dropdown li.nav-item > a::before {
  display: none;
}
#mainNavContent .dropdown li.nav-item.submenu > a.dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  transition: none;
}
#mainNavContent li.nav-item.dropdown.submenu.show.open > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0px;
  right: 0px;
  top: 26px;
  bottom: 0px;
  background-color: transparent;
  transition: all 0.4s ease-in;
  z-index: -1;
}
#mainNavContent li.nav-item > a:hover::before,
#mainNavContent li.nav-item.active > a::before {
  width: 100%;
}
.dropdown-toggle::before {
  border: 0 !important;
  margin-left: 0;
}
span.open-icon > a {
  color: #fff;
  margin-left: -34px;
  background-color: #31BECA;
  padding: 10px;
}
#header-top .row > div.col-md-4 {
  text-align: end;
}
#main-nav .open > a.nav-link {
  color: inherit;
}
#main-nav .open {
  background-color: #fff;
}
#main-nav .dropdown-menu, #main-nav .dropdown-menu.show {
  right: 0;
  min-width: auto;
  background-color: #fff;
  color: #ffffff;
  border: 0;
  padding: 0;
  margin-top: 0;
  border-radius: 0;
}
#main-nav .langs.dropdown-menu {
  right: 1px;
}
#main-nav .navbar-nav > li.open > .langsDropdown.dropdown-menu {
  display: block;
  left: -5px;
  width: 100px;
  text-align: center;
}
.langsDropdown a.dropdown-item {
  text-transform: uppercase;
  color: #7E858B;
  background-color: #fff;
  padding: 10px 20px;
  transition: all .4s ease;
}
.langsDropdown a.dropdown-item:hover {
  background-color: #31BECA;
  color: #fff;
}
#main-nav .dropdown-menu a.nav-link {
  padding: 15px 20px;
}
#search span.close-icon {
  display: none;
}
#main-nav .dropdown-menu a.nav-link:hover {
  color: #fff;
  background-color: #31BECA;
  background-image: none;
}
#main-nav .navbar-nav > li > .dropdown-menu .nav-item {
  display: block;
  text-align: left;
  border-left: 0;
}
#main-nav .submenu.show.open ul.dropdown-menu.show {
  display:flex;
  width: auto;
  margin: 0px auto;
  left: auto;
  right: auto;
}
/* Sticky */
#main-nav.compact-sticky {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 1001;
}
/* ============================================================================= */

/* Social ====================================================================== */
.social-container {
  text-align: center;
}
.social-container li > a:hover {
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  .social-container {
    text-align: left;
  }
}
.social-container>li {
  display: inline-block;
  width: 28px;
  height: 26px;
  padding: 0;
  margin: 0 2px;
  vertical-align: middle;
  margin-top: 2px;
  text-align: center;
}
.social-container>li:last-of-type { margin-right: 0; }

.social-container>li>a {
  color: #31BECA;
  background-color: transparent;
  text-align: center;
  line-height: 12px;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.social-container>li>a>img {
  width: 100%;
  height: auto;
  opacity: 0.5;
  vertical-align: inherit;
}
/* ============================================================================= */

/* Slideshow =================================================================== */
#main-slideshow { display: none; }
#main-slider .slick-prev.slick-arrow, #main-slider .slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  transform: translateY(-50%);
  z-index: 9;
}
.carousel-indicators .indicator {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255,255,255,.5);
}
.carousel-indicators .indicator.active {
  background-color: rgba(255,255,255,1);
}
#main-slider {
  margin-top: 90px;
  max-height: 900px;
}
#main-slider .slide:focus {
  outline: none;
}
#main-slider .slick-prev.slick-arrow {
  left: 20px;
}
#main-slider .slick-next.slick-arrow {
  right: 20px;
}
#main-slider .slick-slide {
  margin-top: 40px;
  transform-origin: center;
  transition: all 0.3s ease;
}
#main-slider .slide {
  padding: 0 20px;
  padding-bottom: 60px;
  height: auto;
}
#main-slider .slick-slide .carousel-caption {
  bottom: 50px;
  opacity: 0;
  transition: 0.5s opacity;
}
#main-slider .slick-slide .carousel-caption p {
  color: #7E858B;
}
#main-slider .slick-slide.slick-current {
  transform: scale(1.2);
}
#main-slider .slick-slide.slick-current .carousel-caption {
  opacity: 1;
}
/* ============================================================================= */

/* Premium text ================================================================ */
#premium-text {
  background-color: transparent;
  padding: 40px 160px;
  padding-bottom: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/* ============================================================================= */

/* Exclusive URLs ============================================================== */
#exclusiveURLs {
  display: block;
  text-align: center;
  margin: 50px 0;
}
#exclusiveURLs .darker {
  background-color: #2cabb6;
}
/* #exclusiveURLs .mr-top {
  margin-top: 100px;
}
#exclusiveURLs .mr-bottom {
  margin-bottom: 100px;
} */
#exclusiveURLs::before, #exclusiveURLs::after {
  display: table;
  content: " ";
}
#exclusiveURLs::after { clear: both; }
.exclusive-url {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: auto;
  margin-top: 0px;
  font-size: 18px;
  color: #fff;
  float: left;
}
.exclusive-url > .url-head {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.exclusive-url.smallUrl > .url-head {
  height: auto;
  width: 80px;
  margin: 0 auto;
}
.exclusive-url > .url-head > img {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}
.exclusive-url > .figure-caption {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: center;
  color: #fff;
  transition: top 0.5s ease;
}
.exclusive-url:hover > .figure-caption { top: 0; }
.exclusive-url .url-title { text-decoration: none; }
/* Small URLs ---------------------------------------------------------------- */
.exclusive-url.smallUrl {
  width: 25%;
  padding: 0px 40px;
  justify-content: center;
  height: 350px;
  display: flex;
  margin-top: 0;
  flex-direction: column;
  background-color: #31BECA;
  background-size: cover;
}
.exclusive-url.smallUrl > .figure-caption {
  float: left;
  width: 100%;
  padding-top: 0;
}
.exclusive-url .url-title > h3 {
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
}

/* Medium URLs --------------------------------------------------------------- */
.exclusive-url.mediumUrl {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0px;
  width: 50%;
  height: 700px;
  background-color: transparent;
  color: #fff;
  overflow: visible;
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
  background-size: cover;
}
.exclusive-url.mediumUrl > .url-head {
  display: none;
}
.exclusive-url.mediumUrl > .url-head > img {
  position: relative;
  width: 100%;
  height: auto;
  margin: -40px 0;
  border-radius: 10px;
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
}
.exclusive-url.mediumUrl > .figure-caption {
  color: #ffffff;
  font-size: 1.1em;
  padding: 10px 80px;
  text-align: center;
}
.exclusive-url.mediumUrl .url-title > h3 {
  color: #fff;
  margin-top: 0;
  font-size: 36px;
  font-weight: 700;
}
.exclusive-url.mediumUrl .url-contents {
  margin: 20px auto;
}
/* Big URLs -------------------------------------------------------------------- */
.exclusive-url.bigUrl {
  padding: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
}
.exclusive-url.bigUrl .url-head {
  flex: 0 0 40%;
  overflow: visible;
}
.exclusive-url.bigUrl .url-head { height: auto; }
.exclusive-url.bigUrl > .url-head > img {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -60px;
  margin-bottom: -60px;
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
}
.exclusive-url.bigUrl > .figure-caption {
  position: absolute;
  color: #fff;
  font-size: 1.1em;
  padding: 40px 10px;
  max-width: 100%;
  text-align: center;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.exclusive-url.bigUrl .url-title > h3 {
  font-size: 46px;
}

.exclusive-url.bigUrl .url-contents {
  margin: 20px auto;
  max-width: 65%
}

/* Expo ------------------------------------------------------------------------ */
#expo {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding: 100px 140px;
}
#expo .exclusive-url {
  display: flex;
  flex-direction: column;
  flex: 0;
  margin-top: 0;
  color: #2d2d2d;
  padding: 0;
  overflow: visible;
  transition: all 0.3s ease;
}
#expo .exclusive-url.shown {
  flex: 0 0 25%;
  padding: 0 20px;
}
.exclusive-url.expoUrl > .url-head,
.exclusive-url.expoUrl > .figure-caption {
  display: none;
  flex: 0;
}
.exclusive-url.expoUrl .url-title > h3 {
  color: #2d2d2d;
}
.exclusive-url.expoUrl > .figure-caption p {
  margin: 20px 0;
  color: #7E858B;
}
.exclusive-url.expoUrl.shown > .url-head,
.exclusive-url.expoUrl.shown > .figure-caption {
  display: block;
  flex: 0 0 50%;
}
.exclusive-url.expoUrl a.btn,
.exclusive-url.expoUrl a.button {
  margin-top: -35px;
  padding: 10px 20px;
}
.exclusive-url.expoUrl > .url-head {
  border-radius: 0;
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
}


#expo > a.prev,
#expo > a.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: auto;
  padding: 10px 20px;
  font-size: 26px;
  color: #31BECA;
  opacity: 0;
  transition: all 0.3s ease;
}
#expo>a.next {
  right: -60px;
}
#expo>a.prev {
  left: -60px;
}
#expo:hover a.next {
  right: 20px;
  opacity: 1;
}
#expo:hover a.prev {
  left: 20px;
  opacity: 1;
}
/* ============================================================================= */


/* Articles ==================================================================== */
#recent-articles {
  margin-top: 0;
  padding: 0 145px;
}
#recent-articles figure.recent-article {
  display: flex;
  align-items: start;
  flex: 0 0 100%;
}
#recent-articles h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 35px;
  font-size: 3em;
  text-transform: uppercase;
  color: #2d2d2d;
}
#recent-articles h2::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  height: 4px;
  width: 100px;
  background-color: #31BECA;
}
.recent-article a,
#articles-list a {
  max-width: 100%;
  flex: 0 0 33.333333%;
  height: auto;
  border-radius: 0px;
}
.recent-article figcaption {
  margin-left: 30px;
  padding-bottom: 40px;
  font-size: 1.3em;
}
.recent-article figcaption h3 {
  color: #2d2d2d;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.recent-article figcaption p {
  margin: 20px 0;
  color: #7E858B;
}
.recent-article figcaption a { text-decoration: none; }

#view-article-content { margin-top: 30px; }
#article-image {
  width: auto;
  max-width: 50%;
  float: left;
  margin-right: 15px;
}
#view-article-content.noPicture #article-image { display: none; }
/* ============================================================================= */


/* Contact ===================================================================== */
body.contact main { margin-bottom: 0; }
section.row.contact-details-card {
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
  overflow: hidden;
  margin-bottom: 40px;
  flex-direction: row-reverse;
}
body.contact .leaflet-top {
  z-index: 988;
}
body.contact #contact-content section .contact-details {
  padding: 80px;
  background-color: #31BECA;
  color: #fff;
  font-weight: 700;
}
body.contact #contact-content section .contact-details a {
  color: #fff;
  text-decoration: none;
}
#contact section.contactform {
  color: #2d2d2d;
  padding-top: 80px;
  font-weight: 700;
}
#contact #contact-form label {
  display: block;
}
.form-control,
#contact #contact-form input[type="text"],
#contact #contact-form input[type="email"],
#contact #contact-form input[type="tel"],
#contact #contact-form textarea,
input[type=date], input[type=datetime-local], input[type=month],
input[type=time] {
  display: block;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  border: none;
  color: #2d2d2d;
  font-size: 18px;
  padding: 5px;
  margin: 2px;
  margin-bottom: 15px;
  border-radius: 0;
}
.form-control:focus,
#contact #contact-form input[type="text"]:focus,
#contact #contact-form input[type="email"]:focus,
#contact #contact-form input[type="tel"]:focus,
#contact #contact-form textarea:focus,
input[type=date]:focus, input[type=datetime-local]:focus, input[type=month]:focus,
input[type=time]:focus {
  background-color: #fff;
  border: 1px solid #2cabb6;
  box-shadow: none;
}
#contact-form textarea {
  min-height: 200px;
}
#contact #contact-form .button {
  margin-top: 10px;
}
body.contact #contact .map-holder { min-height: 100%; }
/* ============================================================================= */

/* Gallery ===================================================================== */
#gallery .image {
  position: relative;
  height: 300px;
  padding: 15px;
}
#gallery .image .figure {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 10px solid #ffffff;
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.pswp { z-index: 10000 !important; }
#gallery .image .figure:hover {
  transform: scale(1.05);
}
#gallery .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 140%;
  width: auto;
  min-width: 101%;
  opacity: 1;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#gallery figure>figcaption {
  display: block;
  position: absolute;
  top: auto;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
  background: rgba(255,255,255,0.5);
  padding: 0;
}
#gallery figure>figcaption > p {
  display: block;
  margin-bottom: 0;
  padding: 10px;
}
/* ============================================================================= */

/* Videos - Offers - PDF ======================================================= */
#videos-condent .video,
#pdf .pdf,
#articles-list .article {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex: 0 0 100%;
  max-width: 100%;
}
#offers .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#articles-list .article .figure {
  display: flex;
}
#pdf-content .figure {
  display: flex;
  align-items: flex-start;
}
#articles-list .article figcaption {
  margin-left: 30px;
}
#videos-condent .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
#videos-condent .video .embed-responsive {
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
#offers .card .card-img-top {
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
#videos-condent .video .video-caption,
#offers .card-body,
#pdf .pdf figcaption {
  padding: 10px;
  color: #2d2d2d;
  margin-left: 30px;
}
#videos-condent .video .video-caption h3,
#offers .card-title,
#pdf .pdf figcaption h3,
#articles-list .article h3 {
  margin-top: 0px;
  font-size: 1.5em;
  font-weight: bold;
  color: #2d2d2d;
  text-align: left;
}
#articles-list figcaption .title,
#pdf-content figcaption .title {
  margin-top: 0px;
}
#videos-condent .video .video-caption p,
#offers .card-body p,
#pdf .pdf figcaption .description,
#articles-list .article p {
  margin: 20px 0;
  color: #7E858B;
}
#pdf .pdf figcaption a { text-decoration: none; }
#articles-list .article .figure,
body#recent-articles figure.recent-article,
#videos-condent .video, #pdf .pdf {
  flex-direction: row;
  align-items: flex-start;
}
/* ============================================================================= */

#move-top {
  position: fixed;
  padding: 10px 18px;
  background-color: #31BECA;
  bottom: 10px;
  right: 10px;
  top: auto;
  left: auto;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  opacity: .5;
  z-index: 99999;
}

/* Search ====================================================================== */
#header-top #searchform-container {
  display: inline-block;
  width: 300px;
  justify-content: flex-end;
}
#header-top #searchform-container span.open-icon,
#header-top #searchform-container span.close-icon {
  display: none;
}
#search-dropdown .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
#search-results-list { width: 100%; }
#search-results-list .result .title {
  color: #2eb3e0;
}
/* ============================================================================= */

#banners {
  display: flex;
  position: fixed;
  bottom: 0;
}

#banners > #fixed-banner,
#banners > #second-banner {
  position: relative;
  left: 0!important;
}

#second-banner {
  min-width: 300px;
  max-height: 150px;
  padding: 0!important;
  margin-left: 20px;
}
#second-banner > img {
  display: block!important;
  width: 100%;
  height: 100%;
}

/* Full width ================================================================== */
@media (min-width: 768px) {
  body.full-width main.container {
    max-width: 1000%;
    width: 100%;
  }
  body.full-width #recent-articles .title,
  body.full-width #more, body.full-width #videos,
  body.full-width #offers, body.full-width #pdf, body.full-width #articles-list,
  body.full-width #contact {
    padding: 0;
  }
  #offers-content .col-md-4.offer {
    max-width: 100%;
  }
  #offers-content {
    flex-direction: column;
  }
  #offers-content .card {
    flex-direction: row;
    align-items: flex-start;
    border: none;
  }
  #pdf .pdf figcaption {
    text-align: center;
  }
  #header-top #searchform-container {
    width: 271px;
  }
  .exclusive-url.smallUrl {
    padding: 0px;
  }
  body.home #footer .right,
  body.home #footer .right .social-container {
    text-align: center;
  }
  body.home footer .logo {
    margin-bottom: 40px;
    width: 100%;
    max-width: 605px;
  }
  body.home #footer #contact-form .form-group.actions {
    text-align: left;
  }
  body.home #footer #contact-form .form-group.actions button {
    width: 300px;
  }
  .exclusive-url.bigUrl { height: auto;}
  #contact { padding: 40px 15px; }
}
/* Mobile ============================================================================================================== */
@media screen and (max-width: 768px) {
    #header-top { padding: 10px; }
    #header-top .row > div { padding: 0; }
    #header-top .row {flex-direction: row-reverse;}
    #header-top .row > .col-md-4 { padding-bottom: 20px; }
    #header-top .col-md-4:last-of-type { order: -1; }
    #header-top #logo-container { order: -3; }
    #header-top .social-container { order: -2; }
    #main-nav.compact-sticky { position: relative; }
    header .contact-info-container {
      text-align: center;
    }
    #header-top .row > div.col-md-4,
    #header-top ul.social-container {
      text-align: center;
      flex: 0 0 100%;
      max-width: 100%;
    }
    #main-slideshow .carousel-caption {
      display: block !important;
      width: 100%;
      padding: 20px;
    }
    #main-slideshow .carousel-caption p {
      font-size: 18px;
      margin-top: 20px;
      margin-bottom: 20px;
    }
    #main-slideshow .carousel-control-next, #main-slideshow .carousel-control-prev {
      top: 50px;
      bottom: auto;
    }
    #main-slideshow .carousel-caption > div:first-of-type {
      padding-right: 0;
      max-width: 100%;
    }
    main {
      margin-bottom: 0 !important;
    }
    #main-nav {
      padding: 10px;
      justify-content: space-between;
    }
    #logo, .compact-sticky #logo {
      position: relative;
      padding: 0;
      padding-right: 10px;
      height: 50px;
      width: auto;
      margin-right: 0;
      box-shadow: none;
    }
    .compact-sticky #logo > img {
      height: 100%;
      width: auto;
    }
    #main-nav li.nav-item {
      flex-direction: column;
      border: 0;
    }
    #main-nav a.nav-link {
      padding: 10px;
      width: 100%;
      color: #3a3c44;
    }
    #main-slideshow .carousel-indicators { display: none; }
    #main-slideshow .carousel-item .carousel-caption {
      position: relative;
      top: 100%;
      bottom: 0;
      left: 0;
      right: 0;
      transform: translateY(0) translateX(0) !important;
      width: 100%;
      border-radius: 0;
      padding: 10px;
    }
    #main-slideshow .carousel-caption h3 { font-size: 2em; }

    #premium-text { padding: 15px; }
    .exclusive-url { margin-top: 0; }
    .exclusive-url, .exclusive-url.mediumUrl, .exclusive-url.smallUrl,
    .recent-article {
      width: 100%;
      height: 100%;
      float: none;
    }
    .exclusive-url.bigUrl { height: auto;}
    .exclusive-url .url-title>h3, .recent-article>figcaption .title { font-size: 23px; }
    .exclusive-url.mediumUrl, .exclusive-url.mediumUrl:nth-of-type(odd) {
      flex-direction: column;
    }
    .exclusive-url.smallUrl {
      display: flex;
      height: 320px;
    }
    .exclusive-url.smallUrl {
      padding: 40px 40px;
    }
    .exclusive-url.smallUrl>.url-head {
      width: 30%;
      float: left;
      margin-right: 10px;
    }
    .exclusive-url.smallUrl>.figure-caption {
      float: none;
      padding: 0;
      width: 100%;
    }
    .exclusive-url.smallUrl>.figure-caption h3 {
      margin-top: 0;
    }

    .exclusive-url.mediumUrl {
      margin: auto;
      margin-top: 60px;
    }
    .exclusive-url.mediumUrl>.url-head>img { margin-bottom: 10px; }
    .exclusive-url.mediumUrl>.figure-caption {
      padding: 20px;
    }
    .exclusive-url > .figure-caption, .recent-article > figcaption {
      top: 0;
    }
    .exclusive-url.bigUrl, .exclusive-url.bigUrl:nth-of-type(odd) {
      padding: 20px;
      flex-direction: column;
      margin-top: 60px;
    }
    .exclusive-url.bigUrl .url-head {
      flex: 0 0 100%;
      padding: 0;
      overflow: visible;
    }
    .exclusive-url.bigUrl>.url-head>img {
      margin: 0 auto;
      width: 100%;
      height: auto;
      max-width: 100%;
    }
    .exclusive-url.bigUrl>.figure-caption {
      display: block;
      position: relative;
      top: auto;
      transform: translateY(0);
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0;
      max-width: 100%;
      margin-top: 20px;
    }
    .exclusive-url.bigUrl:nth-of-type(odd)>.figure-caption {
      text-align: center;
    }
    #expo {
      padding: 20px;
      margin-top: 60px;
    }
    #expo .exclusive-url.shown {
      flex: 100%;
      flex-direction: column;
    }
    #expo .exclusive-url>.figure-caption {
      padding: 20px;
    }
    #expo>a.next, #expo>a.prev { opacity: 1; }
    #expo>a.next { right: 0; }
    #expo>a.prev { left: 0; }
    #expo:hover a.next {right: 0px;}
    #expo:hover a.prev { left: 0px; }
    #expo > a.prev,
    #expo > a.next {
    padding: 10px 10px;
    top: 72%;
    }
    #recent-articles { padding: 0; }
    #recent-articles figure.recent-article,
    #videos-condent .col-md-4,
    #pdf .pdf .figure,
    #articles-list .article.col-md-4 .figure {
      flex-direction: column;
    }
    #videos-condent .video .embed-responsive,
    #offers .card .card-img-top,
    #articles-list .article img  {
      max-width: 100%;
    }
    #articles-list figcaption .title,
    #pdf-content figcaption .title {
    margin-top: 10px;
  }
    #offers-content .card {
      flex-direction: column;
    }
    .recent-article figcaption {
      padding: 20px;
    }
    #footer {
      position: relative;
      margin: 0;
      padding: 20px 0;
    }
    #footer .contactform .col-md-4, #footer .contactform .col-md-8,
    #footer .contactform .col-md-12 {
      padding: 0;
    }
    #footer .contactform {
      width: 100%;
      margin-bottom: 40px;
      margin-top: 20px;
      margin-left: 0px;
    }
    #footer .right {
      flex: 0 0 100%;
      max-width: 100%;
    }
    #footer .social-container {
      margin-bottom: 0px;
      text-align: center;
    }
    .countdown > .col-sm-3 {
      width: 50%;
    }
    section.row.contact-details-card { padding-right: 0; }
    body.contact #contact .map-holder {
      height: 500px;
    }
    body:not(.home) #footer .right .logo { text-align: center; }
    body:not(.home) main {
      padding: 20px;
    }
    body:not(.home) #footer .row.logo {
      justify-content: center;
    }
    body:not(.home) #footer .right {
      text-align: center;
      margin-top: 20px;
    }
    body:not(.home) #footer #page-title {
      margin-bottom: 20px;
      text-align: center;
    }
    body:not(.home) #footer .contact-info-container {
      display: flex;
      flex-direction: column;
      margin-top: 0px;
      text-align: center;
    }
    body:not(.home) #footer .contact-info-section {
      margin-top: 20px;
      margin-bottom: 20px;
    }
    body:not(.home) #footer .col-md-6.left {
      max-width: 100%;
      flex: 0 0 100%;
    }
    body.contact #contact-content>section {
      padding: 0px;
    }
    body.contact #contact #contact-form .button {
      margin-top: 16px;
      width: 303px;
    }
    .social-container {
      padding-bottom: 20px;
    }
    #exclusiveURLs .mr-top {
      margin-top: 0px;
    }
    #exclusiveURLs .mr-bottom {
      margin-bottom: 0px;
    }
    #contact { padding: 20px;}
    /* Home footer -------------------------- */
  body.home #footer > .container-fluid > .row {
    flex-direction: column-reverse;
  }
  body.home #footer #fourty-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -20px;
  }
  body.home #footer .g-recaptcha {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: -37px;
  }
  body.home #footer #contact-form .form-group.actions button {
    width: 304px;
    margin-left: -37px;
  }

  body.home #footer .contact-info-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 0px;
  }
  body.home #footer .contact-info-section {
    margin: 20px 10px;
  }
  body.home #footer .right .social-container {
    text-align: center;
    max-width: 100%;
  }
  body.home #footer #home-map {
    height: 500px;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0px;
    margin-left: 0px;
  }
  body.home #footer #page-title {
    text-align: center;
  }
  body.contact #contact-content section .contact-details {
    padding: 20px;
  }
  body.home #footer #contact-form .form-group.actions {
    text-align: left;
  }
  body.home #footer .col-md-6.left {
    padding: 0px;
    order: -3;
  }
  body.home footer .logo { max-width: 100%; }
}

@media screen and (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  #header-top .container { margin-top: 40px; }
  #logo-container { margin-bottom: 40px; }
  .exclusive-url.smallUrl>.url-head {
    margin-right: auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 359px) {
  #header-top #searchform-container {
    width: 288px;
  }
  .exclusive-url.smallUrl {
    padding: 20px 10px;
  }
  body.home #footer #contact-form .form-group.actions button,
  body.home #footer .g-recaptcha {
    margin-left: -40px;
  }
  #offers .buttons, #offers .btn {
    flex-direction: column;
    margin: 0;
    margin-bottom: 16px;
    width: 200px;
  }
  body.contact #contact #contact-form .g-recaptcha {
    margin-left: -15px;
  }
  body.contact #contact #contact-form .button {
    width: 299px;
    margin-left: -11px;
  }
  #pdf .pdf figcaption a{
    width: 200px;
  }
  #articles-list-content .figure a.btn.button {
    width: 235px;
  }
  .exclusive-url, .exclusive-url.bigUrl, .exclusive-url.mediumUrl, .exclusive-url.smallUrl,
  .recent-article {
    height: auto;
  }
  .exclusive-url.mediumUrl>.figure-caption {
    top: 0;
    transform: translateY(0);
  }
  #footer .col-md-6.right,
  #footer .col-md-6.left {
    padding: 0;
  }
  #footer .col-md-6.right #page-title {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1024px) {
  #footer .contactform {
    max-width: 100%;
  }
  #mainNavContent li.nav-item > a:hover::before,
  #mainNavContent li.nav-item.active > a::before,
  #mainNavContent li.nav-item.dropdown.show.open > a::before {
    width: 0px;
  }
  #main-nav.compact-sticky {
    height: 50px;
  }
  #main-nav.compact-sticky ul.navbar-nav {
    background-color: #fff;
  }
  #mainNavContent li:not(.submenu) > a::after {
    display: inline-block;
  }
  #offers .card {
    background-color: transparent;
    margin-top: 30px;
    border: 0;
  }
  #mainNavContent li.dropdown.show.open ul.dropdown-menu.show li.submenu.dropdown ul.dropdown-menu {
    display: none;
  }
  #mainNavContent li.dropdown.show ul.dropdown-menu.show li.submenu.dropdown.open ul.dropdown-menu,
  #mainNavContent li.dropdown.open ul.dropdown-menu li.submenu.dropdown.show.open ul.dropdown-menu.show,
  #recent-articles figure.recent-article {
    flex-direction: column;
  }
  #main-nav .submenu.show.open ul.dropdown-menu.show {
    flex-direction: column;
  }
  #mainNavContent li.nav-item > a {
    display: inline-block;
  }
}
@media screen and (max-width: 411px) and (min-width: 411px){
  body.home #footer .g-recaptcha,
  body.home #footer #contact-form .form-group.actions button {
    margin-left: -9px;
  }
}
@media screen and (max-width: 375px) and (min-width: 375px){
  body.home #footer .g-recaptcha,
  body.home #footer #contact-form .form-group.actions button {
    margin-left: -23px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1440px){
  #footer #home-map {
    margin-left: 0px;
  }
  body.home #footer #fourty-logo {
    margin-left: -35px;
  }
  body.home #footer .right .social-container {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  body.home #footer .col-md-6.left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1024px) {
  body.home #footer .contactform {
    width: 100%;
  }
  body.home #footer .contact-info-container,
  body.home #footer #page-title {
    text-align: center;
  }
  body.home #footer .right .social-container,
  body.home #footer #fourty-logo {
    margin-left: 0px;
  }
}
@media screen and (min-width: 1200px) {
  #main-nav .nav-item .dropdown-menu,
  #main-nav .nav-item .dropdown-menu li.submenu ul.dropdown-menu {
    display: none;
  }
  #main-nav .nav-item:hover .dropdown-menu,
  #main-nav .nav-item .dropdown-menu li.submenu:hover ul.dropdown-menu {
    display: flex;
    justify-content: center;
  }
  #main-nav .nav-item:hover .dropdown-menu a.nav-link {
    color: #7E858B;
  }
  #main-nav .nav-item .dropdown-menu a.nav-link:hover {
    color: #fff;
  }
  #main-nav .nav-item:hover .nav-link{ color: #2d2d2d;  }
  #main-nav .nav-item .dropdown-menu{
    margin-top: -15px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1280px) {
  #main-nav .langsDropdown.dropdown-menu.dropdown-menu-right {
    right: 25px;
  }
}

/* =============== DISPLAY NONE =================== */
#header-middle {
  display: none!important;
}