@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: #697E96;
  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: #697E96;
  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: #697E96;
  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;
}
/* Modal ===================================================== */
#new, .modal { z-index: 10000;}
/* Page title and jumbotron ===================================================== */
#hero-title {
  background-color: #fff;
  padding: 40px; }
body.contact #hero-title { z-index: -1; }
body:not(.home) .jumbotron.with-header-image { color: #fff; }

/* Footer ====================================================================== */
#footer {
  display: block;
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 20px;
}
#footer .container-fluid > .row { flex-direction: row-reverse; }
#footer .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
#footer .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body:not(.home) #footer .right {
  max-width: 100%;
  flex: 0 0 100%;
}
body.contact #page-title,
#footer h1 {
  position: relative;
  font-size: 3em;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: left;
  order: -3;
}
#contact-form form.row { text-align: left; }
#contact-form .col-md-4,
#contact-form .col-md-8,
#basic-contact-fields .form-group:nth-child(n+3) {
  max-width: 100%;
  flex: 0 0 100%;
}
#basic-contact-fields .form-group:nth-child(-n+2) {
  max-width: 50%;
  flex: 0 0 50%;
}
#basic-contact-fields {
  margin-left: 0;
  margin-right: 0;
}
body.contact .contact-info,
#footer .contact-info {
  margin: 20px 0;
  order: -2;
}
body.contact .social-container,
#footer .social-container { text-align: left; }
body.contact .social,
#footer .social {
  order: -1;
  margin: 20px 0;
}
body.contact .contact-info-section,
#footer .contact-info-section {
  margin-bottom: 10px;
  font-size: 20px;
  color: #697E96;
}
#footer .contact-info-section:first-of-type { margin-left: 0; }
body.contact .contact-info-section .icon,
#footer .contact-info-section .icon {
  margin-right: 10px;
}
body.contact .contact-info-section a,
#footer .contact-info-section a {
  color: #697E96;
  text-decoration: none;
}
#footer label { color: #697E96; }
#footer .row.logo {
  width: 100%;
  justify-content: flex-end;
  margin: 20px;
  margin-top: 0;
}
#footer #contact-form .btn,
#footer #contact-form .button {
  margin-top: 10px;
  margin-left: 4px;
}
#footer .contactform {
  margin-left: 0;
  margin-right: 0;
}
#footer .contactform .col-md-4,
#footer .contactform .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
body.home .form-group.actions { flex-direction: row-reverse; }
#footer #home-map {
  height: 100%;
  width: 100%;
}

/* Buttons ===================================================================== */
.button, .btn {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 15px 30px;
  color: #fff;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover, .btn:hover {
  background-color: #697E96;
  color: #fff;
}
.button.inverted,
.btn.inverted {
  background-color: #fff;
  color: #697E96;
  transform: scale(1);
  transition: all .2s ease;
}
.button.inverted:hover,
.btn.inverted:hover {
  transform: scale(1.02);
  transition: all .2s ease;
}
.btn.focus, button.focus, .btn:focus, button:focus {
  box-shadow: none;
}
.button > .fa-sort-down { transform: rotateZ(-90deg); }
/* ============================================================================= */

/* Header ====================================================================== */
#header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  color: #252525;
}
#header .row { margin: 0; }
#header-top {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  height: 58px;
  z-index: 999;
}
#header-bottom {
  position: fixed;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
}
body:not(.home) #header-bottom { background-color: #fff; }
#header-bottom > .container {
  max-width: 52%;
  margin-right: 15px;
  padding: 0;
}
#header-top > .container > .row {
  height: 58px;
  background-color: #697E96;
  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; }
/* ============================================================================= */

/* Logo ======================================================================== */
#logo {
  display: flex;
  align-items: center;
  height: 100px;
  width: auto;
  margin: 0;
  transition: all 0.3s ease;
}
.compact-sticky #logo {
  width: 53%;
  justify-content: flex-end;
  transition: all 0.3s ease;
}
#logo > img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
/* ============================================================================= */

