@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap&subset=greek-ext');
/* Extras */
body:not(.loaded) {
  position: absolute;
  left: -30000px;
}
html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
}
body {
  background-color: transparent;
  background-repeat: repeat;
}
body.home main.container {
  max-width: 100%;
  margin-bottom: 0;
  padding: 15px;
  padding-bottom: 0;
}
body:not(.home) main {
  margin-bottom: 80px;
  min-height: 600px;
  max-width: 100%;
}
body.pdf main,
body.gallery main,
body.videos main,
body.articles-list main,
body.more main {
  max-width: calc(100% - 100px);
}
#spacer { padding-top: 150px; }
main { min-height: 50%; }

#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;
}
.navbar-dark .navbar-toggler {
  font-size: 23px;
  border-color: rgba(255,255,255,.1);
}
img { object-fit: cover; }
a,a:hover { text-decoration: none; }
#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;
}
/* Modal ===================================================== */

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

/* Footer ====================================================================== */
#footer {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  padding-bottom: 0;
}
#footer .left {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
#footer .right {
  display: flex;
  flex-direction: column;
  padding: 0;
}
#footer h1 {
  position: relative;
  font-size: 2em;
  font-weight: normal;
  padding-bottom: 20px;
  text-align: left;
}
#footer h1::after {
  content: "";
  display: block;
  position: absolute;
  margin: 0;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 3px;
}
#footer .contact-info {
  margin: 20px 0;
}
#footer .contact-info-section {
  margin-bottom: 10px;
  font-size: 1em;
}
#footer .contact-info-section:first-of-type { margin-left: 0; }
#footer .contact-info-section .icon {
  margin-right: 10px;
}
#footer .contact-info-section a {
  color: #fff;
  text-decoration: none;
}
#footer #contact-form .btn,
#footer #contact-form .button {
  margin-top: 10px;
  margin-left: 4px;
}
#footer .contactform .col-md-4,
#footer .contactform .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
#footer .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 150px);
}
body.contact #footer .container-fluid { align-items: center; }
#footer .logo {
  text-align: center;
  background-color: #f8f8f8;
  margin-top: 20px;
  padding: 10px 0;
}
footer #fourty-logo { width: 80px; }
#site-nav-wrapper {
  display: flex;
  justify-content: center;
}
#site-nav {
  padding: 0;
  margin: 0;
}
.site-nav-item {
  display: flex;
  list-style: none;
  font-size: 14px;
  text-align: left;
}
.site-nav-item > a {
  padding: 0;
  transition: all .2s ease;
}
.site-nav-item::before {
  content: "→";
  margin-right: 15px;
  transition: all .2s ease;
}
.site-nav-item:hover::before {
  margin-right: 17px;
  transition: all .2s ease;
}
.site-nav-item:hover > a {
  color: #fff;
  transition:  all .2s ease;
}
#footer .col-md-6 {
  max-width: 33.333333%;
  flex: 0 0 33.333333%;
}
#footer .contact-info-container {
  text-align: left;
  display: flex;
  flex-direction: column;
}
body.contact #footer .contact-info-container {
  flex-direction: row;
}
body.contact #footer h1::after {
  margin: 0 auto;
}
body.contact #footer .contact-info-section:not(:first-of-type) {
  margin-left: 10px;
}
#home-map {
  height: 236px;
  width: 550px;
  min-height: 100%;
}
/* Buttons ===================================================================== */
.button, .btn {
  display: inline-block;
  position: relative;
  margin: auto;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 7px 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.offer-enquiry-form .button:hover,
.offer-enquiry-form .btn:hover,
.button:hover, .btn:hover {
  color: #fff;
}
.button.inverted,.btn.inverted {
  color: #fff;
}
.button.inverted:hover,.btn.inverted:hover {
  color: #fff;
}
.btn.focus, button.focus, .btn:focus, button:focus {
  box-shadow: none;
}
.button > .fa-sort-down { transform: rotateZ(-90deg); }
/* ============================================================================= */

/* Header ====================================================================== */
#header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
}
#header .row { margin: 0; }
#header-top {
  position: fixed;
  top: auto;
  bottom: 0;
  left: -97%;
  right: 0;
  margin: auto;
  height: 58px;
  transform: rotate(90deg);
  z-index: 10000;
}
#header-top > .container {
  max-width: 57%;
}
#header-top > .container > .row {
  flex-direction: row-reverse;
  height: 58px;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  font-size: 0.8em;
}
#header-top .col-md-8 {
  max-width: 75%;
  flex: 0 0 75%;
}
#header-top .col-md-4,
#header-top .social-container {
  max-width: 16.666667%;
  flex: 0 0 16.666667%;
  margin: 0;
}
#header-top .col-md-4 .social-container {
  max-width: 100%;
}
#header-bottom {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 28px;
  right: -29px;
  margin: auto;
  z-index: 9999;
}
#header-bottom > .container {
  max-width: calc(100% - 58px);
}
header .contact-info-container { padding-top: 5px; }
header .contact-info-container .contact-info-section,
header .contact-info-container .contact-info-section a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
header .contact-info-container .contact-info-section { margin-left: 20px; }
header .contact-info-container .contact-info-section:first-of-type { margin-left: 0; }
header .contact-info-container .contact-info-section .icon {
  margin-right: 10px;
  transform: rotate(-90deg);
}
/* ============================================================================= */

/* Logo ======================================================================== */
#logo {
  display: flex;
  align-items: center;
  height: 100px;
  max-height: 200px;
  width: 200px;
  transition: all 0.3s ease;
}
#logo > img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
/* ============================================================================= */

/* MainNav ===================================================================== */
#main-nav {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 15px;
  position: relative;
  background: linear-gradient(90deg, rgba(0,0,0,.12) 13%, rgba(0,0,0,0));
  color: #828282;
  margin: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
