@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');
@font-face {
  font-family: "hw";
  src: url(handwritten.woff2);
}
/* Extras */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Josefin Sans', 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: 100px; }
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;
}
.modal-backdrop.show {
  opacity: .8;
}

body.offers .modal-content {
  background-color: var(--color-1)!important;
  padding: 5px;
}
body.offers .modal-content .modal-header,
body.offers .modal-content .modal-body {
  background-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;
  padding-left: 0;
}
.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: 9999;
}
#header-bottom {
  position: fixed;
  top: 58px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
}
#header-top > .container > .row {
  height: 58px;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  font-size: 0.8em;
}

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

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

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

@media screen and (max-width: 1440px) {
  #gallery {
    padding: 0 150px;
  }

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

@media screen and (max-width: 1280px) {
  #gallery .image.col-md-4 {
    max-width: 24.5%
  }
}

@media screen and (max-width: 1024px) {
  #gallery {
    padding: 0 100px;
  }

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

@media screen and (max-width: 768px) {
  #gallery {
    padding: 0 30px;
  }

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

@media screen and (max-width:767px) {
  #gallery img {
    width: 100%;
    height: 100%;
  }

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

.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: .95;
  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;
  z-index: 1;
}
#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;
  }
}

#demo-premium {
  display:flex;
  justify-content:center;
  padding:0 350px;
  margin: 50px 0;
  color:#707070;
  }

  #demo-premium>*{
  max-width:49%;
  flex:0 0 100%;
  }

  #demo-prem-img img {
  width:90%;
  height: 600px;
  }

  #demo-prem-text h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 40px;
  }

  #demo-prem-text h2::after {
    content: "";
    width: 50px;
    height: 4px;
    position: relative;
    display: block;
    margin-top: 10px;
    background-color:#707070;
  }

  #demo-premium > p {
    display: none;
    height: 0;
  }

  @media screen and (max-width:1440px) {
    #demo-premium {display:none;}
  }


.form-control,
.form-control:focus {
  color: #000;
  background-color: transparent;
  font-weight: 400;
  text-indent: 10px;
  font-size: 15px;
}

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

#footer .logo {
  padding: 10px;
}

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

main#view-article {
  margin-bottom: 100px;
}

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

.col-sm-3.seconds {
  display: none;
}

body.offers .card-img-top {
  width: 100%;
  border-radius: 0;
  height: 350px;
}

body.offers .countdown {
  display: flex;
  justify-content: center;
}

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

body.offers .card-body {
  background-color: #fafafa;
}

body.offers .btn-group {
  background-color: #f7f7f7;
}

.pdf > figcaption,
.article > figcaption,
.video-caption {
  margin-top: 20px;
}

.pdf h3,.article h3,
.video-caption h3 {
  font-size: 20px;
}

.pdf .description,
.article .description,
.video-caption .content {
  font-size: 15px;
}

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

#view-article-content {
  margin-top: 30px;
}

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


/* ========================== ESTATE SPECIFIC ================================ */

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

.btn,.button {
  font-size: 14px;
}

#main-slideshow .carousel-item.active {
  display: flex;
}

.carousel-item > img {
  max-width: 100%;
  flex: 0 0 100%;
  height: 935px;
}

.carousel-item > .carousel-caption {
  top: 13%;
  left: 7%;
  width: 40%;
  padding: 40px;
  opacity: 0;
}

.carousel-item.active > .carousel-caption {
  opacity: 1;
  transition: opacity .2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.2s;
}

.carousel-item .overlay {
  width: 100%;
  opacity: 0;
  height: 100%;
  background-blend-mode: multiply;
  position: absolute;
  background-position: center;
}

.carousel-item.active .overlay {
  -webkit-animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) .1s both;
  animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) .1s both;
}

.carousel-item > .carousel-caption > .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.carousel-item > .carousel-caption h3,
.carousel-item > .carousel-caption p {
  text-align: left;
}

.carousel-caption h3 .part-1 {
  font-size: 40px;
}

.carousel-caption h3 .part-2 {
  font-size: 100px;
}

