@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: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
body {
  background-color: #f0f0f0;
  color: #2d2d2d;
  background-repeat: repeat;
}
h1, h2, h3 {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
}
body.home main.container {
  margin-bottom: 0;
  padding: 15px;
  padding-bottom: 0;
}
body:not(.home) main {
  padding: 40px 160px;
  min-height: 600px;
  max-width: 100%;
}
main {
  min-height: 50%;
  background-color: transparent;
}
#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;
}
#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;
}
.modal-body p { color: #191b27; }
@media (min-width: 768px) {
  #title-language h1 {
    font-weight: 400;
    font-size: 1.2em;
    margin: .67em 0;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .container { max-width: 1170px; }
}

.navbar-dark .navbar-toggler {
  color: #636363;
  font-size: 23px;
  border-color: rgba(255,255,255,.1);
}

/* 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: #e9d787;
  text-align: center;
  padding: 60px 80px;
}
#footer .left {
  text-align: left;
}
body:not(.home) #footer .contact-info {
  text-align: right;
}
body:not(.home) #footer .left .map-holder { display: none; }
body:not(.home) #footer .logo {
  display: flex;
  justify-content: flex-end;
}
body:not(.home) #footer .right .social-container {
  text-align: right;
}
#footer h3 {
  font-size: 3em;
  margin-bottom: 20px;
}
#footer .contact-info { margin-bottom: 40px; }
#footer .contact-info-section {
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 1.2em;
  font-weight: 700;
  margin: 40px 0;
}
#footer .contact-info-section:first-of-type { margin-left: 0; }
#footer .contact-info-section .icon {
  color: #ce4444;
  margin-right: 10px;
}
#footer .contact-info-section a {
  color: #e9d787;
  text-decoration: none;
}
#footer #home-map {
  height: 300px;
  border-radius: 10px;
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
}
#footer .row.logo {
  width: 100%;
  margin: 20px;
  justify-content: flex-end;
}
body:not(.home) #footer .row.logo {
  justify-content: flex-end;
}
#footer .contactform {
  display: none;
}
#footer .contactform .col-md-4,
#footer .contactform .col-md-12 { padding-left: 0; }
#footer .right {
  text-align: left;
}
#footer .right .social-container {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
#footer .contact-info-container { margin-bottom: 40px;}

/* Home footer -------------------------- */
body.home #footer > .container-fluid > .row {
  flex-direction: row-reverse;
}

/* Buttons ===================================================================== */
.button, .btn {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 15px 20px;
  background-color: #e9d787;
  color: #2d2d2d;
  border: 0;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.button:hover, .btn:hover {
  background-color: #f0e6bc;
  color: #2d2d2d;
  box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.3);
}
.button.inverted {
  background-color: #ce4444;
  color: #ffffff;
}
.button.inverted:hover {
  background-color: #e97568;
  color: #ffffff;
}
.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 {
  background-color: #3e3e3e;
  color: #fff;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}
#header-top .row {
  flex-direction: row-reverse;
  align-items: center;
  padding: 5px;
}
#header-top ul.social-container {
  text-align: left;
}
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;
  margin: 40px 0;
}
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: #ce4444;
  margin-right: 10px;
}
.container {
  max-width: 100%;
}
/* ============================================================================= */

/* Logo ======================================================================== */
#logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 280px;
  text-align: center;
  transition: all 0.4s 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;
  position: relative;
  background-color: #ffffff;
  color: #3a3c44;
  margin: 0;
  top: 0;
  box-shadow: 0px 2px 62px 0px rgba(0,0,0,0.37);
}
#main-nav .navbar-collapse {
  align-items: stretch;
}
#main-nav .navbar-nav {
  align-items: stretch;
  justify-content: space-evenly;
  flex: auto;
  padding: 15px 0;
}
#main-nav li.nav-item {
  display: flex;
  flex: auto;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
#mainNavContent a > span.open-icon > a {
  color: #3a3c44;
}
#main-nav a.nav-link {
  position: relative;
  padding: 10px 15px;
  color: inherit;
  font-weight: normal;
  font-size: 1em;
  background-color: transparent;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
