<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&amp;display=swap&amp;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&gt;.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;
  padding: 15px 19px;
}
.button:hover,.btn:hover {
  color: #fff;
}
.btn.focus, button.focus, .btn:focus, button:focus {
  box-shadow: none;
}
.button &gt; .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 &gt; .container &gt; .row {
  height: 58px;
  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;
  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 .navbar-nav &gt; li.open &gt; .dropdown-menu {
  display: block;
  top: 100%;
  margin-top: 0;
  opacity: 1;
  z-index: 99999;
}
#main-nav .navbar-nav &gt; li.open &gt; .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 {
  transition: color 0.3s ease;
}
#main-nav .langsDropdown.dropdown-menu .dropdown-item:hover {
  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) &gt; .dropdown-menu.show {
  display: none;
}
/* ============================================================================= */

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

.social-container&gt;li {
  display: inline-block;
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0 2px;
  vertical-align: middle;
  margin-top: 2px;
}
.social-container&gt;li:last-of-type { margin-right: 0; }

.social-container&gt;li&gt;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;
}
#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 &gt; .url-head {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.exclusive-url &gt; .url-head &gt; img {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}
.exclusive-url &gt; .figure-caption {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: left;
  color: #545454;
  transition: top 0.5s ease;
}
.exclusive-url .url-title { text-decoration: none; }
.exclusive-url .url-title &gt; h3 {
  text-decoration: none;
  font-size: 2em;
}

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

/* Medium URLs --------------------------------------------------------------- */

.exclusive-url.mediumUrl &gt; .url-head,
.exclusive-url.mediumUrl &gt; .figure-caption {
  flex: 0 0 50%;
}
.exclusive-url.mediumUrl &gt; .figure-caption {
  font-size: 1.3em;
  padding: 10px 50px;
  display: flex;
  height: 100%;
  align-items: center;
}
.exclusive-url.mediumUrl .url-title &gt; 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 &gt; h3 {
  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 &gt; .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 &gt; span, #articles-pagination .paging &gt; a {
  text-decoration: none;
  display: inline-block;
  padding: 4px;
}
#articles-pagination .paging &gt; a:nth-last-child(2) {
  display: none;
}
.breadcrumb-title { margin-right: 20px; }
/* ============================================================================= */


/* Contact ===================================================================== */
body.contact main { margin-bottom: 0; }
body.contact #contact {
  padding: 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 #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: 1px solid #e9e9e9;
  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 &gt; .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&gt;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&gt;figcaption &gt; 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; }
#fb-messaging.show {right: 60px!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 &gt; .lazyload { min-height: 400px !important; }
/* ============================================================================= */


/* Search ====================================================================== */

#search-form {
  display: inline-block;
}

#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 &gt; a,
#searchform-container .close-icon &gt; 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 &gt; #fixed-banner,
#banners &gt; #second-banner {
  position: relative;
  left: 0!important;
}

#second-banner {
  min-width: 300px;
  max-height: 150px;
  padding: 0!important;
  margin-left: 20px;
}
#second-banner &gt; img {
  display: block!important;
  width: 100%;
  height: 100%;
}

/* ========================== BAKERY SPECIFIC ================================ */
@media screen and (min-width:768px) {
  body:not(.loaded) {opacity: 0;}
  .navbar-toggler &gt; .name {display: none;}
}

body.home &gt; main {
  margin: 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 {
  position: relative;
}

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

.langsDropdown &gt; a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-evenly;
}

#header-top &gt; .container,
#header-middle &gt; .container {
  max-width: 100%;
}

#header-top,#header-bottom {
  position: relative;
  top: 0;
  bottom: 0;
  margin: 0;
}

#header-middle {
  display: flex;
  justify-content: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

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

#main-nav {
  justify-content: center;
}

#main-nav .navbar-nav &gt; .nav-item &gt; a {
  font-weight: lighter;
  font-size: 13px;
}

#main-slideshow img {
  max-height: 800px;
}

#main-slideshow .btn,#main-slideshow .button {
  font-size: 15px;
}

.carousel-indicators {
  bottom: -10px;
}

#exclusiveURLs &gt; * {
  position: relative;
}

footer::after,
#exclusiveURLs &gt; .medium-wrapper::before,
#exclusiveURLs &gt; .medium-wrapper::after,
#exclusiveURLs &gt; .bigUrl.odd::after,
#exclusiveURLs &gt; .bigUrl.odd::before,
body:not(.spacer) header::after {
  /* content: ''; */
  position: absolute;
  background-image: url("../images/tear.png");
  background-repeat: no-repeat;
  left: 0;
  width: 100%;
  z-index: 1;
}

#exclusiveURLs &gt; .medium-wrapper::after {
  height: 60px;
  bottom: -39px;
  transform: rotate(180deg);
}