#mainNavContent,
#main-nav .navbar-nav {
  align-items: stretch;
}
#main-nav .navbar-collapse { flex-grow: 0; }
#main-nav .nav-item {
  margin-right: 20px;
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s ease;
}
#main-nav .nav-item:last-of-type { margin-right: 0; }
#main-nav a.nav-link {
  position: relative;
  padding: 20px 0;
  color: #fff;
  font-weight: 700;
  font-size: 0.8em;
  background-color: transparent;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
#main-nav .nav-item:hover > a.nav-link,
#main-nav .nav-item.active > a.nav-link,
#main-nav .nav-item.open > a.nav-link {
  color: #fff;
}
#main-nav .dropdown-menu {
  left: auto;
  right: -140px;
  min-width: 300px;
  color: #fff;
  border-radius: 0;
  padding: 0;
  margin-top: 10px;
  transition: all 0.1s ease;
}
#main-nav .submenu > .dropdown-menu { right: 0; }
#main-nav .dropdown-menu > .nav-item{ margin: 0; }
#main-nav .dropdown-menu li.nav-item {
  border: 0;
  flex-direction: column;
}
#main-nav .dropdown-menu a.nav-link {
  display: block;
  width: 100%;
  padding: 15px 20px;
  transition: color 0.3s ease;
}
#main-nav .dropdown-menu .nav-item:hover>a.nav-link,
#main-nav .dropdown-menu .nav-item.active>a.nav-link,
#main-nav .dropdown-menu .nav-item.open>a.nav-link {
  color: #fff;
}
#main-nav .navbar-nav > li.open > .dropdown-menu {
  display: block;
  top: 100%;
  margin-top: 0;
  opacity: 1;
  z-index: 99999;
}
#main-nav .navbar-nav > li.open > .dropdown-menu .dropdown-menu {
  position: relative;
  color: #fff;
  border-radius: 0;
  border: 0;
}
/* Languages */
#main-nav .langsDropdown.dropdown-menu {
  min-width: 100px;
  right: 0;
}
#main-nav .langsDropdown.dropdown-menu .dropdown-item {
  color: #fff;
  transition: color 0.3s ease;
}
#main-nav .langsDropdown.dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: transparent;
}
/* Sticky */
#main-nav.compact-sticky #logo { height: 80px; }
#main-nav.compact-sticky a.nav-link {
  padding: 15px 10px;
}
.dropdown.show:not(.submenu) > .dropdown-menu.show { display: none; }
#main-nav .navbar-nav > li.open > .dropdown-menu .dropdown-menu {
  background-color: #fff;
}
/* ============================================================================= */

/* Social ====================================================================== */
.social-container>li {
  display: inline-block;
  width: 28px;
  height: 26px;
  padding: 0;
  margin: 0 2px;
  vertical-align: middle;
  margin-top: 2px;
  transform: rotate(-90deg);
}
.social-container>li:last-of-type { margin-right: 0; }

.social-container>li>a {
  color: #fff;
  text-align: center;
  line-height: 12px;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 7px 5px;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s ease;
}
/* ============================================================================= */

/* Slideshow =================================================================== */
#main-slideshow {
  margin-left: 57px;
  margin-top: 100px;
}
#main-slideshow img { max-width: 65.4%; }
#main-slideshow .carousel-caption {
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  padding: 20px;
  min-width: 34.6%;
  max-width: 34.6%;
  top: 0;
  position: absolute;
  text-align: center;
  z-index: 1000;
}
#main-slideshow .carousel-caption .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: left;
  max-width: 100%;
}
.carousel-indicators {
  margin: 0;
  align-items: flex-end;
  flex-direction: column-reverse;
  width: 66.2%;
  color: #fff;
  opacity: .5;
}
.carousel-indicators .fa-angle-up {
  font-size: 40px;
}
.carousel-indicators .active {
  background-color: transparent;
  opacity: 1;
}
#main-slideshow .carousel-caption h3,
#main-slideshow .carousel-caption p {
  display: block;
  position: relative;
  color: inherit;
  text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
}
#main-slideshow .carousel-caption h3 {
  font-size: 4.8em;
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: bold;
}
#main-slideshow .carousel-caption p {
  font-size: 1.2em;
  margin-bottom: 50px;
  color: inherit;
}
#main-slideshow .btn:hover,
#main-slideshow .button:hover {
  color: #fff;
}
/* ============================================================================= */

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

