@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap&subset=greek-ext');
/* Extras */
body:not(.loaded) {
  position: absolute;
  left: -30000px;
}
html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
}
body {
  background-color: transparent;
  color: #191a1d;
  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: 150px;
  background-color: #f8f6ee;
}
main {
  min-height: 50%;
}
main#more,
main#gallery,
main#videos,
main#offers,
main#pdf,
main#articles-list {
  background-color: transparent;
  margin-bottom: 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: #191a1d;
  font-size: 23px;
  border-color: rgba(255,255,255,.1);
}
img {
  object-fit: cover;
}
a:hover { text-decoration: none; }
.map-holder {
  padding: 0;
}
/* Modal ===================================================== */
#new, .modal { z-index: 10000;}
.modal-body p { color: #191a1d; }
/* Page title and jumbotron ===================================================== */
#hero-title {
  background-color: #f8f6ee;
  color: #f8f6ee;
  margin: 0;
}
#page-title {
  font-weight: bold;
  font-size: 33px;
}
body:not(.home) .jumbotron.with-header-image {
  color: #f8f6ee;
}

/* Footer ====================================================================== */
#footer {
  display: block;
  position: relative;
  background: #191a1d;
  color: #f8f6ee;
  text-align: center;
}
body.home #footer {
  padding: 0;
}
body.contact #footer {
  background-color: transparent;
  color: #191a1d;
}
#footer .left,
.right {
  padding: 0;
  max-width: 100%;
  flex: 0 0 100%;
}
body.home .right {
  display: flex;
  flex-direction: row-reverse;
  padding: 100px 0;
  justify-content: space-between;
}
.right .details-wrapper > * {
  margin-bottom: 30px;
}
.right .contact-info-container {
  display: flex;
}
.right .contact-info-container a {
  color: #191a1d;
}
.contact-info-section:not(:last-of-type) {
  margin-right: 10px;
}
.contact-info-section > a,
.contact-info-section > span {
  margin-left: 5px;
}
.right .contact-info-section {
  display: flex;
  align-items: center;
}
.right #contact-form form {
  display: flex;
  flex-direction: column;
}
#basic-contact-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#basic-contact-fields .form-group {
  max-width: 48%;
  flex: 0 0 48%;
}
#basic-contact-fields :first-child {
  max-width: 100%;
  flex: 0 0 100%;
}
#home-map {
  height: 400px;
}
body.home .logo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
/* Buttons ===================================================================== */
.button, .btn {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 15px 30px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s ease;
}
.button:hover, .btn:hover {
  box-shadow: -1px 0px 3px #f8f6ee;
  transition: all .2s ease;
}
.button.inverted {
  background-color: transparent;
}
.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;
}
#header .row { margin: 0; }
#header-top {
  position: relative;
  z-index: 999;
}
.loaded #header-bottom {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 167px;
}
#header-top > .container { max-width: 100%; }
#header-top > .container > .row {
  font-weight: bold;
  padding: 5px 0;
  font-size: 0.8em;
}
#header-top .col-md-8 {
  display: flex;
  align-items: center;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
#header-top .social-container { text-align: right; }
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: 10px; }
header .contact-info-container .contact-info-section:first-of-type { margin-left: 0; }
header .contact-info-container .contact-info-section .icon {
  margin-right: 10px;
}
#header-middle {
  position: relative;
  z-index: 9999;
  padding: 20px 0;
  height: auto;
}
#header-middle .col-md-12 {
  display: flex;
  justify-content: center;
}
#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;
}
/* ============================================================================= */

/* Logo ======================================================================== */
#logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: auto;
  transition: all 0.2s ease;
  margin: 0;
  padding: 0;
}
#logo > img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
/* ============================================================================= */

/* MainNav ===================================================================== */
#main-nav {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 15px;
  position: relative;
  background-color: #f8f6ee;
  color: #959595;
  margin: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
