@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap&subset=greek-ext');
/* Extras */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
}
body {
  background-color: transparent;
  color: #999;
  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: 200px; }
main {
  min-height: 50%;
}

#title-language h1 {
  font-weight: 400;
  color: #999;
  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: #999;
  font-size: 23px;
  border-color: rgba(255,255,255,.1);
}
#header-top[style*='background-image'],
#header-middle[style*='background-image'],
#header-bottom[style*='background-image'] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
a,a:hover {
  text-decoration: none;
}
/* Modal ===================================================== */
#new, .modal { z-index: 10000;}
/* Page title and jumbotron ===================================================== */
#hero-title {
  background-color: #999;
  color: #fff;
}
body:not(.home) .jumbotron.with-header-image {
  color: #fff;
}

/* Footer ====================================================================== */
#footer {
  display: block;
  position: relative;
  text-align: center;
  padding: 20px;
}
#footer .left {
  padding-left: 0;
  padding-right: 20px;
}
body:not(.home) #footer .left .map-holder { display: none; }
#footer .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}
#footer h1 {
  position: relative;
  font-size: 2em;
  font-weight: normal;
  padding-bottom: 20px;
  text-align: left;
}

#footer .contact-info {
  margin: 20px 0;
}

#footer .contact-info-section:first-of-type { margin-left: 0; }
#footer .contact-info-section .icon {
  margin-right: 10px;
}
#footer .contact-info-section a {
  text-decoration: none;
}
#footer .row.logo {
  width: 100%;
  justify-content: flex-end;
  margin: 20px;
  margin-top: 0;
}
#footer .contactform {
  display: none;
}
#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;
}

/* Buttons ===================================================================== */
.button, .btn {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 7px 14px;
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all .1s ease;
}

.btn.focus, button.focus, .btn:focus, button:focus {
  box-shadow: none;
}
.button > .fa-sort-down { transform: rotateZ(-90deg); }

.btn:hover,
.button:hover {
  transition: all .1s ease;
}
/* ============================================================================= */

/* Header ====================================================================== */
#header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
}
#header .row { margin: 0; }
#header-top {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  height: 58px;
  z-index: 999;
}
#header-bottom {
  position: fixed;
  top: 58px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
}
#header-top > .container > .row {
  height: 58px;
  background-color: #999;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  font-size: 0.8em;
}
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 {
  color: #2eb3e0;
  margin-right: 10px;
}
/* ============================================================================= */

/* MainNav ===================================================================== */
#main-nav {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 15px;
  position: relative;
  margin: 0;
}
#mainNavContent {
  align-items: stretch;
}
#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;
  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: inherit;
  font-weight: lighter;
  font-size: 0.8em;
  background-color: transparent;
  transition: color 0.3s ease;
}

#main-nav .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 300px;
  color: #fff;
  border-radius: 0;
  padding: 0;
  margin-top: 10px;
  transition: all 0.1s ease;
}
#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;
}
#main-nav .langsDropdown.dropdown-menu .dropdown-item {
  font-size: 14px;
  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;
}

.dropdown.show:not(.submenu) > .dropdown-menu.show {
  display: none;
}
/* ============================================================================= */

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

.social-container>li {
  display: inline-block;
  width: 28px;
  height: 26px;
  padding: 0;
  margin: 0 2px;
  vertical-align: middle;
  margin-top: 2px;
}
.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 .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  color: #fff;
  text-align: center;
  z-index: 999;
}

.carousel-indicators .indicator {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255,255,255,.5);
}
.carousel-indicators .indicator.active {
  background-color: rgba(255,255,255,1);
}
#main-slideshow .carousel-caption h3,
#main-slideshow .carousel-caption p {
  display: block;
  position: relative;
  color: inherit;
}
#main-slideshow .carousel-caption h3 {
  font-size: 4.5em;
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: bold;
}
#main-slideshow .carousel-caption p {
  font-size: 1.2em;
  margin-bottom: 50px;
  color: inherit;
}
/* ============================================================================= */

/* 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: 10px;
  text-align: left;
  color: #545454;
  transition: top 0.5s ease;
}
.exclusive-url:hover > .figure-caption { top: 0; }
.exclusive-url .url-title { text-decoration: none; }



/* Small URLs ---------------------------------------------------------------- */
.exclusive-url.smallUrl {
  flex: 0 0 33.33336%;
}
.exclusive-url.smallUrl > .url-head {
  height: auto;
  width: 100%;
}
.exclusive-url.smallUrl > .figure-caption {
  margin-top: 20px;
  padding: 0;
}
.exclusive-url .url-title > h3 {
  font-weight: normal;
}

/* Medium URLs --------------------------------------------------------------- */
.exclusive-url.mediumUrl {
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.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;
}

.exclusive-url.mediumUrl .url-contents { margin-bottom: 30px; }

/* Big URLs ------------------------------------------------------------------ */
.exclusive-url.bigUrl {
  padding: 0;
  margin-bottom: 0;
  flex: auto;
  max-width: 1000%;
  overflow: hidden;
}
.exclusive-url.bigUrl .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 .url-head img { display: none; }
.bigUrl .contents-wrapper {
  max-width: 60%;
  margin: auto;
}
.exclusive-url.bigUrl .figure-caption {
  position: relative;
  margin: 80px auto;
  text-align: center;
  color: #fff;
}
.exclusive-url .contents-wrapper {
  display: block;
  width: 100%;
}
.exclusive-url.bigUrl .url-title > h3 {
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  font-size: 3em;
}
.exclusive-url.bigUrl .url-contents {
  margin: 40px auto;
  font-size: 1.4em;
}

/* Expo ------------------------------------------------------------------------ */
#expo-container {
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
}

#expo {
  display: flex;
  flex-direction: row;
  width: auto;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.4s ease;
}

#expo .expoUrl {
  padding: 0 15px;
  flex: 0 0 25%;
  transition: all 0.4s ease;
}

#expo .exclusive-url > .url-head { height: auto; }

#expo-container a.next,
#expo-container a.prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: auto;
  padding: 13px 20px;
  font-size: 16px;
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease;
  border-radius: 50%;
}

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


