@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap&subset=greek');
/* Extras */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
body {
  background-color: transparent;
  color: #2d2d2d;
  background-repeat: repeat;
}
body.home main.container {
  max-width: 100%;
  margin-bottom: 0;
  padding: 15px;
  padding-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;
}
@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: #2d2d2d;
  font-size: 23px;
  border-color: rgba(255,255,255,.1);
}
#home-content { max-width: 100%; }
#color-palette { z-index: 1999!important; }
.modal img.preloader {
  display: none;
  height: 50px;
}
/* Page title and jumbotron ===================================================== */
#hero-title {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #fff;
  margin: auto;
}
body.contact #hero-title:not(.with-header-image),
body.contact #hero-title.multicontact img,
#hero-title.with-header-image {
  height: 100%;
}
#hero-title,
body.contact #hero-title.without-header-image {
  height: 300px;
}
#hero-title img { width: 100%; }
#spacer {
  display: flex;
  position: relative;
  justify-content: center;
  height: 300px;
  margin-top: 158px;
  background-color: #2d2d2d;
}
#current-page-title {
  display: block;
  position: relative;
  margin: auto;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
body.contact #current-page-title { display: block!important; }
#current-page-title::after {
  content: "";
  display: block;
  position: relative;
  width: 100px;
  height: 2px;
  background-color: #ff8f26;
  margin: 20px auto;
}

/* Page content ================================================================ */
body:not(.home) main {
  min-height: 600px;
  max-width: 100%;
  background-color: #f0f0f0;
  padding-bottom: 100px;
}
main {
  min-height: 50%;
  margin: 0;
}
main > article:first-of-type {
  display: block;
  position: relative;
  background-color: transparent;
  padding: 80px;
  margin-top: -70px;
}
body:not(.contact) main > article:first-of-type {
  background-color: #fff;
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  max-width: 100%;
}

/* Footer ====================================================================== */
#footer {
  display: block;
  position: relative;
  background: #2d2d2d;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
#footer h1 {
  position: relative;
  font-size: 2em;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
  order: -2;
}
#footer .top-container {
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
  order: -1;
  border-bottom: 1px solid #949494;
}
#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: #ff8f26;
  margin-right: 10px;
}
#footer .contact-info-section a {
  color: #fff;
  text-decoration: none;
}
#home-map {
  margin-bottom: 30px;
  width: 100%;
}
#footer .row.logo {
  width: 100%;
  margin: 20px;
  text-align: center;
}
#footer .row.logo #fourty-logo {
  margin: auto;
}
#footer .contactform {
  margin: 30px 0;
}
#footer .contactform .col-md-4,
#footer .contactform .col-md-12 { padding-left: 0; }
.widget #bottom-footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 30px;
}
.widget #bottom-footer .top-container {
  margin: 0;
  padding: 0;
  border: none;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.widget #bottom-footer .top-container {
  flex: 0 0 18%;
}
.widget #bottom-footer #home-map {
  flex: 0 0 81%;
  margin: 0;
  height: 303.14px;
}
.widget .cdsROW.narrow { width: 240px; }
/* Buttons ===================================================================== */
.button, .btn {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 10px 20px;
  background-color: transparent;
  color: #2d2d2d;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  font-weight: 700;
  overflow: hidden;
  font-size: 10px;
  z-index: 0;
}
.button::before, .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  right: 0;
  background-color: #ff8f26;
  transform: translateX(-75%) skew(-45deg);
  transition: all 0.3s ease;
  z-index: -1;
}
.button:hover, .btn:hover {
  color: #fff;
}
.button:hover::before, .btn:hover::before {
  transform: translateX(20px) skew(-20deg);
}
.button .arrow-icon, .btn .arrow-icon {
  margin-left: 5px;
  transition: all 0.3s ease;
}
.button:hover .arrow-icon, .btn:hover .arrow-icon {
  transform: translateX(5px);
}


.button.inverted {
  background-color: #2d2d2d;
  color: #fff;
}
.button.inverted:hover {
  background-color: #ff8f26;
  color: #fff;
}
.btn.focus, button.focus, .btn:focus, button:focus {
  box-shadow: none;
}
.button > .fa-sort-down { transform: rotateZ(-90deg); }
/* ============================================================================= */

