@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: #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%;
}
body:not(.loaded) {
  position: absolute;
  left: -20000px;
}

body.loaded {
  position: relative;
	-webkit-animation: fade-in .15s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
					animation: fade-in .15s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#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;
}
/* 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;
  text-align: center;
  padding: 20px;
}
#footer .left {
  padding-left: 0;
  padding-right: 20px;
}

#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;
}
body:not(.home) #contact-form {
  padding: 0 250px;
}

#footer .contactform .col-md-4,
#footer .contactform .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

/* Buttons ===================================================================== */
.button,.btn {
  display: inline-block;
  position: relative;
  margin: auto;
  color: #fff;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s;
}
.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;
  top: 58px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
}
#header-top > .container > .row {
  height: 58px;
  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;
}
/* ============================================================================= */



/* MainNav ===================================================================== */
#main-nav {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 15px;
  position: relative;
  color: #828282;
  margin: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#mainNavContent {
  align-items: stretch;
}
#main-nav .navbar-nav {
  align-items: stretch;
}
#main-nav .navbar-collapse {
  flex-grow: 0;
}
#main-nav .nav-item {
  margin-right: 20px;
  display: flex;
  position: relative;
  align-items: center;
}
#main-nav .nav-item:last-of-type { margin-right: 0; }
#main-nav a.nav-link {
  position: relative;
  padding: 20px 0;
  color: inherit;
  font-weight: 700;
  font-size: 0.8em;
  background-color: transparent;
  transition: color 0.3s ease;
}

#main-nav .dropdown-menu {
  left: auto;
  right: 0;
  width: max-content;
  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 .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;
}
/* Languages */
#main-nav .langsDropdown.dropdown-menu {
  min-width: 100px;
}
#main-nav .langsDropdown.dropdown-menu .dropdown-item {
  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 a.nav-link {
  padding: 15px 10px;
}
.dropdown.show:not(.submenu) > .dropdown-menu.show {
  display: none;
}
#main-nav .navbar-nav > .dropdown {
  display: flex;
  justify-content: center;
}

#main-nav .navbar-nav > .dropdown > .dropdown-menu {
  left: auto;
  right: auto;
}
/* ============================================================================= */

/* Social ====================================================================== */

.social-container>li {
  display: inline-block;
  width: 26px;
  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: flex;
  width: 100%;
  height: 100%;
  padding: 7px 5px;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
}

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

/* Slideshow =================================================================== */

.carousel-indicators .indicator {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255,255,255,.5);
}
.carousel-indicators .indicator.active {
  background-color: rgba(255,255,255,1);
}
#main-slideshow .carousel-caption h3,
#main-slideshow .carousel-caption p {
  display: block;
  position: relative;
}
#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 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.exclusive-url > .url-head {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.exclusive-url > .url-head > img {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}
.exclusive-url > .figure-caption {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: left;
  color: #545454;
  transition: top 0.5s ease;
}
.exclusive-url .url-title { text-decoration: none; }
.exclusive-url .url-title > h3 {
  text-decoration: none;
  font-size: 2em;
}

/* Small URLs ---------------------------------------------------------------- */
.exclusive-url.smallUrl {
  flex: 0 0 33.33336%;
}
.exclusive-url.smallUrl > .url-head {
  height: auto;
  width: 100%;
}
.exclusive-url.smallUrl > .figure-caption {
  margin-top: 20px;
  padding: 0;
}
.exclusive-url .url-title > h3 {
  font-weight: normal;
}

/* Medium URLs --------------------------------------------------------------- */

.exclusive-url.mediumUrl > .url-head,
.exclusive-url.mediumUrl > .figure-caption {
  flex: 0 0 50%;
}
.exclusive-url.mediumUrl > .figure-caption {
  font-size: 1.3em;
  padding: 10px 50px;
  display: flex;
  height: 100%;
  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;
  margin-bottom: 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;
}
.exclusive-url .contents-wrapper {
  display: block;
  width: 100%;
}
.exclusive-url.bigUrl .url-title > h3 {
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
}
.exclusive-url.bigUrl .url-contents {
  margin: 40px auto;
  font-size: 1.4em;
}

/* Expo ------------------------------------------------------------------------ */
#expo-container {
  position: relative;
  overflow: hidden;
}
#expo {
  display: flex;
  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;
  opacity: 0;
  transition: all 0.3s ease;
}
#expo-container a.next {right: -60px;}
#expo-container a.prev {left: -60px;}

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


