:root {
  --max-padding: 80px;
  --med-padding: 40px;
  --no-padding: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap&subset=latin,greek');
/* Extras */
html,
body {
  height: 100%;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
body {
  background-color: #ffffff;
  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: 0px;
  max-width: 100%;
}
#more-content,
#videos-condent,
#gallery-content,
#offers-content,
#pdf-content,
#articles-list-content,
#contact-content {
  min-height: 824px;
}
#spacer { padding-top: 136px; }
main {
  min-height: 50%;
  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: #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;
}
/* Page title and jumbotron ===================================================== */
#hero-title {
  display: none;
}
#hero-title.with-header-image {
  display: block;
  background-color: #fff;
  color: #fff;
}
body:not(.home) .jumbotron.with-header-image {
  color: #ffffff;
}

/* Footer ====================================================================== */
#footer {
  display: block;
  position: relative;
  background: #191B27;
  color: #ffffff;
  text-align: center;
  padding: 60px var(--max-padding);
}
#footer .left {
  text-align: right;
}
#footer h3 {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 20px;
}
#footer .notes-container {
  padding-left: 0px;
}
#footer .contact-info { margin-bottom: 10px; }
#footer .contact-info-section {
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 1.2em;
  font-weight: 700;
}
#footer .contact-info-section:first-of-type { margin-left: 0; }
#footer .contact-info-section .icon {
  color: #f6cb0d;
  margin-right: 10px;
}
#footer .contact-info-section a {
  color: #ffffff;
  text-decoration: none;
}
#footer #home-map {
  height: 500px;
}
body.home #footer .row {
  flex-direction: row-reverse;
}
body.home #footer .row .right {
  text-align: left;
  display: flex;
  flex-direction: column-reverse;
}
body.contact #footer .right {
  display: flex;
  flex-direction: column-reverse;
}
body.contact #footer .right .logo { order: -3; }
body.contact #footer .right .social { order: -2; }
body.contact #footer .right .contact-info { order: -1; }

body.home #footer .right .logo { order: -4; }
body.home #footer .right .social { order: -3; }
body.home #footer .right .contactform { order: -2; }
body.home #footer .right .contact-info { order: -1; }
#footer .row.logo {
  width: 100%;
  margin: 20px;
  flex-direction: row-reverse;
}
body:not(.home) #footer .right .contactform,
body:not(.home) #footer .left .map-holder {
  display: none;
}
#footer .contactform {
  margin: 30px 0;
}
#footer .contactform .col-md-4,
#footer .contactform .col-md-12 { padding-left: 0; }
#footer .right {
  text-align: left;
}
#footer .right .social-container {
  padding: 0;
  text-align: left;
}
#footer .left .social-container {
  padding-right: 0;
  text-align: right;
}
/* Buttons ===================================================================== */
.button, .btn {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 15px 20px;
  background-color: #191b27;
  color: #fff;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.button:hover, .btn:hover {
  background-color: #f6cb0d;
  color: #191b27;
}
.button.inverted {
  background-color: #f6cb0d;
  color: #191b27;
}
.button.inverted:hover {
  background-color: #191b27;
  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 .row {
  flex-direction: row-reverse;
  align-items: center;
}
#header-top {
  background-color: #191b27;
  color: #ffffff;
  font-weight: bold;
  padding: 10px var(--max-padding);
}
header .contact-info-container {
  text-align: right;
}
header .contact-info-container .contact-info-section,
header .contact-info-container .contact-info-section a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
header .contact-info-container .contact-info-section { margin-right: 20px; }
header .contact-info-container .contact-info-section:last-of-type { margin-right: 0; }
header .contact-info-container .contact-info-section .icon {
  color: #f6cb0d;
  margin-right: 10px;
}
/* ============================================================================= */

/* Logo ======================================================================== */
#logo {
  display: flex;
  align-items: center;
  height: 80px;
  width: 280px;
  transition: all 0.4s ease;
}
#logo > img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
/* ============================================================================= */

