@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: #636363;
  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: #909090;
  font-size: 1.2em;
  text-align: center;
}
figcaption>.title {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: inherit;
}
.navbar-dark .navbar-toggler {
  color: #636363;
  font-size: 23px;
  border-color: rgba(255,255,255,.1);
}
#header-top[style*='background-image'],
#header-middle[style*='background-image'],
#header-bottom[style*='background-image'] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* Modal ===================================================== */
#new, .modal { z-index: 10000;}
/* 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;
  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 {
  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 .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;
  color: #fff;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s ease;
}
.btn.focus, button.focus, .btn:focus, button:focus {
  box-shadow: none;
}
.button > .fa-sort-down { transform: rotateZ(-90deg); }
/* ============================================================================= */

/* Header ====================================================================== */
#header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  color: #252525;
}
#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: #1A1D24;
  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 {
  margin-right: 10px;
}
/* ============================================================================= */



/* MainNav ===================================================================== */
#main-nav {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 15px;
  position: relative;
  color: #828282;
  margin: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#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;
}
#main-nav .nav-item:last-of-type { margin-right: 0; }
#main-nav a.nav-link {
  position: relative;
  padding: 20px 0;
  color: inherit;
  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;
  width: max-content;
  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 {
  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 {
  color: #fff;
  transition: color 0.3s ease;
}
#main-nav .langsDropdown.dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: transparent;
}
/* Sticky */
#main-nav.compact-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#main-nav.compact-sticky a.nav-link {
  padding: 15px 10px;
}
.dropdown.show:not(.submenu) > .dropdown-menu.show {
  display: none;
}
/* ============================================================================= */

/* Social ====================================================================== */

.social-container>li {
  display: inline-block;
  width: 26px;
  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 {
  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 =================================================================== */

.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;
  text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
}
#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; }
.exclusive-url .url-title > h3 {
  text-decoration: none;
  font-size: 2em;
}

/* 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;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.5);
}
.exclusive-url .contents-wrapper {
  display: block;
  width: 100%;
}
.exclusive-url.bigUrl .url-title > h3 {
  color: #fff;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
}
.exclusive-url.bigUrl .url-contents {
  margin: 40px auto;
  font-size: 1.4em;
}

/* Expo ------------------------------------------------------------------------ */
#expo-container {
  position: relative;
  overflow: hidden;
}
#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;
  opacity: 0;
  transition: all 0.3s ease;
}
#expo-container a.next {right: -60px;}
#expo-container a.prev {left: -60px;}

/* ============================================================================= */


/* 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;
  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: 3em;
}
body.offers .modal-content {
  background-color: #e6e6e6;
}
.modal-body p { color: #1A1D24; }
#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; }
/* ============================================================================= */


/* 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;
  font-weight: bold;
}
body.contact .contact-details-card .contact-details a {
  text-decoration: none;
}
#contact-form {
  max-width: 100%;
}
#contact section.contactform {
  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;
  border: 0;
  background-color: #fff;
  color: #7b7b7b;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  margin: 2px;
  margin-bottom: 15px;
  border-radius: 0;
}
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;
}

/* ============================================================================= */

#move-top {
  position: fixed;
  padding: 14px 18px;
  bottom: 20px;
  right: 10px;
  top: auto;
  left: auto;
  font-size: 0.7em;
  color: #fff;
  cursor: pointer;
  opacity: .8;
  z-index: 9999;
}
#fb-messaging { z-index: 9999!important; }
#fixed-banner  {z-index: 99999!important; }
#fixed-banner.left { left: 65px!important; }


/* Lazyload ==================================================================== */
/*
  Set the default height of lazyload elements. Their height will be reset back
  to normal when they are loaded.
*/

#main-slideshow .lazyload { min-height: 600px !important; }
.smallUrl .lazyload, .mediumUrl .lazyload, .expoUrl .lazyload {
  min-height: 300px !important;
}
#hero-title > .lazyload { min-height: 400px !important; }
/* ============================================================================= */


/* Search ====================================================================== */
#searchform-container {
  width: 30%;
  max-width: 1000px;
  margin-right: 0;
  margin-left: auto;
  padding-right: 15px;
  transition: all 0.3s ease;
}
#searchform-container.closed {
  max-width: 45px;
}
#search-form {
  display: inline-block;
  width: calc(100% - 40px);
}
.closed #search-form {
  display: none;
}
#search-input {
  padding: 0;
  background-color: transparent;
}
#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 {
  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%;
}

/* ========================== TAILOR SPECIFIC ================================ */

body:not(.loaded) {opacity: 0;}

body.loaded {
	-webkit-animation: fade-in .15s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
					animation: fade-in .15s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

a,a:hover {
  text-decoration: none;
}

img {
  object-fit: cover;
  object-position: center;
}

#header-bottom {
  width: 80%;
}

#header-bottom > .container {
  max-width: 100%;
  padding: 0;
}


