@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap&subset=latin,greek');

/* Extras */
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-weight: 400;
}
body.home main.container {
  margin-bottom: 0;
  padding: 15px;
  padding-bottom: 0;
}
body:not(.home) main {
  min-height: 647px;
}
main {
  min-height: 50%;
  background-color: transparent;
  margin-bottom: 0;
}

#title-language h1 {
  font-weight: 400;
  color: #909090;
  font-size: 1.2em;
  text-align: center;
}
figcaption>.title {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.navbar-dark .navbar-toggler {
  color: #636363;
  font-size: 23px;
  border-color: rgba(255,255,255,.1);
}
#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;
}
/* Page title and jumbotron ===================================================== */
#hero-title {
  background-color: #e9ecef;
  color: #fff;
  min-height: 200px;
}
#spacer {
  min-height: 200px;
  background-color: #e9ecef;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-title {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
body:not(.home) #hero-title .container-fluid {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}
.modal-body { color: #191b27; }
/* Footer ====================================================================== */
#footer {
  display: block;
  position: relative;
  background: #2d2d2d;
  color: #9CBF2D;
  text-align: center;
  padding: 30px 40px;
}
#footer .left {
  text-align: left;
}
body:not(.home) #fixed-banner.index-only,
body:not(.home) #footer .col-md-6.right .contactform,
body.contact #footer .contact-info,
body:not(.home) #footer .col-md-6.right .contact-info,
body:not(.home) #footer .col-md-6.right .social,
body.contact #footer .social,
body:not(.home) #footer .col-md-6.left {
  display: none;
}
body.contact #footer .logo { text-align: right; }
body:not(.home) #footer .contact-info {
  text-align: right;
}
body:not(.home) #footer .right .social-container {
  text-align: right;
}
body:not(.home) #footer #page-title { display: none; }
#footer h3 {
  font-size: 3em;
  margin-bottom: 20px;
}
#footer #fourty-logo {
  margin-top: 0;
}
#footer .contact-info { margin-bottom: 40px; }
#footer .contact-info-section {
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 1.2em;
  font-weight: 700;
  margin: 40px 0;
}
#footer .contact-info-section:first-of-type { margin-left: 0; }
#footer .contact-info-section .icon {
  color: #9CBF2D;
  margin-right: 10px;
}
#footer .contact-info-section a {
  color: #9CBF2D;
  text-decoration: none;
}
.map-holder {
  height: 300px;
  min-height: 300px;
}
#footer .row.logo,
#footer .right .logo {
  width: 100%;
  max-width: 97%;
  display: flex;
  justify-content: flex-end;
}
#footer .contactform {
  margin: 30px 0;
}
#footer .contactform .col-md-4,
#footer .contactform .col-md-12 { padding-left: 0; }
#footer .right .social-container {
  padding-left: 0;
  text-align: left;
}
#footer .contact-info-container { margin-bottom: 40px;}

/* Home footer -------------------------- */
body.home #footer .right.col-md-6 {
  margin-top: 0;
  padding: 20px 15px;
}
body.home #footer { padding: 0; }
body.home #footer .col-md-6 {
  max-width: 100%;
  padding: 0;
}
body.home #footer > .container-fluid > .row {
  flex-direction: column;
}
body.home #footer .right .contact-info,
body.home #footer .right .contactform,
body.home #footer .right .social { display: none; }
/* Buttons ===================================================================== */
.button, .btn {
  display: inline-block;
  position: relative;
  margin: auto;
  width: auto;
  padding: 15px 30px;
  background-color: #9CBF2D;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  text-decoration: none;
}
.button:hover, .btn:hover {
  background-color: #2e2c2b;
  color: #fff;
  border: 2px solid #9CBF2D;
  text-decoration: none;
}
.button.inverted {
  border: 2px solid #9CBF2D;
  background-color: #2e2c2b;
  color: #9CBF2D;
}
.button.inverted:hover {
  background-color: #9CBF2D;
  color: #fff;
}
.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: #F7F7F7;
  color: #fff;
  font-weight: 700;
}
#header-top .row { align-items: center; }
#header-top .social-container {
  margin-bottom: 0;
}
#header-top ul#social {
  text-align: right;
  padding-right: 0;
}
#header-top #title-language { padding-left: 0; }
#header-top .row .col-md-4,
#header-top .social-container {
  padding-right: 0;
}
#header-top ul#social li:last-of-type { margin-right: 0; }
#header-top .contact-info-container {
  display: none;
}
#header-logo { padding: 0 ; }
#header-middle { padding: 20px 0; }
#header-middle .row { align-items: center; }
header .contact-info-container .contact-info-section,
header .contact-info-container .contact-info-section a {
  color: #252525;
  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: #9CBF2D;
  margin-right: 10px;
}
/* ============================================================================= */