/* MainNav ===================================================================== */
#main-nav {
  width: 100%;
  justify-content: space-between;
  padding: 0 var(--max-padding);
  position: relative;
  background-color: #f6cb0d;
  color: #191b27;
  margin: 0;
  top: 0;
}
.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-nav .navbar-nav {
  align-items: center;
}
#main-nav a.nav-link.dropdown-toggle {
  display: flex;
  align-items: center;
}
#main-nav .navbar-collapse {
  flex-grow: 0;
}
#main-nav a.nav-link {
  position: relative;
  padding: 10px 15px;
  color: inherit;
  font-weight: 700;
  font-size: 16px;
  background-color: transparent;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
#main-nav a.nav-link:hover,
#main-nav .active > a.nav-link,
#main-nav .open > a.nav-link {
  color: #ffffff;
  background-color: #191b27;
}
#main-nav .active > a.nav-link::after {
  content: "";
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: 0;
  width: 10px;
  margin: auto;
  border: 5px solid transparent;
  border-top-color: #191b27;
}
#main-nav .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 300px;
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 3px 11px 0 rgba(50,50,50,.75);
}
#main-nav .dropdown-menu a.nav-link {
  padding: 15px 20px;
}
#main-nav .dropdown-menu a.nav-link:hover {
  color: #fff;
  background: #f6cb0d;
  background-image: none;
}
#main-nav .navbar-nav > li.open > .dropdown-menu {
  display: block;
  top: auto;
  margin-top: 10px;
  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 .nav-item.langs {
  border-left: 1px solid #ababab;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#main-nav .nav-item.langs > a#langsDropdown {
  background-color: #191b27;
  color: #ffffff;
  padding: 8px;
  padding-right: 20px;
}
#main-nav .langsDropdown.dropdown-menu {
  min-width: 50px;
  right: 10px;
}
/* Sticky */
#main-nav.compact-sticky {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 1999;
}
#main-nav.compact-sticky a.nav-link {
  padding: 15px 10px;
}
/* ============================================================================= */

/* Social ====================================================================== */
#header-top .social-container {
  text-align: left;
}
.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: #191b27;
  background-color: #ffffff;
  text-align: center;
  line-height: 12px;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.social-container>li>a:hover {
  background-color: #889398;
}
.social-container>li>a>img {
  width: 100%;
  height: auto;
  opacity: 0.5;
  vertical-align: inherit;
}
/* ============================================================================= */

/* Slideshow =================================================================== */
#main-slideshow .carousel-caption {
  display: flex!important;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 200px;
  margin: auto;
  padding: 20px var(--max-padding);
  color: #191b27;
  text-align: left;
  background-color: #f6cb0d;
}
#main-slideshow .carousel-caption > div:first-of-type {
  padding-right: 60px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
#main-slideshow .carousel-caption h3,
#main-slideshow .carousel-caption p {
  display: block;
  position: relative;
  text-align: left;
  color: inherit;
  max-width: 85%;
}

#main-slideshow .carousel-caption h3 {
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}

#main-slideshow .carousel-caption p {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}
#main-slideshow .carousel-control-next, #main-slideshow .carousel-control-prev {
  bottom: 200px;
}
#main-slideshow .carousel-control-next-icon,
#main-slideshow .carousel-control-prev-icon {
  position: relative;
  background-image: none;
  background-color: #f6cb0d;
  color: #191b27;
  opacity: 1;
  width: 70px;
  height: 70px;
}
#main-slideshow .carousel-control-next-icon::after,
#main-slideshow .carousel-control-prev-icon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 20px;
  background-color: #f6cb0d;
  border: 2px solid transparent;
  border-top-color: #191b27;
  border-right-color: #191b27;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotateZ(45deg);
  margin: auto;
}
#main-slideshow .carousel-control-prev-icon::after {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #191b27;
  border-left-color: #191b27;
  left: 20px;
  right: 0;
}
#main-slideshow .carousel-indicators { display: none; }
/* ============================================================================= */

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

