@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap&subset=greek-ext');
/* Extras */
body:not(.loaded) {
	position: absolute;
	left: -20000px;
}
html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
  text-decoration: none;
  list-style: none;
}
body {
  background-color: #fff;
  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%;
}
#spacer { padding-top: 80px; }
main { min-height: 50%; }

#title-language h1 {
  font-weight: 400;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}
figcaption>.title {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: inherit;
}
.navbar-dark .navbar-toggler {
  color: #fff;
  font-size: 23px;
  border-color: rgba(255,255,255,.1);
}
img {
  object-fit: cover;
  object-position: center;
}
a,a:hover {
  text-decoration: none;
}
main {
  margin-bottom: 0;
}

/* 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;
  border-top: 1px solid rgba(255,255,255,.2);
}

#footer .right {
  padding-left: 20px;
  max-width: 100%;
  flex: 0 0 100%;
}
#footer .right,
body.contact #footer > .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer .right > * {
  margin: 7px 0;
}
#footer .contact-info {
  margin: 0;
}
#footer .logo {
  margin-top: 30px;
}
#footer h1 {
  position: relative;
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 20px;
  text-align: left;
}
#footer .contact-info-section {
  margin-bottom: 10px;
  margin-left: 20px;
  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 .row.logo {
  width: 100%;
  justify-content: flex-end;
  margin: 20px;
  margin-top: 0;
}
#footer #contact-form .btn,
#footer #contact-form .button {
  margin-top: 10px;
  margin-left: 4px;
}
body:not(.home) #contact-form {
  padding: 0 250px;
}

#footer .contactform .col-md-4,
#footer .contactform .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
#footer .social {
  order: -1;
  margin-bottom: 20px;
}
footer #fourty-logo {
  width: 80px;
}
/* Buttons ===================================================================== */
.button,.btn {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 9px 12px;
  color: #fff;
  border: 1px soli;
  border-radius: 0;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}
.offer-enquiry-form [type=submit],
.button,.button.inverted,
.btn,.btn.inverted {
  border-color: #fff;
}
.btn:hover,
.button:hover {
  background-color: #fff;
}
.offer-enquiry-form [type=submit]:hover,
.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 .container { max-width: 100%; }
#header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
}
#header .row { margin: 0; }
#header-top {
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: 0;
  height: 58px;
  z-index: 999;
}
#header-middle {
  order: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-bottom {
  position: relative;
}
body.home #header-bottom {
  position: absolute;
  top: 260px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}
#header-top > .container > .row {
  height: 58px;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  font-size: 0.8em;
  align-items: center;
}
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;
}
#main-nav .langs > a {
  color: #fff;
  text-transform: uppercase;
  padding: 20px 0;
}
#main-nav .langs > a:focus,
#main-nav .langs > a:hover {
  background-color: transparent;
}
#header-top[style*='background-image'],
#header-middle[style*='background-image'],
#header-bottom[style*='background-image'] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* ============================================================================= */

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

/* MainNav ===================================================================== */
#main-nav {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  color: #fff;
  margin: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#mainNavContent {
  align-items: stretch;
}
#header-bottom #main-nav .navbar-toggler {
  color: #fff;
  outline: none;
}
#main-nav .navbar-nav {
  align-items: stretch;
}
body:not(.home) #main-nav .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home #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 .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 300px;
  color: #bbbbbb;
  border-radius: 0;
  padding: 0;
  margin-top: 10px;
  transition: all 0.1s ease;
}
#main-nav .dropdown-menu li.nav-item {
  margin-right: 0;
  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;
  position: absolute;
  left: 0;
}
#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;
}
#main-nav .langsDropdown.dropdown-menu .dropdown-item {
  color: #bbbbbb;
  transition: color 0.3s ease;
}
#main-nav .langsDropdown.dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: transparent;
}
/* Sticky */
#main-nav.compact-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 9999;
}
#main-nav.compact-sticky #logo {
  height: 80px;
}
#main-nav.compact-sticky a.nav-link {
  padding: 15px 10px;
}
#submenus {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #fff;
  flex-wrap: wrap;
  transition: all .3s ease;
  z-index: 10;
}
#submenus.closed {
  overflow: hidden;
  height: 53px;
  transition: all .3s ease;
}
#submenus.closed > ul {
  display: none;
}
#submenus .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
#submenus h4 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
#submenus .dropdown-menu {
  display: flex;
  position: relative;
  float: none;
  flex: 0 0 25%;
  top: 0;
  border: none;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
}
#submenus .submenu > .dropdown-menu { display: none; }
#submenus .dropdown-toggle::after {
  margin-left: 0;
  margin-top: 10px;
}
#toggler-wrapper {
  position: absolute;
  padding: 15px 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
}
.closed #toggler-wrapper.pulse {
  -webkit-animation: heartbeat 1s ease infinite both;
  animation: heartbeat 1s ease infinite both;
}
#submenus:not(.closed) #toggler-wrapper {
  bottom: -40px;
}
#submenus.closed .fa-angle-double-down {
  transform: rotate(0);
  transition: all .1s ease;
}
#submenus:not(.closed) .fa-angle-double-down {
  transform: rotate(180deg);
  transition: all .1s ease;
}
#toggler-wrapper .fa-angle-double-down {
  font-size: 19px;
  z-index: 9999;
}
#submenus .submenu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#submenus .submenu .dropdown-menu.show {
  display: flex;
  flex-direction: column;
  position: relative!important;
  transform: translate(0)!important;
}
#submenus .nav-item:hover > a,
#submenus .submenu .dropdown-menu.show .nav-link {
  color: #fff;
}
.dropdown.show:not(.submenu) > .dropdown-menu.show { display: none; }
#main-nav.compact-sticky a.nav-link { color: inherit; }
/* ============================================================================= */

