@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%;
}
#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;
  text-transform: uppercase;
  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;
}
#main-nav .langsDropdown.dropdown-menu .dropdown-item:hover {
  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>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: inline-block;
  width: 100%;
  height: 100%;
  padding: 7px 5px;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s ease;
}

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

/* 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;
}
.exclusive-url.bigUrl .url-head img { display: none; }
.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: #e6e6e6;
}
.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: 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 .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;
}

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

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

/* ========================== ATHLETE SPECIFIC ================================ */

body:not(.loaded) {
  position: absolute;
  left: -20000px;
}

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

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

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

.slide-data {
  display: flex;
}

.slide-data > * {
  max-width: 50%;
  flex: 0 0 100%;
  position: relative;
}

.slide-data > .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.slide-desc > img {
  height: 950px;
}

.slide-desc::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.slide-desc > p {
  position: absolute;
  bottom: 3%;
  z-index: 9;
  right: 0;
  width: 59%;
  padding: 30px;
  font-size: 29px;
}

.carousel-caption > .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  max-width: 65%;
}

.carousel-caption [id*="logo"] {
  padding: 0;
  margin: 0;
  position: absolute;
  order: -1;
  top: 6%;
}

.carousel-caption > .container > :first-child {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.carousel-item > .clone-img {
  position: absolute;
  top: 8%;
  bottom: auto;
  width: 500px;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.slide-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 3%;
  width: 100px;
  height: 200px;
  font-weight: bold;
  font-size: 50px;
}

#carousel-controls {
  background-color: transparent;
  position: absolute;
  bottom: 20px;
  height: 45px;
  width: 200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#carousel-controls > * {
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  opacity: 1;
  position: relative;
}

#carousel-controls [class*="icon"] {
  display: flex;
  align-items: center;
}

#carousel-controls [class*="icon"]::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 53px;
}

#carousel-controls [class*="prev"]::after {
  left: 29px;
}

#carousel-controls [class*="next"]::after {
  right: 29px;
}

.carousel-indicators {
  bottom: -13px;
}

.carousel-indicators > :not(.active) {
  opacity: .5;
}

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

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

#header-bottom {
  top: 0;
}

#header-bottom .row {
  justify-content: flex-end;
}

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

#header-bottom #logo {
  padding: 0;
  margin: 0;
}

body.home #main-nav:not(.compact-sticky) {
  width: 50%;
  justify-content: flex-start;
  padding: 0;
  position: absolute;
}

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

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

.small-wrapper {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 150px;
}

.small-wrapper > .smallUrl > img {
  position: absolute;
  left: 0;
  height: 100%;
  width: 47%;
  z-index: 9;
  padding: 100px 0;
}

.small-wrapper > :first-child {
  display: flex;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
}

.small-wrapper > :first-child > .url-head {
  max-width: 35%;
  flex: 0 0 35%;
}

.small-wrapper > :first-child > .figure-caption {
  margin: 0;
  max-width: 65%;
  flex: 0 0 65%;
}

.small-wrapper > :first-child > .figure-caption > .contents-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 100px 250px;
}

.small-wrapper > :first-child > .url-head > img {
  min-height: 700px;
  height: 100%;
}

.small-wrapper > :first-child::after {
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
}

.small-wrapper .small-inner > .smallUrl {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}

.small-wrapper .small-inner .figure-caption {
  margin: 0;
  padding: 0;
  padding: 5px 20px;
  height: 100%;
}

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

.small-wrapper .small-inner .url-contents {
  font-size: 15px;
}

.small-wrapper .small-inner .url-head {
  height: 100%;
  width: auto;
}

.small-wrapper .small-inner .url-head img {
  height: 100px;
  width: 120px;
  border-radius: 50%;
}

.small-wrapper > .smallUrl h3 {
  font-size: 33px;
  font-weight: bold;
  text-transform: uppercase;
}

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

.back-to-catalog,
.btn,
.button,
#offers .button, #offers .btn,
.article .btn,.article .button,
.pdf .button,.pdf .btn,
#recent-articles .button,
#recent-articles .btn,
#exclusiveURLs .btn,
#exclusiveURLs .button {
  z-index: 1;
  overflow: hidden;
  order: 1;
  margin-left: 0;
  margin-top: 25px;
  border-radius: 999px;
  padding: 11px 20px;
  font-size: 12px;

}

.btn::after,
.button::after,
.back-to-catalog::after,
#offers .button::after, #offers .btn::after,
.article .btn::after,.article .button::after,
.pdf .button::after,.pdf .btn::after,
#recent-articles .button::after,
#recent-articles .btn::after,
#exclusiveURLs .button::after,
#exclusiveURLs .btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  z-index: -2;
}

.btn::before,
.button::before,
.back-to-catalog::before,
#offers .button::before, #offers .btn::before,
.article .btn::before,.article .button::before,
.pdf .button::before,.pdf .btn::before,
#recent-articles .button::before,
#recent-articles .btn::before,
#exclusiveURLs .button::before,
#exclusiveURLs .btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}

.btn:hover::before,
.button:hover::before,
.back-to-catalog:hover::before,
#offers .button:hover::before, #offers .btn:hover::before,
.article .btn:hover::before,.article .button:hover::before,
.pdf .button:hover::before,.pdf .btn:hover::before,
#recent-articles .button:hover::before,
#recent-articles .btn:hover::before,
#exclusiveURLs .button:hover::before,
#exclusiveURLs .btn:hover::before {
  width: 100%;
}

.medium-wrapper > .mediumUrl img {
  height: 500px;
}

.medium-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  height: 100%;
}

.medium-wrapper > .mediumUrl {
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  padding: 0;
  margin: 0;
}

.medium-wrapper > .mediumUrl > * {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
}

.medium-wrapper > .mediumUrl > .figure-caption {
  flex-direction: row-reverse;
  align-items: flex-start;
  padding: 50px;
  margin: 0;
}

.medium-wrapper .figure-caption > * {
  max-width: 50%;
  flex: 0 0 100%;
  padding: 20px 60px;
}

.medium-wrapper .contents-wrapper {
  display: flex;
  flex-direction: column;
}

.medium-wrapper .btn,
.medium-wrapper .button {
  order: 1;
}

.medium-wrapper .contents-wrapper .url-title {
  order: -1;
}

.medium-title {
  display: flex;
  justify-content: center;
  text-align: center;
}

