@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
/* Extras */
html,
body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
}
body {
  background-color: #ececec;
  color: #2d2d2d;
  background-repeat: repeat;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
}
main {
  min-height: 50%;
  padding: 0 80px;
}

main > .container {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-top: -160px;
  box-shadow: 0px 5px 40px 0px rgba(0,0,0,0.2);
}
.home main > .container {
  padding: 60px 40px;
}

#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;
}
@media (min-width: 768px) {
  #title-language h1 {
    font-weight: 400;
    font-size: 1.2em;
    margin: .67em 0;
    text-align: left;
  }
}

.navbar-dark .navbar-toggler {
  color: #636363;
  font-size: 23px;
  border-color: rgba(255,255,255,.1);
}
#move-top { z-index: 9999!important; }
/* Footer ====================================================================== */
#footer {
  display: block;
  position: sticky;
  /* top: auto; */
  bottom: 0;
  /* left: 100px;
  right: 100px; */
  background: transparent;
  color: #d2dfe4;
  text-align: center;
  padding: 50px 83px;
  z-index: -1;
}
#footer #bottom-footer {
  margin-top: 30px;
  margin-bottom: 30px;
}
#footer #home-map {
  height: 300px;
  width: 100%;
}
#footer .top-container {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}
#footer .top-container:last-of-type {
  margin-bottom: 0;
  padding-top: 30px;
  border-top: 1px solid rgba(0,0,0,.17);
}
.contact-info-section {
  margin-right: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #50b51d;
}
.contact-info-section:last-of-type { margin-right: 0; }
.contact-info-section > span,
.contact-info-section a {
  font-size: 16px;
  margin-left: 5px;
  color: #777777;
  text-decoration: none;
}
#footer #page-title {
  text-align: center;
  display: block;
  position: relative;
  width: 100%;
  font-size: 20px;
  opacity: 0.8;
  margin-bottom: 30px;
  color: #5a5a5a;
}

/* Buttons ===================================================================== */
.button, .btn {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 16px 20px;
  background-color: #50b51d;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.7em;
  border: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
  z-index: 1;
}
.button:hover, .btn:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 5px 18px 0px rgba(80,181,29,0.63);
  border-color: rgba(255, 255, 255, 0.6);
}
.button.inverted {
  padding: 6px 10px;
  color: #4b9625;
  background-color: transparent !important;
  padding: 0;
}
.button.inverted:hover {
  box-shadow: none;
  transform: scale(1.1);
}
.btn.focus, .btn:focus { box-shadow: none; }
/* ============================================================================= */

/* Header ====================================================================== */
#header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  color: #252525;
  max-height: 100%;
}
#header-top {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  max-width: 100%;
  background: linear-gradient(to bottom,rgba(0, 0, 0, 0.42) 0%,rgba(0,0,0,0) 85%);
  transition: background 0.3s ease;
  z-index: 10000;
}
/* Compact sticky */
#header-top.compact-sticky {
  background: #131313;
}
#header-top.compact-sticky #logo>img {
  max-height: 60px;
}

#header-bottom {
  max-height: 100%;
}
body:not(.home) #header-bottom {
  background-color: #50b51d;
}
/* ============================================================================= */

/* MainNav ===================================================================== */
#logo > img {
  max-height: 100px;
  max-width: 100%;
  transition: all 0.3s ease;
}
#header-top.compact-sticky #logo > img {
  max-height: 60px;
}
#main-nav {
  width: 100%;
  max-width: 100%;
}
#mainNavContent { justify-content: flex-end; }
#main-nav .navbar-nav > li {
  position: relative;
  padding: 0;
  margin-left: 10px;
}
#main-nav .navbar-nav > li::before,
#main-nav .navbar-nav > li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(241, 241, 241, 0.3);
  border-radius: 5px;
  transform: scaleX(.2);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
#main-nav .navbar-nav > li::after {
  top: auto;
  bottom: 10px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-radius: 50%;
  transform: scale(.2);
}
#main-nav .navbar-nav > li:hover::before,
#main-nav .navbar-nav > li.active::before,
#main-nav .navbar-nav > li.open::before {
  transform: scaleX(1);
  opacity: 1;
}
#main-nav .navbar-nav > li:hover::after,
#main-nav .navbar-nav > li.active::after,
#main-nav .navbar-nav > li.open::after {
  background-color: #50b51d;
  transform: scale(1);
  opacity: 1;
}
#main-nav .navbar-nav > li > a {
  display: inline-block;
  float: none;
  padding: 20px 9px;
  color: inherit;
  background-color: transparent;
  text-shadow: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 0.8em;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