/* MainNav ===================================================================== */
#main-nav {
  width: 100%;
  align-items: center;
  padding: 0;
  padding-right: 15px;
  position: relative;
  color: #697E96;
  margin: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#main-nav .navbar-toggler {
  font-size: 23px;
  margin-top: 35px;
  margin-right: -14px;
  border-radius: 0;
  border-color: transparent;
}
#main-nav .navbar-toggler:focus { outline: none; }
#mainNavContent {
  position: absolute;
  top: 50px;
  right: -342px;
  padding-top: 40px;
  background-color: #fff;
  transition: all .2s ease-out;
}
#mainNavContent.show {
  display: flex;
  flex-direction: column;
  right: 0;
  transition: all .2s ease-in;
}
.compact-sticky #mainNavContent.show {
  top: 40px;
  transition: all .2s ease-out;
}
#main-nav .navbar-nav { align-items: center; }
#main-nav .navbar-toggler { z-index: 1; }
#main-nav .navbar-toggler svg { color: #fff; }
.dropdown.show:not(.submenu) > .dropdown-menu.show { display: none; }
#main-nav .nav-item {
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
#main-nav .dropdown.nav-item { flex-direction: column; }
#main-nav .nav-item:last-of-type { margin-right: 0; }
#main-nav a.nav-link {
  position: relative;
  padding: 20px 0;
  color: #000;
  font-size: 15px;
  background-color: transparent;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
#main-nav .dropdown:not(.submenu).active > a { color: #fff; }
#main-nav .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 300px;
  color: #697E96;
  border: none;
  padding: 0;
  margin-top: 10px;
  transition: all 0.1s ease;
}
#main-nav .dropdown-menu li.nav-item {
  border: 0;
  flex-direction: column;
}
#main-nav .submenu .dropdown-menu.show a { color: #fff; }
#main-nav .dropdown-menu a.nav-link {
  display: block;
  width: 100%;
  padding: 15px 20px;
  transition: color 0.3s ease;
}
#main-nav .navbar-nav > li.open > .dropdown-menu {
  display: block;
  top: 100%;
  margin-top: 0;
  opacity: 1;
  border-radius: 0;
  z-index: 99999;
}
#main-nav .navbar-nav > li.open > .dropdown-menu .dropdown-menu {
  position: relative;
  background-color: #697E96;
  color: #fff;
  border-radius: 0;
  border: 0;
}
/* Languages */
#main-nav .langsDropdown.dropdown-menu { min-width: 100px; }
#main-nav .langsDropdown.dropdown-menu .dropdown-item {
  color: #fff;
  background-color: #697E96;
  transition: color 0.3s ease;
}
/* 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 ====================================================================== */
.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;
}
.social-container>li>a:hover { color: #697E96; }
/* ============================================================================= */

/* Slideshow =================================================================== */
#main-slideshow { padding: 50px; }
.carousel-indicators { bottom: -12px; }
.carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  cursor: default;
  background-color: #697E96;
  border: 2px solid #697E96;
}
.carousel-indicators li.active {
  transform: scale(1.5);
  transition: all .4s ease;
}
#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;
  background-color: rgba(255,255,255,.5);
}
.carousel-indicators .indicator.active {
  background-color: rgba(255,255,255,1);
}
.carousel-item.active {
  transition-duration: 0.2s, 0.2s
}
#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.5em;
  margin-bottom: 50px;
  color: inherit;
}
#main-slideshow [class*=-icon] {
  height: 50px;
  width: 50px;
}
/* ============================================================================= */

/* Premium text ================================================================ */
#premium-text {
  background-color: transparent;
  margin-top: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 0 50px;
}
#premium-text > .col-md-12 { padding: 0; }
/* ============================================================================= */

/* Exclusive URLs ============================================================== */
#exclusiveURLs { background-color: #f1f3f8; }
.exclusive-url {
  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: #697E96;
  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: #697E96;
  text-decoration: none;
  font-size: 2em;
}
.exclusive-url .url-contents {
  font-size: 20px;
  line-height: 1.7;
  opacity: 0.7;
}