/* Exclusive URLs ============================================================== */
.exclusive-url {
  margin-top: 40px;
  margin-bottom: 40px;
}
.exclusive-url > .url-head {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.exclusive-url.smallUrl > .url-head > img {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px;
  border-radius: 50%;
}
.exclusive-url > .figure-caption {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: left;
  transition: top 0.5s ease;
}
.exclusive-url .url-title { text-decoration: none; }
.exclusive-url .url-title > h3 {
  text-decoration: none;
  font-size: 2em;
  font-weight: normal;
}

/* Small URLs ---------------------------------------------------------------- */
.exclusive-url.smallUrl {
  flex: 0 0 24.2%;
  min-height: 390px;
  border: 2px solid #fff;
  border-radius: 25px;
  margin: 5px;
}
.exclusive-url.smallUrl > .url-head {
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  top: -24px;
  left: 48px;
  height: 150px;
  width: 150px;
  margin-top: -20px;
  margin-left: -50px;
}
.exclusive-url.smallUrl > .figure-caption {
  top: 28%;
  position: absolute;
  bottom: 0;
  padding: 0;
  left: 0;
  right: 0;
}
.exclusive-url.smallUrl .contents-wrapper {
  padding: 20px;
  text-align: center;
}
.exclusive-url.smallUrl .btn,
.exclusive-url.smallUrl .button {
  position: absolute;
  bottom: 0;
  left: -5px;
  right: -5px;
  border-radius: 5px;
}
.exclusive-url.smallUrl .url-contents,
.exclusive-url.smallUrl .url-title > h3 {
  color: #fff;
}
/* Medium URLs --------------------------------------------------------------- */
.exclusive-url.mediumUrl {
  max-width: 40%;
  flex: 0 0 40%;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.exclusive-url.mediumUrl .contents-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.exclusive-url.mediumUrl .btn,
.exclusive-url.mediumUrl .button {
  margin: 0;
  order: 1;
}
.exclusive-url.mediumUrl > .figure-caption {
  font-size: 1.3em;
  padding: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.exclusive-url.mediumUrl .url-title > h3 {
  position: relative;
  padding-bottom: 20px;
  margin: 0;
}
.exclusive-url.mediumUrl .url-contents-container { display: flex; }
.exclusive-url.mediumUrl .url-contents {
  text-align: left;
  padding: 0 10px;
  font-size: 15px;
}
.exclusive-url.mediumUrl img { width: 100%; }

/* Big URLs ------------------------------------------------------------------ */
.exclusive-url.bigUrl {
  display: flex;
  padding: 0;
  margin-bottom: 0;
  max-width: 1000%;
  overflow: hidden;

}
.exclusive-url.bigUrl:not(.with-articles) {
  flex: auto;
  flex: 0 0 calc(100% + 300px);
}
.exclusive-url.bigUrl:not(.with-articles):nth-of-type(even) {
  flex-direction: row-reverse;
}
.exclusive-url.bigUrl.with-articles {
  display: flex;
  flex-direction: column;
  height: 1200px;
  justify-content: space-evenly;
  flex: 0 0 calc(100% + 500px);
}
.bigUrl .swiper-container {
  width: 1700px;
  margin: 0 auto;
}
.bigUrl .swiper-slide {
  max-width: 31.4%;
  flex: 0 0 100%;
  transform: scale(1);
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  max-height: 600px;
}
.bigUrl:not(.plus3) .swiper-slide:not(:last-of-type) { margin-right: 50px; }
.bigUrl.plus3 .swiper-slide { visibility: hidden; }
.bigUrl.plus3 .swiper-slide-active,
.bigUrl.plus3 .swiper-slide-next,
.bigUrl.plus3 .swiper-slide-next + .swiper-slide {
  visibility: visible;
}
.exclusive-url.bigUrl.with-articles .url-head {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.exclusive-url.bigUrl:not(.with-articles) .url-head {
  background-image: none!important;
}
.exclusive-url.bigUrl .url-head img {
  margin-bottom: 0;
  height: 100%;
  width: 100%;
}
.exclusive-url.bigUrl .figure-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.5);
}
.exclusive-url.bigUrl.with-articles .figure-caption {
  top: 50px;
  background-color: transparent;
}
.bigUrl .recent-article figcaption {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
}
.bigUrl .recent-article .btn,
.bigUrl .recent-article .button {
  margin: 0;
}
.exclusive-url .contents-wrapper {
  display: block;
  width: 100%;
}
.exclusive-url.bigUrl .contents-wrapper {
  width: 50%;
}
.exclusive-url.bigUrl .url-title > h3 {
  color: #fff;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  font-size: 3em;
}
.exclusive-url.bigUrl .url-contents-container {
  display: flex;
  justify-content: space-between;
}
.exclusive-url.bigUrl .url-contents {
  margin: 40px auto;
  font-size: 1.4em;
}
.exclusive-url.bigUrl:not(.with-articles) +
.exclusive-url.bigUrl:not(.with-articles) {
  margin-top: 0;
}
/* Expo ------------------------------------------------------------------------ */
#expo-container .exclusive-url > .url-head { height: auto; }

#expo-container {
  width: 1405px;
  margin-top: 100px;
  overflow: hidden;
}
#expo-container.swiper-container {
  width: 1405px;
  cursor: grab;
}
#expo-container .img-fluid { max-width: none; }
#expo-container.swiper-container-android .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide,
.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide,
#expo-container.swiper-container-android .swiper-slide-active,.swiper-slide-active {
  transform: scale(.9);
}
#expo-container.swiper-container-android .swiper-slide-next + .swiper-slide + .swiper-slide,
.swiper-slide-next + .swiper-slide + .swiper-slide,
.swiper-slide-next, #expo-container.swiper-container-android .swiper-slide-next {
  transform: scale(.95);
}
.swiper-slide-next + .swiper-slide { z-index: 1; }
.swiper-slide .figure-caption { display: none; }
.swiper-wrapper { margin-bottom: 180px; }

.swiper-slide-next + .swiper-slide .figure-caption {
  display: block;
  position: absolute;
  width: 100vw;
  text-align: center;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0);
}

.swiper-slide .contents-wrapper {
  display: block;
  width: 500px;
  margin: 0 auto;
}
.expoUrl:not(.swiper-slide):nth-of-type(1),
.expoUrl:not(.swiper-slide):nth-of-type(5) {
  transform: scale(.9);
}
.expoUrl:not(.swiper-slide):nth-of-type(2),
.expoUrl:not(.swiper-slide):nth-of-type(4) {
  transform: scale(.95);
}
.expoUrl:not(.swiper-slide) { width: 281px; }
/* Articles ==================================================================== */
#recent-articles {
  margin-bottom: 100px;
  margin-top: 100px;
}
#recent-articles h2 {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 2.5em;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.recent-article figcaption h3,
#articles-wrapper figcaption h3 {
  font-size: 1.3em;
  font-weight: 700;
  margin: 20px auto;
}
.recent-article img { height: 300px; }
.recent-article figcaption a { text-decoration: none; }
#view-article-content { margin-top: 30px; }
#article-image {
  width: auto;
  max-width: 30%;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