#main-nav li.open .dropdown-menu {
  display: block;
}
#main-nav .dropdown-menu {
  min-width: 300px;
  background-color: #fff;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 11px 0 rgba(50, 50, 50, 0.4);
}
#main-nav .dropdown-menu > li > a {
  padding: 10px 20px;
  color: inherit;
  transition: all 0.4s ease;
}
#main-nav .dropdown-menu>li>a:hover, .dropdown-menu>.active>a,
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #84c341 !important;
  background-image: none;
}
#main-nav .navbar-nav>li>a:hover, #main-nav .navbar-nav>li.active>a,
#main-nav .navbar-nav>li.dropdown.open>a, #main-nav .navbar-nav>li>a:hover {
  background: none;
  background-image: none;
}
#main-nav .dropdown.submenu .dropdown-menu {
  display: none;
  position: relative;
  background-color: #282828;
  color: #fff;
  border-radius: 0;
  border: 0;
}
#main-nav .dropdown.submenu.open .dropdown-menu { display: block; }
#main-nav .dropdown.submenu .dropdown-menu a {
  color: #fff;
}
#main-nav button.navbar-toggler {
  color: #fff;
}
/* ============================================================================= */

/* Social ====================================================================== */
.social-container {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.social-container > li {
  display: inline-block;
  padding: 0;
  font-size: 26px;
  margin-right: 30px;
}
.social-container > li:last-of-type { margin-right: 0; }

.social-container > li > a {
  color: #2d2d2d;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.social-container > li > a:hover {
  opacity: 1;
}
.social-container > li > a > img {
  width: 100%;
  height: auto;
  opacity: 0.5;
  vertical-align: inherit;
}
/* ============================================================================= */

/* Slideshow =================================================================== */
#main-slideshow .carousel-inner { width: auto; }
#main-slideshow .carousel-item {
  overflow: hidden;
}
#main-slideshow .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  max-width: 700px;
  margin: auto;
}
#main-slideshow .carousel-caption h3 {
  font-size: 3.2em;
  font-weight: bold;
}
#main-slideshow .carousel-caption p {
  font-size: 1.4em;
  margin: 40px auto;
}
#main-slideshow .carousel-control-prev-icon {
  background-image: url('../images/left-caret.png');
}
#main-slideshow .carousel-control-next-icon {
  background-image: url('../images/right-caret.png');
}
#main-slideshow .carousel-item img { min-width: 100%; }
/* ============================================================================= */

/* Articles ==================================================================== */
#recent-articles {
  padding-bottom: 30px;
  margin-right: -40px;
  margin-left: -40px;
}
#recent-articles #recent-articles-title > h2 {
  font-size: 2em;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
  color: inherit;
  text-transform: uppercase;
}
#recent-articles > .container {
  width: 100%;
  max-width: 100%;
  padding: 0 55px;
}
.recent-article, .article > figure {
  white-space: normal;
  display: flex;
  flex-direction: row;
  align-content: stretch;
  justify-items: flex-start;
  margin: auto;
  margin-bottom: 40px;
  padding: 0;
  text-align: left;
  transition: all 0.5s ease;
}
.recent-article > .article-img, .article figure > .article-img {
  display: flex;
  position: relative;
  flex: 1 1;
  height: 240px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: -10px 10px 40px rgba(0,0,0,.2);
}
.recent-article figcaption, .article figcaption {
  padding: 20px 40px;
  flex: 2 1;
}
.recent-article .article-title,
.article .title {
  display: block;
  overflow: hidden;
  margin: 0;
  width: 100%;
  font-size: 1.7em;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  transition: all 0.4s ease;
}
.recent-article .title,
.article .title > h3 {
  font-size: inherit;
  font-weight: inherit;
}
.recent-article .description, .article .description {
  margin: 20px 0;
}
.recent-article .button > .fa-chevron-right, .article .button > .fa-chevron-right {
  font-size: 12px;
  margin-left: 5px;
}
#article-image {
  width: 50%;
  float: left;
  margin-right: 20px;
}
#view-article-content.noPicture #article-image { display: none; }
#recent-articles .all-articles {
  margin: 30px auto;
}
/* ============================================================================= */

