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

#title-language h1 {
  font-weight: 400;
  color: #909090;
  font-size: 1.2em;
  text-align: center;
}
figcaption>.title {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: inherit;
}
.navbar-dark .navbar-toggler {
  color: #636363;
  font-size: 23px;
  border-color: rgba(255,255,255,.1);
}
#header-top[style*='background-image'],
#header-middle[style*='background-image'],
#header-bottom[style*='background-image'] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#hero-title h1 {
  position: relative;
  color: #fff;
  background-color: transparent;
  margin: auto;
  margin-bottom: 0;
  text-align: center;
  padding: 30px 15px;
  font-size: 43px;
  width: 100%;
  font-weight: bold;
}
body:not(.home) #spacer #page-title-container {
  text-align: center;
  margin-bottom: 70px;
  max-width: 100%;
  flex: 0 0 100%;
}
body:not(.home) #spacer #page-title {
  font-size: 43px;
  font-weight: bold;
}
img {
  object-fit: cover;
  object-position: center;
}
/* Modal ===================================================== */
#new, .modal { z-index: 10000;}
/* Page title and jumbotron ===================================================== */
#hero-title {
  background-color: #c1c1c1;
  color: #fff;
}
body:not(.home) .jumbotron.with-header-image {
  color: #fff;
}

/* Footer ====================================================================== */
#footer {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 0;
}
#footer .left {
  padding-left: 0;
  padding-right: 20px;
}
body:not(.home) #footer .left .map-holder { display: none; }
#footer .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}
#footer h1 {
  position: relative;
  font-size: 2em;
  font-weight: normal;
  padding-bottom: 20px;
  text-align: left;
}
#footer .contact-info {
  margin: 20px 0;
}
#footer .contact-info-section {
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 1em;
}
#footer .contact-info-section:first-of-type { margin-left: 0; }
#footer .contact-info-section .icon {
  margin-right: 10px;
}
#footer .contact-info-section a {
  color: #fff;
  text-decoration: none;
}
#footer .row.logo {
  width: 100%;
  justify-content: flex-end;
  margin: 20px;
  margin-top: 0;
}
#footer .contactform {
  display: none;
}
#footer #contact-form .btn,
#footer #contact-form .button {
  margin-top: 10px;
  margin-left: 4px;
}
#footer .contactform .col-md-4,
#footer .contactform .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
#footer .row {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#footer .row > * {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
}
#home-map {
  height: 500px;
  width: 100%;
}
#footer .logo { text-align: center; }
/* Buttons ===================================================================== */
.button,.btn {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 10px 15px;
  background-color: transparent;
  border: 2px solid;
  border-radius: 0;
  text-decoration: none;
  font-size: 14px;
}
.button.inverted,.btn.inverted {
  border: 2px solid transparent;
  background-color: transparent;
}
.btn.focus, button.focus, .btn:focus, button:focus {
  box-shadow: none;
}
.button > .fa-sort-down { transform: rotateZ(-90deg); }
#main-slideshow .btn,
#main-slideshow .button {
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.6);
}
#main-slideshow .btn:hover,
#main-slideshow .button:hover {
  background-color: #fff;
  border: 1px solid rgba(255,255,255,.6);
}
.bigUrl .btn.inverted,
.bigUrl .button.inverted {
  background-color: #fff;
}
/* ============================================================================= */