#main-slideshow .carousel-caption h3 {
  margin-bottom: 15px;
}

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

#main-slideshow .carousel-item h3::after {
  content: "";
  height: 20px;
  width: 70%;
  display: block;
}

#main-slideshow::after,
#main-slideshow::before {
  content: "";
  position: absolute;
  top: 0;
  opacity: .2;
  height: 100%;
  width: 5.6%;
  z-index: 1;
}

#main-slideshow::after {
  right: 0;
}

#main-slideshow::before {
  left: 0;
}

.carousel-indicators li {
  width: 40px;
  height: 7px;
}

.carousel-control-next,.carousel-control-prev {
  opacity: 1;
  width: auto;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  opacity: 1;
}

.carousel-control-next {right: 2%;}
.carousel-control-prev {left: 2%;}

#sliders-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

#header-middle {
  display: flex;
  justify-content: center;
}

#header-middle #logo {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 999;
}

#header-top {
  padding: 0 15px;
}

#header-top .row {
  align-items: center;
  justify-content: space-between;
}

#header-top .row > .col-md-8 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding: 0;
}

#header-top .social-container {
  margin: 0;
}

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

#htop-right,#htop-right .social-container {
  padding: 0;
}

#htop-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#searchform-container {
  display: flex;
  align-items: center;
}

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

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

#searchform-container.closed #search-form {
  width: 0;
}
#searchform-container:not(.closed) #search-form {
  position: absolute;
  width: 41%;
  left: auto;
  right: 85px;
  margin: 0 auto;
  transition: all .1s ease .25s;
}

#search-input {
  border: none;
  border-radius: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

#search-input::placeholder {
  font-size: 0;
}

#header-bottom {
  top: 0;
}

#header-bottom .row {
  justify-content: space-between;
  flex-direction: row-reverse;
}

#header-bottom .row::after {
  content: "";
  display: block;
  position: relative;
  background-color: #000;
  opacity: 0;
  width: 50%;
  height: 100vh;
  transition: opacity .4s ease-in-out .1s;
}

#main-nav.compact-sticky,
#header-bottom #main-nav {
  position: relative;
  width: 50%;
  padding: 0;
  height: 100vh;
  z-index: 9;
}

#header-bottom #mainNavContent {
  width: 100%;
  justify-content: center;
  padding: 50px 100px;
}

#header-bottom .navbar-nav {
  width: 100%;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}

#header-bottom.closed {
  visibility: hidden;
}

#header-bottom.open .row::after {
  opacity: .5;
  transition: opacity .4s ease-in-out .1s;
}

#header-bottom.open #main-nav {
  -webkit-animation: slide-in-left .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .35s both;
  animation: slide-in-left .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .35s both;
}

.nav-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

#header-bottom.open .nav-close {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
  animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}

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

#main-nav a.nav-link {
  font-size: 18px;
  font-weight: 300;
}

.pending .navbar-nav > .nav-item {
  overflow: hidden;
}

.done .navbar-nav > .nav-item {
  overflow: visible;
}

.navbar-nav > .nav-item > .nav-link {
  line-height: 1.2;
  letter-spacing: 3px;
  transition: ease-in-out .3s;
}

.closed .navbar-nav > .nav-item > .nav-link {
  transform: translateY(50px);
}

.open .navbar-nav > .nav-item > .nav-link {
  transform: translateY(0);
}