.medium-wrapper > :first-child > .figure-caption::after,
.medium-wrapper > :first-child > .url-head::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-repeat:no-repeat;
  background-position: bottom;
  transition: background-size .5s ease;
}

.medium-wrapper > :first-child > .figure-caption::after {
  background-size: 100% 40%;
  height: 110%;
  z-index: -1;
}

.medium-wrapper.scrolled > :first-child > .figure-caption::after {
  background-size: 100% 100%;
  transition: background-size .5s ease;
}

.medium-wrapper .exclusive-url > .figure-caption {
  transition: none;
}

.medium-wrapper h3 {
  z-index: 9;
}

.medium-wrapper .medium-title h3 {
  text-transform: uppercase;
  font-size: 50px;
  margin: 0;
  padding: 0;
}

.exclusive-url.mediumUrl .url-contents {
  font-size: 16px;
}

#exclusiveURLs .big-caption {
  max-width: 25%;
  flex: 0 0 25%;
}

#exclusiveURLs .big-caption .url-head,
#exclusiveURLs > .bigUrl .url-head {
  background-image: none!important;
}

#exclusiveURLs .big-caption::after {
  content: "";
  width: 100%;
  height: 114%;
  position: absolute;
  top: -7%;
  bottom: auto;
}

#exclusiveURLs .big-caption .figure-caption {
  position: absolute;
  top: 10%;
  z-index: 9;
  padding: 20px;
  text-align: center;
}

#exclusiveURLs .big-caption .figure-caption h3 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}

#exclusiveURLs .bigNoUrl {
  display: flex;
  margin: 0;
  padding: 50px;
}

#exclusiveURLs .bigNoUrl img {
  height: 700px;
  width: 100%;
}

#exclusiveURLs .bigNoUrl > .col-md {
  padding: 0;
  margin: 0;
}

#exclusiveURLs .bigNoUrl > .wrapper-0 {
  order: -1;
  padding: 100px;
  padding-right: 20px;
}

#exclusiveURLs .bigNoUrl > .wrapper-1 {
  padding: 100px;
  padding-left: 20px;
}

#exclusiveURLs .bigNoUrl .smallUrl,
#exclusiveURLs .bigNoUrl .smallUrl .url-contents {
  margin: 0;
  padding: 0;
}

#exclusiveURLs .bigNoUrl .smallUrl {
  margin-top: 60px;
}

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

#exclusiveURLs .bigNoUrl > .wrapper-1 .contents-wrapper {
  padding-right: 170px;
}

#exclusiveURLs .bigNoUrl > .wrapper-0 .contents-wrapper {
  padding-left: 170px;
}

#exclusiveURLs .bigNoUrl .smallUrl h3 {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}

#exclusiveURLs > .bigUrl {
  height: 100%;
  margin: 0;
  padding: 0;
}

#exclusiveURLs > .bigUrl .url-head {
  position: relative;
  padding: 50px 150px;
}

#exclusiveURLs > .bigUrl .url-head > img {
  display: block;
  height: 850px;
}

#exclusiveURLs > .bigUrl .figure-caption {
  margin: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

#exclusiveURLs > .bigUrl .contents-wrapper {
  padding: 80px 0;
}

#exclusiveURLs > .bigUrl .url-head::before {
  content: "";
  width: 35%;
  height: 31%;
  position: absolute;
  top: 50px;
  right: 100px;
  z-index: 9;
}

#exclusiveURLs > .bigUrl .url-head::after {
  content: "";
  width: 35%;
  height: 31%;
  position: absolute;
  bottom: 50px;
  left: 100px;
  z-index: 9;
}

#exclusiveURLs > .bigUrl .url-contents {
  margin: 20px auto;
}

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

#exclusiveURLs > #expo-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

#expo {
  width: 70vw;
  padding: 50px 0;
}

#expo .expoUrl {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex: 0 0 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

#expo .expoUrl .figure-caption,
#expo .expoUrl img {
  height: 500px;
  z-index: 9;
}

#expo .expoUrl img {
  padding: 20px;
  z-index: 99;
}

#expo .expoUrl .figure-caption {
  display: flex;
  align-items: center;
  padding: 100px;
}

#expo .expoUrl .url-title {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}

#expo .expoUrl h3 {
  font-size: 60px;
  font-weight: bold;
  z-index: 2;
}

#expo .expoUrl .url-title > span {
  text-transform: lowercase;
  font-size: 180px;
  position: absolute;
  top: -140px;
  left: -79px;
  z-index: 1;
  opacity: .07;
}

#expo .expoUrl .url-head::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 11%;
}

#expo .expoUrl .url-head::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 11%;
}

#expo-container a.next {
  right: 10%;
}

#expo-container a.prev {
  left: 10%;
}

#expo-container a.next,
#expo-container a.prev {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 0;
  z-index: 999;
}

#expo-container a.next svg,
#expo-container a.prev svg {
  font-size: 20px;
}

#expo-container a.next::after,
#expo-container a.prev::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 53px;
}

#expo-container a.prev::after {
  left: 14px;
}

#expo-container a.next::after {
  right: 14px;
}

#expo-container:not(.scrolled) .expoUrl.shown h3,
#expo-container:not(.scrolled) .url-title span {
  opacity: 0;
}

#expo-container.scrolled .expoUrl.shown h3 {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .15s both;
  animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .15s both;
}

#expo-container.scrolled .expoUrl.shown .url-title span {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s both;
  animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s both;
}


#footer .row {
  justify-content: space-between;
}

#footer .row > div {
  max-width: 25%;
  flex: 0 0 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

#footer .row > .right {
  max-width: 47%;
}

#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 150px;
}

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

#move-top {
  position: absolute;
  top: -15px;
  right: auto;
  left: auto;
  bottom: auto;
  opacity: 1;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  z-index: 999;
}

#footer .right {
  align-items: center;
}

#footer #page-title {
  order: -2;
  text-align: center;
}

#searchform-container {
  order: -1;
  border-style: solid;
  border-width: 2px;
  width: 40%;
}

#search-form {
  width: 70%;
}

#searchform-container .form-group,
#searchform-container input {
  margin: 0;
}

#search-input {
  border: none;
  height: 35px;
}

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

#searchform-container .open-icon > a,
#searchform-container .close-icon > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#searchform-container .open-icon,
#searchform-container .close-icon {
  width: 65px;
  height: 100%;
  border-left-width: 2px;
  border-left-style: solid;
  margin: 0;
}