#main-nav .open > a.nav-link {
  color: inherit;
}
#main-nav a.nav-link:hover,
#main-nav .active > a.nav-link { color: #ce4444; }
#main-nav .open {
  background-color: #2d2d2d;
  color: #e9d787;
}
#main-nav .dropdown-menu {
  left: auto;
  right: -1px;
  min-width: 300px;
  background-color: #2d2d2d;
  color: #ffffff;
  border-top: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#main-nav .langs.dropdown-menu {
  right: 1px;
}
.langsDropdown a.dropdown-item {
  text-transform: uppercase;
  color: #fff;
  background-color: #2D2D2D;
  padding: 10px 20px;
  transition: all 0.4s ease;
}
.langsDropdown a.dropdown-item:hover {
  background-color: #ce4444;
}
#main-nav .navbar-nav > li.open > .dropdown-menu {
  display: block;
  margin-top: 0;
  opacity: 1;
  max-height: 700px;
  overflow: auto;
  z-index: 99999;
}
#main-nav .dropdown-menu a.nav-link {
  padding: 15px 20px;
}
#main-nav .dropdown-menu span.close-icon > a {
  display: none;
}
#main-nav .dropdown-menu a.nav-link:hover {
  color: #fff;
  background: #ce4444;
  background-image: none;
}
#main-nav .navbar-nav > li > .dropdown-menu .nav-item {
  display: block;
  text-align: left;
  border-left: 0;
}
#main-nav .navbar-nav > li.open > .dropdown-menu .dropdown-menu {
  position: relative;
  background-color: #191b27;
  color: #fff;
  border-radius: 0;
  border: 0;
  right: 0;
}
/* Sticky */
#main-nav.compact-sticky {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 1001;
}
/* ============================================================================= */

/* Social ====================================================================== */
.social-container {
  text-align: right;
}
.social-container>li {
  display: inline-block;
  width: 28px;
  height: 26px;
  padding: 0;
  margin: 0 2px;
  vertical-align: middle;
  margin-top: 2px;
  text-align: center;
}
.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-item { max-height: 900px; }
#main-slideshow .carousel-item .carousel-caption {
  display: block!important;
  top: 50%;
  transform: translateY(-50%) translateX(40%) scale(.9);
  left: auto;
  right: 0;
  width: 50%;
  bottom: auto;
  margin: auto;
  padding: 40px 80px;
  padding-right: 100px;
  color: #ffffff;
  text-align: left;
  background-color: #ce4444;
  opacity: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.4s ease;
}
#main-slideshow  .carousel-item.active .carousel-caption {
  transform: translateY(-50%) translateX(5%);
  opacity: 1;
}
#main-slideshow .carousel-caption > div:first-of-type {
  padding-right: 60px;
  max-width: 80%;
}
.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;
  text-align: left;
  color: inherit;
}

#main-slideshow .carousel-caption h3 {
  position: relative;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #f0f0f0;
}
#main-slideshow .carousel-caption h3::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  height: 4px;
  width: 200px;
  background-color: #e9d787;
}

#main-slideshow .carousel-caption p {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}
#main-slideshow .carousel-caption .button {
  margin-top: 20px;
}
#main-slideshow .carousel-control-next,
#main-slideshow .carousel-control-prev {
  display: none;
}
/* ============================================================================= */

/* Premium text ================================================================ */
#premium-text {
  background-color: transparent;
  padding: 40px 160px;
  padding-bottom: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/* ============================================================================= */

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

/* Small URLs ---------------------------------------------------------------- */
.exclusive-url.smallUrl {
  width: 33.33336%;
  padding: 40px 20px;
  height: auto;
}
.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: #ce4444;
}