/* Premium text ================================================================ */
#premium-text {
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
#premium-text > div {
  padding: 0;
}
/* ============================================================================= */

/* Exclusive URLs ============================================================== */
#exclusiveURLs {
  position: relative;
  justify-content: space-around;
}
.exclusive-url {
  margin-bottom: 40px;
  transition: box-shadow 0.5s ease;
}
.exclusive-url .exclusive-url-inner { transition: box-shadow 0.5s ease; }
.exclusive-url:hover .exclusive-url-inner { box-shadow: -2px 2px 5px rgba(0,0,0,.4) }
.exclusive-url h3 { font-size: inherit; }
.exclusive-url-inner {
  position: relative;
  margin: 0;
  box-shadow: -10px 10px 40px rgba(0,0,0,.2);
  background-color: #fff;
  text-align: left;
}
.exclusive-url .url-head {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  color: #fff;
}
.exclusive-url img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.exclusive-url .contents-wrapper {
    background-color: #fff;
    padding: 30px;
}

/* Small URLs ------------------------------------------------------------------ */
.exclusive-url.smallUrl {
  flex: 0 0 25%;
  margin-top: 70px;
  padding: 0 15px;
}
.exclusive-url.smallUrl .exclusive-url-inner {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ececec;
}
.exclusive-url.smallUrl .url-title {
  font-size: 24px;
  font-weight: bold;
  color: #2d2d2d;
  text-decoration: none;
}
.exclusive-url.smallUrl .contents-wrapper .url-contents {
  margin: 30px 0;
  min-height: 160px;
}
.exclusive-url.smallUrl img { margin-top: -70px; }

/* Medium URLs ----------------------------------------------------------------- */
.exclusive-url.mediumUrl {
  flex: 0 0 50%;
  padding: 0 15px
}
.exclusive-url.mediumUrl .exclusive-url-inner {
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ececec;
}
.exclusive-url.mediumUrl .contents-wrapper {
  padding: 50px 50px 40px;
}
.exclusive-url.mediumUrl .url-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d2d2d;
  text-decoration: none;
}
.exclusive-url.mediumUrl .contents-wrapper .url-contents {
  margin: 30px 0;
}

/* Big URLs -------------------------------------------------------------------- */
.exclusive-url.bigUrl {
  flex: 1 0 100%;
  margin-left: -60px;
  margin-right: -60px;
}
.exclusive-url.bigUrl > .exclusive-url-inner {
  box-shadow: -10px 10px 40px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.exclusive-url.bigUrl .url-head {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.exclusive-url.bigUrl img {
  display: none;
}
.exclusive-url.bigUrl .contents-wrapper {
  padding: 150px 60px;
  background-color: transparent;
}
.bigUrl:nth-of-type(even) .contents-wrapper {
  text-align: right;
}
.exclusive-url.bigUrl .contents {
  position: relative;
  color: #fff;
}
.exclusive-url.bigUrl .url-title {
  font-size: 4em;
  color: #fff;
  text-decoration: none;
}
.exclusive-url.bigUrl .contents-wrapper .url-contents {
  margin: 30px 0;
  font-size: 1.7em;
  max-width: 800px;
}
.bigUrl:nth-of-type(even) .contents-wrapper .url-contents {
  margin-left: auto;
}

/* Expo URLS =================================================================== */
#expo {
  display: flex;
  position: relative;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  padding: 0 100px;
  width: 100%;
}
.exclusive-url.expoUrl {
  flex: 0 0 25%;
  perspective: 1000px;
  padding: 15px 0;
  flex-basis: 0;
  transition: all 0.3s ease;
}
.exclusive-url.expoUrl.shown {
  flex: 0 0 25%;
  padding: 15px;
}
.exclusive-url.expoUrl > .exclusive-url-inner {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.6s;
	transform-style: preserve-3d;
}
.exclusive-url.expoUrl > .exclusive-url-inner {
  transform: rotateY(90deg);
}
.exclusive-url.expoUrl.shown > .exclusive-url-inner {
  transform: rotateY(0deg);
}
.exclusive-url.expoUrl:hover > .exclusive-url-inner {
  transform: rotateY(180deg);
}
.exclusive-url.expoUrl .url-head {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 15px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  backface-visibility: hidden;
  z-index: 2;
  transform: rotateY(0deg);
  transition: 0.2s opacity 0.1s ease;
}
.exclusive-url.expoUrl .url-head > img { display: none; }
.exclusive-url.expoUrl .contents-wrapper {
  display: flex;
  align-content: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transform: rotateY(180deg);
}
.exclusive-url.expoUrl .contents-wrapper > .contents {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.exclusive-url.expoUrl:hover .url-head { opacity: 0; }
.expoUrl .url-title {
  color: inherit;
  font-size: 1.2em;
  text-align: center;
  margin: auto;
}
.expoUrl p.url-contents {
  display: block;
  position: relative;
  text-align: center;
  margin: auto;
  padding: 20px 0;
  font-size: 0.8em;
}
.expoUrl p.url-contents:before,
.expoUrl p.url-contents:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 3px;
  background-color: #50b51d;
}
.expoUrl p.url-contents:before {
  top: 100%;
}
.expoUrl p.url-contents:after {
  bottom: 100%;
}
.expoUrl .button { margin: auto; }

#expo .next, #expo .prev {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: auto;
  right: auto;
  margin: auto;
  color: inherit;
  text-decoration: none;
  font-size: 1.3em;
  opacity: 0.7;
}
#expo .next { right: 50px; }
#expo .prev { left: 50px; }
#expo .next:hover, #expo .prev:hover {
  opacity: 1;
}


