@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap&subset=greek-ext');
/* Extras */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
}
body {
  background-color: transparent;
  color: #636363;
  background-repeat: repeat;
}
body.home main.container {
  max-width: 100%;
  margin-bottom: 0;
  padding: 15px;
  padding-bottom: 0;
}
body:not(.home) main {
  margin-bottom: 80px;
  min-height: 600px;
  max-width: 100%;
}
#spacer { padding-top: 200px; }
main {
  min-height: 50%;
}

#title-language h1 {
  font-weight: 400;
  color: #909090;
  font-size: 1.2em;
  text-align: center;
}
figcaption>.title {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: inherit;
}
.navbar-dark .navbar-toggler {
  color: #636363;
  font-size: 23px;
  border-color: rgba(255,255,255,.1);
}
#header-top[style*='background-image'],
#header-middle[style*='background-image'],
#header-bottom[style*='background-image'] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* Modal ===================================================== */
#new, .modal { z-index: 10000;}
/* Page title and jumbotron ===================================================== */
#hero-title {
  background-color: #c1c1c1;
  color: #fff;
}
body:not(.home) .jumbotron.with-header-image {
  color: #ffffff;
}

/* Footer ====================================================================== */
#footer {
  display: block;
  position: relative;
  background: #2d2d2d;
  color: #fff;
  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;
  /* text-align: left; */
}
#footer h1 {
  position: relative;
  font-size: 2em;
  font-weight: normal;
  padding-bottom: 20px;
  text-align: left;
}
#footer h1::after {
  content: "";
  display: block;
  position: absolute;
  margin: 0;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 3px;
  background-color: #2eb3e0;
}
#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 {
  color: #2eb3e0;
  margin-right: 10px;
}
#footer .contact-info-section a {
  color: #ffffff;
  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;
  padding: 15px 30px;
  background-color: #2eb3e0;
  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: #2eb3e0;
  color: #ffffff;
}
.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,
#header-bottom > .container {
  max-width: 100%;
}
#header-top > .container > .row {
  height: 58px;
  background-color: #2d2d2d;
  color: #ffffff;
  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 {
  color: #2eb3e0;
  margin-right: 10px;
}
/* ============================================================================= */

/* Logo ======================================================================== */
#logo {
  display: flex;
  align-items: center;
  height: 100px;
  width: 200px;
  transition: all 0.3s ease;
}
#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: #ffffff;
  color: #828282;
  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;
}
#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;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s 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;
  text-transform: uppercase;
  transition: color 0.3s 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: #2d2d2d;
}
#main-nav .nav-item:hover,
#main-nav .nav-item.active,
#main-nav .nav-item.open {
  border-bottom-color: #2eb3e0;
}
#main-nav .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 300px;
  background-color: #2d2d2d;
  color: #bbbbbb;
  border-radius: 0;
  padding: 0;
  margin-top: 10px;
  transition: all 0.1s ease;
}
#main-nav .dropdown-menu li.nav-item {
  border: 0;
  flex-direction: column;
}
#main-nav .dropdown-menu a.nav-link {
  display: block;
  width: 100%;
  padding: 15px 20px;
  transition: color 0.3s ease;
}
#main-nav .dropdown-menu .nav-item:hover>a.nav-link,
#main-nav .dropdown-menu .nav-item.active>a.nav-link,
#main-nav .dropdown-menu .nav-item.open>a.nav-link {
  color: #fff;
}
#main-nav .navbar-nav > li.open > .dropdown-menu {
  display: block;
  top: 100%;
  margin-top: 0;
  opacity: 1;
  z-index: 99999;
}
#main-nav .navbar-nav > li.open > .dropdown-menu .dropdown-menu {
  position: relative;
  background-color: #191b27;
  color: #fff;
  border-radius: 0;
  border: 0;
}
/* Languages */
#main-nav .langsDropdown.dropdown-menu {
  min-width: 100px;
}
#main-nav .langsDropdown.dropdown-menu .dropdown-item {
  color: #bbbbbb;
  transition: color 0.3s ease;
}
#main-nav .langsDropdown.dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background-color: transparent;
}
/* Sticky */
#main-nav.compact-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background-color: #ffffff;
  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 ====================================================================== */