/* Header ====================================================================== */
#header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  color: #333;
}
#header .row { margin: 0; }
#logo-headers-container {
  position: fixed;
  top: 96px;
  bottom: auto;
  left: 0;
  right: 0;
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  z-index: 9999;
}
#header-top > .container > .row {
  height: 90px;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  font-size: 0.8em;
}
header .contact-info-container { padding-top: 5px; }
header .contact-info-container .contact-info-section,
header .contact-info-container .contact-info-section a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
header .contact-info-container .contact-info-section { margin-left: 20px; }
header .contact-info-container .contact-info-section:first-of-type { margin-left: 0; }
header .contact-info-container .contact-info-section .icon {
  margin-right: 10px;
}
#header-top .row { flex-direction: row-reverse; }
#header-top .col-md-8 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  flex: 0 0 100%;
}
#header-top .col-md-8 .contact-info-container { text-align: right; }
#header-top .contact-info-section a,
#header-top .contact-info-section span {
  font-size: 18px;
  font-weight: lighter;
 }
 #header-top .contact-info-section .icon {
   font-size: 1.7em;
 }
 #header-middle {
  height: 180px;
  display: flex;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  align-items: center;
}
#header-middle > * {
  display: flex;
  height: 75px;
  padding: 0;
}
#header-middle .social-container {
  margin: 0;
  padding: 0;
}
#header-middle #page-title {
  font-size: 14px;
  margin: 0;
}
#logo-headers-container > * {
  padding: 0;
}
#header-top,#header-bottom {
  height: 90px;
}
#header-bottom {
  transition: all 0.4s ease;
}
#header-bottom > .container > .row {
  height: 90px;
}
body:not(.home) #social-search-wrapper {
  max-width: 100%;
  flex: 0 0 100%;
}

#header-bottom > .container,
#header-top > .container {
  max-width: 100%;
}
/* ============================================================================= */

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

/* MainNav ===================================================================== */
#main-nav {
  width: 100%;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0 15px;
  position: relative;
  color: #fff;
  border-top: 1px solid rgba(231,231,231,.4);
  margin: 0 12px;
}
#mainNavContent {
  align-items: stretch;
}
#main-nav .navbar-nav {
  align-items: center;
}
#main-nav .navbar-collapse {
  flex-grow: 0;
}
#main-nav .nav-item {
  display: flex;
  position: relative;
  align-items: center;
  border-top: 3px solid transparent;
  transition: border-color 0.3s ease;
}
#main-nav .nav-item:last-of-type { margin-right: 0; }
#main-nav a.nav-link {
  position: relative;
  padding: 30px 10px;
  color: inherit;
  font-size: 0.8em;
  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 {
  background-image: linear-gradient(to bottom,rgba(226,226,226,.2) 50%,rgba(226,226,226,.2) 50%);
} */
#main-nav .dropdown-menu {
  left: 0;
  right: 0;
  min-width: 300px;
  background-color: #fff;
  color: #333;
  border-radius: 0;
  padding: 0;
  margin-top: 10px;
  transition: all 0.1s ease;
}
#main-nav .dropdown-menu li.nav-item {
  border: 0;
  flex-direction: column;
}
#main-nav .dropdown-menu a.nav-link {
  display: block;
  width: 100%;
  padding: 15px 20px;
  transition: color 0.3s ease;
}
#main-nav .dropdown-menu .nav-item:hover>a.nav-link,
#main-nav .dropdown-menu .nav-item.active>a.nav-link,
#main-nav .dropdown-menu .nav-item.open>a.nav-link {
  color: #fff;
  transition: all 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 .navbar-nav > li.open > .dropdown-menu .dropdown-menu {
  position: relative;
  background-color: #191b27;
  color: #fff;
  border-radius: 0;
  border: 0;
}
/* Languages */
#main-nav .langsDropdown.dropdown-menu {
  min-width: 100px;
}
/* Sticky */
.compact-sticky #header-bottom {
  height: 55px;
  transition: all 0.4s ease;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.compact-sticky #header-bottom > .container > .row { height: 55px; }
.compact-sticky #main-nav a.nav-link { padding: 15px; }
.compact-sticky #header-bottom > .container > .row,
.compact-sticky #main-nav {
  justify-content: center;
}
#logo-headers-container.compact-sticky { background-color: transparent; }
.dropdown.show:not(.submenu) > .dropdown-menu.show { display: none; }
#main-nav .nav-item > [class*=dropdown] .nav-link,
#main-nav .nav-item:not(.active):hover > a {
  opacity: 1;
}
.langsDropdown > a:not(.active):hover,
.langsDropdown > a.active {
  color: #fff;
  transition: color 0.3s ease;
}

.langsDropdown > a:not(.active) {
  background-color: #fff;
  color: #333;
  transition: color 0.3s ease;
}
/* ============================================================================= */