/* Social ====================================================================== */

.social-container>li {
  display: inline-block;
  width: 28px;
  height: 26px;
  padding: 0;
  margin: 0 2px;
  vertical-align: middle;
  margin-top: 2px;
}
#footer .social-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#footer .social-container>li {
  display: flex;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0 8px;
  vertical-align: middle;
  margin-top: 2px;
  background-color: #262c36;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.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;
}

#footer .social-container>li>a {
  color: #92959a;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}
#footer .social-container > li:hover > a {
  color: #fff;
}
/* ============================================================================= */

/* Slideshow =================================================================== */
#main-slideshow .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 650px;
  opacity: .4;
  position: absolute;
  top: 0;
  bottom: auto;
  transition: all 0.6s ease;
}
#main-slideshow .swiper-slide.swiper-slide-next::after {
  height: 0;
  top: auto;
  bottom: 15px;
  transition: all 0.6s ease;
}
#main-slideshow .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  opacity: .5;
  width: 100%;
  height: 0;
  top: 0;
  bottom: auto;
  transition: all 0.6s ease;
}
#main-slideshow .swiper-slide.swiper-slide-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  top: 0;
  bottom: auto;
  transition: all 0.3s ease;
}
#main-slideshow .swiper-slide.swiper-slide-next.no-caption::before {
  height: 200px;
}
#main-slideshow h3 {
  position: absolute;
  bottom: 15px;
  color: #fff;
  z-index: 9;
  left: 20px;
  padding: 3px;
}
#main-slideshow h3 {
  position: relative;
  color: #fff;
  z-index: 9;
  left: 0;
  width: 100%;
  padding: 10px;
  margin: 0;
  text-align: center;
}
#main-slideshow img { height: 650px; }
#main-slideshow .swiper-slide > .caption {
  top: 25%;
  position: absolute;
  color: #fff;
  text-align: center;
  max-width: 100%;
  padding: 0 150px;
  z-index: 999;

}

#main-slideshow .caption > :last-child::before,
#main-slideshow .caption > :last-child::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 2px;
  transition: all 0.4s ease;
}
#main-slideshow .caption > :last-child:hover::before,
#main-slideshow .caption > :last-child:hover::after {
  width: 0;
  background-color: #fff;
  transition: all 0.7s ease;
}
#main-slideshow .caption > :last-child:hover .btn,
#main-slideshow .caption > :last-child:hover .button {
  border-color: transparent;
  color: #fff;
  transition: all 0.8s ease;
}
.carousel-control-prev,
.carousel-control-next {
  z-index: 99;
  height: 40px;
  width: 40px;
  opacity: 1;
  top: 50%;
}
.carousel-control-prev { left: 25%; }
.carousel-control-next { right: 25%; }
#main-slideshow .swiper-pagination-bullet-active {
  height: 4px;
}
#main-slideshow .swiper-pagination-bullet {
  border-radius: 0;
  height: 4px;
  margin: 0;
}
#main-slideshow .swiper-pagination.swiper-pagination-bullets {
  display: flex;
  position: relative;
  padding: 0;
  margin: 0;
  bottom: 0;
}
#main-slideshow .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
#main-slideshow .swiper-container-horizontal>.swiper-pagination-bullets {
  top: 0;
}