/* Articles ==================================================================== */
#recent-articles {
  margin-bottom: 100px;
}
#recent-articles h2 {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 2.5em;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.recent-article img {
  width: 100%;
  height: auto;
}
.recent-article figcaption h3 {
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px auto;
}
.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: #f4f4f4;
}
.modal-body p { color: #1A1D24; }
#articles-pagination {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #e2e2e2;
}
#articles-pagination .paging { text-align: right; }
#articles-pagination .paging > span, #articles-pagination .paging > a {
  text-decoration: none;
  display: inline-block;
  padding: 4px;
}
#articles-pagination .paging > a:nth-last-child(2) {
  display: none;
}
.breadcrumb-title { margin-right: 20px; }
/* ============================================================================= */


/* Contact ===================================================================== */
body.contact main { margin-bottom: 0; }
body.contact #contact {
  padding: 0;
}

body.contact .contact-details-card .contact-details {
  padding: 100px 80px;
  font-weight: bold;
}
body.contact .contact-details-card .contact-details a {
  text-decoration: none;
}

#contact #contact-form label {
  display: block;
}
.form-control,
#contact #contact-form input[type="text"],
#contact #contact-form input[type="email"],
#contact #contact-form input[type="tel"],
#contact #contact-form textarea,
input[type=date], input[type=datetime-local], input[type=month],
input[type=time] {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  color: #7b7b7b;
  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;
}
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 */
section.row.contact-details-card.multicontact {
  align-items: stretch;
  margin-bottom: 30px;
}
/* ============================================================================= */

/* Gallery ===================================================================== */

#gallery {
  padding: 0 200px;
}

#gallery .image.col-md-4 {
  max-width: 24.6%;
  flex: 0 0 100%;
  position: relative;
  padding: 5px;
  margin: 5px 2.5px;
  height: 383px;
}

#gallery figure {
  height: 100%;
  width: 100%;
}

#gallery img {
  width: 383px;
  height: 383px;
  padding: 0;
}

body.gallery figure>figcaption {
  position: absolute;
  bottom: -5px;
  width: 100%;
  left: 0;
  padding: 0;
}

body.gallery figure>figcaption p {
  display: block;
  margin: 0;
  font-size: 18px;
  text-align: center;
  padding: 5px;
}

.pswp {
  z-index: 9999 !important;
}
/* ============================================================================= */

/* Videos ====================================================================== */
#videos-condent .video, #offers .card,
#pdf .pdf, #articles-list .article {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}

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

#move-top {
  position: fixed;
  padding: 14px 18px;
  bottom: 20px;
  right: 10px;
  top: auto;
  left: auto;
  font-size: 0.7em;
  color: #fff;
  cursor: pointer;
  opacity: .8;
  z-index: 9999;
}
#fb-messaging { z-index: 9999!important; }
#fixed-banner  {z-index: 99999!important; }
#fixed-banner.left { left: 65px!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 ====================================================================== */

#search-form {
  display: inline-block;
}

#search-input {
  padding: 0;
  background-color: transparent;
}
#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%;
}

body.home > main {
  margin: 0;
  margin-bottom: 100px;
}

body::after {
  content: "";
  clear: both;
}

a,a:hover {
  text-decoration: none;
}

img {
  object-fit: cover;
  object-position: center;
}

.langsDropdown [id*=flag] {
  height: 16px;
  width: 14px;
  display: block;
  margin-right: 5px;
}

.langsDropdown > a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-evenly;
}

main .justify-content-center {
  justify-content: flex-start!important;
}


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

@media screen and (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
}


#expo-controls .overlay {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  cursor: pointer;
}









/* ========================== RESORT SPECIFIC ================================ */

body:not(.home) main {
  margin-bottom: 20px;
}

#recent-articles,
#exclusiveURLs > * {
  margin: 0;
  padding: 0;
}

.carousel-item > img {
  height: 100vh;
}

.carousel-caption {
  display: flex!important;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: auto;
  top: 0;
  left: auto;
  height: 100%;
  width: 30%;
}

#main-slideshow .carousel-caption h3 {
  font-size: 50px;
  margin-bottom: 10px;
}

.carousel-caption > .container {
  background-color: transparent;
  z-index: 9;
  padding: 0 50px;
}

.carousel-caption::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  height: 100%;
  width: 135%;
  clip-path: polygon(50% 0%, 100% 0, 100% 35%, 97% 57%, 66% 86%, 51% 100%, 32% 100%, 0 45%, 0 45%, 15% 31%);
}

.carousel-caption::before {
  content: "";
  background-color: rgba(255, 255, 255,.4);
  height: 115%;
  width: 135%;
  clip-path: polygon(50% 0%, 100% 0, 100% 35%, 97% 57%, 66% 86%, 51% 100%, 32% 100%, 0 45%, 0 45%, 15% 31%);
  position: absolute;
}

#header-bottom {
  top: 0;
  background-color: #fff;
}

#header-bottom > .container {
  max-width: 100%;
}

#main-nav {
  align-items: center;
}