/* Medium URLs --------------------------------------------------------------- */
.exclusive-url.mediumUrl {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 160px;
  margin-bottom: 0;
  width: auto;
  background-color: #ce4444;
  color: #fff;
  overflow: visible;
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
}
.exclusive-url.mediumUrl:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.exclusive-url.mediumUrl > .url-head {
  flex: 0 0 40%;
  padding: 0 40px;
  overflow: visible;
}
.exclusive-url.mediumUrl > .url-head > img {
  position: relative;
  width: 100%;
  height: auto;
  margin: -40px 0;
  border-radius: 10px;
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
}
.exclusive-url.mediumUrl > .figure-caption {
  color: #ffffff;
  font-size: 1.1em;
  padding: 10px 80px;
}
.exclusive-url.mediumUrl .url-title > h3 {
  color: #e9d787;
  margin-top: 0;
}
.exclusive-url.mediumUrl .url-contents {
  margin: 20px auto;
}
.exclusive-url.mediumUrl .button {
  background-color: #e9d787;
  color: #2d2d2d;
}

/* Big URLs -------------------------------------------------------------------- */
.exclusive-url.bigUrl {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 160px;
  width: auto;
  background-color: #ce4444;
  color: #fff;
  overflow: visible;
}
.exclusive-url.bigUrl:nth-of-type(odd) { flex-direction: row-reverse; }
.exclusive-url.bigUrl .url-head {
  padding: 0 40px;
  overflow: visible;
}
#exclusiveURLs figure.exclusive-url.bigUrl > div.url-head {
  background-image: none !important;
}
.exclusive-url.bigUrl:nth-of-type(odd) .url-head { padding-right: 0; }
.exclusive-url.bigUrl:nth-of-type(even) .url-head { padding-left: 0; }
.exclusive-url.bigUrl > .url-head > img {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -60px;
  margin-bottom: -60px;
  border-radius: 10px;
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
}
.exclusive-url.bigUrl > .figure-caption {
  color: #fff;
  font-size: 1.1em;
  padding: 40px 10px;
  max-width: 40%;
}
.exclusive-url.bigUrl:nth-of-type(odd) > .figure-caption { text-align: right; }
.exclusive-url.bigUrl .url-title > h3 {
  color: #e9d787;
  margin-top: 0;
}
.exclusive-url.bigUrl .url-contents {
  margin: 20px auto;
}
.exclusive-url.bigUrl .button {
  background-color: #e9d787;
  color: #2d2d2d;
}

/* Expo ------------------------------------------------------------------------ */
#expo {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding: 100px 140px;
}
#expo .exclusive-url {
  display: flex;
  flex-direction: column;
  flex: 0;
  margin-top: 0;
  color: #2d2d2d;
  padding: 0;
  overflow: visible;
  transition: all 0.3s ease;
}
#expo .exclusive-url.shown {
  flex: 0 0 25%;
  padding: 0 20px;
}
.exclusive-url.expoUrl > .url-head,
.exclusive-url.expoUrl > .figure-caption {
  display: none;
  flex: 0;
}
.exclusive-url.expoUrl > .figure-caption p {
  margin: 20px 0;
}
.exclusive-url.expoUrl.shown > .url-head,
.exclusive-url.expoUrl.shown > .figure-caption {
  display: block;
  flex: 0 0 50%;
}
.exclusive-url.expoUrl > .url-head {
  border-radius: 10px;
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
}

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


/* Articles ==================================================================== */
#recent-articles {
  margin-top: 0;
  padding: 0 145px;
}
#recent-articles h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 35px;
  font-size: 3em;
  text-transform: uppercase;
  color: #ce4444;
}
#recent-articles h2::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  height: 4px;
  width: 100px;
  background-color: #e9d787;
}
.recent-article img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
}
.recent-article figcaption {
  padding: 40px 0;
  font-size: 1.3em;
}
.recent-article figcaption h3 {
  color: #ce4444;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.recent-article figcaption p { margin: 20px 0; }
.recent-article figcaption a { text-decoration: none; }

#view-article-content { margin-top: 30px; }
#article-image {
  width: auto;
  max-width: 50%;
  float: left;
  margin-right: 15px;
}
#view-article-content.noPicture #article-image { display: none; }
/* ============================================================================= */