.search-social > *,
#main-nav > * {
  margin: 0;
  padding: 0;
}

#main-nav {
  padding: 10px 0;
  border-radius: 0;
}

#main-nav > #logo {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  display: flex;
  align-items: center;
}

#main-nav > #mainNavContent {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  justify-content: center;
}

#main-nav > .search-social {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  flex: 0 0 25%;
  max-width: 25%;
  overflow: hidden;
}

.search-social > .social-container {
  max-width: max-content;
  flex: 0 0 100%;
}

.search-social > #searchform-container {
  max-width: 100%;
}

.search-social > #searchform-container.closed {
  max-width: 25%;
}

.search-social > #searchform-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 100%;
  margin: 0;
  padding: 0;
}

.navbar-nav > :not(:last-child)::after {
  content: "";
  width: 1px;
  opacity: .4;
  height: 15px;
  margin-left: 10px;
  transform: rotate(18deg);
}

#main-slideshow {
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding: 200px 0;
  padding-bottom: 0;
}

#main-slideshow .carousel-inner img {
  height: 700px;
}

#main-slideshow .carousel-inner {
  width: 77%;
}

#main-slideshow #slide-sidebar {
  width: 23%;
  height: 400px;
}

#slide-sidebar > #clones {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  padding: 0 20px;
}

#clones > .carousel-item::after {
  content: "";
  position: absolute;
  background-color: rgba(26,29,36,.5);
  height: 100%;
  width: 100%;
  transition: all .1s ease;
}

#clones > .carousel-item.active::after {
  background-color: transparent;
  transition: all .1s ease;
}

#clones > .carousel-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.clone-caption {
  width: calc(100% - 100px);
}

#clones img {
  height: 100px;
  width: 100px!important;
}

.clone-caption h3 {
  font-size: 15px;
  font-weight: bold;
}

#captions {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 35%;
  padding: 20px;
  height: 260px;
}

.slide-caption h3 {
  font-weight: bold;
  font-size: 26px;
}

.slide-caption p {
  font-size: 19px;
}

.bigNoUrl h3 {
  letter-spacing: 2px;
}

.bigNoUrl .button,.bigNoUrl .btn,
#expo .button,#expo .btn,
.slide-caption .btn,
.slide-caption .button {
  font-size: 10px;
  font-weight: bold;
}

#main-nav a.nav-link {
  font-size: 11px;
}

.slide-caption .button::after,
.slide-caption .btn::after {
  content: "→";
  margin-left: 5px;
  font-size: 19px;
  font-weight: bold;
}

.controls-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.carousel-control-next,
.carousel-control-prev {
  position: relative;
  width: 30%;
}

.langsDropdown [id*=flag] {
  height: 16px;
  width: 14px;
  display: block;
  margin-right: 5px;
}

.langsDropdown > a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-evenly;
}


.navbar-nav > .nav-item:not(.active):not(.langs):hover > a::before,
.navbar-nav > .nav-item.active:not(.langs) > a::before {
  width: 100%;
  height: 1px;
  z-index: 99;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: slide-in-left .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) alternate both;
          animation: slide-in-left .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) alternate both;
}

#main-nav .navbar-nav > .nav-item > .dropdown-menu > .nav-item {
  text-align: left;
  margin: 0;
}

#main-nav .navbar-nav > .nav-item > .dropdown-menu {
  left: -90px;
}

#main-nav .navbar-nav > .nav-item.langs > .dropdown-menu {
  left: -35px;
}

#main-nav a.nav-link {
  padding: 10px 0;
}

#main-nav .dropdown-menu a.nav-link {
  font-weight: lighter;
  text-transform: none;
  font-size: 12px;
}

#main-nav .navbar-nav .submenu > .dropdown-menu {
  margin: 0 10px;
}

#main-nav .navbar-nav .submenu > .dropdown-menu > .nav-item {
  margin: 0;
}

#logo {
  outline: none;
}

body.home #logo > img {
  position: absolute;
}

#expo-container {
  display: flex;
  justify-content: center;
  flex: 0 0 100%;
}

#expo {
  width: 85vw;
  padding: 50px 200px;
  height: 100%;
}

#expo .expoUrl {
  display: flex;
  flex: 0 0 100%;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.expoUrl:not(.shown) {
  opacity: 0;
}

#expo .exclusive-url > .url-head {
  max-width: 50%;
}

#expo .exclusive-url > .figure-caption {
  max-width: 45%;
  padding: 40px 20px;
}

#expo .exclusive-url > .url-head img {
  height: 100%;
  width: 100%;
  max-height: 550px;
}

#expo h3 {
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;
}

.bigNoUrl > .figure-caption .url-contents,
.slide-caption h3,
.slide-caption p,
#expo .url-contents {
  letter-spacing: 2px;
  line-height: 28px;
}

.button,.btn {
  transition: all .2s ease;
}

#expo-container a.next,
#expo-container a.prev {
  opacity: 1;
}

