/* 20230321 - css unification for seo better performance */
/* main.css */
html {
  height: 100%;
}

/* Helper classes ============================================================== */
.hidden {
  display: none !important;
  pointer-events: none !important;
}

main {
  margin-bottom: 100px;
}


.langsDropdown.dropdown-menu {
  min-width: 50px;
}


/* Panelladikes buttons ====================================================================== */


.w3-thirdno {
  font-family: 'opensans';
  font-weight: bold;
  color: #5084b2;
  background-color: #fff;
  float: left;
  width: 200px;
  height: 100px;
  border: 2px solid;
  border-color: #ccc;
  padding: 10px;
  margin: 12px;
  display: flex;
  align-items: center !important;
  justify-content: center;
  text-align: center;
  align-content: center !important;
}

.w3-thirdno1 {
  font-family: 'opensans';
  font-weight: bold;
  color: #F0F0F0;
  background-color: #F0F0F0;
  float: left;
  width: 100px;
  height: 100px;
  padding: 2px;
  margin: 40px;
  display: flex;
  align-items: center !important;
  justify-content: center;
  text-align: center;
  align-content: center !important;
}




.w3-thirdno a {
  color: #5084b2 !important;
  font-weight: bold;
}

.w3-thirdno a:hover {
  color: #5084b2 !important;
  font-weight: bold;
}


.w3-thirdno:hover {
  font-weight: bold;
  color: #fff !important;
  border: 2px solid;
  border-color: #fff;
  background-color: #ee8f8a !important;
}


.w3-thirdno1 a {

}

.w3-thirdno1 a:hover {

}


.w3-thirdno1:hover {

}


/* GoAway ====================================================================== */
#goaway {
  display: block;
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  z-index: 99999999;
}

#goaway .goaway-image {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-60%) scale(1.2);
  bottom: auto;
  left: 0;
  right: 0;
  width: 503px;
  height: 303px;
  margin: auto;
  background-image: url('../images/images-goaway.gif');
  background-repeat: no-repeat;
  background-size: cover;
}

#goaway .goaway-image>h3 {
  display: block;
  position: absolute;
  top: 100%;
  width: 503px;
  font-size: 30px;
  font-weight: lighter;
  color: #6b6b6b;
  text-align: center;
  margin-top: 20px;
}

/* ============================================================================= */
/* Footer ====================================================================== */
footer {
  margin-top: 0;
  padding: 20px 15px;
  background-color: #343a40;
  color: rgba(255, 255, 255, .5);
}

/* PageBg ====================================================================== */
#page-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: repeat;
  z-index: -1;
}

/* Headers ===================================================================== */
#hero-title {
  position: relative;
  padding: 0;
}

#hero-title h1 {
  position: relative;
  color: #fff;
  background-color: transparent;
  font-size: 32px;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  padding: 30px 15px;
  width: 100%;
}

main #header-image {
  display: none;
}

#hero-title>#header-image {
  width: 100% !important;
  height: auto !important;
}

#hero-title.with-header-image>img {
  width: 100%;
  height: auto;
}

/* Social ====================================================================== */
.social-container {
  list-style: none;
  padding-left: 0;
  margin: auto;
  text-align: right;
}

.social-container li {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
}

/* 4ty logo ==================================================================== */
footer #left-footer {
  text-align: left;
}

footer #right-footer {
  text-align: right;
}

footer #fourty-logo {
  display: inline-block;
  width: 100px;
  height: auto;
  margin-top: 10px;
}

/* Articles ==================================================================== */
#article-image {
  width: 100%;
}

#recent-articles .all-articles {
  text-align: right;
}

/* Offers ====================================================================== */
#offers .offer .countdown .title {
  font-size: 0.7em;
}

#offers .offer {
  margin-bottom: 30px;
}

#offers .buttons,
#offers .btn {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

/* Modal form */
/* preloader and msg */
#offers .offer-enquiry-form .modal-dialog {
  position: relative;
}

#offers .offer-enquiry-form .preloader {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}

#offers .offer-enquiry-form .msg {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
}