#main-slideshow .swiper-slide-active,
#main-slideshow .swiper-slide-next + .swiper-slide {
  width: 27.5%!important;
}

#main-slideshow .swiper-slide-next {
  width: 45%!important;
}


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

/* Premium text ================================================================ */
#premium-text {
  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 > .url-head > img {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}
.exclusive-url > .figure-caption {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px;
  text-align: left;
  transition: top 0.5s ease;
}
.exclusive-url:hover > .figure-caption { top: 0; }
.exclusive-url .url-title { text-decoration: none; }
.exclusive-url .url-title > h3 {
  text-decoration: none;
  font-size: 2em;
}
.exclusive-url .url-title > h3 { font-weight: normal; }

/* Small URLs ---------------------------------------------------------------- */


#small-wrapper {
  position: relative;
  display: flex;
  margin: 0 -250px;
  max-width: 100%;
  flex: 0 0 100%;
  height: 500px;
}

#small-wrapper #title-container {
  max-width: 40%;
  flex: 0 0 100%;
}

#small-wrapper #title-container {
  max-width: 30%;
  flex: 0 0 100%;
  margin: 0;
}
#title-container h3 {
  font-size: 30px;
  font-weight: bold;
}
#small-wrapper #url-container {
  max-width: 68%;
  flex: 0 0 100%;
}

#small-wrapper #url-container img { height: 100%; }

#title-container .contents-wrapper {
  padding: 100px;
  text-align: left;
}

#small-wrapper .slide-control-prev,
#small-wrapper .slide-control-next {
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 45px;
  height: 45px;
  padding: 6px;
  color: #fff;
  z-index: 8;
  cursor: pointer;
  margin: 0 auto;
}
#small-wrapper .slide-control-prev { left: 32%; }
#small-wrapper .slide-control-next { right: 44px; }
#small-wrapper .swiper-slide:not(.swiper-slide-active) .url-head::before {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 94.3%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}
/* Medium URLs --------------------------------------------------------------- */

.exclusive-url.mediumUrl {
  flex: 0 0 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-direction: row-reverse;
  padding: 40px;
  margin: 0;
}
.exclusive-url.mediumUrl > .url-head,
.exclusive-url.mediumUrl > .figure-caption {
  flex: 0 0 50%;
}
.exclusive-url.mediumUrl > .figure-caption {
  font-size: 1.3em;
  padding: 10px 50px;
  display: flex;
  height: 100%;
  align-items: center;
}
.exclusive-url.mediumUrl .url-title > h3 {
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.exclusive-url.mediumUrl .url-title > h3::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 3px;
}

.exclusive-url.mediumUrl .url-contents { margin-bottom: 30px; }
.exclusive-url.mediumUrl > .figue-caption { flex: 0 0 60%; }
.exclusive-url.mediumUrl > .url-head img { height: 500px; }
.exclusive-url.mediumUrl > .figure-caption {
  font-size: 1.3em;
  padding: 10px 50px;
  display: flex;
  height: 100%;
  align-items: center;
  flex: 0 0 40%;
}
.exclusive-url.mediumUrl > .url-head {
  clip-path: polygon(62% 0, 66% 8%, 96% 9%, 96% 37%, 100% 45%, 100% 100%, 0 100%, 0 0);
}

.mediumUrl::after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 96% 0, 96% 100%, 87% 84%, 87% 16%, 8% 14%);
  width: 340px;
  height: 200px;
  position: absolute;
  right: 80px;
  top: 40px;
  bottom: auto;
}

/* Big URLs ------------------------------------------------------------------ */

#exclusiveURLs > .bigUrl {
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
  padding: 0;
}
#exclusiveURLs > .bigUrl .url-head {
  height: 600px;
  background-image: none!important;
}
#exclusiveURLs > .bigUrl .figure-caption {
  padding: 100px 200px;
}
#exclusiveURLs > .bigUrl .contents-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
#big-text-wrapper { width: 60%; }
#exclusiveURLs > .bigUrl .url-title > h3 {
  font-size: 45px;
  font-weight: bold;
}