#exclusiveURLs &gt; .medium-wrapper::before {
  height: 60px;
  bottom: 2px;
}

#exclusiveURLs &gt; .bigUrl.odd::after,
#exclusiveURLs &gt; .bigUrl.odd::before,
body:not(.spacer) header::after {
  height: 100px;
  top: auto;
  bottom: -60px;
}

footer::after {
  height: 68px;
  top: 0px;
  bottom: auto;
  transform: rotate(180deg);
}

.carousel-caption {
  bottom: auto;
  top: 35%;
}

#exclusiveURLs &gt; .small-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 150px 250px;
  max-width: 100%;
  flex: 0 0 100%;
}

#exclusiveURLs &gt; .small-wrapper:nth-of-type(odd) {
  padding-bottom: 50px;
}

#exclusiveURLs &gt; .small-wrapper &gt; .smallUrl {
  padding: 0;
  margin: 0;
  flex: 0 0 32.5%;
}

#exclusiveURLs &gt; .small-wrapper .btn,
#exclusiveURLs &gt; .small-wrapper .button {
  font-size: 10px;
}

.small-wrapper .contents-wrapper {
  text-align: center;
  padding: 10px;
  margin: auto;
  position: relative;
  top: -50px;
  bottom: auto;
  left: 0;
  right: 0;
  width: 95%;
}

#exclusiveURLs &gt; .small-wrapper h3 {
  font-size: 16px;
  font-weight: bold;
}

#expo .expoUrl {
  display: flex;
  flex: 0 0 100%;
  padding: 0 350px;
}

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

.bigNoUrl .url-head {
  background-repeat: no-repeat;
  background-size: cover;
}

#expo-container {
  padding: 100px 0;
  width: 100%;
}

#expo-container .bigNoUrl {
  position: absolute;
  padding: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}

#expo-container a.prev {
  left: 16.5%;
  opacity: 1;
  border-radius: 50%;
  padding: 25px 32px;
}
#expo-container a.next {
  right: 16.5%;
  opacity: 1;
  border-radius: 50%;
  padding: 25px 32px;
}

.exclusive-url.expoUrl &gt; .url-head &gt; img {
  height: 100%;
}

.expoUrl &gt; .figure-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px;
}

.expoUrl .url-contents {
  font-size: 20px;
  line-height: 32px;
}

.exclusive-url.expoUrl .url-title &gt; h3 {
  font-size: 43px;
  margin-bottom: 30px;
}

.medium-captions .btn,.medium-captions .button,
.expoUrl .btn,.expoUrl .button {
  padding: 15px 19px;
}

.exclusive-url.smallUrl &gt; .url-head {
  padding: 2px;
}

.medium-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 400px;
}

.medium-wrapper &gt; .mediumUrl &gt; .url-head {
  height: auto;
}

.medium-captions .contents-wrapper {
  text-align: center;
}

.medium-captions .url-contents {
  font-size: 18px;
  width: 70%;
  margin: 20px auto;
}

.medium-captions {
  max-width: 100%;
  flex: 0 0 100%;
}

.medium-captions h3 {
  font-size: 35px;
  font-weight: bold;
}

.bigUrl:not(.odd) {
  margin: 0;
}

#exclusiveURLs &gt; .bigUrl:not(.odd) .contents-wrapper {
  display: flex;
  flex-direction: row-reverse;
  max-width: 70%;
}

.bigUrl:not(.odd) .big-text {
  text-align: left;
}

.bigUrl:not(.odd) h3 {
  font-size: 50px;
}

#exclusiveURLs &gt; .small-wrapper:nth-of-type(even) img {
  height: 600px;
  transform: scale(1);
  transition: all .3s ease;
}

#exclusiveURLs &gt; .small-wrapper:nth-of-type(even) &gt; .smallUrl:hover img {
  transform: scale(1.2);
  transition: all .3s ease;
}

#exclusiveURLs &gt; .small-wrapper:nth-of-type(even) &gt; .smallUrl .figure-caption &gt; .contents-wrapper {
  top: auto;
  transform: scale(1.1);
  transition: all .3s ease;
  background-color: transparent;
}

#exclusiveURLs &gt; .small-wrapper:nth-of-type(even) &gt; .smallUrl:hover .figure-caption &gt; .contents-wrapper {
  transform: scale(1);
  transition: all .3s ease;
}

#exclusiveURLs &gt; .small-wrapper:nth-of-type(even) &gt; .smallUrl .figure-caption {
  display: flex;
  align-items: center;
  margin: 0;
  height: 100%;
  position: absolute;
  top: 0;
}

