@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap&subset=latin,greek');

/*======== Display None ========*/
#header-top > .container,
#header-bottom > .container,
.open-icon, .close-icon,
.carousel-control-next,
.carousel-control-prev,
#footer .right .contact-info,
#footer span.contact-info-section,
#footer .right .contact-details > a,
body:not(.home) #footer .right #page-title,
body.contact #footer .contact-info {
  display: none;
}
/*========              ========*/

/* Extras */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Roboto', 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: 400px;
  max-width: 100%;
}
#spacer { padding-top: 100px; }
main {
  min-height: 50%;
  margin-bottom: 0;
  padding: 0;
}

#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);
}
#color-palette { z-index: 10000!important;}
.modal-body p { color: #2d2d2d; }
/* Page title and jumbotron ===================================================== */
body:not(.home) .jumbotron.with-header-image {
  color: #ffffff;
}
#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;
}
/* Footer ====================================================================== */
#footer {
  padding: 0;
  background-color: #fff;
  color: rgba(255,255,255,.5);
}
#footer > div {
  display: block;
  position: relative;
  background: #F3F3F3;
  text-align: center;
  /* padding: 20px; */
}
#footer h1 {
  display: block;
  position: relative;
  width: 100%;
  font-size: 1.8em;
  font-weight: lighter;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #ff881f;
}
#footer h1::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: 0;
  width: 50px;
  height: 1px;
  margin: auto;
  background-color: #919191;
}
#footer .right {
  display: flex;
  flex-direction: column;
}
body.contact footer #fourty-logo,
#footer .right .logo {
  order: 1;
  margin-bottom: 30px;
}
#footer .right .contact-info-container {
  display: flex;
  flex-direction: column;
  text-align: right;
  border-right: 1px solid #aaa;
}
#footer .contact-details:not(:last-of-type) {
  margin-bottom: 10px;
}
#footer .contact-details svg {
  margin-right: 5px;
  color: #636363;
}
#footer .contact-details span {
  display: inline-block;
  color:#636363;
  margin-bottom: 10px;
}
#footer .contact-details span > a {
  color: #ff881f;
}
#footer label {
  color: #636363;
}
body:not(.home) #footer .right { margin-top: 30px; }
body:not(.home) #footer .left { display: none; }
.row.logo {
  justify-content: center;
}


/* Buttons ===================================================================== */
.button, .btn {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 15px 30px;
  background-color: #ff881f;
  color: #fff;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover, .btn:hover {
  background-color: #2d2d2d;
  color: #ffffff;
}
.button.inverted {
  background-color: #2d2d2d;
  color: #ffffff;
}
.button.inverted:hover {
  background-color: #ff881f;
  color: #ffffff;
}
.btn.focus, button.focus, .btn:focus, button:focus {
  box-shadow: none;
}
.button > .fa-sort-down { transform: rotateZ(-90deg); }
/* ============================================================================= */

/* Header ====================================================================== */
#header-body {
  position: fixed;
  z-index: 99;
  top: 20px;
  left: 20px;
  right: auto;
  bottom: 20px;
  height: auto;
  width: calc(300px - 40px);
  background-color: #ff881f;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  overflow: hidden;
}
header > #page-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: lighter;
}
header > #page-title::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 1px;
  background-color: #ff881f;
}
/* ============================================================================= */

/* Logo ======================================================================== */
#logo {
  display: block;
  height: auto;
  width: auto;
  margin: -20px;
  margin-bottom: 20px;
  padding: 0;
}
#logo > img {
  width: 100%;
  height: auto;
}
/* ============================================================================= */

/* MainNav ===================================================================== */
#main-nav .navbar-nav {
  position: relative;
  flex-direction: column;
  width: 100%;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: inherit;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link {
  position: relative;
}
.navbar-light .navbar-nav > .nav-item > .nav-link::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  transform: rotateZ(0deg) scale(0.7);
  position: absolute;
  left: -15px;
  right: auto;
  top: 15px;
  background-color: transparent;
  transition: all 0.2s ease;
}
.navbar-light .navbar-nav .active>.nav-link::before,
.navbar-light .navbar-nav .nav-link.active::before,
.navbar-light .navbar-nav .nav-link.show::before,
.navbar-light .navbar-nav .show > .nav-link::before,
.navbar-light .navbar-nav .nav-link:focus::before,
.navbar-light .navbar-nav .nav-link:hover::before {
  transform: rotateZ(45deg) scale(1);
  border-bottom: 0;
  border-left: 0;
}
/* Submenus */
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: relative;
  background: transparent;
  border: 0;
  color: inherit;
  padding-left: 10px;
  top: 0;
}

