@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;400&display=swap');

/* Extras */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Roboto Slab', 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 {
  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;
}
.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;
}
button:focus {
  outline: none;
}
/* 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;
  font-family: initial;
  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 {
  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;
  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;
}
/* ============================================================================= */

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


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

/* 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: 99999 !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;
  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: 15px;
  width: 14px;
  display: block;
  margin-right: 5px;
  background-repeat: no-repeat;
}

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

.offer .card-text,
.offer .countdown,
.pdf .description,
.article .description,
.video-caption .content {
  font-size: 15px;
  opacity: .6;
  color: #000;
}

.offer .card-title,
.pdf h3,.article h3,
.video-caption h3 {
  font-size: 20px;
  color: var(--color-1);
}

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

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

#view-article h2 {
  font-size: 55px;
  font-weight: bold;
  color: var(--color-1);
}

.paging > .active {
  color: var(--color-1);
}

.paging > a {
  color: #000;
  opacity: .8;
}


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

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

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  width: auto;
  transform: scale(2.5);
}

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

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

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

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



.carousel-control-prev-icon,
.carousel-control-next-icon,
body:not(.hints-on) .hint {
  display: none;
}

@media screen and (max-width:1440px) {
  main#view-article,body.articles-list main,
  body.videos main,body.pdf main, body.offers main {
  padding: 0 150px;
  }
}

@media screen and (max-width:1024px) {
  main#view-article,body.articles-list main,
  body.videos main,body.pdf main, body.offers main {
  padding: 0 100px;
  }
}

@media screen and (max-width:768px) {
  main#view-article,body.articles-list main,
  body.videos main,body.pdf main, body.offers main {
  padding: 0 50px;
  }

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

@media screen and (max-width:767px) {
  main#view-article,body.articles-list main,
  body.videos main,body.pdf main, body.offers main {
  padding: 0 10px;
  }

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

  #view-article h2 {
    font-size: 35px;
  }

}

@media screen and (max-width:320px) {
  #g-recaptcha {margin-left: -20px;}
}

/* ========================== CARGO SPECIFIC ================================ */

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

body:not(.home).contact main {
  margin-bottom: 0;
}

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

#hero-title {
  margin-top: 58px;
}

.btn,.button {
  font-weight: bold;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 8px 9px 18px 0px;
  padding: 13px 25px;
}

.btn:hover,.button:hover {
  color: #fff;
}

body.home #main-nav:not(.compact-sticky) {
  margin-top: 10px;
}

#header-top.search {
  z-index: 999999;
}

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

header .social-container>li>a,
header .contact-info-section svg,
header .contact-info-section span,
header .contact-info-section a {
  color: #000;
}

#header-bottom #logo {
  max-width: 25%;
  flex: 0 0 100%;
}

#header-bottom #mainNavContent {
  max-width: 75%;
  flex: 0 0 75%;
  justify-content: flex-end;
}

#main-nav {
  align-items: center;
  padding: 15px;
}

#main-nav.compact-sticky {
  -webkit-animation: slide-in-top .4s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
  animation: slide-in-top .4s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
}

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

#main-slideshow {
  margin-top: 58px;
}

#main-slideshow .carousel-caption {
  right: auto;
  top: 38%;
  bottom: auto;
  width: 37%;
  left: 13%;
  text-align: left;
}

#main-slideshow img {
  height: 100vh;
  -webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
          animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
}

#main-slideshow .carousel-caption h3 {
  font-size: 60px;
  margin-bottom: 10px;
  -webkit-animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
          animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
}

#main-slideshow .carousel-caption p {
  font-size: 20px;
	-webkit-animation: slide-in-bottom .7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.2s both;
	        animation: slide-in-bottom .7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.2s both;
}

#main-slideshow .btn,
#main-slideshow .button {
  -webkit-animation: fade-in .7s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.6s both;
          animation: fade-in .7s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.6s both;
}

#main-slideshow .carousel-caption > h3 {
  position: absolute;
  top: -16%;
  font-size: 200px;
  left: -4%;
  color: transparent;
  z-index: -1;
  line-height: 177px;
  -webkit-animation: fade-in .7s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.3s both;
  animation: fade-in .7s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.3s both;
}