/* NOT HOME PAGES ============================================================== */
body:not(.home) main >.container {
  min-height: 700px;
}
body:not(.home) #hero-title {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  padding-top: 125px;
  background-color: transparent;
  color: #000000;
}
body:not(.home) #hero-title h2 {
  display: block;
  position: relative;
  color: #fff;
  background-color: transparent;
  font-size: 5em;
  font-weight: 700;
  text-transform: uppercase;
  margin: auto;
  padding: 40px 15px;
  padding-bottom: 160px;
  text-align: center;
  width: 100%;
  opacity: 0.8;
}
body:not(.home) #hero-title.with-header-image h2 {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
body.offers main,
body.pdf main,
body.videos main {
  margin-bottom: 0;
}
body.offers main>.container,
body.pdf main>.container,
body.videos main>.container {
  background-color: transparent;
  box-shadow: none;
  min-height: 200px;
}
body.offers #footer,
body.pdf #footer,
body.videos #footer {
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  padding: 50px 80px;
}
/* ============================================================================= */


/* More ======================================================================== */
body.more #more-content > .row, body.more2 #more-content > .row, body.more3 #more-content > .row,
#view-article-content > .row, #contact-content > .row {
  display: block;
  position: relative;
}
#contact-content > .row { display: flex; }
/* ============================================================================= */

/* Articles page =============================================================== */

/* ============================================================================= */

/* Contact ===================================================================== */
#hero-title.without-header-image #HeroMap { height: 500px!important;}
#hero-title.with-header-image #HeroMap,
#hero-title.without-header-image #HeroMap {
  z-index: 0;
}
/* main#contact { margin-bottom: 280px; } */
#contact-content>.row .contact-details, #contact-content>.row .contactform {
  padding: 0;
}
#contact-form { border: 0; }
#contact-form > .card-body {
  padding: 0;
  border-left: 1px solid #cacaca;
  padding-left: 20px;
}
.contactform.multicontact {
  flex: 0 0 100%;
  max-width: 100%;
}
.contactform.multicontact #contact-form > .card-body {
  padding: 15px;
  border-left: 0;
}
.contact-details-card .card-body {
  background-color: #c1c1c1;
  color: #fff;
}
.contact-details-card .map-holder { height: 300px; }
.contact-details-card.singlecontact .left,
.contact-details-card.singlecontact .right {
  display: block;
  position: relative;
  width: 50%;
  float: left;
  padding-right: 15px;
  text-align: right;
}
.contact-details-card.singlecontact .right {
  padding-right: 0;
  padding-left: 15px;
  text-align: left;
}
.contact-details-card a {
  color: #fff;
}

.red-dot { color: #e74c3c; }
.green-dot { color: #2ecc71; }
#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;
  border: 1px solid #c1c1c1;
  background-color: #fff;
  color: #191b27;
  font-size: 18px;
  padding: 5px;
  margin: 2px;
  margin-bottom: 15px;
  border-radius: 0;
}
#contact #contact-form textarea, .notes-container .form-group {
  height: 100%;
}
span.cd-title {
  font-weight: bold;
}
.address-fields {
  font-size: 23px;
  color: #2d2d2d;
  margin-bottom: 40px;
}