/* Contact Info Container ------------------------------------------------------ */
header .contact-info-container {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.social-container::before,
header .contact-info-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100px;
  height: 1px;
  background-color: #fff;
  margin: auto;
}
header .contact-info-section {
  display: block;
  margin-top: 10px;
  color: inherit;
  width: 220px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
header .contact-info-section > .fa-map-marker + span {
  white-space: normal;
}
header .contact-info-section a {
  color: inherit;
  text-decoration: none;
}
.contact-info-section > .icon {
  margin-right: 5px;
}

/* Social ---------------------------------------------------------------------- */
#footer .social { display: none; }
.social-container {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0;
  padding-top: 20px;
  margin-bottom: 15px;
}
.social-container::before {
  top: auto;
  bottom: 100%;
}
.social-container > li > a {
  display: inline-block;
  color: inherit;
  transition: all 0.3s ease;
}
.social-container > li > a:hover {
  transform: scale(1.4);
}
/* ============================================================================= */

/* Slideshow =================================================================== */
#main-slideshow {
  margin-bottom: 40px;
}
#main-slideshow .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  color: #fff;
  text-align: center;
  z-index: 999;
}
#main-slideshow .carousel-caption h3,
#main-slideshow .carousel-caption p {
  display: block;
  position: relative;
  color: inherit;
  text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
}
#main-slideshow .carousel-caption h3 {
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: bold;
}
#main-slideshow .carousel-caption p {
  font-size: 1.2em;
  margin-bottom: 50px;
  color: inherit;
}
.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);
}
/* ============================================================================= */

/* Premium text ================================================================ */
#premium-text {
  background-color: transparent;
  margin-top: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
}
/* ============================================================================= */

/* 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 .contents-wrapper {
  display: block;
  width: 100%;
  text-align: center;
}
.exclusive-url > .figure-caption {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: left;
  color: #545454;
  transition: top 0.5s ease;
}
.exclusive-url:hover > .figure-caption { top: 0; }
.exclusive-url .url-title { text-decoration: none; }

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

/* Medium URLs --------------------------------------------------------------- */
.exclusive-url.mediumUrl {
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.exclusive-url.mediumUrl:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.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-contents { margin-bottom: 30px; }

/* Big URLs ------------------------------------------------------------------ */
.exclusive-url.bigUrl {
  margin-bottom: 0;
  flex: auto;
  max-width: 1000%;
  overflow: hidden;
}
.exclusive-url.bigUrl .url-head {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  width: auto;
  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: #ffffff;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.5);
}
.exclusive-url.bigUrl .url-title > h3 {
  color: #ffffff;
  font-weight: 700;
  position: relative;
  font-size: 3em;
}
.exclusive-url.bigUrl .url-contents {
  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;
  background-color: #2d2d2d;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
}
#expo-container a.next {
  right: -60px;
}
#expo-container a.prev {
  left: -60px;
}
#expo-container:hover a.next {
  right: 0;
  opacity: 1;
}
#expo-container:hover a.prev {
  left: 0;
  opacity: 1;
}
/* ============================================================================= */


/* Articles ==================================================================== */
#recent-articles {
  margin-bottom: 100px;
}
#recent-articles h2 {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #2d2d2d;
  text-align: center;
  font-weight: lighter;
  position: relative;
}
#recent-articles h2::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 1px;
  background-color: #ff881f;
}
.recent-article img {
  width: 100%;
  height: auto;
}
.recent-article figcaption h3 {
  color: #ff881f;
  font-size: 1.6em;
  font-weight: lighter;
  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;
  color: #ff881f;
}
body.offers .modal-content {
  background-color: #e6e6e6;
}

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