/* Logo ======================================================================== */
#main-nav:not(.compact-sticky) #logo { display: none; }
#logo-middle,
#logo {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  transition: all 0.4s ease;
}
#logo-middle img {
  width: 100%;
  height: auto;
}
#main-nav:not(.compact-sticky) #logo > img {
  max-height: 400px;
}
/* ============================================================================= */

/* MainNav ===================================================================== */
#main-nav {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  position: relative;
  background-color: #2e2c2b;
  color: #fff;
  margin: 0;
  top: 0;
  transition: all 0.4s ease;
}
#main-nav .navbar-collapse {
  align-items: stretch;
  justify-content: center;
}
#main-nav .navbar-nav {
  align-items: center;
  justify-content: space-evenly;
}
#main-nav li.nav-item {
  display: flex;
  font-size: 14px;
  flex: auto;
  justify-content: center;
}
#main-nav .open:not(.submenu) > a { text-align: center; }
.navbar:not(.compact-sticky) span.open-icon > a {
  color: #fff;
}
.navbar.compact-sticky span.open-icon > a {
  color: #3a3c44;
}
#main-nav a.nav-link {
  position: relative;
  padding: 10px 15px;
  color: inherit;
  font-weight: normal;
  font-size: 1em;
  background-color: transparent;
  transition: all 0.4s ease;
}
#main-nav .open > a.nav-link {
  color: inherit;
}
#main-nav a.nav-link:hover,
#main-nav .active > a.nav-link,
#main-nav .open > a.nav-link {
  color: #9CBF2D;
}
#main-nav .open {
  color: #9CBF2D;
}
#main-nav .dropdown-menu {
  min-width: 300px;
  background-color: #fff;
  color: #6f6f6f;
  border-top: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  overflow: hidden;
}
#main-nav .langs.dropdown-menu {
  right: 1px;
}
.langsDropdown a.dropdown-item {
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all 0.4s ease;
}
.langsDropdown .dropdown-item.active, .langsDropdown .dropdown-item:active {
  text-decoration: none;
  background-color: #ffffff;
}
#main-nav .navbar-nav > li.open > .dropdown-menu {
  display: block;
  margin-top: 0;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  opacity: 1;
  z-index: 9999;
}
.dropdown-menu-right { right: auto; }
#main-nav .navbar-nav li > .dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transition: all 0.2s ease;
  -webkit-transition: all 0.1s ease;
}
#main-nav .navbar-nav > li > a {
  padding: 20px;
  font-weight: 400;
  background-color: transparent;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.4s ease;
}
#main-nav .dropdown-menu a.nav-link {
  padding: 15px 20px;
  color: #6f6f6f;
  font-weight: 900;
  transition: all 0.4s ease;
}
#main-nav .submenu.show.open > a.nav-link {
  background-color: #fff;
}
#main-nav .dropdown-menu span.close-icon > a {
  display: none;
}
#main-nav .dropdown-menu a.nav-link:hover {
  color: #2e2c2b;
  background-image: none;
}
#main-nav .navbar-nav > li > .dropdown-menu .nav-item {
  display: block;
  text-align: left;
  border-left: 0;
}
#main-nav .navbar-nav > li.open > .dropdown-menu .dropdown-menu a.nav-link:hover {
  color:#fff;
}
#main-nav .navbar-nav > li.open > .dropdown-menu .dropdown-menu {
  position: relative;
  background-color: #2e2c2b;
  color: #fff;
  border-radius: 0;
  border: 0;
  right: 0;
}
/* Sticky */
#main-nav.compact-sticky {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,1);
  color: #2e2c2b;
  border-bottom: 1px solid #ccc;
  z-index: 9999;
  display: flex;
  align-items: center;
}
#main-nav.compact-sticky #logo {
  display: block;
  height: auto;
  max-width: 200px;
}
#main-nav.compact-sticky #logo img { max-width: 100%; }
#main-nav.compact-sticky .navbar-nav { padding: 0; }
#main-nav.compact-sticky .navbar-nav  > li > a {
  padding: 15px 20px;
}
#main-nav.compact-sticky .navbar-nav>li>a:hover,
#main-nav.compact-sticky .navbar-nav>li.dropdown.open>a,
#main-nav.compact-sticky .navbar-nav>li.active>a,
#main-nav.compact-sticky .open {
  background-color: #fff;
  color: #fff;
}
/* ============================================================================= */