.contact-details > .map-holder {
  height: 300px;
  margin-bottom: 20px;
}
.contact-details.multicontact {
  padding: 0 15px !important;
}
body.contact .notes-container { padding-bottom: 46px; }
body.contact #hero-title.without-header-image { padding-top: 60px; }
/* ============================================================================= */


/* Gallery ===================================================================== */
#gallery-content > .row {
  margin-right: -40px;
  margin-left: -40px;
}
#gallery .image {
  position: relative;
  height: 350px;
  overflow: hidden;
  padding: 80px 40px;
  padding-top: 0;
  transition: all 0.5s ease;
}
#gallery .image:hover {
  transform: scale(1.05);
}
#gallery .image .figure {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-shadow: -10px 10px 40px rgba(0,0,0,.1);
}
#gallery .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 140%;
  width: auto;
  min-width: 101%;
  transform: translate(-50%,-50%);
  transition: all 0.3s ease;
}
/* ============================================================================= */


/* PDF ========================================================================= */
#pdf .pdf {
  padding: 20px;
  padding-top: 0;
}
#pdf .pdf > figure {
  background-color: #fff;
  box-shadow: -10px 10px 40px rgba(0,0,0,.2);
  transition: all 0.5s ease;
  border-radius: 15px;
  overflow: hidden;
}
#pdf .pdf > figure:hover {
  box-shadow: -2px 2px 5px rgba(0,0,0,.4);
}
#pdf .pdf figcaption {
  background-color: #fff;
  padding: 40px;
}
#pdf .pdf figcaption a > h3 {
  font-size: 30px;
  font-weight: 700;
  color: #2d2d2d;
  text-decoration: none;
}
#pdf .pdf .description {
  margin: 30px 0;
  min-height: 160px;
}
/* ============================================================================= */


/* Offers ====================================================================== */
#offers .offer .countdown .title {
  font-size: 0.7em;
}
#offers .offer {
  padding: 20px;
  padding-top: 0;
}
#offers .offer > .card {
  box-shadow: -10px 10px 40px rgba(0,0,0,.2);
  transition: all 0.5s ease;
  border: 0;
  border-radius: 15px;
  overflow: hidden;
}
#offers .offer .card-title {
  font-size: 30px;
  font-weight: 700;
  color: #2d2d2d;
  text-decoration: none;
  margin: 40px auto;
}
#offers .offer:hover .card { box-shadow: -2px 2px 5px rgba(0,0,0,.4); }
#offers .buttons,
#offers .btn {
  margin-right: 20px;
}

/* Modal form */
/* preloader and msg */
#offers .offer-enquiry-form .modal-dialog { position: relative; }
#offers .offer-enquiry-form .preloader {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}
#offers .offer-enquiry-form .msg {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}
#offers .offer-enquiry-form .msg>.content {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  text-align: center;
  font-size: 23px;
}
#offers .offer-enquiry-form.display-msg .msg {
  display: block;
}
#offers .offer-enquiry-form.display-msg .msg .btn {
  padding: 6 30px;
  margin: 10px auto;
}
#offers .offer-enquiry-form.display-msg .msg.success .content>p { color: #12a036; }
#offers .offer-enquiry-form.display-msg .msg.fail .content>p { color: #c42b16; }
#offers .offer-enquiry-form.sending .row { transition: all 0.3s ease; }
#offers .offer-enquiry-form.sending .row {
  opacity: 0;
  pointer-events: none;
}
#offers .offer-enquiry-form.sending .preloader { display: block; }


/* Videos ====================================================================== */
#videos-condent .video { margin-bottom: 30px; }
#videos .video {
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-top: 0;
}
#videos .video > .inner {
  box-shadow: -10px 10px 40px rgba(0,0,0,.2);
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.5s ease;
}
#videos .video > .inner:hover {
  box-shadow: -2px 2px 5px rgba(0,0,0,.4);
}
#videos .title {
  font-size: 30px;
  font-weight: 700;
  color: #2d2d2d;
  text-decoration: none;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 0;
}
#videos .content {
  padding: 40px 15px;
  padding-top: 20px;
}
/* ============================================================================= */


/* Search ====================================================================== */
#search-dropdown .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
/* Search results list */
#searchform-container .open-icon > a:hover,
#searchform-container .close-icon > a:hover {
  color: #2eb3e0;
}
#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%;
}