.carousel-indicators {
  transform: rotate(90deg);
  left: 6%;
  right: auto;
  bottom: auto;
  top: 50%;
  margin: 0;
  padding: 3px 1px;
}

.navbar-nav > .nav-item::before {
  content: "";
  width: 20px;
  position: relative;
  left: -7%;
  height: 3px;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

.nav-item:hover > .nav-link {
  transition: all 0.25s cubic-bezier(0.390, 0.575, 0.565, 1.000) .35s;
}

.nav-item.active::before,
.nav-item.open::before,
.nav-item:hover::before {
  background-size: 100% 100%;
}

#searchform-container {
  text-align: center;
}

#searchform-container:not(.closed) #search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  right: 0;
  margin: 0 auto;
  -webkit-animation: fade-in .25s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in .25s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

#searchform-container.closed #search-form {
  -webkit-animation: fade-in .25s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in .25s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

#search-form > .form-group {
  width: 60%;
  margin: 0;
}

#search-input {
  border: 4px solid #fff;
  background-color: #fff;
}

#searchform-container .open-icon {
  font-size: 20px;
  width: auto;
  height: auto;
  margin: 0 20px;
}

#searchform-container .close-icon {
  position: absolute;
  display: flex;
  right: 20%;
  top: 40%;
  margin: 0;
}

#searchform-container .close-icon > a {
  padding: 0;
  font-size: 40px;
  color: #fff;
}

#searchform-container .open-icon > a,
#searchform-container .close-icon > a {
  padding: 0;
  overflow: visible;
}

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

/* ==================== SMALL URL ============================== */

.small-wrapper.st {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 50px;
  width: 100%;
}

.small-wrapper.st .smallUrl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 32%;
  flex: 0 0 100%;
  margin: 0;
  padding: 0;
}

.small-wrapper.st .url-head {
  max-width: 30%;
  flex: 0 0 100%;
}

#exclusiveURLs .small-wrapper.st .figure-caption {
  max-width: 65%;
  flex: 0 0 100%;
  margin: 0;
}

#exclusiveURLs .small-wrapper.st h3 {
  font-size: 27px;
  font-weight: bold;
}

#exclusiveURLs .small-wrapper.st p {
  font-size: 20px;
  font-weight: bold;
}

.small-wrapper.st .btn,
.small-wrapper.st .button {
  padding: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 16px;
}

/* ==================== MEDIUM URL ============================== */

.medium-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.medium-wrapper .mediumUrl {
  display: flex;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  filter: grayscale(50%);
  transition: all .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

.medium-wrapper .hover,
.medium-wrapper .mediumUrl:hover {
  flex-grow: 1.22;
  filter: grayscale(0);
  transition: all .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

#exclusiveURLs .medium-wrapper .figure-caption {
  position: absolute;
  top: 0;
  padding: 0 20px;
}

#exclusiveURLs .medium-wrapper .url-contents {
  opacity: 0;
  width: 90%;
  margin: 0 auto;
}

.medium-wrapper .hover .url-contents,
#exclusiveURLs .medium-wrapper .mediumUrl:hover .url-contents {
  -webkit-animation: slide-in-bottom .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
  animation: slide-in-bottom .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
}

#exclusiveURLs .medium-wrapper img {
  height: 650px;
}

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

#exclusiveURLs .medium-wrapper h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0;
}

#exclusiveURLs .medium-wrapper .btn,
#exclusiveURLs .medium-wrapper .button {
  margin-top: 20px;
}

/* ==================== SMALL URL 1 ============================== */

.small-wrapper.st1 {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}

.small-wrapper.st1 > .inner-wrapper {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.small-wrapper.st1 .smallUrl1 {
  margin: 0;
  padding: 0;
}

#exclusiveURLs .small-wrapper.st1 > :first-child .figure-caption {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
}

#exclusiveURLs .small-wrapper.st1 > :first-child h3 {
  font-size: 40px;
}

#exclusiveURLs .small-wrapper.st1 > .inner-wrapper > .smallUrl1 .figure-caption {
 position: absolute;
 top: 0;
 height: 100%;
}