/* Small URLs ---------------------------------------------------------------- */
.exclusive-url.smallUrl {
  display: flex;
  flex-direction: column;
  flex: 0 0 33.333333%;
}
.exclusive-url.smallUrl > .url-head {
  height: auto;
  width: 100%;
}
.exclusive-url.smallUrl > .figure-caption {
  padding: 50px;
  background-color: #fff;
}
.exclusive-url .url-title > h3 { font-weight: bold; }
.exclusive-url.smallUrl .url-contents { margin: 30px 0 ; }

/* Medium URLs --------------------------------------------------------------- */
.exclusive-url.mediumUrl {
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.exclusive-url.mediumUrl:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.exclusive-url.mediumUrl > .url-head,
.exclusive-url.mediumUrl > .figure-caption {
  flex: 0 0 50%;
}
.exclusive-url.mediumUrl > .figure-caption {
  background-color: #fff;
  padding: 10px 50px;
  display: flex;
  height: auto;
  align-items: center;
}
.exclusive-url.mediumUrl .url-title > h3 {
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.exclusive-url.mediumUrl .url-contents { margin-bottom: 30px; }

/* Big URLs ------------------------------------------------------------------ */
.exclusive-url.bigUrl {
  padding: 0;
  flex: auto;
  max-width: 1000%;
  overflow: hidden;
}
.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;
}
.bigUrl .contents-wrapper {
  max-width: 60%;
  margin: auto;
}
.exclusive-url.bigUrl .figure-caption {
  position: relative;
  margin: 80px 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;
  opacity: 1;
  max-width: 90%;
}

/* Expo ------------------------------------------------------------------------ */
#expo-container {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#expo {
  display: flex;
  flex-direction: row;
  padding: 0 200px;
  width: auto;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.4s ease;
}

#expo .expoUrl {
  padding: 0;
  flex: 0 0 100%;
  transition: all 0.4s ease;
}
.exclusive-url.expoUrl { margin-bottom: 0; }
#expo img {
  transform: scale(.9);
  height: 650px;
  object-fit: cover;
}
#expo .exclusive-url > .url-head { height: auto; }
#expo .figure-caption {
  width: 47%;
  margin: 0 auto;
  margin-top: -227px;
  background-color: #fff;
}
#expo .url-title > h3 {
  font-size: 30px;
  text-transform: uppercase;
}
#expo .contents-wrapper { text-align: center; }
#expo-container a.next,
#expo-container a.prev {
  display: inline-block;
  position: absolute;
  top: 40%;
  padding: 20px;
  color: #fff;
}
#expo-container a.next { right: 20%; }
#expo-container a.prev { left: 20%; }
/* ============================================================================= */