#offers .offer-enquiry-form .msg>.content {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  text-align: center;
  font-size: 23px;
}

#offers .offer-enquiry-form.display-msg .msg {
  display: block;
}

#offers .offer-enquiry-form.display-msg .msg .btn {
  padding: 6 30px;
  margin: 10px auto;
}

#offers .offer-enquiry-form.display-msg .msg.success .content>p {
  color: #12a036;
}

#offers .offer-enquiry-form.display-msg .msg.fail .content>p {
  color: #c42b16;
}

#offers .offer-enquiry-form.sending .row {
  transition: all 0.3s ease;
}

#offers .offer-enquiry-form.sending .row {
  opacity: 0;
  pointer-events: none;
}

#offers .offer-enquiry-form.sending .preloader {
  display: block;
}

/* Gallery ===================================================================== */
.pswp {
  z-index: 100000 !important;
}

body.gallery figure>figcaption p {
  display: none;
}

/* Contact ===================================================================== */
body.contact #contact-content>section {
  margin-bottom: 30px;
}

/* Login page ================================================================== */
body.login-page {
  position: relative;
  height: 100%;
}

main#login {
  position: relative;
  height: calc(100% - 300px);
}

#exclusive-login {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 330px;
  margin: auto;
}

#home-map {
  height: 300px;
}

/* Cockies ============================================================================================ */
#cookie-notice {
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  z-index: 9999;
}

#cookie-notice p {
  display: inline-block;
  margin-right: 20px;
}

#cookies-agree {
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid;
  background: #ffffff;
}

table.tabs {
  display: none;
}

/* template.css */
@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-middle2[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>.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;
  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>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 {
  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)>.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;
}


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

/* Hero  =================================================================== */
#mainlogo {
  display: flex;
  align-items: center;
  /* Vertically center items */
  justify-content: center;
  /* Horizontally center items */
  gap: 50px;
  /* Space between elements */
}

.text h5 {
  color: black;
  /* Set the color of the h5 tags to black */
  margin: 50;
  /* Remove default margins for better alignment */
}

.image {
  width: 100px;
  /* Set the width of the image */
  height: auto;
}


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

/* 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>.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 .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>.url-head,
.exclusive-url.mediumUrl>.figure-caption {
  flex: 0 0 50%;
}

.exclusive-url.mediumUrl>.figure-caption {
  font-size: 1.3em;
  padding: 10px 50px;
  display: flex;
  height: 100%;
  align-items: center;
}

.exclusive-url.mediumUrl .url-title>h3 {
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}


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

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

.exclusive-url.bigUrl .url-head {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.exclusive-url.bigUrl .url-head img {
  display: none;
}

.bigUrl .contents-wrapper {
  max-width: 60%;
  margin: auto;
}

.exclusive-url.bigUrl .figure-caption {
  position: relative;
  margin: 80px auto;
  text-align: center;
  color: #fff;
}

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

.exclusive-url.bigUrl .url-title>h3 {
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
}

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

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

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

/* ========================== BAKERY SPECIFIC ================================ */
@media screen and (min-width:768px) {
  body:not(.loaded) {
    opacity: 0;
  }

  .navbar-toggler>.name {
    display: none;
  }
}

body.home>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>a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-evenly;
}

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

#header-middle2>.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-middle2 {
  display: flex;
  justify-content: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#header-middle #logo {
  left: 100;
  padding: 0;
}
#header-middle2 #logo {
  left: 100;
  padding: 0;
}

/*New style start*/
#header-middle {
  flex-direction: row;
}

/*New style start*/
#header-middle2 {
  flex-direction: row-reverse;
}


#header-side-link{
  display: inline-block;
  padding: 10px 20px;
  background-color: #9E9E9E;
  color: #fdfdfd;
  border-radius: 5px;
  left: 100px;
  position: relative;
  transition: 0.5s all;
}
#header-side-link:hover{
  background-color: #7E7E7E;
}