#view-article-content.noPicture #article-image { display: none; }
#view-article h2 {
  font-size: 3em;
}

#articles-pagination {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #e2e2e2;
}
#articles-pagination .paging { text-align: right; }
#articles-pagination .paging > span, #articles-pagination .paging > a {
  text-decoration: none;
  display: inline-block;
  padding: 4px;
}
#articles-pagination .paging > a:nth-last-child(2) {
  display: none;
}
.breadcrumb-title { margin-right: 20px; }
.recent-article .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recent-article .description::before {
  content: "";
  width: 400px;
  display: block;
  height: 1px;
  opacity: .1;
  margin-bottom: 10px;
}
#articles-wrapper {
  display: flex;
  justify-content: space-between;
}
#articles-img-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 40%;
  flex: 0 0 40%;
  justify-content: flex-start;
}
#articles-img-wrapper img { height: 100%; }
#articles-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 50%;
  flex: 0 0 50%;
  justify-content: flex-start;
}
#articles-img-wrapper > a,
#articles-content-wrapper > figcaption {
  max-width: 46.4%;
  flex: 0 0 46.4%;
  margin: 10px;
}
/* ============================================================================= */


/* Contact ===================================================================== */
body.contact main { margin-bottom: 0; }
body.contact #contact { padding: 0; }
#contact-content > .row { margin: 0; }
body.contact .contact-details-card .contact-details {
  padding: 60px 80px;
  color: #f0f0f0;
  font-weight: bold;
}
body.contact .contact-details-card .contact-details a {
  color: #fff;
  text-decoration: none;
}

#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;
  border: 0;
  background-color: #fff;
  color: #7b7b7b;
  font-size: 15px;
  padding: 15px;
  margin: 2px;
  margin-bottom: 10px;
  border-radius: 0;
}
textarea.form-control {
  height: 150px;
  max-height: 100%;
}
#contact-form .notes-container > .form-group { height: 100%; }
#contact #contact-form textarea {
  height: calc(100% - 2.5em);
  min-height: 200px;
}
.form-group.actions {
  display: flex;
  justify-content: space-between;
}
body.home .form-group.actions {
  align-items: center;
}
#contact #contact-form .button {
  margin-left: inherit;
  margin-right: inherit;
  margin-top: 15px;
}
.g-recaptcha {
  display: inline-block;
  margin-left: 4px;
}

/* Multiple */

footer .row {
  flex-direction: row-reverse;
  margin: 0;
  justify-content: center;
}
.right .contactform { order: 1; }
.right .logo { order: 2; }
.contactform { margin: 0; }
#contact-form form.row {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 300px;
}
#basic-contact-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact-form .form-group { margin: 0; }
#contact-form .form-group:first-of-type {
  max-width: 100%;
  flex: 0 0 100%;
}
#contact-form .form-group:not(:first-of-type) {
  max-width: 49%;
  flex: 0 0 49%;
}
#contact-form input { height: 40px; }
#contact-form button {
  margin-right: 0;
  background-color: #fff;
}
[placeholder] {
  font-size: 15px;
  text-indent: 10px;
}
#info-area,
#contact-form .col-md-12 {
  padding: 0;
}
#info-area > * {
  padding: 20px 80px;
}
#contact-form input,
#contact-form button,
textarea.form-control {
  box-shadow: 10px 11px 0 -8px rgb(31 44 53 / 40%);
}
body.contact #hero-title,
body.contact #contact-content > section,
body.contact #contact-content > .contactform { margin-bottom: 0; }
body.contact #spacer { padding-top: 100px; }
.leaflet-popup-content {
  width: 140px!important;
  text-align: center;
}
body.contact .map-holder {
  padding: 0;
  padding-left: 57px;
}
.multicontact:not(:first-of-type) { margin-top: 10px; }
/* ============================================================================= */