/* Articles ==================================================================== */
#recent-articles {
  margin-bottom: 100px;
}
#recent-articles h2 {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #999;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.recent-article img {
  width: 100%;
  height: auto;
}
.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: 33px;
}
body.offers .modal-content {
  background-color: #f0f0f0;
}
.modal-body p { color: #191b27; }
#articles-pagination {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #f0f0f0;
}
#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; }

#articles-pagination .paging > a {
  padding: 5px;
}

#articles-pagination .paging > .active {
  color: #fff;
  padding: 5px;
}
/* ============================================================================= */


/* 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: 80px;
  color: #f0f0f0;
  font-weight: bold;
}
body.contact .contact-details-card .contact-details a {
  color: #fff;
  text-decoration: none;
}
#contact-form {
  max-width: 100%;
}
#contact section.contactform {
  color: #999;
  padding: 80px 0;
  font-weight: 700;
  margin-top: 80px;
}
#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;
}
textarea.form-control {
  height: 273px;
  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;
  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;
}
/* ============================================================================= */

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

/* Videos ====================================================================== */
#videos-condent .video, #offers .card,
#pdf .pdf, #articles-list .article {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}
#videos-condent .video .video-caption, #offers .card-body,
#pdf .pdf figcaption, #articles-list .article figcaption {
  margin-top: 20px;
  padding: 0;
  color: #545454;
}
#videos-condent .video .video-caption h3, #offers .card-title,
#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;
}
/* ============================================================================= */

#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;
}

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


/* Search ====================================================================== */
#searchform-container {
  width: 30%;
  max-width: 1000px;
  margin-right: 0;
  margin-left: auto;
  padding-right: 15px;
  transition: all 0.3s ease;
}


#search-input {
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#search-input:focus {
  box-shadow: none;
}
#searchform-container .open-icon,
#searchform-container .close-icon {
  display: inline-block;
  width: 28px;
  height: 26px;
  padding: 0;
  margin: 0 2px;
  vertical-align: middle;
  margin-top: 2px;
}
#searchform-container .open-icon.hide,
#searchform-container .close-icon.hide {
  display: none;
}
#searchform-container .open-icon > a,
#searchform-container .close-icon > 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;
}

#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%;
}

/* ============================= BATH SPECIFIC ============================= */

main {
  margin: 0;
}

img {
  object-fit: cover;
  object-position: center;
}

h3,.url-contents {
  letter-spacing: 1px;
}

#header-bottom>.container {
  max-width: 100%;
}

#main-slideshow {
  height: 100vh;
  -webkit-animation: color-bg-3x 10s linear infinite alternate both;
  animation: color-bg-3x 10s linear infinite alternate both;
}

#main-slideshow .carousel-inner {
  height: 100%;
}

#main-slideshow .carousel-item {
  display: flex;
  flex-direction: row-reverse;
  max-height: 100%;
  height: 100%;
}

#main-slideshow .carousel-item > * {
  max-width: 50%;
  flex: 0 0 100%;
}

#main-slideshow .carousel-caption {
  position: relative;
  top: 0;
  transform: translateY(0);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 20px;
  text-align: center;
  z-index: 999;
}

#main-slideshow .carousel-caption p {
  color: #fff;
  font-size: 15px;
}

#main-slideshow .carousel-caption > .container {
  max-width: 75%;
  margin-right: 0;
  text-align: left;
}

#main-slideshow .carousel-caption h3 {
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: lighter;
  color: inherit;
}

#main-slideshow .carousel-caption .bolder {
  font-weight: bold;
}

#main-slideshow .carousel-caption p,
#main-slideshow .carousel-caption h3 {
  max-width: 83%;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

#main-slideshow .carousel-caption .btn,
#main-slideshow .carousel-caption .button {
  border-radius: 999px;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 14px;
  background-color: #fff;
  box-shadow: 0 24px 36px -11px rgba(0,0,0,.09);
  transition: box-shadow .1s ease;
}

#main-slideshow .carousel-caption .btn:hover,
#main-slideshow .carousel-caption .button:hover {
  box-shadow: 0 24px 36px -11px rgba(0,0,0,.02);
  transition: box-shadow .1s ease;
}

.small-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px;
  margin-right: 7px;
}

.small-wrapper .smallUrl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: calc(25% - 5px);
  padding: 15px 30px;
  margin: 0;
}

.small-wrapper>:not(:last-child) {
  margin-right: 5px;
}

#exclusiveURLs > .small-wrapper img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.small-wrapper h3 {
  font-size: 20px;
  letter-spacing: 1px;
}

.small-wrapper .url-contents {
  letter-spacing: 1px;
  font-size: 13px;
}

.small-wrapper .smallUrl .btn,
.small-wrapper .smallUrl .button {
  font-size: 9px;
  padding: 7px 14px;
  border-radius: 999px;
}

.exclusive-url.bigUrl:not(.no-url):not(.even) {
  display: flex;
  margin: 0 10px;
}

.exclusive-url.bigUrl:not(.no-url):not(.even) > * {
  max-width: 50%;
  flex: 0 0 100%;
}

.exclusive-url.bigUrl:not(.no-url):not(.even) .url-head {
  display: flex;
  justify-content: flex-end;
  position: relative;
  background-image: none!important;
}

.exclusive-url.bigUrl:not(.no-url):not(.even) img {
  display: block;
  height: 600px;
  width: auto;
}

.exclusive-url.bigUrl:not(.no-url):not(.even) .figure-caption {
  display: flex;
  justify-content: flex-start;
}

.exclusive-url.bigUrl:not(.no-url):not(.even) .contents-wrapper {
  text-align: left;
  margin-left: 0;
}

.exclusive-url.bigUrl:not(.no-url):not(.even) .btn,
.exclusive-url.bigUrl:not(.no-url):not(.even) .button {
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  margin-left: 0;
}

.exclusive-url.bigUrl:not(.no-url):not(.even) .btn::after,
.exclusive-url.bigUrl:not(.no-url):not(.even) .button::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 999px;
  top: 0;
  left: 0;
  height: 32px;
  width: 122px;
  transform: scale(1);
  -webkit-animation: pulsate 1.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) infinite both;
          animation: pulsate 1.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) infinite both;
}