/* Contact ===================================================================== */
body.contact main { margin-bottom: 0; }
section.row.contact-details-card {
  border-radius: 10px;
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
  overflow: hidden;
  margin-bottom: 40px;
  flex-direction: row-reverse;
}

body.contact #contact-content section .contact-details {
  padding: 80px;
  background-color: #ce4444;
  color: #e9d787;
  font-weight: 700;
}
body.contact #contact-content section .contact-details a {
  color: #ffffff;
  text-decoration: none;
}
#contact section.contactform {
  color: #2d2d2d;
  padding: 80px;
  font-weight: 700;
}
#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 {
  margin-top: 10px;
}
body.contact #contact .map-holder { min-height: 100%; }
/* ============================================================================= */

/* Gallery ===================================================================== */
#gallery .image {
  position: relative;
  height: 300px;
  padding: 15px;
}
#gallery .image .figure {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 10px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
#gallery .image .figure:hover {
  transform: scale(1.05);
}
#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%);
}
#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;
}
/* ============================================================================= */

/* Videos - Offers - PDF ======================================================= */
#videos-condent .video,
#pdf .pdf,
#articles-list .article {
  margin-top: 30px;
  margin-bottom: 30px;
}
#videos-condent .video .embed-responsive,
#offers .card .card-img-top,
#articles-list .article img {
  border-radius: 10px;
  box-shadow: 0 2px 30px -5px rgba(0,0,0,.3);
}
#offers .card {
  background-color: transparent;
  margin-top: 30px;
  border: 0;
}
#videos-condent .video .video-caption,
#offers .card-body,
#pdf .pdf figcaption {
  padding: 10px;
  color: #2d2d2d;
}
#videos-condent .video .video-caption h3,
#offers .card-title,
#pdf .pdf figcaption h3,
#articles-list .article h3 {
  margin-top: 10px;
  color: #ce4444;
}
#videos-condent .video .video-caption p,
#offers .card-body p,
#pdf .pdf figcaption .description,
#articles-list .article p { margin: 20px 0; }
#pdf .pdf figcaption a { text-decoration: none; }
/* ============================================================================= */

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

/* Search ====================================================================== */
#header-top #searchform-container { display: none; }
#search-dropdown .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
#main-nav li#search-dropdown > span.open-icon:hover {
  color: #ce4444;
}
#search-results-list { width: 100%; }
#search-results-list .result .title {
  color: #2eb3e0;
}
/* ============================================================================= */

#banners {
  display: flex;
  position: fixed;
  bottom: 0;
}

#banners > #fixed-banner,
#banners > #second-banner {
  position: relative;
  left: 0!important;
}

#second-banner {
  min-width: 300px;
  max-height: 150px;
  padding: 0!important;
  margin-left: 20px;
}
#second-banner > img {
  display: block!important;
  width: 100%;
  height: 100%;
}

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