.open .navbar-nav > :nth-child(1) > .nav-link {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.open .navbar-nav > :nth-child(2) > .nav-link {
  -webkit-transition-delay: .82s;
  transition-delay: .82s;
}

.open .navbar-nav > :nth-child(3) > .nav-link {
  -webkit-transition-delay: .84s;
  transition-delay: .84s;
}

.open .navbar-nav > :nth-child(4) > .nav-link {
  -webkit-transition-delay: .86s;
  transition-delay: .86s;
}

.open .navbar-nav > :nth-child(5) > .nav-link {
  -webkit-transition-delay: .88s;
  transition-delay: .88s;
}

.open .navbar-nav > :nth-child(6) > .nav-link {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.open .navbar-nav > :nth-child(7) > .nav-link {
  -webkit-transition-delay: .92s;
  transition-delay: .92s;
}

.open .navbar-nav > :nth-child(8) > .nav-link {
  -webkit-transition-delay: .94s;
  transition-delay: .94s;
}

.open .navbar-nav > :nth-child(9) > .nav-link {
  -webkit-transition-delay: .94s;
  transition-delay: .94s;
}

.open .navbar-nav > :nth-child(10) > .nav-link {
  -webkit-transition-delay: .96s;
  transition-delay: .96s;
}

.open .navbar-nav > :nth-child(11) > .nav-link {
  -webkit-transition-delay: .98s;
  transition-delay: .98s;
}


.navbar-nav > .nav-item::before {
  content: "";
  width: 100%;
  height: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease-in-out .3s all;
  transition: ease-in-out .3s all;
}

.navbar-nav > .nav-item:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

#main-nav .navbar-nav > .dropdown:not(.langs) > .dropdown-menu {
  left: -150px;
  min-width: 320px;
}

#main-nav .submenu > .dropdown-menu {
  width: 100%;
  margin: 10px 0;
}

#main-nav .submenu > .dropdown-menu > .nav-item {
  margin-left: 20px;
}

.navbar-toggler {
  display: flex;
  align-items: center;
}

.navbar-toggler .name {
  font-size: 15px;
  margin-left: 10px;
}

#header-top.open .navbar-toggler {
	-webkit-animation: slide-top .6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top .6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#header-top.closed .navbar-toggler {
  -webkit-animation: slide-bottom .6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-bottom .6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


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

button:focus {
  outline: none;
}

#header-top .contact-info-container {
  display: flex;
  align-items: center;
}

#htop-right > :not(:first-child),
#header-top .contact-info-container > :not(:first-child) {
  margin-left: 10px;
}

#header-top .contact-info-section {
  display: inline-flex;
  align-items: center;
}

#header-top #logo-2 {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

#header-top #logo-2 img {
  height: 60px;
}

#header-top .col-md-8 {
  order: -1;
}

#header-top #htop-right {
  order: 1;
}

#header-top,
#header-top > .container > .row {
  height: auto;
}

#header-top:not(.compact-sticky) {
  transition: all .07s ease;
}

#header-top.compact-sticky {
  transition: all .1s ease;
}

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

body:not(.home) #header-top.compact-sticky {
  position: fixed;
}

.small-wrapper {
  position: relative;
  display: flex;
  padding: 10px;
}

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

.small-wrapper:nth-of-type(even),
.small-wrapper > :first-child {
  flex-direction: row-reverse;
}

.small-wrapper > :first-child > * {
  max-width: 50%;
  flex: 0 0 100%;
}

.small-wrapper > [class*="smallUrl"] .url-contents {
  font-size: 22px;
  margin: 25px 0;
}

.small-wrapper > [class*="smallUrl"] > .figure-caption {
  margin: 0;
  padding: 70px;
}

.small-wrapper:nth-of-type(even) > :not(:first-child) .contents-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.small-wrapper:nth-of-type(even) .btn,
.small-wrapper:nth-of-type(even) .button {
  margin-right: 0;
}

.small-wrapper > [class*="smallUrl"] h3 {
  font-size: 45px;
  margin: 0;
  font-family: 'hw', cursive;
}

.small-wrapper:not(.st1) > :not(:first-child) .url-contents {
  width: 50%;
}

.small-wrapper .url-head {
  padding: 0 10px;
  height: auto;
}

.small-wrapper .url-head img {
  height: 100%;
}

.small-wrapper:not(.single) .url-head img {
  max-height: 50%;
}

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

.small-wrapper.st1 {
  display: flex;
  justify-content: space-between;
}

.small-wrapper.st1 > * {
  display: flex;
  max-width: 49%;
  padding: 0;
  margin: 0;
}

.small-wrapper.st1 .url-head {
  padding: 0;
}