/* Social ====================================================================== */
.social-container {
  text-align: center;
}
/* #social li { width: 28px;} */
.social-container>li {
  display: inline-block;
  width: 28px !important;
  height: 28px;
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #eee;
  background-color: #fff;
  color: #646464;
  text-decoration: none!important;
  text-align: center;
  line-height: 12px;
  transition: all 0.3s ease;
}
.social-container>li>a:hover {
  background-color: #9CBF2D;
  color: #fff;
}
.social-container>li>a>img {
  width: 100%;
  height: auto;
  opacity: 0.5;
  vertical-align: inherit;
}
/* ============================================================================= */

/* Home ======================================================================== */
body.home main>.row {
  margin-top: 30px;
}

/* Slideshow =================================================================== */
#main-slideshow .carousel-item .carousel-caption {
  position: absolute;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1px rgba(32,32,32,.5);
  z-index: 999;
}
.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-slideshow  .carousel-item.active .carousel-caption {
  padding: 20px;
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}
#main-slideshow .carousel-caption h3,
#main-slideshow .carousel-caption p {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
}
#main-slideshow .carousel-caption h3 {
  font-size: 5em;
  font-weight: 700;
  margin: 15px;
}
#main-slideshow .carousel-caption p {
  padding-top: 15px;
  font-size: 1.2em;
}
#main-slideshow .carousel-caption p::after {
    content: "";
    display: block;
    position: relative;
    height: 2px;
    width: 200px;
    background-color: #fff;
    margin: 20px auto;
    padding: 1px 0;
}
#main-slideshow .carousel-control-next, #main-slideshow .carousel-control-prev {
  font-size: 32px;
}
/* ============================================================================= */

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

/* Exclusive URLs ============================================================== */
#exclusiveURLs {
  display: block;
  text-align: center;
}
#exclusiveURLs figcaption h3 { margin-top: 10px; }
#exclusiveURLs::before, #exclusiveURLs::after {
  display: table;
  content: " ";
}
#exclusiveURLs::after { clear: both; }
.exclusive-url {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 15px 0;
  font-size: 18px;
  color: #fff;
  float: left;
}
.exclusive-url > .url-head {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.exclusive-url .url-title > h3 {
  color: #9CBF2D;
}
.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: left;
  color: #191b27;
  transition: top 0.5s ease;
}
.exclusive-url .url-title { text-decoration: none; }
.exclusive-url .url-title > h3 {
  color: #191b27;
  text-decoration: none;
  font-size: 1.50rem;
}

/* Small URLs ---------------------------------------------------------------- */
.exclusive-url.smallUrl {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 10px;
}
.exclusive-url.smallUrl > .url-head {
  display: block;
  position: relative;
  width: 50%;
  float: left;
}
.exclusive-url.smallUrl > .figure-caption {
  text-align: left;
  padding-left: 15px;
  display: block;
  position: relative;
  width: 50%;
  float: left;
}
.exclusive-url.smallUrl figcaption h3 {
  margin-top: 0;
  color: #9CBF2D;
}
.exclusive-url.smallUrl p.url-contents {
  font-size: 90%;
  color: #6c757d;
}
/* Medium URLs --------------------------------------------------------------- */
.exclusive-url.mediumUrl {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
}
.exclusive-url.mediumUrl:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.exclusive-url.mediumUrl > .url-head {
  flex: 0 0 40%;
  height: auto;
  width: auto;
  overflow: visible;
}
.exclusive-url.mediumUrl > .figure-caption {
  display: flex;
  justify-content: center;
  position: absolute;
  font-size: 90%;
  width: auto;
  top: 30px;
  bottom: 30px;
  right: 30px;
  left: 30px;
  padding: 15px;
  background-color: rgba(156,191,45,.8);
  transition: all 0.3s ease;
  align-items: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
  transform: scale(0);
  opacity: 0;
}
.exclusive-url.mediumUrl:hover .figure-caption {
  transform: scale(1);
  opacity: 1;
}
.exclusive-url.mediumUrl .contents-wrapper {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 15px;
}
.exclusive-url.mediumUrl:hover .url-head > h3 {
  opacity: 0;
}
.exclusive-url.mediumUrl .url-head > h3 {
  position: absolute;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  bottom: auto;
  left: 30px;
  right: 30px;
  font-size: 27px;
  text-shadow: 0 0 1px rgba(32,32,32,.5);
  transition: all 0.5s ease;
}
.exclusive-url.mediumUrl .url-title > h3 {
  color: #2e2c2b;
  margin-top: 0;
}
.exclusive-url.mediumUrl .url-contents {
  font-size: 12px;
  color: #2e2c2b;
}
.exclusive-url.mediumUrl .button {
  background-color: #2e2c2b;
  color: #9CBF2D;
  border-color: #2e2c2b;
}
.exclusive-url.mediumUrl .button:hover {
  color: #fff;
  border: 2px solid #2e2c2b;
}