/* Mobile ============================================================================================================== */
@media screen and (max-width: 1280px) {
  #main-nav a.nav-link {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 1024px) {
  #main-nav a.nav-link {
    padding: 10px 7px;
    font-size: 11px;
  }
  #main-slideshow .carousel-item .carousel-caption {
    position: relative;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(0) translateX(0) !important;
    width: 100%;
    border-radius: 0;
    padding: 10px;
  }
  .exclusive-url.smallUrl {
    display: flex;
    flex-direction: column;
  }
  .exclusive-url.smallUrl > .url-head,
  .exclusive-url.smallUrl > .figure-caption {
    width: 100%;
    float: none;
  }
  #recent-articles .recent-article,
  #offers-content .offer {
    max-width: 50%;
  }
  #offers-content.justify-content-center {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 768px) {
  #header-top { padding: 10px; }
  #header-top .row > div {
    padding: 0;
    margin-bottom: 20px;
  }
  #header-top .row {
    flex-direction: column;
    align-items: center;
  }
  #header-top ul.social-container { text-align: center; }
  #header-top .row > .col-md-4 { padding-bottom: 20px; }
  #main-nav.compact-sticky { position: relative; }
  header .contact-info-container {
    text-align: center;
  }
  #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-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 {
    margin-bottom: 0 !important;
  }
  #main-nav {
    padding: 10px;
    justify-content: space-between;
  }
  #logo, .compact-sticky #logo {
    position: relative;
    padding: 0;
    padding-right: 10px;
    height: 50px;
    width: auto;
    box-shadow: none;
  }
  .compact-sticky #logo > img {
    height: 100%;
    width: auto;
  }
  #main-nav li.nav-item {
    flex-direction: column;
    border: 0;
  }
  #main-nav a.nav-link {
    font-size: 1em;
    padding: 10px;
    width: 100%;
  }
  #main-slideshow .carousel-indicators { display: none; }
  #main-slideshow .carousel-caption h3 { font-size: 2em; }
  #premium-text { padding: 15px; }
  .exclusive-url { margin-top: 0; }
  .exclusive-url, .exclusive-url.bigUrl, .exclusive-url.mediumUrl, .exclusive-url.smallUrl,
  .recent-article {
    width: 100%;
    height: auto;
    float: none;
  }
  .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.smallUrl>.figure-caption {
    float: none;
    padding: 0;
    width: 100%;
  }
  .exclusive-url.smallUrl>.figure-caption h3 {
    margin-top: 0;
  }

  .exclusive-url.mediumUrl {
    margin: auto;
    margin-top: 60px;
  }
  .exclusive-url.mediumUrl>.url-head>img { margin-bottom: 10px; }
  .exclusive-url.mediumUrl>.figure-caption {
    padding: 20px;
  }
  .exclusive-url > .figure-caption, .recent-article > figcaption {
    top: 0;
  }
  .exclusive-url.bigUrl, .exclusive-url.bigUrl:nth-of-type(odd) {
    padding: 20px;
    flex-direction: column;
    margin-top: 60px;
  }
  .exclusive-url.bigUrl .url-head {
    flex: 0 0 100%;
    padding: 0;
    overflow: visible;
  }
  .exclusive-url.bigUrl>.url-head>img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .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%;
    margin-top: 20px;
  }
  .exclusive-url.bigUrl:nth-of-type(odd)>.figure-caption {
    text-align: left;
  }
  #expo { padding: 20px; }
  #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: -40px;
  }
  #footer .contact-info-container { margin-top: 40px;}
  .countdown > .col-sm-3 {
    width: 50%;
  }
  section.row.contact-details-card { padding-right: 0; }
  body:not(.home) main {
    padding: 20px;
  }
  body.contact #contact-content>section {
    padding: 20px;
  }
  body:not(.home) #footer .row {
    align-items: baseline;
  }
  #header-top .social-container,
  #footer .social-container {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  #recent-articles .recent-article,
  #offers-content .offer {
    max-width: 100%;
  }
  body.home #footer > .container-fluid > .row {
    justify-content: center;
  }
  #footer .right,
  #footer .left,
  body.home #footer .right .social-container,
  body:not(.home) #footer .right .social-container,
  #footer .left .social-container,
  body:not(.home) #footer .contact-info {
    text-align: center;
  }
  #footer .left {
    margin-bottom: 20px;
  }
  #footer .logo {
    order: 1;
  }
  body:not(.home) #footer .row .logo {
    width: 100%;
    justify-content: center;
    margin-top: 0;
  }
  #header-top ul.social-container {
    text-align: center;
  }
  .exclusive-url.smallUrl {
    display: flex;
    flex-direction: column;
  }
  .exclusive-url.smallUrl>.url-head {
    width: 100%;
  }
  body.contact #contact .map-holder {
    height: 300px;
  }
}
@media screen and (max-width: 320px) {
  #offers .buttons, #offers .btn {
    padding: 15px 19px;
  }
  body.contact #contact-content section .contact-details {
    padding: 40px;
  }
  body.contact .form-group.actions {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* ==================== WIDGETS =================  */
#aw_transp[class*=aw_transp] {margin: 0 auto;}
header>#aw_transp[class*=aw_transp] {
  display: none!important;
}