.exclusive-url.expoUrl .url-contents {
  color: #999;
  letter-spacing: .2px;
  font-size: 14px;
}

#expo {
  background-color: rgba(5,44,67,.01);
}

#expo .expoUrl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 33.333333%;
  flex: 0 0 100%;
  margin: 0;
  padding: 10px;
  background-color: transparent;
  min-height: 597px;
}

#expo-container {
  max-width: calc(100% - 20px);
  flex: 0 0 100%;
  margin: 10px;
  padding: 50px 300px;
}

.exclusive-url.expoUrl img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  padding: 5px;
}

.exclusive-url.expoUrl .contents-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
}

.exclusive-url.expoUrl .url-head {
  display: flex;
  justify-content: center;
  padding: 20px;
  background-color: #F8F8F8;
}

.exclusive-url.expoUrl .figure-caption {
  padding: 20px 80px;
  background-color: #F8F8F8;
}

.exclusive-url.expoUrl .url-contents {
  padding: 20px 0;
  border-top: 1px solid rgba(153,153,153,.3);
  border-bottom: 1px solid rgba(153,153,153,.3);
  margin: 20px 0;
  letter-spacing: 1px;
}

.exclusive-url.expoUrl .btn,
.exclusive-url.expoUrl .button {
  padding: 7px 14px;
  font-size: 12px;
  border-radius: 999px;
}

#expo-container a.next {
  right: 280px;
}
#expo-container a.prev {
  left: 280px;
}

#expo > :first-child.shown > .figure-caption,
#expo > :last-child.shown > .figure-caption,
.exclusive-url.expoUrl.shown + .shown > .figure-caption {
  position: relative;
  transition: all .1s ease;
}

.exclusive-url.expoUrl::after {
  content: "";
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-size: 100% 0%;
  background-repeat: no-repeat;
  background-position: bottom;
  transition: all 1s ease;
  position: absolute;
}

.exclusive-url.expoUrl.active::after {
  background-size: 100% 100%;
  transition: all 1s ease .2s;
}

.exclusive-url.expoUrl:not(.shown) > .figure-caption,
.exclusive-url.expoUrl.shown + .shown + .shown > .figure-caption,
.exclusive-url.expoUrl.shown > .figure-caption {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  display: flex;
  transition: all .1s ease;
}

.less > .exclusive-url.expoUrl > .figure-caption {
  position: relative;
  transition: all .1s ease;
}
#expo.less {justify-content: center;}
.exclusive-url.bigUrl .url-contents {
  color: #999;
}

.exclusive-url.bigNoUrl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  padding: 20px;
}

.exclusive-url.bigNoUrl .url-head {
  background-image: none!important;
}

.exclusive-url.bigNoUrl .contents-wrapper {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.exclusive-url.bigNoUrl>.figure-caption .contents-wrapper {
  color: #999;
}

.exclusive-url.bigNoUrl>.figure-caption .contents-wrapper h3 {
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 1px;
}

.exclusive-url.bigNoUrl>.figure-caption .contents-wrapper .url-contents {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.exclusive-url.bigNoUrl .no-url-content-wrapper {
  display: flex;
}

.exclusive-url.bigNoUrl .no-url-content-wrapper > .url-head {
  max-width: 33.333333%;
  flex: 0 0 100%;
}

.exclusive-url.bigNoUrl .smallUrl {
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: space-between;
}

.exclusive-url.bigNoUrl .wrapper-0 .smallUrl {
  flex-direction: row-reverse;
}

.exclusive-url.bigNoUrl .smallUrl img {
  border-radius: 50%;
  height: 83px;
  width: 83px;
}

.exclusive-url.bigNoUrl .smallUrl .contents-wrapper {
  max-width: 90%;
  text-align: left;
}

.exclusive-url.bigNoUrl .smallUrl > .url-head {
  display: flex;
  justify-content: center;
  max-width: 17%;
  flex: 0 0 100%;
}

.exclusive-url.bigNoUrl .smallUrl > .figure-caption {
  max-width: 78%;
  flex: 0 0 100%;
}

.exclusive-url.bigNoUrl .wrapper-0 .contents-wrapper {
  margin-right: 0;
}

.exclusive-url.bigNoUrl .wrapper-1 .contents-wrapper {
  margin-left: 0;
}

.exclusive-url.bigNoUrl .smallUrl h3 {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: bold;
}

.exclusive-url.bigNoUrl .smallUrl .url-contents {
  letter-spacing: 1px;
  font-size: 13px;
  margin: 0;
  color: #999;
}

.exclusive-url.bigUrl.even {
  margin: 0 10px;
}

.exclusive-url.bigUrl.even .url-head {
  background-image: none!important;
}

.exclusive-url.bigUrl.even .url-title > .url-contents,
.exclusive-url.bigUrl.even .url-title > h3 {
  font-size: 25px;
}

.medium-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 250px;
  margin: 10px 0;
}

.exclusive-url.mediumUrl {
  flex: 0 0 50%;
  align-items: center;
}

.exclusive-url.mediumUrl .url-head,
.exclusive-url.mediumUrl img {
  height: 300px;
}

.exclusive-url.mediumUrl {
  margin: 10px 0;
  padding: 0;
  background-color: #fafafa;
}

.exclusive-url.mediumUrl .btn,
.exclusive-url.mediumUrl .button {
  font-size: 9px;
}

.mediumUrl:nth-of-type(4n+3),
.mediumUrl:nth-of-type(4n+3) + .mediumUrl {
  flex-direction: row-reverse;
}

.exclusive-url.mediumUrl .url-contents {
  padding: 0;
  margin: 10px 0;
  font-size: 13px;
  color: #999;
}

.exclusive-url.mediumUrl .url-title > h3 {
  padding: 0;
  margin: 10px 0;
  font-size: 22px;
  font-weight: lighter;
}

#footer {
  padding: 0;
}

footer .logo {
  padding: 15px;
}

footer #fourty-logo {
  width: 80px;
}

#footer>.container-fluid>.row {
  flex-direction: column-reverse;
}