#mainNavContent {
  align-items: stretch;
  width: 100%;
}
#main-nav .navbar-nav {
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
#main-nav .navbar-collapse {
  flex-grow: 0;
}
#main-nav .nav-item {
  margin-right: 20px;
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: 3px solid transparent;
  transition: border-color 0.2s ease;
}
#main-nav .nav-item:last-of-type { margin-right: 0; }
#main-nav a.nav-link {
  position: relative;
  padding: 20px 0;
  color: inherit;
  font-weight: 700;
  font-size: 0.8em;
  background-color: transparent;
  transition: color 0.2s ease;
}
#main-nav .nav-item:hover > a.nav-link,
#main-nav .nav-item.active > a.nav-link,
#main-nav .nav-item.open > a.nav-link {
  color: #191a1d;
}
#main-nav .dropdown-menu {
  left: -84px;
  right: auto;
  min-width: 300px;
  border-radius: 0;
  padding: 0;
  margin-top: 10px;
  transition: all 0.1s ease;
}
#main-nav .submenu .dropdown-menu.show {
  left: 0;
  transition: all 0.1s ease;
}
#main-nav .dropdown-menu.langsDropdown {
  left: -28px;
}
#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.2s 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;
  border-radius: 0;
  border: 0;
}
/* Languages */
#main-nav .langsDropdown.dropdown-menu {
  min-width: 100px;
}
#main-nav .langsDropdown.dropdown-menu .dropdown-item {
  transition: color 0.2s ease;
}
#main-nav .langsDropdown.dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
/* Sticky */
.loaded #main-nav.compact-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#main-nav.compact-sticky #logo {
  height: 80px;
}
#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: 28px;
  height: 26px;
  padding: 0;
  margin: 0 2px;
  vertical-align: middle;
  margin-top: 2px;
}
.social-container>li:last-of-type { margin-right: 0; }

.social-container>li>a {
  text-align: center;
  line-height: 12px;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 7px 5px;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.2s ease;
}
/* ============================================================================= */

/* Slideshow =================================================================== */
#main-slideshow .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  text-align: center;
  z-index: 999;
}
#main-slideshow .carousel-caption .container > div {
  flex-direction: column-reverse;
  display: flex;
}
.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(248,246,238,.5);
}
.carousel-indicators .indicator.active {
  background-color: rgba(248,246,238,1);
}
#main-slideshow .carousel-caption h3,
#main-slideshow .carousel-caption p {
  display: block;
  position: relative;
  color: inherit;
  text-shadow: 1px 1px 3px rgba(248, 246, 238, 1);
}
#main-slideshow .carousel-caption h3 {
  font-size: 4.5em;
  margin-top: 0;
  margin-bottom: 50px;
  text-shadow: -3px -1px 3px rgb(255 255 255);
  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: 30px;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#premium-text .row { flex-direction: row-reverse;}

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

/* Exclusive URLs ============================================================== */
#exclusiveURLs > * {
  margin-top: 40px;
  margin-bottom: 40px;
}
.sm-md-wrapper { display: flex; }
.exclusive-url > .url-head {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  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;
  transition: top 0.2s ease;
}
.exclusive-url:hover > .figure-caption { top: 0; }
.exclusive-url .url-title { text-decoration: none; }
.exclusive-url .url-contents { font-size: 16px; }

/* Medium URLs --------------------------------------------------------------- */
.custom .first-url {
  align-items: center;
  display: flex;
}
.custom .first-url > figure {
  margin: 0;
}
.custom .first-url img {
  height: 800px;
  width: auto;
}
.custom .rest-urls .exclusive-url {
  max-width: 48.5%;
  flex: 0 0 48.5%;
  padding: 10px;
  margin: 5px;
  margin-top: 0;
}
.custom .rest-urls .exclusive-url .contents-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.custom .rest-urls .exclusive-url .url-title > h3,
.custom .first-url .exclusive-url .url-title > h3 {
  font-size: 22px;
  font-weight: bold;
}
.custom .rest-urls .exclusive-url > .figure-caption,
.custom .first-url .exclusive-url > .figure-caption {
  margin-top: 20px;
  padding: 0;
}
/* Big URLs ------------------------------------------------------------------ */
.exclusive-url.bigUrl {
  padding: 0;
  margin-bottom: 0;
  flex: auto;
  max-width: 1000%;
  overflow: hidden;
}
.exclusive-url.bigUrl .url-head {
  background-image: none!important;
  height: auto;
}