#exclusiveURLs > .bigUrl .url-contents {
  font-size: 20px;
  line-height: 1.5;
  margin: 40px 0;
}
#exclusiveURLs .url-contents { color: #fff; }
#index-gallery + .bigUrl {
  margin-top: 0;
}
/* Index Gallery ------------------------------------------------------------------------ */

#index-gallery {
  display: flex;
  justify-content: center;
  padding: 100px 250px;
  max-width: 100%;
}
#index-gallery .bigUrl {
  margin: 0;
  flex: 0 0 100%;
}
#index-gallery .bigUrl .figure-caption {
  display: none;
}
#index-gallery .bigUrl img {
  transform: scale(1);
  transition: all .2s ease;
}
#index-gallery .bigUrl:hover img {
  transform: scale(1.2);
  transition: all .2s ease;
}

#index-gallery img {
  height: 100%;
  display: block;
}
#index-gallery .url-head {
  background-image: none!important;
}

#first-group {
  flex-direction: column;
  max-width: 25%;
}

#first-group > .bigUrl,
#first-group img {
  height: 350px;
}

#first-group .figure-caption {
  height: auto;
}

#second-group {
  max-width: 60%;
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
  justify-content: space-evenly;
  align-items: center;
}

#second-group > .bigUrl,
#second-group img {
  height: 490px;
}

#second-group > .bigUrl {
  max-width: 49%;
}

#first-group > .bigUrl:first-of-type img,
#first-group > .bigUrl:first-of-type {
  height: 550px;
  max-width: 100%;
}

#second-group > .bigUrl:first-of-type img,
#second-group > .bigUrl:first-of-type {
  height: 450px;
  max-width: 100%;
}

#first-group > .bigUrl,
#second-group > .bigUrl {
  width: 350px;
}
#index-gallery .url-contents {
  line-height: 1.7;
}
#index-gallery h3 {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}
#index-gallery .url-contents {
  color: #fff;
}
/* Expo ------------------------------------------------------------------------ */
#expo-container {
  position: relative;
  overflow: hidden;
  margin: 40px 0;
  cursor: grab;
}
#expo-container:not(.swiper-container) {
  width: 100%;
}
#expo .expoUrl {
  max-width: 19.78%;
  flex: 0 0 100%;
  padding: 0;
  min-height: 600px;
  margin: 0;
}
#expo-container:not(.swiper-container) #expo .expoUrl {
  max-width: 25%;
}
.expoUrl::after {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  transition: all 1s ease;
}
.expoUrl:hover::after,
#expo-container:not(.swiper-container) .expoUrl:nth-of-type(2)::after,
.swiper-slide-next + .expoUrl::after {
  content: "";
  transition: all 1s ease;
}
#expo .expoUrl .url-head > img {
  height: 100%;
  transform: scale(1);
  transition: all 1s ease;
}
#expo-container:not(.swiper-container) .expoUrl:nth-of-type(2) .url-head > img,
#expo .expoUrl:hover .url-head > img,
#expo  .swiper-slide-next + .expoUrl .url-head > img {
  transform: scale(1.2);
  transition: all 1s ease;
}
/* #expo-container .expoUrl:hover ~ .expoUrl .figure-caption,
#expo .expoUrl .figure-caption {
  opacity: 0;
  position: absolute;
  top: 47%;
  z-index: 9;
  transition: all 1s ease;
} */

#expo .expoUrl:hover .figure-caption,
#expo-container:not(.swiper-container) .expoUrl:nth-of-type(2) .figure-caption,
#expo .swiper-slide-next + .expoUrl .figure-caption {
  opacity: 1;
  top: 27%;
  transition: all 1s ease;
}

/* #expo-container .expoUrl:hover ~ .expoUrl .figure-caption, */
#expo .expoUrl .figure-caption {
  opacity: 0;
  position: absolute;
  top: 47%;
  z-index: 9;
  transition: all 1s ease;
}

#expo-container .swiper-pagination {
  bottom: -1px;
  background-color: #fff;
}


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


/* Articles ==================================================================== */
#recent-articles {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  background-color: #f8f9fa;
}
#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-articles h2::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 3px;
}
.recent-article {
  max-width: 30%;
  flex: 0 0 100%;
}
.recent-article img {
  width: 100%;
  height: auto;
  padding: 40px;
}
.recent-article figcaption {
  padding: 0 60px;
}
.recent-article figcaption h3 {
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px auto;
}
.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; }