#exclusiveURLs &gt; .small-wrapper:nth-of-type(even) h3 {
  font-size: 39px;
  font-weight: bold;
}
#exclusiveURLs &gt; .small-wrapper:nth-of-type(even) .url-contents {
  font-size: 19px;
  padding: 0 15px;
}
#exclusiveURLs &gt; .bigUrl.odd {
  margin: 0;
}
#exclusiveURLs &gt; .bigUrl.odd::before {
  top: 0;
  bottom: auto;
  transform: rotate(180deg);
}
#exclusiveURLs &gt; .bigUrl.odd &gt; .figure-caption {
  margin: 250px auto;
}
#exclusiveURLs &gt; .bigUrl.odd &gt; .url-head {
  background-attachment: local;
}
#recent-articles {
  padding: 0 250px;
  margin-bottom: 50px;
}
.recent-article img {
  height: 100%;
}
.recent-article figcaption {
  padding: 20px;
}
#recent-articles &gt; .recent-article {
  display: flex;
  padding: 0;
  margin: 0;
}
#recent-articles &gt; .recent-article:first-of-type {
  margin-right: 20px;
}
#recent-articles &gt; .recent-article &gt; * {
  max-width: 50%;
  flex: 0 0 100%;
}
#recent-articles &gt; .recent-article .btn,
#recent-articles &gt; .recent-article .button {
  padding: 10px;
  font-size: 10px;
}
footer {
  margin-top: 100px;
}
footer .right {
  max-width: 100%;
  flex: 0 0 100%;
}
footer .social-container,
footer #page-title,
footer .left *,
footer .right * {
  text-align: center;
  padding: 0;
}
#searchform-container {
  order: -1;
  padding: 80px;
  margin-bottom: 20px;
}
#search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  width: 40%;
  background-color: #fff;
  padding: 5px;
}
#footer .right {
  padding: 0;
  order: -1;
  margin-bottom: 30px;
}
#footer {
  padding: 30px 20px;
}
body.contact #footer &gt; .container-fluid,
body:not(.home) #footer .right {
  margin-top: 80px;
}
#search-form &gt; .form-group,
#search-input {
  margin: 0;
}
#search-form &gt; .form-group {
  width: 100%;
}
#search-input {
  height: 50px;
}
#search-form .open-icon {
  margin: 0;
  height: 50px;
  width: 150px;
}
#search-form .open-icon &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#move-top {
  font-size: 15px;
  opacity: 1;
}
footer .social-container &gt; li {
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  width: 40px;
  height: 40px;
}
footer .social-container &gt; li &gt; a {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .logo {
  margin-top: 30px;
}
footer #fourty-logo {
  width: 80px;
}
#exclusiveURLs &gt; .bigUrl.odd .contents-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#exclusiveURLs &gt; .bigUrl.odd .url-contents {
  width: 50%;
  margin: 40px 0;
  text-align: left;
  font-size: 22px;
}
#exclusiveURLs &gt; .bigUrl.odd .btn,
#exclusiveURLs &gt; .bigUrl.odd .button {
  margin: 0;
}
#exclusiveURLs &gt; .bigUrl.odd h3 {
  font-size: 45px;
}
#exclusiveURLs &gt; .bigUrl.odd .btn,
#exclusiveURLs &gt; .bigUrl.odd .button {
  font-size: 12px;
}
#search-input,
#search-input::placeholder {
  color: #000;
  font-size: 12px;
}

.singlecontact &gt; .map-holder {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
  height: 500px;
}

.singlecontact + .contactform {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.singlecontact + .contactform &gt; #contact-form {
  padding: 0;
  margin: 0;
}

.singlecontact + .contactform &gt; * {
  max-width: 49%;
  flex: 0 0 49%;
}

.singlecontact + .contactform &gt; #contact-form form &gt; div {
  max-width: 100%;
  flex: 0 0 100%;
}

.contactform &gt; .contact-details {
  padding: 20px;
}

.contactform &gt; .contact-details .cd-value &gt; a,
.contactform &gt; .contact-details .cd-value {
  font-weight: bold;
}

#offers-content {
  padding: 0 200px;
}

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

#offers .offer .card {
  flex-direction: row;
}

#offers .offer .card &gt; .card-body {
  max-width: 60%;
  flex: 0 0 100%;
}

#offers .offer .card &gt; img {
  max-width: 40%;
  flex: 0 0 100%;
  min-height: 400px;
}

body:not(.spacer) &gt; #more {
  margin-top: 100px;
}

#pdf-content,
#videos-condent {
  padding: 0 200px;
}

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

.article figcaption,
.pdf figcaption,
.video-caption {
  padding: 10px;
}

body.contact &gt; main {
  margin-top: 50px;
}

body.multicontact #contact-content {
  padding: 0 250px;
}

.multicontact .map-holder,
body.multicontact #contact-form {
  padding: 0;
}

.multicontact {
  justify-content: space-between;
}

.multicontact .map-holder {
  max-width: 66%;
}