#expo-container a.next {right: 13%;}
#expo-container a.prev {left: 13%;}

#main-nav.compact-sticky #logo > img {
  position: relative;
  height: 80px;
}

#contact-form button,
#premium-text .button,#premium-text .btn,
.medium-wrapper .button,.medium-wrapper .btn,
.bigNoUrl .button,.bigNoUrl .btn,
#expo .button,#expo .btn {
  border-width: 1px;
  border-style: solid;
  padding: 7px 38px;
  font-size: 13px;
}

#contact-form button::after,body.more .button::after,body.more .btn::after,
#premium-text .button::after,#premium-text .btn::after,
.medium-wrapper .button::after,.medium-wrapper .btn::after,
.small-wrapper .button::after,.small-wrapper .btn::after,
.bigNoUrl .button::after,.bigNoUrl .btn::after,
#expo .button::after,#expo .btn::after {
  content: "";
  border-width: 1px;
  border-style: solid;
  position: absolute;
  width: 105%;
  height: 88%;
  left: -4px;
  top: 2px;
  margin: 0;
}

.bigNoUrl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 50px;
  margin-top: 20px;
}

.bigNoUrl::before {
  content: "";
  width: 25px;
  height: 40px;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.bigNoUrl .url-head {
  background-image: none!important;
}

.bigNoUrl .no-url-content-wrapper {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.bigNoUrl .no-url-content-wrapper img {
  width: 100%;
}

.bigNoUrl .no-url-content-wrapper img,
.bigNoUrl .no-url-content-wrapper {
  min-height: 500px;
  max-height: 700px;
}

.bigNoUrl .no-url-content-wrapper > * {
  margin: 0;
  padding: 0;
  flex: 0 0 100%;
}

.bigNoUrl .no-url-content-wrapper > .url-head {
  max-width: 60%;
  position: relative;
  overflow: hidden;
  max-height: 700px;
}

.bigNoUrl .smallUrl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 300px;
  position: absolute;
  left: 0;
  height: 100%;
  width: 65%;
}

.bigNoUrl .smallUrl .url-contents {
  width: 64%;
  letter-spacing: 2px;
}

.bigNoUrl > .figure-caption {
  padding: 0 600px;
  margin-top: 30px;
}

.bigNoUrl > .figure-caption > .contents-wrapper {
  text-align: center;
}

.bigNoUrl > .figure-caption .url-contents {
  padding: 0 70px;
}

.bigNoUrl .smallUrl h3 {
  letter-spacing: 2px;
}

.small-wrapper {
  display: flex;
  justify-content: center;
  padding: 30px 250px;
  flex-wrap: wrap;
}

.small-wrapper > .smallUrl {
  max-width: 25%;
  flex: 0 0 100%;
  padding: 20px;
  margin: 20px;
}

.small-wrapper > .smallUrl .contents-wrapper {
  text-align: center;
}

.small-wrapper > .smallUrl img {
  height: 200px;
}

.small-wrapper > .smallUrl h3 {
  font-size: 23px;
}

.small-wrapper > .smallUrl .url-contents {
  letter-spacing: 2px;
  padding: 0 40px;
  font-size: 14px;
  line-height: 28px;
}

body.more .button,
body.more .btn,
.small-wrapper .button,
.small-wrapper .btn {
  letter-spacing: 2px;
  border-width: 1px;
  border-style: solid;
  padding: 7px 38px;
  font-size: 10px;
}

.recent-wrapper {
  padding: 0 250px;
}

.recent-group,
.recent-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.recent-group>:not(:last-child),
.recent-wrapper>* {
  max-width: 50%;
  flex: 0 0 100%;
}

.recent-group>:last-child {
  max-width: 100%;
  flex: 0 0 100%;
}

.recent-wrapper img {
  height: 100%;
}

body:not(.home) #main-nav,
#main-nav.compact-sticky {
  padding-left: 50px;
  padding-right: 50px;
}

#main-nav.compact-sticky .navbar-nav>:not(:last-child) {
  margin-right: 7px;
}

#main-nav.compact-sticky a.nav-link {
  font-size: 10px;
}

.medium-wrapper {
  padding: 100px 250px;
}

.medium-images,
.medium-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.medium-wrapper:nth-of-type(even) {
  flex-direction: row-reverse;
}

.medium-images > *,
.medium-wrapper > * {
  max-width: 49%;
  flex: 0 0 100%;
}

.medium-images .mediumUrl > .url-head,
.medium-images .mediumUrl > .figure-caption {
  max-width: 100%;
  flex: 0 0 100%;
}

.medium-images .mediumUrl {
  height: 100%;
  margin: 0;
  padding: 0;
}

.medium-wrapper .medium-images img {
  height: 100%;
}

.right-column {
  display: flex;
  flex-direction: column;
}

.right-column > :first-child {
  padding: 0;
  padding-right: 5px;
  padding-bottom: 5px;
}