/* Social ====================================================================== */
#footer .social-container,
#footer .social {
  display: none;
}
.social-container>li {
  display: inline-block;
  width: 28px;
  height: 26px;
  padding: 0;
  margin: 0 2px;
  vertical-align: middle;
  margin-top: 2px;
}
.social-container>li:last-of-type { margin-right: 0; }

.social-container>li>a {
  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;
}
/* ============================================================================= */

/* Slideshow =================================================================== */
#main-slideshow .carousel-caption {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  color: #ffffff;
  text-align: center;
  z-index: 999;
}
.carousel-indicators {
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  margin: 0;
  text-align: right;
  z-index: 999;
}
.carousel-indicators > li {
  display: block;
  position: relative;
  font-size: 0;
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 1px solid #909090;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s ease;
}
.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 .active {
  opacity: 0.8;
  border-color: #555555;
}
#main-slideshow .carousel-caption h3,
#main-slideshow .carousel-caption p {
  display: block;
  position: relative;
  text-align: center;
  padding: 5px 50px;
}
#main-slideshow .carousel-caption h3 {
  color: #ffffff;
  font-weight: bold;
  padding-top: 15px;
  margin-bottom: 0;
}
#main-slideshow .carousel-caption p {
  font-size: 18px;
  margin-top: 0;
}
#main-slideshow .carousel-caption > .container {
  max-width: 100%;
}
/* ============================================================================= */

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

/* Exclusive URLs ============================================================== */

.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 {
  text-decoration: none;
  font-size: 1.6em;
}

/* Small URLs ---------------------------------------------------------------- */
.exclusive-url.smallUrl {
  max-width: 25%;
  flex: 0 0 100%;
  margin: 30px 0;
}
.exclusive-url.smallUrl > .url-head {
  height: auto;
  width: 100%;
  text-align: center;
}
.exclusive-url.smallUrl > .figure-caption {
  margin-top: 20px;
  padding: 0;
  text-align: center;
}
.exclusive-url .url-title > h3 {
  font-weight: normal;
}
#exclusiveURLs .exclusive-url.smallUrl h3 {
  text-decoration: none;
  font-size: 16px;
}
#exclusiveURLs .exclusive-url.smallUrl .url-contents {
  font-size: 14px;
}
.smallUrl:not(:last-of-type) {
  border-right: 1px solid #dddddd;;
}
.smallUrl .btn,
.smallUrl .button {
  width: 100%;
}
.exclusive-url.smallUrl > .url-head > img {
  width: 100px;
}
/* Medium URLs --------------------------------------------------------------- */
.exclusive-url.mediumUrl {
  max-width: 33.333333%;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.exclusive-url.mediumUrl > .figure-caption {
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  right: auto;
  left: auto;
  width: 95.3%;
  height: auto;
  padding: 15px;
  color: #636363;
  transition: all 0.3s ease;
}
.exclusive-url.mediumUrl .url-title > h3 {
  font-size: 32px;
  font-weight: normal;
  text-decoration: none;
}
.exclusive-url.mediumUrl .url-contents {
  font-size: 18px;
  color: #fff;
}
.exclusive-url.mediumUrl .contents-wrapper {
  text-align: center;
}

/* Big URLs ------------------------------------------------------------------ */
.exclusive-url.bigUrl {
  padding: 0;
  margin-bottom: 0;
  flex: auto;
  max-width: 1000%;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
}
.exclusive-url.bigUrl .url-head {
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-image: none!important;
}
.bigUrl .contents-wrapper {
  max-width: 95%;
  margin: auto;
}
.exclusive-url.bigUrl .figure-caption {
  position: relative;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.5);
}
.exclusive-url .contents-wrapper {
  display: block;
  width: 100%;
}
.exclusive-url.bigUrl .url-title > h3 {
  text-decoration: none;
  font-size: 2em;
  font-weight: normal;
}
.exclusive-url.bigUrl .url-contents {
  margin: 40px auto;
  font-size: 1.4em;
}

/* Expo ------------------------------------------------------------------------ */
#expo-container {
  position: relative;
  overflow: hidden;
}
#expo {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: auto;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.4s ease;
}