#main-nav > #logo,
#main-nav > #mainNavContent,
#main-nav > .social-container {
  margin: 0;
  padding: 0;
  flex: 0 0 100%;
}

#main-nav > #logo,
#main-nav > .social-container {
  max-width: 19%;
}

#main-nav > #mainNavContent {
  max-width: 62%;
  justify-content: center;
}

#main-nav.compact-sticky > #logo img {
  height: 100px;
}

#carousel-controls {
  position: absolute;
  top: 41%;
  right: 0;
  width: 31%;
}

#carousel-controls > [class*="carousel-control"] {
  opacity: 1;
}

#carousel-controls > [class*="carousel-control"]::after {
  content: "›";
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  top: 0;
}

.carousel-control-prev::after {
  transform: rotate(180deg);
}

.small-wrapper {
  display: flex;
  max-width: 100%;
  flex: 0 0 100%;
  overflow: hidden;
}

.small-wrapper > :first-child {
  display: flex;
  flex-direction: row-reverse;
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
}

.small-wrapper > :first-child > .url-head,
.small-wrapper > :first-child > .figure-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.small-wrapper > :first-child > .figure-caption {
  padding: 100px 200px;
  flex-wrap: wrap;
  box-shadow: 13px 0px 20px 0px rgb(0 0 0 / 50%);
}

.small-wrapper > :first-child > .url-head > img {
  max-height: 800px;
  height: 100%;
  padding: 20px;
  padding-left: 0;
}

.small-wrapper > :first-child > .figure-caption > .contents-wrapper {
  order: 1;
  flex: 0 0 100%;
}

.small-wrapper > :first-child > .figure-caption > .smallUrl {
  margin: 0;
  padding: 0;
  flex: 0 0 100%;
}

.small-wrapper > :first-child > .figure-caption > .smallUrl .figure-caption,
.small-wrapper > :first-child > .figure-caption > .smallUrl .url-contents {
  margin: 0;
}

.small-wrapper > :first-child > .figure-caption > :not(:nth-child(2)) {
  margin-top: 20px;
}

.small-wrapper .smallUrl .url-contents {
  font-size: 22px;
}

.small-wrapper .smallUrl h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}

.smallUrl .url-contents > .capital {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 15px 28px;
  font-size: 34px;
  font-weight: bold;
  margin-right: 20px;
  width: 100%;
  max-width: 80px;
  float: left;
}

body.home main {padding: 0 100px;}

#expo-container {
  width: 100%;
  padding: 100px 250px;
}

#expo {
  position: relative;
  justify-content: center;
  box-shadow: 5px 33px 50px -11px rgba(0,0,0,0.47);
}

#expo .expoUrl {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

#expo .expoUrl img {
  width: 100%;
  height: 600px;
  max-height: 600px;
  margin: 0;
  padding: 0;
}

#expo-heads,
#expo-captions {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  flex: 0 0 100%;
}

#expo-heads > .url-head {
  width: 100%;
}

#expo-container a.prev {
  left: 0;
  bottom: 40%;
}

#expo-container a.next {
  right: 0;
  top: 30%;
}

#expo-container a.next,
#expo-container a.prev {
  transform: rotate(-90deg);
  position: relative;
  opacity: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.next .expoUrl .active,
.next .expoUrl .active {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.prev .expoUrl .active,
.prev .expoUrl .active {
	-webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.expoUrl .contents-wrapper {
  text-align: center;
  padding: 0 50px;
}

#expo-controls {
  position: absolute;
  width: 10%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

#expo-indicators {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  left: 9%;
}

#expo-indicators > .dot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  opacity: .5;
  border-radius: 50%;
}

#expo-indicators > .dot.active {
  opacity: 1;
}

#expo-indicators > :not(:last-child) {
  margin-bottom: 50px;
}

#expo-indicators > .dot::before {
  content: "";
  width: 4px;
  height: 109px;
  position: absolute;
  top: -43px;
  opacity: .5;
}

#expo-captions h3 {
  font-weight: bold;
  font-size: 40px;
}

#expo-captions .url-contents {
  font-size: 20px;
}

.medium-wrapper {
  padding: 20px;
}

.medium-wrapper .mediumUrl {
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.medium-wrapper > :first-child > .url-head,
.mediumUrl,.medium-wrapper {
  display: flex;
}

.medium-wrapper > :first-child > .url-head,
.medium-wrapper > :first-child > .figure-caption {
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
}

.medium-wrapper > :first-child > .url-head {
  max-width: 59%;
  justify-content: space-between;
}

.medium-wrapper > :first-child > .figure-caption {
  max-width: 40%;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  text-align: center;
}

.medium-wrapper [class*="wrapper-"] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}

.medium-wrapper img {
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
}

.medium-wrapper [class*="wrapper-"] > :not(:first-child) {
  margin-top: 20px;
}