#header-side-link-left{
  display: inline-block;
  padding: 10px 20px;
  background-color: #9E9E9E;
  color: #fdfdfd;
  border-radius: 5px;
  right: 100px;
  position: relative;
  transition: 0.5s all;
}
#header-side-link-left:hover{
  background-color: #7E7E7E;
}
/*New style end*/

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

#main-nav .navbar-nav>.nav-item>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>* {
  position: relative;
}

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

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

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

#exclusiveURLs>.bigUrl.odd::after,
#exclusiveURLs>.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>.small-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 150px 250px;
  max-width: 100%;
  flex: 0 0 100%;
}

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

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

#exclusiveURLs>.small-wrapper .btn,
#exclusiveURLs>.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>.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>.url-head>img {
  height: 100%;
}

.expoUrl>.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>h3 {
  font-size: 43px;
  margin-bottom: 30px;
}

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

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

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

.medium-wrapper>.mediumUrl>.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>.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>.small-wrapper:nth-of-type(even) img {
  height: 600px;
  transform: scale(1);
  transition: all .3s ease;
}

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

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

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

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

#exclusiveURLs>.small-wrapper:nth-of-type(even) h3 {
  font-size: 39px;
  font-weight: bold;
}

#exclusiveURLs>.small-wrapper:nth-of-type(even) .url-contents {
  font-size: 19px;
  padding: 0 15px;
}

#exclusiveURLs>.bigUrl.odd {
  margin: 0;
}

#exclusiveURLs>.bigUrl.odd::before {
  top: 0;
  bottom: auto;
  transform: rotate(180deg);
}

#exclusiveURLs>.bigUrl.odd>.figure-caption {
  margin: 250px auto;
}

#exclusiveURLs>.bigUrl.odd>.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>.recent-article {
  display: flex;
  padding: 0;
  margin: 0;
}

#recent-articles>.recent-article:first-of-type {
  margin-right: 20px;
}

#recent-articles>.recent-article>* {
  max-width: 50%;
  flex: 0 0 100%;
}

#recent-articles>.recent-article .btn,
#recent-articles>.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>.container-fluid,
body:not(.home) #footer .right {
  margin-top: 80px;
}

#search-form>.form-group,
#search-input {
  margin: 0;
}

#search-form>.form-group {
  width: 100%;
}

#search-input {
  height: 50px;
}

#search-form .open-icon {
  margin: 0;
  height: 50px;
  width: 150px;
}

#search-form .open-icon>a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#move-top {
  font-size: 15px;
  opacity: 1;
}

footer .social-container>li {
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  width: 40px;
  height: 40px;
}

footer .social-container>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .logo {
  margin-top: 30px;
}

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

#exclusiveURLs>.bigUrl.odd .contents-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#exclusiveURLs>.bigUrl.odd .url-contents {
  width: 50%;
  margin: 40px 0;
  text-align: left;
  font-size: 22px;
}

#exclusiveURLs>.bigUrl.odd .btn,
#exclusiveURLs>.bigUrl.odd .button {
  margin: 0;
}

#exclusiveURLs>.bigUrl.odd h3 {
  font-size: 45px;
}

#exclusiveURLs>.bigUrl.odd .btn,
#exclusiveURLs>.bigUrl.odd .button {
  font-size: 12px;
}

#search-input,
#search-input::placeholder {
  color: #000;
  font-size: 12px;
}

.singlecontact>.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>#contact-form {
  padding: 0;
  margin: 0;
}

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

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

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

.contactform>.contact-details .cd-value>a,
.contactform>.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>.card-body {
  max-width: 60%;
  flex: 0 0 100%;
}

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

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

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

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

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

body.contact>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>.active>a {
  font-weight: bold;
}

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

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

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

#main-nav .submenu>.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>h3,
#view-article h2 {
  font-size: 20px;
  padding: 10px;
}

#exclusiveURLs>.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>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>.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>.small-wrapper.st1 {
  margin: 0 -15px;
}