#expo .expoUrl {
  padding: 0 15px;
  flex: 0 0 25%;
  transition: all 0.4s ease;
}

#expo .exclusive-url > .url-head { height: auto; }

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


/* Articles ==================================================================== */
#recent-articles {
  margin-bottom: 100px;
}
#recent-articles h2 {
  font-size: 32px;
  font-weight: normal;
  margin: auto;
  text-align: center;
  padding: 30px;
  padding-bottom: 15px;
  width: 100%;
}
.recent-article img {
  width: 100%;
  height: auto;
}
.recent-article figcaption { text-align: center; }
.recent-article figcaption h3 {
  text-decoration: none;
  font-size: 23px;
  margin: 0;
  margin-top: 20px;
}
.recent-article figcaption a { text-decoration: none; }
#view-article-content { margin-top: 30px; }
#article-image {
  width: auto;
  max-width: 30%;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
#view-article-content.noPicture #article-image { display: none; }
#view-article h2 {
  font-size: 3em;
}
body.offers .modal-content {
  background-color: #e6e6e6;
}
.modal-body p { color: #191b27; }
#articles-pagination {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #e2e2e2;
}
#articles-pagination .paging { text-align: right; }
#articles-pagination .paging > span, #articles-pagination .paging > a {
  text-decoration: none;
  display: inline-block;
  padding: 4px;
}
#articles-pagination .paging > a:nth-last-child(2) {
  display: none;
}
.breadcrumb-title { margin-right: 20px; }
#recent-articles .description {
  font-size: 14px;
  margin: 0;
  padding: 20px;
}
/* ============================================================================= */


/* Contact ===================================================================== */

body.contact #contact {
  padding: 0;
  max-width: 1170px;
  margin: 0 auto;
}
#contact-content > .row {
  margin: 0;
}
body.contact .contact-details-card .contact-details {
  padding: 15px;
  color: #f0f0f0;
  font-weight: bold;
  text-align: center;
}
body.contact .contact-details-card .contact-details > p a {
  color: #fff;
  text-decoration: none;
}
#contact-form {
  max-width: 100%;
}
#contact section.contactform { color: #636363; }
#contact #contact-form label {
  font-size: 14px;
  display: block;
  font-weight: bold;
}
.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 #757575;
  background-color: #fff;
  color: #7b7b7b;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  margin: 2px;
  margin-bottom: 15px;
  border-radius: 0;
  height: 45px;
}
textarea.form-control {
  height: 273px;
  max-height: 100%;
}
#contact-form .notes-container > .form-group { height: 100%; }
#contact #contact-form textarea {
  min-height: 100px;
}
.form-group.actions {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body.home .form-group.actions {
  align-items: center;
}
#contact #contact-form .button {
  margin-left: inherit;
  margin-right: inherit;
  margin-top: 15px;
}
.g-recaptcha {
  display: inline-block;
  margin-left: 4px;
}
/* Multiple */
#contact-content:not(.multicontacts) {
  display: flex;
  justify-content: space-between;
}
#contact-content:not(.multicontacts) > * {
  max-width: 50%;
  flex: 0 0 100%;
}
body.contact #contact-content .contact-details-card {
  flex-direction: row-reverse;
}
body.contact #contact-content .contact-details-card .map-holder,
body.contact #contact-content .contact-details-card .contact-details {
  max-width: 100%;
  flex: 0 0 100%;
}
body.contact .map-holder { height: 500px; }
body:not(.home) #contact-form > form > * {
  max-width: 100%;
  flex: 0 0 100%;
}
body.contact .cd-title { font-weight: lighter; }
.multicontact > .contact-details {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.cd-wrapper > p,
body.contact #contact-content.multicontacts .multicontact > .contact-details > * {
  max-width: 50%;
  flex: 0 0 100%;
}
body.contact .multicontact .map-holder {
  height: 250px;
}
.cd-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.multicontact .cd-value,
.multicontact .cd-value > a {
  font-size: 14px;
  color: #fff;
}
#contact-content.multicontacts > .row.contactform { margin-top: 30px; }
/* ============================================================================= */