.exclusive-url.bigUrl .figure-caption {
  position: relative;
  margin: 80px auto;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.5);
}
.exclusive-url .contents-wrapper {
  display: block;
  width: 100%;
}
.exclusive-url.bigUrl .url-title > h3 {
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  font-size: 3em;
}
.exclusive-url.bigUrl .url-contents {
  margin: 40px auto;
  font-size: 1.4em;

}
.exclusive-url.bigUrl,
.custom .exclusive-url.bigUrl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.exclusive-url.bigUrl img,
.custom .exclusive-url.bigUrl img {
  margin: 0;
}
.exclusive-url.bigUrl > :first-child,
.custom .exclusive-url.bigUrl > :first-child {
  padding: 50px;
}
.bigUrl:nth-child(even),
.custom .bigUrl:nth-child(even) {
  flex-direction: row-reverse;
}
/* Expo ------------------------------------------------------------------------ */
#expo-container {
  position: relative;
  overflow: hidden;
}
#expo {
  display: flex;
  flex-direction: row;
  width: auto;
  overflow: hidden;
  margin-left: 0;
  padding: 20px 0;
  transition: all 0.2s ease;
}
#expo .expoUrl {
  padding: 0 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  transition: all 0.2s ease;
  display: flex;
}
#expo .expoUrl img { height: 100%; }
.expoUrl:not(.shown) {
  visibility: hidden;
}
#expo .exclusive-url > .url-head { height: auto; }
.expoUrl .figure-caption {
  display: flex;
  align-items: center;
  padding: 50px;
}
#expo .exclusive-url .url-title > h3 {
  font-size: 32px;
  font-weight: bold;
}
#expo .exclusive-url .url-contents {
  font-size: 20px;
}
#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;
  border-radius: 50%;
  transition: all 0.2s ease;
}
#expo-container a.next {
  right: -60px;
}
#expo-container a.prev {
  left: -60px;
}
#expo-container:hover a.next {
  right: 35px;
  opacity: 1;
}
#expo-container:hover a.prev {
  left: 35px;
  opacity: 1;
}
/* Trip-Advisor ================================================================= */
#trip-advisor {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#trip-advisor .socialWidget.cx_brand_refresh1 .socialWidgetCore.rect {
  width: 40px;
  height: 40px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#trip-advisor .socialWidget.cx_brand_refresh1  {
  display: flex;
}
#trip-advisor .socialWidget.cx_brand_refresh1 > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#trip-advisor .socialWidget.cx_brand_refresh1 .socialWidgetCore img {
  width: 100%;
  height: auto;
}
#trip-advisor [id*=TA_socialButtonBubbles] {
  width: 63px;
  height: 109px;
  display: flex;
  align-items: center;
}
#trip-advisor .socialWidgetCore.green.rect { margin-bottom: 10px; }
#trip-advisor [id*=TA_certificateOfExcellence] { margin-left: 10px; }
/* 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-articles h2::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 1px;
}
.recent-article img {
  width: 100%;
  height: auto;
}
.recent-article figcaption h3 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px auto;
}
.recent-article figcaption a { text-decoration: none; }
.recent-article {
  padding: 10px;
  margin: 5px;
}
#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;
}
.offers .countdown {
  justify-content: center;
}
.offer > .card {
  padding: 10px;
}
#articles-pagination {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #f8f6ee;
}
#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; }
.mediumUrl,.smallUrl,
.recent-article,.article {
  border-radius: 25px;
}
/* ============================================================================= */