#exclusiveURLs .small-wrapper.st1 .figure-caption {
  z-index: 3;
}

.small-wrapper.st1 > .inner-wrapper > .smallUrl1 .contents-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  opacity: 0;
  padding: 0 12px;
}

.small-wrapper.st1 > .inner-wrapper > .smallUrl1:hover .contents-wrapper {
  -webkit-animation: slide-in-bottom .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .1s both;
  animation: slide-in-bottom .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .1s both;
}

#exclusiveURLs .small-wrapper.st1 img {
  height: 550px;
}

.small-wrapper.st1 > :first-child {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 20px;
}

.small-wrapper.st1 > .inner-wrapper > .smallUrl1 {
  max-width: 24%;
  flex: 0 0 100%;
}

.small-wrapper.st1 > :first-child .url-title {
  pointer-events: none;
}

.small-wrapper.st1 > :first-child .url-contents {
  padding: 0 50px;
  margin: 20px 0;
  font-size: 18px;
}

#exclusiveURLs .small-wrapper.st1 h3 {
  font-size: 35px;
}

.small-wrapper.st1 > .inner-wrapper > .smallUrl1 .url-contents {
  font-size: 16px;
  margin: 0;
  margin-top: 5px;
}

.small-wrapper.st1 .btn,
.small-wrapper.st1 .button {
  padding: 20px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  color: #fff;
  position: absolute;
  right: 20%;
  top: 10%;
  -webkit-animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s both;
  animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s both;
}

.small-wrapper.st1 .btn::after,
.small-wrapper.st1 .button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) .2s;
}

.smallUrl1:hover .btn::after,
.smallUrl1:hover .button::after {
  width: 350%;
  height: 350%;
  transition: 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.small-wrapper.st1 > .inner-wrapper > .smallUrl1::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: .9;
  z-index: 2;
  transition: 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.smallUrl1:hover::after {
  content: "";
}

#exclusiveURLs .small-wrapper.st1 .figure-caption > h3 {
  position: absolute;
  top: -14%;
  font-size: 200px;
  color: transparent;
  z-index: -1;
  line-height: 210px;
}


/* ==================== BIG URL ============================== */

#exclusiveURLs .bigUrl {
  display: flex;
  padding: 50px 150px;
}

#exclusiveURLs .bigUrl img {
  height: 100%;
}

#exclusiveURLs .bigUrl > * {
  max-width: 50%;
  flex: 0 0 100%;
  position: relative;
}

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

#exclusiveURLs .bigUrl .url-contents {
  opacity: .7;
}

#exclusiveURLs .bigUrl .contents-wrapper {
  text-align: left;
}

#exclusiveURLs .bigUrl h3::before {
  content: "";;
  position: relative;
  width: 3px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

.bigUrl::before {
  content: "";
  border: 10px solid #fff;
  position: absolute;
  width: 67%;
  height: 94%;
  left: 24%;
  top: 3%;
}


/* ==================== EXPO URL ============================== */

#expo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  width: 100%;
}

#expo {
  width: 100%;
}

#expo-controls {
  position: absolute;
  width: 99%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}

#expo-controls .next,
#expo-controls .prev {
  position: relative;
  font-size: 25px;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#expo-controls .next::after,
#expo-controls .prev::after {
  content: "";
  width: 450%;
  height: 450%;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  opacity: .08;
  transition: all 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

#expo-controls .next:hover::after,
#expo-controls .prev:hover::after {
  width: 850%;
  height: 850%;
  transition: all 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

#expo .expoUrl {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 32%;
  flex: 0 0 100%;
  margin: 0;
  padding: 0;
  margin-right: 20px;
  box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}

.expoUrl:not(.shown) {
  opacity: 0;
}

#exclusiveURLs .expoUrl img {
  height: 360px;
}