/* Gallery ===================================================================== */
#gallery .image {
  position: relative;
  height: 300px;
  overflow: hidden;
  padding: 2px;
}
#gallery .image .figure {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#gallery .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 140%;
  width: auto;
  min-width: 101%;
  opacity: 1;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: all 0.3s ease;
}
#gallery figure>figcaption {
  display: block;
  position: absolute;
  top: auto;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
  background: rgba(255,255,255,0.5);
  padding: 0;
}
#gallery figure>figcaption > p {
  display: block;
  margin-bottom: 0;
  padding: 10px;
}
#gallery .image:hover img {
  transform: translate(-50%,-50%) scale(1.1);
}
.pswp { z-index: 9999 !important; }
body.gallery .image {
  max-width: 25%;
  flex: 0 0 25%;
}
body.gallery .image:nth-of-type(5n+1) {
  max-width: 50%;
  flex: 0 0 50%;
}
#gallery-content {
  max-width: 1170px;
  margin: 0 auto;
}
/* ============================================================================= */

/* Videos ====================================================================== */
#videos-condent .video, #offers .card,
#pdf .pdf, #articles-list .article {
  border: 0;
}
#videos-condent .video .video-caption, #offers .card-body,
#pdf .pdf figcaption, #articles-list .article figcaption {
  margin-top: 20px;
  padding: 0;
  color: #545454;
}
#videos-condent .video .video-caption h3,
#pdf .pdf figcaption h3, #articles-list .article figcaption h3 {
  text-decoration: none;
  font-size: 1.6em;
}
#pdf .pdf figcaption a, #articles-list .article figcaption a {
  text-decoration: none;
}
#offers.container,
#articles-list.container,
#pdf.container,
#videos.container {
  max-width: 1170px;
}
.offer.col-md-4,
.article.col-md-4,
.pdf.col-md-4 {
  max-width: 100%;
  flex: 0 0 100%;
}
.offer.col-md-4 > .card,
.article.col-md-4 > .figure,
.pdf > .figure {
  display: flex;
  justify-content: space-between;
}
.offer.col-md-4 > .card { flex-direction: row; }
.article.col-md-4 > .figure { align-items: flex-end; }
.offer.col-md-4 > .card > img,
.pdf > .figure > a {
  max-width: 25%;
  flex: 0 0 100%;
}
.offer.col-md-4 > .card > .card-body,
.pdf > .figure > figcaption {
  text-align: center;
  max-width: 74%;
  flex: 0 0 100%;
}
.article.col-md-4 > .figure > figcaption {
  max-width: 49%;
  flex: 0 0 100%;
}
.article.col-md-4 > .figure > a {
  max-width: 50%;
  flex: 0 0 100%;
}
.article.col-md-4 .description,
.video .content,
.pdf .description { font-size: 14px; }
#offers .buttons, #offers .btn {
  flex: 0;
  margin: 0;
}
#offers .btn-group > .info { margin-right: 5px; }
#offers .card-text { font-size: 14px; }
#offers .countdown { justify-content: center; }
#offers .countdown > .col-sm-3 {
  display: flex;
  flex-direction: column;
  max-width: 13.1%;
  flex: 0 0 100%;
}
#offers .countdown > .col-sm-12 {
  font-weight: bold;
  color: #636363;
}
/* ============================================================================= */

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

#fb-messaging { z-index: 9999!important; }


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

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


/* Search ====================================================================== */
#searchform-container {
  max-width: 1000px;
  margin-right: 0;
  margin-left: auto;
  padding-right: 15px;
  transition: all 0.3s ease;
}
#searchform-container.closed {
  max-width: 45px;
}
#search-form {
  display: inline-block;
}
.closed #search-form {
  display: none;
}
#search-input {
  padding: 0;
  background-color: transparent;
  color: #333;
  text-indent: 10px;
}
#search-input:focus {
  box-shadow: none;
}
#searchform-container .open-icon,
#searchform-container .close-icon {
  display: inline-block;
  width: 28px;
  height: 26px;
  padding: 0;
  margin: 0 2px;
  vertical-align: middle;
  margin-top: 2px;
}
#searchform-container .open-icon.hide,
#searchform-container .close-icon.hide {
  display: none;
}
#searchform-container .open-icon > a,
#searchform-container .close-icon > a {
  text-align: center;
  line-height: 12px;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 7px 5px;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#search-results-list { width: 100%; }