.medium-wrapper .url-contents {
  font-size: 17px;
  text-align: center;
}

.medium-wrapper .url-head > :not(:first-child) {
  margin-left: 20px;
}


#exclusiveURLs > .bigNoUrl {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px;
  padding-bottom: 0;
}

#exclusiveURLs > .bigNoUrl > * {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
}

#exclusiveURLs > .bigNoUrl > .figure-caption > .contents-wrapper {
  max-width: 40%;
  flex: 0 0 100%;
}

#exclusiveURLs > .bigNoUrl > .figure-caption > .photos {
  max-width: 60%;
  flex: 0 0 100%;
}

#exclusiveURLs > .bigNoUrl h3 {
  font-size: 51px;
  text-align: center;
}

#exclusiveURLs > .bigNoUrl > .url-head {
  background-image: none!important;
  text-align: right;
  padding: 20px 0;
}

#exclusiveURLs > .bigNoUrl .figure-caption {
  display: flex;
  text-align: center;
  padding: 0;
}

#exclusiveURLs > .bigNoUrl .figure-caption > .contents-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 40px;
}

#exclusiveURLs > .bigNoUrl .photos {
  display: flex;
  justify-content: space-between;
  z-index: 3;
}

#exclusiveURLs > .bigNoUrl .url-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  z-index: 9;
}

#exclusiveURLs > .bigNoUrl .captions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bigNoUrl .url-contents {
  text-align: left;
  font-size: 18px;
  z-index: 2;
}

.bigNoUrl .captions::after {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0;
  height: 60%;
  width: 60%;
  z-index: 1;
}

.bigNoUrl .photos > * {
  max-width: 48%;
  flex: 0 0 100%;
}

.bigNoUrl .photos img {
  height: 90%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#exclusiveURLs > .bigNoUrl .links > :not(:last-child) {
  margin-right: 15px;
}

#exclusiveURLs > .bigNoUrl .links {
  padding: 0;
}

#exclusiveURLs > .bigUrl {
  display: flex;
  flex-direction: row-reverse;
  margin: 50px 0;
}

#exclusiveURLs > .bigUrl > .url-head {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  height: auto;
  background-image: none!important;
  padding: 0;
  padding-bottom: 0;
  padding: 50px;
}

#exclusiveURLs > .bigUrl > .figure-caption {
  margin: 0;
  max-width: 25%;
  padding: 50px 30px;
}

#exclusiveURLs > .bigUrl .contents-wrapper {
  max-width: 100%;
}

#exclusiveURLs > .bigUrl > .url-head > .contents-wrapper {
  margin-bottom: 40px;
}

#exclusiveURLs > .bigUrl > .url-head > img {
  min-height: 650px;
  max-height: 650px;
}

#exclusiveURLs > .bigUrl h3 {
  font-size: 40px;
  font-weight: bold;
}

#exclusiveURLs > .bigUrl .url-contents {
  font-size: 25px;
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
  line-height: 50px;
}

#footer .row {
  position: relative;
  flex-direction: row-reverse;
}

#footer > .container-fluid {
  display: flex;
  flex-direction: column-reverse;
  padding: 50px 300px;
}

#footer .right,#footer .left,
#footer .bigNoUrl {
  z-index: 9;
  padding: 0;
  margin: 0;
}

#footer .bigNoUrl {
  flex: auto;
  padding: 0 250px;
  margin-bottom: 50px;
}

#footer .bigNoUrl .contents-wrapper {
  text-align: center;
}

#footer #home-map {
  height: 660px;
}

#footer .logo {
  margin-top: 50px;
}

#footer .social-container,
#footer .url-contents,
#footer .url-title,
#footer .contact-info-container,
#footer #page-title {
  text-align: center;
  margin: 0;
  padding: 0;
}

#footer h3 {
  font-size: 34px;
  font-weight: bold;
}

#footer .url-contents {
  font-size: 20px;
  margin-top: 20px;
}

#footer #page-title {
  font-size: 38px;
}

.btn,.button {
  font-weight: 100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  width: auto;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  padding: 0 35px;
}

.btn:hover,.button:hover {
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 1px;
  background-color: transparent;
}

.btn svg,.button svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.btn rect,.button rect {
  fill: none;
  stroke-width: 0;
  stroke-dasharray: 422, 0;

  transition: all 0.35s linear;
}

.btn:hover rect,.button:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

#expo .button.style-1:hover, #expo .btn.style-1:hover,
#exclusiveURLs > .bigNoUrl .btn,#exclusiveURLs > .bigNoUrl .button,
.btn:not(.style-1):hover,.button:not(.style-1):hover,
.btn.style-1:hover,.button.style-1:hover {
  background-color: transparent;
}

#footer .logo {
  margin: 0;
}