.right-column > :last-child {
  padding: 0;
  padding-right: 5px;
  padding-top: 5px;
}

.medium-caption {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.medium-caption > .contents-wrapper {
  padding: 0 100px;
}

.medium-caption h3 {
  letter-spacing: 2px;
}

.medium-caption .url-contents {
  letter-spacing: 1.5px;
  line-height: 28px;
}

.small-wrapper:nth-of-type(odd) .url-contents {
  line-height: 38px;
  padding: 0;
}

.small-wrapper:nth-of-type(odd) img {
  height: 311px;
}

.small-wrapper:nth-of-type(odd)>:first-child .contents-wrapper {
  text-align: left;
  padding: 0 15px;
}

.small-wrapper:nth-of-type(odd)>:first-child h3 {
  font-size: 28px;
}

.small-wrapper:nth-of-type(odd)>:first-child .url-contents {
  font-size: 16px;
}

.small-wrapper:nth-of-type(odd) .btn,
.small-wrapper:nth-of-type(odd) .button {
  padding: 10px 25px;
}

.bigUrl.odd {
  height: 700px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bigUrl.odd .contents-wrapper {
  max-width: 100%;
}

.bigUrl.odd .figure-caption {
  margin: 0;
  text-align: left;
  text-shadow: none;
  width: 50%;
}

.bigUrl.odd h3 {
  font-size: 35px;
  padding: 30px;
  width: 98%;
  letter-spacing: 2px;
}

.bigUrl.odd .url-contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px;
  width: 98%;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-size: 20px;
}

.bigUrl.odd .url {
  font-size: 10px;
  margin: 0;
  margin-top: 20px;
  padding-left: 0;
  letter-spacing: 0;
}

body.view-article .back-to-catalog::after,
.bigUrl.odd .button::after,
.bigUrl.odd .btn::after {
  content: "→";
  margin-left: 5px;
  font-size: 19px;
  font-weight: bold;
}

#footer.big {
  padding: 0;
}

#footer .bigUrl {
  height: 750px;
  margin: 0;
}

#footer.big>.container-fluid>.row {
  align-items: center;
  justify-content: center;
}

#footer-cols {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 85%;
  padding: 20px;
}

#footer-cols-inner {
  display: flex;
  justify-content: space-between;
  padding: 60px 40px;
  width: 100%;
}

#footer-cols-inner>.right,
#footer-cols-inner>.left {
  max-width: 32%;
  flex: 0 0 100%;
  padding: 0;
}

#footer-cols-inner > * {
  padding: 0;
}

#footer-cols-inner>.figure-caption {
  max-width: 32%;
  flex: 0 0 100%;
  order: -1;
  text-align: left;
}

#footer-cols h3 {
  letter-spacing: 2px;
}

#footer-cols .url-contents {
  font-size: 18px;
  margin: 0;
  margin-top: 20px;
  letter-spacing: 2px;
  line-height: 28px;
}

#footer-cols .url-title h3 {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 28px;
}

#footer-cols .right {
  justify-content: flex-start;
}

#footer-cols #page-title {
  font-size: 21px;
}

#footer-cols .contact-info {
  margin: 0;
  margin-top: 10px;
}

#footer-cols .contact-info-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#footer-cols .contact-info-section {
  margin: 0;
  margin-top: 5px;
}

.slide-caption>.container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
  height: 260px;
}

footer #fourty-logo {
  width: 80px;
}

#recent-articles {
  justify-content: center;
  padding: 40px 0;
}

.recent-article {
  max-width: 33.333333%;
  flex: 0 0 100%;
}

.recent-article figcaption {
  text-align: center;
  padding: 0 90px;
  letter-spacing: 2px;
}

body.articles-list .article img,
.recent-article img {
  width: 100%;
}

body.pdf .btn,body.pdf .button,
[class*="article"]:not([class*="view"]) .btn,
[class*="article"]:not([class*="view"]) .button {
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.offers .btn::after,body.offers .button::after,
body.pdf .btn::after,body.pdf .button::after,
[class*="article"]:not([class*="view"]) .btn::after,
[class*="article"]:not([class*="view"]) .button::after {
  content: "";
  width: 12%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  opacity: .7;
}

#recent-articles h2 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

#recent-articles h3 {
  font-size: 15px;
}

body.home main,
#recent-articles {
  margin-bottom: 0;
}

#search-form>.form-group,
#search-form input {
  margin: 0;
}

body:not(.home) #header-bottom {
  top: 0;
  width: 100%;
}

#contact section.contactform > * {
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
}
#contact section.contactform > #contact-form {
  max-width: 49%;
}

#contact section.contactform > .contact-details {
  max-width: 42%;
  padding: 20px;
}

#contact section.contactform {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 100px 300px;
  margin: 0;
}

body:not(.home) #header-bottom {
  position: relative;
}

body:not(.home) #header-bottom > .container {
  padding: 0 15px;
}

#spacer {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px;
}