#contact #contact-form textarea {
  margin: 0;
  min-height: 211px;
}

#main-nav .navbar-nav &gt; .active &gt; a {
  font-weight: bold;
}

#main-nav .navbar-nav &gt; .dropdown &gt; .dropdown-menu {
  left: -50px;
}

#main-nav .submenu &gt; .dropdown-menu &gt; .nav-item,
#main-nav .navbar-nav &gt; .dropdown &gt; .dropdown-menu &gt; .nav-item {
  margin: 0;
}

#main-nav .navbar-nav &gt; .dropdown &gt; .dropdown-menu &gt; :not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,.3);
}

#main-nav .submenu &gt; .dropdown-menu {
  width: 100%;
}

#articles-list-content {
  padding: 0 200px;
}

#view-article {
  padding: 100px 200px;
}

#articles-list-content .article h3,
.back-to-catalog,.paging,.pdf h3,
.video-caption &gt; h3,#view-article h2 {
  font-size: 20px;
  padding: 10px;
}

#exclusiveURLs &gt; .small-wrapper h3 {
  padding: 5px;
}

#view-article h2 {
  font-size: 35px;
}

.pdf .btn,.pdf .button,
#articles-list-content .article .btn,
#articles-list-content .article .button {
  font-size: 14px;
}

body.offers .modal-content .form-control:focus {
  box-shadow: none;
}

#header-bottom {
  z-index: 9;
}

#articles-list-content img {
  height: 250px;
}

body.contact .map-holder {
  z-index: 1;
}

body.contact:not(.multicontact) #contact-form &gt; form {
  padding: 20px;
}

body.contact:not(.multicontact) #contact {
  padding: 0 300px;
}

.pdf img {
  width: 100%;
}

body.contact.multicontact form {
  padding: 20px;
}

#main-slideshow .carousel-indicators {
  z-index: 2;
}

footer.no-search &gt; .container-fluid {
  margin-top: 80px;
}

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

#footer #home-map {
  margin-bottom: 30px;
}

footer .logo {
  width: 100%;
}

/* =================== SMALL-URL-1 */

main &gt; .small-wrapper.st1 {
  margin: 0 -15px;
}

#exclusiveURLs &gt; .small-wrapper.st1,
main &gt; .small-wrapper.st1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 3% 8.333333%;
  background-color: var(--color-1);
}

.smallUrl1 {
  max-width: 17.3%;
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
  opacity: .7;
  transition: opacity .2s ease;
}

.smallUrl1 .url-head {
  display: flex;
  justify-content: center;
  height: auto;
}

#exclusiveURLs &gt; .small-wrapper.st1 &gt; :not(:first-child),
main &gt; .small-wrapper.st1 &gt; :not(:first-child) {
  margin-left: 3.3333134%;
}

#exclusiveURLs &gt; .small-wrapper.st1 .contents-wrapper,
main &gt; .small-wrapper.st1 .contents-wrapper {
  top: 0;
  width: 100%;
  padding: 0;
  background-color: transparent;
}

#exclusiveURLs &gt; .small-wrapper.st1 h3,
main &gt; .small-wrapper.st1 h3 {
  font-size: 24px;
  color: #fff;
}

#exclusiveURLs &gt; .small-wrapper.st1 .url-contents,
main &gt; .small-wrapper.st1 .url-contents {
  font-size: 18px;
  margin: 0;
  color: #fff!important;
}

#exclusiveURLs &gt; .small-wrapper.st1 .btn,
#exclusiveURLs &gt; .small-wrapper.st1 .button,
main &gt; .small-wrapper.st1 .btn,
main &gt; .small-wrapper.st1 .button {
  margin-top: 8px;
  font-size: 14px;
}

#exclusiveURLs &gt; .small-wrapper.st1 img,
main &gt; .small-wrapper.st1 img {
  width: 95px;
  height: 95px;
}

.smallUrl1:hover {
  cursor: pointer;
  opacity: 1;
  transition: opacity .2s ease;
}







#expo-container.first &gt; a.prev,#expo-container.last &gt; a.next,
#footer .right &gt; .logo,.smallUrl1 .btn,.smallUrl1 .button,
body.contact label,#spacer,header &gt; #second-banner,
body:not(.home) #searchform-container,
.bigUrl:not(.odd) .contents-wrapper &gt; .url-contents,
.bigUrl:not(.odd) .contents-wrapper &gt; .url-title,
#header-bottom #logo,#expo .bigNoUrl &gt; .figure-caption,
.medium-wrapper &gt; .mediumUrl &gt; .figure-caption,
.medium-captions &gt; :not(:first-child),
.medium-captions &gt; :not(:first-child) .url-title,
.medium-captions &gt; :not(:first-child) .btn,
.medium-captions &gt; :not(:first-child) .button,
#exclusiveURLs &gt; .bigUrl:not(.odd) .url-head,
#exclusiveURLs &gt; .mediumUrl {
  display: none!important;
}