/* Big URLs -------------------------------------------------------------------- */
.exclusive-url.bigUrl {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  background-color: #2e2c2b;
  color: #fff;
  flex: 0 0 100%;
}
#exclusiveURLs figure.exclusive-url.bigUrl > div.url-head {
  background-image: none !important;
}
.exclusive-url.bigUrl:nth-of-type(odd) { flex-direction: row; }
.exclusive-url.bigUrl:nth-of-type(odd) .url-head { padding-right: 0; }
.exclusive-url.bigUrl:nth-of-type(even) .url-head { padding-left: 0; }
.exclusive-url.bigUrl > .url-head > img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 0;
}
.exclusive-url.bigUrl .contents-wrapper {
  padding: 30px 15px;
  display: block;
  text-align: center;
}
.exclusive-url.bigUrl > .figure-caption {
  color: #fff;
  padding: 0 30px;
  max-width: 50%;
}
.exclusive-url.bigUrl .url-title > h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: .83em;
  text-decoration: none;
}
.exclusive-url.bigUrl .url-contents {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
}

/* Expo ------------------------------------------------------------------------ */
#expo {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #2e2c2b;
  color: #ffffff;
  overflow: hidden;
}
.expo-container {
  display: block;
  position: relative;
  background-color: transparent;
  white-space: nowrap;
  left: 0;
  transition: all 0.5s ease;
}
.expoUrl {
  float: none;
  display: inline-block;
  white-space: normal;
  padding: 10px;
}
.expoUrl .figure-caption {
  display: block;
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: 30px;
  left: 30px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0);
  overflow: hidden;
  transform: scale(0);
  opacity: 0;
  margin: auto;
  width: auto;
  transition: all 0.3s ease;
}
.expoUrl:hover .figure-caption {
  transform: scale(1);
  opacity: 1;
}
.expoUrl .contents-wrapper {
  display: block;
  position: absolute;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  bottom: auto;
  left: 15px;
  right: 15px;
  text-align: center;
}
.expoUrl .url-contents {
  color: #ffffff;
}
.expoUrl .url-title {
  color: #ffffff;
  text-decoration: none !important;
  font-size: 17px;
}
.expoUrl .url-title:hover { text-decoration: none; }
.expoUrl a.url { background-color: #2e2c2b; }
#expo-next,
#expo-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  bottom: auto;
  left: auto;
  right: auto;
  width: 70px;
  height: 70px;
  font-size: 32px;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
  background-color: #2e2c2b;
  background-size: 20px;
  border-radius: 50%;
  opacity: 0.5;
  z-index: 999;
}

#expo-next { right: 20px; }
#expo-prev {
  left: 20px;
}

#expo-next:hover,
#expo-prev:hover {
  opacity: 1;
}
.expoUrl .figure-img { width: 100%; }
/* ============================================================================= */


