@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap&subset=greek-ext');
/* Extras */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
}
body {
  background-color: transparent;
  color: #939393;
  background-repeat: repeat;
  text-rendering: optimizeLegibility;
}
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: #939393;
  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: #939393;
  font-size: 23px;
  border-color: rgba(255,255,255,.1);
}
a,a:hover { color: transparent; }
img { object-fit: cover; }
#header-top[style*='background-image'],
#header-middle[style*='background-image'],
#header-bottom[style*='background-image'] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* Modal ===================================================== */
#new, .modal { z-index: 10000;}
/* Page title and jumbotron ===================================================== */
#hero-title {
  background-color: #f7f7f7;
  color: #fff;
  margin-top: 180px;
}
body.contact #hero-title { margin-bottom: 0; }
body:not(.home) .jumbotron.with-header-image {
  color: #fff;
}

/* Footer ====================================================================== */
#footer {
  display: block;
  position: relative;
  background: #292929;
  color: #fff;
  text-align: center;
  padding: 0;
}
#footer .container-fluid { padding: 0 }
#footer .row { margin: 0; }
#footer .left {
  padding: 0;
  max-width: 100%;
  flex: 0 0 100%;
}
#footer .right {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
  max-width: 100%;
  flex: 0 0 100%;
}
#footer h1 {
  position: relative;
  font-size: 2em;
  font-weight: normal;
  padding-bottom: 20px;
}
#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;
}
#contact-form { padding: 100px 600px; }
body.home #contact-form { border-top: 1px solid rgba(0,0,0,.1); }
#basic-contact-fields {
  display: flex;
  flex-wrap: wrap;
}
#basic-contact-fields > :first-child { width: 100%; }
#basic-contact-fields > :not(:first-child) { width: 50%; }
#footer #contact-form .btn,
#footer #contact-form .button {
  margin-top: 10px;
  margin-left: 4px;
}
.form-group.actions .btn,
.form-group.actions .button {
  margin: 0;
}
#footer .contactform .col-md-4,
#footer .contactform .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
body:not(.home):not(.contact) #footer .right {
  flex-direction: column;
  align-items: center;
}
body:not(.home):not(.contact) #footer .right > * {
  width: 100%;
}
body:not(.home):not(.contact) #footer .right * {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body:not(.home):not(.contact) #footer .right h1 {
  order: -2;
  justify-content: space-around;
  padding-bottom: 0;
}
body:not(.home):not(.contact) #footer .right .social {
  order: -1;
  height: 100px;
  flex-direction: column;
}
body:not(.home):not(.contact) #footer .right .social-container {
  margin: 0;
  padding: 0;
}
body:not(.home):not(.contact) #footer .contact-info {
  margin-top: 45px;
  margin-bottom: 30px;
}
body:not(.home):not(.contact) #footer .social-container li {
  width: auto;
}
body:not(.home):not(.contact) #footer .social-container li:not(:last-of-type) {
  margin-right: 9px;
}
body:not(.home):not(.contact) #footer .social-container li > a {
  height: auto;
  font-size: 27px;
}
/* Buttons ===================================================================== */
.button, .btn {
  display: inline-block;
  position: relative;
  border-radius: 999px;
  margin: auto;
  padding: 15px 30px;
  background-color: #f7f7f7;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.inverted {
  background-color: transparent;
  transition: all .1s ease-in;
}
.inverted::after {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  transition: all .15s ease;
}
.inverted:hover::after {
  width: 100%;
  transition: all .1s ease-in;
}
.btn.focus, button.focus, .btn:focus, button:focus {
  box-shadow: none;
}
.button > .fa-sort-down { transform: rotateZ(-90deg); }
/* ============================================================================= */

/* Header ====================================================================== */
#header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  color: #111;
}
#header .row { margin: 0; }
#header-top {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  min-height: 79px;
  z-index: 999;
}
#header-bottom {
  position: fixed;
  top: 79px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
}
#header-top .container,
#header-bottom .container {
  max-width: 100%;
}
#header-top .container .row { padding: 15px 70px; }
#header-top > .container > .row {
  min-height: 79px;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  justify-content: space-between;
}
#header-top > .container > .row > * {
  max-width: 100%;
  flex: 1;
}
#header-top > .container > .row > .col-md-8 {
  order: -2;
  align-items: center;
  display: flex;
  padding: 0;
}
#header-top #searchform-container {
  order: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
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: 5px; }
header .contact-info-container .contact-info-section:first-of-type { margin-left: 0; }
header .contact-info-container .contact-info-section .icon {
  color: #fff;
  margin-right: 5px;
}
/* ============================================================================= */