/* Header ====================================================================== */
header {
  display: flex;
  flex-direction: column;
}
#header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  color: #252525;
}
#header .row { margin: 0; }
#header-top {
  position: relative;
  order: -1;
  background-color: #2d2d2d;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  z-index: 1999;
}
#header-top .container { max-width: 100%; }
#header-middle {
  height: 58px;
  order: -2;
  padding: 15px 0;
  background-color: #2d2d2d;
  z-index: 100;
}
#header-middle .social-container {
  margin-bottom: 0;
}
#header-middle .form-group { margin-bottom: 0; }
#header-bottom { position: relative; }
body.contact #header-bottom {
    display: flex;
    justify-content: center;
    height: 100%;
    background-color: #2d2d2d;
}
body.contact #header-bottom .container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-bottom {
  display: flex;
  align-items: center;
  background-color: #2d2d2d;
}
#header-bottom .carousel-inner { margin: 0; }
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: #ff8f26;
  margin-right: 10px;
}
/* ============================================================================= */

/* Logo ======================================================================== */
#logo {
  display: flex;
  align-items: center;
  height: 100px;
  width: auto;
  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: #fff;
  color: #222222;
  margin: 0;
  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;
}
#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;
  background-color: transparent;
  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,
#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: #ff8f26;
}
#main-nav .navbar-nav > .active > a.nav-link {
  display: inline-block;
  position: relative;
  padding: 10px 25px;
  background-color: #2d2d2d;
  z-index: 0;
}
#main-nav .navbar-nav > .active > a.nav-link::before,
#main-nav .navbar-nav > .active > a.nav-link::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  border: 5px solid transparent;
}
#main-nav .navbar-nav > .active > a.nav-link::before {
  top: 0;
  left: 0;
  border-left-color: #fff;
  border-top-color: #fff;
}
#main-nav .navbar-nav > .active > a.nav-link::after {
  bottom: 0;
  right: 0;
  border-right-color: #fff;
  border-bottom-color: #fff;
}
#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 .navbar-nav>li.open> .dropdown-menu {
  margin-top: -10px !important;
}
#main-nav li.dropdown .dropdown-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: -7px;
  bottom: auto;
  left: auto;
  right: 25px;
  transform: rotateZ(45deg);
  background-color: #2d2d2d;
}
#main-nav .dropdown-menu
#main-nav .dropdown-menu li.nav-item {
  border: 0;
  flex-direction: column;
}
#main-nav .dropdown-menu a.nav-link {
  display: block;
  width: 100%;
  padding: 10px 20px;
  transition: color 0.3s ease;
}
#main-nav .navbar-nav > li.open > .dropdown-menu {
  display: block;
  top: 100%;
  margin-top: 0;
  opacity: 1;
  z-index: 99999;
}
#main-nav .dropdown-menu .nav-item {
  display: block;
  margin-right: 0;
}
#main-nav .navbar-nav > li.open > .dropdown-menu .dropdown-menu {
  position: relative;
  background-color: #191b27;
  color: #fff;
  border-radius: 0;
  border: 0;
}
#main-nav .navbar-nav > li.open > .dropdown-menu .dropdown-menu::before { display: none; }
/* 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: #fff;
  background-color: transparent;
}
/* Sticky */
#main-nav.compact-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background-color: #fff;
  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;
}
/* ============================================================================= */

/* Social ====================================================================== */
@media (min-width: 768px) {
  .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;
}
.social-container>li:last-of-type { margin-right: 0; }

.social-container>li>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;
}
.social-container>li>a:hover {
  color: #ff8f26;
}
/* ============================================================================= */