/* Mobile ====================================================================== */
@media screen and (max-width: 1440px) {

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

  .search-social &gt; #searchform-container.closed {
    max-width: 15%;
  }

  .search-social &gt; .social-container {
    max-width: 85%;
  }

  #main-nav &gt; #logo {
    flex: 0 0 10%;
    max-width: 10%;
  }

  #main-nav.compact-sticky a.nav-link {
    font-size: 9px;
  }

  #main-nav.compact-sticky .navbar-nav &gt; .nav-item &gt; a.nav-link {
    padding: 15px 6px;
  }

  .small-wrapper {
    padding: 30px 100px;
  }

  .bigNoUrl &gt; .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;
  }

  #footer-cols {
    width: 85%;
  }

  .slide-caption h3 {
    font-size: 22px;
  }

  #captions {
    max-width: 37%;
  }

  body.articles-list &gt; main,body.pdf &gt; main,
  body.offers &gt; main,body.videos &gt; main,
  body.gallery &gt; main {
    padding: 100px;
  }

  #contact section.contactform {
    padding: 0 15px;
  }

  #exclusiveURLs &gt; .small-wrapper {
    padding: 150px;
  }

  #expo .expoUrl {
    padding: 0 200px;
  }

  .small-wrapper &gt; .smallUrl {
    max-width: 32.5%;
  }

  #exclusiveURLs &gt; .bigUrl.odd &gt; .figure-caption {
    margin: 200px auto;
  }

  .bigUrl.odd .figure-caption {
    width: 100%;
  }

  #recent-articles {
    padding: 0 150px;
  }

  #search-form {
    width: 50%;
  }

  #pdf-content,#videos-condent,
  #offers-content,#articles-list-content {
    padding: 0;
  }

  #view-article {
    padding: 100px;
  }

  body.multicontact #contact-content {
    padding: 0 100px;
  }

  body.contact #contact-form &gt; form {
    padding: 20px;
  }

  body.contact:not(.multicontact) .singlecontact .map-holder,
  body.contact:not(.multicontact) #contact section.contactform {
    padding: 0 200px;
  }

  .singlecontact + .contactform &gt; #contact-form {
    padding: 0 17px;
  }

  body.contact:not(.multicontact) #contact {
    padding: 0 20px;
  }

  #exclusiveURLs &gt; .small-wrapper.st1,
  main &gt; .small-wrapper.st1 {
    padding: 3.333333%;
  }

}

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

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

  #expo .exclusive-url &gt; .figure-caption {
    max-width: 50%;
  }

  .bigNoUrl &gt; .figure-caption {
    padding: 0 300px;
  }

  .medium-caption &gt; .contents-wrapper {
    padding: 0 80px;
  }

  #footer-cols {
    width: 90%;
  }

  #footer-cols .url-contents {
    font-size: 15px;
  }

  #main-nav.compact-sticky .navbar-nav &gt; .nav-item &gt; a.nav-link {
    padding: 15px 1px;
  }

  #captions {
    max-width: 40%;
  }

  .bigUrl.odd h3 {
    font-size: 24px;
  }

  .bigUrl.odd .url-contents {
    font-size: 15px;
  }

  body.articles-list &gt; main,body.pdf &gt; main,
  body.offers &gt; main,body.videos &gt; main,
  body.gallery &gt; main {
    padding: 50px;
  }

  body.view-article main {
    padding: 100px 150px;
  }

  #expo .expoUrl {
    padding: 0 100px;
  }

  #exclusiveURLs &gt; .small-wrapper {
    padding: 100px;
  }

  #exclusiveURLs &gt; .bigUrl.odd &gt; .figure-caption {
    margin: 100px auto;
  }

  #recent-articles {
    padding: 0 100px;
  }

  .carousel-caption {
    top: 16%;
  }

  #exclusiveURLs &gt; .small-wrapper:nth-of-type(odd) {
    margin-bottom: 0;
  }

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

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

  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 &gt; #logo {
    flex: 0 0 15%;
    max-width: 15%;
  }

  #captions {
    max-width: 49%;
  }

  .small-wrapper {
    padding: 30px;
  }

  .small-wrapper:nth-of-type(odd)&gt;:first-child .url-contents {
    font-size: 14px;
  }

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

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

  .bigNoUrl &gt; .figure-caption {
    padding: 0 200px;
  }

  .bigNoUrl .smallUrl .url-contents {
    width: 86%;
  }

  .medium-wrapper {
    padding: 100px;
  }

  .medium-caption &gt; .contents-wrapper {
    padding: 0 60px;
  }

  .search-social {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }

  .search-social &gt; #searchform-container.closed,
  .search-social &gt; .social-container {
    max-width: 100%;
  }

  .search-social &gt; #searchform-container {
    justify-content: flex-start;
  }

  .search-social &gt; .social-container {
    max-width: 88%;
  }

  .search-social &gt; #searchform-container.closed {
    max-width: 12%;
  }

  #searchform-container .open-icon &gt; a,
  #searchform-container .close-icon &gt; a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #footer-cols .right &gt; * {
    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 &gt; :not(:last-child) {
    margin-bottom: 10px;
  }

  body.articles-list &gt; main,body.pdf &gt; main,
  body.offers &gt; main,body.videos &gt; main,
  body.gallery &gt; 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;
  }

  .carousel-caption {
    top: 0;
  }

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

  .carousel-indicators {
    bottom: -20px;
  }

  .expoUrl &gt; .figure-caption {
    padding: 30px;
  }

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

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

  #exclusiveURLs &gt; .small-wrapper:nth-of-type(even) {
    padding: 100px 50px;
  }

  #search-form {
    width: 70%;
  }

  #offers .offer {
    max-width: 100%;
  }

  #article-image {
    max-width: 50%;
  }

  body.multicontact .multicontact &gt; * {
    max-width: 50%;
    flex: 0 0 50%;
  }

  #contact section.contactform {
    padding: 0;
  }

  body.contact:not(.multicontact) .singlecontact .map-holder,
  body.contact:not(.multicontact) #contact section.contactform {
    padding: 0 100px;
  }


  #exclusiveURLs &gt; .small-wrapper.st1,
  main &gt; .small-wrapper.st1 {
    padding: 3.333333%!important;
  }

  #exclusiveURLs &gt; .small-wrapper.st1 .url-contents,
  main &gt; .small-wrapper.st1 .url-contents {
    font-size: 16px;
  }

}