#spacer::after {
  content: "";
  position: absolute;
  height: 1px;
  top: 20px;
  width: 100%;
}

body.contact #contact #contact-form textarea,
body.contact #contact #contact-form input[type] {
  font-size: 15px;
  border-bottom-color: rgba(153,153,153,.4);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  box-shadow: none;
}

.form-group.actions {
  align-items: center;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

body.contact #contact #contact-form button {
  margin: 0;
}

::placeholder {
  font-size: 11px;
  text-transform: uppercase;
}

#contact-form form > * {
  max-width: 100%;
  flex: 0 0 100%;
}

#basic-contact-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#basic-contact-fields > * {
  margin: 0;
  padding: 0;
}

#basic-contact-fields > :not(:last-child) {
  max-width: 49%;
  flex: 0 0 100%;
}

#basic-contact-fields > :last-child {
  max-width: 100%;
  flex: 0 0 100%;
}

#maps-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#maps-wrapper .multicontact {
  margin: 0;
}

.singlecontact {
  justify-content: center;
  padding: 0 15px;
  margin-bottom: 15px;
}

.singlecontact > .map-holder,
#maps-wrapper > :first-child > .map-holder {
  height: 400px;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}

#maps-wrapper > :first-child {
  max-width: 100%;
  flex: 0 0 100%;
}

#rest-maps {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  flex: 0 0 100%;
}

#rest-maps:not(.single) {
  padding: 0 15px;
}

#rest-maps > * {
  max-width: 49%;
  flex: 0 0 100%;
}

body:not(.home) footer .right,
#rest-maps.single > .multicontact {
  max-width: 100%;
  flex: 0 0 100%;
}

body:not(.home) #footer .right {
  align-items: center;
}

body.contact #contact-content {
  display: flex;
  flex-direction: column-reverse;
}

#rest-maps.single {
  justify-content: center;
}

body.articles-list > main,
body.pdf > main,
body.offers > main,
body.videos > main,
body.gallery > main {
  padding: 100px 200px;
  margin: 0;
}

body.pdf .justify-content-center,
body.offers .justify-content-center,
body.videos .justify-content-center,
body.gallery .justify-content-center {
  justify-content: flex-start!important;
}

body.articles-list > main h3,
body.pdf > main h3, body.offers > main h3,
body.videos > main h3, body.gallery > main h3 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px auto;
}

body.articles-list figcaption,
body.pdf figcaption,
body.videos .video-caption {
  letter-spacing: 2px;
  padding: 0 15px;
}

body.pdf .btn,
body.pdf .button,
body.articles-list .btn,
body.articles-list .button {
  justify-content: flex-start;
}

body.contact .justify-content-center {
  padding: 0;
}

body.contact #basic-contact-fields > :nth-child(2) {
  padding-right: 4px;
}

#gallery figure>figcaption > p,
#page-title {
  letter-spacing: 2px;
}

.social-container > li {
  width: auto;
  padding: 0;
  margin: 0;
  margin: 0 2px;
}

.social-container > li > a {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.offers .offer img {
  height: 400px;
}

body.offers .offer .card-body {
  letter-spacing: 2px;
}

body.offers .offer .card-body .card-title {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

#offers .offer .countdown .title {
  font-size: 8px;
}

body.offers .btn,
body.offers .button {
  font-size: 10px;
  background-color: transparent;
}

body.offers .countdown > .col-sm-12,
body.offers .countdown .value {
  font-size: 13px;
}

body.offers .offer .card-text {
  font-size: 15px;
}

body.view-article main {
  padding: 100px 250px;
}

body.view-article .back-to-catalog {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

body.view-article .back-to-catalog::after {
  transform: rotate(180deg);
  margin-right: 5px;
}

#view-article h2 {
  font-size: 33px;
}

body.articles-list figcaption {
  text-align: center;
}


.slide-caption.no-desc .btn,.slide-caption.no-desc .button,
#header-middle,#header-top,#captions h3,
#footer .social,body:not(.home) #footer .search-social,
body:not(.home) footer .right > .contact-info,
.singlecontact > .contact-details,body.contact footer .contact-info,
.container-fluid>.multicontact,body:not(.home) footer .left,
#maps-wrapper > :first-child>.contact-details,
.search-social:not(.open)>#searchform-container:not(.closed),
.social-container[style=""]+:not(.closed),
.carousel-indicators,#contact-form label,
#footer-cols .btn,#footer-cols .button,
#footer .bigUrl>.figure-caption,
#exclusiveURLs>.smallUrl,#exclusiveURLs>:last-child.bigUrl:not(.odd),
.bigUrl.odd .contents-wrapper > .url,
.small-wrapper:nth-of-type(odd)>:first-child .btn,
.small-wrapper:nth-of-type(odd)>:first-child .button,
.small-wrapper:nth-of-type(odd)>:first-child>.url-head,
.medium-images>.mediumUrl,.medium-images .figure-caption,
#exclusiveURLs>.mediumUrl,.medium-wrapper>.mediumUrl,
.bigNoUrl+.smallUrl,.bigNoUrl .smallUrl .url-head,
#exclusiveURLs > .expoUrl,.bigNoUrl>.url-head,
#captions>:not(.active):not(.controls-wrapper),
#clones p, .clone-caption .container > :last-child,
#main-slideshow > .carousel-inner .carousel-caption,
#header-top .social-container, #header-top #searchform-container {
  display: none!important;
}


 @-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* Responsive ================================================================== */