/* Slideshow =================================================================== */
#main-slideshow {
  min-width: 100%;
}
#main-slideshow img {
  width: 100%!important;
  display: block!important;
}
#main-slideshow .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  text-align: left;
  z-index: 999;
}
#main-slideshow .carousel-caption h3,
#main-slideshow .carousel-caption p {
  display: block;
  position: relative;
  color: inherit;
  text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
}
#main-slideshow .carousel-caption h3 {
  font-size: 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 {
  margin-top: 30px;
  background-color: transparent;
  margin-top: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/* ============================================================================= */

/* Exclusive URLs ============================================================== */
.exclusive-url {
  display: block;
  position: relative;
  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;
  font-weight: bold;
}

/* Small URLs ---------------------------------------------------------------- */
.exclusive-url.smallUrl {
  flex: 0 0 33.333336%;
  padding: 0 15px;
}
.exclusive-url.smallUrl > .url-head {
  height: auto;
  width: 100%;
}
.exclusive-url.smallUrl .url-title > h3 {
  position: relative;
  padding-left: 30px;
  color: #2d2d2d;
}
.exclusive-url.smallUrl .url-title > h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: auto;
  border: 7px solid transparent;
  border-bottom-color: #ff8f26;
  border-right-color: #ff8f26;
}
.exclusive-url.smallUrl > .figure-caption {
  margin-top: 20px;
  padding: 0;
}

/* Medium URLs --------------------------------------------------------------- */
.exclusive-url.mediumUrl {
  position: relative;
  flex: 0 0 100%;
  max-width: calc(100% - 30px);
  overflow: hidden;
}
.exclusive-url.mediumUrl::before, .exclusive-url.mediumUrl::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  border: 30px solid transparent;
  z-index: 1;
}
.exclusive-url.mediumUrl::before {
  top: 0;
  left: 0;
  border-left-color: #fff;
  border-top-color: #fff;
}
.exclusive-url.mediumUrl::after {
  bottom: 0;
  right: 0;
  border-right-color: #fff;
  border-bottom-color: #fff;
}

/* Big & Medium URLs ----------------------------------------------------------- */
.exclusive-url.bigUrl {
  padding: 0;
  margin-bottom: 0;
  flex: 0 0 100%;
  max-width: 1000%;
  overflow: hidden;
}
.exclusive-url.bigUrl .url-head,
.exclusive-url.mediumUrl .url-head {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.exclusive-url.bigUrl .url-head {
  background-attachment: fixed;
}
.exclusive-url.bigUrl .url-head img,
.exclusive-url.mediumUrl .url-head img {
  display: none;
}
.bigUrl .contents-wrapper,
.mediumUrl .contents-wrapper {
  max-width: 60%;
  margin: auto;
}
.bigUrl .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.exclusive-url.bigUrl .contents-wrapper,
.exclusive-url.mediumUrl .contents-wrapper {
  position: relative;
  margin: 180px auto;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
}
.exclusive-url .contents-wrapper {
  display: block;
  width: 100%;
}
.exclusive-url.bigUrl .url-title > h3,
.exclusive-url.mediumUrl .url-title > h3 {
  color: #fff;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  font-size: 3em;
}
.exclusive-url.bigUrl .url-contents,
.exclusive-url.mediumUrl .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 .url-head { background-image: none!important; }
#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 .container { max-width: 100%; }
#recent-articles h2 {
  display: block;
  padding-bottom: 20px;
  padding-left: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 2.5em;
  color: #2d2d2d;
  font-weight: bold;
  position: relative;
}
#recent-articles h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: auto;
  border: 7px solid transparent;
  border-bottom-color: #ff8f26;
  border-right-color: #ff8f26;
}
.recent-article.figure { border-bottom: 1px solid rgba(0,0,0,.1); }
.recent-article img {
  width: 100%;
  height: auto;
}
.recent-article figcaption h3 {
  color: #ff8f26;
  font-size: 1.1em;
  font-weight: 700;
  margin: 20px auto;
}
.recent-article figcaption a { text-decoration: none; }
.recent-article figcaption .btn,
.recent-article figcaption .button {
  margin-bottom: 20px;
}
#article-image {
  width: auto;
  max-width: 30%;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