body.contact #contact-content > .container-fluid > :first-child,
body.contact #contact-content > :first-child {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
}

body.contact #contact-content > :first-child,
body.contact #contact-content > .container-fluid > :first-child {
  padding: 0 200px;
}

body.contact #contact-content > .container-fluid {
  flex-direction: column;
}

body.contact #contact-content > .container-fluid > *,
body.contact #contact-content > * {
  max-width: 100%;
}

body.contact #contact-content > .container-fluid > :first-child::after,
body:not(.multicontact) #contact-content > :first-child::after {
  content: "";
  width: 100%;
  height: 75%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}

body.contact .group-0 {
  margin-bottom: 60px;
}

body.contact #contact-form {
  padding: 0;
  max-width: 100%;
}

body.contact .contactform {
  padding: 0 200px;
}

.form-group.actions {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.g-recaptcha {
  display: inline-block;
  margin-left: 0;
  margin-right: 20px;
}

body.contact form > * {
  padding: 0;
}

body.contact form > .col-md-12,
body.contact form > .col-md-8,
body.contact form > .col-md-4 {
  padding: 0 15px;
}

body:not(.home) #header-bottom {
  position: relative;
}

body.contact .contactform {
  order: 1;
  margin-top: 30px;
}

body.contact .map-holder {
  padding: 0;
}

#rest-maps {
  display: flex;
  flex-direction: column;
  padding: 0 200px;
}

#rest-maps > .multicontact {
  display: flex;
  margin-top: 30px;
}

#rest-maps .map-holder {
  height: 400px;
}

main#pdf,main#offers,main#view-article,
main#videos,main#articles-list {
  padding: 0 200px;
}

.article figcaption,.video-caption,
.pdf figcaption {
  padding: 10px;
}

.article h3,.video h3,.pdf h3,
.offer h5,.recent-article figcaption h3 {
  font-size: 25px;
  font-weight: bold;
}

#view-article h2 {
  font-size: 55px;
  font-weight: bold;
}

.article .description,.video .content,
#view-article-content p,.pdf .description,
.recent-article .description {
  font-size: 17px;
  color: #6c757d;
}

main .recent-article img,main .pdf img,
main .offer img,main .article img {
  height: 400px;
}

#article-image {
  height: 400px;
  width: 100%;
  max-width: 40%;
}

.offer .countdown {
  justify-content: center;
}

#spacer {
  padding-top: 50px;
}

body.contact #footer #page-title {
  order: 1;
}

body.contact #footer > .container-fluid > * {
  margin: 0;
}

body.contact #footer > .container-fluid > :not(#page-title) {
  margin-top: 20px;
}

#searchform-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#searchform-container > #search-form {
  display: flex;
  align-items: center;
  width: 60%;
}

#searchform-container .form-group {
  width: 100%;
}

#searchform-container .open-icon,
#searchform-container .close-icon {
  width: 70px;
}

#searchform-container .open-icon,
#searchform-container .close-icon,
#searchform-container .form-group,
#searchform-container #search-input {
  margin: 0;
  border: none;
  height: 35px;
}

#search-input,#search-input::placeholder {
  font-size: 12px;
  text-indent: 10px;
  color: #000;
}

#main-nav .navbar-nav > .dropdown > .dropdown-menu {
  padding: 10px;
}

#main-nav .navbar-nav .submenu > .dropdown-menu > .nav-item,
#main-nav .navbar-nav > .dropdown .nav-item,
#main-nav .navbar-nav .submenu {
  margin: 0;
}

#main-nav .navbar-nav .submenu > .dropdown-menu {
  background-color: transparent;
  margin: 10px 0;
}

.langsDropdown > .dropdown-item {
  background-color: transparent;
}

#main-slideshow .carousel-caption h3 {
  font-size: 36px;
}

#main-slideshow .carousel-caption p {
  font-size: 18px;
}

.small-wrapper .text {
  font-size: 20px;
}

#footer #fourty-logo {
  width: 80px;
}

.navbar-toggler:focus {
  border: 0;
  outline: 0;
}

#articles-pagination .paging {
  padding: 5px;
}

#articles-pagination .paging > span,
#articles-pagination .paging > a {
  color: #f4f4f4;
}

#articles-pagination .paging > .active {
  font-weight: bold;
}

#recent-articles,#exclusiveURLs > * {
  margin-top: 50px!important;
  margin-bottom: 0!important;
}


body.more .btn:not(.style-1),
body.more .button:not(.style-1) {
  background-color: var(--color-1);
  margin-top: 15px;
}

body.more .btn:not(.style-1),
body.more .button:not(.style-1) {
  color: var(--color-3);
}

body.more .btn:not(.style-1):hover,
body.more .button:not(.style-1):hover {
  color: var(--color-1);
  background-color: transparent;
}