/* Exclusive URLs ============================================================== */
#exclusiveURLs {
  display: block;
  margin-top: 30px;
  text-align: center;
  background-color: #f0f0f0;
}
#exclusiveURLs::before, #exclusiveURLs::after {
  display: table;
  content: " ";
}
#exclusiveURLs::after { clear: both; }
.exclusive-url {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: auto;
  font-size: 18px;
  color: #fff;
  float: left;
}
.exclusive-url > .url-head {
  display: block;
  position: relative;
  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: #191b27;
  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: #191b27;
  font-weight: bold;
  text-decoration: none;
  font-size: 32px;
}

/* Small URLs ---------------------------------------------------------------- */
.exclusive-url.smallUrl {
  width: 33.33336%;
  padding: 40px 20px;
}
.exclusive-url.smallUrl > .url-head {
  width: 30%;
  float: left;
}
.exclusive-url.smallUrl > .figure-caption {
  float: left;
  width: 70%;
  padding-top: 0;
  padding-left: 20px;
}
.exclusive-url .url-title > h3 {
  color: #f6cb0d;
}

/* Medium URLs --------------------------------------------------------------- */
.exclusive-url.mediumUrl {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #f6cb0d;
  color: #ffffff;
}
.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 {
  color: #ffffff;
  font-size: 1.3em;
  padding: 10px var(--max-padding);
}
.exclusive-url.mediumUrl .url-title > h3 {
  color: #191b27;
  font-size: 1.6em;
}
.exclusive-url.mediumUrl .button {
  background-color: #191b27;
  color: #f6cb0d;
}

/* Big URLs ------------------------------------------------------------------ */
.exclusive-url.bigUrl > .figure-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  padding: 40px var(--max-padding);
  max-width: 70%;
  color: #ffffff;
  font-size: 1.3em;
}
.exclusive-url.bigUrl .url-title > h3 {
  color: #191b27;
  background-color: #f6cb0d;
  font-size: 1.6em;
  width: auto;
  display: inline-block;
  padding: 15px;
}
.exclusive-url.bigUrl .url-contents {
  background-color: #191b27;
  padding: 30px 20px;
  margin-top: -20px;
}
.exclusive-url.bigUrl .button {
  background-color: #191b27;
  color: #f6cb0d;
}

/* Expo ------------------------------------------------------------------------ */
#expo {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
#expo .exclusive-url {
  display: flex;
  align-items: center;
  flex: 0;
  overflow: visible;
  transition: all 0.3s ease;
}
#expo .exclusive-url > .figure-caption {
  color: #ffffff;
}
#expo .exclusive-url:nth-of-type(odd) {
  background-color: #f6cb0d;
}
#expo .exclusive-url:nth-of-type(odd) .button {
  background-color: #191b27;
  color: #f6cb0d;
}
#expo .exclusive-url:nth-of-type(odd) .url-title > h3 {
  color: #191b27;
}
#expo .exclusive-url:nth-of-type(even) {
  background-color: #191b27;
}
#expo .exclusive-url:nth-of-type(even) .url-title > h3 {
  color: #f6cb0d;
}

#expo .exclusive-url.shown {
  flex: 0 0 50%;
}
.exclusive-url.expoUrl > .url-head,
.exclusive-url.expoUrl > .figure-caption {
  display: none;
  flex: 0;
}
.exclusive-url.expoUrl.shown > .url-head,
.exclusive-url.expoUrl.shown > .figure-caption {
  display: block;
  flex: 0 0 50%;
}
.exclusive-url.expoUrl > .figure-caption {
  padding: 10px 60px;
}

#expo > a.next,
#expo > a.prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: auto;
  padding: 10px 20px;
  font-size: 26px;
  background-color: #f6cb0d;
  color: #191b27;
  opacity: 0;
  transition: all 0.3s ease;
}
#expo>a.next {
  right: -60px;
}
#expo>a.prev {
  left: -60px;
}
#expo:hover a.next {
  right: 0;
  opacity: 1;
}
#expo:hover a.prev {
  left: 0;
  opacity: 1;
}
/* ============================================================================= */