.social-container > li {
  width: 38px;
  height: 38px;
}

.social-container > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border-width: 2px;
  border-style: solid;
}

.social-container > li > a[title="trip advisor"] {
  font-size: 16px;
}

#footer .contact-info-section,
#footer .right > * {
  margin: 0;
  padding: 0;
}

#footer .contact-info-container {
  display: flex;
  flex-direction: column;
  text-align: left;
}
#footer .right > *,
#footer .contact-info-container > :not(:last-child) {
  margin-bottom: 20px;
}

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

.left.big .bigNoUrl {
  margin: 0;
  padding: 0;
}


#recent-articles {
  margin: 35px;
  margin-bottom: 0;
  padding: 30px;
  background-color: #feffef;
  box-shadow: 0 10px 25px 5px rgba(0,0,0,0.05);
}

.article figcaption,
#videos .video,#videos .video-caption,.pdf figcaption,
#recent-articles > .recent-article > figcaption,
#recent-articles > .recent-article {
  padding: 10px;
  margin: 0;
}

.offer img,
#articles-list-content img,
.recent-article img {
  height: 400px;
}

#contact-content > .container-fluid {
  padding: 0;
}

#contact-content > .container-fluid > :first-child,
#contact-content > :first-child {
  margin: 0;
  justify-content: space-between;
}

#contact-content > .container-fluid > :first-child > div,
#contact-content > :first-child > div {
  max-width: 32%;
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
}

#contact-content > .container-fluid > :first-child > #contact-form,
#contact-content > :first-child > #contact-form {
  order: -1;
  padding: 20px;
  max-width: 36%;
}

#contact-content > .container-fluid > :first-child > .map-holder,
#contact-content > :first-child > .map-holder {
  order: 1;
}

#contact-content > .container-fluid > :first-child > .contact-details,
#contact-content > :first-child > .contact-details {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

#contact-content > .container-fluid > :first-child form,
#contact-content > :first-child form {
  flex-direction: column;
  align-items: center;
}

#contact-content > .container-fluid > :first-child form > div,
#contact-content > :first-child form > div {
  max-width: 100%;
  flex: 0 0 100%;
}

body.contact #contact {
  padding: 100px;
}

body.contact #footer > .container-fluid {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

body.contact .form-group.actions {
  flex-direction: row;
}

#contact input::placeholder,
#contact textarea::placeholder {
  font-size: 0;
}

#contact-content > .container-fluid > :not(:first-child) {
  margin: 0;
}

#contact-content > .container-fluid > :not(:first-child) .map-holder {
  flex: 0 0 100%;
  max-width: 68%;
}

#contact-content > .container-fluid > :not(:first-child) .contact-details {
  flex: 0 0 100%;
  max-width: 32%;
}

#contact-content > .container-fluid > .multicontact:not(:first-of-type):nth-of-type(odd) {
  flex-direction: row-reverse;
}

#spacer {
  padding-top: 80px;
}

#articles-list-content,#pdf-content,
#offers > #offers-content,#videos-condent {
  padding: 0 100px;
}

#offers > #offers-content,
#articles-list-content > .row,
#videos-condent .justify-content-center,
#pdf-content .justify-content-center {
  justify-content: flex-start!important;
}

body.view-article main {
  padding: 100px 250px;
}

.offer h5,
#articles-list-content .article h3,
.video-caption > h3,.pdf h3 {
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px auto;
}

#view-article h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px auto;
}

#view-article-content > p {
  font-size: 20px;
}

#expo .expoUrl,
#main-nav,#main-nav.compact-sticky {
  transition: all .5s cubic-bezier(0, 1, 0.5, 1);
}

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

#offers .buttons {
  width: 55%;
  margin: 0 auto;
  justify-content: space-between;
  flex: none;
}

#offers .button,#offers .btn {
  flex: none;
}

.offer .card-body {
  text-align: center;
}

#main-nav .dropdown-menu > li {
  margin: 0;
}

#main-nav .submenu > .dropdown-menu {
  width: 100%;
  margin: 0;
  padding: 5px 0;
  box-shadow: 0 15px 15px -4px rgb(0 0 0 / 50%);
}

#main-nav .navbar-nav > .dropdown > .dropdown-menu:not(.langsDropdown) {
  padding: 20px;
}

#main-nav .langsDropdown > .dropdown-item {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

#main-nav .langsDropdown {
  left: -51px;
}

#gallery .image img {
  height: 100%;
  min-width: 100%;
}

#gallery .image {
  height: 500px;
}

body.gallery #gallery {
  padding: 0 250px;
}

body:not(.home) #main-nav .navbar-nav > li.open > .dropdown-menu {
  top: 70%;
}

footer .social-container {
  padding: 0;
}

#offers .button, #offers .btn {
  margin: 0 auto;
}


#main-slideshow .btn,
#main-slideshow .button {
  z-index: unset;
  overflow: visible;
  letter-spacing: 2px;
  transition: none;
  border-radius: 999px;
  font-size: 14px;
  transition: all .5s cubic-bezier(0, 1, 0.5, 1);
}

#main-slideshow .btn:hover,
#main-slideshow .button:hover {
  transition: none;
}

#main-slideshow .btn::after,
#main-slideshow .button::after {
  content: "";
  position: absolute;
  width: 100px;
  left: -16px;
  height: 100px;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  top: -35px;
  z-index: -1;
  transition: all .5s cubic-bezier(0, 1, 0.5, 1);
}

body.contact #footer .contact-info-container {
  flex-direction: row;
}

body.contact #footer .contact-info-container > :not(:first-child) {
  margin-left: 10px;
}

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

#header-top,#header-middle,#contact .contactform,.offer .seconds,
footer .right > .logo,.left.big #home-map,.left.big .url-head,
.left.big .bigNoUrl > [class*="wrapper"],.left.big .big-caption::after,
.small-wrapper > .smallUrl:not(:first-of-type),#exclusiveURLs .big-caption .url-contents,
.bigNoUrl > .url-head,.bigNoUrl .smallUrl .url-head,
.bigNoUrl .smallUrl .btn,.bigNoUrl .smallUrl .button,.right > .contact-info,
.carousel-item > img:not(.clone-img),.carousel-item > .carousel-caption,
.small-inner .btn,.small-inner .button,.medium-wrapper > :not(:first-child),
.medium-wrapper > .contents-wrapper > .url-title,body > #move-top,
body.home .navbar:not(.compact-sticky) > #logo,header > #second-banner,
.slide-counter > :not(.active),.carousel-indicators {
  display: none!important;
}