.empty-wrapper > .wrapper-1,
#exclusiveURLs > .bigUrl > .url-head > .contents-wrapper > :not(.url-title),
#exclusiveURLs > .bigUrl > .figure-caption > .contents-wrapper > :not(.url-contents):not(.btn):not(.button),
#exclusiveURLs > .bigNoUrl > :not(.url-head):not(.figure-caption),
#exclusiveURLs > .bigNoUrl > .url-head > img,.col-sm-3.seconds,
#exclusiveURLs > .bigNoUrl > .figure-caption > .contents-wrapper > .url-contents,
.medium-wrapper > :first-child > .figure-caption > :not(:last-child) .btn,
.medium-wrapper > :first-child > .figure-caption > :not(:last-child) .button,
.medium-wrapper > :first-child > .figure-caption > .figure-caption h3,
footer .bigNoUrl > .url-head,#expo > :not(:first-child):not(#expo-controls),
.expoUrl > .figure-caption,.expoUrl > .url-head,#expo-heads > :not(.active),
#expo-captions > :not(.active),#expo-container > a,.medium-wrapper > :not(:first-child),
.small-wrapper > :first-child > .figure-caption > :not(:nth-child(2)) .url-title,
#header-top,#header-middle,[class*="carousel-control"] > [class*="carousel-control"],
.small-wrapper > :first-child > .figure-caption > .smallUrl .url-head,
.small-wrapper > :first-child > .figure-caption > .smallUrl .btn,
.small-wrapper > :first-child > .figure-caption > .smallUrl .button,
.carousel-indicators > li,.small-wrapper > :nth-child(n+2) {
  display: none!important;
}













/* //============ MEDIA QUERIES ========== */

@media screen and (min-width: 1921px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 8%;
  }

  #carousel-controls {
    top: 44%;
  }
}

@media screen and (max-width: 1440px) {

  main#pdf,main#offers,main#view-article,
  main#videos,main#articles-list,#gallery {
    padding: 0 150px;
  }

  #gallery .image.col-md-4 {
    margin: 5px 2.1px;
  }

  .map-holder.col-md-8 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-4.contact-details {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  #main-nav > #logo img {
    height: 150px;
  }

  #main-nav.compact-sticky a.nav-link {
    font-size: 12px;
  }

  #main-nav.compact-sticky .nav-item {
    margin-right: 10px;
  }

  body.home main {
    padding: 0 50px;
  }

  .small-wrapper > :first-child > .figure-caption {
    padding: 100px;
  }

  #expo-container {
    padding: 100px;
  }

  #expo-indicators {
    left: 3%;
  }

  #exclusiveURLs > .bigNoUrl h3 {
    font-size: 50px;
  }

  #main-nav.compact-sticky > .social-container,
  #main-nav.compact-sticky > #logo {
    max-width: 18.5%;
  }

  #main-nav.compact-sticky > #mainNavContent {
    max-width: 63%;
  }

  .bigNoUrl .url-contents {
    font-size: 14px;
  }

  #footer > .container-fluid {
    padding: 50px 100px;
  }

  #main-slideshow .carousel-caption h3 {
    font-size: 32px;
  }

  #main-slideshow .carousel-caption p {
    font-size: 16px;
  }

  .medium-wrapper .url-contents {
    font-size: 14px;
  }

}

@media screen and (max-width: 1280px) {

  #offers .offer.col-md-4 {
    max-width: 50%;
    flex: 0 0 100%;
  }

  .article .description,.video .content,
  #view-article-content p,.pdf .description,
  .recent-article .description {
    font-size: 15px;
  }

  .article h3,.video h3,.pdf h3,
  .offer h5,.recent-article figcaption h3 {
    font-size: 21px;
  }

  #gallery .image.col-md-4 {
    max-width: 24.5%
  }

  body.contact #contact-content > :first-child,
  #rest-maps,body.contact .contactform,
  body.contact #contact-content > .container-fluid > :first-child {
    padding: 0 100px;
  }

  #main-nav .nav-item {
    margin-right: 19px;
  }

  #main-nav.compact-sticky > .social-container,
  #main-nav.compact-sticky > #logo {
    max-width: 14.5%;
  }

  #main-nav.compact-sticky > #mainNavContent {
    max-width: 71%;
  }

  #footer > .container-fluid {
    padding: 50px;
  }

  #footer .bigNoUrl {
    padding: 0 150px;
  }

  #exclusiveURLs > .bigNoUrl h3 {
    font-size: 40px;
  }

}