/* Contact ===================================================================== */
body.contact main,
body.contact #contact-content > section {
  margin-bottom: 0;
}
body.contact #contact {
  padding: 0;
}
body.contact #contact .contact-details-card {
  display: flex;
}
#contact-content > .row {
  margin: 0;
}
body.contact .contact-details-card .contact-details a {
  color: #ff881f;
  text-decoration: none;
}
body.contact .contact-details-card .contact-details .cd-title { font-weight: bold; }
body:not(.contact) #contact-form {
  padding-left: 0;
}
#contact-form {
  max-width: 100%;
}
#contact section.contactform {
  background-color: #f0f0f0;
  color: #2d2d2d;
  padding: 80px 0;
  font-weight: 700;
  margin-top: 80px;
}
#contact #contact-form label {
  display: block;
}
.form-group { text-align: left; }
.form-control,
#contact #contact-form input[type="text"],
#contact #contact-form input[type="email"],
#contact #contact-form input[type="tel"],
#contact #contact-form textarea,
input[type=date], input[type=datetime-local], input[type=month],
input[type=time] {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  background-color: #ffffff;
  color: #7b7b7b;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  margin: 0;
  margin-bottom: 15px;
  border-radius: 0;
  border: 1px solid #e2e2e2;
}
#contact-form .notes-container > .form-group { height: 100%; }

footer #contact-form textarea,
#contact #contact-form textarea {
  height: calc(100% - 2.5em);
  min-height: 200px;
}
#footer #contact-form .button,
#footer #contact-form .btn {
  margin-right: 0;
}
.form-group.actions {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
#contact #contact-form .button {
  margin-left: inherit;
  margin-right: inherit;
  margin-top: 0;
}
.g-recaptcha {
  display: inline-block;
}

/* Multiple */
.contact-details-card.multicontact {
  display: block;
  position: relative;
  margin-top: 30px;
}
.contact-details-card.multicontact > div {
  position: relative;
  width: 100%;
}
.map-holder {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.contact-details-card .contact-details {
  position: relative;
  text-align: left;
  padding-top: 20px;
}
.contact-details-card.multicontact .contact-details::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 100%;
  left: auto;
  right: auto;
  margin: auto;
  width: 150px;
  height: 1px;
  background-color: #ff881f;
}

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

/* Gallery ===================================================================== */
#gallery-content { margin-top: -15px; }
#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,
#offers-content,
#articles-list-content {
  margin-top: -30px;
}
#videos-condent .video, #offers .card,
#pdf .pdf, #articles-list .article {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}
#videos-condent .video .video-caption, #offers .card-body,
#pdf .pdf figcaption, #articles-list .article figcaption {
  margin-top: 20px;
  padding: 0;
  color: #545454;
  text-align: center;
}
#videos-condent .video .video-caption h3, #offers .card-title,
#pdf .pdf figcaption h3, #articles-list .article figcaption h3,
.exclusive-url .url-title > h3 {
  color: #2d2d2d;
  font-weight: lighter;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.4em;
}
#videos-condent .video .video-caption h3::after, #offers .card-title::after,
#pdf .pdf figcaption h3::after, #articles-list .article figcaption h3::after,
.exclusive-url .url-title > h3::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  height: 1px;
  background-color: #ff881f;
}
#pdf .pdf figcaption a, #articles-list .article figcaption a {
  text-decoration: none;
}
/* ============================================================================= */

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


/* Lazyload ==================================================================== */
/*
  Set the default height of lazyload elements. Their height will be reset back
  to normal when they are loaded.
*/

#main-slideshow .lazyload { min-height: 600px !important; }
.smallUrl .lazyload, .mediumUrl .lazyload, .expoUrl .lazyload {
  min-height: 300px !important;
}
#hero-title > .lazyload { min-height: 400px !important; }


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


/* Search ====================================================================== */
#search-input {
  padding: 5px;
  margin-top: 10px;
  font-weight: normal;
  font-size: 1em;
}
/* Search results list */
#searchform-container .open-icon > a:hover,
#searchform-container .close-icon > a:hover {
  color: #2eb3e0;
}
#search-results-list { width: 100%; }
#search-results-list .result .title {
  color: #2eb3e0;
}
/* ============================================================================= */

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