#footer .social-container,
#footer .social {
  display: none;
}
.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 {
  color: #ffffff;
  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;
}
.social-container>li>a:hover {
  color: #2eb3e0;
}
/* ============================================================================= */

/* Slideshow =================================================================== */
#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;
}
.carousel-indicators .indicator {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255,255,255,.5);
}
.carousel-indicators .indicator.active {
  background-color: rgba(255,255,255,1);
}
#main-slideshow .carousel-caption h3,
#main-slideshow .carousel-caption p {
  display: block;
  position: relative;
  color: inherit;
  text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
}
#main-slideshow .carousel-caption h3 {
  font-size: 4.5em;
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: bold;
}
#main-slideshow .carousel-caption p {
  font-size: 1.2em;
  margin-bottom: 50px;
  color: inherit;
}
/* ============================================================================= */

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

/* Exclusive URLs ============================================================== */
.exclusive-url {
  margin-top: 40px;
  margin-bottom: 40px;
}
.exclusive-url > .url-head {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.exclusive-url > .url-head > img {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}
.exclusive-url > .figure-caption {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: left;
  color: #545454;
  transition: top 0.5s ease;
}
.exclusive-url:hover > .figure-caption { top: 0; }
.exclusive-url .url-title { text-decoration: none; }
.exclusive-url .url-title > h3 {
  color: #2d2d2d;
  text-decoration: none;
  font-size: 2em;
}
.exclusive-url .url-contents { opacity: 0.7; }

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

/* Medium URLs --------------------------------------------------------------- */
.exclusive-url.mediumUrl {
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.exclusive-url.mediumUrl: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-title > h3 {
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.exclusive-url.mediumUrl .url-title > h3::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 3px;
  background-color: #2eb3e0;
}

.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: #ffffff;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.5);
}
.exclusive-url .contents-wrapper {
  display: block;
  width: 100%;
}
.exclusive-url.bigUrl .url-title > h3 {
  color: #ffffff;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  font-size: 3em;
}
.exclusive-url.bigUrl .url-contents {
  margin: 40px auto;
  font-size: 1.4em;
}

/* Expo ------------------------------------------------------------------------ */
#expo-container {
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
}
#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: 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: 3px;
  background-color: #2eb3e0;
}
.recent-article img {
  width: 100%;
  height: auto;
}
.recent-article figcaption h3 {
  color: #2eb3e0;
  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;
  color: #2eb3e0;
}
body.offers .modal-content {
  background-color: #e6e6e6;
}
.modal-body p { color: #191b27; }
#articles-pagination {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #e2e2e2;
}
#articles-pagination .paging { text-align: right; }
#articles-pagination .paging > span, #articles-pagination .paging > a {
  text-decoration: none;
  display: inline-block;
  padding: 4px;
}
#articles-pagination .paging > a:nth-last-child(2) {
  display: none;
}
.breadcrumb-title { margin-right: 20px; }
/* ============================================================================= */


/* Contact ===================================================================== */
body.contact main { margin-bottom: 0; }
body.contact #contact {
  padding: 0;
}
#contact-content > .row {
  margin: 0;
}
body.contact .contact-details-card .contact-details {
  padding: 80px;
  background-color: #2d2d2d;
  color: #f0f0f0;
  font-weight: bold;
}
body.contact .contact-details-card .contact-details a {
  color: #ffffff;
  text-decoration: none;
}
#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-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: 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;
  /* margin-top: 20px; */
}
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;
}
#videos-condent .video .video-caption, #offers .card-body,
#pdf .pdf figcaption, #articles-list .article figcaption {
  margin-top: 20px;
  padding: 0;
  color: #545454;
}
#videos-condent .video .video-caption h3, #offers .card-title,
#pdf .pdf figcaption h3, #articles-list .article figcaption h3 {
  font-weight: 400;
  color: #2d2d2d;
  text-decoration: none;
  font-size: 2em;
}
#articles-list .article figcaption h3 { font-size: 1.5em; }
#pdf .pdf figcaption a, #articles-list .article figcaption a {
  text-decoration: none;
}
/* ============================================================================= */