#footer .right {
  flex-direction: row;
}

#footer .right > * {
  margin: 0;
  max-width: 31.333333%;
  flex: 0 0 100%;
}

#footer .right,
#footer .left {
  padding: 0;
  max-width: 100%;
  flex: 0 0 100%;
}

#footer .right {
  padding: 100px 250px;
  justify-content: space-evenly;
}

#footer .contact-info {
  order: 1;
}

.recent-article {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 0;
  margin: 0;
}

.recent-article figcaption h3 {
  font-size: 15px;
  margin: 5px 0;
  text-transform: capitalize;
}

.recent-article figcaption {
  max-width: 79%;
}

.recent-article > a {
  height: 80px;
  max-width: 17%;
}

.recent-article img {
  height: 100%;
}

.recent-article .description {
  font-size: 12px;
  color: #999;
}

footer .social {
  order: 1;
}

footer .social-container {
  text-align: left;
}

footer .contact-info-container,
footer .footer-group {
  display: flex;
  flex-direction: column;
}

#footer h1 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

#home-map {
  height: 250px;
  margin: 10px 0;
}

#footer .contact-info-section a,
#footer .contact-info-section {
  text-align: left;
  letter-spacing: 1px;
  font-size: 17px;
}

body.home #footer .contact-info-section a,
body.home #footer .contact-info-section {
  margin: 5px 0;
}

footer .social-container > li {
  width: 30px;
  height: 30px;
  margin: 0;
  margin-right: 4px;
}

footer .social-container > li > a {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bigUrl:not(.even)>.figure-caption.scrolled {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
          animation: slide-in-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.bigNoUrl.scrolled .no-url-content-wrapper > .wrapper-0 {
	-webkit-animation: fade-in-left 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-left 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.bigNoUrl.scrolled .no-url-content-wrapper > .wrapper-1 {
	-webkit-animation: fade-in-right 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-right 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.bigNoUrl.scrolled .no-url-content-wrapper > .url-head {
	-webkit-animation: fade-in-bottom 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) .2s both;
	        animation: fade-in-bottom 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) .2s both;
}

#header-bottom {
  top: 25px;
}

#main-nav {
  color: #999;
  transition: all .1s ease;
}

#logo {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  transition: all 0.3s ease;
}

#logo > img {
  max-width: 100%;
}

#main-nav:not(.compact-sticky) #logo > img {
  position: absolute;
  top: 16px;
}

#main-nav.compact-sticky #logo > img {
  max-height: 80px;
}

#main-nav.compact-sticky {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .1s ease;
}

#hero-title {
  height: 100%;
  background-image: none!important;
  margin: 0;
  margin-top: 59px;
}

#hero-title h1 {
  font-size: 70px;
  margin-bottom: 50px;
  padding: 0;
}

.img-group {
  display: flex;
  padding: 0;
  justify-content: flex-start;
}

.img-group>* {
  flex: 0 0 100%;
}

#gallery .image.col-md-4 {
  padding: 0;
  margin: 5px;
}

.img-group:nth-of-type(n)>:first-child {
  max-width: calc(25% - 10px);
}


.img-group:nth-of-type(n)>:nth-child(2) {
  max-width: calc(26% - 10px);
}


.img-group:nth-of-type(n)>:last-child {
  max-width: calc(49% - 10px);
}

.img-group:nth-of-type(2n)>:last-child {
  max-width: calc(25% - 10px);
}

.img-group:nth-of-type(2n)>:nth-child(2) {
  max-width: calc(26% - 10px);
}

.img-group:nth-of-type(2n)>:first-child {
  max-width: calc(49% - 10px);
}


.img-group:nth-of-type(3n)>:first-child,
.img-group:nth-of-type(3n)>:nth-child(2),
.img-group:nth-of-type(3n)>:last-child {
  max-width: calc(33.333333% - 10px);
}

body.gallery main {
  margin-bottom: 5px;
}

#main-nav .langsDropdown>a {
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.langsDropdown [id*=flag] {
  height: 16px;
  width: 14px;
  display: block;
  margin-right: 5px;
}

body.contact #contact-content > section {
  margin: 0;
  padding: 0;
}

body.contact #contact-form {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  height: 100%;
}

body.contact #contact-form > * {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
}

body.contact .map-holder {
  min-height: 400px;
  max-width: 100%;
  flex: 0 0 100%;
}
body.contact .map-holder[data-address] {padding: 0;}
body.contact form > [class*='col-md'] {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}

body.contact #basic-contact-fields {
  display: flex;
  justify-content: space-between;
}

body.contact #basic-contact-fields > .form-group {
  max-width: 32.333333%;
  flex: 0 0 100%;
  margin: 0;
}

body.contact #contact-form {
  padding: 50px 450px;
  background-color: #fff;
  min-width: 100%;
  margin: 40px 0;
}

body.contact #contact-form > .contact-details {
  display: flex;
  flex-wrap: wrap;
}

body.contact #contact-form > .contact-details > * {
  display: flex;
  flex-direction: column;
  max-width: 33%;
  flex: 0 0 100%;
}

body.contact #contact-form > .contact-details > :first-child {
  order: -3;
  flex-direction: row;
  flex-wrap: wrap;
}

body.contact #contact-form > .contact-details > .contact-email {
  order: -2;
}

body.contact #contact-form > .contact-details > .contact-phone {
  order: -1;
}

body.contact #contact-form > .contact-details > :first-child > span {
  font-size: 15px;
}

body.contact #contact-form > .contact-details .cd-title {
  font-size: 13px;
}

body.contact #contact-form > .contact-details span.cd-value {
  font-size: 15px;
}

body.contact #contact-form > .contact-details .cd-value > a,
body.contact #contact-form > .contact-details a.cd-value {
  font-size: 15px;
}


body.contact #contact-form form input,
body.contact #contact-form form textarea {
  background-color: #fff;
  color: #000;
  font-size: 15px;
  font-weight: lighter;
  padding: 5px;
  margin: 0;
  margin-bottom: 5px;
  border: 1px solid rgba(0,0,0,.2);
}