/* Logo ======================================================================== */
#logo {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  transition: all 0.3s ease;
}
#logo img {
  max-width: 250px;
}
/* ============================================================================= */

/* MainNav ===================================================================== */
#main-nav {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  position: relative;
  background-color: #fff;
  color: #797979;
  margin: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0px 0px 10px 0px rgba(17, 17, 17, 0.15);
}
#main-nav .navbar-nav,
#mainNavContent {
  align-items: stretch;
}
#main-nav .navbar-collapse { flex-grow: 0; }
#main-nav .nav-item {
  margin-right: 20px;
  display: flex;
  position: relative;
  align-items: center;
  transition: border-color 0.3s ease;
}
#main-nav .nav-item:last-of-type { margin-right: 0; }
#main-nav a.nav-link {
  position: relative;
  padding: 20px;
  color: inherit;
  font-weight: 700;
  font-size: 0.8em;
  background-color: transparent;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
#main-nav .dropdown-menu {
  left: -70px;
  right: 0;
  min-width: 300px;
  background-color: #f7f7f7;
  color: #939393;
  border-radius: 0;
  padding: 0;
  margin-top: 10px;
  transition: all 0.1s ease;
}
#main-nav .submenu > .dropdown-menu {
  width: calc(100% + 40px);
  left: 9px;
}
#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.active>a.nav-link {
  color: var(--color-1);
}
#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;
  color: #fff;
  border-radius: 0;
  border: 0;
}
#main-nav .navbar-nav .submenu.open .nav-item:hover a.nav-link { color: #f7f7f7; }
/* Languages */
#main-nav .langsDropdown.dropdown-menu {
  min-width: 100px;
}
#main-nav .dropdown-menu.langsDropdown {
  left: -8px;
}
#main-nav .langsDropdown.dropdown-menu .dropdown-item {
  color: #fff;
  transition: color 0.3s ease;
}
#main-nav .langsDropdown.dropdown-menu .dropdown-item.active {
  background-color: #fff;
  transition: color 0.3s ease;
}
#main-nav .langsDropdown.dropdown-menu .dropdown-item.active:hover,
#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 a.nav-link {
  padding: 15px 10px;
}
.dropdown.show:not(.submenu) > .dropdown-menu.show { display: none; }
/* ============================================================================= */

/* Social ====================================================================== */
.social-container { margin-right: 0; }
.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;
  font-size: 16px;
  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: #fff; }
#contact-form .social-container>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 7px;
  overflow: hidden;
  font-size: 20px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#contact-form .social-container > li {
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0;
  margin: 0 2px;
  vertical-align: middle;
  margin-top: 2px;
  border-radius: 50%;
  background-color: #454545;
}
#contact-form .social-container>li>a:hover {
  background-color: #cbcbcb;
  color: #454545;
}
/* ============================================================================= */

/* Slideshow =================================================================== */
#main-slideshow .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  color: #fff;
  text-align: center;
  z-index: 999;
}
.carousel-indicators .indicator {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
}
.carousel-indicators {
  background-color: #fff;
  bottom: -90px;
  padding: 10px;
  margin: 0 auto;
}
.carousel-indicators li {
  width: 200px;
  height: 150px;
  margin-right: 10px;
  margin-left: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.carousel-indicators li::before {
  top: 0;
  height: 75px;
  background-color: rgba(17, 17, 17, .6);
  transition: all .3s ease;
}
.carousel-indicators li::after {
  bottom: 0;
  height: 75px;
  background-color: rgba(17, 17, 17, .6);
  transition: all .3s ease;
}
.carousel-indicators li.active::before {
  top: 10px;
  height: 0;
  background-color: rgba(17, 17, 17, .6);
  transition: all .3s ease;
}
.carousel-indicators li.active::after {
  bottom: 10px;
  height: 0;
  background-color: rgba(17, 17, 17, .6);
  transition: all .3s ease;
}
#main-slideshow {
  margin-top: 180px;
  margin-bottom: 100px;
}
#main-slideshow .carousel-caption h3,
#main-slideshow .carousel-caption p {
  display: block;
  position: relative;
  color: inherit;
  text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
}
#main-slideshow .carousel-caption h3 {
  font-size: 4.5em;
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: bold;
}
#main-slideshow .carousel-caption p {
  font-size: 1.2em;
  margin-bottom: 50px;
  color: inherit;
}
/* ============================================================================= */

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