/* Responsive ================================================================== */
@media (max-width: 1280px) {
  #main-slideshow .carousel-caption h3 {
    font-size: 3em;
  }
  .exclusive-url.smallUrl {
    flex: 0 0 25%;
  }
  .exclusive-url.smallUrl .contents-wrapper {
    padding: 10px 0;
  }
  .exclusive-url.smallUrl h3 {
    font-size: 0.7em;
  }
  .exclusive-url.smallUrl .contents-wrapper .url-contents {
    margin: 20px 0;
    min-height: 160px;
    font-size: 0.9em;
  }
  #expo {
    padding: 0 60px;
  }
  .exclusive-url.expoUrl h3 {
    font-size: 0.7em;
  }
  #expo .next { right: 20px; }
  #expo .prev { left: 20px; }
  .exclusive-url.expoUrl .contents-wrapper {
    padding: 10px;
  }
  .expoUrl p.url-contents { font-size: 0.8em; }
  #recent-articles #recent-articles-title>h2 {
    padding-top: 40px;
  }
  #offers .buttons, #offers .btn { margin: 0; }
  .recent-article figcaption, .article figcaption {
    padding: 15px 20px;
    flex: 2 1;
  }
  .recent-article .article-title, .article .title {
    font-size: 1.4em;
  }
  .recent-article .description, .article .description {
    margin: 10px 0;
    font-size: 0.9em;
  }
}

@media (max-width: 1024px) {
  .button, .btn { padding: 10px 12px; }
  #main-nav .navbar-nav>li>a { padding: 10px 1px; }
  #main-slideshow .carousel-caption h3 { font-size: 2em; }
  #main-slideshow .carousel-caption p { font-size: 1.2em; }
  body:not(.home) #hero-title h2 { padding-bottom: 80px; }
  body.contact #hero-title.without-header-image { margin-top: 80px; }
  body.contact #hero-title.without-header-image:not(.multicontacts) { margin-top: 0; }
  main > .container { margin-top: -80px; }
  .exclusive-url h3 { font-size: 0.6em; }
  .exclusive-url.bigUrl .contents-wrapper .url-contents { font-size: 1.4em; }
  .exclusive-url .contents-wrapper { padding: 20px 0; }
  #expo { padding: 0 40px; }
  #expo .next { right: 15px; }
  #expo .prev { left: 15px; }
  .recent-article figcaption, .article figcaption { padding: 0 20px; }
  .exclusive-url.mediumUrl .contents-wrapper { padding: 30px 20px 20px; }
  .exclusive-url.smallUrl .exclusive-url-inner {
    padding: 10px;
    font-size: 0.8em;
  }
  .exclusive-url.smallUrl h3 { font-size: .5em; }
  .exclusive-url.expoUrl.shown { flex: 0 0 33%; }
  .exclusive-url.expoUrl .contents-wrapper { font-size: 0.8em; }
  .expoUrl p.url-contents { padding: 5px; }
  .exclusive-url.expoUrl>.exclusive-url-inner { padding-bottom: 170%; }

  .recent-article .title, .article .title>h3 {
    font-size: 0.8em;
    font-weight: inherit;
  }
  #gallery .image {
    padding: 40px 20px;
  }

  #videos .title,
  #offers .offer .card-title,
  #pdf .pdf figcaption a>h3 {
    font-size: 1.2em;
    margin: 20px auto;
  }
  #videos .content {
    font-size: 0.8em;
    padding: 10px 15px;
    padding-top: 10px;
  }
  #main-nav .navbar-nav>li::after {
    bottom: 5px;
  }
  .card-body,
  #pdf .pdf figcaption {
    padding: 0.5rem;
  }
  #offers .buttons, #offers .btn {
    margin-right: -2px;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  #header-top {
    background: #131313;
  }
  #header-top #logo > img {
    max-height: 60px;
  }
  body:not(.home) #hero-title { margin-top: 86px; }
  main {
    padding: 0 20px;
  }
  /* main#contact { margin-bottom: 320px; } */
  .exclusive-url.bigUrl {
    margin-left: -25px;
    margin-right: -25px;
  }
  .exclusive-url.smallUrl {
    flex: 0 0 50%;
  }
  .exclusive-url.smallUrl .exclusive-url-inner {
    font-size: 1em;
  }
  body:not(.home) #hero-title h2 {
    font-size: 3em;
  }
  .exclusive-url.smallUrl .contents-wrapper .url-contents {
    font-size: 1.1em;
  }
  .exclusive-url.expoUrl.shown {
    flex: 0 0 50%;
  }
  .exclusive-url.expoUrl .contents-wrapper {
    font-size: 1em;
  }
  .expoUrl p.url-contents {
    font-size: 1em;
    padding: 20px 5px;
  }
  .recent-article, .article>figure {
    white-space: normal;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-items: flex-start;
    margin: auto;
    margin-bottom: 40px;
    padding: 0 20px;
    text-align: left;
    transition: all 0.5s ease;
  }
  .recent-article .title, .article .title>h3 {
    margin-top: 20px;
  }
  .navbar-collapse.collapse.show {
    background-color: #131313;
  }
  .offer:nth-of-type(n+3) { margin-top: 40px; }
  #videos .video,
  #offers .offer,
  #pdf .pdf {
    padding: 0 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #videos .title, #offers .offer .card-title, #pdf .pdf figcaption a>h3 {
    margin: 0 auto;
  }
  #offers .info { margin-left: 40px;}
  #offers .interested { margin-right: 10px; }
  /* main#contact { margin-top: 300px; } */
}