@media screen and (max-width: 1024px) {

  main#pdf,main#offers,main#view-article,
  main#videos,main#articles-list {
    padding: 0 100px;
  }

  #searchform-container > #search-form {
    width: 80%;
  }

  #gallery {
    padding: 0 100px;
  }

  #gallery .image.col-md-4 {
    max-width: 32.7%;
  }

  .map-holder.col-md-8 {
    -ms-flex: 0 0 50;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-4.contact-details {
    -ms-flex: 0 0 50;
    flex: 0 0 50%;
    max-width: 50%;
  }

  #main-nav > #logo img {
    height: 120px;
  }

  #main-nav a.nav-link {
    font-size: 11px;
  }

  #main-nav.compact-sticky a.nav-link {
    font-size: 10px;
  }

  #main-nav .nav-item {
    margin-right: 10px;
  }

  #main-nav > .social-container,
  #main-nav > #logo {
    max-width: 14.5%;
  }

  #main-nav > #mainNavContent {
    max-width: 71%;
  }

  #main-slideshow .carousel-caption h3 {
    font-size: 20px;
  }

  #main-slideshow .carousel-caption p {
    font-size: 12px;
  }

  #main-nav.compact-sticky a.nav-link {
    padding: 5px;
  }

  #main-nav.compact-sticky .nav-item {
    margin-right: 10px;
  }

  .small-wrapper .text {
    font-size: 15px;
  }

  .smallUrl .url-contents > .capital {
    padding: 15px;
    font-size: 25px;
  }

  .medium-wrapper .url-title > h3,
  #expo-captions h3 {
    font-size: 30px;
  }

  #expo-captions .url-contents {
    font-size: 15px;
  }

  #exclusiveURLs > .bigUrl .url-contents {
    font-size: 21px;
    line-height: unset;
  }

  .article h3, .video h3, .pdf h3, .offer h5, .recent-article figcaption h3 {
    font-size: 18px;
  }

  .article .description, .video .content,
  #view-article-content p, .pdf .description, .recent-article .description {
    font-size: 13px;
  }

  #exclusiveURLs > .bigUrl h3,
  #footer h3 {
    font-size: 30px;
  }

  #footer .url-contents {
    font-size: 16px;
  }

  .bigNoUrl .captions::after {
    height: 64%;
  }

  .bigNoUrl .url-contents {
    font-size: 11px;
  }

  #exclusiveURLs > .bigNoUrl h3 {
    font-size: 25px;
  }

}

@media screen and (max-width: 768px) {

  #videos-condent .video,
  #pdf .pdf,#articles-list .article {
    max-width: 50%;
    flex: 0 0 100%;
  }

  main#pdf,main#offers,main#view-article,
  main#videos,main#articles-list,#gallery {
    padding: 0 30px;
  }

  #gallery .image.col-md-4 {
    max-width: 49.2%;
  }

  body.contact #contact-content > :first-child,
  #rest-maps,body.contact .contactform,
  body.contact #contact-content > .container-fluid > :first-child {
    padding: 0 50px;
  }

  .carousel-caption {
    width: 40%;
  }

  .carousel-caption > .container {
    padding: 0 20px;
  }

  #carousel-controls {
    top: 53%;
    width: 42%;
  }

  #main-nav .navbar-nav {
    align-items: center;
    margin-top: 80px;
  }

  #main-nav.compact-sticky > #mainNavContent {
    max-width: 100%;
  }

  #main-nav > #mainNavContent {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
    z-index: 9;
  }

  .navbar-toggler {
    z-index: 10;
  }

  #main-nav .navbar-nav > .dropdown {
    flex-direction: column;
  }

  #main-nav.compact-sticky .nav-item {
    margin-right: 0;
    margin-bottom: 10px;
  }

  #expo-container,
  .small-wrapper > :first-child > .figure-caption {
    padding: 50px;
  }

  #expo-indicators {
    width: 50px;
  }

  #exclusiveURLs > .bigNoUrl h3,
  #exclusiveURLs > .bigUrl h3,
  #footer h3 {
    font-size: 24px;
  }

  #exclusiveURLs > .bigUrl > .figure-caption {
    max-width: 40%;
  }

  .medium-wrapper > :first-child > .figure-caption {
    max-width: 58%;
  }

  .medium-wrapper > :first-child > .url-head {
    max-width: 40%;
    flex-direction: column;
  }

  .medium-wrapper .url-head > :not(:first-child) {
    margin-left: 0;
    margin-top: 168px;
  }

  #exclusiveURLs > .bigNoUrl .captions {
    padding: 10px 20px;
  }

  #recent-articles .recent-article {
    margin-left: 5px;
    margin-right: 5px;
  }

  #footer .bigNoUrl {
    padding: 0 50px;
  }

  #footer #page-title {
    font-size: 27px;
  }

  #searchform-container > #search-form {
    width: 90%;
  }

  .smallUrl .url-contents > .capital {
    margin-right: 9px;
  }

}