/* Exclusive URLs ============================================================== */
.exclusive-url > .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;
  color: #939393;
  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: #fff;
  text-decoration: none;
  font-size: 2em;
}
/* Small URLs ---------------------------------------------------------------- */
.exclusive-url.smallUrl {
  flex: 0 0 33.33336%;
  padding: 0 5px;
}
.exclusive-url.smallUrl > .url-head {
  height: auto;
  width: 100%;
}
.exclusive-url.smallUrl > .figure-caption {
  position: absolute;
  top: 0;
  padding: 20px;
  background-color: transparent;
  width: calc(100% - 10px);
  transition: all .2s ease;
}
.exclusive-url.smallUrl:hover > .figure-caption {
  background-color: #fff;
  transition: all .2s ease;
}
.exclusive-url .url-title > h3 {
  font-weight: normal;
}

/* Medium URLs --------------------------------------------------------------- */
.exclusive-url.mediumUrl {
  position: relative;
  flex: 0 0 50%;
  display: flex;
  margin-bottom: 5px;
  padding: 5px;
}
.exclusive-url.mediumUrl > .url-head,
.exclusive-url.mediumUrl > .figure-caption {
  flex: 0 0 100%;
}
.exclusive-url.mediumUrl > .figure-caption {
  position: absolute;
  font-size: 1.3em;
  height: 100%;
  align-items: center;
  background-color: transparent;
  transition: all .1s ease;
}
.exclusive-url.mediumUrl:hover > .figure-caption {
  background-color: rgba(247, 247, 247, .7);
  transition: all .1s ease;
}
.exclusive-url.smallUrl:hover > .figure-caption {
  background-color: #f7f7f7;
  transition: all .1s ease;
}
.exclusive-url.mediumUrl .contents-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  width: calc(100% - 10px);
  background-color: transparent;
  transition: all .1s  ease;
}
.exclusive-url.mediumUrl:hover .contents-wrapper {
  background-color: rgba(247, 247, 247, .8);
  transition: all .1s  ease;
}
.exclusive-url.mediumUrl .url-title > h3 {
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.exclusive-url.mediumUrl .url-title > h3::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 75px;
  height: 3px;
  transition: all .5s ease;
}
.exclusive-url.mediumUrl:hover .url-title > h3::after {
  width: 30%;
  transition: all .5s ease;
}
.exclusive-url.smallUrl .url-title > h3::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 3px;
  transition: all .5s ease;
}
.exclusive-url.smallUrl:hover .url-title > h3::after {
  width: 100%;
  transition: all .5s ease;
}
.exclusive-url.mediumUrl .url-contents { font-size: 0; }
.exclusive-url.mediumUrl:hover .url-contents { font-size: 18px; }
.exclusive-url.smallUrl .url-contents { font-size: 0; }
.exclusive-url.smallUrl:hover .url-contents { font-size: 18px; }
/* Big URLs ------------------------------------------------------------------ */
.exclusive-url.bigUrl {
  padding: 0;
  margin-bottom: 0;
  flex: auto;
  max-width: 1000%;
  overflow: hidden;
  clip-path: circle(255% at 50% -2945px);
}
.exclusive-url.bigUrl .url-head {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.exclusive-url.bigUrl .url-head img { display: none; }
.bigUrl .contents-wrapper {
  max-width: 60%;
  margin: auto;
}
.exclusive-url.bigUrl .figure-caption {
  position: relative;
  margin: 250px auto;
  text-align: 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 {
  color: #fff;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  font-size: 3em;
}
.exclusive-url.bigUrl .url-contents {
  margin: 40px auto;
  font-size: 1.4em;
}

/* Expo ------------------------------------------------------------------------ */
#expo-container {
  position: relative;
  overflow: hidden;
  margin: 100px 0;
  background-color: #f7f7f7;
}
#expo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  overflow: hidden;
  margin-left: 0;
  padding: 100px 0;
  padding-bottom: 20px;
  transition: all 0.4s ease;
}