.small-wrapper.st1 .figure-caption {
  margin: 0;
}

.small-wrapper.st1 .url-head img {
  height: 100%;
}

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

.small-wrapper.st1 > :not(:first-child) {
  flex-direction: row-reverse;
}

#expo-container {
  padding: 10px;
}

#expo > .expoUrl {
  display: flex;
  padding: 0;
  margin: 0;
  max-width: 100%;
  flex: 0 0 100%;
}

#expo > .expoUrl > * {
  max-width: 50%;
  flex: 0 0 50%;
}

#expo .url-head {
  padding: 0;
}

#expo .url-head img {
  height: 100%;
  max-height: 560px;
}

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

#expo .url-contents {
  margin: 15px 0;
  font-size: 19px;
  width: 57%;
}

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

#expo-container a.next,
#expo-container a.prev {
  display: flex;
  align-items: center;
  position: relative;
  opacity: 1;
  padding: 0;
  right: auto;
  left: auto;
  top: 0;
  transform: translateY(0);
  height: 40px;
}

#expo-container a.prev {
  align-self: flex-end;
}

#expo-container a.next {
  transform: rotate(180deg);
}

#expo-controls {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  height: 120px;
  width: 120px;
  padding: 5px;
  border-width: 2px;
  border-style: solid;
  bottom: 10%;
  position: absolute;
  right: 47%;
}

#expo-controls::after {
  content: "";
  height: 2px;
  width: 100px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
}

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

#expo img[data-state="active"] {
  -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

#expo .contents-wrapper[data-state="active"] {
	-webkit-animation: fade-in-bck 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bck 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.medium-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 250px;
}

.medium-wrapper > .mediumUrl {
  margin: 0;
  padding: 0;
}

.medium-wrapper > .mediumUrl > .url-head > img {
  height: 400px;
}

.medium-wrapper > .mediumUrl > .figure-caption,
.medium-wrapper > .mediumUrl > .url-head {
  height: auto;
  padding: 0;
  margin: 0;
}

.medium-wrapper > .mediumUrl > .figure-caption {
  padding: 40px;
  min-height: 400px;
}

.medium-wrapper > :nth-child(2) > :first-child,
.medium-wrapper > :not(:nth-child(2)) > :not(:first-child) {
  margin-top: 30px;
}

.medium-wrapper > .mediumUrl > :not(:first-child) {
  min-height: 400px;
}

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

.medium-wrapper > :nth-child(2) {
  display: flex;
  flex-direction: column-reverse;
}

.medium-wrapper > :nth-child(2) .url-title h3 {
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: lighter;
  font-size: 60px;
}

.exclusive-url[class*="bigUrl"] {
  margin: 10px;
  padding: 0;
}

.exclusive-url[class*="bigUrl"] > .url-head {
  position: relative;
  background-image: none!important;
  height: auto;
}

.exclusive-url[class*="bigUrl"] .url-contents {
  font-size: 24px;
}

.exclusive-url.bigUrl {
  display: flex;
  flex-direction: row-reverse;
}

.exclusive-url[class*="bigUrl"] > .figure-caption {
  padding: 150px;
  margin: 0;
}

.exclusive-url.bigUrl img {
  height: 100%;
}

.exclusive-url.bigUrl .contents-wrapper {
  max-width: 100%;
  text-align: left;
}

.exclusive-url[class*="bigUrl"] .url-title > h3 {
  font-family: 'hw';
  font-weight: lighter;
  font-size: 50px;
}

.exclusive-url.bigUrl1 .contents-wrapper {
  max-width: 100%;
  padding: 0 150px;
  text-align: center;
}

.exclusive-url.bigUrl1 .url-contents {
  margin: 30px 0;
}

.contactform {
  flex-direction: column-reverse;
  align-items: flex-start;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 100px;
}

#contact-form form {
  border-top-width: 6px;
  border-top-style: solid;
  margin: 0;
}

body.contact .contactform,
body.contact #contact-form form {
  border-top-width: 3px;
}

body.contact .contactform {
  border-top-style: solid;
}