/* Articles ==================================================================== */
#recent-articles {
  margin-top: 0;
  padding: 10px var(--max-padding);
  background-color: #f6cb0d;
}
#recent-articles h2 {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 3em;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #191b27;
  color: #f6cb0d;
}
.recent-article img {
  width: 100%;
  height: auto;
}
.recent-article figcaption {
  background-color: #191b27;
  color: #ffffff;
  padding: 80px;
  font-size: 1.3em;
}
.recent-article figcaption h3 {
  color: #f6cb0d;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.recent-article figcaption a { text-decoration: none; }

#articles-list .article { margin-top: 30px; }
#articles-list .article figcaption {
  padding: 80px;
  background-color: #191b27;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#articles-list .article figcaption a { text-decoration: none; }
#articles-list .article figcaption h3 {
  color: #f6cb0d;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
#view-article-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
#article-image {
  width: auto;
  max-width: 50%;
  float: left;
  margin-right: 15px;
}
#view-article-content.noPicture #article-image { display: none; }
article#articles-list-content { overflow: hidden; }
/* ============================================================================= */

/* Contact ===================================================================== */
body.contact main { margin-bottom: 0; }
body.contact #contact-content>section {
  margin-bottom: 0;
}
body.contact #contact-content > div {
  padding: 20px var(--max-padding);
}
body.contact #contact-content {
  overflow: hidden;
}
body.contact .contact-details-card .contact-details {
  padding: var(--max-padding);
  background-color: #191b27;
  color: #f6cb0d;
  font-weight: bold;
}
body.contact .contact-details-card .contact-details a {
  color: #ffffff;
  text-decoration: none;
}
#contact section.contactform {
  background-color: #f6cb0d;
  color: #191b27;
  padding: var(--max-padding);
  font-weight: bold;
}
.contactform .button {
  margin-top: 15px;
}
#contact #contact-form label {
  display: block;
}
.form-control,
#contact #contact-form input[type="text"],
#contact #contact-form input[type="email"],
#contact #contact-form input[type="tel"],
#contact #contact-form textarea,
input[type=date], input[type=datetime-local], input[type=month],
input[type=time] {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgb(131,131,131);
  background-color: transparent;
  color: #191b27;
  font-size: 18px;
  padding: 5px;
  margin: 2px;
  margin-bottom: 15px;
  border-radius: 0;
}
#contact-form textarea {
  min-height: 200px;
}
#contact #contact-form .button {
  background-color: #191b27;
  color: #ffffff;
}
.leaflet-left .leaflet-control {
  margin-left: 25px !important;
}
body.contact .contact-details-card.multicontact .contact-details {
  flex: 100%;
  max-width: 100%;
  padding: 20px;
}
/* Multiple */
.multicontact {
  padding: 20px;
}
.multicontact > .map-holder {
  height: 300px;
  width: 100%;
  max-width: 100%;
}
/* ============================================================================= */

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

/* Videos ====================================================================== */
#videos-condent .video {
  margin-top: 30px;
  margin-bottom: 30px;
}
#videos-condent .video .video-caption {
  padding: 80px;
  background-color: #191b27;
  color: #ffffff;
}
#videos-condent .video .video-caption h3 {
  color: #f6cb0d;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
/* ============================================================================= */

/* Offers ====================================================================== */
#offers .card { margin-top: 30px; }
#offers .card-body {
  padding: 80px;
  background-color: #191b27;
  color: #ffffff;
}
#offers .card-title {
  color: #f6cb0d;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
/* ============================================================================= */

/* PDF ========================================================================= */
#pdf .pdf {
  margin-top: 30px;
}
#pdf .pdf figcaption {
  padding: 80px;
  background-color: #191b27;
  color: #ffffff;
}
#pdf .pdf figcaption a { text-decoration: none; }
#pdf .pdf figcaption h3 {
  color: #f6cb0d;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
/* ============================================================================= */

#move-top {
  position: fixed;
  padding: 10px 18px;
  background-color: #f6cb0d;
  bottom: 10px;
  right: 10px;
  top: auto;
  left: auto;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  opacity: .5;
  z-index: 9999;
}