/* Articles ==================================================================== */
#view-article {
  margin: 30px auto;
  max-width: 1170px;
  width: 100%;
}
#recent-articles .title h2 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  padding: 30px 15px;
  padding-bottom: 0;
  color: #2e2c2b;
}
#recent-articles h2::after {
  content: "";
  display: block;
  position: relative;
  height: 0;
  width: 200px;
  padding: 0;
  margin: 20px auto;
  border-bottom: 1px solid #9CBF2D;
}
.recent-article {
  white-space: normal;
  display: inline-block;
  margin: auto;
  padding: 0;
  border: 15px solid #fff;
  text-align: left;
  background-color: #fff;
  padding-bottom: 15px;
  font-size: 12px;
}
.recent-article figcaption h3 {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  font-size: 23px;
  margin-top: 10px;
  font-weight: lighter;
  text-decoration: none;
  color: #2e2c2b;
  transition: all 0.4s ease;
}
.recent-article figcaption p {
  font-size: 12px;
}
.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 ===================================================================== */
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;
}
.contact-details .left {
  text-align: right;
  padding-right: 15px;
}
.contact-details .right {
  text-align: left;
  padding-left: 15px;
}
.contact-details .left, .contact-details .right {
  display: block;
  position: relative;
  width: 50%;
  float: left;
}
body.contact .singlecontact {
  margin-top: 30px;
  flex-direction: column;
}
body.contact #contact-content .singlecontact .contact-details {
  padding: 40px;
}
body.contact .singlecontact .map-holder.col-md-8,
body.contact .singlecontact .contact-details.col-md-4 {
  max-width: 100%;
}
body.contact #contact-form .col-md-12 { padding-left: 0; }
body.contact #booking-fields { display: none; }
body.contact #basic-contact-fields {
  justify-content: space-around;
}
body.contact #basic-contact-fields > .form-group {
  max-width: 100%;
  width: 100%;
}
body:not(.contact) #basic-contact-fields > .form-group {
  max-width: 50%;
  width: 100%;
  padding: 4px;
}
body.contact #contact-content .multicontact {
  margin-top: 30px;
}
#contact-form .col-md-4,
#contact-form .notes-container {
  max-width: 100%;
  flex: 0 0 100%;
}
body.contact #contact-form .notes-container { padding: 0; }
body.contact #contact-content section .contact-details {
  padding: 80px;
  background-color: #2e2c2b;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
body.contact #contact-content section .contact-details a {
  color: #ffffff;
  text-decoration: none;
}
body.contact #contact { margin: 0 auto; }
#contact .multicontact .map-holder.col-md-8,
#contact .multicontact .contact-details.col-md-4 {
  max-width: 100%;
  flex: 0 0 100%;
}
#contact-form {
  color: #2d2d2d;
  padding: 20px;
  font-weight: 700;
  border: 1px solid rgba(0,0,0,.125);
}
#contact #contact-form label {
  display: block;
  font-size: 14px;
  font-weight: 100;
}
#contact-form textarea {
  min-height: 50px;
}
#contact #contact-form .button {
  margin-top: 10px;
}
/* ============================================================================= */

/* Gallery ===================================================================== */
#gallery .image {
  position: relative;
  height: 300px;
  overflow: hidden;
  padding: 15px;
}
#gallery .image .figure {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#gallery .image:hover img {
  transform: translate(-50%,-50%) scale(1.1);
}
#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%);
  transition: all 0.3s ease;
}
#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;
}
#offers .card {
  background-color: transparent;
  margin-top: 30px;
}
#videos-condent .video .video-caption,
#offers .card-body,
#pdf .pdf figcaption {
  color: #2d2d2d;
}
#videos-condent .video .video-caption h3,
#offers .card-title,
#pdf .pdf figcaption h3,
#articles-list .article h3 {
  margin-top: 10px;
  color: #2d2d2d;
}
#pdf .pdf figcaption a { text-decoration: none; }
/* ============================================================================= */

#move-top {
  position: fixed;
  padding: 10px 18px;
  background-color: #9CBF2D;
  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: none; }