#move-top {
  position: fixed;
  padding: 14px 18px;
  bottom: 20px;
  right: 10px;
  top: auto;
  left: auto;
  font-size: 0.7em;
  color: #fff;
  cursor: pointer;
  opacity: .5;
  z-index: 9999;
}
#fb-messaging { z-index: 9999!important; }
#fixed-banner  {z-index: 99999!important; }
#fixed-banner.left { left: 65px!important; }


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

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


/* Search ====================================================================== */
#searchform-container {
  width: 30%;
  max-width: 1000px;
  margin-right: 0;
  margin-left: auto;
  padding-right: 15px;
  transition: all 0.3s ease;
}
#searchform-container.closed {
  max-width: 45px;
}
#search-form {
  display: inline-block;
  width: calc(100% - 40px);
}
.closed #search-form {
  display: none;
}
#search-input {
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#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 {
  color: #fff;
  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 */
#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;
}
body.contact .map-holder[data-address] {padding: 0;}
.contact-details > .social-container > :first-child {
  margin-left: 0;
}
.social-container {
  display: flex;
}
#header-top .social-container {
  justify-content: flex-end;
}
.social-container > .facebook {
  order: -4;
}
.social-container > .instagram {
  order: -3;
}
.social-container > .youtube {
  order: -2;
}
.social-container > .tiktok {
  order: -1;
}
#move-top {
  background-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%;
}


/* 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;
  }
  .social-container {
    text-align: right;
  }
  body:not(.home) #footer .contact-info-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-start;
  }
  body:not(.home) #footer .right {
    align-items: flex-end;
  }

  .contact-details > .social-container {
    text-align: left;
  }
}
@media all and (min-width: 1024px) {
  body:not(.home) #contact-form form.row {
    flex-direction: row;
  }
  body:not(.home) #contact-form .form-group {
    padding: 0 15px;
  }
  body:not(.home) #contact-form .col-md-12 {
    padding-left: 0;
  }
  body:not(.home) .g-recaptcha {
    margin-left: 0;
  }
  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) {
  #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);
  }
  body.home .form-group.actions {
    flex-direction: row;
  }
  #footer #contact-form .btn,
  #footer #contact-form .button {
    margin: auto;
  }
}
@media all and (min-width: 1440px) {
  #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);
  }
  #contact-form form.row {
    flex-direction: row;
  }
  #contact-form .form-group {
    padding-right: 15px;
  }
  body.home #contact-form .col-md-4,
  body.home #contact-form .col-md-8 {
    max-width: 50%;
  }
}
@media all and (min-width: 1920px) {
  #premium-text, #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) {
  body:not(.home) #contact-form {
    padding: 0 150px;
  }
}
@media screen and (max-width: 1280px) {
  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;
  }
}
@media screen and (max-width: 1024px) {
  #main-nav .nav-item {
    margin-right: 15px;
  }
  #main-nav.compact-sticky .nav-item {
    margin-right: -1px;
  }
  body.home #contact-form .col-md-8.notes-container {
    padding-left: 0;
    padding-right: 0;
  }
  #main-slideshow .carousel-caption .btn,
  #main-slideshow .carousel-caption .button {
    margin-bottom: 20px;
  }
  body.home .form-group.actions {
    align-items: center;
  }
  body:not(.home) #contact-form {
    padding: 0 15px;
  }
  #footer .contact-info-section .icon {
    margin-right: 0;
  }
  #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;
  }
  #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.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; }
  #main-nav.compact-sticky a.nav-link { padding: 20px 0; }

  /* 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.bigUrl .url-title > h3 {
    font-size: 2.3em;
  }
  .exclusive-url.smallUrl {
    flex: 0 0 100%;
  }
  .exclusive-url.mediumUrl,
  .exclusive-url.mediumUrl:nth-of-type(odd) {
    flex-direction: column;
    height: 100%;
  }
  .exclusive-url.mediumUrl>.figure-caption {
    font-size: 1.3em;
    padding: 10px;
  }
  .bigUrl .contents-wrapper {
    max-width: 100%;
    margin: auto;
  }
  #expo .expoUrl {
    flex: 0 0 100%;
  }
  body.home #footer .left {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  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;
  }
  #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;
  }
  #header-top .social-container {
    justify-content: center;
  }
}
@media screen and (max-width: 320px) {
  .exclusive-url.mediumUrl {
    margin-bottom: 80px;
  }
}

#header-middle {
  display: none;
}