/* Gallery ===================================================================== */
#gallery .image .figure {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#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;
}
#gallery .image:hover img {
  transform: translate(-50%,-50%) scale(1.1);
}
.pswp {
  z-index: 9999 !important;
}
/* Offers ====================================================================== */
#offers-content .offer { margin: 0; }
.offer > .card { border: none; }
.offer-price {
  margin-top: 10px;
  font-size: 50px;
  font-weight: bold;
}
.offer .card-body {
  display: flex;
  flex-direction: column;
}
.offer .card-body > * { margin: 0; }
.offer .card-body > *:not(:last-child)::after {
  content: "";
  background-color: #f8f8f8;
  display: block;
  width: 360px;
  height: 1px;
  margin: 5px auto;
}
.offer .countdown {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.offer .countdown .col-sm-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  max-width: 100%;
  flex: 0 0 100%;
}
.offer .card-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  order: -2;
  font-weight: bold;
  font-size: 30px;
}
.offer .card-text:nth-of-type(2) :first-child,
.offer .countdown .title {
  font-weight: bold;
}
.offer .card-text:nth-of-type(2) {
  order: -1;
  text-align: center;
}
.offer .countdown .col-sm-12 p,
.offer .value,.offer .title {
  margin-top: 0;
  margin-bottom: 0;
}
.offer .countdown > *:not(:last-child)::after {
  content: "";
  background-color: #f8f8f8;
  display: block;
  width: 330px;
  height: 1px;
  margin: 5px auto;
}
.offer .value-title-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.value-title-wrapper .value { margin-left: 10px; }
.offer img { height: 250px; }
#offers-content.swiper-container { width: 1300px; }
.swiper-wrapper > .offer {
  max-width: 100%;
  flex: 0 1 100%;
}
.offer.swiper-slide-next,
.offer.swiper-slide-active {
  transform: scale(1);
}
#new,.modal { z-index: 10000; }
.modal-content {
  background-color: transparent;
  border: none;
  text-align: center;
}
.modal-body p {
  color: #fff;
  font-weight: bold;
}
.offer-enquiry-form-modal {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal-dialog { max-width: 650px; }
.modal-title {
  color: #fff;
  font-size: 50px;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(31,44,53,.7);
}
.offer-enquiry-form .contact-details > *,
.offer-enquiry-form .fullname > * {
  max-width: 50%;
  flex: 0 0 50%;
}
.offer-enquiry-form-modal .modal-content button {
  border: 4px solid #fff;
  color: #fff;
  outline: none;
  padding: 3px 8px;
  position: absolute;
  right: 0;
}
.offer-enquiry-form-modal .modal-content button.close:hover,
.offer-enquiry-form-modal .modal-content button.close:focus {
  color: #fff;
  text-decoration: none;
  opacity: .9;
}
.offer-enquiry-form-modal .modal-header {
  display: flex;
  justify-content: center;
}
.offer-enquiry-form [type=submit] {
  margin-right: 0;
  background-color: #fff;
}
.offer-enquiry-form input,
.offer-enquiry-form textarea {
  box-shadow: 10px 11px 0 -8px rgb(31 44 53 / 40%);
}
.offer-enquiry-form .msg {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}
.offer-enquiry-form .preloader {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}
#offers .swiper-button-next { right: 170px; }
#offers .swiper-button-prev { left: 170px; }
/* Gallery - PDF ====================================================================== */
.image.col-md-4:not([class*="group"]) {
	max-width: 25%;
}
.image.col-md-4:not([class*="group"]) +
.group-2n.group-3n:not([class*="-4n"]),
.group-2n:not([class*="-3n"]):not([class*="-4n"]) {
	max-width: 30%;
}
.group-2n.group-3n.group-4n,
.group-4n.group-2n:not([class*="-3n"]) {
	max-width: 35%;
}
.image.col-md-4:not([class*="group"]) +
.group-2n.group-4n:not([class*="-3n"]) {
	max-width: 30%;
}
.group-4n.group-2n:not([class*="-3n"]) +
:not([class*="group"]) {
	max-width: 35%;
}
.image.col-md-4:not([class*="group"]) +
.group-2n.group-3n.group-4n,
.group-3n:not([class*="-2n"]):not([class*="-4n"]) {
	max-width: 45%;
}

#gallery .image {
  flex: 0 0 100%;
  height: 350px;
  padding: 10px;
}
#gallery .image img {
  height: 350px;
  width: 100%;
  object-position: top;
}

.pdf .figure img {
  width: 100%;
  height: 250px;
}
#videos-condent .justify-content-center,
#offers-content:not(.swiper-container),
#pdf-content .justify-content-center {
  justify-content: flex-start!important;
}
.video.col-md-4:not(:nth-of-type(-n+3)) {
  margin-top: 50px;
}
/* ============================================================================= */

#move-top {
  position: fixed;
  padding: 14px 18px;
  bottom: 20px;
  right: 10px;
  top: auto;
  left: auto;
  font-size: 0.7em;
  color: #fff;
  cursor: pointer;
  opacity: .5;
  z-index: 9999;
}
#fb-messaging { z-index: 9999!important; }

#fixed-banner  {z-index: 99999!important; }

#fixed-banner.left { left: 65px!important; }


/* Lazyload ==================================================================== */
/*
  Set the default height of lazyload elements. Their height will be reset back
  to normal when they are loaded.
*/

#main-slideshow .lazyload { min-height: 600px !important; }
.smallUrl .lazyload, .mediumUrl .lazyload, .expoUrl .lazyload {
  min-height: 300px !important;
}
#hero-title > .lazyload { min-height: 400px !important; }
/* ============================================================================= */


/* Search ====================================================================== */
#searchform-container {
  background-color: #f8f8f8;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#search-input {
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #120201;
  border: 1px solid;
  width: 500px;
  height: 50px;
  border-radius: 5px;
  margin: 0;
  box-shadow: 10px 11px 0 -8px rgb(31 44 53 / 40%);
}
#searchform-container .form-group { margin: 0; }
#search-input:focus { box-shadow: none; }

#searchform-container .open-icon,
#searchform-container .close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 150px;
  padding: 0;
  margin-left: 20px;
  vertical-align: middle;
  border-radius: 5px;
  box-shadow: 10px 11px 0 -8px rgb(31 44 53 / 40%);
  color: #fff;
  user-select: none;
  cursor: pointer;
}
#searchform-container .open-icon.hide,
#searchform-container .close-icon.hide {
  display: none;
}
/* Search results list */
#search-results-list { width: 100%; }
.pswp__button--arrow--left { left: 70px!important; }
#accessibility-bar {
  z-index: 99999!important;
  left: 61px!important;
}
/* ============================================================================= */