#search-form, #search-form > .form-group {
  margin: 0;
}
#search-form > .form-group {
  padding: 10px;
}
#search-dropdown .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
#search-dropdown .dropdown-menu > a {
  display: none;
}
#main-nav li#search-dropdown > span.open-icon:hover {
  color: #9CBF2D;
}
#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: 576px) {
  body.contact main { max-width: 540px; }
}
@media (min-width: 768px) {
  body.contact main { max-width: 720px; }
  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;
  }
  #header-middle .contact-info-container {
    display: block;
    margin-top: 0;
    padding: 0 5px;
    text-align: right;
    font-size: 18px;
    line-height: 50px;
  }
  .exclusive-url.mediumUrl {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin: 15px 0;
  }
  .social-container {
    text-align: right;
  }
  .exclusive-url.bigUrl {
    margin-bottom: 0;
  }
  #title-language h1 {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 992px){
  body.contact main,
  .container { max-width: 960px; }
}
@media (min-width: 1200px) {
  body.contact main,
  .container { max-width: 1170px; }
}
/* Mobile ============================================================================================================== */
@media screen and (max-width: 1280px) {
  .carousel-indicators {
    bottom: 0;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: -45px;
  }
  .exclusive-url.mediumUrl .contents-wrapper {
    top: 0;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  #main-nav .navbar-nav > li > a {
    padding: 20px 18px;
    font-weight: lighter;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: -70px;
  }
  #main-nav.compact-sticky .navbar-nav > li > a {
    padding: 15px 10px;
  }
  #main-slideshow .carousel-caption h3 {
    font-size: 3em;
  }
  .carousel-indicators {
    bottom: -10px;
  }
  .exclusive-url.mediumUrl .contents-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #offers .buttons {
    flex-direction: column;
  }
  #offers .buttons .btn,
  #offers .buttons .button {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #main-nav .navbar-nav > li > a {
    padding: 20px;
    font-weight: 400;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 0;
  }
  #main-nav.compact-sticky > li > a,
  #main-nav.compact-sticky .navbar-toggler {
    color: #2e2c2b;
  }
  #main-nav:not(.compact-sticky) .navbar-nav > li > a {
    color: #dfdfdf;
  }
  #main-nav .navbar-toggler {
    font-size: 32px;
    border-color: rgba(255,255,255,.1);
    color: #dfdfdf;
  }
  #header-top { padding: 10px; }
  #header-top .row > div { padding: 0; }
  #header-top .row > .col-md-4 { padding-bottom: 20px; }
  header .contact-info-container {
    text-align: center;
  }
  #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-caption > div:first-of-type {
    padding-right: 0;
    max-width: 100%;
  }
  main {
    margin-bottom: 0 !important;
  }
  #logo, .compact-sticky #logo {
    position: relative;
    padding: 0;
    padding-right: 10px;
    height: 50px;
    width: auto;
    box-shadow: none;
  }
  .compact-sticky #logo > img {
    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 {
    display: none !important;
  }
  .exclusive-url { margin-top: 0; }
  .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 { padding: 10px; }
  .exclusive-url.smallUrl > .url-head {
    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 > .url-head>img { margin-bottom: 10px; }
  .exclusive-url.mediumUrl > .figure-caption {
    padding: 20px;
    top: 6px;
    bottom: 16px;
    right: 20px;
    left: 20px;
  }
  .exclusive-url.expoUrl > .figure-caption {
    padding: 20px;
    font-size: 85%;
    top: 14px;
    bottom: 14px;
    right: 14px;
    left: 14px;
  }
  .exclusive-url > .figure-caption, .recent-article > figcaption {
    top: 0;
  }
  .exclusive-url.bigUrl, .exclusive-url.bigUrl:nth-of-type(odd) {
    padding: 20px;
    flex-direction: column;
  }
  .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;
    padding: 0;
    max-width: 100%;
    margin-top: 20px;
  }
  .exclusive-url.bigUrl:nth-of-type(odd)>.figure-caption {
    text-align: left;
  }
  #expo { padding: 20px; }
  #expo .exclusive-url.shown {
    flex: 100%;
    flex-direction: column;
  }
  #expo>a.next, #expo>a.prev { opacity: 1; }
  #expo>a.next { right: 0; }
  #expo>a.prev { left: 0; }
  #recent-articles { padding: 0; }
  #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 .social-container {
    margin-bottom: -40px;
  }
  #footer .contact-info-container { margin-top: 40px;}
  .countdown > .col-sm-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  section.row.contact-details-card {
    padding-right: 0;
    flex-direction: column;
  }
  .map-holder {
    min-height: 300px;
  }
  body:not(.home) main {
    padding: 20px;
  }
  body.home #footer .right .social-container {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  #logo-middle, #logo {
    width: auto;
    margin: 0;
    justify-content: center;
  }
  #hero-title {
    min-height: auto;
  }
  header .contact-info-container {
    display: none;
  }
  .exclusive-url.smallUrl {
    padding: 0 15px;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .exclusive-url.smallUrl > .figure-caption {
    text-align: center;
  }
  .exclusive-url.smallUrl > .url-head {
    width: 100%;
    float: none;
  }
  .exclusive-url.bigUrl {
    height: 100%;
  }
  .exclusive-url.bigUrl .url-contents {
    font-size: 1.4em;
    margin: 0;
  }
  .exclusive-url.bigUrl .btn,
  .exclusive-url.bigUrl .button {
    margin-top: 10px;
  }
  .exclusive-url.bigUrl .contents-wrapper {
    position: relative;
  }
  .exclusive-url.mediumUrl {
    max-width: 100%;
  }
  body.home #footer > .container-fluid > .row {
    flex-direction: column;
  }
  body.contact #contact-content section .contact-details {
    padding: 20px;
  }
  body.contact #basic-contact-fields > .form-group {
    max-width: 100%;
  }
}
@media screen and (max-width: 320px) {
  #page-title { font-size: 3rem; }
  .g-recaptcha { margin-left: -17px; }
  body.contact .form-group.actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}