#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;
  text-align: center;
}
.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;
}
.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;
}
body:not(.home):not(.more) main {
  padding-left: 250px;
  padding-right: 250px;
}
/* ============================================================================= */


/* Contact ===================================================================== */
body.contact main { margin-bottom: 0; }
body.contact #contact { padding: 0; }
#contact-content > .row { margin: 0; }
#contact-form { max-width: 100%; }
#contact section.contactform {
  font-weight: 700;
  margin-top: -120px;
}
#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: #f8f9fa;
  color: #7b7b7b;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  margin: 2px;
  margin-bottom: 15px;
  border-radius: 0;
}
textarea.form-control {
  height: 150px;
  max-height: 100%;
}
#contact #contact-form textarea {
  height: calc(100% - 2.5em);
  min-height: 200px;
}
.form-group.actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
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 */
section.row.contact-details-card.multicontact {
  align-items: stretch;
  margin-bottom: 30px;
}

body.contact #contact-content {
  display: flex;
  flex-direction: column-reverse;
}
body.contact form {
  justify-content: space-around;
}
body.contact .contact-details-card {
  padding: 0 350px;
}
section.row.contact-details-card.multicontact:first-of-type {
  padding: 0 300px;
}
body.contact .map-holder {
  border: 1px solid #f8f9fa;
  border-right: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  max-width: 58.333333%;
  flex: 0 0 100%;
}
body.contact .contact-details-card .contact-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 80px;
  background-color: #f8f9fa;
  color: #1b212c;
  border: 1px solid #f8f9fa;
  border-left: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  max-width: 41.666667%;
  flex: 0 0 100%;
}
body.contact .multicontact:nth-of-type(n+2) {
  margin-bottom: 0;
  min-height: 400px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f9fa;
}
body.contact .multicontact:nth-of-type(n+2):nth-of-type(odd) {
  flex-direction: row-reverse;
}
body.contact .multicontact:nth-of-type(n+2):nth-of-type(even) .contact-details {
  justify-content: flex-start;
  flex-direction: column;
}
body.contact .multicontact:nth-of-type(n+2):nth-of-type(odd) .contact-details {
  justify-content: flex-end;
  flex-direction: column;
}
.multicontact:nth-of-type(n+2).contact-details-card .contact-details,
.multicontact:nth-of-type(n+2) .map-holder {
  border: none;
  box-shadow: none;
  align-items: center;
}
body.contact .contact-details-card .contact-details a {
  text-decoration: none;
}
body.contact #spacer {
  padding-top: 200px;
}
/* ============================================================================= */

/* Gallery ===================================================================== */
#gallery .image {
  position: relative;
  height: 500px;
  overflow: hidden;
  padding: 15px;
}
#gallery .image .figure {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#gallery .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 500px;
  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;
}
/* ============================================================================= */

/* Videos ====================================================================== */

#videos-condent .video .video-caption h3,
#pdf .pdf figcaption h3, #articles-list .article figcaption h3 {
  font-weight: 400;
  text-decoration: none;
  font-size: 2em;
}
#articles-list .article figcaption h3 { font-size: 1.5em; }
#pdf .pdf figcaption a, #articles-list .article figcaption a {
  text-decoration: none;
}

.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;
}
/* ============================================================================= */

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


/* 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 {
  width: 20%;
  max-width: 20%;
  position: absolute;
  transition: all 0.3s ease;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  right: 0;
  padding-right: 20px;
}

#search-form {
  width: 100%;
  top: 0;
  background-color: #fff;
}
#search-form > .form-group {
  margin: 0;
}

.closed #search-form {
  display: none;
}
#search-input {
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid;
  color: #111;
  margin: 0;
  text-align: center;
}
#search-input:focus {
  box-shadow: none;
}
#searchform-container .open-icon,
#searchform-container .close-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 0 2px;
  vertical-align: middle;
  margin-top: 2px;
  border-radius: 50%;
}
#searchform-container .open-icon.hide,
#searchform-container .close-icon.hide {
  display: none;
}
#searchform-container .open-icon > a,
#searchform-container .close-icon > a {
  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;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Search results list */

#search-results-list { width: 100%; }