#expo .expoUrl {
  padding: 0 15px;
  flex: 0 0 14.5%;
  text-align: center;
  transition: all 0.4s ease;
}

#expo .exclusive-url > .url-head { height: auto; }
#expo .expoUrl img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
#expo .expoUrl h3 {
  color: #111;
  font-size: 17px;
}
#expo .expoUrl .url-contents,
#expo .expoUrl .url-title {
  text-align: center;
}
#expo .expoUrl .figure-caption { margin-top: 25px; }
#expo-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 50px;
  padding: 30px 0;
  position: relative;
  margin: 0 auto;
}
.expo-indicator {
  position: absolute;
  left: auto;
  right: auto;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateX(0);
  transition: all .1s linear;
}
.expo-indicator.active {
  transform: translateX(-15px);
  transition: all .1s linear;
}
.expo-indicator.active + .expo-indicator { opacity: .7; }
/* ============================================================================= */


/* Articles ==================================================================== */
#recent-articles { padding-top: 100px; }
#recent-articles h2 {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #939393;
  text-align: center;
  font-weight: bold;
  position: relative;
}
#recent-articles h2::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 1px;
}
.article .figure,
.recent-article {
  display: flex;
  flex-direction: column-reverse;
}
.article .figure img,
.recent-article img {
  width: 100%;
  height: auto;
}
.recent-article figcaption { margin-bottom: 20px; }
body.offers #offers-content { justify-content: flex-start!important; }
#videos-condent .video .video-caption h3,
#offers .card-title,
#pdf .pdf figcaption h3,
.article .figure h3,
.recent-article figcaption h3 {
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px auto;
}
#offers .countdown .col-sm-3 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.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: #111; }
#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;
}
.breadcrumb-title { margin-right: 20px; }
#offers .btn-group > * {
  flex-direction: column;
}
/* ============================================================================= */


/* Contact ===================================================================== */
body.contact main { margin-bottom: 0; }
body.contact #contact { padding: 0; }
#contact-content > .row { margin: 0; }
body.contact #contact-content {
  display: flex;
  flex-direction: column-reverse;
}
body.contact #spacer { padding-top: 160px; }
body.contact .contact-details-card .contact-details {
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  background-color: #f5f5f5;
  color: #111;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
}
body.contact .contact-details-card .contact-details:nth-of-type(2) {
  background-color: #f2f2f2;
}
body.contact .contact-details-card .contact-details:nth-of-type(3) {
  background-color: #f0f0f0;
}
body.contact .contact-details-card .contact-details p {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.333333%;
  text-align: center;
}
body.contact .contact-details-card .contact-details a {
  color: #111;
  text-decoration: none;
}
body.contact .contact-details .cs-title { margin-bottom: 5px; }
#contact-form,
.row.contactform {
  display: flex;
  flex-direction: column-reverse;
  max-width: 100%;
  background-color: #f7f7f7;
}
body.contact #contact-content > section { margin-bottom: 0; }
#contact-form #page-title { order: 2; }
#contact-form .contact-info { order: 1; }
#contact-form #page-title,
#contact-form .contact-info,
#contact-form .social {
  margin-bottom: 30px;
}
.contact-info-section:not(:first-of-type) { margin-left: 15px; }
.contact-info-section a,
.contact-info-section span {
  color: #f7f7f7;
}
#contact-form .contact-info-section a,
#contact-form .contact-info-section span {
  color: #939393;
}
#contact-form .social-container { text-align: left; }
.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;
  color: #939393;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  margin: 2px;
  margin-bottom: 15px;
  border-radius: 0;
}
.form-control:focus { background-color: #f7f7f7; }
.form-control:focus {
  color: #495057;
  background-color: #f7f7f7;
  box-shadow: 0 0 0 0.2rem rgb(247 247 247 / 25%);
}
textarea.form-control {
  height: 180px;
  max-height: 100%;
}
#contact-form .notes-container > .form-group { height: 100%; }
#contact #contact-form textarea {
  height: calc(100% - 2.5em);
  min-height: 200px;
}
.form-group.actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
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;
}
body.contact #contact-content > .singlecontact {
  min-height: 400px;
  padding: 0;
  margin-bottom: 0;
}
#area-info { padding: 0; }
body:not(.contact):not(.home) #contact-form {
  padding: 50px 100px;
  background-color: transparent;
}