/* Articles ==================================================================== */
#recent-articles {
  flex-direction: column;
  margin-bottom: 100px;
}
#recent-articles h2 {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #697E96;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.recent-article {
  display: flex;
  max-width: 100%;
  flex: 0 0 100%;
}
.recent-article img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.recent-article figcaption h3 {
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px auto;
}
.recent-article .description {
  font-size: 20px;
  line-height: 1.7;
  opacity: 0.7;
}
.recent-article figcaption {
  padding: 0 20px 20px 20px;
  max-width: 70%;
}
.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 h2 { font-size: 3em; }
body.offers .modal-content { background-color: #e6e6e6; }
.modal-body p { color: #000; }
#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; }
/* ============================================================================= */


/* Contact ===================================================================== */
body.contact main { margin-bottom: 0; }
#contact-content.single {
  display: flex;
  padding: 30px;
}
#hero-title.with-header-image > img {
  width: 100%;
  height: 720px;
  object-fit: cover;
}
#contact-content.single.hero { margin-top: -240px; }
#contact-content.single > * {
  padding: 50px;
  max-width: 50%;
  flex: 0 0 50%;
  background-color: #fff;
  margin: 0;
}
.singlecontact .map-holder {
  max-width: 100%;
  flex: 0 0 100%;
  height: 100%;
}
.singlecontact #contact-form {
  display: flex;
  flex-direction: column;
}
.single #page-title { order: -4; }
.single .contact-info { order: -3; }
.single .social { order: -2; }
.single .contact-details { order: -1; }
#contact-content.multi {
  display: flex;
  flex-direction: column-reverse;
}
body.contact .contact-details-card .contact-details {
  padding: 80px;
  background-color: #697E96;
  color: #fff;
  font-weight: bold;
}
body.contact .contact-details-card .contact-details a { text-decoration: none; }
.single #contact-form {
  display: flex;
  flex-direction: column;
}
.single .contact-details {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
body.contact .contact-details > p:not(:last-child) { margin-right: 5px; }
#contact-form { max-width: 100%; }
#contact #contact-form label { display: block; }
.form-control,
#contact #contact-form input[type="text"],
#contact #contact-form input[type="email"],
#contact #contact-form input[type="tel"],
#contact #contact-form textarea,
input[type=date], input[type=datetime-local], input[type=month],
input[type=time] {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid #697E96;
  background-color: #fff;
  opacity: .4;
  color: #697E96;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  margin: 2px;
  margin-bottom: 15px;
  border-radius: 0;
}
textarea.form-control {
  height: 273px;
  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;
}
#contact #contact-form .button {
  margin-left: inherit;
  margin-right: inherit;
  margin-top: 15px;
}
.g-recaptcha {
  display: inline-block;
  margin-left: 4px;
}
.multicontact { margin-bottom: 50px; }
.multi .map-holder,
.multi .contact-details {
  max-width: 50%;
  flex: 0 0 50%;
}
/* ============================================================================= */

/* Gallery ===================================================================== */
#gallery .image {
  position: relative;
  height: 500px;
  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%;
  object-fit: contain;
  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 {
  padding: 50px;
  color: #697E96;
  text-align: center;
}
#videos-condent .video .video-caption h3, #offers .card-title,
#pdf .pdf figcaption h3, #articles-list .article figcaption h3 {
  font-weight: 400;
  color: #697E96;
  text-decoration: none;
  font-size: 2em;
}
#articles-list .article figcaption h3 { font-size: 1.5em; }
#pdf .pdf figcaption a, #articles-list .article figcaption a { text-decoration: none; }
/* Offers ====================================================================== */
.col-md-4.offer .card { align-items: center; }
.pdf.col-md-4 img,
.col-md-4.offer img { padding: 40px; }
#articles-list-content .figure { display: block; }
#articles-list-content img { padding: 25px; }
body.offers .countdown { justify-content: center; }
/* ============================================================================= */

#move-top {
  position: fixed;
  padding: 14px 18px;
  background-color: #697E96;
  bottom: 30px;
  right: 10px;
  top: auto;
  left: auto;
  font-size: 0.7em;
  color: #fff;
  cursor: pointer;
  opacity: .5;
  z-index: 99999;
}
#fb-messaging { z-index: 999!important; }

#trip-advisor {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  order: -2;
}
#trip-advisor .socialWidget.cx_brand_refresh1 .socialWidgetCore.rect {
  width: 40px;
  height: 40px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#trip-advisor .socialWidget.cx_brand_refresh1  {
  display: flex;
}
#trip-advisor .socialWidget.cx_brand_refresh1 > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#trip-advisor .socialWidget.cx_brand_refresh1 .socialWidgetCore img {
  width: 100%;
  height: auto;
}

#trip-advisor [id*=TA_socialButtonBubbles] {
  width: 63px;
  height: 109px;
  display: flex;
  align-items: center;
}
#trip-advisor .socialWidgetCore.green.rect { margin-bottom: 10px; }
#trip-advisor [id*=TA_certificateOfExcellence] { margin-left: 10px; }

#circle_v2 {
  transform: scale(.75);
}