.expoUrl > .url-head {
  z-index: 1;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.expoUrl > .cover {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 300px;
  line-height: 210px;
  z-index: 2;
  opacity: 1;
  letter-spacing: 30px;
  transition: all 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

#expo .expoUrl .figure-caption {
  position: absolute;
  z-index: 3;
}

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

.expoUrl.hovered > .url-head {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.expoUrl.hovered > .cover {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

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

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

.expoUrl:not(.hovered) .url-contents {
  opacity: .6;
}

.expoUrl .btn,.expoUrl .button {
  padding: 8px;
}

/* ==================== RECENT ARTICLES ============================== */

#recent-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 250px;
  width: 100%;
}

.recent-article {
  max-width: 25%;
  flex: 0 0 100%;
}

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

.recent-article figcaption h3 {
  font-size: 15px;
  margin: 10px 0;
}

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

.recent-article .btn,.recent-article .button {
  font-size: 12px;
  padding: 5px;
}

/* =============== ARTICLES - VIDS - PDF - OFFERS ================== */

.article .btn,.article .button,
.pdf .btn,.pdf .button,
#view-article .btn,#view-article .button,
.offer .btn,.offer .button {
  padding: 8px;
  font-size: 12px;
}

/* ==================== CONTACT PAGE ============================== */

#spacer {
  padding-top: 200px;
}

body.contact #spacer {
  padding-top: 250px;
}

#contact-content .group-1 {
  margin-top: 30px;
}

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

body.contact #contact-content > section {
  margin-bottom: 0;
  margin: 0;
}

body:not(.multicontact) .contactform {
  flex-direction: row-reverse;
  padding: 50px 400px;
}

body:not(.multicontact) #contact-content .contactform > * {
  max-width: 50%;
  flex: 0 0 100%;
  margin: 0;
  padding: 40px;
  background-color: #fff;
}

body.multicontact #contact-form form > *,
body:not(.multicontact) #contact-content form > * {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}

textarea.form-control {
  height: 150px;
}

body:not(.multicontact) .contact-details {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

body:not(.multicontact) #contact-form {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

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

body:not(.multicontact) .map-holder {
  max-width: 100%;
  flex: 0 0 100%;
  height: 500px;
  padding: 0;
}

body.multicontact #contact-content > .container-fluid > :first-child .group-0 > :first-child,
body.multicontact .contact-details > .contact-address,
body:not(.multicontact) .group-0 > :first-child {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

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

body.multicontact #contact-form {
  margin: 0;
  padding: 0;
  border-radius: 15px;
}

body.multicontact .contactform {
  order: -1;
  justify-content: center;
  padding: 50px 550px;
}

body.multicontact #contact-form form {
  margin: 0;
  padding: 40px;
}

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



/* ==================== FOOTER ============================== */

body:not(.home) #footer > .container-fluid > .row .right,
#footer > .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  flex: 0 0 100%;
}

body.home #footer .left,body.home #footer .right,body.home #footer .right > *,
body:not(.home) #footer > .container-fluid > .row .right > *,
#footer > .container-fluid > * {
  padding: 0;
  margin: 0;
}

body.home #footer .right > :not(:first-child),
body:not(.home) #footer > .container-fluid > .row .right > :not(:first-child),
#footer > .container-fluid > :not(:first-child) {
  margin-top: 15px;
}

body:not(.home) #footer > .container-fluid > .row {
  width: 100%;
}

body.home #footer > .container-fluid > .row {
  width: 80%;
}

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

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

body.multicontact .multicontact {
  padding: 0 50px;
  margin-top: 30px;
}

body.multicontact > #contact {
  margin-bottom: 30px;
}

body.home #footer #page-title {
  text-align: center;
}



#header-middle #logo,.figure-caption > h3 > br,
body:not(.home) #footer > .container-fluid > .row .left,
.singlecontact > .contact-details,body.contact form label,
#exclusiveURLs .small-wrapper.st1 > :first-child .btn,
#exclusiveURLs .small-wrapper.st1 > :first-child .button,
.small-wrapper.st1 > :first-child .url-head,
#searchform-container.closed > #search-form {
  display: none!important;
}