#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) {

  #main-slideshow .swiper-slide:not(.swiper-slide-next) h3,
  .swiper-slide:not(.swiper-slide-next) .caption {
    display: none;
  }

  body:not(.home) #footer .row.logo {
    justify-content: flex-end;
  }

  #contact-form .col-md-4,
  #contact-form .col-md-8 {
    max-width: 48%;
    padding: 100px 40px;
    flex: 0 0 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .social-container {
    text-align: right;
  }
  body:not(.home) #footer .contact-info-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-start;
  }

  .navbar-toggler {
    display: none;
  }

}
@media all and (min-width: 1024px) {

  body:not(.home) #contact-form .form-group {
    padding: 0 15px;
  }
  body:not(.home) .g-recaptcha {
    margin-left: 0;
  }

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

  body.home .form-group.actions {
    flex-direction: row;
  }
  #footer #contact-form .btn,
  #footer #contact-form .button {
    margin: auto;
  }
}
@media all and (min-width: 1440px) {

  #contact-form .form-group {
    padding-right: 15px;
  }
  body.home #contact-form .col-md-4,
  body.home #contact-form .col-md-8 {
    max-width: 50%;
  }

}
@media all and (min-width: 1921px) {

  .mediumUrl::after {
    width: 480px;
    right: 100px;
  }
  #index-gallery .bigUrl {
    margin: 10px 0;
  }
  body.contact .contact-details-card {
    padding: 0 550px;
  }

  #expo-container {
    width: 1962px;
  }
  .mediumUrl::after {
    right: 99px;
  }

}