@media screen and (min-width: 1921px) {
  .small-wrapper > .smallUrl > img {
    width: 44%;
  }
}

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

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

  .search-social > #searchform-container.closed {
    max-width: 15%;
  }

  .search-social > .social-container {
    max-width: 85%;
  }

  #main-nav > #logo {
    flex: 0 0 10%;
    max-width: 10%;
  }

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

  #main-nav.compact-sticky .navbar-nav > .nav-item > a.nav-link {
    padding: 15px 6px;
  }

  .bigNoUrl > .figure-caption {
    padding: 0 400px;
  }

  .bigNoUrl img {
    margin-bottom: 0;
  }

  .bigNoUrl .smallUrl {
    padding: 0 100px;
  }

  .bigUrl.odd .figure-caption {
    width: 70%;
  }

  #footer-cols {
    width: 85%;
  }

  .slide-caption h3 {
    font-size: 22px;
  }

  #captions {
    max-width: 37%;
  }

  body.articles-list > main,body.pdf > main,
  body.offers > main,body.videos > main,
  body.gallery > main {
    padding: 100px;
  }

  #contact section.contactform {
    padding: 0 15px;
  }

  #expo .expoUrl {
    padding: 0 100px;
  }


  #exclusiveURLs > .bigUrl.odd > .figure-caption {
    margin: 200px auto;
  }

  .bigUrl.odd .figure-caption {
    width: 100%;
  }

  #recent-articles {
    padding: 0 150px;
  }

  #search-form {
    width: 50%;
  }

  #pdf-content,#videos-condent,
  #offers-content,#articles-list-content {
    padding: 0;
  }

  #view-article {
    padding: 100px;
  }

  body.multicontact #contact-content {
    padding: 0 100px;
  }

  body.contact #contact-form > form {
    padding: 20px;
  }

  body.contact:not(.multicontact) .singlecontact .map-holder,
  body.contact:not(.multicontact) #contact section.contactform {
    padding: 0 200px;
  }

  .singlecontact + .contactform > #contact-form {
    padding: 0 17px;
  }

  .slide-data > .carousel-caption {
    max-width: 49.5%;
  }

  .slide-data > .slide-desc {
    max-width: 50.5%;
  }

  .carousel-item > .clone-img {
    width: 470px;
  }

  .slide-desc > p {
    font-size: 26px;
  }

  .small-wrapper {
    padding: 0 100px;
  }

  .small-wrapper > :first-child > .figure-caption > .contents-wrapper {
    padding: 100px 150px;
    margin-left: 60px;
  }

  #expo {
    width: 100%;
  }

  #expo-container a.next {
    right: 1%;
  }

  #expo-container a.prev {
    left: 1%;
  }

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

  #exclusiveURLs > .bigUrl .contents-wrapper {
    padding: 40px 0;
  }

  #exclusiveURLs > .bigUrl .url-head::before {
    height: 33%;
    right: 9px;
  }

  #exclusiveURLs > .bigUrl .url-head::after {
    height: 33%;
    left: 9px;
  }

  #exclusiveURLs .bigNoUrl > .wrapper-0 .contents-wrapper {
    padding-left: 100px;
  }

  #exclusiveURLs .bigNoUrl > .wrapper-1 .contents-wrapper {
    padding-right: 100px;
  }

  #exclusiveURLs .bigNoUrl > .wrapper-0,
  #exclusiveURLs .bigNoUrl > .wrapper-1 {
    padding: 50px;
  }

  #exclusiveURLs .big-caption {
    max-width: 30%;
    flex: 0 0 30%;
  }

  #footer {
    padding: 20px 50px;
  }

  #gallery .image {
    height: 300px;
  }

  body.gallery #gallery {
    padding: 0 150px;
  }

  #articles-list-content,
  #pdf-content, #offers > #offers-content,
  #videos-condent {
    padding: 0;
  }

  #offers .buttons {
    width: 100%;
  }

  body.singlecontact #contact-content,
  body.multicontact #contact-content {
    padding: 0;
  }

  body.contact #contact {
    padding: 100px 30px;
  }


}

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

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

  .slide-caption h3 {
    font-size: 20px;
  }

  .bigNoUrl > .figure-caption {
    padding: 0 300px;
  }

  .medium-caption > .contents-wrapper {
    padding: 0 80px;
  }

  #footer-cols {
    width: 90%;
  }

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

  #main-nav.compact-sticky .navbar-nav > .nav-item > a.nav-link {
    padding: 15px 1px;
  }

  #captions {
    max-width: 40%;
  }

  .bigUrl.odd h3 {
    font-size: 24px;
  }

  .bigUrl.odd .url-contents {
    font-size: 15px;
  }

  body.articles-list > main,body.pdf > main,
  body.offers > main,body.videos > main,
  body.gallery > main {
    padding: 50px;
  }

  body.view-article main {
    padding: 100px 150px;
  }

  #expo .expoUrl {
    padding: 0 100px;
  }

  #exclusiveURLs > .small-wrapper {
    padding: 100px;
  }

  #exclusiveURLs > .bigUrl.odd > .figure-caption {
    margin: 100px auto;
  }

  #recent-articles {
    padding: 0 100px;
  }

  .carousel-caption {
    top: 16%;
  }

  #expo .expoUrl .url-title > span {
    font-size: 130px;
    top: -86px;
    left: -96px;
  }

  #expo .exclusive-url > .figure-caption {
    max-width: 60%;
  }

  #expo .expoUrl .figure-caption {
    padding: 50px;
  }

  #exclusiveURLs .bigNoUrl > .wrapper-0 .contents-wrapper {
    padding-left: 50px;
  }

  #exclusiveURLs .bigNoUrl > .wrapper-1 .contents-wrapper {
    padding-right: 50px;
  }

  #exclusiveURLs .big-caption .figure-caption h3 {
    font-size: 41px;
  }

  #footer {
    padding: 20px;
  }

  #searchform-container {
    width: 53%;
  }

  #searchform-container .open-icon > a, #searchform-container .close-icon > a {
    margin-left: 22px;
  }

  #contact-form .form-group.actions {
    flex-direction: column;
    align-items: flex-start;
  }

  #contact-content > .container-fluid > :first-child > .contact-details,
  #contact-content > :first-child > .contact-details {
    align-items: flex-start;
  }

}
@media screen and (max-width: 1024px) {
  #main-nav .nav-item {
    margin-right: 15px;
  }

  body.home #contact-form .col-md-8.notes-container {
    padding-left: 0;
    padding-right: 0;
  }
  #main-slideshow .carousel-caption .btn,
  #main-slideshow .carousel-caption .button {
    margin-bottom: 20px;
  }
  body.home .form-group.actions {
    align-items: center;
  }
  body:not(.home) #contact-form {
    padding: 0 15px;
  }
  #footer .contact-info-section .icon {
    margin-right: 0;
  }

  body.home #footer #contact-form .btn,
  body.home #footer #contact-form .button {
    margin: 0;
    margin-top: 15px;
    margin-left: 4px;
  }

  #main-nav > #logo {
    flex: 0 0 15%;
    max-width: 15%;
  }

  #captions {
    max-width: 49%;
  }

  .small-wrapper {
    padding: 30px;
  }

  .small-wrapper:nth-of-type(odd)>:first-child .url-contents {
    font-size: 14px;
  }

  #expo-container a.next {
    right: 9%;
  }

  #expo-container a.prev {
    left: 9%;
  }

  .bigNoUrl > .figure-caption {
    padding: 0 200px;
  }

  .medium-caption > .contents-wrapper {
    padding: 0 60px;
  }

  .search-social {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }

  .search-social > #searchform-container.closed,
  .search-social > .social-container {
    max-width: 100%;
  }

  .search-social > #searchform-container {
    justify-content: flex-start;
  }

  .search-social > .social-container {
    max-width: 88%;
  }

  .search-social > #searchform-container.closed {
    max-width: 12%;
  }

  #searchform-container .open-icon > a,
  #searchform-container .close-icon > a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #footer-cols .right > * {
    margin: 0;
    padding: 0;
  }

  #footer-cols {
    width: 95%;
    padding: 20px 10px;
  }

  #footer-cols-inner {
    padding: 60px 20px;
  }

  #search-form input {
    text-indent: 10px;
  }

  #footer-cols .right > :not(:last-child) {
    margin-bottom: 10px;
  }

  body.articles-list > main,body.pdf > main,
  body.offers > main,body.videos > main,
  body.gallery > main {
    padding: 100px 50px;
  }

  .form-group.actions {
    flex-direction: column;
    align-items: flex-start;
  }

  body.contact #contact #contact-form button {
    margin-left: 4px;
    margin-top: 10px;
  }

  .g-recaptcha {
    margin-left: 0;
  }

  #rest-maps .contact-details {
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  body.view-article main {
    padding: 100px;
  }

  .carousel-caption {
    top: 0;
  }

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

  .carousel-indicators {
    bottom: -20px;
  }

  .expoUrl > .figure-caption {
    padding: 30px;
  }

  #expo-container a.next {
    right: 6%;
  }

  #expo-container a.prev {
    left: 6%;
  }

  #exclusiveURLs > .small-wrapper:nth-of-type(even) {
    padding: 100px 50px;
  }

  #search-form {
    width: 70%;
  }

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

  #article-image {
    max-width: 50%;
  }

  body.multicontact .multicontact > * {
    max-width: 50%;
    flex: 0 0 50%;
  }

  #contact section.contactform {
    padding: 0;
  }

  body.contact:not(.multicontact) .singlecontact .map-holder,
  body.contact:not(.multicontact) #contact section.contactform {
    padding: 0 100px;
  }

  body.home #main-nav:not(.compact-sticky) {
    width: 60%;
  }

  .carousel-item > .clone-img {
    width: 350px;
  }

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

  #expo .expoUrl h3 {
    font-size: 38px;
  }

  #expo .expoUrl .url-title > span {
    font-size: 80px;
    top: -72px;
    left: -108px;
  }

  #exclusiveURLs .bigNoUrl > .wrapper-0,
  #exclusiveURLs .bigNoUrl > .wrapper-1 {
    padding: 10px;
  }

  #exclusiveURLs .bigNoUrl .smallUrl {
    margin-top: 20px;
  }

  #exclusiveURLs .bigNoUrl .smallUrl h3 {
    font-size: 20px;
  }

  #exclusiveURLs .bigNoUrl img {
    height: 500px;
  }

  #recent-articles {
    padding: 0 30px;
  }

  #footer h1 {
    font-size: 25px;
  }

  #footer h3 {
    font-size: 20px;
  }

  .slide-desc > p {
    bottom: 10%;
    width: 100%;
    font-size: 21px;
    min-height: 249px;
  }

  .medium-wrapper .medium-title h3 {
    font-size: 37px;
  }

  #offers .buttons {
    width: 70%;
  }

  #contact-content > :first-child > .contact-details,
  #contact-content > :first-child >  #contact-form,
  #contact-content > .container-fluid > :first-child > .contact-details,
  #contact-content > .container-fluid > :first-child > #contact-form {
    max-width: 50%;
  }

  #contact-content > :first-child > .map-holder,
  #contact-content > .container-fluid > :first-child > .map-holder {
    order: -2;
    max-width: 100%;
    height: 400px;
  }

  #contact-content > .container-fluid > :not(:last-child) {
    margin-bottom: 30px;
  }


}