#contact #contact-form label {
  font-size: 15px;
  font-weight: lighter;
}

body.contact footer .contact-info-container {
  flex-direction: row;
  justify-content: center;
}

body.contact footer .social-container {
  text-align: center;
}

body.contact #footer .contact-info {
  margin: 0;
  padding: 5px 0;
  order: -1;
}

body:not(.home) .contact-info-container,
body:not(.home) .social-container {
  margin: 10px 0;
}

body.contact #footer > .container-fluid {
  display: flex;
  flex-direction: column;
  padding: 0;
}

body.contact .multicontact {
  margin: 10px;
}

body.contact .multicontact:nth-of-type(1) {
  max-width: calc(100% - 20px);
  flex: 0 0 100%;
}

body.contact .multicontact:nth-of-type(n+2) {
  display: flex;
  max-width: 48%;
  flex: 0 0 100%;
}

body.contact .multicontact:nth-of-type(n+2)  > * {
  max-width: 50%;
  flex: 0 0 100%;
}

body.contact #contact-content > .justify-content-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between!important;
  padding: 0;
}

body:not(.home):not(.contact) #footer .right {
  flex-direction: column-reverse;
  align-items: center;
  padding: 0;
}

body:not(.home):not(.contact) #footer .right > * {
  max-width: 100%;
  flex: 0 0 100%;
}

body:not(.home):not(.contact) footer .contact-info-container {
  flex-direction: row;
}

body:not(.home):not(.contact) .footer-group {
  align-items: center;
}

body:not(.home):not(.contact) #footer .footer-group h1 {
  font-size: 30px;
}

body.contact footer #page-title {
  text-align: center;
  font-size: 30px;
}

body.contact footer #page-title {
  order: 1;
}

body.contact footer .social {
  order: 2;
}

body.contact footer .logo {
  order: 3;
}

body:not(.home) footer .contact-info-container > .contact-info-section {margin: 0;}
body:not(.home) footer .contact-info-container > :not(:last-child) {
  margin-right: 10px;
}

body.pdf main,
body.videos main,
body.offers main {
  padding: 0 250px;
  margin: 0;
}

body.offers .offer img {
  height: 300px;
}

#offers .info,#offers .interested {
  display: inline-block;
  flex: 0;
  margin: 0;
}

#offers .info {
  margin-right: 5px;
}

#offers .offer .countdown .title {
  font-size: 9px;
}

#offers .offer .countdown .value {
  font-size: 11px;
  margin-bottom: 3px;
}

#offers .card-body {
  text-align: center;
  background-color: #F8F8F8;
  margin: 0;
  padding: 20px;
}

body.articles-list .article .description,
.pdf .description,
.video .video-caption,
.offer .card-text {
  font-size: 14px;
}

#videos-condent .video .video-caption h3,
#offers .card-title,#pdf .pdf figcaption h3,
#articles-list .article figcaption h3 {
  font-size: 20px;
}

#offers .card-body {
  text-align: center;
}

#offers-content {
  justify-content: flex-start!important;
}

#videos-condent>.row,
#pdf-content>.row {
  justify-content: flex-start!important;
}

body.view-article main,
body.articles-list main {
  padding: 0 250px;
}

body.articles-list .article img {
  height: 450px;
  width: 450px;
}

#main-nav .submenu {
  margin-right: 0;
}

#main-nav .navbar-nav>.dropdown>.dropdown-menu {
  top: 30px;
  left: -50px;
  min-width: max-content;
}

body.home #main-nav:not(.compact-sticky) .navbar-nav > .nav-item:not(.active) > .nav-link {
  color: #fff;
}

body:not(.home) #header-bottom {
  background-color: #fff;
  top: 0;
}

#gallery figure>figcaption {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  color: #fff;
}

#premium-text .btn:hover,#premium-text .button:hover,
#main-nav .langsDropdown>.active,.more .btn:hover,.more .button:hover,
.pdf .btn:hover,.pdf .button:hover,#articles-list .btn:hover,#articles-list .button:hover,
.exclusive-url.mediumUrl .btn:hover,.exclusive-url.mediumUrl .button:hover,
.exclusive-url.bigUrl.even .btn,.exclusive-url.bigUrl.even .button,
.exclusive-url.expoUrl .btn:hover,.exclusive-url.expoUrl .button:hover,
.exclusive-url.bigUrl:not(.no-url):not(.even) .btn:hover,
.exclusive-url.bigUrl:not(.no-url):not(.even) .button:hover,
.small-wrapper .smallUrl .btn:hover,.info:hover,.interested:hover,
.small-wrapper .smallUrl .button:hover,.back-to-catalog:hover,
#contact #contact-form .button:hover,#contact #contact-form .btn:hover {
  background-color: #fff;
}

.more .btn,.more .button,#premium-text .btn,#premium-text .button,
.back-to-catalog,#contact #contact-form .button,
#contact #contact-form .btn,
#articles-list .btn,#articles-list .button,
.pdf .btn,.pdf .button,.info,.interested,
.exclusive-url.mediumUrl .btn,
.exclusive-url.mediumUrl .button,
.exclusive-url.bigUrl.even .btn:hover,
.exclusive-url.bigUrl.even .button:hover {
  color: #fff;
}

#main-nav .langsDropdown>:not(.active) {
  color: #fff;
}

.no-url-content-wrapper>.url-head>img{height: 100%;}

span[class*=-over] {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: transparent;
}

.bigNoUrl .no-url-content-wrapper > [class*=wrapper] {
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

#image-attribution {
  background-color: #13130D;
  text-align: center;
  padding: 10px 0;
  font-size: 10px;
}
#image-attribution > a {
  text-decoration: none;
  color: #f6f6f6;
}
#image-attribution > a > span {
  color: #E67ACD;
}

.offer-enquiry-form .btn,
.offer-enquiry-form .button {
  border-radius: 999px;
  font-size: 11px;
  font-weight: bold;
  padding: 7px 14px;
  background-color: #fff;
  color: #000;
  box-shadow: 0 24px 36px -11px rgba(0,0,0,.09);
  transition: box-shadow .1s ease;
}

#footer .right.no-articles > .footer-group {
  max-width: 62.666666%;
}