/* ============================================================================= */

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

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

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

/* Responsive ================================================================== */
@media all and (min-width: 768px) {
  body:not(.home) #footer .row.logo {
    justify-content: flex-end;
  }
  #contact-form .col-md-4,
  #contact-form .col-md-8 {
    max-width: 100%;
    padding: 0;
  }
  .social-container {
    text-align: right;
  }
  body:not(.home) #footer .contact-info-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media all and (min-width: 1024px) {
  body:not(.home) #contact-form form.row {
    flex-direction: row;
  }
  body:not(.home) #contact-form .form-group {
    padding: 0 15px;
  }
  body:not(.home) #contact-form .col-md-12 {
    padding-left: 0;
  }
  body:not(.home) .g-recaptcha {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .container { max-width: 1170px; }
}
@media all and (min-width: 1280px) {
  body.home .form-group.actions {
    flex-direction: row;
  }
  #footer #contact-form .btn,
  #footer #contact-form .button {
    margin: auto;
  }
}
@media all and (min-width: 1440px) {
  #contact-form form.row {
    flex-direction: row;
  }
  #contact-form .form-group {
    padding-right: 15px;
  }
  body.home #contact-form .col-md-4,
  body.home #contact-form .col-md-8 {
    max-width: 50%;
  }
}
/* ============================================================================= */