@media all and (min-width: 1024px) {

  #footer:not(.desc) #footer-cols-inner > .right,
  #footer:not(.desc) #footer-cols-inner > .left {
  max-width: 47.5%;
  }

}

@media all and (min-width: 1025px) {

  .search-social > #searchform-container {
    border-right-width: 1px;
    border-right-style: solid;
  }

  .navbar-nav > .nav-item:not(.active):not(.langs):hover > a::before,
  .navbar-nav > .nav-item.active:not(.langs) > a::before {
  content: "";
  }


}

/* Mobile ====================================================================== */
@media screen and (max-width: 1440px) {

  #main-nav .nav-item {
    margin-right: 9px;
  }

  #header-bottom {
    width: 90%;
  }

  .search-social > #searchform-container.closed {
    max-width: 15%;
  }

  .search-social > .social-container {
    max-width: 85%;
  }

  #main-nav > #logo {
    flex: 0 0 10%;
    max-width: 10%;
  }

  #main-nav.compact-sticky a.nav-link {
    font-size: 9px;
  }

  #main-nav.compact-sticky .navbar-nav > .nav-item > a.nav-link {
    padding: 15px 6px;
  }

  .small-wrapper {
    padding: 30px 100px;
  }

  .small-wrapper > .smallUrl {
    max-width: 30%;
  }

  .bigNoUrl > .figure-caption {
    padding: 0 400px;
  }

  .bigNoUrl img {
    margin-bottom: 0;
  }

  .bigNoUrl .smallUrl {
    padding: 0 100px;
  }

  .bigUrl.odd .figure-caption {
    width: 70%;
  }

  .medium-wrapper {
    padding: 100px 200px;
  }

  .recent-article figcaption {
    padding: 0 30px;
  }

  #footer-cols {
    width: 85%;
  }

  .slide-caption h3 {
    font-size: 22px;
  }

  #captions {
    max-width: 37%;
  }

  body.articles-list > main,body.pdf > main,
  body.offers > main,body.videos > main,
  body.gallery > main {
    padding: 100px;
  }

  #contact section.contactform {
    padding: 100px 200px;
  }

}

@media screen and (max-width: 1280px) {

  #contact-form form.row {
    flex-direction: column;
  }

  body.home #contact-form .form-group.actions {
    flex-direction: column;
    align-items: flex-start;
  }

  #main-nav a.nav-link {
    font-size: 9px;
  }

  .slide-caption h3 {
    font-size: 20px;
  }

  .small-wrapper > .smallUrl {
    max-width: 29.5%;
  }

  #expo .exclusive-url > .figure-caption {
    max-width: 50%;
  }

  .bigNoUrl > .figure-caption {
    padding: 0 300px;
  }

  .medium-caption > .contents-wrapper {
    padding: 0 80px;
  }

  #footer-cols {
    width: 90%;
  }

  #footer-cols .url-contents {
    font-size: 15px;
  }

  #main-nav.compact-sticky .navbar-nav > .nav-item > a.nav-link {
    padding: 15px 1px;
  }

  #captions {
    max-width: 40%;
  }

  .bigUrl.odd {
    height: 500px;
  }

  .bigUrl.odd .figure-caption {
    width: 83%;
  }

  .bigUrl.odd h3 {
    font-size: 24px;
  }

  .bigUrl.odd .url-contents {
    font-size: 15px;
  }

  #contact section.contactform,
  body.articles-list > main,body.pdf > main,
  body.offers > main,body.videos > main,
  body.gallery > main {
    padding: 100px;
  }

  body.view-article main {
    padding: 100px 150px;
  }

}
@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;
  }

  body.home #footer #contact-form .btn,
  body.home #footer #contact-form .button {
    margin: 0;
    margin-top: 15px;
    margin-left: 4px;
  }

  #main-nav > #mainNavContent {
    flex: 0 0 85%;
    max-width: 85%;
  }

  #main-nav > #logo {
    flex: 0 0 15%;
    max-width: 15%;
  }

  #main-slideshow {
    width: 90%;
  }

  #captions {
    max-width: 49%;
  }

  .small-wrapper > .smallUrl {
    max-width: 29.1%;
  }

  .small-wrapper {
    padding: 30px;
  }

  .small-wrapper:nth-of-type(odd)>:first-child .url-contents {
    font-size: 14px;
  }

  #expo {
    width: 90vw;
    padding: 50px 100px;
  }

  #expo-container a.next {
    right: 9%;
  }

  #expo-container a.prev {
    left: 9%;
  }

  .bigNoUrl > .figure-caption {
    padding: 0 200px;
  }

  .bigNoUrl .smallUrl .url-contents {
    width: 86%;
  }

  .medium-wrapper {
    padding: 100px;
  }

  .medium-caption > .contents-wrapper {
    padding: 0 60px;
  }

  .recent-article {
    max-width: 40%;
    flex: 0 0 100%;
  }

  .search-social {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }

  .search-social > #searchform-container.closed,
  .search-social > .social-container {
    max-width: 100%;
  }

  footer .social-container {
    text-align: left;
  }

  .search-social > #searchform-container {
    justify-content: flex-start;
  }

  .search-social > .social-container {
    max-width: 88%;
  }

  .search-social > #searchform-container.closed {
    max-width: 12%;
  }

  #searchform-container .open-icon > a,
  #searchform-container .close-icon > a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #footer-cols .right > * {
    margin: 0;
    padding: 0;
  }

  #footer-cols {
    width: 95%;
    padding: 20px 10px;
  }

  #footer-cols-inner {
    padding: 60px 20px;
  }

  #search-form input {
    text-indent: 10px;
  }

  #footer-cols .right > :not(:last-child) {
    margin-bottom: 10px;
  }

  #contact section.contactform,
  body.articles-list > main,body.pdf > main,
  body.offers > main,body.videos > main,
  body.gallery > main {
    padding: 100px 50px;
  }

  .form-group.actions {
    flex-direction: column;
    align-items: flex-start;
  }

  body.contact #contact #contact-form button {
    margin-left: 4px;
    margin-top: 10px;
  }

  .g-recaptcha {
    margin-left: 0;
  }

  #rest-maps .contact-details {
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  body.view-article main {
    padding: 100px;
  }


}