@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 &gt; section {
    padding: 20px;
  }
  #header-top &gt; .container &gt; .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&gt;.figure-caption {
    font-size: 1.3em;
    padding: 10px;
  }

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

  body.pdf #footer .right {
    align-items: stretch;
  }
  .map-holder {
    height: 300px;
  }
  body.contact .map-holder {
    max-width: 100%;
    flex: 0 0 100%;
  }

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

  body.home #logo &gt; img {
    position: relative;
  }

  #main-nav .navbar-toggler {
    outline: none;
    padding: 10px;
    height: 40px;
}

  #main-nav {
    align-items: center;
  }

  #main-nav.compact-sticky a.nav-link,
  #main-nav a.nav-link {
    font-size: 12px;
  }

  .navbar-nav &gt; :not(:last-child)::after {
    display: none;
  }


  .bigNoUrl &gt; .figure-caption {
    padding: 0 100px;
  }

  .bigUrl.odd {
    height: 600px;
  }

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

  .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 &gt; .figure-caption,
  #footer.desc #footer-cols-inner &gt; .left {
    max-width: 48.5%;
  }

  #footer:not(.desc) #footer-cols-inner &gt; .left {
    max-width: 100%;
  }

  .video.col-md-4 {
    max-width: 50%;
    flex: 0 0 100%;
  }

  #main-slideshow .carousel-caption p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .carousel-caption {
    top: 16%;
  }

  #header-top .row &gt; .col-md-8,
  #header-top .row &gt; .social-container {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #main-nav .navbar-toggler {
    display: none;
  }

  #main-nav .navbar-nav {
    flex-direction: row;
    justify-content: center;
  }

  #main-nav &gt; #mainNavContent {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .navbar-nav .dropdown-menu {
    position: absolute;
  }

  #header-bottom {
    z-index: 99;
  }

  #main-nav.compact-sticky {
    padding: 15px;
  }

  #exclusiveURLs &gt; .small-wrapper:nth-of-type(odd) {
    margin-bottom: 0;
    padding: 100px 50px;
  }

  #expo .expoUrl {
    padding: 0 20px;
  }

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

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

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

  #exclusiveURLs &gt; .bigUrl:not(.odd) .contents-wrapper {
    flex-direction: column-reverse;
    max-width: 80%;
  }

  .bigUrl:not(.odd) .big-text {
    text-align: center;
    max-width: 100%;
    flex: 0 0 100%;
  }

  #exclusiveURLs &gt; .bigUrl:not(.odd) .figure-caption {
    margin: 40px 0;
  }

  #exclusiveURLs &gt; .small-wrapper:nth-of-type(even) img {
    height: 400px;
  }

  #exclusiveURLs &gt; .small-wrapper:nth-of-type(even) h3 {
    font-size: 30px;
  }

  #exclusiveURLs &gt; .small-wrapper:nth-of-type(even) .url-contents {
    font-size: 20px;
  }

  #exclusiveURLs &gt; .bigUrl.odd .contents-wrapper {
    max-width: 90%;
  }

  #recent-articles {
    padding: 0 20px;
  }

  .recent-article figcaption {
    padding: 15px;
  }

  #search-form {
    width: 80%;
  }

  #pdf .pdf,#articles-list .article {
    max-width: 50%;
    flex: 0 0 100%;
  }

  body.multicontact #contact-content {
    padding: 0 50px;
  }

  #contact section.contactform {
    padding: 0 15px;
  }

  .singlecontact + .contactform &gt; * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  body.contact:not(.multicontact) .singlecontact .map-holder,
  body.contact:not(.multicontact) #contact section.contactform,
  body.contact:not(.multicontact) #contact-content .singlecontact {
    padding: 0;
  }

  body.contact:not(.multicontact) #contact section.contactform {
    flex-direction: column-reverse;
  }

  body.contact:not(.multicontact) #contact #contact-content {
    padding: 0 100px;
  }

  body.contact:not(.multicontact) #contact-content &gt; .contactform &gt; .contact-details {
    margin-bottom: 30px;
  }

  body.contact:not(.multicontact) #contact {
    padding: 0 20px;
  }

  #exclusiveURLs &gt; .small-wrapper.st1 h3,
  main &gt; .small-wrapper.st1 h3 {
    font-size: 20px;
  }

}
@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-control-next,
  #main-slideshow .carousel-control-prev {
    display: none;
  }

  .small-wrapper &gt; :not(:first-child) {
    max-width: 100%;
  }


  #expo .expoUrl {
    flex-direction: column;
  }

  #expo .exclusive-url &gt; .figure-caption,
  #expo .exclusive-url &gt; .url-head {
    max-width: 100%;
  }

  #expo .exclusive-url &gt; .url-head img {
    height: 300px;
    width: 100%;
  }

  #expo-container a.next,
  #expo-container a.prev {
    top: 50%;
  }

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

  .bigNoUrl {
    padding: 20px;
  }

  .bigNoUrl &gt; .figure-caption,
  .bigNoUrl &gt; .figure-caption .url-contents {
    padding: 0;
  }

  .bigNoUrl .smallUrl .url-contents,
  .bigNoUrl .no-url-content-wrapper &gt; .url-head,
  .bigNoUrl .smallUrl {
    width: 100%;
  }

  .bigNoUrl .smallUrl {
    position: relative;
    padding: 0;
    flex: auto;
  }

  .bigNoUrl .no-url-content-wrapper &gt; .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 &gt; * {
    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 &gt; *,
  .medium-wrapper &gt; * {
    max-width: 100%;
    flex: auto;
  }

  .right-column &gt; :last-child,
  .medium-images &gt; .right-column {
    margin-top: 10px;
  }

  .right-column &gt; :first-child,
  .right-column &gt; :last-child {
    padding: 0;
  }

  .medium-caption &gt; .contents-wrapper {
    padding: 0 10px;
    margin-top: 10px;
  }

  .small-wrapper &gt; :not(:first-child) .contents-wrapper {
    padding: 10px;
  }

  #footer-cols-inner&gt;.figure-caption,
  #footer-cols-inner&gt;.left,
  .recent-article {
    max-width: 100%;
  }

  #footer-cols-inner &gt; * {
    margin-bottom: 40px;
  }

  .recent-article {
    margin-bottom: 50px;
  }

  #footer-cols {
    top: 0;
  }

  #footer-cols-inner&gt;.figure-caption {
    order: -2;
  }

  #footer.desc .bigUrl {
    height: 1200px;
  }

  #footer:not(.desc) .bigUrl {
    height: 860px;
  }

  #footer.desc #home-map {
    height: 400px;
  }

  body.articles-list &gt; main,body.pdf &gt; main,
  body.offers &gt; main,body.videos &gt; main,
  body.gallery &gt; 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 &gt; .contact-details,
  #contact section.contactform &gt; #contact-form {
    max-width: 100%;
  }

  #contact section.contactform &gt; #contact-form {
    margin-bottom: 20px;
  }

  #main-slideshow .carousel-caption p,
  #main-nav &gt; #mainNavContent.collapse:not(.show) {
    display: none;
  }

  #main-nav .navbar-toggler {
    display: flex;
    align-items: center;
  }

  .navbar-toggler &gt; .name {
    margin-left: 10px;
    font-size: 15px;
  }

  #main-nav .navbar-nav {
    flex-direction: column;
  }

  .navbar-nav .dropdown-menu {
    position: static;
  }

  #main-slideshow .carousel-caption {
    width: 100%;
    right: 0;
    left: 0;
  }

  #main-slideshow .carousel-caption .btn,
  #main-slideshow .carousel-caption .button {
    margin-top: 20px;
  }

  #exclusiveURLs &gt; .small-wrapper:nth-of-type(odd) {
    flex-direction: column;
    margin-bottom: 0;
    padding: 50px;
  }

  #exclusiveURLs &gt; .small-wrapper:nth-of-type(odd) .smallUrl {
    flex: auto;
    max-width: 100%;
  }

  #exclusiveURLs &gt; .small-wrapper:nth-of-type(odd) .contents-wrapper {
    position: relative;
  }

  .expoUrl .url-contents {
    font-size: 17px;
    line-height: 27px;
  }

  .exclusive-url.expoUrl .url-title &gt; h3 {
    font-size: 25px;
  }

  .expoUrl .btn,.expoUrl .button {
    padding: 8px 4px;
    font-size: 13px;
  }

  .medium-wrapper:nth-of-type(even), .medium-wrapper {
    flex-direction: column;
  }

  #exclusiveURLs &gt; .medium-wrapper::after {
    height: 30px;
    bottom: -33px;
  }

  #exclusiveURLs &gt; .medium-wrapper::before {
    height: 30px;
    bottom: -9px;
  }

  .medium-captions {
    margin-bottom: 20px;
  }

  .medium-captions .url-contents {
    width: 90%;
  }

  #exclusiveURLs &gt; .small-wrapper:nth-of-type(even) {
    flex-direction: column;
  }

  #exclusiveURLs &gt; .small-wrapper:nth-of-type(even) .smallUrl {
    max-width: 100%;
    flex: auto;
  }

  #exclusiveURLs &gt; .small-wrapper:nth-of-type(even) &gt; .smallUrl .figure-caption {
    display: flex;
    align-items: center;
    margin: 0;
    height: 100%;
  }

  .bigUrl.odd .url-head {
    position: absolute;
    height: 100%;
  }

  #exclusiveURLs &gt; .bigUrl.odd .url-contents {
    width: 100%;
  }

  #exclusiveURLs &gt; .bigUrl.odd h3 {
    padding-left: 0;
  }

  #recent-articles &gt; .recent-article {
    flex-direction: column;
    margin-bottom: 20px;
  }

  #recent-articles &gt; .recent-article &gt; * {
    max-width: 100%;
    flex: auto;
  }

  #recent-articles &gt; .recent-article:first-of-type {
    margin-right: 0;
  }

  .recent-article img {
    height: 250px;
  }

  body.home #footer .right {
    margin-top: 30px;
  }

  #searchform-container {
    padding: 20px;
  }

  #footer {
    margin-top: 0;
  }

  footer .social-container &gt; li {
    margin-top: 10px;
  }

  #footer h1 {
    margin-top: 20px;
  }

  footer::after {
    height: 43px;
  }

  #search-form {
    width: 100%;
  }

  #exclusiveURLs &gt; .small-wrapper:nth-of-type(even) &gt; :not(:last-child) {
    margin-bottom: 20px;
  }

  body:not(.spacer) header::after {
    height: 50px;
    bottom: -31px;
  }

  #offers .offer .card {
    flex-direction: column;
  }

  #offers .offer .card &gt; .card-body,
  #offers .offer .card &gt; img {
    max-width: 100%;
  }

  #pdf .pdf,#articles-list .article {
    max-width: 100%;
    flex: 0 0 100%;
  }

  body.multicontact #contact-content {
    padding: 0 10px;
  }

  body.contact:not(.multicontact) .singlecontact #contact-form,
  body.contact:not(.multicontact) .singlecontact .map-holder,
  body.contact:not(.multicontact) #contact section.contactform {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }

  body.contact:not(.multicontact) #contact #contact-content {
    padding: 0 10px;
  }

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

  body.contact:not(.multicontact) #contact {
    padding: 0 10px;
  }

  body.multicontact .multicontact &gt; * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  body.multicontact #contact section.contactform {
    padding: 0 15px;
  }

  #exclusiveURLs &gt; .bigUrl:not(.odd) .contents-wrapper {
    max-width: 100%;
  }

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

  #exclusiveURLs &gt; .bigUrl:not(.odd) h3 {
    font-size: 36px;
  }

  header #logo &gt; img {
    width: 100%;
  }

  #exclusiveURLs &gt; .small-wrapper.st1 &gt; .smallUrl1,
  main &gt; .small-wrapper.st1 &gt; .smallUrl1 {
    max-width: 100%;
    flex: auto;
  }

  #exclusiveURLs &gt; .small-wrapper.st1 &gt; :not(:first-child),
  main &gt; .small-wrapper.st1 &gt; :not(:first-child) {
    margin-left: 0;
  }

}

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

  #footer.desc .bigUrl {
    height: 1280px;
  }

  #footer:not(.desc) .bigUrl {
    height: 883px;
  }

}


@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}</pre></body></html>