@media screen and (max-width:767px) {

  #offers .offer.col-md-4,
  #videos-condent .video,#offers .card,
  #pdf .pdf,#articles-list .article {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #gallery img {
    width: 100%;
    height: 100%;
  }

  #gallery .image.col-md-4 {
    max-width: 100%;
  }

  body.contact .map-holder,
  #rest-maps .map-holder {
    min-height: 300px;
    height: 300px;
    max-height: 300px;
  }

  body.contact .contact-details-card .contact-details {
    padding: 30px;
  }

  .col-md-4.contact-details,
  .map-holder.col-md-8 {
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
  }

  #rest-maps,body.contact .contactform,
  body.contact #contact-content > .container-fluid > :first-child {
    padding: 0 20px;
  }

  body.contact #contact-content > .container-fluid > :first-child,
  body.contact #contact-content > :first-child,
  #rest-maps > .multicontact,.form-group.actions {
    flex-direction: column;
  }

  .carousel-caption {
    display: none!important;
  }

  .navbar-collapse:not(.show) + .social-container {
    display: none!important;
  }

  #main-nav > .social-container {
    display: flex;
    justify-content: center;
    max-width: 100%;
    order: -1;
    z-index: 10;
    position: absolute;
    top: 10px;
    left: 0;
  }

  .small-wrapper > :first-child > .url-head > img {
    height: 250px;
    padding: 0;
  }

  .small-wrapper > :first-child {
    flex-direction: column;
  }

  .small-wrapper > :first-child > .figure-caption {
    padding: 25px;
  }

  #expo .expoUrl {
    flex-direction: column;
  }

  #expo .expoUrl img {
    height: 250px;
  }

  #expo-heads, #expo-captions {
    max-width: 100%;
    flex: auto;
  }

  .expoUrl .contents-wrapper {
    padding: 30px;
  }

  #expo-captions .url-contents {
    font-size: 12px;
  }

  #expo-indicators {
    width: 50px;
    left: 0;
  }

  #expo-controls {
    flex-direction: row;
    top: 0;
  }

  #expo-container a.prev,
  #expo-container a.next {
    bottom: auto;
    top: -63px;
    width: 35px;
    height: 35px;
  }

  #expo-container a.next {
    margin-right: 20px;
  }

  #expo-controls {
    width: 100%;
    justify-content: center;
  }

  #main-nav.compact-sticky > .social-container {
    max-width: 100%;
  }

  #exclusiveURLs > .bigUrl {
    flex-direction: column;
  }

  #exclusiveURLs > .bigUrl > .url-head > img {
    min-height: 250px;
  }

  #exclusiveURLs > .bigUrl > .figure-caption {
    max-width: 100%;
  }

  #exclusiveURLs > .bigUrl > .url-head {
    padding: 25px;
  }

  .medium-wrapper .mediumUrl {
    flex-direction: column;
  }

  .medium-wrapper > :first-child > .url-head {
    justify-content: flex-start;
  }

  .medium-wrapper > :first-child > .url-head,
  .medium-wrapper > :first-child > .figure-caption {
    flex: auto;
    max-width: 100%;
  }

  .medium-wrapper > :first-child > .figure-caption {
    margin-top: 20px;
  }

  #exclusiveURLs > .bigNoUrl .figure-caption {
    display: flex;
    flex-direction: column-reverse;
  }

  #exclusiveURLs > .bigNoUrl .figure-caption > .contents-wrapper,
  #exclusiveURLs > .bigNoUrl > .figure-caption > .photos {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #exclusiveURLs > .bigNoUrl .figure-caption > .contents-wrapper {
    padding: 10px;
  }

  .bigNoUrl .captions::after {
    display: none;
  }

  #exclusiveURLs > .bigNoUrl .links {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  #exclusiveURLs > .bigNoUrl .btn,
  #exclusiveURLs > .bigNoUrl .button {
    margin: 0;
  }

  #exclusiveURLs > .bigNoUrl .links > :not(:last-child) {
    margin-right: 0;
  }

  #footer .bigNoUrl {
    padding: 0;
  }

  #footer #home-map {
    height: 250px;
  }

  #footer .row {
    flex-direction: column-reverse;
  }

  #footer .right,
  #footer > .container-fluid {
    padding: 20px;
  }

  #searchform-container > #search-form {
    width: 100%;
  }

  main .recent-article img,main .pdf img,
  main .offer img, main .article img {
    height: 250px;
  }

  .medium-wrapper > :first-child > .figure-caption {
    padding: 20px;
  }

  body.more #contact-form {
    padding: 0;
  }

  body.more table #form-container .form-group.actions {
    flex-direction: column!important;
  }

  .medium-wrapper .url-head > :not(:first-child) {
    margin-top: 107px;
  }

}




@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

 @-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}