@media screen and (max-width: 768px) {
  #header-top {
    position: relative;
    width: 100%;
    height: auto;
  }
  #hero-title,
  #main-slideshow {
    margin-top: 0;
  }
  #main-slideshow .carousel-caption .btn,
  #main-slideshow .carousel-caption .button {
    margin-bottom: 0;
  }
  #searchform-container {
    width: 100%;
    margin: 0 auto;
  }
  #header-top .social-container { text-align: center;}
  #footer #home-map { height: 300px; }
  #footer .contactform .col-md-4,
  #footer .contactform .col-md-8,
  #footer .contactform .col-md-12 {
    padding: 0;
  }
  #footer .contact-info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body:not(.home) #contact-form {
    padding: 0;
  }
  body.contact #contact-content > section {
    padding: 20px;
  }
  #header-top > .container > .row {
    height: auto;
  }
  #header-top .col-md-8 {
    text-align: center;
  }
  header .contact-info-container .contact-info-section {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  #header-bottom {
    position: relative;
    top: 0;
  }
  #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; }

  /* Show the caption of the slideshow */
  #main-slideshow .carousel-caption {
    display: block !important;
    font-size: 4px;
    height: auto;
  }
  #main-slideshow .carousel-caption h3 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .exclusive-url {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .exclusive-url.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;
  }
  #expo .expoUrl {
    flex: 0 0 100%;
  }

  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 .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%;
  }

  #main-slideshow {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin-top: 40px;
  }
  #main-slideshow #captions,
  #main-slideshow #clones {
    display: none;
  }

  #main-slideshow .carousel-inner {
    width: 100%;
  }

  #main-slideshow .carousel-inner img {
    height: 400px;
  }

  #main-slideshow #slide-sidebar {
    height: 100%;
  }

  #captions {
    bottom: 0;
  }

  .controls-wrapper {
    top: 10px;
    right: 3px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    position: absolute;
    width: 15%;
  }

  body.home #logo > img {
    position: relative;
  }

  #main-nav .navbar-toggler {
    outline: none;
    padding: 10px;
    height: 40px;
}

  #main-nav {
    align-items: center;
  }

  #main-nav > #mainNavContent {
    flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    bottom: auto;
    padding: 10px 40px;
  }

  #main-nav.compact-sticky a.nav-link,
  #main-nav a.nav-link {
    font-size: 12px;
  }

  .navbar-nav > :not(:last-child)::after {
    display: none;
  }

  .small-wrapper > :first-child {
    max-width: 100%;
  }

  .small-wrapper > :not(:first-child) {
    max-width: 44.2%;
  }

  #expo {
    width: 97vw;
  }

  .bigNoUrl > .figure-caption {
    padding: 0 100px;
  }

  .bigUrl.odd {
    height: 600px;
  }

  .medium-wrapper {
    padding: 100px 50px;
  }

  .recent-article {
    max-width: 45%;
  }

  .recent-article figcaption {
    padding: 0 15px;
  }

  #footer-cols-inner {
    flex-wrap: wrap;
  }

  #footer-cols .right {
    max-width: 100%;
    order: -1;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  #footer.desc #footer-cols-inner > .figure-caption,
  #footer.desc #footer-cols-inner > .left {
    max-width: 100%;
  }

  #footer:not(.desc) #footer-cols-inner > .left {
    max-width: 100%;
  }

  .video.col-md-4 {
    max-width: 50%;
    flex: 0 0 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;
  }

  #slide-sidebar {
    display: none;
  }

  .small-wrapper > :not(:first-child) {
    max-width: 100%;
  }

  #expo {
    width: 92vw;
    padding: 10px;
  }

  #expo .expoUrl {
    flex-direction: column;
  }

  #expo .exclusive-url > .figure-caption,
  #expo .exclusive-url > .url-head {
    max-width: 100%;
  }

  #expo .exclusive-url > .figure-caption {
    padding: 10px;
    margin-top: 50px;
  }

  #expo .exclusive-url > .url-head img {
    height: 300px;
    width: 100%;
  }

  #expo-container a.next,
  #expo-container a.prev {
    padding: 10px;
    top: 42%;
  }

  #expo-container a.prev {
    right: 15%;
    left: auto;
  }

  #expo-container a.next {
    right: 2%;
  }

  .bigNoUrl {
    padding: 20px;
  }

  .bigNoUrl > .figure-caption,
  .bigNoUrl > .figure-caption .url-contents {
    padding: 0;
  }

  .bigNoUrl .smallUrl .url-contents,
  .bigNoUrl .no-url-content-wrapper > .url-head,
  .bigNoUrl .smallUrl {
    width: 100%;
  }

  .bigNoUrl .smallUrl {
    position: relative;
    padding: 0;
    flex: auto;
  }

  .bigNoUrl .no-url-content-wrapper > .url-head {
    max-width: 100%;
    height: 100%;
  }

  .bigNoUrl .no-url-content-wrapper {
    position: relative;
    flex-direction: column;
    min-height: unset;
    max-height: none;
  }

  .bigNoUrl .no-url-content-wrapper img {
    min-height: 300px;
    max-height: 300px;
  }

  .bigNoUrl .no-url-content-wrapper > * {
    flex: auto;
  }

  .bigUrl.odd .url-contents,
  .bigNoUrl .no-url-content-wrapper .contents-wrapper {
    padding: 10px;
  }

  .bigNoUrl .smallUrl h3 {
    font-size: 25px;
    padding: 0;
  }

  .bigUrl.odd {
    height: 100%;
    margin: 0 20px;
    flex-direction: column;
  }

  .bigUrl.odd .figure-caption {
    width: 100%;
  }

  .bigUrl.odd .url-contents {
    font-size: 14px;
    padding: 10px;
  }

  .bigUrl.odd .url-head {
    position: relative;
    height: 250px;
    background-attachment: unset;
  }

  .bigUrl.odd h3 {
    font-size: 24px;
    padding: 20px;
  }

  .medium-wrapper:nth-of-type(even),
  .medium-wrapper {
    padding: 20px;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }

  .medium-images > *,
  .medium-wrapper > * {
    max-width: 100%;
    flex: auto;
  }

  .right-column > :last-child,
  .medium-images > .right-column {
    margin-top: 10px;
  }

  .right-column > :first-child,
  .right-column > :last-child {
    padding: 0;
  }

  .medium-caption > .contents-wrapper {
    padding: 0 10px;
    margin-top: 10px;
  }

  .small-wrapper > :not(:first-child) .contents-wrapper {
    padding: 10px;
  }

  #footer-cols-inner>.figure-caption,
  #footer-cols-inner>.left,
  .recent-article {
    max-width: 100%;
  }

  #footer-cols-inner > * {
    margin-bottom: 40px;
  }

  .recent-article {
    margin-bottom: 50px;
  }

  #footer-cols {
    top: 0;
  }

  #footer-cols-inner>.figure-caption {
    order: -2;
  }

  #footer.desc .bigUrl {
    height: 1200px;
  }

  #footer:not(.desc) .bigUrl {
    height: 860px;
  }

  #footer.desc #home-map {
    height: 400px;
  }

  body.articles-list > main,body.pdf > main,
  body.offers > main,body.videos > main,
  body.gallery > main {
    padding: 30px 10px;
  }

  body.offers .countdown .col-sm-3 {
    max-width: 25%;
  }

  .video.col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #spacer {
    padding: 50px 10px;
  }

  #spacer #page-title {
    font-size: 27px;
  }

  #contact section.contactform {
    flex-direction: column;
    padding: 100px 20px;
  }

  #contact section.contactform > .contact-details,
  #contact section.contactform > #contact-form {
    max-width: 100%;
  }

  #contact section.contactform > #contact-form {
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 320px) {

  #footer.desc .bigUrl {
    height: 1280px;
  }

  #footer:not(.desc) .bigUrl {
    height: 883px;
  }

}