#contact-form form > * {
  margin: 0;
  padding: 0;
}

#contact-form form > .col-md-4,
#contact-form form > .notes-container {
  margin-top: 20px;
}

#contact-form .form-control {
  margin: 0;
  padding: 0;
}

#contact-form .form-control::placeholder {
  font-weight: lighter;
  opacity: .8;
}

textarea.form-control {
  height: 152px;
  resize: none;
}

.form-control::placeholder {
  text-indent: 10px;
  font-size: 13px;
}

#contact-form input {
  min-height: 40px;
}

#contact-form input,#contact-form textarea {
  border: none;
  border-radius: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#contact-form textarea {
  border-right: none;
}

.form-group.actions,
.basic-contact-fields > .form-control {
  margin-bottom: 0;
}

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

.form-group.actions .btn,
.form-group.actions .button {
  padding: 20px;
  margin: 0;
}

#footer #page-title {
  margin: 10px 0;
  padding: 0;
  font-size: 22px;
}

#contact-form textarea.form-control {
  padding: 10px;
}

#footer {
  padding: 0;
  background-color: transparent;
}

#footer .social-container,
#footer .left {
  padding-right: 0;
}

#footer .right {
  flex-direction: row;
  justify-content: space-between;
  padding: 80px 100px;
}

#footer .contact-info,
.g-recaptcha {
  margin: 0;
}

#footer .right {
  display: flex;
  flex-direction: column;
  border-top-width: 1px;
  border-top-style: solid;
}

#footer .contact-info {
  display: flex;
  border-top-width: 1px;
  border-top-style: solid;
}

#footer .contact-info > .contact-info-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-right-width: 1px;
  border-right-style: solid;
}

#footer .contact-info > .contact-info-container,
#footer .contact-info > .social {
  margin-top: 10px;
  padding: 15px;
  max-width: 50%;
  flex:  0 0 100%;
}

#footer .contact-info-section {
  margin-left: 0;
}

#home-map {
  height: 100%;
}

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

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

.recent-article figcaption h3 {
  font-size: 18px;
}

.recent-article .description {
  font-size: 15px;
}

body:not(.home) #contact-form {
  padding: 0;
}

main#contact {
  padding: 0 250px;
}

#contact #contact-form .button {
  margin: 0;
}

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

body.contact .group-1 {
  margin-top:40px;
}

body.contact #page-title {
  margin: 10px 0;
  padding: 0;
  font-size: 22px;
}

body.contact .map-holder {
  padding: 0;
  margin-right: 15px;
  max-width: 65.5%;
}

.closed #main-nav .navbar-nav > .nav-item > .nav-link {
  opacity: 0;
}


.hint {
  position: absolute!important;
  top: 3%!important;
  left: 1%!important;
  padding: 10px!important;
  background-color: rgba(0, 0, 0, .6)!important;
  color: #fff!important;
  font-size: 20px!important;
  font-family: sans-serif!important;
  min-height: auto!important;
  min-width: auto!important;
}

#hints {
  font-size: 21px!important;
  color: #fff!important;
  background-color: #000!important;
  font-family: sans-serif!important;
  margin-top: 30px!important;
  cursor: pointer!important;
  padding: 5px;
}

#hints.enabled {
  background-color: green!important;
}