@media screen and (min-width:769px) {
  #header-middle {
    display: none;
  }
}




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

  .hint {display: none;}

  /* #header-bottom #mainNavContent {
    max-width: 80%;
    flex: 0 0 80%;
  } */

  #main-slideshow .carousel-caption {
    top: 30%;
    width: 50%;
  }

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

  #exclusiveURLs .bigUrl {
    padding: 50px;
  }

  .bigUrl .contents-wrapper {
    max-width: 80%;
  }

  .bigUrl::before {
    width: 72%;
  }

  #exclusiveURLs .small-wrapper.st1 > :first-child .figure-caption {
    width: 56%;
  }

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

  body.home #footer > .container-fluid > .row {
    width: 100%;
  }

  body.multicontact .contactform {
    padding: 50px 250px;
  }

  body:not(.multicontact) .contactform {
    padding: 50px 200px;
  }

  body:not(.multicontact) .form-group.actions {
    flex-direction: column;
  }

}

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

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

  #main-slideshow .carousel-caption > h3 {
    font-size: 143px;
    line-height: 154px;
  }

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

  #exclusiveURLs .small-wrapper.st h3 {
    font-size: 23px;
  }

  #exclusiveURLs .small-wrapper.st p {
    font-size: 17px;
  }

  .small-wrapper.st .btn, .small-wrapper.st .button {
    font-size: 15px;
  }

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

  #exclusiveURLs .small-wrapper.st1 > :first-child .figure-caption {
    width: 61%;
  }

  .small-wrapper.st1 .url-title {
    margin-top: 50px;
  }

  .smallUrl1:hover .btn::after,.smallUrl1:hover .button::after {
    width: 300%;
    height: 300%;
  }

  .recent-article {
    max-width: 30%;
  }

  body.home #footer > .container-fluid {
    padding: 0;
  }

  body.home #footer > .container-fluid > .row {
    justify-content: space-between;
  }

  body.home #footer .left,
  body.home #footer .right {
    max-width: 49%;
    max-width: 100%;
  }

  .expoUrl > .cover {
    font-size: 270px;
  }

  .navbar-nav > .nav-item::before {
    width: 15px;
  }

  #contact .multicontact > * {
    max-width: 50%;
    flex: 0 0 100%;
  }

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

}


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

  body.multicontact .contactform {
    padding: 50px 100px;
  }

  #header-top > .container > .row > * {
    padding: 0;
  }

  #header-top > .container > .row {
    padding: 14px;
  }

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

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

  .navbar-nav > .nav-item::before {
    width: 10px;
    left: -1%;
  }

  #exclusiveURLs .expoUrl h3 {
    font-size: 22px;
  }

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

  .expoUrl > .cover {
    font-size: 200px;
  }

  .expoUrl .url-contents {
    font-size: 13px;
  }

  #exclusiveURLs .bigUrl > * {
    margin: 0;
  }

  .bigUrl .contents-wrapper {
    max-width: 90%;
  }

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

  .exclusive-url.bigUrl .url-title > h3 {
    font-size: 25px;
  }

  #exclusiveURLs .bigUrl .url-contents {
    font-size: 19px;
  }

  #exclusiveURLs .small-wrapper.st1 > :first-child .figure-caption {
    width: 73%;
  }

  #exclusiveURLs .small-wrapper.st1 h3 {
    font-size: 25px;
  }

  .small-wrapper.st1 > .inner-wrapper > .smallUrl1 .url-contents {
    font-size: 14px;
  }

  .recent-article {
    max-width: 33%;
  }

  body.home #page-title,
  body.home #footer .contact-info-container {
    text-align: center;
  }

  body:not(.multicontact) .contactform {
    padding: 50px 100px;
  }


}

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

  .navbar-nav #searchform-container {
    position: relative;
    display: flex;
    align-items: center;
  }

  .navbar-nav #search-form,
  .navbar-nav #search-form > .form-group {
    width: 100%;
  }

  .navbar-nav #searchform-container .open-icon,
  .navbar-nav #searchform-container .open-icon.hide {
    display: inline-flex;
    position: absolute;
    right: -1%;
    margin: 0;
    padding: 0;
  }

  body:not(.home) #header-bottom .navbar-toggler > svg {
    color: var(--color-1);
  }

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

  #header-top > .container > .row > * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #header-top .social-container,
  #header-top .contact-info-container {
    text-align: center;
  }

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

  body.home #main-nav:not(.compact-sticky) {
    margin-top: 16px;
  }

  #header-bottom .navbar-toggler,
  #header-bottom #logo {
    max-width: 50%;
    flex: 0 0 100%;
  }

  .navbar-toggler {
    border: none;
    order: 1;
    text-align: right;
  }

  #header-middle {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 999999;
    right: -103%;
    top: 0;
    transition: all .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
  }

  #header-middle.show {
    right: 0;
    transition: all .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
  }

  #header-middle #main-nav {
    height: 100%;
  }

  #header-middle #mainNavContent {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: row-reverse;
    height: 100%;
  }

  #header-middle #mainNavContent::after {
    content: "";
    background-color: transparent;
    width: 40%;
    height: 100%;
    position: relative;
    display: block;
    transition: all .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
  }

  #header-middle.show #mainNavContent::after {
    background-color: #fff;
    transition: all .3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .6s;
  }

  #header-middle .navbar-nav {
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 0;
    height: 100%;
  }

  #header-middle .navbar-toggler {
    position: absolute;
    top: 5%;
    right: 5%;
  }

  .navbar-toggler .toggler {
    background-color: transparent;
    width: 5%;
    height: 35%;
    position: absolute;
    top: 28%;
    right: 2%;
  }

  #header-middle .navbar-toggler .toggler {
    width: 150%;
    height: 150%;
    right: 0;
    top: 6%;
  }

  #header-middle .navbar-nav > .nav-item::before {
    left: -8%;
  }

  #header-bottom {
    top: 100px;
  }

  #header-bottom #mainNavContent {
    display: none;
  }

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

  #header-middle #main-nav {
    margin: 0;
    padding: 0;
  }

  body.articles-list #header-middle #main-nav,
  body.videos #header-middle #main-nav,
  body.pdf #header-middle #main-nav,
  body.offers #header-middle #main-nav {
    margin-left: -5px;
  }

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

  #main-slideshow .carousel-caption {
    width: 71%;
  }

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

  .small-wrapper.st {
    padding: 50px 10px;
  }

  #exclusiveURLs .small-wrapper.st h3 {
    font-size: 17px;
  }

  #exclusiveURLs .small-wrapper.st p {
    font-size: 13px;
  }

  .small-wrapper.st .btn,
  .small-wrapper.st .button {
    font-size: 12px;
  }

  .expoUrl > .cover {
    font-size: 150px;
  }

  #exclusiveURLs .medium-wrapper .url-contents {
    font-size: 15px;
  }

  #exclusiveURLs .medium-wrapper h3 {
    font-size: 20px;
  }

  .btn, .button {
    font-size: 13px;
    padding: 10px;
  }

  #exclusiveURLs .small-wrapper.st1 > :first-child .figure-caption {
    width: 86%;
  }

  #sliders-wrapper {
    width: 99%;
  }

  #expo .expoUrl {
    max-width: 50%;
    margin-right: 0;
  }

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

  #exclusiveURLs .small-wrapper.st1 h3 {
    font-size: 21px;
  }

  .small-wrapper.st1 > .inner-wrapper > .smallUrl1 .url-contents {
    font-size: 12px;
  }

  .smallUrl1:hover .btn::after,
  .smallUrl1:hover .button::after {
    width: 250%;
    height: 250%;
  }

  .small-wrapper.st1 > .inner-wrapper > .smallUrl1 .contents-wrapper {
    padding: 0;
  }

  #recent-wrapper {
    padding: 0 50px;
  }

  body.home #page-title {
    font-size: 23px;
  }

  body.home #footer .contact-info-section {
    font-size: 12px;
  }

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

  body:not(.multicontact) .contactform {
    padding: 20px;
  }

  #hero-title.with-header-image > img {
    height: 300px;
  }

  #main-slideshow img {
    height: 80vh;
  }


}

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

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

  #contact .multicontact {
    flex-direction: column;
  }

  #contact .multicontact > * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .map-holder {
    height: 250px;
  }

  .map-holder.osm {
    min-height: 250px;
  }

  #hero-title.with-header-image>img {
    height: 250px;
  }

  body.multicontact .contactform {
    padding: 10px;
  }

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

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

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

  body.multicontact .multicontact,
  body.contact .contact-details-card .contact-details {
    padding: 10px;
  }

  .carousel-indicators,#sliders-wrapper,
  #header-middle #mainNavContent::after {
    display: none;
  }

  #main-slideshow img {
    height: 80vh;
  }

  #header-middle .navbar-nav {
    width: 100%;
  }

  #header-middle #main-nav .navbar-nav > .nav-item > .nav-link {
    padding: 9px 0;
  }

  #recent-wrapper {
    flex-direction: column;
    padding: 0 10px;
  }

  .recent-article {
    max-width: 100%;
    flex: auto;
  }

  .small-wrapper.st .smallUrl {
    max-width: 100%;
  }

  .small-wrapper.st > :not(:last-child) {
    margin-bottom: 20px;
  }

  #expo .expoUrl {
    max-width: 100%;
  }

  #exclusiveURLs .bigUrl {
    flex-direction: column;
    padding: 10px;
  }

  #exclusiveURLs .bigUrl > * {
    max-width: 100%;
    flex: auto;
  }

  #exclusiveURLs .bigUrl img {
    height: 200px;
  }

  .exclusive-url.bigUrl .url-contents {
    margin: 10px auto;
  }

  .exclusive-url.bigUrl .url-title > h3 {
    font-size: 22px;
  }

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

  #exclusiveURLs .medium-wrapper img {
    height: 350px;
  }

  .small-wrapper.st1 {
    flex-direction: column;
    padding: 30px 10px;
  }

  .small-wrapper.st1 > .inner-wrapper {
    flex-wrap: wrap;
  }

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

  .smallUrl1::after {
    content: "";
  }

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

  #exclusiveURLs .smallUrl1 .btn::after,
  #exclusiveURLs .smallUrl1 .button::after,
  #exclusiveURLs .smallUrl1:hover .btn::after,
  #exclusiveURLs .smallUrl1:hover .button::after {
    width: 200%;
    height: 200%;
  }

  .small-wrapper.st1 > .inner-wrapper > .smallUrl1 .contents-wrapper {
    opacity: 1;
  }

  .small-wrapper.st1 > .inner-wrapper > .smallUrl1:hover .contents-wrapper {
    -webkit-animation: none;
    animation: none;
  }

  .small-wrapper.st1 .btn, .small-wrapper.st1 .button {
    right: 10%;
  }

  .small-wrapper.st1 > .inner-wrapper > .smallUrl1::after {
    opacity: .4;
  }

  #exclusiveURLs .small-wrapper.st1 > :first-child .figure-caption {
    width: 87%;
  }

  #exclusiveURLs .small-wrapper.st1 .inner-wrapper h3 {
    font-size: 25px;
  }

  #exclusiveURLs .small-wrapper.st1 .figure-caption > h3 {
    font-size: 125px;
  }

  #exclusiveURLs .small-wrapper.st1 > :first-child .url-title {
    font-size: 30px;
  }

  .small-wrapper.st1 > .inner-wrapper > :not(:last-child) {
    margin-bottom: 20px;
  }

  .small-wrapper.st1 > :first-child .url-contents {
    padding: 0;
    margin: 0;
    font-size: 15px;
  }

  #exclusiveURLs .small-wrapper.st1 img {
    height: 250px;
  }

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

  body:not(.multicontact) #contact-content .contactform > * {
    max-width: 100%;
  }

  body:not(.multicontact) #contact-form,
  body:not(.multicontact) .contact-details {
    border-radius: 0;
  }

  body:not(.multicontact) .contactform {
    padding: 10px;
    flex-direction: column-reverse;
  }

  .navbar-toggler .toggler {
    width: 17%;
  }

  #header-middle .navbar-toggler .toggler {
    right: -11px;
    top: -32%;
  }

  body:not(.home) #footer {
    padding: 0;
  }

  body:not(.home) #footer > .container-fluid {
    padding: 5px;
  }

  #main-nav.compact-sticky #logo img {
    height: auto;
    width: 100%;
  }

  #main-nav.compact-sticky {
    min-height: 105px;
  }

}



@-webkit-keyframes slide-in-medium {
  0% {
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
@keyframes slide-in-medium {
  0% {
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}



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


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


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