/* 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: 10%;
  position: relative;
  transition: all 0.2s ease;
}
#searchform-container:hover {
  width: 70%;
  transition: all 0.2s ease;
}
#search-form {
  display: inline-block;
  width: 100%;
}
#search-input {
  padding: 0;
  height: 50px;
  text-indent: 10px;
  color: #000;
  border-color: #fff;
}
#search-input:focus { box-shadow: none; }
#searchform-container .open-icon,
#searchform-container .close-icon {
  display: flex;
  position: absolute;
  top: 2px;
  right: -2px;
  color: #fff;
  background-color: #fff;
  padding: 7px 10px;
  font-size: 22px;
  vertical-align: middle;
}
#searchform-container .open-icon > a,
#searchform-container .close-icon > 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;
}
/* ============================================================================= */

#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) {
  #mainNavContent {
    height: 100vh;
    width: 47%;
  }
  .compact-sticky #mainNavContent { max-width: 25%; }
  #exclusiveURLs, #expo-container, #recent-articles,
  body:not(.home) main, .contact-details-card,#footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.contact .multi #contact-form { padding: 0 37px; }
  body:not(.home) #footer .row.logo { justify-content: flex-end; }
  #expo-container {
    margin-left: -15px;
    margin-right: -15px;
    flex: 0 0 calc(100% + 30px);
  }
  #contact-form .col-md-4,
  #contact-form .col-md-8 {
    padding: 0;
  }
  body:not(.home) #footer .right { align-items: center; }
}
@media all and (min-width: 1024px) {
  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; }
  body.home #footer .contact-info-container,
  body.home #footer .logo { text-align: left; }
  .exclusive-url.smallUrl:nth-of-type(even) { flex-direction: column-reverse; }
}
@media (min-width: 1200px) {
  .container { max-width: 1170px; }
}
@media all and (min-width: 1280px) {
  #exclusiveURLs, #expo-container, #recent-articles,
  body:not(.home) main, .contact-details-card,#footer {
    padding-left: 100px;
    padding-right: 100px;
  }
  body.contact .multi #contact-form { padding: 0 116px; }
  .exclusive-url.bigUrl { flex: 0 0 calc(100% + 100px); }
}
@media all and (min-width: 1440px) {
  #exclusiveURLs, #expo-container, #recent-articles,
  body:not(.home) main, .contact-details-card,#footer {
    padding-left: 150px;
    padding-right: 150px;
  }
  body.contact .multi #contact-form { padding: 0 166px; }
  .exclusive-url.bigUrl { flex: 0 0 calc(100% + 200px); }
  #expo-container {
    margin-left: -150px;
    margin-right: -150px;
    flex: 0 0 calc(100% + 300px);
  }
  #contact-form .form-group { padding-right: 15px; }
}
@media all and (min-width: 1920px) {
  #exclusiveURLs, #expo-container, #recent-articles,
  body:not(.home) main, .contact-details-card,#footer {
    padding-left: 200px;
    padding-right: 200px;
  }
  body.contact .multi #contact-form { padding: 0 216px; }
  .exclusive-url.bigUrl { flex: 0 0 calc(100% + 300px); }
  #expo-container {
    padding-bottom: 100px;
    margin-left: -200px;
    margin-right: -200px;
    flex: 0 0 calc(100% + 400px);
  }
}
/* ============================================================================= */