#articles-button-container { text-align: center; }
/* #recent-articles .all-articles { margin: 50px auto; } */
#view-article-content.noPicture #article-image { display: none; }
#view-article h2 {
  font-size: 3em;
  color: #ff8f26;
}
body.offers .modal-content {
  background-color: #e6e6e6;
}
body.offers .card-title { font-size: 1.75rem; }
body.contact .modal-content {
  z-index: 10002;
}
.modal { z-index: 10000; }
.modal [type=submit] {
  background-color: #2d2d2d;
  color: #fff;
}
#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; }
#contact-content { max-width: 100%; }
#contact-content .multicontact {
  display: flex;
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 30px;
}
#contact-content .left,
.multicontact .contact-details {
  padding: 40px;
  background-color: #2d2d2d;
  color: #f0f0f0;
}
#contact-content .singlecontact .left { padding: 0; }
[id^=ContactMap] {
  max-width: 66.666667%;
  flex: 0 0 66.666667%;
}
body.contact .singlecontact { flex-direction: row-reverse; }
body.contact .singlecontact #HeroMap {
  width: 100%;
  max-width: 66.666667%;
  flex: 0 0 66.666667%;
}
#contact-content .contactform {
  max-width: 100%;
  flex: 0 0 100%;
}
body.contact #contact {
  padding: 0;
}
#contact-content > .row {
  margin: 0;
}
body.contact .contact-details-card .contact-details {
  padding: 40px;
  background-color: #2d2d2d;
  color: #f0f0f0;
}
body.contact .contact-details .cd-title {
  color: #ff8f26;
  font-weight: bold;
}
body.contact .contact-details a:not([class^='leaflet']) {
  color: #fff;
  text-decoration: none;
}
body.contact #contact-form {
  max-width: 100%;
}
body.contact #contact section.contactform {
  background-color: #2d2d2d;
  color: #fff;
  padding: 80px 0;
  font-weight: 700;
  margin-top: 80px;
  clip-path: polygon(50px 0,100% 0,100% 100%,0 100%,0 50px);
}
body.contact #contact #contact-form label {
  display: block;
}
body.contact .form-control,
body.contact #contact #contact-form input[type="text"],
body.contact #contact #contact-form input[type="email"],
body.contact #contact #contact-form input[type="tel"],
body.contact #contact #contact-form textarea,
body.contact input[type=date], input[type=datetime-local], input[type=month],
body.contact input[type=time] {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  background-color: #fff;
  color: #7b7b7b;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  margin: 2px;
  margin-bottom: 15px;
  border-radius: 0;
}
body.contact #contact-form .notes-container > .form-group { height: 100%; }
body.contact #contact #contact-form textarea {
  height: calc(100% - 2.5em);
  min-height: 200px;
}
body.contact .form-group.actions {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
body.contact #contact #contact-form .button {
  margin-left: inherit;
  margin-right: inherit;
  margin-top: 0;
}
body.contact .g-recaptcha {
  display: inline-block;
}

/* Contact form outside of contact page */
table#contact-form {
  width: 100%;
  max-width: 100%;
  display: block;
  padding: 0;
}
table#contact-form > tbody { display: none; }
body:not(.contact) #form-container {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
body:not(.contact) table #contact-form {
  padding: 0;
}

/* Multiple */
section.row.contact-details-card.multicontact {
  align-items: stretch;
  margin-bottom: 30px;
}
body:not(.contact) #contact-form .col-md-4,
body:not(.contact) #contact-form .col-md-8 {
  max-width: 100%;
  flex: 0 0 100%;
}
body:not(.contact) #contact-form .g-recaptcha {
  margin-bottom: 10px;
}
body:not(.contact) .form-control,
body:not(.contact) #contact #contact-form input[type="text"],
body:not(.contact) #contact #contact-form input[type="email"],
body:not(.contact) #contact #contact-form input[type="tel"],
body:not(.contact) #contact #contact-form textarea,
body:not(.contact) input[type=date], input[type=datetime-local], input[type=month],
body:not(.contact) input[type=time] {
  display: block;
  border-radius: 0;
  border-color: #2d2d2d;
  padding: 20px 10px;
}
body:not(.contact) #contact-form .form-control:focus {
  box-shadow: none;
}
/* ============================================================================= */

/* 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 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: none;
  margin-bottom: 0;
  padding: 10px;
}
#gallery .image:hover img {
  transform: translate(-50%,-50%) scale(1.1);
}
.pswp {
  z-index: 9999 !important;
}
/* ============================================================================= */