/* ============================================================================= */

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

/* Videos ====================================================================== */
#videos-condent .video, #offers .card,
#pdf .pdf, #articles-list .article {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}
#videos-condent .video .video-caption, #offers .card-body,
#pdf .pdf figcaption, #articles-list .article figcaption {
  margin-top: 20px;
  padding: 0;
  color: #939393;
}
#pdf .pdf figcaption a, #articles-list .article figcaption a {
  text-decoration: none;
}
/* ============================================================================= */
#move-top {
  position: fixed;
  padding: 20px 23px;
  opacity: .7;
  bottom: 10px;
  right: 10px;
  top: auto;
  left: auto;
  font-size: 0.7em;
  color: #fff;
  cursor: pointer;
  z-index: 999999;
  border-radius: 50%;
}


/* 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 {
  position: relative;
  max-width: 1000px;
  margin: 0;
  transition: all 0.3s ease;
}
#search-form { display: inline-block; }
#search-input {
  height: auto;
  width: 400px;
  background: #fff;
  color: #111;
  box-shadow: 0 0 1px rgba(17,17,17,.3);
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  font-size: .8125rem;
  text-indent: 40px;
}
#search-input:focus {
  box-shadow: none;
}
#search-form,
#search-form .form-group,
#search-input {
  margin: 0;
}
#searchform-container .open-icon,
#searchform-container .close-icon {
  display: inline-block;
  position: absolute;
  left: 92px;
  top: 0px;
  width: 26px;
  height: 26px;
  padding: 0;
  vertical-align: middle;
}
#searchform-container .open-icon > a,
#searchform-container .close-icon > a {
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    transition: all 0.3s ease;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff!important;
    box-shadow: 0px 0px 10px 0px rgba(17, 17, 17, 0.15);
}
/* Search results list */
#search-results-list { width: 100%; }
/* ============================================================================= */


/* Responsive ================================================================== */
@media all and (min-width: 768px) {
  #premium-text, #exclusiveURLs, #expo-container, #recent-articles,
  body:not(.home) main {
    padding-left: 15px;
    padding-right: 15px;
  }
  body:not(.home) #footer .row.logo {
    justify-content: flex-end;
  }
  .exclusive-url.bigUrl, #expo-container {
    margin-left: -15px;
    margin-right: -15px;
    flex: 0 0 calc(100% + 30px);
  }
  #contact-form .col-md-4,
  #contact-form .col-md-8 {
    max-width: 100%;
    padding: 0;
  }
  body:not(.home) #footer .contact-info-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-start;
  }
  #footer h1::before,
  #footer h1::after {
    content: "";
    display: block;
    position: relative;
    margin: 0;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 500px;
    height: 1px;
    background-color: #f7f7f7;
  }
  body:not(.home):not(.contact) #footer .right .social::after {
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    background-color: #fff;
    transform: rotate(90deg);
    position: relative;
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  body.home #footer .contact-info-container,
  body.home #footer .logo { text-align: left; }
}
@media (min-width: 1200px) {
  .container { max-width: 1170px; }
}
@media all and (min-width: 1280px) {
  #premium-text, #exclusiveURLs, #expo-container, #recent-articles,
  body:not(.home) main{
    padding-left: 100px;
    padding-right: 100px;
  }
  .exclusive-url.bigUrl, #expo-container {
    margin-left: -100px;
    margin-right: -100px;
    flex: 0 0 calc(100% + 200px);
  }
  .form-group.actions { flex-direction: row; }
  #footer #contact-form .btn,
  #footer #contact-form .button {
    margin: auto;
  }
}
@media all and (min-width: 1440px) {
  #premium-text, #exclusiveURLs, #expo-container, #recent-articles,
  body:not(.home) main {
    padding-left: 150px;
    padding-right: 150px;
  }
  .exclusive-url.bigUrl, #expo-container {
    margin-left: -150px;
    margin-right: -150px;
    flex: 0 0 calc(100% + 300px);
  }
  #contact-form form.row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  #basic-contact-fields .form-group:nth-child(2) {
    padding-right: 15px;
  }
}
@media all and (min-width: 1920px) {
  #premium-text,
  body:not(.home) main {
    padding-left: 250px;
    padding-right: 250px;
  }
}
@media all and (min-width: 1921px) {
  .exclusive-url.bigUrl {
    clip-path: circle(255% at 50% -4067px);
  }
}
/* ============================================================================= */

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