body:not(.hints-on) .hint,
body.contact #footer > .container-fluid,#header-top.compact-sticky + #header-middle,
body.home #header-top:not(.compact-sticky) #logo-toggler,
#footer .right > .social,body:not(.home) #header-middle,
.medium-wrapper > :nth-child(2) > .figure-caption > .contents-wrapper > :not(.url-title),
.medium-wrapper > :nth-child(3) .figure-caption,.bigUrl1 > .url-head,
.medium-wrapper > :nth-child(4),.medium-wrapper > :first-child .url-title,
#expo [data-state="hidden"],#expo-container > .next,#contact-form label,
#expo-container > .prev,#expo > :not(:first-child),
.small-wrapper:not(.st1) > :first-child .btn,
.small-wrapper:not(.st1) > :first-child .button,
.small-wrapper:not(.st1) > :not(:first-child) > .url-head,
#exclusiveURLs > .smallUrl,#exclusiveURLs > .mediumUrl,
#main-slideshow > [class*="carousel-control"],
body.home #header-top:not(.compact-sticky) #logo-2,
#header-top .row > .social-container,
#header-top .row > #searchform-container,
#header-bottom #logo,#header-bottom:not([class]) {
  display: none!important;
}



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

  .hint {display: none;}

  body.contact .map-holder {
    max-width: 65%;
  }

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

  .medium-wrapper {
    padding: 40px 100px;
  }

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

}

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

  #expo .url-head img {
    max-height: 590px;
  }

  .exclusive-url.bigUrl1 .contents-wrapper {
    padding: 0 50px;
  }

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

  #footer .right {
    padding: 80px 50px;
  }

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

}

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

  main#contact {
    padding: 0 100px;
  }

  body.contact .map-holder {
    max-width: 60%;
  }

  body.contact .contact-details-card .contact-details {
    max-width: 38%;
    flex: 0 0 38%;
  }

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

  .carousel-caption h3 .part-1 {
    font-size: 29px;
  }

  .carousel-caption h3 .part-2 {
    font-size: 60px;
  }

  .carousel-item > .carousel-caption {
    width: 61%;
  }

  .small-wrapper > [class*="smallUrl"] > .figure-caption {
    padding: 70px 20px;
  }

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

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

  .small-wrapper:not(.st1) > :not(:first-child) .url-contents {
    width: 80%;
  }

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

  #expo .url-contents {
    width: 80%;
  }

  #expo .url-head img {
    height: 500px;
    max-height: 500px;
  }

  .exclusive-url[class*="bigUrl"] > .figure-caption {
    padding: 100px 50px;
    margin: 0;
  }

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

  #footer .left {
    max-width: 40%;
  }

  #footer .right {
    max-width: 60%;
    flex: 0 0 60%;
  }

}

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

  main#contact {
    padding: 0 50px;
  }

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

  body.contact .contact-details-card .contact-details {
    max-width: 50%;
    flex: 0 0 100%;
  }

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

  #mainNavContent.collapse:not(.show) {
    display: block;
  }

  #header-bottom #mainNavContent {
    padding: 50px;
  }

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

  #header-top .contact-info-container {
    align-items: flex-start;
    flex-direction: column;
  }

  #header-top .contact-info-container > :not(:first-child) {
    margin-left: 0;
  }

  #header-middle #logo img {
    height: 80px;
  }

  .small-wrapper > [class*="smallUrl"] h3 {
    font-size: 35px;
  }

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

  .small-wrapper > [class*="smallUrl"] .url-contents {
    font-size: 18px;
  }

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

  .exclusive-url[class*="bigUrl"] .url-title > h3 {
    font-size: 39px;
  }

  .exclusive-url[class*="bigUrl"] .url-contents {
    font-size: 20px;
  }

  .medium-wrapper {
    padding: 40px;
  }

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

  .medium-wrapper > :nth-child(2) .url-title h3 {
    font-size: 49px;
  }

  .medium-wrapper > .mediumUrl {
    max-width: 33%;
  }

  #footer  > .container-fluid > .row {
    flex-direction: column;
  }

  #footer .left,#footer .right {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #home-map {
    height: 300px;
  }

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

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

  .carousel-caption h3 .part-1 {
    font-size: 25px;
  }

  .carousel-caption h3 .part-2 {
    font-size: 50px;
  }

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

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

}

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

  body.contact .map-holder {
    height: 300px;
  }

  main#contact {
    padding: 0 10px;
  }

  body.contact .map-holder,
  body.contact .contact-details-card .contact-details {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0;
  }

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

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

  .carousel-item > img {
    height: 600px;
  }

  .carousel-item .overlay {
    background-position: center;
  }

  .small-wrapper {
    flex-direction: column;
  }

  .small-wrapper .url-head {
    padding: 0;
  }

  .small-wrapper:nth-of-type(even) > :not(:first-child) .contents-wrapper {
    align-items: flex-start;
    text-align: left;
  }

  .small-wrapper:nth-of-type(even) .btn,
  .small-wrapper:nth-of-type(even) .button {
    margin-left: 0;
  }

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

  #expo > .expoUrl > * {
    max-width: 100%;
    flex: auto;
  }

  #expo .url-head img {
    height: 200px;
  }

  #expo .url-contents {
    width: 100%;
  }

  .small-wrapper:not(.single) > :first-child > * {
    flex: auto;
  }

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

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

  #expo-controls {
    height: 50px;
    width: 140px;
    top: 21%;
    right: 3%;
  }

  #expo-container a.next {
    transform: rotate(180deg) scale(.8);
  }

  #expo-container a.prev {
    transform: translateY(0) scale(.8);
  }

  #expo-controls::after {
    top: 42%;
    right: 15%;
  }

  .exclusive-url.bigUrl {
    flex-direction: column;
  }

  .exclusive-url[class*="bigUrl"] > .figure-caption {
    padding: 50px;
  }

  .medium-wrapper {
    padding: 10px;
    flex-direction: column;
  }

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

  .medium-wrapper > :not(:first-child) {
    margin-left: 0;
  }

  .medium-wrapper > :nth-child(2) > :first-child,
  .medium-wrapper > :not(:nth-child(2)) > :not(:first-child) {
    margin-top: 10px;
  }

  .medium-wrapper > :nth-child(2) .url-title h3 {
    font-size: 60px;
  }

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

  .small-wrapper.st1 > * {
    max-width: 100%;
  }

  .exclusive-url.bigUrl1 .contents-wrapper {
    padding: 0;
  }

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

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

  #contact #contact-form .button,
  body.home .form-group.actions > button,
  .form-group.actions > button {
    margin-top: 10px;
  }

  #footer .right {
    padding: 30px 10px;
  }

  #footer .contact-info > .social {
    max-width: 30%;
  }

  #footer .contact-info > .contact-info-container {
    max-width: 70%;
  }

  #htop-right {
    margin-top: 20px;
  }

  #header-top .row > .navbar-toggler,
  #header-top .row > #logo-2,
  #header-top:not(.compact-sticky) #htop-right > .navbar-toggler {
    display: none;
  }

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

  #header-top .contact-info-container {
    flex-direction: row;
    flex-wrap: wrap;
  }

  #header-top #searchform-container {
    max-width: 12%;
    flex: 0 0 12%;
    justify-content: flex-end;
  }

  #header-top .social-container {
    max-width: 88%;
    flex: 0 0 88%;
    text-align: left;
  }

  #header-top .contact-info-section,
  #header-top .contact-info-container > :not(:first-child) {
    margin-top: 10px;
    margin-left: 10px;
  }

  #searchform-container:not(.closed) #search-form {
    width: 70%;
  }

  #header-middle {
    justify-content: space-between;
    padding: 10px;
  }

  #header-middle #logo {
    position: relative;
  }

  #header-middle #logo img {
    height: 60px;
  }

  #main-nav.compact-sticky,
  #header-bottom #main-nav {
    width: 100%;
  }

  #header-top:not(.compact-sticky) {
    position: relative;
  }

  #logo-toggler {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 100%;
    flex: 0 0 100%;
    order: 2;
    margin-top: 20px;
  }

  #header-top #logo-toggler #logo-2 {
    justify-content: flex-start;
  }

  .medium-wrapper > .mediumUrl {
    max-width: 100%;
  }

  #header-top.compact-sticky .row > .col-md-8,
  #header-top.compact-sticky .row > #htop-right {
    display: none;
  }

  .small-wrapper.st1 > .smallUrl1 {
    flex-direction: column;
  }

  .small-wrapper.st1 > .smallUrl1 > * {
    max-width: 100%;
    flex: auto;
  }

  #footer .contact-info-section .icon {
    margin-right: 4px;
  }

}



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

@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}


 @-webkit-keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
            transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
            transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

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


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