/* List views ================================================================== */
.video.col-md-4 {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.video .inner { display: flex; }
.video .embed-responsive { min-height: 300px; }
.listview > .listitem {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}
.listview > .listitem:last-of-type {
  border: 0;
  margin-bottom: 0;
}
body.videos .listview > .listitem .listitem-head {
  min-height: 300px;
}
.listview > .listitem .listitem-content a.title {
  color: inherit;
  text-decoration: none;
}
/* Offers ================================================================== */
.col-md-4.offer {
  max-width: 100%;
  flex: 0 0 100%;
}
.offer .card {
  flex-direction: row;
  margin-bottom: 30px;
  padding-top: 30px;
  border: none;
}
.offer img { max-width: 33.333333%; }
.offer .card-body {
  max-width: 66.666667%;
  flex: 0 0 66.666667%
}
#offers .offer .countdown .title { font-size: 0.9em; }
/* Pdf ================================================================== */
#pdf-content .row { flex-direction: column; }
#pdf-content .pdf {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 30px;
  padding-top: 30px;
  border: none;
}
#pdf-content .figure { display: flex; }
#pdf-content .figure a {
  max-width: 33.333333%;
  flex: 0 0 33.333333%;
}
#pdf-content figcaption {
  max-width: 66.666667%;
  flex: 0 0 66.666667%;
}
/* Articles ================================================================== */
#articles-list .figure { display: flex; }
#articles-list .figure { width: 100%; }
#articles-list .article-img {
  max-width: 33.333333%;
  flex: 0 0 33.333333%;
  padding: 0 15px;
}
#articles-list img { width: 100%; }
#articles-list figcaption {
  max-width: 66.666667%;
  flex: 0 0 66.666667%;
  padding: 0 15px;
}
#articles-list .article {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
/* ============================================================================= */

body > #move-top {
  position: fixed;
  border-radius: 0;
  bottom: 10px;
  right: 10px;
  top: auto;
  left: auto;
  font-size: 0.7em;
  height: 44px;
  width: 45px;
  color: #fff;
  box-shadow: none;
  cursor: pointer;
  z-index: 99999;
}
#move-top { background-color: #fa983a!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-icon {
  color: #fff;
  height: 12px;
  position: absolute;
  top: 12px;
  left: 10px;
}
#search-form {
  display: inline-block;
  width: calc(100% - 40px);
  margin-bottom: 0;
  margin-left: 10px;
}
.closed #search-form {
  display: none;
}
#search-input {
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
  width: 100%;
  max-width: 300px;
}
#search-input:focus {
  box-shadow: none;
}
/* Search results list */
#searchform-container .open-icon > a:hover,
#searchform-container .close-icon > a:hover {
  color: #ff8f26;
}
#search-results-list { width: 100%; }
#search-results-list .result .title {
  color: #ff8f26;
}

#hero-title {min-width: 100%;}

#articles-list .article figcaption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#articles-list .article figcaption .btn,
#articles-list .article figcaption .button {
  margin: auto 0;
}

/* ============================================================================= */

#banners {
  display: flex;
  position: fixed;
  bottom: 0;
}

#banners > #fixed-banner,
#banners > #second-banner {
  position: relative;
  left: 0!important;
}

#second-banner {
  min-width: 300px;
  max-height: 150px;
  padding: 0!important;
  margin-left: 20px;
}
#second-banner > img {
  display: block!important;
  width: 100%;
  height: 100%;
}


#more-content > .row > p { width: 100%; }
body.contact .map-holder[data-address] {padding: 0;}

.expoUrl.no-url .url-head,
.expoUrl.no-url .url-title {
  cursor: default;
}

/* Responsive ================================================================== */
@media all and (min-width: 768px) {
  #premium-text, #exclusiveURLs, #expo-container, #recent-articles,
  body:not(.home) main, .contact-details-card, #contact-form,
  .carousel-caption, #footer > .container-fluid > .row,#contact-content .row.singlecontact,
  #contact-content .multicontact {
    padding-left: 15px;
    padding-right: 15px;
  }
  .exclusive-url.bigUrl, #expo-container {
    margin-left: -15px;
    margin-right: -15px;
    flex: 0 0 calc(100% + 30px);
  }
}
@media screen and (min-width:1024px) {
  body.contact #contact-content .multicontact:first-of-type,
  body.contact #contact-content .singlecontact {
    margin-top: -70px;
  }
}
@media all and (min-width: 1280px) {
  #premium-text, #exclusiveURLs, #expo-container, #recent-articles,
  body:not(.home) main, .contact-details-card, #contact-form,
  .carousel-caption, #footer > .container-fluid > .row,#contact-content .row.singlecontact,
  #contact-content .multicontact {
    padding-left: 100px;
    padding-right: 100px;
  }
  .exclusive-url.bigUrl, #expo-container {
    margin-left: -100px;
    margin-right: -100px;
    flex: 0 0 calc(100% + 200px);
  }
}