/* Mobile ====================================================================== */
@media screen and (max-width: 1440px) {
  #searchform-container .open-icon,
  #searchform-container .close-icon {
    left: 70px;
  }
  #main-nav .nav-item { margin-right: 13px; }
  body:not(.home) #contact-form { padding: 0 150px; }
  .exclusive-url.bigUrl { clip-path: circle(255% at 50% -2155px); }
  #header-top .container .row { padding: 15px 20px; }
  #search-input { width: 300px; }
  #contact-form { padding: 100px 400px; }
  body.contact .row.contactform { padding: 100px 200px; }
  body.contact .contact-details-card .contact-details p {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #main-nav a.nav-link { padding: 18px; }
  #searchform-container .open-icon,
  #searchform-container .close-icon {
    left: 45px;
  }
  body:not(.home):not(.contact) #footer h1::before,
  body:not(.home):not(.contact) #footer h1::after {
    width: 270px;
  }
  #main-slideshow .carousel-caption p { margin: 10px auto; }
  #main-nav .nav-item { margin-right: 0; }
  .exclusive-url.bigUrl { clip-path: circle(255% at 50% -1904px); }
  #contact-form { padding: 100px 300px; }
  #contact-form form.row { flex-direction: column; }
  body.home #contact-form .form-group.actions {
    flex-direction: row;
    align-items: flex-start;
  }
  body.contact .multicontact #area-info .contact-details {
    font-size: 13px;
    text-align: center;
  }
  #contact-form input[type="email"] { border-right: 0; }
}
@media screen and (max-width: 1024px) {
  #searchform-container .open-icon, #searchform-container .close-icon {
    left: 5px;
  }
  #main-nav .nav-item { margin-right: 15px; }
  #main-nav .dropdown.nav-item {
    flex-direction: column;
    align-items: flex-start;
  }
  #main-nav .submenu > .dropdown-menu { left: -12px; }
  #main-nav.compact-sticky .nav-item { margin-right: -1px; }
  .carousel-indicators li { width: 160px; }
  body.home #contact-form .col-md-8.notes-container {
    padding-left: 0;
    padding-right: 0;
  }
  .exclusive-url.bigUrl { clip-path: circle(255% at 50% -1558px); }
  #contact-form { padding: 100px 150px; }
  #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;
  }
  #offers .buttons .button,
  #offers .buttons .btn {
    margin: 0 auto;
  }
  #offers .buttons {
    flex-direction: column;
  }
  #offers .buttons .interested {
    margin-top: 20px;
  }
  body.home #footer #contact-form .btn,
  body.home #footer #contact-form .button {
    margin: 0;
    margin-top: 15px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  #logo { width: 200px;}
  #logo > img {
    max-height: 100%;
    max-width: 100%;
  }
  #header-top {
    position: relative;
    width: 100%;
    height: auto;
  }
  #hero-title,
  #main-slideshow {
    margin-top: 0;
  }
  #main-slideshow .carousel-caption h3 { font-size: 40px; }
  #main-slideshow .carousel-caption p { font-size: 12px; }
  .carousel-control-next,
  .carousel-control-prev {
    top: 15%;
  }
  .carousel-indicators li { width: 100px; }
  #main-slideshow .carousel-caption .btn,
  #main-slideshow .carousel-caption .button {
    margin-bottom: 0;
  }
  #searchform-container {
    width: 100%;
    margin: 0 auto;
  }
  #header-top .social-container { text-align: center;}
  #header-top > .container > .row > * {
    margin: 5px 0;
    flex: 0 0 100%;
    justify-content: center;
  }
  #search-input { width: 350px; }
  #searchform-container .open-icon,
  #searchform-container .close-icon {
    left: 179px;
  }
  .exclusive-url.mediumUrl:hover .url-title > h3 {
    font-size: 29px;
    padding-bottom: 14px;
    margin-bottom: 13px;
  }
  .exclusive-url > .url-head > img { height: 500px; }
  .exclusive-url.mediumUrl:hover .url-contents { font-size: 15px; }
  #footer #home-map { height: 300px; }
  #footer .contactform .col-md-4,
  #footer .contactform .col-md-8,
  #footer .contactform .col-md-12 {
    padding: 0;
  }
  #footer .contact-info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body:not(.home) #contact-form {
    padding: 0;
  }
  #header-top > .container > .row {
    height: auto;
  }
  #header-top .col-md-8 {
    text-align: center;
  }
  header .contact-info-container .contact-info-section {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  #header-bottom {
    position: relative;
    top: 0;
  }
  #spacer {
    padding-top: 50px;
  }
  .navbar-toggler:not(:disabled):not(.disabled) { border: 0; }
  #main-nav .nav-item {
    flex-direction: column;
    align-items: flex-start;
  }
  #main-nav a.nav-link {
    display: block;
    width: 100%;
  }
  #main-nav.compact-sticky #logo { height: 100px; }
  #main-nav.compact-sticky a.nav-link { padding: 20px 0; }

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

  .exclusive-url {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .exclusive-url.bigUrl .url-title > h3 {
    font-size: 2.3em;
  }
  .exclusive-url.smallUrl {
    flex: 0 0 33.333333%;
  }
  .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 50%;
  }
  .exclusive-url.expoUrl > .figure-caption { text-align: center; }
  .exclusive-url.bigUrl { clip-path: circle(255% at 50% -1208px); }
  body.home #footer .left {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  body.home #footer h1,
  body.home #footer .logo,
  body.home #footer .social-container,
  body.home #footer .logo {
    text-align: center;
  }
  body.home #footer h1::after { margin: 0 auto; }
  body:not(.home) #footer .social-container {
    text-align: center;
  }
  #contact-form { padding: 100px; }
  #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;
  }
  .article .figure, .recent-article { flex: 0 0 50%; }
  #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 #area-info.col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .exclusive-url.smallUrl > .figure-caption { background-color: rgba(255, 255, 255, .8); }
  .exclusive-url.mediumUrl .contents-wrapper { background-color: rgba(255, 255, 255, .8); }
  .exclusive-url.smallUrl .url-contents { font-size: 16px; }
  .exclusive-url.mediumUrl .url-contents { font-size: 15px; }
  body.contact .row.contactform { padding: 100px; }
  body:not(.home):not(.contact) #footer h1::before,
  body:not(.home):not(.contact) #footer h1::after {
    width: 170px;
  }
  body.contact .contact-details-card .contact-details {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  #main-slideshow .carousel-caption .container>:first-child { display: none!important; }
  #main-slideshow .carousel-caption {
    position: relative;
    top: 0;
    transform: translateY(0);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    text-align: center;
    z-index: 999;
  }
  #search-input { width: 310px; }
  body.contact .row.contactform { padding: 30px; }
  body.contact .col-md-8.notes-container { padding: 0; }
  body.contact .singlecontact .contact-details-card .contact-details {
    font-size: 13px;
    text-align: center;
  }
  body:not(.home):not(.contact) #footer .contact-info { margin: 0; }
  body:not(.home):not(.contact) #footer > *::after,
  body:not(.home):not(.contact) #footer > *::before { width: 0; }
  body:not(.home):not(.contact) #footer .right .social { height: 70px; }
  body:not(.home):not(.contact) #footer .social-container li { margin: 0; }
  body:not(.home):not(.contact) #footer .social-container li > a { font-size: 20px; }
  body:not(.home):not(.contact) #footer .contact-info-section .icon { margin-right: 10px; }
  main.container-fluid { padding: 20px; }
  #main-nav .navbar-nav > li.open > .dropdown-menu .dropdown-menu,
  #main-nav .navbar-nav > li.open > .dropdown-menu {
    padding: 5px;
  }
  #main-slideshow { margin-bottom: 0; }
  #main-slideshow .carousel-caption p { font-size: 0; }
  #main-nav .dropdown-menu { min-width: 250px; }
  #main-slideshow .carousel-caption h3 { font-size: 35px; }
  .exclusive-url.smallUrl,
  .exclusive-url.mediumUrl,
  .exclusive-url.mediumUrl:nth-of-type(odd) {
    flex: 0 0 100%;
  }
  .exclusive-url.bigUrl {
    clip-path: circle(255% at 50% -971px);
  }
  #contact-form {
    padding: 100px 50px;
  }
  #contact-form form > .col-md-12,
  #contact-form form > .col-md-4 {
    padding: 0;
  }
  #expo .expoUrl { flex: 0 0 100%; }
  .article .figure,
  .recent-article {
    flex: 0 0 100%;
  }
  #basic-contact-fields > :first-child,
  #basic-contact-fields > :not(:first-child) {
    width: 100%;
  }
  body.home #contact-form .form-group.actions {
    flex-direction: column;
  }
  #searchform-container .open-icon,
  #searchform-container .close-icon {
    left: 112px;
  }
  #footer h1 { text-align: center; }
  #footer #page-title::after {
    margin: 0 auto;
  }
  #footer .col-md-6.left { padding: 0;}
  #footer .row.logo {
    justify-content: center;
  }
  #offers .col-md-4.offer,
  #articles-list .col-md-4.article {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #main-slideshow .carousel-indicators,
  #main-slideshow .carousel-control-next,
  #main-slideshow .carousel-control-prev {
    display: none;
  }
  body:not(.contact):not(.home) #contact-form,
  body:not(.contact):not(.home) .notes-container {
    padding: 0;
  }

}
@media screen and (max-width: 414px) {
  #searchform-container .open-icon,
  #searchform-container .close-icon {
    left: 23px;
  }
  .exclusive-url.bigUrl {
    clip-path: circle(255% at 50% -915px);
  }
  #contact-form { padding: 50px; }
}
@media screen and (max-width: 375px) {
  #searchform-container .open-icon,
  #searchform-container .close-icon {
    left: 7px;
  }
}
@media screen and (max-width: 360px) {
  #searchform-container .open-icon, #searchform-container .close-icon {
    left: 0;
  }
  .exclusive-url.bigUrl {
    clip-path: circle(255% at 50% -894px);
  }
}
@media screen and (max-width: 320px) {
  #main-nav { padding: 0 20px; }
  #searchform-container .open-icon,
  #searchform-container .close-icon {
    left: 9px;
  }
  #search-input { width: 250px; }
  .exclusive-url.mediumUrl { margin-bottom: 80px; }
  .exclusive-url.bigUrl {
    clip-path: circle(255% at 50% -923px);
  }
  .g-recaptcha { margin-left: -25px; }
}
/* ================ LEAFLET =============== */
.leaflet-popup-content {
  width: 140px!important;
  text-align: center;
}
.leaflet-popup.leaflet-zoom-animated { left: -92px; }
.popupInfo:first-of-type { margin-right: 5px; }
/* ================= DISPLAY NONE ===================== */
#header-middle,.col-sm-3.seconds,
body:not(.home) #footer .left .map-holder,
#searchform-container .open-icon.hide,
#searchform-container .close-icon.hide,
#expo-container a.next,#expo-container a.prev,
.expoUrl .btn:not(.inverted),#footer .contactform,
.expoUrl .button:not(.inverted),body.home .right .contact-info,
body.home #footer #page-title,body.home .right .social,
body:not(.home) .col-md-6.left,#main-nav.navbar-expand-lg,
#articles-pagination .paging > a:nth-last-child(2),
body.contact #footer #page-title,.multicontact:not(:first-of-type),
#cookie-notice {
  display: none!important;
}