#exclusiveURLs>.small-wrapper.st1,
main>.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>.small-wrapper.st1> :not(:first-child),
main>.small-wrapper.st1> :not(:first-child) {
  margin-left: 3.3333134%;
}

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

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

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

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

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

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







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


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

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

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

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

  #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: 0 15px;
  }

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

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

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

  #exclusiveURLs>.bigUrl.odd>.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>form {
    padding: 20px;
  }

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

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

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

  #exclusiveURLs>.small-wrapper.st1,
  main>.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>.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 h3 {
    font-size: 24px;
  }

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

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

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

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

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

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

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

  .carousel-caption {
    top: 16%;
  }

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

  #captions {
    max-width: 49%;
  }

  .small-wrapper {
    padding: 30px;
  }

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

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

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

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

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

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

  .carousel-caption {
    top: 0;
  }

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

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

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

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

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

  #exclusiveURLs>.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>* {
    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>.small-wrapper.st1,
  main>.small-wrapper.st1 {
    padding: 3.333333% !important;
  }

  #exclusiveURLs>.small-wrapper.st1 .url-contents,
  main>.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>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;
  }

  #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>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> :not(:last-child)::after {
    display: none;
  }


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

  #footer:not(.desc) #footer-cols-inner>.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>.col-md-8,
  #header-top .row>.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>#mainNavContent {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

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

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

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

  #exclusiveURLs>.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>.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>.bigUrl:not(.odd) .figure-caption {
    margin: 40px 0;
  }

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

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

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

  #exclusiveURLs>.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>* {
    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>.contactform>.contact-details {
    margin-bottom: 30px;
  }

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

  #exclusiveURLs>.small-wrapper.st1 h3,
  main>.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> :not(:first-child) {
    max-width: 100%;
  }


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

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

  #expo .exclusive-url>.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>.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;
  }

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

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

  .navbar-toggler>.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>.small-wrapper:nth-of-type(odd) {
    flex-direction: column;
    margin-bottom: 0;
    padding: 50px;
  }

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

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

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

  .exclusive-url.expoUrl .url-title>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>.medium-wrapper::after {
    height: 30px;
    bottom: -33px;
  }

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

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

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

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

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

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

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

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

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

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

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

  #recent-articles>.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>li {
    margin-top: 10px;
  }

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

  footer::after {
    height: 43px;
  }

  #search-form {
    width: 100%;
  }

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

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

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

  #offers .offer .card>.card-body,
  #offers .offer .card>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>* {
    max-width: 100%;
    flex: 0 0 100%;
  }

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

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

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

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

  header #logo>img {
    width: 100%;
  }

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

  #exclusiveURLs>.small-wrapper.st1> :not(:first-child),
  main>.small-wrapper.st1> :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;
  }
}

ul.social-container.col-md {
  font-size: 17px;
}

/* extras.css */
.article-head {
  margin: -15px;
  overflow: hidden;
}

#accessibility-bar {
  background-color: #ffffff;
  color: #2d2d2d;
  display: block;
  position: fixed;
  width: 70px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.31);
  z-index: 999;
  top: 30%;
  left: 0;
}

#accessibility-bar a.access-icon {
  color: inherit;
  font-size: 30px;
  display: block;
  text-align: center;
  margin: 10px 0;
}

#accessibility-bar .buttons {
  display: none;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 0 10px;
  background-color: #ffffff;
}

#accessibility-bar .access-arrow {
  display: block;
  position: relative;
  text-align: center;
  background-color: #fff;
  padding: 5px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  margin: auto;
  transition: all 0.3s ease;
}

#accessibility-bar .access-arrow.open {
  transform: rotateZ(180deg)
}

#accessibility-bar #text-small-btn {
  font-size: 10px;
}

#accessibility-bar #text-medium-btn {
  font-size: 14px;
}

#accessibility-bar #text-large-btn {
  font-size: 18px;
}

#accessibility-bar #text-blue-bg {
  color: #0f2dd6;
}

#accessibility-bar #text-blue-bg,
#accessibility-bar #text-black-bg {
  font-size: 14px;
}

#accessibility-bar #text-blue-bg:hover {
  background-color: #0f2dd6;
  color: #d6c90f;
}