@media all and (min-width: 1440px) {
  #premium-text, #exclusiveURLs, #expo-container, #recent-articles,
  body:not(.home) main, .contact-details-card, #contact-form,
  .carousel-caption, #footer > .container-fluid > .row,#contact-content .row.singlecontact,
  #contact-content .multicontact {
    padding-left: 150px;
    padding-right: 150px;
  }
  .exclusive-url.bigUrl, #expo-container {
    margin-left: -150px;
    margin-right: -150px;
    flex: 0 0 calc(100% + 300px);
  }
}

@media all and (min-width: 1920px) {
  #premium-text, #exclusiveURLs, #expo-container, #recent-articles,
  body:not(.home) main, .contact-details-card, #contact-form,
  .carousel-caption, #footer > .container-fluid > .row,#contact-content .row.singlecontact,
  #contact-content .multicontact {
    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) {
  .widget #bottom-footer #home-map { flex: 0 0 78%; }
}
@media screen and (max-width: 1280px) {
  .widget #bottom-footer #home-map { flex: 0 0 77%; }
}
@media screen and (max-width: 1024px) {
  #main-nav.compact-sticky .nav-item { margin-right: 18px; }
  .offer img {
    height: 248px;
    width: auto;
  }
  .exclusive-url .url-title > h3 { font-size: 1.5em; }
  #offers .offer .countdown .title { font-size: 0.8em; }
  .widget #bottom-footer #home-map { flex: 0 0 75%; }
}
@media screen and (max-width: 768px) {
  #spacer { margin-top: 0; }
  #hero-title {
    margin-top: 0;
    min-height: 400px;
    overflow: hidden;
  }
  #hero-title.with-header-image {
    height: 300px;
  }
  body:not(.contact) #hero-title.with-header-image > img {
    width: auto;
    height: 100%;
  }
  #header-top {
    position: relative;
    width: 100%;
    height: auto;
  }
  #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;
  }
  .navbar-toggler:not(:disabled):not(.disabled) { border: 0; }
  #main-nav a.nav-link {
    display: block;
    width: 100%;
  }
  #main-nav.compact-sticky { position: relative; }
  #main-nav.compact-sticky #logo { height: 100px; }
  #main-nav.compact-sticky a.nav-link { padding: 20px 0; }
  #main-nav .nav-item { flex-direction: column; }
  #main-nav li.dropdown .dropdown-menu::before { display: none; }

  #main-slideshow .carousel-caption h3 {
    font-size: 2em;
  }

  main>article:first-of-type {
    padding: 40px;
  }
  #hero-title:not(.with-header-image) { min-height: auto; }
  body.contact main>article:first-of-type { padding: 20px; }

  .exclusive-url {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .exclusive-url.bigUrl .url-title > h3 {
    font-size: 2em;
  }
  .exclusive-url.bigUrl,
  .exclusive-url.smallUrl {
    flex: 0 0 100%;
  }
  .exclusive-url.mediumUrl, .exclusive-url.mediumUrl:nth-of-type(odd) {
    flex-direction: column;
  }
  .exclusive-url.mediumUrl>.figure-caption {
    font-size: 1.3em;
    padding: 10px;
  }
  .exclusive-url.mediumUrl .url-contents {
    font-size: 1.5em;
  }
  .exclusive-url.mediumUrl .url-title > h3 {
    font-size: 2.6em;
  }
  .mediumUrl .contents-wrapper {
    max-width: 80%;
    margin: auto;
  }
  .bigUrl .contents-wrapper {
    max-width: 100%;
    margin: auto;
  }
  #expo .expoUrl {
    flex: 0 0 100%;
    padding: 0 80px;
  }
  #expo-container a.next {
    right: 0;
    opacity: 1;
  }
  #expo-container a.prev {
    left: 0;
    opacity: 1;
  }
  #recent-articles .all-articles { margin: 15px auto; }
  #offers .offer .countdown .title { font-size: 0.6em; }
  body.home #footer .left {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  #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;
  }
  .form-group.actions {
    flex-direction: column;
  }
  .listview > .listitem {
    min-width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
  }
  .listview > .listitem>div {
    padding: 0;
  }
  .listview > .listitem > .listitem-head {
    margin-bottom: 20px;
  }
  .listview>.listitem .listitem-head {
    min-height: 0;
  }
  .listview>.listitem.video .listitem-head { height: 250px; }
  body.contact #hero-title.with-header-image {
    height: auto;
  }
  body.contact #hero-title { min-height: auto; }
  .widget #bottom-footer #home-map { flex: 0 0 66%; }
}
@media screen and (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  #header-middle { height: auto; }
  #header-middle .row { justify-content: center; }
  #header-middle .social-container {
    margin-top: 15px;
    text-align: center;
    max-width: 100%;
  }
  #main-slideshow .carousel-caption { display: none; }
  .bigUrl .contents { padding: 0 4px; }
  .exclusive-url.mediumUrl .url-title > h3 { font-size: 2.8em; }
  .exclusive-url.mediumUrl .url-contents { font-size: 1.6em; }
  #footer .contact-info-section:first-of-type { margin-left: 0; }
  #footer h1 { max-width: 98%; }
  #top-footer { justify-content: center; }
  #home-map,#footer .top-container { width: 95%; }
  body:not(.contact) main > article:first-of-type { max-width: 93%; }
  body.more main>article:first-of-type { padding: 55px; }
  .video .inner,.offer .card,
  #pdf-content .figure,
  #articles-list .figure {
    flex-direction: column;
  }
  .video .listitem-content { padding: 0; }
  .video .embed-responsive { margin-bottom: 20px; }
  .offer img,.offer .card-body,
  #pdf-content .figure a,
  #pdf-content figcaption,
  #articles-list .article-img,
  #articles-list figcaption,
  [id^=ContactMap] {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .offer .card-body {
    padding-left: 0;
    padding-right: 0;
  }
  #offers .info { margin-left: 27px; }
  #contact-content .multicontact {
    display: block;
    padding: 0;
  }
  body.contact #contact #contact-form .btn,
  body.contact #contact #contact-form .button {
    margin-top: 10px;
  }
  .map-holder {
    height: 300px;
  }
  body.contact .singlecontact { flex-direction: column-reverse; }
  body.contact .singlecontact #HeroMap {
    max-width: 100%;
    flex: auto;
  }
  .widget #bottom-footer .top-container {
    align-items: center;
    margin-bottom: 30px;
  }
  .widget #bottom-footer .top-container,
  .widget #bottom-footer #home-map {
    flex: 0 0 100%;
  }
}
@media screen and (max-width:540px) {
  .offer img {
    width: 100%;
    height: auto;
  }
  #offers .info { margin-left: 89px; }
}
@media screen and (max-width:414px) {
  #footer h1 { max-width: 97%; }
  #offers .info { margin-left: 27px; }
}
@media screen and (max-width:375px) {
  #offers .info { margin-left: 13px; }
}
@media screen and (max-width:360px) {
  #offers .info { margin-left: 0; }
}
@media screen and (max-width:320px) {
  #footer h1 { max-width: 91%; }
  #offers .interested { margin-top: 5px; }
  #offers .btn,
  #offers .button {
    margin-left: 47px;
  }
  body.contact #contact-content { padding: 8px; }
  body.contact .g-recaptcha { margin-left: -14px; }
}
@media screen and (max-width:280px) {
  #offers .btn,
  #offers .button {
    margin-left: 29px;
  }
}
/* =========================== DISPLAY NONE ===================== */
#footer:not(.widget) #bottom-footer,.with-header-image #current-page-title,label[for=search-input],
#main-nav #search-dropdown,.carousel-control-prev,body:not(.home):not(.widget) [id*=TA_cdsrating],
body:not(.home):not(.widget) [id*=TA_cdswritereview],.widget #top-footer #home-map,
.carousel-control-next,body.contact .right,.empty,.modal .btn-ok,
#hero-title #HeroMap,body.contact .with-header-image #current-page-title {
  display: none!important;
}