#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 all and (min-width: 768px) {
  #exclusiveURLs, #recent-articles,
  body:not(.home) main, #contact-form {
    padding-left: 15px;
    padding-right: 15px;
  }
  body:not(.home) #footer .row.logo { justify-content: flex-end; }
  #contact-form .col-md-4,
  #contact-form .col-md-8 {
    max-width: 100%;
    padding: 0;
  }
  .social-container { text-align: right; }
  #recent-articles > .recent-article { display: none; }
  body.contact .map-holder .leaflet-left {
    left: 70px;
  }
}
@media all and (min-width: 1024px) {
  body:not(.home) #contact-form .form-group { padding: 0 15px; }
  body:not(.home) #contact-form .col-md-12 { padding-left: 0; }
  body:not(.home) .g-recaptcha { margin-left: 0; }
}
@media (min-width: 1200px) {
  .container { max-width: 1170px; }
}
@media all and (min-width: 1280px) {
  #exclusiveURLs, #recent-articles,
  body:not(.home) main {
    padding-left: 100px;
    padding-right: 100px;
  }
  body.home .form-group.actions {
    flex-direction: row;
  }
  #footer #contact-form .btn,
  #footer #contact-form .button {
    margin: auto;
  }
}
@media all and (min-width: 1440px) {
  #exclusiveURLs, #recent-articles,
  body:not(.home) main {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media all and (min-width: 1920px) {
  #exclusiveURLs, #recent-articles,
  body:not(.home) main {
    padding-left: 250px;
    padding-right: 250px;
  }
  .offer .countdown {
    align-items: center;
  }
}
@media all and (min-width: 1921px) {
  #header-top {
    left: -97.8%;
    top: 1500px;
  }
  #header-bottom > .container { max-width: calc(100% - 54px); }
  #main-slideshow { margin-left: 56px; }
  .carousel-indicators { width: 65.95%; }
  .exclusive-url.smallUrl {
    flex: 0 0 21.2%;
    min-height: 490px;
  }
  .exclusive-url.mediumUrl {
    max-width: 33%;
    flex: 0 0 33%;
  }
  #articles-img-wrapper > a,
  #articles-content-wrapper > figcaption {
    max-width: 41.4%;
    flex: 0 0 41.4%;
  }

}
/* ============================================================================= */