#footer .right.no-articles {
  justify-content: space-between;
}

#footer .contact-info-section .icon,
#footer .contact-info-section,
#footer .contact-info-section a {
  color: #999;
}

#searchform-container.closed,
#searchform-container {
  width: 100%;
  padding: 10px;
  margin: 0;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
}

.no-articles #searchform-container.closed,
.no-articles #searchform-container {
  width: 80%;
}

#searchform-container {
  display: flex;
  border-radius: 999px;
}

#searchform-container .form-group {
  margin: 0;
}

#search-form {
  border-radius: 50px;
  width: 88%;
}

#search-input {
  border: none;
  text-indent: 20px;
  color: #000;
  height: 30px;
}
#search-input::placeholder {
  color: #fff;
  font-size: 12px;
}
#searchform-container .open-icon > a:hover {
  color: #000;
}

#searchform-container .open-icon,
#searchform-container .close-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 50%;
  left: 15px;
}

.contact-postcode {margin-left: 5px;}

body.home footer .right>.contact-info {
  display: flex;
  flex-direction: column;
}

#footer h1 {order: -1;}

body.home footer .social {
  display: flex;
  flex-wrap: wrap;
}

body.home footer .social-container,
body.home footer #searchform-container {
  margin-top: 10px;
}

body.home footer .contact-info-container::before {
  content: "";
  width: 100%;
  height: 2px;
  margin: 10px 0;
  background-image: linear-gradient(90deg, #999 13%, rgba(153,153,153,.2) 13%);
}

body:not(.home) footer .social-container {
  text-align: center;
}

#hero-title>.container-fluid {
  position: absolute;
  bottom: 0;
}

body.home footer .social-container {
  display: flex;
  align-items: center;
  margin: 0;
}

body:not(.home) footer #page-title {
  margin: 10px 0;
  text-align: center;
}

#logo {
  outline: none;
}
/* ================================== RESPONSIVE =============================== */

@media screen and (min-width: 769px) {

  .exclusive-url.bigUrl:not(.no-url):not(.even) .figure-caption:not(.scrolled) {
    display: none;
  }

  .bigNoUrl:not(.scrolled) .no-url-content-wrapper > .url-head,
  .bigNoUrl:not(.scrolled) .no-url-content-wrapper > .wrapper-0,
  .bigNoUrl:not(.scrolled) .no-url-content-wrapper > .wrapper-1 {
    opacity: 0;
  }

}

@media screen and (min-width: 1441px) {

  #main-nav > * {
    max-width: 50%;
    flex: 0 0 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
  }

}

@media screen and (max-width: 1440px) {

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

  #main-nav>#logo {
    max-width: 38%;
  }

  #main-nav>#mainNavContent {
    max-width: 62%;
  }

  .small-wrapper .smallUrl {
    max-width: 24.7%;
  }

  #expo-container {
    padding: 50px 100px;
  }

  #expo-container a.next {
    right: 50px;
  }

  #expo-container a.prev {
    left: 50px;
  }

  .exclusive-url.bigNoUrl .contents-wrapper {
    width: 100%;
  }

  .exclusive-url.bigNoUrl>.figure-caption>.contents-wrapper {
    width: 60%;
  }

  .exclusive-url.bigNoUrl .smallUrl > .url-head {
    max-width: 21%;
  }

  .exclusive-url.bigNoUrl .smallUrl > .figure-caption {
    max-width: 75%;
  }

  .medium-wrapper {
    padding: 0 100px;
  }

  body.home #footer .right {
    padding: 100px 150px;
    justify-content: space-between;
  }

  .recent-article > a {
    height: 60px;
  }

  body.pdf main,
  body.videos main,
  body.offers main {
    padding: 0 100px;
  }


}

@media screen and (max-width: 1280px) {

  body:not(.home) #contact-form {
    padding: 0 100px;
  }
  #contact-form form.row {
    flex-direction: column;
    min-width: 100%;
  }
  body.home #contact-form .form-group.actions {
    flex-direction: column;
    align-items: flex-start;
  }

  #main-nav .nav-item {
    margin-right: 19px;
  }

  .exclusive-url.bigUrl:not(.no-url):not(.even) .figure-caption {
    margin: 0;
  }

  #main-nav .submenu {
    margin-right: 0;
  }

  body.pdf main,
  body.videos main,
  body.offers main {
    padding: 0 100px;
  }


}
@media screen and (max-width: 1024px) {
  #main-nav .nav-item {
    margin-right: 11px;
  }

  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;
  }

  #main-nav a.nav-link {
    font-size: 11px;
  }

  #main-nav .submenu {
    margin-right: 0;
  }

  .small-wrapper .smallUrl {
    max-width: 24.6%;
  }

  .small-wrapper .url-contents {
    font-size: 11px;
  }

  .small-wrapper h3 {
    font-size: 15px;
  }

  .exclusive-url.bigUrl .url-contents {
    font-size: 16px;
  }

  .exclusive-url.bigUrl .url-title > h3 {
    font-size: 30px;
  }

  #expo .expoUrl {
    flex: 0 0 50%;
  }

  .exclusive-url.bigNoUrl .smallUrl img {
    height: 50px;
    width: 50px;
  }

  .medium-wrapper {
    padding: 0 50px;
  }

  .exclusive-url.mediumUrl > .figure-caption {
    padding: 10px 20px;
  }

  body.home #footer .right {
    padding: 100px 50px;
  }

  #expo-container a.next {
    right: 61px;
  }

  body.contact #contact-content > section.contactform {
    padding: 0 100px;
  }

}