@media (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  body:not(.home) #hero-title.with-header-image h2 { top: -35px; }
  main#gallery { margin-top: 100px; }
  main {
    padding: 0 10px;
    /* margin-bottom: 670px; */
  }
  main#contact {
    /* margin-bottom: 380px; */
    margin-top: 40px;
  }
  .home main>.container {
    padding: 40px;
    margin-top: -100px;
  }
  .exclusive-url.smallUrl h3 { font-size: .8em; }
  .exclusive-url.mediumUrl,
  .exclusive-url.smallUrl,
  .exclusive-url.expoUrl.shown {
    flex: 100%;
    padding: 0;
  }
  .contact-info-section {
    display: block;
    width: 100%;
  }
  #footer {
    left: 20px;
    right: 20px;
  }
  .exclusive-url.bigUrl .contents-wrapper {
    padding: 60px 20px;
    background-color: transparent;
  }
  #recent-articles>.container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  .offer:nth-of-type(n+2) { margin-top: 40px; }
  #videos .video, #offers .offer, #pdf .pdf {
    padding: 0 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #articles-list .article {
    width: 100%;
  }
  .recent-article, .article>figure { padding: 0; }
  #contact-form>.card-body {
    border: 0;
    padding: 0;
  }
  #footer { margin-bottom: -45px; }
}
@media screen and (max-width: 414px) {
  main#more {
    margin-top: -60px;
  }
  #more-content { margin-top: -50px; }
  #videos-condent { margin-top: -90px; }
  main#contact { margin-top: 40px; }
}
@media screen and (max-width:375px) {
  #offers .btn,#offers .button { margin: 0; }
  #offers .info { margin-left: 30px; }
  .g-recaptcha { margin-left: -7px; }
}
@media screen and (max-width: 360px) {
  main,main#contact {
    margin-top: 80px;
  }
  main#more { margin-top: 120px; }
  #more-content,
  #videos-condent,
  #gallery-content {
    margin-top: -160px;
  }
  #offers .info { margin-left: 10px; }
  .g-recaptcha { margin-left: -20px; }
}
@media screen and (max-width:320px) {
  #main-slideshow .carousel-caption { top: 54%; }
  #main-slideshow .carousel-caption p { margin: 10px auto; }
  #main-slideshow .carousel-caption h3 { font-size: 1.8em; }
  #more-content,#gallery-content { margin-top: -160px; }
  #hero-title #page-title { display: none; }
  body.offers .card-body {
    display: flex;
    flex-direction: column;
  }
  #offers .interested,#offers .info { margin: 0; }
  #offers .interested { margin-top: 10px; }
  #footer { margin-bottom: -45px; }
  #footer #home-map { height: 227px; }
  #footer #bottom-footer {
    margin: 0;
    margin-top: 10px;
  }
  #footer .top-container { margin-bottom: 10px; }
  #footer .top-container:last-of-type { padding-top: 10px; }
  .social-container > li { margin-right: 10px; }
  .g-recaptcha { margin-left: -42px; }
}

/* ============================================================================= */

/* ========================== DISPLAY NONE ===================================== */
body.contact #top-footer,#header-middle,label[for=search-input],
.carousel-indicators,body:not(.home) #page-title {
  display: none!important;
}
/* ============================= DURING DEVELOPMENT ONLY ======================= */
/* #cookie-notice { display: none; } */