body.medium-text,
body.medium-text #hero-title h1,
body.medium-text #main-nav .dropdown-menu>li>a {
  font-size: 1.4em;
}

body.medium-text .btn {
  font-size: 1em;
}

body.large-text .expoUrl .figure-caption {
  height: 300px;
}

body.large-text,
body.large-text #hero-title h1,
body.large-text #main-nav .dropdown-menu>li>a {
  font-size: 1.7em;
}

body.large-text .btn {
  font-size: 1em;
}

body.large-text .expoUrl .figure-caption {
  height: 300px;
}


body.bw-text #main-nav .navbar-nav>li>a,
body.bw-text #main-nav .dropdown-menu>li>a,
body.bw-text #main-nav .dropdown-menu>li>a:hover,
body.bw-text .dropdown-menu>.active>a,
body.bw-text .dropdown-menu>.active>a,
body.bw-text .dropdown-menu>.active>a:focus,
body.bw-text .dropdown-menu>.active>a:hover,
body.bw-text #main-slideshow .carousel-caption::before,
body.bw-text #hero-title,
body.bw-text #hero-title h1,
body.bw-text .button.inverted:hover,
body.bw-text #footer::before,
body.bw-text .contact-details-card .card-body,
body.bw-text .expoUrl .contents-wrapper,
body.bw-text .button,
body.bw-text .btn,
body.bw-text .button.inverted,
body.bw-text #footer,
body.bw-text #premium-text,
body.bw-text #more-content {
  background-color: #2d2d2d !important;
  color: #ffffff !important;
}

body.by-text #main-nav .navbar-nav>li>a,
body.by-text #main-nav .dropdown-menu>li>a,
body.by-text #main-nav .dropdown-menu>li>a:hover,
body.by-text .dropdown-menu>.active>a,
body.by-text .dropdown-menu>.active>a,
body.by-text .dropdown-menu>.active>a:focus,
body.by-text .dropdown-menu>.active>a:hover,
body.by-text #main-slideshow .carousel-caption::before,
body.by-text #hero-title,
body.by-text #hero-title h1,
body.by-text .button.inverted:hover,
body.by-text #footer::before,
body.by-text .contact-details-card .card-body,
body.by-text .expoUrl .contents-wrapper,
body.by-text .button,
body.by-text .btn,
body.by-text .button.inverted,
body.by-text #footer,
body.by-text #premium-text,
body.by-text #more-content {
  background-color: #0f2dd6 !important;
  color: #d6c90f !important;
}

/* FB Messaging ==================================================================== */
#fb-root {
  display: none;
}

#fb-messaging {
  display: block;
  position: fixed;
  top: auto;
  bottom: -500px;
  left: auto;
  right: -100px;
  width: 300px;
  z-index: 999999;
  transition: all 0.5s ease;
}

#fb-messaging.show {
  bottom: 0;
  right: 20px;
}

#fb-messaging .title {
  padding: 10px;
  background-color: #4267b2;
  color: #ffffff;
  cursor: pointer;
}

#fb-messaging .title>.icon {
  margin-right: 10px;
}

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

/* Fixed banner ================================================================ */
#fixed-banner {
  display: block;
  position: fixed;
  bottom: auto;
  right: auto;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
  max-width: 400px;
  max-height: 100%;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  z-index: 999;
}

#fixed-banner.top {
  top: 0;
}

#fixed-banner.bottom {
  bottom: 0;
}

#fixed-banner.left {
  left: 0;
}

#fixed-banner.right {
  right: 0;
}

#fixed-banner>.inner-image {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

#fixed-banner>.full-image {
  display: block;
  position: relative;
  width: auto;
  height: auto;
}

#fixed-banner>.close {
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

#fixed-banner>p,
#fixed-banner>h3,
#fixed-banner>div {
  display: block;
  width: 100%;
  padding: 20px 15px 0;
  margin: 0;
}

#fixed-banner>*:last-child:not(img) {
  padding-bottom: 20px;
}

#fixed-banner.goTo {
  cursor: pointer;
}

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