/* Contact ===================================================================== */
body.contact main { margin-bottom: 0; }
body.contact #contact {
  padding: 0;
}
#contact-content > .row {
  margin: 0;
}
body.contact #contact-content {
  display: flex;
  flex-direction: column-reverse;
}
body.contact .contact-details-card .contact-details {
  padding: 20px 30px;
}
body.contact .singlecontact {
  padding: 0;
  margin: 0!important;
}
#area-info {
  padding: 0;
}
body.contact .contact-details-card .contact-details a {
  text-decoration: none;
}
#contact-form {
  max-width: 100%;
}
#contact section.contactform {
  font-weight: 700;
  margin-top: 80px;
}
body.contact form.row {
  flex-direction: column;
}
body.contact .contactform {
  padding: 0 600px;
}
#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;
  height: auto;
  background-color: #fff;
  color: #191a1d;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  border-radius: 999px;
  text-indent: 20px;
}
#contact #contact-form textarea {
  border-radius: 30px;
  height: 120px;
  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;
  justify-content: space-between;
}
.form-group.actions [type=submit] {
  margin-top: 10px;
}
#contact #contact-form .button {
  margin-left: auto;
  margin-right: 0;
  margin-top: 15px;
}
.g-recaptcha {
  display: inline-block;
  margin-left: 4px;
}

/* Multiple */
section.row.contact-details-card.multicontact {
  align-items: stretch;
  padding: 0;
}
/* ============================================================================= */

/* Gallery ===================================================================== */
#gallery .image {
  position: relative;
  height: 300px;
  overflow: hidden;
  padding: 15px;
  margin: 5px;
  max-width: 32.6%;
  flex: 0 0 32.6%;
  border-radius: 20px;
}
#gallery .image .figure {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
#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.2s ease;
}
#gallery figure>figcaption {
  display: block;
  position: absolute;
  top: auto;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
  background: rgba(248,246,238,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-bottom: 30px;
  border: 0;
}
#videos-condent .video .video-caption, #offers .card-body,
#pdf .pdf figcaption, #articles-list .article figcaption {
  margin-top: 20px;
  padding: 0;
}
#videos-condent .video .video-caption h3, #offers .card-title,
#pdf .pdf figcaption h3, #articles-list .article figcaption h3 {
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}
#articles-list .article figcaption h3 { font-size: 1.5em; }
#pdf .pdf figcaption a, #articles-list .article figcaption a {
  text-decoration: none;
}
#articles-list .article { padding: 10px; }
/* ============================================================================= */

.loaded #move-top {
  position: fixed;
  padding: 14px 18px;
  bottom: 20px;
  right: 10px;
  top: auto;
  left: auto;
  font-size: 0.9em;
  color: #191a1d;
  cursor: pointer;
  z-index: 9999;
  border-radius: 50%;
}
#fb-messaging { z-index: 9999!important; }


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

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


/* Search ====================================================================== */
#searchform-container {
  max-width: 1000px;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease;
}
#search-form .form-group {
  margin: 0;
}
#search-input {
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #191a1d;
  text-indent: 15px;
  height: 55px;
}
#search-input:focus {
  box-shadow: none;
}
#searchform-container .open-icon,
#searchform-container .close-icon {
  margin-top: 15px;
  display: block;
  height: 35px;
  width: 200px;
}
#searchform-container .open-icon > a,
#searchform-container .close-icon > a {
  text-align: center;
  line-height: 12px;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.2s ease;
}
#searchform-container .open-icon > a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 999px;
}
/* Search results list */
#search-results-list { width: 100%; }
main img {
  border-radius: 20px;
}
main table img {
  border-radius: 0;
}
/* ============================================================================= */

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