#fb-messaging { z-index: 9999!important; }
.modal { color: #2d2d2d; }
body.view-article>#view-article {margin: 0 200px;}
.back-to-catalog {margin-top:20px;}
/* Search ====================================================================== */
#search-dropdown {
  left: auto;
  right: 0;
  width: auto;
  padding: 10px;
  padding-right: 0;
}
#search-form .form-group, #search-input {
  margin: auto;
}
#search-form {
  margin-bottom: 0px;
}
#search-input:focus {
  box-shadow: none;
}
/* 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;
}
span.close-icon {display: none;}
#header-top #searchform-container { display: none; }
/* ============================================================================= */

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


/* Full width ================================================================== */
@media (min-width: 768px) {
  body.full-width main.container {
    max-width: 1000%;
    width: 100%;
  }
  body.full-width #recent-articles .title,
  body.full-width #more, body.full-width #videos,
  body.full-width #offers, body.full-width #pdf, body.full-width #articles-list,
  body.full-width #contact {
    padding: 0;
  }
  body:not(.home) #footer .left,
  body:not(.home) #footer .left .social-container {
      text-align: left;
  }
  body:not(.home) #footer .right,
  body:not(.home) #footer .right .social-container {
    text-align: right;
  }
  body:not(.home) #footer .row.logo {
    justify-content: flex-start;
  }
}
/* Bootstrap overriddes ================================================================================================ */
.container { max-width: 100% !important; }

/* Responsive ========================================================================================================== */
@media screen and (max-width: 1280px) {
  #header-top, #main-nav, #main-slideshow .carousel-caption, .exclusive-url.mediumUrl > .figure-caption,
  #recent-articles, #footer, body.contact #contact-content > div, #contact section.contactform {
    padding-left: var(--med-padding);
    padding-right: var(--med-padding);
  }
  #main-nav a.nav-link {
    font-size: 12px;
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #main-nav a.nav-link {
    font-size: 11px;
    padding: 8px;
  }
  #recent-articles .recent-article figcaption {
    padding: 20px;
  }
  #offers .card-body,
  #pdf .pdf figcaption,
  #articles-list .article figcaption,
  #videos-condent .video .video-caption {
    padding: 20px;
  }

  body.view-article>#view-article {
    margin: 0 100px;
  }

}