/* Mobile ====================================================================== */
@media screen and (max-width: 1440px) {
  #header-top {
    top: 534px;
    left: -96.6%;
  }
  #header-bottom > .container { max-width: calc(100% - 48px); }
  #main-slideshow { margin-left: 52px; }
  #main-slideshow .carousel-caption { max-width: 36.6%; }
  #main-slideshow .carousel-caption h3 { font-size: 42px; }
  .carousel-indicators { width: 64.4%; }
  .exclusive-url.smallUrl {
    flex: 0 0 24.1%;
    margin-top: 33px;
  }
  .exclusive-url.mediumUrl > .figure-caption {
    margin-bottom: 10px;
  }
  .exclusive-url.bigUrl.with-articles { flex: 0 0 calc(100% + 300px); }
  .bigUrl .swiper-container { width: 1450px; }
  .exclusive-url.bigUrl .contents-wrapper { padding: 20px 0; }
  #articles-img-wrapper {
    max-width: 50%;
    flex: 0 0 50%;
  }
  body:not(.home) #contact-form { padding: 0 150px; }
  #offers-content.swiper-container { width: 1275px; }
  body.contact #contact-form form.row {
    padding: 50px 150px;
  }
  #offers .swiper-button-next { right: 0; }
  #offers .swiper-button-prev { left: 85px; }
}
@media screen and (max-width: 1280px) {
  #header-top { top: 400px; }
  #main-nav.compact-sticky a.nav-link { padding: 4px; }
  #header-bottom > .container { max-width: calc(100% - 44px); }
  #main-slideshow { margin-left: 51px; }
  #main-slideshow .carousel-caption { max-width: 34.6%; }
  #main-slideshow .carousel-caption h3 {
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: 60px;
  }
  .carousel-indicators {
    width: 66.4%;
  }
  #main-slideshow .carousel-caption p { font-size: 16px; }
  .exclusive-url.smallUrl { flex: 0 0 24%; }
  .exclusive-url.bigUrl:not(.with-articles),
  .exclusive-url.bigUrl.with-articles {
    flex: 0 0 calc(100% + 200px);
  }
  .bigUrl .recent-article figcaption {
    padding: 0 15px;
    width: 100%;
  }
  .recent-article .description { width: 100%; }
  #articles-img-wrapper > a,
  #articles-content-wrapper > figcaption {
    max-width: 45.8%;
    flex: 0 0 45.8%;
  }
  body:not(.home) #contact-form { padding: 0 100px; }
  #contact-form form.row { flex-direction: column; }
  #contact-form .form-group.actions {
    flex-direction: column;
    align-items: flex-start;
  }
  #offers-content.swiper-container { width: 1165px; }
}
@media screen and (max-width: 1024px) {
  #header-top { top: -255px; }
  #header-bottom { left: 24px; }
  #main-nav .navbar-collapse { flex-grow: 1; }
  #main-nav .nav-item { margin-right: 8px; }
  #main-nav.compact-sticky .nav-item { margin-right: -1px; }
  #main-slideshow { margin-left: 47px; }
  #main-slideshow img { max-width: 100%; }
  #main-slideshow .carousel-caption { max-width: 40%; }
  .carousel-indicators { width: 61.5%; }
  .exclusive-url.smallUrl { flex: 0 0 40%; }
  /* .exclusive-url.smallUrl:nth-of-type(n+3) { margin-top: 60px; } */
  #expo-container { width: 850px; }
  .bigUrl .swiper-slide { max-width: 50%; }
  .bigUrl .swiper-container { width: 882px; }
  .exclusive-url.bigUrl .contents-wrapper {
    width: 70%;
  }
  .exclusive-url.bigUrl:not(.with-articles),
  .exclusive-url.bigUrl.with-articles {
    flex: 0 0 calc(100% + 30px);
  }
  #articles-img-wrapper { justify-content: flex-end; }
  #articles-img-wrapper > a,
  #articles-content-wrapper > figcaption {
    max-width: 85%;
    flex: 0 0 85%;
  }
  body.home #contact-form .col-md-8.notes-container {
    padding-left: 0;
    padding-right: 0;
  }
  #main-slideshow .carousel-caption .btn,
  #main-slideshow .carousel-caption .button {
    margin-bottom: 20px;
  }
  body.home .form-group.actions {
    align-items: center;
  }
  body:not(.home) #contact-form {
    padding: 0 15px;
  }
  #footer .contact-info-section .icon {
    margin-right: 0;
  }
  #offers .buttons .button,
  #offers .buttons .btn {
    margin: 0 auto;
  }
  #offers .buttons {
    flex-direction: column;
  }
  #offers .buttons .interested {
    margin-top: 20px;
  }
  body.home #footer #contact-form .btn,
  body.home #footer #contact-form .button {
    margin: 0;
    margin-top: 15px;
    margin-left: 4px;
  }
  #contact-form form.row {
    padding: 50px 200px;
  }
  #contact-form .form-group.actions {
    flex-direction: row;
  }
  #footer .container-fluid {
    width: 100%;
  }
  #offers-content.swiper-container { width: 700px; }
  #offers .swiper-button-next { right: 92px; }
}
@media screen and (max-width: 768px) {
  #header-top {
    position: relative;
    width: 100%;
    height: auto;
  }
  #hero-title,
  #main-slideshow {
    margin-top: 0;
  }
  #main-slideshow .carousel-caption .btn,
  #main-slideshow .carousel-caption .button {
    margin-bottom: 0;
  }
  #searchform-container {
    width: 100%;
    margin: 0 auto;
  }
  #header-top .social-container { text-align: center;}
  #footer #home-map { height: 300px; }
  #footer .contactform .col-md-4,
  #footer .contactform .col-md-8,
  #footer .contactform .col-md-12 {
    padding: 0;
  }
  #footer .contact-info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body:not(.home) #contact-form {
    padding: 0;
  }
  body.contact #contact-content > section {
    padding: 20px;
  }
  #header-top > .container > .row {
    height: auto;
  }
  #header-top .col-md-8 {
    text-align: center;
  }
  header .contact-info-container .contact-info-section {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  #header-bottom {
    position: relative;
    top: 0;
  }
  .navbar-toggler:not(:disabled):not(.disabled) { border: 0; }
  #main-nav .nav-item {
    flex-direction: column;
    align-items: flex-start;
  }
  #main-nav a.nav-link {
    display: block;
    width: 100%;
  }
  #main-nav.compact-sticky a.nav-link { padding: 20px 0; }

  /* Show the caption of the slideshow */
  #main-slideshow .carousel-caption {
    display: block !important;
    font-size: 4px;
    height: auto;
  }
  #main-slideshow .carousel-caption h3 {
    margin-top: auto;
    margin-bottom: auto;
  }
  .exclusive-url {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .exclusive-url.bigUrl .url-title > h3 {
    font-size: 1.9em;
  }
  .exclusive-url.smallUrl {
    flex: 0 0 48.6%;
  }
  .exclusive-url.mediumUrl, .exclusive-url.mediumUrl:nth-of-type(odd) {
    flex-direction: column;
  }
  .exclusive-url.mediumUrl>.figure-caption {
    font-size: 1.3em;
    padding: 10px;
  }
  .bigUrl .contents-wrapper {
    max-width: 100%;
    margin: auto;
  }
  body.home #footer .left {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  body.home #footer h1,
  body.home #footer .logo,
  body.home #footer .social-container,
  body.home #footer .logo {
    text-align: center;
  }
  body.home #footer h1::after { margin: 0 auto; }
  body:not(.home) #footer .social-container {
    text-align: center;
  }
  #view-article {
    padding: 15px;
  }
  #view-article h2 {
    font-size: 2em;
  }
  #article-image {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #offers .buttons,
  #offers .btn {
    flex-direction: column;
    margin: 0 auto;
  }
  #offers .btn.interested,
  #offers .button.interested {
    margin-top: 10px;
  }
  #offers .col-md-4.offer,
  #articles-list .col-md-4.article {
    max-width: 50%;
    flex: 0 0 50%;
  }
  body.pdf #footer .right {
    align-items: stretch;
  }
  .map-holder {
    height: 300px;
  }
  body.contact .map-holder,
  body.contact .col-md-4.contact-details {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #header-top {
    top: 0;
    left: 0;
    transform: rotate(0);
  }
  #header-top > .container {
    max-width: 100%;
  }
  #header-top > .container > .row {
    flex-direction: column-reverse;
  }
  #header-top > .container > .row > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #header-bottom {
    left: 0;
    right: -0;
  }
  #header-bottom > .container {
    max-width: 100%;
  }
  .navbar-light .navbar-toggler { color: #fff; }
  .social-container>li {
    transform: rotate(0);
  }
  #main-nav .dropdown-menu a.nav-link {
    color: #fff;
  }
  #main-slideshow {
    margin-left: 0;
  }
  #main-slideshow .carousel-caption {
    position: relative;
    max-width: 100%;
  }
  header .contact-info-container .contact-info-section .icon {
    margin-right: 5px;
    transform: rotate(0);
  }
  #footer h1 { text-align: center; }
  #footer #page-title::after {
    margin: 0 auto;
  }
  #footer .col-md-6.left { padding: 0;}
  #footer .row.logo {
    justify-content: center;
  }
  #main-slideshow .carousel-indicators,
  #main-slideshow .carousel-control-next,
  #main-slideshow .carousel-control-prev,
  #main-slideshow .btn,
  #main-slideshow .button {
    display: none;
  }
  .bigUrl .swiper-container {
    width: 768px;
  }
  .swiper-slide .contents-wrapper {
    width: 100%;
  }
  .exclusive-url.mediumUrl .url-title > h3 {
    font-size: 28px;
    font-weight: bold;
  }
  #exclusiveURLs { justify-content: center; }
  #expo-container {
    max-height: 800px;
    margin-top: 0;
  }
  #exclusiveURLs .recent-article.swiper-slide { margin: 0; }
  .bigUrl .swiper-slide {
    max-width: 50%;
  }
  .exclusive-url.bigUrl:not(.with-articles),
  .exclusive-url.bigUrl.with-articles {
    flex: 0 0 100%;
  }
  .exclusive-url.bigUrl:not(.with-articles) {
    flex-direction: column;
  }
  .exclusive-url.bigUrl:not(.with-articles):nth-of-type(even) {
    margin: 0;
    flex-direction: column-reverse;
  }
  .recent-article .description::before { width: 250px; }
  #recent-articles {
    margin-top: 0;
    margin-bottom: 0;
  }
  body.contact #contact-form form.row,
  #contact-form form.row {
    padding: 20px 10px;
  }
  #contact-form form.row > * { padding: 0; }
  #contact-form .form-group.actions {
    flex-direction: column;
    align-items: flex-start;
  }
  #contact-form button {
    margin-left: 0;
    margin-top: 10px;
  }
  #searchform-container { flex-direction: column; }
  #searchform-container .open-icon { margin-top: 10px; }
  #search-input { width: 300px; }
  footer .row { flex-direction: row; }

  #footer .col-md-6.left,
  #site-nav-wrapper {
    max-width: 50%;
    flex: 0 0 50%;
    align-items: center;
  }
  #footer .col-md-6.right {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .swiper-slide.swiper-slide-active .figure-caption,
  .swiper-slide.swiper-slide-next .figure-caption {
    display: block;
  }

  #expo-container.swiper-container-android .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide,
  .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide,
  #expo-container.swiper-container-android .swiper-slide-active,.swiper-slide-active,
  #expo-container.swiper-container-android .swiper-slide-next + .swiper-slide + .swiper-slide,
  .swiper-slide-next + .swiper-slide + .swiper-slide,
  .swiper-slide-next,
  #expo-container.swiper-container-android .swiper-slide-next {
    transform: scale(1);
  }

  .swiper-slide-next + .swiper-slide .figure-caption { display: none; }
  .exclusive-url.mediumUrl {
    height: 100%;
    align-items: flex-start;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .exclusive-url.mediumUrl img {
    height: 400px;
  }
  .bigUrl .swiper-slide {
    visibility: visible;
    max-height: 652px;
  }

  .exclusive-url.bigUrl.with-articles { justify-content: space-between; }
  body:not(.home) #footer .col-md-6.right { margin-top: 20px; }
  #gallery-content .image.col-md-4 { max-width: 50%; }
  body.articles-list #spacer { padding-top: 50px; }

  body:not(.home) #site-nav-wrapper {
    align-items: flex-start;
    justify-content: flex-end;
  }
  body.contact #spacer {
    padding-top: 0;
  }
  #info-area {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #mainNavContent.navbar-collapse {
    background-color: #fff;
    margin: 0 -15px;
    padding: 15px;
  }
  body.contact .map-holder { padding: 0; }
  #offers .swiper-button-next,
  #offers .swiper-button-prev {
    top: 90%;
  }
  #offers .swiper-button-prev { left: 46px; }
  #offers .swiper-button-next { right: 0; }

}
@media screen and (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  .swiper-slide.swiper-slide-next .figure-caption {
    display: none;
  }
  .bigUrl .swiper-slide {
    max-width: 100%;
  }
  #expo .expoUrl {
    flex: 0 0 100%;
  }
  .exclusive-url.smallUrl {
    margin-top: 60px;
    flex: 0 0 90%;
  }
  #expo-container,
  #offers-content.swiper-container,
  .bigUrl .swiper-container {
    width: 360px;
  }
  #offers-content.swiper-container {
    width: 300px;
  }
  #articles-wrapper {
    flex-direction: column;
  }
  footer .row { flex-direction: column-reverse; }

  #footer .col-md-6.left,
  #site-nav-wrapper {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #gallery-content .image.col-md-4 {
    max-width: 100%;
  }
  body:not(.home) #site-nav-wrapper { margin: 20px 0; }
  #spacer { padding-top: 50px; }
  #offers .col-md-4.offer,
  #articles-list .col-md-4.article {
    max-width: 100%;
    flex: 0 0 100%;
  }
  body.contact #footer .contact-info-container {
    flex-direction: column;
  }
  body:not(.home) #site-nav-wrapper {
    justify-content: center;
  }
  .exclusive-url.mediumUrl {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .video.col-md-4 {
    margin-top: 10px!important;
  }
  #offers .swiper-button-next,
  #offers .swiper-button-prev {
    top: 80%
  }
  #offers .swiper-button-next { right: 5px; }
  #offers .swiper-button-prev { left: 5px; }

}
@media screen and (max-width: 320px) {
  #offers-content.swiper-container {
    width: 310px;
  }
  .exclusive-url.mediumUrl {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1280px)
#main-slideshow .carousel-caption h3 {
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: 60px;
}

@media screen and (max-width: 1440px)
#main-slideshow .carousel-caption h3 {
    font-size: 19px;
}

/* =============== DISPLAY NONE ==================== */
#header-top #searchform-container,#header-middle,
.bigUrl.with-articles > .url-head img,.carousel-indicators > li,
.right .contactform,#contact-form label,#footer .right .logo,
#footer .left + .right,#footer .dropdown-toggle::after,
#footer .social-container,#footer .social,.countdown .col-sm-3 > p,
.offer-enquiry-form label,body.offers .modal-backdrop.fade,
#searchform-container .open-icon > a {
  display: none!important;
}