@media screen and (max-width: 768px) {
  #header-top {
    position: relative;
    width: 100%;
    height: auto;
  }

  #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;
  }
  #spacer {
    padding-top: 50px;
  }
  #main-nav .navbar-toggler {
    border-width: 2px;
    border-style: solid;
    height: 35px;
    align-self: center;
  }
  #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; }

  /* Show the caption of the slideshow */
  #main-slideshow .carousel-caption {
    display: block !important;
    font-size: 4px;
    height: 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>.figure-caption {
    font-size: 1.3em;
    padding: 10px;
  }
  .bigUrl .contents-wrapper {
    max-width: 100%;
    margin: auto;
  }
  #expo .expoUrl {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: auto;
  }


  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-bottom {
    padding: 10px 0;
  }

  #main-nav>#logo {
    max-width: 50%;
  }

  #main-nav:not(.compact-sticky) #logo > img {
    max-height: 100px;
    top: 0;
  }

  #main-nav.compact-sticky #logo > img {
    max-height: 80px;
  }

  .small-wrapper .smallUrl {
    max-width: 49.3%;
  }

  .small-wrapper>:nth-child(-n+2) {
    margin-bottom: 10px;
  }

  #main-nav>#mainNavContent {
    z-index: 9;
    position: absolute;
    right: auto;
    top: -10px;
    left: 0;
    width: 50%;
    margin: auto;
    padding: 0 20px;
    padding-top: 80px;
    transition: all .1s ease;
  }

  #main-nav .navbar-nav {
    align-items: flex-start;
    height: 100vh;
  }

  #main-nav .nav-item {
    margin-right: 0;
  }

  #main-nav a.nav-link {
    font-size: 14px;
    padding: 10px 0;
    font-weight: lighter;
  }

  #main-nav .navbar-nav>.dropdown>.dropdown-menu {
    border: none;
  }

  #main-slideshow .carousel-caption h3 {
    font-size: 29px;
  }

  #main-slideshow .carousel-caption p {
    font-size: 12px;
  }

 .navbar-toggler:focus {
    outline: 1px dotted;
    outline: none;
  }

  #main-nav.compact-sticky .active > .nav-link {
    color: #fff;
  }

  #expo-container {
    padding: 50px 150px;
  }

  .exclusive-url.bigNoUrl {
    height: 100%;
  }

  .exclusive-url.bigNoUrl .no-url-content-wrapper {
    flex-direction: column;
  }

  .exclusive-url.bigNoUrl .no-url-content-wrapper > .url-head,
  .exclusive-url.bigNoUrl .no-url-content-wrapper > * {
    max-width: 100%;
  }

  .exclusive-url.bigNoUrl .no-url-content-wrapper > .url-head {
    display: flex;
    justify-content: center;
  }

  .no-url-content-wrapper>.url-head>img {
    height: 500px;
  }

  .exclusive-url.bigNoUrl .smallUrl img {
    height: 80px;
    width: 80px;
  }

  .exclusive-url.bigNoUrl>.figure-caption>.contents-wrapper {
    width: 78%;
  }

  .exclusive-url.mediumUrl {
    flex-direction: column;
  }

  .mediumUrl:nth-of-type(4n+3),
  .mediumUrl:nth-of-type(4n+3) + .mediumUrl {
    flex-direction: column-reverse;
  }

  #footer .right > * {
    max-width: 100%;
  }

  body.home #footer .right {
    flex-direction: column-reverse;
  }

  body.home #footer .right > :last-child {
    flex-direction: row;
    margin-bottom: 20px;
  }

  #footer .contact-info {
    order: 0;
    margin-top: 20px;
  }

  .recent-article > a {
    height: 85px;
    max-width: 40%;
  }

  .recent-article figcaption {
    max-width: 55%;
  }

  .recent-article figcaption h3 {
    font-size: 11px;
    margin-top: 0;
  }

  .recent-article .description {
    font-size: 10px;
  }

  .footer-group > :not(:last-child) {
    margin-right: 5px;
  }

  body.pdf main,
  body.videos main,
  body.offers main {
    padding: 0 50px;
  }

  body.contact .multicontact:nth-of-type(n+2) {
    max-width: calc(100% - 20px);
  }

  body.contact .multicontact:nth-of-type(n+2) > * {
    max-width: 50%;
  }

  body.home #main-nav.compact-sticky .navbar-nav > .nav-item:hover > .nav-link,
  body.home #main-nav.compact-sticky .navbar-nav > .nav-item.active > .nav-link {
    color: #fff;
  }

  #main-nav .navbar-nav > .dropdown > .nav-link {
    color: #fff!important;
  }

  body.home #footer .right.no-articles > .footer-group {
    flex-direction: column;
    max-width: 100%;
  }

  .right.no-articles>#home-map {
    width: 100%;
  }

  #searchform-container.closed,
  #searchform-container {
    width: 100%;
  }

}