@media screen and (max-width: 768px) {
  #header-top {
    position: relative;
    width: 100%;
    height: auto;
  }
  #hero-title,
  #main-slideshow {
    margin-top: 0;
  }
  #main-slideshow .carousel-caption .btn,
  #main-slideshow .carousel-caption .button {
    margin-bottom: 0;
  }
  #searchform-container {
    width: 100%;
    margin: 0 auto;
  }

  #header-top .social-container { text-align: center;}
  #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;
  }
  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; }

  #main-nav.compact-sticky #logo {
    max-width: 50%;
    flex: 0 0 100%;
  }


  #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.smallUrl {
    flex: 0 0 100%;
  }

  .exclusive-url.mediumUrl>.figure-caption {
    font-size: 1.3em;
    padding: 10px;
  }

  #expo .expoUrl {
    flex: 0 0 100%;
  }

  body.home #footer h1,
  body.home #footer .logo,
  body.home #footer .social-container,
  body.home #footer .logo {
    text-align: center;
  }
  body.home #footer h1::after { margin: 0 auto; }
  body:not(.home) #footer .social-container {
    text-align: center;
  }
  #view-article {
    padding: 15px;
  }
  #view-article h2 {
    font-size: 2em;
  }
  #article-image {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .map-holder {
    height: 300px;
  }
  body.contact .map-holder {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #main-slideshow #clones {
    display: none;
  }

  #main-slideshow .carousel-inner {
    width: 100%;
  }

  #main-slideshow #slide-sidebar {
    height: 100%;
  }

  #captions {
    bottom: 0;
  }

  .controls-wrapper {
    top: 10px;
    right: 3px;
  }

  body.home #logo > img {
    position: relative;
  }

  #main-nav .navbar-toggler {
    outline: none;
    padding: 10px;
    height: 40px;
    z-index: 9;
  }

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

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

  .navbar-nav > :not(:last-child)::after {
    display: none;
  }


  .bigNoUrl > .figure-caption {
    padding: 0 100px;
  }

  .bigUrl.odd {
    height: 600px;
  }

  .recent-article figcaption {
    padding: 0 15px;
  }

  #footer-cols-inner {
    flex-wrap: wrap;
  }

  #footer-cols .right {
    max-width: 100%;
    order: -1;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  #footer.desc #footer-cols-inner > .figure-caption,
  #footer.desc #footer-cols-inner > .left {
    max-width: 48.5%;
  }

  #footer:not(.desc) #footer-cols-inner > .left {
    max-width: 100%;
  }

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

  #main-slideshow .carousel-caption p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .carousel-caption {
    top: 16%;
  }

  #header-top .row > .col-md-8,
  #header-top .row > .social-container {
    max-width: 100%;
    flex: 0 0 100%;
  }


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

  .navbar-nav .dropdown-menu {
    position: absolute;
  }

  #header-bottom {
    z-index: 9999;
  }

  #main-nav.compact-sticky {
    padding: 15px;
  }

  #expo .expoUrl {
    padding: 0 20px;
  }

  #expo-container a.next {
    right: 1%;
  }

  #expo-container a.prev {
    left: 1%;
  }

  #expo-container a.prev,
  #expo-container a.next {
    padding: 7px 14px;
  }

  #exclusiveURLs > .bigUrl:not(.odd) .contents-wrapper {
    flex-direction: column-reverse;
    max-width: 80%;
  }

  .bigUrl:not(.odd) .big-text {
    text-align: center;
    max-width: 100%;
    flex: 0 0 100%;
  }

  #exclusiveURLs > .bigUrl:not(.odd) .figure-caption {
    margin: 40px 0;
  }

  #exclusiveURLs > .small-wrapper:nth-of-type(even) img {
    height: 400px;
  }

  #exclusiveURLs > .small-wrapper:nth-of-type(even) h3 {
    font-size: 30px;
  }

  #exclusiveURLs > .small-wrapper:nth-of-type(even) .url-contents {
    font-size: 20px;
  }

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

  #recent-articles {
    padding: 0 20px;
  }

  .recent-article figcaption {
    padding: 15px;
  }

  #search-form {
    width: 80%;
  }

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


  #contact section.contactform {
    padding: 0 15px;
  }

  .singlecontact + .contactform > * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  body.contact:not(.multicontact) .singlecontact .map-holder,
  body.contact:not(.multicontact) #contact section.contactform,
  body.contact:not(.multicontact) #contact-content .singlecontact {
    padding: 0;
  }

  body.contact:not(.multicontact) #contact section.contactform {
    flex-direction: column-reverse;
  }

  body.contact:not(.multicontact) #contact-content > .contactform > .contact-details {
    margin-bottom: 30px;
  }

  .carousel-item > .clone-img {
    width: 250px;
    height: 450px;
  }

  .carousel-caption > .container {
    justify-content: flex-start;
    top: 6%;
  }

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

  .carousel-caption > .container > :first-child {
    margin: 50px 0;
  }

  .carousel-caption [id*="logo"] {
    position: relative;
    top: 0;
  }

  body.home #main-nav:not(.compact-sticky) {
    width: 100%;
    justify-content: flex-end;
  }

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

  #main-nav .nav-item {
    margin: 0;
  }

  #main-nav .navbar-nav > li.open > .dropdown-menu {
    position: relative;
  }

  body.home #main-nav .navbar-nav > .nav-item > a {
    text-align: center;
  }

  #main-nav .navbar-nav > .dropdown > .dropdown-menu:not(.langsDropdown) {
    padding: 0;
  }

  #expo .expoUrl .url-title > span {
    left: -69px;
  }

  #exclusiveURLs > .bigUrl .url-head::before {
    height: 35%;
  }

  #exclusiveURLs > .bigUrl .url-head::after {
    height: 27%;
  }

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

  #exclusiveURLs .bigNoUrl {
    padding: 50px 20px;
  }

  #exclusiveURLs .bigNoUrl > .wrapper-0 .contents-wrapper {
    padding-left: 20px;
  }

  #exclusiveURLs .bigNoUrl > .wrapper-1 .contents-wrapper {
    padding-right: 20px;
  }

  #exclusiveURLs .big-caption {
    max-width: 35%;
    flex: 0 0 100%;
  }

  #exclusiveURLs .big-caption .figure-caption h3 {
    font-size: 33px;
  }

  #exclusiveURLs .bigNoUrl img,
  #exclusiveURLs .big-caption .url-head {
    height: 100%;
  }

  .small-wrapper > :first-child > .figure-caption {
    max-width: 63%;
    flex: 0 0 100%;
  }

  #footer .row > div {
    max-width: 50%;
  }

  body.home #footer .social-container {
    text-align: left;
  }

  #footer .right .social {
    margin: 0;
  }

  #footer .right .social-container > li {
    margin-bottom: 5px;
  }

  #searchform-container .open-icon > a, #searchform-container .close-icon > a {
    margin-left: 0;
  }

  #mainNavContent.show {
    height: 100vh;
  }

  #main-nav .navbar-toggler {
    border-width: 1px;
    border-style: solid;
  }

  body.home #main-nav:not(.compact-sticky) .navbar-toggler {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  body:not(.home) #footer .row > .contact-info {
    order: 2;
    max-width: 49%;
  }

  body:not(.home) #footer .row > .left {
    order: 1;
    max-width: 49%;
  }

  body:not(.home) #footer .row > .right {
    max-width: 100%;
    margin-bottom: 40px;
  }

  footer .logo {
    margin-top: 30px;
  }

  body.gallery #gallery {
    padding: 0 50px;
  }

  body:not(.home) #searchform-container {
    width: 50%;
  }

  #offers .buttons {
    width: 100%;
  }

  body.multicontact #contact-content > .container-fluid > :not(:first-child) > .contact-details {
    padding: 40px;
  }

  #contact-content > .container-fluid > :first-child > .contact-details,
  #contact-content > .container-fluid > :first-child > #contact-form {
    max-width: 50%;
  }

  body.contact #contact {
    padding: 30px;
  }

}
@media screen and (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  #footer h1 { text-align: center; }
  #footer #page-title::after {
    margin: 0 auto;
  }
  #footer .col-md-6.left { padding: 0;}
  #footer .row.logo {
    justify-content: center;
  }
  #offers .col-md-4.offer,
  #articles-list .col-md-4.article {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .small-wrapper > :not(:first-child) {
    max-width: 100%;
  }


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

  #expo .exclusive-url > .figure-caption,
  #expo .exclusive-url > .url-head {
    max-width: 100%;
  }

  #expo .exclusive-url > .url-head img {
    height: 300px;
    width: 100%;
  }

  #expo-container a.next,
  #expo-container a.prev {
    top: 50%;
  }

  #expo-container a.next {
    right: 2%;
  }

  .bigNoUrl {
    padding: 20px;
  }

  .bigNoUrl > .figure-caption,
  .bigNoUrl > .figure-caption .url-contents {
    padding: 0;
  }

  .bigNoUrl .smallUrl .url-contents,
  .bigNoUrl .no-url-content-wrapper > .url-head,
  .bigNoUrl .smallUrl {
    width: 100%;
  }

  .bigNoUrl .smallUrl {
    position: relative;
    padding: 0;
    flex: auto;
  }

  .bigNoUrl .no-url-content-wrapper > .url-head {
    max-width: 100%;
    height: 100%;
  }

  .bigNoUrl .no-url-content-wrapper {
    position: relative;
    flex-direction: column;
    min-height: unset;
    max-height: none;
  }

  .bigNoUrl .no-url-content-wrapper img {
    min-height: 300px;
    max-height: 300px;
  }

  .bigNoUrl .no-url-content-wrapper > * {
    flex: auto;
  }

  .bigUrl.odd .url-contents,
  .bigNoUrl .no-url-content-wrapper .contents-wrapper {
    padding: 10px;
  }

  .bigNoUrl .smallUrl h3 {
    font-size: 25px;
    padding: 0;
  }

  .bigUrl.odd {
    height: 100%;
    margin: 0 20px;
    flex-direction: column;
  }

  .bigUrl.odd .figure-caption {
    width: 100%;
  }

  .bigUrl.odd .url-contents {
    font-size: 14px;
    padding: 10px;
  }

  .bigUrl.odd .url-head {
    position: relative;
    height: 250px;
    background-attachment: unset;
  }

  .bigUrl.odd h3 {
    font-size: 24px;
    padding: 20px;
  }

  .medium-wrapper:nth-of-type(even),
  .medium-wrapper {
    padding: 20px;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }

  .medium-images > *,
  .medium-wrapper > * {
    max-width: 100%;
    flex: auto;
  }

  .right-column > :last-child,
  .medium-images > .right-column {
    margin-top: 10px;
  }

  .right-column > :first-child,
  .right-column > :last-child {
    padding: 0;
  }

  .medium-caption > .contents-wrapper {
    padding: 0 10px;
    margin-top: 10px;
  }

  .small-wrapper > :not(:first-child) .contents-wrapper {
    padding: 10px;
  }

  #footer-cols-inner>.figure-caption,
  #footer-cols-inner>.left,
  .recent-article {
    max-width: 100%;
  }

  #footer-cols-inner > * {
    margin-bottom: 40px;
  }

  .recent-article {
    margin-bottom: 50px;
  }

  #footer-cols {
    top: 0;
  }

  #footer-cols-inner>.figure-caption {
    order: -2;
  }

  #footer.desc .bigUrl {
    height: 1200px;
  }

  #footer:not(.desc) .bigUrl {
    height: 860px;
  }

  #footer.desc #home-map {
    height: 400px;
  }

  body.articles-list > main,body.pdf > main,
  body.offers > main,body.videos > main,
  body.gallery > main {
    padding: 30px 10px;
  }

  body.offers .countdown .col-sm-3 {
    max-width: 25%;
  }

  .video.col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #spacer {
    padding: 50px 10px;
  }

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

  #contact section.contactform {
    flex-direction: column;
    padding: 100px 20px;
  }

  #contact section.contactform > .contact-details,
  #contact section.contactform > #contact-form {
    max-width: 100%;
  }

  #contact section.contactform > #contact-form {
    margin-bottom: 20px;
  }

  #main-slideshow .carousel-caption p,
  #main-nav > #mainNavContent.collapse:not(.show) {
    display: none;
  }

  #main-nav .navbar-toggler {
    display: block;
  }

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

  .navbar-nav .dropdown-menu {
    position: static;
  }

  #main-slideshow .carousel-caption {
    width: 100%;
    right: 0;
    left: 0;
  }

  #main-slideshow .carousel-caption .btn,
  #main-slideshow .carousel-caption .button {
    margin-top: 20px;
  }

  .expoUrl .url-contents {
    font-size: 17px;
    line-height: 27px;
  }

  #expo .expoUrl h3 {
    font-size: 29px;
  }

  .expoUrl .btn,.expoUrl .button {
    padding: 8px 4px;
    font-size: 13px;
  }

  .medium-wrapper:nth-of-type(even), .medium-wrapper {
    flex-direction: column;
  }

  #exclusiveURLs > .medium-wrapper::after {
    height: 30px;
    bottom: -33px;
  }

  #exclusiveURLs > .medium-wrapper::before {
    height: 30px;
    bottom: -9px;
  }

  .medium-captions {
    margin-bottom: 20px;
  }

  .medium-captions .url-contents {
    width: 90%;
  }

  #exclusiveURLs > .small-wrapper:nth-of-type(even) {
    flex-direction: column;
  }

  #exclusiveURLs > .small-wrapper:nth-of-type(even) .smallUrl {
    max-width: 100%;
    flex: auto;
  }

  #exclusiveURLs > .small-wrapper:nth-of-type(even) > .smallUrl .figure-caption {
    display: flex;
    align-items: center;
    margin: 0;
    height: 100%;
  }

  .bigUrl.odd .url-head {
    position: absolute;
    height: 100%;
  }

  #exclusiveURLs > .bigUrl.odd .url-contents {
    width: 100%;
  }

  #exclusiveURLs > .bigUrl.odd h3 {
    padding-left: 0;
  }

  #recent-articles > .recent-article {
    flex-direction: column;
    margin-bottom: 20px;
  }

  #recent-articles > .recent-article > * {
    max-width: 100%;
    flex: auto;
  }

  #recent-articles > .recent-article:first-of-type {
    margin-right: 0;
  }

  .recent-article img {
    height: 250px;
  }

  #searchform-container {
    padding: 20px;
  }

  #footer {
    margin-top: 0;
  }

  footer .social-container > li {
    margin-top: 10px;
  }

  #footer h1 {
    margin-top: 20px;
  }

  footer::after {
    height: 43px;
  }

  #exclusiveURLs > .small-wrapper:nth-of-type(even) > :not(:last-child) {
    margin-bottom: 20px;
  }

  body:not(.spacer) header::after {
    height: 50px;
    bottom: -31px;
  }

  #offers .offer .card {
    flex-direction: column;
  }

  #offers .offer .card > .card-body,
  #offers .offer .card > img {
    max-width: 100%;
  }

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


  body.contact:not(.multicontact) .singlecontact #contact-form,
  body.contact:not(.multicontact) .singlecontact .map-holder,
  body.contact:not(.multicontact) #contact section.contactform {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }

  body.contact:not(.multicontact) #contact #contact-content {
    padding: 0 10px;
  }

  .carousel-item > .clone-img,
  .small-wrapper > .smallUrl > img,
  .slide-data > .slide-desc > p,
  .slide-data .container > :first-child {
    display: none;
  }

  .slide-data .container > div {
    margin-top: 80px;
  }

  .carousel-caption > .container {
    max-width: 100%;
  }

  .slide-desc > img {
    height: 500px;
  }

  .slide-counter {
    bottom: 1%;
    width: 50px;
    height: 70px;
    font-size: 36px;
  }

  #main-slideshow .btn::after,
  #main-slideshow .button::after {
    width: 70px;
    height: 70px;
    top: -20px;
  }

  #carousel-controls [class*="icon"]::after {
    width: 33px;
  }

  #carousel-controls {
    width: 150px;
  }

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

  .small-wrapper > :first-child > .url-head > img {
    max-height: 400px;
    min-height: 400px;
  }

  #exclusiveURLs > .small-wrapper {
    padding: 10px;
  }

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

  .small-wrapper > :first-child > .figure-caption {
    z-index: 9;
  }

  .small-wrapper > :first-child > .figure-caption > .contents-wrapper {
    padding-left: 30px;
  }

  #expo-container a.next::after,
  #expo-container a.prev::after {
    width: 34px;
  }

  #expo .exclusive-url > .figure-caption {
    padding-top: 100px;
  }

  #exclusiveURLs > .bigUrl .url-head::before {
    height: 22%;
  }

  #exclusiveURLs > .bigUrl .url-head::after {
    height: 13%;
  }

  .medium-wrapper .figure-caption > * {
    z-index: 9;
  }

  .medium-wrapper > .mediumUrl > .figure-caption {
    flex-direction: column-reverse;
  }

  .exclusive-url.mediumUrl .url-title > h3 {
    font-size: 26px;
  }

  .medium-wrapper .figure-caption > * {
    max-width: 100%;
  }

  #exclusiveURLs .bigNoUrl {
    flex-direction: column;
  }

  #exclusiveURLs .bigNoUrl > .col-md,
  #exclusiveURLs .big-caption {
    max-width: 100%;
    flex: auto;
  }

  #exclusiveURLs .bigNoUrl img,
  #exclusiveURLs .big-caption .url-head {
    height: 300px;
  }

  #recent-articles {
    margin: 5px;
  }

  #footer .row > div,
  body:not(.home) #footer .row > .left,
  body:not(.home) #footer .row > .contact-info,
  #footer .row > .right {
    max-width: 100%;
  }

  body.home #footer .social-container {
    text-align: center;
  }

  #search-form {
    width: 70%;
  }

  #footer .logo,
  #footer .row > :not(:first-child) {
    margin-top: 30px;
  }

  .small-wrapper > .smallUrl h3 {
    font-size: 22px;
  }

  .medium-wrapper > .mediumUrl img {
    height: 300px;
  }

  body:not(.home) #searchform-container {
    width: 100%;
  }

  #contact-content > .container-fluid > :first-child > .contact-details,
  #contact-content > .container-fluid > :first-child > #contact-form {
    max-width: 100%;
  }

  body.contact #contact {
    padding: 20px;
  }

  #contact-content > :first-child > .contact-details,
  #contact-content > :first-child > #contact-form,
  #contact-content > .container-fluid > :not(:first-child) .contact-details,
  #contact-content > .container-fluid > :not(:first-child) .map-holder {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .g-recaptcha {
    margin-left: -33px;
  }

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

  .small-wrapper .small-inner .url-head img {
    height: auto;
    width: 90px;
  }

  .small-wrapper .smallUrl > * {
    max-width: 50%;
  }

  .carousel-caption [id*="logo"] {
    max-height: 75px;
  }

  .carousel-caption [id*="logo"] > img {
    height: 100%;
  }

  #expo .expoUrl .url-title > span {
    top: -56px;
    font-size: 64px;
  }

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

  .slide-data > .slide-desc {
    max-width: 100%;
  }

  #footer .contact-info-container,
  footer .bigNoUrl .contents-wrapper {
    text-align: center;
  }

  body.contact #footer .contact-info-container {
    flex-direction: column;
  }

  #main-nav.compact-sticky {
    position: relative;
  }

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

  body.more table #form-container .form-group.actions .btn,
  body.more table #form-container .form-group.actions .button {
    margin: 0;
    margin-top: 20px;
  }

  body.more table #form-container .g-recaptcha {
    margin: 0;
  }

  .small-wrapper > :first-child::after {
    display: none;
  }

}

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

  #footer.desc .bigUrl {
    height: 1280px;
  }

  #footer:not(.desc) .bigUrl {
    height: 883px;
  }

}


@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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


 @-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /* opacity: .07; */
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /* opacity: .07; */
  }
}