@media screen and (max-width: 1440px) {
  body:not(.home):not(.more) main {
    padding-left: 200px;
    padding-right: 200px;
  }

  body:not(.home) #contact-form {
    padding: 0 150px;
  }

  .exclusive-url.mediumUrl > .url-head {
    clip-path: polygon(49% 0, 55% 8%, 94% 9%, 94% 37%, 100% 45%, 100% 100%, 0 100%, 0 0);
  }

  #index-gallery {
    padding: 100px 200px;
  }
  #first-group {
    max-width: 30%;
  }
  #second-group {
    max-width: 70%;
  }
  .mediumUrl::after {
    right: 72px;
  }

  section.row.contact-details-card.multicontact:first-of-type,
  body.contact .contact-details-card {
    padding: 0 200px;
  }

}
@media screen and (max-width: 1280px) {
  body:not(.home):not(.more) main {
    padding-left: 150px;
    padding-right: 150px;
  }
  body:not(.home) #contact-form {
    padding: 0 100px;
  }
  body.home #contact-form .form-group.actions {
    flex-direction: column;
    align-items: flex-start;
  }

  #title-container .contents-wrapper {
    padding: 50px;
  }

  .mediumUrl::after {
    width: 300px;
  }

  #index-gallery { padding: 100px; }

  #gallery .image {
    height: 300px;
  }

  #expo .expoUrl {
    max-width: 25.78%;
  }
  #expo-container {
    width: 1200px;
  }

  #expo .swiper-slide-next + .expoUrl .figure-caption {
    opacity: 0;
  }
  .swiper-slide-next + .expoUrl::after {
    content: none;
  }
  .swiper-slide-next.expoUrl::after {
    content: "";
    transition: all 1s ease;
  }
  #expo .swiper-slide-next .figure-caption {
    opacity: 1;
    top: 27%;
    transition: all 1s ease;
  }

}
@media screen and (max-width: 1024px) {
  #main-nav .nav-item {
    margin-right: 15px;
  }
  #main-nav.compact-sticky .nav-item {
    margin-right: -1px;
  }
  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;
  }

  #title-container .contents-wrapper {
    padding: 40px;
  }

  .mediumUrl::after {
    right: 61px;
    width: 230px;
    clip-path: polygon(0 0, 99% 0, 99% 100%, 87% 84%, 87% 16%, 9% 14%);

  }
  .exclusive-url.mediumUrl > .figure-caption {
    padding: 10px 20px;
  }
  #exclusiveURLs > .bigUrl .contents-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .recent-article {
    max-width: 33.333333%;
  }
  .recent-article img {
    padding: 20px;
  }
  .recent-article figcaption {
    padding: 0 40px;
  }
  #small-wrapper #url-container,
  #small-wrapper #title-container {
    max-width: 50%;
  }
  #main-slideshow .swiper-slide > .caption {
    padding: 0 20px;
  }
  #main-slideshow .swiper-slide-active,
  #main-slideshow .swiper-slide-next + .swiper-slide {
    width: 25%!important;
  }
  #main-slideshow .swiper-slide-next {
    width: 50%!important;
  }
  .carousel-control-next {
    right: 17%;
  }
  .carousel-control-prev {
    left: 17%;
  }

  #expo-container {
    width: 1000px;
  }
  #expo .expoUrl {
    max-width: 25%;
  }

  #offers-content .offer {
    max-width: 50%;
    flex: 0 0 100%;
  }

  section.row.contact-details-card.multicontact:first-of-type,
  body.contact .contact-details-card {
    padding: 0 100px;
  }
  body.contact .multicontact:nth-of-type(n+2):nth-of-type(odd) .contact-details {
    justify-content: flex-start;
  }

  #small-wrapper .slide-control-prev {
    left: 36%;
  }
  #small-wrapper .slide-control-next {
    right: 52%;
  }
  #small-wrapper .slide-control-prev, #small-wrapper .slide-control-next {
    top: auto;
    bottom: 10px;
  }

}
@media screen and (max-width: 768px) {
  body:not(.home):not(.more) main {
    padding-left: 100px;
    padding-right: 100px;
  }
  #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 {
    max-width: 100%;
    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,
  #header-top .social-container {
    max-width: 100%;
    flex: 0 0 100%;
    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;
  }
  #spacer {
    padding-top: 50px;
  }
  .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 #logo { height: 100px; }

  #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: 2.3em;
  }
  .exclusive-url.smallUrl {
    flex: 0 0 100%;
  }
  .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%;
  }

  .mediumUrl::after {
    clip-path: polygon(0 0, 96% 0, 96% 84%, 87% 73%, 87% 14%, 8% 13%);
    width: 340px;
  }

  #exclusiveURLs > .bigUrl .figure-caption {
    padding: 100px;
  }

  .recent-article img {
    padding: 0;
  }
  .recent-article figcaption {
    padding: 0 20px;
  }

  #expo-container {
    width: 700px;
  }
  #expo .expoUrl {
    max-width: 50%;
  }

  #submenus {
    justify-content: space-evenly;
  }
  .mediumUrl::after {
    right: 29px;
    top: 65px;
  }
  #index-gallery {
    padding: 20px;
  }



  #mainNavContent.collapse:not(.show) { display: block; }
  #main-nav .navbar-nav {
    flex-direction: row;
    justify-content: center;
  }
  #main-nav a.nav-link {
    font-size: 10px;
  }
  #main-nav a.nav-link {
    padding: 24px 0;
  }

  body.home #header-bottom {
    top: 250px;
  }

}
@media screen and (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  #main-slideshow .swiper-slide-active,
  #main-slideshow .swiper-slide-next + .swiper-slide,
  #main-slideshow .swiper-slide-next {
    width: 100%!important;
  }
  body:not(.home):not(.more) main {
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
  }
  #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;
  }
  #offers .col-md-4.offer,
  #articles-list .col-md-4.article {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .swiper-slide:not(.swiper-slide-active) .caption,
  #main-slideshow .swiper-slide:not(.swiper-slide-active) h3,
  #main-slideshow .carousel-indicators,
  #main-slideshow .carousel-control-next,
  #main-slideshow .carousel-control-prev,
  #main-slideshow .btn,
  #main-slideshow .button {
    display: none;
  }
  #submenus { justify-content: flex-start; }
  #submenus .dropdown-menu { flex: 0 0 50%; }
  #toggler-wrapper {
    padding: 17px 13px;
    left: 0;
    right: 0;
  }
  #small-wrapper {
    margin: 0;
    flex-direction: column;
    height: 100%;
  }
  #small-wrapper #url-container,
  #small-wrapper #title-container {
    max-width: 100%;
  }

  #small-wrapper .slide-control-prev,
  #small-wrapper .slide-control-next {
    top: 41%;
  }
  #small-wrapper .slide-control-prev {
    right: 35px;
  }
  #small-wrapper .slide-control-next {
    right: 25px;
  }
  #main-slideshow h3 {
    bottom: 0;
  }
  #main-slideshow img {
    height: 450px;
  }
  #expo-container {
    width: 360px;
    margin: 0;
  }
  #expo .expoUrl {
    max-width: 100%;
  }
  #expo .expoUrl:hover .figure-caption,
  #expo .swiper-slide-next + .expoUrl .figure-caption {
    opacity: 0;
  }
  #expo .swiper-slide-active .figure-caption {
    opacity: 1;
  }
  .expoUrl:hover::after,
  .swiper-slide-next + .expoUrl::after {
    display: none;
  }
  .expoUrl.swiper-slide-active::after {
    content: "";
    transition: all.1s ease;
  }
  #index-gallery {
    flex-wrap: wrap;
  }
  #first-group,
  #second-group {
    flex-direction: column;
    max-width: 100%;
    margin: 0;
  }
  #index-gallery .bigUrl {
    flex: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #second-group > .bigUrl {
    margin-top: 10px;
  }
  #exclusiveURLs > .bigUrl .figure-caption {
    padding: 20px;
  }
  #big-text-wrapper {
    width: 100%;
  }
  .exclusive-url.mediumUrl > .url-head {
    clip-path: polygon(45% 0, 60% 6%, 94% 6%, 100% 6%, 100% 45%, 100% 100%, 0 100%, 0 0);
  }
  .mediumUrl::after {
    display: none;
  }
  .exclusive-url.bigUrl > .url-head > img {
    height: 100%;
  }
  .recent-article {
    max-width: 100%;
  }
  #footer .social-container {
    justify-content: space-evenly;
  }
  #footer .social-container > li {
    margin-top: 10px;
  }
  #offers-content .offer {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #mainNavContent {
    height: 100%;
  }
  #main-nav .navbar-nav {
    align-items: center;
  }
  #main-nav .nav-item.active > a.nav-link {
    color: #fff;
  }

  #main-nav.compact-sticky #mainNavContent .nav-item > a.nav-link,
  #main-nav .open .dropdown-menu > .submenu.dropdown > .nav-link,
  #main-nav .dropdown.active.show.open .nav-link {
    color: #fff;
  }

  #main-nav.compact-sticky .langs > a {
    background-color: #fff;
    padding: 7px;
  }
  #contact section.contactform {
    margin: 0;
  }
  section.row.contact-details-card.multicontact:first-of-type,
  body.contact .contact-details-card {
    padding: 10px;
  }

  body:not(.home)  #main-nav .langs:hover > a,
  body:not(.home) #main-nav .nav-item:hover > a.nav-link,
  body:not(.home) #main-nav .nav-item.active > a.nav-link {
    color: #fff;
  }

  #submenus .nav-item:hover > a,
  #submenus .submenu .dropdown-menu.show .nav-item:hover .nav-link,
  body:not(.home)  #main-nav.compact-sticky .langs:hover > a,
  body:not(.home) #main-nav.compact-sticky .nav-item:hover > a.nav-link,
  body:not(.home) #main-nav.compact-sticky .nav-item.active > a.nav-link,
  #main-nav .nav-item:hover > a.nav-link,
  #main-nav .nav-item.active > a.nav-link {
    color: #fff;
  }

  #mainNavContent.collapse:not(.show) { display: none; }
  #main-nav .navbar-nav {
    flex-direction: column;
    justify-content: center;
  }
  #main-nav a.nav-link {
    font-size: 10px;
  }
  #main-nav a.nav-link {
    padding: 24px 0;
  }

  body.home #header-bottom {
    top: 284px;
    z-index: 9999;
  }
  .exclusive-url.mediumUrl .url-title > h3,
  #exclusiveURLs > .bigUrl .url-title > h3 {
    font-size: 25px;
  }
  #header-middle {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  #header-middle > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #searchform-container{position: relative;}
  #logo,
  #logo > img {
    width: 100%;
  }
  #main-nav .navbar-nav > li.open > .dropdown-menu {
    position: relative;
  }

}
@media screen and (max-width: 414px) {
  #expo-container {
    width: 400px;
  }
  #small-wrapper .slide-control-prev,
  #small-wrapper .slide-control-next {
    top: 38%;
  }
}



/* =============== DISPLAY NONE ==================== */


#contact-form .col-md-12,header > #second-banner,
#header-top #searchform-container,
#footer .contactform,#footer .left,
body.offers .modal-backdrop.fade,
#main-nav #logo,#header-top + #header-middle,
#header-middle + #header-bottom,
.carousel-caption,#main-slideshow:not(.swiper-container-initialized) > .swiper-pagination,
body:not(.home) #fixed-banner.index-only,
.offer-enquiry-form label,.nav-item.langs > .dropdown-toggle,
#main-slideshow:not(.swiper-container) {
  display: none!important;
}






/* ----------------------------------------------
 * Generated by Animista on 2021-6-2 14:2:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
 @-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}