/* Responsive ================================================================== */
@media all and (min-width: 768px) {
  #premium-text, #exclusiveURLs, #expo-container, #recent-articles,
  body:not(.home) main, .contact-details-card, #contact-form {
    padding-left: 15px;
    padding-right: 15px;
  }
  body:not(.home) #footer .row.logo {
    justify-content: flex-end;
  }
  .exclusive-url.bigUrl, #expo-container {
    margin-left: -15px;
    margin-right: -15px;
    flex: 0 0 calc(100% + 30px);
  }
  #contact-form .col-md-4,
  #contact-form .col-md-8 {
    max-width: 100%;
    padding: 0;
  }
  body.home .social-container {
    text-align: left;
  }
  body:not(.home) .social-container {
    text-align: center;
  }
  body:not(.home) #footer .contact-info-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
}
  body:not(.home) #footer .right {
    padding: 15px 0;
    align-items: flex-end;
  }
  body:not(.home) .right > *:not(:last-child),
  body.contact footer > .container-fluid > *:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1024px) {
  body.home #footer .contact-info-container,
  body.home #footer .logo { text-align: left; }
}
@media (min-width: 1200px) {
  .container { max-width: 1170px; }
}
@media all and (min-width: 1280px) {
  body.home .right,#premium-text, #exclusiveURLs, #expo-container, #recent-articles,
  body:not(.home) main, .contact-details-card {
    padding-left: 100px;
    padding-right: 100px;
  }
  .exclusive-url.bigUrl, #expo-container {
    margin-left: -100px;
    margin-right: -100px;
    flex: 0 0 calc(100% + 200px);
  }
  #footer #contact-form .btn,
  #footer #contact-form .button {
    margin: auto;
  }
}
@media all and (min-width: 1440px) {
  body.home .right,#premium-text, #exclusiveURLs, #expo-container, #recent-articles,
  body:not(.home) main, .contact-details-card {
    padding-left: 150px;
    padding-right: 150px;
  }
  .exclusive-url.bigUrl, #expo-container {
    margin-left: -150px;
    margin-right: -150px;
    flex: 0 0 calc(100% + 300px);
  }

}
@media all and (min-width: 1920px) {
  body.home .right,#exclusiveURLs, #expo-container, #recent-articles,
  body:not(.home) main, .contact-details-card {
    padding-left: 250px;
    padding-right: 250px;
  }
  .exclusive-url.bigUrl, #expo-container {
    margin-left: -250px;
    margin-right: -250px;
    flex: 0 0 calc(100% + 500px);
  }
}
/* ============================================================================= */