/* Bootstrap Override ================================================================== */
@media (min-width: 768px) {
  #title-language h1 {
    font-weight: 400;
    font-size: 1.2em;
    margin: .67em 0;
    text-align: left;
  }
  #footer .left,
  #footer .right {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  #footer .left {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .container { max-width: 1170px; }
}
@media all and (min-width: 1024px) {
  #header-body {
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: 260px;
  }
  #main-slideshow,
  main,
  #footer,
  #hero-title,
  header > #page-title {
    margin-left: 280px;
    margin-right: 20px;
  }
  main > .container-fluid {
    padding: 0;
  }
}

@media all and (min-width: 1280px) {
  #header-body {
    top: 20px;
    left: 20px;
    right: auto;
    bottom: 20px;
    width: calc(300px - 40px);
  }
  #main-slideshow,
  main,
  #footer,
  #hero-title,
  header > #page-title {
    margin-left: 300px;
    margin-right: 20px;
  }
  main > .container-fluid {
    padding: 0;
  }
}
/* Responsive ================================================================== */
@media screen and (max-width: 1280px) {
  #offers .buttons,
  #offers .btn {
    flex-direction: column;
    margin: 0 auto;
  }
  #offers .buttons .info,
  #offers .btn .info {
    margin-bottom: 5px;
  }
  #footer .contact-details {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  #main-slideshow .carousel-caption h3 {
    font-size: 2.5em;
    margin-bottom: 15px;
  }
  #main-slideshow .carousel-caption p {
    margin-bottom: 25px;
  }
  #footer .contact-details svg {
    margin-top: 4px;
    margin-left: 5px;
  }
  #footer #contact-form .button,
  #footer #contact-form .btn {
    margin-left: 0;
    margin-top: 5px;
  }
  body:not(.contact).form-group.actions {
    flex-direction: column;
  }
  #footer .right .logo {
    max-width: 49%;
    display: flex;
    justify-content: flex-end;
  }
}
@media all and (max-width: 768px) {
  .navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
  }
  #header-body {
    position: relative;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 10px;
  }
  #header-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
  }
  #logo, header .contact-info-container {
    display: block;
    position: relative;
    margin: auto;
    padding: 0;
  }
  header .contact-info-section {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    color: inherit;
  }
  header .contact-info-container::after { display: none; }

  main, body.contact #contact { padding: 0 15px; }

  .exclusive-url.smallUrl {
    flex: 0 0 100%;
  }
  .exclusive-url.mediumUrl, .exclusive-url.mediumUrl:nth-of-type(odd) {
    flex-direction: column;
  }
  .bigUrl .contents-wrapper {
    max-width: 100%;
  }
  .exclusive-url.bigUrl .url-title>h3 { font-size: 2em; }

  figcaption { text-align: center; }

  .form-group.actions {
    flex-direction: column;
  }
  #footer .right .contact-info-container {
    border-right: none;
    align-items: center;
  }
  #footer .right div.row { max-width: 100%; }
  #contact #contact-form .button,
  #contact #contact-form .btn {
    margin-right: auto;
    margin: 0;
    margin-top: 10px;
  }
  #footer .right { border: 0; }
  .navbar-toggler:not(:disabled):not(.disabled) { margin: auto; }
  .social-container { text-align: center; }

  #spacer {
    padding-top: 0 !important;
  }
  header > #page-title {
    margin: 0 15px;
    margin-bottom: 20px;
  }
  .countdown > .col-sm-3 {
    width: 25%;
  }
  #article-image { max-width: 100%; }
  header > #hero-title:first-child { display: none; }
}
@media all and (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  .exclusive-url.mediumUrl > .figure-caption {
    min-height: 10px;
  }
  /* main, body.contact #contact { padding: 0; } */
  #offers .buttons .info,
  #offers .btn .info {
    margin-bottom: 0;
  }
  #offers .buttons,
  #offers .btn {
    flex-direction: row;
  }
  #footer .left { padding: 0; }
  #footer .right { margin-top: 20px; }
  body:not(.contact) #contact-form { padding-left: 15px; }
  #footer .right .logo {
    justify-content: center;
    max-width: 100%;
  }
  .form-group.actions { align-items: center; }
  #footer #contact-form .button,
  #footer #contact-form .btn {
    margin: 0 auto;
  }
  .map-holder { height: 200px; }
}
/* ============================================================================= */