/* Mobile ====================================================================== */
@media screen and (max-width: 1440px) {
  body:not(.home) #contact-form {
    padding: 0 150px;
  }
  .exclusive-url.mediumUrl > .figure-caption { width: 93.9%; }
}
@media screen and (max-width: 1280px) {
  body:not(.home) #contact-form {
    padding: 0 100px;
  }
  #contact-form form.row {
    flex-direction: column;
  }
  body.home #contact-form .form-group.actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .exclusive-url.mediumUrl > .figure-caption { width: 93.9%; }
}
@media screen and (max-width: 1024px) {
  .compact-sticky #main-nav .nav-item {
    margin-right: -1px;
  }
  body.home #contact-form .col-md-8.notes-container {
    padding-left: 0;
    padding-right: 0;
  }
  #main-slideshow .carousel-caption .btn,
  #main-slideshow .carousel-caption .button {
    margin-bottom: 20px;
  }
  body.home .form-group.actions {
    align-items: center;
  }
  body:not(.home) #contact-form {
    padding: 0 15px;
  }
  #footer .contact-info-section .icon {
    margin-right: 0;
  }
  #offers .buttons .button,
  #offers .buttons .btn {
    margin: 0 auto;
  }
  #offers .buttons {
    flex-direction: column;
  }
  #offers .buttons .interested {
    margin-top: 20px;
  }
  body.home #footer #contact-form .btn,
  body.home #footer #contact-form .button {
    margin: 0;
    margin-top: 15px;
    margin-left: 4px;
  }
  #header-middle > * {
    max-width: 50%;
    flex: 0 0 100%;
  }
  #header-middle,
  #logo-headers-container {
    width: 100%;
  }
  #main-nav a.nav-link { padding: 30px 9px; }
  #logo { align-items: stretch; }
  #expo-container { margin-bottom: 40px; }
  .exclusive-url.mediumUrl > .figure-caption {
    width: 91.5%;
    height: 100%;
  }
  .exclusive-url > .url-head > img { height: 100%; }
  body.contact #contact,
  body:not(.home) main {
    max-width: 960px;
  }
}
@media screen and (max-width: 768px) {
  #header-top {
    position: relative;
    width: 100%;
    height: auto;
  }
  #hero-title,
  #main-slideshow {
    margin-top: 0;
  }
  #main-slideshow .carousel-caption .btn,
  #main-slideshow .carousel-caption .button {
    margin-bottom: 0;
  }
  #searchform-container {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  #header-top .social-container { text-align: center;}
  #footer .contactform .col-md-4,
  #footer .contactform .col-md-8,
  #footer .contactform .col-md-12 {
    padding: 0;
  }
  #footer .contact-info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body:not(.home) #contact-form {
    padding: 0;
  }
  body.contact #contact-content > section {
    padding: 20px;
  }
  #header-top > .container > .row {
    height: auto;
  }
  #header-top .col-md-8 {
    text-align: center;
  }
  header .contact-info-container .contact-info-section {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  #header-bottom {
    position: relative;
    top: 0;
  }
  #spacer { padding-top: 100px; }
  .navbar-toggler:not(:disabled):not(.disabled) { border: 0; }
  #main-nav .nav-item {
    flex-direction: column;
    align-items: flex-start;
  }
  #main-nav a.nav-link {
    display: block;
    width: 100%;
  }
  #main-nav.compact-sticky #logo { height: 100px; }
  #main-nav.compact-sticky a.nav-link { padding: 20px 0; }

  /* Show the caption of the slideshow */
  #main-slideshow .carousel-caption {
    display: block !important;
    font-size: 4px;
    height: auto;
  }
  #main-slideshow .carousel-caption h3 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .exclusive-url {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .exclusive-url.bigUrl .url-title > h3 {
    font-size: 2.3em;
  }
  .exclusive-url.smallUrl {
    flex: 0 0 100%;
    max-width: 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;
  }
  .bigUrl .contents-wrapper {
    max-width: 100%;
    margin: auto;
  }
  #expo .expoUrl {
    flex: 0 0 100%;
  }
  body.home #footer h1,
  body.home #footer .logo,
  body.home #footer .social-container,
  body.home #footer .logo {
    text-align: center;
  }
  body.home #footer h1::after { margin: 0 auto; }
  body:not(.home) #footer .social-container {
    text-align: center;
  }
  #view-article {
    padding: 15px;
  }
  #view-article h2 {
    font-size: 2em;
  }
  #article-image {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #offers .buttons,
  #offers .btn {
    flex-direction: column;
    margin: 0 auto;
  }
  #offers .btn.interested,
  #offers .button.interested {
    margin-top: 10px;
  }
  #offers .col-md-4.offer,
  #articles-list .col-md-4.article {
    max-width: 50%;
    flex: 0 0 50%;
  }
  body.pdf #footer .right {
    align-items: stretch;
  }
  .map-holder {
    height: 300px;
  }
  body.contact .map-holder,
  body.contact .col-md-4.contact-details {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #header-middle,
  #logo-headers-container {
    width: 760px;
  }
  #main-nav.navbar-expand-sm {
    padding: 0;
    margin: 0;
    font-size: .7em;
  }
  #main-nav a.nav-link {
    padding: 23px 6px;
  }
  #recent-articles .recent-article,
  .exclusive-url.mediumUrl {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .exclusive-url.mediumUrl > .figure-caption {
    width: 96.1%;
    height: auto;
  }
  .exclusive-url.bigUrl { flex-direction: column; }
  body.contact #contact,
  body:not(.home) main {
    max-width: 720px;
  }
  .form-group.actions { flex-direction: column; }
  #contact-form .col-md-12 { padding: 0; }
  #logo-wrapper {
    max-width: 25%;
    flex: 0 0 25%;
  }
  #top-bottom-wrapper {
    max-width: 75%;
    flex: 0 0 75%;
  }

}
@media screen and (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  #footer h1 { text-align: center; }
  #footer #page-title::after {
    margin: 0 auto;
  }
  #footer .col-md-6.left { padding: 0;}
  #footer .row.logo {
    justify-content: center;
  }
  #offers .col-md-4.offer,
  #articles-list .col-md-4.article {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #main-slideshow .carousel-control-next,
  #main-slideshow .carousel-control-prev,
  #main-slideshow .btn,
  #main-slideshow .button {
    display: none;
  }
  #logo-headers-container {
    position: relative;
    flex-direction: column;
    top: 0;
    max-width: 100%;
    padding: 10px;
  }
  #logo-headers-container > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #header-middle {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 15px 0;
  }
  #header-middle > * {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 10px 0;
  }
  #logo,
  #page-title-container {
    justify-content: center;
  }
  #main-slideshow .carousel-caption {
    display: none!important;
  }
  #header-top {
    display: none;
  }
  #main-nav { border-top: none; }
  #header-bottom,
  #header-bottom > .container > .row {
    height: 100%;
    background-color: transparent;
  }
  .navbar-toggler {
    background-color: #ddd;
    padding: 7px 14px;
    margin: 15px 0;
  }
  #main-nav.navbar-expand-sm { margin: 0 15px; }
  #main-nav .nav-item {
    width: 100%;
    border: none;
  }
  #main-nav .nav-item:hover > a.nav-link,
  #main-nav .nav-item.active > a.nav-link,
  #main-nav .nav-item.open > a.nav-link {
    background-image: none;
  }
  #mainNavContent {
    background-color: #2e2c2b;
    padding: 15px;
  }
  #main-nav a.nav-link { font-size: 14px; }
  .exclusive-url.mediumUrl > .figure-caption {
    position: relative;
    width: 100%;
  }
  .social-container > li > a {
    border-radius: 0;
  }
  #logo-wrapper {
    padding: 5px;
  }
  #spacer { padding-top: 20px; }
  body:not(.home) header {
    display: flex;
    flex-direction: column;
  }
  body:not(.home) #header-middle { order: -2; }
  body:not(.home) #logo-headers-container { order: -1; }
  body.gallery .image:nth-of-type(5n+1),
  body.gallery .image {
    max-width: 100%;
    flex: 0 0 100%;
  }
  body.gallery main { padding: 0 30px; }
  .offer.col-md-4 > .card { flex-direction: column; }
  .offer.col-md-4 > .card > img,
  .offer.col-md-4 > .card > .card-body,
  .pdf > .figure > figcaption,
  .pdf > .figure > a {
    max-width: 100%;
  }
  #offers .countdown > .col-sm-3 {
    max-width: 25%;
    padding: 0;
  }
  #offers .buttons,
  #offers .btn {
    flex-direction: row;
  }
  #offers .btn.interested,
  #offers .button.interested {
    margin-top: 0;
  }
  .offer.col-md-4 > .card,
  .article.col-md-4 > .figure,
  .pdf > .figure {
    flex-direction: column;
    justify-content: center;
  }
  .article.col-md-4 > .figure {
    align-items: center;
  }
  .cd-wrapper > p,
  body.contact #contact-content.multicontacts .multicontact > .contact-details > *,
  .article.col-md-4 > .figure > a,
  .article.col-md-4 > .figure > figcaption {
    max-width: 100%;
  }
  .multicontact > .contact-details { flex-direction: column-reverse; }
  body.contact .multicontact .map-holder { min-height: 250px; }
  .form-group.actions { flex-direction: column; }
  #contact-content:not(.multicontacts) > * {
    max-width: 100%;
  }

  #page-title-container {
    padding: 0 20px;
  }

  #header-middle #page-title {
    font-size: 20px;
    text-align: center;
  }

}
@media screen and (max-width: 320px) {
  .exclusive-url.mediumUrl {
    margin-bottom: 80px;
  }
}

/* =========== DISPLAY NONE ============= */
#main-slideshow:not(.carousel-fade),#header-top .social-container,
#header-top #searchform-container,#footer #page-title,
.compact-sticky #header-top,.compact-sticky #logo-wrapper,
header > #header-top, header > #header-bottom,
body.contact #contact-content .contact-details-card > .map-holder,
body.contact .contact-info,#footer .right > *:not(.logo),
.bigUrl .btn:not(.inverted),.bigUrl .button:not(.inverted),
.mediumUrl .btn:not(.inverted),.mediumUrl .button:not(.inverted),
.smallUrl .btn:not(.inverted),.smallUrl .button:not(.inverted),
.recent-article .btn.inverted,.recent-article .button.inverted,
.article .btn.inverted,.article .button.inverted,
.pdf .btn.inverted,.pdf .button.inverted,
#main-nav.navbar-expand-lg,#hero-title #page-title-container,
.form-group .btn.inverted,.form-group .button.inverted,
#offers .btn.inverted,#offers .button.inverted {
  display: none!important;
}