/* Mobile ====================================================================== */
@media screen and (max-width: 1440px) {
  .custom .rest-urls .exclusive-url {
    max-width: 48.1%;
    flex: 0 0 48.1%;
}
  #basic-contact-fields .form-group {
    max-width: 100%;
    flex: 0 0 100%;
  }
  body.home .form-group.actions {
    flex-direction: column;
  }
  body:not(.home) #contact-form {
    padding: 0 150px;
  }
  .form-group.actions [type=submit] {
    margin-left: 0;
  }
  body.contact .contactform {
    padding: 0 250px;
  }
}
@media screen and (max-width: 1280px) {
  .custom .rest-urls .exclusive-url {
    max-width: 48%;
    flex: 0 0 48%;
  }
  body:not(.home) #contact-form {
    padding: 0 100px;
  }
  #contact-form form.row {
    flex-direction: column;
  }
  body.home #contact-form .form-group.actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .right .contact-info-container {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  #main-nav .nav-item {
    margin-right: 15px;
  }
  #main-nav.compact-sticky .nav-item {
    margin-right: -1px;
  }
  .custom .rest-urls .exclusive-url {
    max-width: 47.8%;
    flex: 0 0 47.8%;
  }
  body.home #contact-form .col-md-8.notes-container {
    padding-left: 0;
    padding-right: 0;
  }
  #main-slideshow .carousel-caption .btn,
  #main-slideshow .carousel-caption .button {
    margin-bottom: 20px;
  }
  body.home .form-group.actions {
    align-items: center;
  }
  body:not(.home) #contact-form {
    padding: 0 15px;
  }
  #footer .contact-info-section .icon {
    margin-right: 0;
  }
  #offers .buttons .button,
  #offers .buttons .btn {
    margin: 0 auto;
  }
  #offers .buttons {
    flex-direction: column;
  }
  #offers .buttons .interested {
    margin-top: 20px;
  }
  body.home #footer #contact-form .btn,
  body.home #footer #contact-form .button {
    margin: 0;
    margin-top: 15px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  #header-top {
    position: relative;
    width: 100%;
    height: auto;
  }
  .loaded #header-bottom {
    position: relative;
    top: 0;
  }
  #header-middle {
    margin-bottom: 0;
  }
  #header-bottom > .container  {
    max-width: 100%;
  }
  /* body:not(.home) .contact-info-section:not(:last-of-type) {
    margin-right: 4px;
  }
  header .contact-info-container .contact-info-section,
  header .contact-info-container .contact-info-section .icon {
    margin-left: 3px;
  } */
  #main-nav {
    min-height: 50px;
  }
  #main-nav .nav-item {
    border-bottom: none;
  }
  #hero-title,
  #main-slideshow {
    margin-top: 0;
  }
  #main-slideshow .carousel-caption h3 {
    font-size: 6.5em;
  }
  #main-slideshow .carousel-caption p {
    font-size: 4.2em;
  }
  .carousel-caption .container div:last-child {
    margin-top: 15px;
  }
  #main-slideshow .carousel-caption .btn,
  #main-slideshow .carousel-caption .button {
    margin-bottom: 0;
  }
  .custom .first-url {
    align-items: flex-start;
    display: flex;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .custom .first-url img {
    height: 450px;
    width: 100%;
  }
  #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 .contact-info-container {
    display: flex;
  }
  header .contact-info-container .contact-info-section {
    margin-right: 0;
  }
  body:not(.home) .contact-info-section:not(:last-of-type) {
    margin-right: 4px;
  }
  body:not(.home) header .contact-info-container .contact-info-section .icon {
    margin-right: 2px;
  }
  #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; }
  #main-nav.compact-sticky a.nav-link { padding: 20px 10px; }

  /* 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;
  }
  .sm-md-wrapper {
    display: block;
  }
  .rest-urls {
    max-width: 100%;
    flex: 0 0 100%;
    flex-wrap: wrap;
    display: flex;
  }
  .exclusive-url {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .exclusive-url.bigUrl .url-title > h3 {
    font-size: 2.3em;
  }
  .exclusive-url.smallUrl {
    flex: 0 0 100%;
  }
  .exclusive-url.mediumUrl>.figure-caption {
    font-size: 1.3em;
    padding: 10px;
  }
  .custom .rest-urls .exclusive-url {
    max-width: 48.5%;
    flex: 0 0 48.5%;
    display: flex;
    flex-direction: column;
  }
  .bigUrl .contents-wrapper {
    max-width: 100%;
    margin: auto;
  }
  .exclusive-url.bigUrl img,
  .custom .exclusive-url.bigUrl img {
    margin: 0;
    height: 500px;
  }
  .exclusive-url.bigUrl > :first-child,
  .custom .exclusive-url.bigUrl > :first-child {
    padding: 0 15px;
  }
  body.home .right {
    flex-direction: column-reverse;
  }
  body.home .right > .col-md-5,
  .details-info-wrapper > *,
  .right > .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .details-info-wrapper {
    display: flex;
    margin-bottom: 50px;
  }
  body.home #footer h1,
  body.home #footer .logo,
  body.home #footer .social-container,
  body.home #footer .logo {
    text-align: center;
  }
  body.home #footer h1::after { margin: 0 auto; }
  body:not(.home) #footer .social-container {
    text-align: center;
  }
  #view-article {
    padding: 15px;
  }
  #view-article h2 {
    font-size: 2em;
  }
  #article-image {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #offers .buttons,
  #offers .btn {
    flex-direction: column;
    margin: 0 auto;
  }
  #offers .btn.interested,
  #offers .button.interested {
    margin-top: 10px;
  }
  #offers .col-md-4.offer,
  #articles-list .col-md-4.article {
    max-width: 50%;
    flex: 0 0 50%;
  }
  body.pdf #footer .right {
    align-items: stretch;
  }
  .map-holder {
    height: 300px;
  }
  body.contact .map-holder,
  body.contact .col-md-4.contact-details {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  #header-top .col-md-8 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  #header-top .col-md-8 .contact-info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #hero-title img {
    padding: 5px;
  }
  .navbar-toggler { margin: 0 auto; }
  #premium-text.custom .col-md-12 :last-child p:first-of-type {
    font-size: 32px;
  }
  #premium-text.custom img { height: 250px; }
  #premium-text.custom .col-md-12 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #main-slideshow .carousel-caption p { display: none; }
  .sm-md-wrapper,
  #premium-text.custom .col-md-12 {
    flex-direction: column;
  }
  #exclusiveURLs > * {
    margin-bottom: 0;
  }
  .custom .first-url img { height: 400px; }
  .custom .rest-urls { margin-top: 30px; }
  .custom .rest-urls .exclusive-url {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #expo .expoUrl {
    flex-direction: column;
  }
  .expoUrl .figure-caption {
    padding: 23px;
  }
  #expo-container:hover a.next {
    top: 58%;
    right: 13px;
    opacity: .4;
  }
  #expo-container:hover a.prev {
    top: 58%;
    left: 13px;
    opacity: .4;
  }
  .exclusive-url.bigUrl,
  .custom .exclusive-url.bigUrl {
    flex-direction: column;
  }
  .exclusive-url.bigUrl > :first-child,
  .custom .exclusive-url.bigUrl > :first-child {
    padding: 15px;

  }
  .exclusive-url.bigUrl .figure-caption {
    margin-top: 40px;
  }
  body.home .right {
    flex-direction: column-reverse;
    padding: 0;
  }
  body.contact .form-group.actions {
    flex-direction: column;
  }
  #recent-articles {
    margin-bottom: 60px;
  }
  .social-container {
    padding: 0;
    text-align: left;
  }
  .right .contact-info-container {
    align-items: flex-start;
  }
  body.home .col-md-6.right > * {
    margin-top: 30px;
  }
  #contact #contact-form .button {
    margin-left: 0;
    margin-right: auto;
  }
  #contact #contact-form textarea {
    padding-left: 0;
    padding-right: 0;
  }
  #contact-form .col-md-4:first-child,
  #contact-form {
    padding: 0;
  }
  .right .contact-info-container {
    flex-direction: column;
  }
  .contact-info-section:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #footer h1 { text-align: center; }
  #footer #page-title::after {
    margin: 0 auto;
  }
  #footer .col-md-6.left { padding: 0;}
  #footer .row.logo {
    justify-content: center;
  }
  #offers .col-md-4.offer,
  #articles-list .col-md-4.article {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #main-slideshow .carousel-indicators,
  #main-slideshow .carousel-control-next,
  #main-slideshow .carousel-control-prev,
  #main-slideshow .btn,
  #main-slideshow .button {
    display: none;
  }
  #gallery .image {
    max-width: 100%;
    flex: 0 0 100%;
  }
  body.gallery main {
    padding: 0 20px;
  }
}
@media screen and (max-width: 320px) {
  .g-recaptcha {
    margin-left: -20px;
  }
}

/* ================ LEAFLET ===================== */
.leaflet-popup-content {
  width: 140px!important;
  text-align: center;
}
/* =============== DISPLAY NONE ==================  */
#header-top #searchform-container,#contact-form label,
#header-bottom #logo,#premium-text.custom > .col-md-12 > p,
#exclusiveUrls:not(.custom),body.home #footer .right,
body:not(.home):not(.contact) #footer .left,
body:not(.home):not(.contact) .contactform,
header #searchform-container,body.home .right .logo,
.bigUrl > .url-head,.bigUrl > .figure-caption,
.offers .seconds,.multicontact:not(:first-of-type),
#searchform-container .open-icon.hide,header > [id*=TA_],
#searchform-container .close-icon.hide,
body:not(.home) #fixed-banner.index-only,
.multicontact > .osm + .contact-details,.exclusive-url:not(.bigUrl) .url:not(.inverted),
body.contact #footer .logo,body.contact #move-top + #footer {
  display: none!important;
}