/* Mobile ============================================================================================================== */
@media screen and (max-width: 768px) {
  #header-top { padding: 10px; }
  #header-top .row > div { padding: 0; }
  #header-top .row > .col-md-4 { padding-bottom: 20px; }
  #header-top .social-container {
    margin-top: 0;
    text-align: left;
  }
  header .contact-info-container {
    text-align: right;
  }
  body.contact #contact-content>section {
    padding: 20px;
  }
  body.home #footer .row {
    flex-direction: row;
  }
  body.home #footer form.row {
    display: flex;
    flex-direction: column;
  }
  body.home #footer .col-md-4,
  body.home #footer .col-md-8 {
    max-width: 100%;
  }
  body.home #footer #home-map {
    height: 100%;
    max-height: 654px;
  }
  #main-slideshow .carousel-caption {
    display: block !important;
    width: 100%;
    padding: 20px;
  }
  #main-slideshow .carousel-caption p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #main-slideshow .carousel-caption > div:first-of-type {
    display: block;
  }
  #main-slideshow .carousel-control-next, #main-slideshow .carousel-control-prev {
    top: 50px;
    bottom: auto;
  }
  #main-slideshow .carousel-caption > div:first-of-type {
    padding-right: 0;
    max-width: 100%;
  }
  #main-nav {
    padding: 10px;
    justify-content: space-between;
  }
  #logo, .compact-sticky #logo {
    position: relative;
    padding: 0;
    padding-right: 10px;
    height: 50px;
    box-shadow: none;
  }
  .compact-sticky #logo > img {
    height: 100%;
    width: auto;
  }
  li.dropdown.nav-item { text-align: left; }
  #main-nav a.nav-link {
    padding: 10px;
    width: 100%;
  }
  #main-slideshow .carousel-indicators { display: none; }
  .exclusive-url, .exclusive-url.bigUrl, .exclusive-url.mediumUrl, .exclusive-url.smallUrl {
    width: 100%;
    height: auto;
    float: none;
  }
  #recent-articles .recent-article {
    max-width: 50%;
  }
  .exclusive-url .url-title>h3, .recent-article>figcaption .title { font-size: 23px; }
  .exclusive-url.mediumUrl, .exclusive-url.mediumUrl:nth-of-type(odd) {
    flex-direction: column;
  }
  .exclusive-url.mediumUrl>.figure-caption {
    padding: 20px;
  }
  .exclusive-url > .figure-caption, .recent-article > figcaption {
    top: 0;
  }
  .exclusive-url.bigUrl>.figure-caption {
    display: block;
    position: relative;
    top: auto;
    transform: translateY(0);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    max-width: 100%;
    background-color: #191b27;
  }
  #expo .exclusive-url.shown {
    flex: 100%;
    flex-direction: column;
  }
  #expo .exclusive-url>.figure-caption {
    padding: 20px;
  }
  #expo>a.next, #expo>a.prev { opacity: 1; }
  #expo>a.next { right: 0; }
  #expo>a.prev { left: 0; }
  #recent-articles { padding: 0; }
  .recent-article figcaption { padding: 20px; }
  #footer {
    position: relative;
    margin: 0;
    padding: 20px 0;
  }
  #footer .contactform .col-md-4, #footer .contactform .col-md-8,
  #footer .contactform .col-md-12 {
    padding: 0;
  }
  #footer .social-container {
    margin-bottom: 20px;
  }
  body.home #footer .left {
    order: 1;
  }
  footer #fourty-logo {
    margin-bottom: 20px;
  }
  body:not(.home) #fourty-logo {
    margin-top: 0px;
  }
  .countdown > .col-sm-3 {
    width: 50%;
  }
  body.more article#more-content {padding: 0px;}
  section.row.contact-details-card { padding-right: 0; }
  #OSmap {
    height: 300px;
  }
  .multicontact>.map-holder { height: 300px; }
  .multicontact {
    padding: 0;
  }
  body.contact #contact-content > div {padding: 0px;}

  body:not(.home) #footer .right {
    text-align: left;
  }
  body:not(.home) #footer .left,
  body:not(.home) #footer .left .social-container {
    text-align: right;
  }
  body:not(.home) #footer .row.logo {
    justify-content: flex-start;
  }
  #videos-condent .video .video-caption,
  #offers .card-body,
  #pdf .pdf figcaption,
  #articles-list .article figcaption {
    padding: 20px;
  }
  #articles-list .article a.btn,
  #articles-list .article a.button {
    padding: 15px 10px;
  }left
  #recent-articles .recent-article,
  #offers .offer.col-md-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  #offers .buttons,
  #offers .btn {
    margin: 0;
    margin-bottom: 10px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  #header-top .row {
    flex-direction: column;
  }
  header .contact-info-container {
    text-align: center;
  }
  #header-top .social-container {
    text-align: center;
    margin-top: 10px;
  }
  .exclusive-url.smallUrl {
    display: flex;
    flex-direction: column;
  }
  .exclusive-url.smallUrl > .url-head,
  .exclusive-url.smallUrl > .figure-caption {
    width: 100%;
    max-width: 100%;
  }
  .exclusive-url.smallUrl .figure-caption {
    margin-top: 20px;
  }
  .exclusive-url.smallUrl .contents-wrapper {
    text-align: center;
  }
  body.home #footer .row {
    flex-direction: column-reverse;
  }
  body.home #footer #home-map {
    height: 400px;
  }
  #contact-form .form-group.actions {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  #footer .right .social-container,
  body.home #footer .row .right {
    text-align: center;
  }
  body.home #footer .row .right {
    margin-top: 20px;
  }
  body:not(.home) #footer .right,
  body:not(.home) #footer .left,
  body:not(.home) #footer .left .social-container {
    text-align: center;
  }
  body:not(.home) #footer .row.logo {
    justify-content: center;
  }
  #recent-articles .recent-article,
  #offers .offer.col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  body.view-article>#view-article {
    margin: 0 30px;
  }
}
@media screen and (max-width: 320px) {
  #main-nav #logo, .compact-sticky #logo {
    margin-right: 0;
  }
  #main-nav button.navbar-toggler {
    padding: 0;
  }
  #recent-articles .recent-article figcaption {
    padding: 40px;
  }
}