@media screen and (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  #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%;
  }
  #main-slideshow .carousel-indicators,
  #main-slideshow .carousel-control-next,
  #main-slideshow .carousel-control-prev,
  #main-slideshow .btn,
  #main-slideshow .button {
    display: none;
  }

  #main-slideshow .carousel-item > img {
    height: 100%;
  }

  #main-slideshow .carousel-caption {
    position: absolute;
    max-width: 100%;
    top: 18%;
  }

  #main-slideshow .carousel-caption > .container {
    max-width: 100%;
    margin-right: 0;
  }

  #main-slideshow .carousel-caption h3 {
    font-size: 33px;
  }

  #main-slideshow .carousel-caption h3 {
    max-width: 100%;
  }


  #main-nav>#mainNavContent {
    width: 82%;
    max-width: 82%;
  }

  #main-nav .navbar-nav > li.open > .dropdown-menu .dropdown-menu {
    min-width: 266px;
  }

  #main-nav a.nav-link {
    font-size: 12px;
    color: #fff;
  }

  .exclusive-url.bigUrl:not(.no-url):not(.even) > *,
  .small-wrapper .smallUrl {
    max-width: 100%;
  }

  .exclusive-url.bigUrl:not(.no-url):not(.even) .figure-caption {
    position: relative;
    /* top: auto;
    bottom: 0; */
    background-color: rgba(255,255,255,.9);
  }

  .exclusive-url.bigUrl:not(.no-url):not(.even) img {
    height: auto;
    width: 100%;
  }

  .exclusive-url.bigUrl:not(.no-url):not(.even) {
    flex-direction: column;
    height: 100%;
  }

  .exclusive-url.bigUrl .url-title > h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .exclusive-url.bigUrl .url-contents {
    font-size: 13px;
    margin: 5px auto;
  }

  .exclusive-url.bigUrl:not(.no-url):not(.even) .btn,
  .exclusive-url.bigUrl:not(.no-url):not(.even) .button {
    font-size: 7px;
  }

  .exclusive-url.bigUrl:not(.no-url):not(.even) .btn::after,
  .exclusive-url.bigUrl:not(.no-url):not(.even) .button::after {
    height: 24px;
    width: 86px;
  }

  #expo-container {
    padding: 10px;
  }

  .exclusive-url.expoUrl:not(.shown) > .figure-caption,
  .exclusive-url.expoUrl.shown + .shown + .shown > .figure-caption,
  .exclusive-url.expoUrl.shown > .figure-caption {
    position: relative;
    height: auto;
  }

  .exclusive-url.expoUrl .figure-caption {
    padding: 20px;
  }

  .exclusive-url.expoUrl .url-contents {
    font-size: 12px;
    padding: 20px;
  }

  .exclusive-url.expoUrl h3 {
    font-size: 22px;
  }

  .exclusive-url.expoUrl .btn,
  .exclusive-url.expoUrl .button {
    font-size: 10px;
  }

  #expo-container a.next {
    right: 0;
  }

  #expo-container a.prev {
    left: 0;
  }

  .exclusive-url.bigNoUrl .smallUrl > .url-head {
    max-width: 33%;
  }

  .exclusive-url.bigNoUrl .smallUrl > .figure-caption {
    max-width: 65%;
  }

  .exclusive-url.bigNoUrl .smallUrl .url-contents {
    font-size: 12px;
  }

  .exclusive-url.bigNoUrl>.figure-caption>.contents-wrapper {
    width: 95%;
  }

  .exclusive-url.bigNoUrl .no-url-content-wrapper > *,
  .exclusive-url.bigNoUrl .smallUrl {
    padding: 0;
  }

  .medium-wrapper,
  .exclusive-url.bigUrl .url-contents {
    padding: 10px;
  }

  .exclusive-url.mediumUrl {
    flex: 0 0 100%;
  }

  .mediumUrl:nth-of-type(4n+3),
  .mediumUrl:nth-of-type(4n+3) + .mediumUrl {
    flex-direction: column;
  }

  body.home #footer .right > :last-child {
    flex-wrap: wrap;
  }

  .recent-article {
    flex: 0 0 100%;
    max-width: 100%;
  }

  footer .social-container > li {
    margin-top: 5px;
  }

  body.home #footer h1,
  body.home #footer .social-container {
    text-align: left;
  }

  .recent-article figcaption h3 {
    font-size: 12px;
  }

  .recent-article .description {
    font-size: 11px;
  }

  .small-wrapper .smallUrl {
    margin: 0;
    margin-bottom: 10px;
  }

  #main-nav .navbar-nav {
    overflow: hidden;
  }

  #hero-title h1 {
    font-size: 35px;
  }

  .footer-group>.social {
    margin: 0;
  }

  .footer-group .social-container {
    padding: 0;
  }

  #gallery figure>figcaption {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    background: rgba(5,44,67,.8);
    padding: 10px;
    font-size: 21px;
    color: #fff;
  }

  #header-bottom #logo {
    margin: 0;
    padding: 0;
  }

  body.contact .multicontact:nth-of-type(n+2) {
    height: 100%;
    flex-direction: column;
  }

  body.contact .multicontact:nth-of-type(n+2) > * {
    max-width: 100%;
  }

  body.contact .multicontact:nth-of-type(n+2) > .contact-details-card .contact-details {
    padding: 40px;
  }

  body.contact .multicontact:nth-of-type(1) {
    order: 1;
  }

  body.contact #contact-content > section.contactform {
    padding: 0 10px;
  }

  body.contact #contact-form > .contact-details > * {
    max-width: 50%;
  }

  body.contact #basic-contact-fields {
    flex-direction: column;
  }

  body.contact #basic-contact-fields > .form-group {
    max-width: 100%;
  }

  #expo-container a.next,
  #expo-container a.prev {
    padding: 10px 14px;
    font-size: 10px;
  }

  #expo-container a.prev {
    left: 28px;
  }

  #expo-container a.next {
    right: 28px;
  }

  #hero-title {
    height: 100%;
    background-image: none!important;
  }

  #hero-title.with-header-image>img {
    height: 150px;
  }

  #hero-title>.container-fluid {
    position: absolute;
  }

  #main-slideshow .carousel-item > img {
    max-width: 100%;
  }

  #main-slideshow .carousel-caption {
    display: none!important;
  }

  #search-form {
    width: 77%;
  }

  footer .social {
    flex-direction: column;
  }

  .no-articles #searchform-container.closed,
  .no-articles #searchform-container {
    margin-top: 10px;
    width: 100%;
  }

}

@media screen and (max-width: 320px) {

  .exclusive-url.mediumUrl {
    margin-bottom: 80px;
  }

  #main-nav .navbar-nav > li.open > .dropdown-menu .dropdown-menu {
    min-width: 238px;
  }

  #main-nav .dropdown-menu a.nav-link {
    padding: 10px 13px;
  }

  body.pdf main,
  body.videos main,
  body.offers main {
    padding: 0 20px;
  }

}



header > #second-banner,
.exclusive-url.bigNoUrl>.url-head,.exclusive-url.bigNoUrl .smallUrl .btn,
.exclusive-url.bigNoUrl .smallUrl .button,.exclusive-url.bigUrl.even img,
#exclusiveURLs>.expoUrl,#main-slideshow .carousel-item:not(.active),
body.contact .singlecontact > .contact-details,.multicontact.row,
body:not(.home) #footer .map-holder,body:not(.home) #searchform-container,
#header-middle,#header-top,.carousel-caption h3:not(.custom),#exclusiveURLs>.smallUrl,
#exclusiveURLs>.mediumUrl,.right>.logo,.left>#home-map,.right>.social,.right>#page-title,
main>#recent-articles,.footer-group>.title,.recent-article .btn,.recent-article .button {
  display: none!important;
}



@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


 @-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


 @-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}



@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
    animation-delay: 1s;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
    animation-delay: 1s;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}