/* Mobile ====================================================================== */
@media screen and (max-width: 1440px) {
  .single #contact-form { padding: 0; }
  .offer .info,
  .offer .interested {
    padding: 15px 25px;
  }
  #expo .figure-caption { width: 54%; }
}
@media screen and (max-width: 1280px) {
  #searchform-container:hover { width: 90%; }
  .offer .info,
  .offer .interested {
    padding: 15px 21px;
  }
  #contact-form form.row { flex-direction: column; }
  body.home #contact-form .form-group.actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 120px;
  }
  #expo { padding: 0 100px; }
  #expo img { height: 450px; }
  #fullName { border-right: none; }
}
@media screen and (max-width: 1024px) {
  #mainNavContent { width: 60%; }
  .compact-sticky #mainNavContent { max-width: 35%; }
  #main-nav .nav-item { margin-right: 15px; }
  #main-nav.compact-sticky .nav-item { margin-right: -1px; }
  body.home #contact-form .col-md-8.notes-container {
    padding-left: 0;
    padding-right: 0;
  }
  #main-slideshow .carousel-caption p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #main-slideshow .carousel-caption .btn,
  #main-slideshow .carousel-caption .button {
    margin-bottom: 20px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: -50px;
  }
  .exclusive-url.smallUrl > .figure-caption { padding: 20px; }
  #expo-container a.next { right: 9%; }
  #expo-container a.prev { left: 9%; }
  body.home .form-group.actions { align-items: center; }
  #footer .contact-info-section .icon { margin-right: 0; }
  #offers .card-body { padding: 17px; }
  #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;
  }
  #contact-content.single.hero { margin-top: -140px; }
  #contact-content.single:not(.hero) { margin-top: 0; }
  #contact-content.single > * { padding: 20px; }
}
@media screen and (max-width: 768px) {
  main[class*=container] { overflow-x: hidden; }
  .compact-sticky #mainNavContent { max-width: 48%; }
  #main-nav .navbar-toggler { margin-right: 40px; }
  #header-top {
    position: relative;
    width: 100%;
    height: auto;
  }
  #hero-title,
  #main-slideshow {
    margin-top: 0;
  }
  #mainNavContent { width: 100%; }
  #main-slideshow .carousel-caption p {
    font-size: 14px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .carousel-control-next,
  .carousel-control-prev { top: -8px; }
  #main-slideshow .carousel-caption .btn,
  #main-slideshow .carousel-caption .button {
    margin-bottom: 0;
  }
  .carousel-control-next { right: 12px; }
  .carousel-control-prev { left: 12px; }
  #searchform-container:hover {
    width: 80%;
    margin: 0 auto;
  }
  .exclusive-url.smallUrl > .figure-caption,
  #header-top .social-container {
    text-align: center;
  }
  .exclusive-url.smallUrl .url-contents,
  .exclusive-url.smallUrl > .url-head {
    width: 60%;
  }
  .exclusive-url.smallUrl .contents-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #gallery .image { height: 290px; }
  #footer .container-fluid > .row { flex-direction: column; }
  #footer .left,
  #footer .right {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #footer .right { align-items: flex-start; }
  #footer #home-map {
    height: 500px;
    width: 100%;
  }
  #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: flex-start;
  }
  body:not(.home) #footer .contact-info-container { align-items: center; }
  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: 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; }

  /* Show the caption of the slideshow */
  #main-slideshow .carousel-caption {
    display: block !important;
    font-size: 4px;
    height: auto;
  }
  #main-slideshow .carousel-caption h3 {
    font-size: 50px;
    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%;
    align-items: center;
  }
  .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.bigUrl {
    margin-left: -15px;
    margin-right: -46px;
  }
  .bigUrl .contents-wrapper {
    max-width: 100%;
    margin: auto;
  }
  #expo .expoUrl { flex: 0 0 100%; }
  #expo .figure-caption {
    margin-top: -120px;
    width: 70%;
  }
  /* #expo-container a.next,
  #expo-container a.prev {
    position: absolute;
    top: 70%;
  } */
  #expo-container a.next { right: 12%; }
  #expo-container a.prev { left: 12%; }
  body.home #footer .left {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  body.home #footer .logo,
  #footer .social-container,
  body.home #footer .logo {
    text-align: center;
  }
  body.home #footer h1::after { margin: 0 auto; }
  #videos-condent .video .video-caption,
  #articles-list .article figcaption,
  #pdf .pdf figcaption { padding: 17px; }
  #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%;
  }
  .map-holder { height: 300px; }
  body.contact .map-holder,
  body.contact .col-md-4.contact-details {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #move-top { right: 38px; }
}
@media screen and (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  #main-nav .navbar-toggler { margin-right: 0; }
  #header-bottom > .container {
    max-width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .compact-sticky #mainNavContent.show { max-width: 100%; }
  .compact-sticky #mainNavContent,
  #mainNavContent {
    width: 100vw;
    top: 0;
  }
  #mainNavContent.show { right: -15px; }
  .compact-sticky #mainNavContent.show {
    top: 0;
    right: 0;
  }
  #main-nav.compact-sticky .navbar-toggler { text-align: right; }
  .compact-sticky #logo { width: 63%; }
  #main-slideshow { padding: 0; }
  #main-slideshow .w-100 {
    height: 100%;
    object-fit: cover;
  }
  #main-slideshow .carousel-caption h3 { font-size: 30px; }
  #main-slideshow .carousel-control-next,
  #main-slideshow .carousel-control-prev,
  #main-slideshow .btn,
  #main-slideshow .button {
    display: none;
  }
  #main-slideshow .carousel-caption p { display: none; }
  #hero-title { padding: 0; }
  #premium-text { text-align: center; }
  .exclusive-url.smallUrl .url-contents,
  .exclusive-url.smallUrl > .url-head {
    width: 100%;
  }
  .exclusive-url.bigUrl {
    margin-right: 0;
    margin-left: 0;
  }
  .exclusive-url.bigUrl .url-contents { max-width: 90%; }
  #expo { padding: 0; }
  #expo .url-contents { font-size: 15px; }
  #expo .url-title > h3 { font-size: 18px; }
  .recent-article { flex-direction: column; }
  .recent-article figcaption { max-width: 100%; }
  .recent-article img {
    width: 100%;
    height: auto;
  }
  #expo .figure-caption { width: 100%; }
  #expo-container a.next,
  #expo-container a.prev {
    top: 50%;
  }
  #expo-container a.prev { left: 5px; }
  #expo-container a.next { right: 5px; }
  #expo .url-contents { font-size: 13px; }
  #recent-articles,
  body.home main {
    margin-bottom: 0;
  }
  #hero-title.with-header-image > img { height: 100%; }
  #footer .right { align-items: center; }
  #footer .contact-info-container { align-items: center; }
  #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;
  }
  #recent-articles .button,
  #recent-articles .btn {
    padding-left: 0;
  }
  #offers .col-md-4.offer,
  #articles-list .col-md-4.article {
    max-width: 100%;
    flex: 0 0 100%;
  }
  body.articles-list .figure { display: block; }
  #fullName { border: 2px solid #697E96; }
  #contact-content.single {
    flex-direction: column;
    padding: 0;
  }
  #contact-content.single.hero { margin-top: 0; }
  #contact-content.single > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  body.contact main { overflow: hidden; }
  .singlecontact .map-holder { height: 400px; }
  body.contact #contact-content.multi > * { padding: 40px; }
  #basic-contact-fields .form-group:nth-child(-n+2) {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #trip-advisor {
    flex-direction: column;
  }
}
@media screen and (max-width: 320px) {
  #main-slideshow .carousel-caption h3 { font-size: 35px; }
  #main-slideshow .carousel-caption p { display: none; }
  .exclusive-url.mediumUrl { margin-bottom: 80px; }
  #expo-container a.next,
  #expo-container a.prev {
    top: 47%;
  }
  body.contact #page-title { font-weight: normal; }
  .g-recaptcha { margin-left: -30px; }
}

/* ============ DISPLAY NONE =============== */
header > #circle_v2,header > [id*=TA_],
#searchform-container .open-icon.hide,
#searchform-container .close-icon.hide,
#articles-pagination .paging > a:nth-last-child(2),
#view-article-content.noPicture #article-image,
.exclusive-url.bigUrl .url-head img,header > [id*=TA_],
body:not(.home) #footer .left .map-holder,
.expoUrl:not(.shown):not(:first-of-type) .figure-caption,
#mainNavContent:not(.show) #searchform-container,
#header-top,#header-middle,#main-nav.navbar-expand-lg,#basic-contact-fields:not(.row),
body:not(.home) #footer .contactform,body.offers .seconds,
body.contact #footer #page-title,.singlecontact .contact-details,
#fixed-banner>img[src*="pdf"],
.singlecontact.row, .singlecontact + .row,#contact-content:not(.single):not(.multi) {
  display: none!important;
}