@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap&subset=latin,greek');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');

/* ======== DISPLAY NONE ============== */
#header-top,
body.home #header-middle,
body.contact .navbar:not(.compact-sticky),
body.contact #header-top,
.form-group label,
body.contact #main-nav #langsDropdown,
body.contact #footer #logo,
body.contact .contact-details-card .contact-details,
body.contact #contact-content section:not(.contactform):nth-of-type(n+2),
body:not(.home) #footer .right .contactform,
body:not(.home) #footer .map-holder,
#main-nav > #logo,#pdf img,
#main-nav .navbar-nav li.langs #langsDropdown,
#main-nav .navbar-nav li.langs .langsDropdown.dropdown-menu-right,
#main-nav.compact-sticky .navbar-nav:not([style]) .langs .active {
  display: none;
}
/* ==================================== */
/* Extras */
html,
body {
  height: 100%;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
body {
  background-color: #fff;
  background-repeat: repeat;
}
a,a:hover {
  color: transparent;
  text-decoration: none;
}
h1, h2, h3 {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
}
body.home main.container {
  margin-bottom: 0;
  padding: 15px;
  padding-bottom: 0;
}
body:not(.home) main {
  padding: 40px 160px;
  min-height: 600px;
  max-width: 100%;
}
main {
  min-height: 50%;
  background-color: transparent;
}
#title-language h1 {
  font-weight: 400;
  font-size: 1.2em;
  text-align: center;
}
.navbar-dark .navbar-toggler {
  font-size: 23px;
}
#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;
}
#color-palette { z-index: 1000;}
button:focus { outline: 0; }
.modal-body p { color: #020125; }
/* Animations ===================================================== */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 0;
            padding: 0;
            height: 0;
  }
  75% {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
            opacity: 0;
            padding: 0;
            height: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
            opacity: 1;
            height: 100%;
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 0;
            padding: 0;
            height: 0;
  }
  75% {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
            opacity: 0;
            padding: 0;
            height: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
            opacity: 1;
            height: 100%;
  }
}
@-webkit-keyframes fade-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  70% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
            -webkit-transform: scale(0.2);
            transform: scale(0.2);
            opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  70% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
            -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
}
@-webkit-keyframes fade-in {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  30% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fade-in {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  30% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Page title and jumbotron ===================================================== */
#hero-title {
  background-color: #e0e0e0;
  color: #fff;
}
body:not(.home) .jumbotron.with-header-image {
  color: #fff;
}

/* Footer ====================================================================== */
#footer {
  display: block;
  position: relative;
  text-align: center;
  padding: 120px 60px;
}
#footer .left {
  text-align: left;
  display: flex;
  flex-direction: row;
  position: relative;
}
body:not(.home):not(.contact) #footer {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
body:not(.home):not(.contact) #footer .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
body:not(.home):not(.contact) #footer .left,
body:not(.home):not(.contact) #footer .right {
  flex: 0 0 100%;
  max-width: 100%;
}
body.contact #footer {
  padding: 0;
  max-width: 66.666667%;
  flex: 0 0 66.666667%;
}
#hidden-logo { display: none; }
body:not(.home) #footer .left { flex-direction: column; }
body.contact #footer .right { max-width: 41.666667%; }
body.contact #footer .left {
  flex-direction: column-reverse;
  align-items: center;
  max-width: 58.333333%;
}
body.contact #OSmap .leaflet-popup-content {
  width: 100px!important;
  text-align: center;
}
body.contact #OSmap .leaflet-popup-content > p {
  margin: 0;
  font-size: 12px;
}
body.contact #OSmap .leaflet-popup.leaflet-zoom-animated {
  bottom: 4px!important;
  left: -70px!important;
}
#contact-logo {
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact-logo img {
  width: 100%;
  height: auto;
}
body:not(.home) .social-container { padding-right: 0; }
body:not(.home) .row.logo { margin-right: 0; }
body:not(.home) .social-container > li:last-of-type { margin-right: 0; }
body.contact .social-container { margin-top: 30px; }
body.contact #footer .contact-info {
  margin: 0;
  margin-top: 30px;
}
body.home #page-title {
  width: 50%;
}
body:not(.home):not(.contact) #page-title {
  margin-bottom: 0;
  font-size: 50px;
}
body.contact #page-title {
  width: 50%;
  margin: 50px 0;
}
body.contact .social,
body.contact #fourty-logo {
  margin-top: 50px;
}
body.contact #footer .contact-info-section {
  font-size: 15px;
  font-weight: lighter;
}
body.contact #footer .contact-info-section:not(:last-of-type) {
  margin-right: 5px;
}
body.contact .contact-info { margin: 0; }
body.home #footer .contact-us {
  display: block;
  position: relative;
  min-height: 504px;
  padding: 15px 20px;
}
body.contact #footer .contact-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  padding: 20px;
  max-width: 58.333333%;
  flex: 0 0 58.333333%;
}
body.contact .contact-details > p::after {
  content: '▪';
  height: 10px;
  width: 10px;
  margin: 0 5px;
}
body.contact #footer .contact-info-section .icon { margin-right: 5px; }
body.contact .contact-details:nth-of-type(n+2) p:last-child::after {
  content: none;
}
body.contact .contact-details .dots,
body.contact .contact-details br {
  display: none;
}
#contact-form button::after { content: none; }
#contact-form button {
  margin: 0;
  margin-top: 10px;
}
body.home #contact-form {
  display: flex;
  position: absolute;
  width: 50%;
  top: -20px;
  bottom: -20px;
  right: -60px;
  padding: 0 20px;
}
body.home #contact-form form {
  margin: 0;
  width: 85%;
}
body.home #footer .col-md-6.right {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
}
body.home #footer .col-md-6.left {
  max-width: 33.333333%;
}
#contact-form form {
    width: 100%;
    padding: 54px;
    align-items: center;
}
#contact-form form .col-md-4,
#contact-form form .col-md-8 {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 26px;
  padding-right: 33px;
}
#footer h3 {
  font-size: 3em;
  margin-bottom: 20px;
}
footer #fourty-logo {
  width: 110px;
  transform: skew(-1.5deg);
}
#footer .contact-info { margin: 20px 0; }
body:not(.home):not(.contact) #footer .contact-info {
  margin: 30px 0;
}
body:not(.home):not(.contact) #search-input {
  width: 500px;
  height: 45px;
}
body:not(.home):not(.contact) #searchform-container {
  padding: 30px 25px;
}
body:not(.home):not(.contact) #search-form,
body:not(.home):not(.contact) #search-form .form-group {
  margin-bottom: 0;
}
body:not(.home):not(.contact) #searchform-container .open-icon {
  left: auto;
  right: 24px;
  top: 24px;
  padding: 18px 50px;
}
body:not(.home) .social-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body:not(.home):not(.contact) #footer .left {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}
body:not(.home):not(.contact) #footer .row { flex-direction: column-reverse; }
body:not(.home):not(.contact) #footer .contact-info-section {
  font-weight: normal;
  font-size: 21px;
}
body:not(.home):not(.contact) #footer .contact-info-section:nth-of-type(even) {
  margin-left: 15px;
  margin-right: 15px;
}
#footer .contact-info-section {
  margin-left: 20px;
  font-size: 20px;
  font-weight: lighter;
  margin: 15px 0;
}
#footer .contact-info-section:first-of-type { margin-left: 0; }
#footer .contact-info-section .icon {
  margin-right: 10px;
}
#footer .contact-info-section a,
#footer .contact-info-section {
  text-decoration: none;
}
#home-map {
  position: relative;
  height: auto;
  border-radius: 0;
  z-index: 1;
  width: 100%;
}
#footer .row.logo {
  width: 100%;
  margin: 20px;
  justify-content: flex-end;
}
body:not(.home) #footer .row.logo {
  justify-content: flex-end;
}
body.contact #footer .row.logo { display: none; }
#footer section .contactform {
  display: none;
}
#footer .contactform .col-md-4,
#footer .contactform .col-md-12 { padding-left: 0; }
#footer .right {
  text-align: left;
}
#contact-form .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .right .social-container {
  padding-left: 0;
  margin-bottom: 20px;
  text-align: left;
  display: flex;
}
body:not(.home):not(.contact) #footer .contact-info-container {
  flex-direction: row;
}
#footer .contact-info-container {
  flex-direction: column;
  display: flex;
}

/* Buttons ===================================================================== */
.button, .btn {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 15px 25px;
  border: 0;
  border-radius: 0px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease;
}
.button:hover, .btn:hover {
  text-decoration: none;
}
.button > .fa-sort-down { transform: rotateZ(-90deg); }
/* ============================================================================= */

/* Header ====================================================================== */
#header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
}
#header-bottom.spacing { margin-bottom: 70px; }
#header .row { margin: 0; }
#header-top .row {
  flex-direction: row-reverse;
  padding: 5px;
}
#header-top ul.social-container {
  text-align: left;
}
header .contact-info-container {
  text-align: right;
}
header .contact-info-container .contact-info-section,
header .contact-info-container .contact-info-section a {
  font-weight: bold;
  text-decoration: none;
  margin: 40px 0;
}
header .contact-info-container .contact-info-section { margin-right: 20px; }
header .contact-info-container .contact-info-section:last-of-type { margin-right: 0; }
header .contact-info-container .contact-info-section .icon { margin-right: 10px; }
.container { max-width: 100%; }
/* ============================================================================= */

/* Logo ======================================================================== */
#logo {
  height: 100%;
  width: auto;
  display: flex;
  justify-content: center;
}
#logo > img {
  height: 165px;
  width: auto;
}
.compact-sticky #logo > img {
  height: 100px!important;
  width: auto!important;
}
#logo-container { order: -1; }

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

/* MainNav ===================================================================== */
body:not(.home):not(.contact) #main-nav:not(.compact-sticky) {
  display: none;
}
.navbar-light .navbar-toggler { border-color: transparent; }
#main-nav {
  justify-content: center;
  align-items: flex-start;
}
#main-nav .navbar-nav {
  flex-direction: column;
  flex: auto;
  position: relative;
}
#main-nav li.nav-item,
body.contact #main-nav li.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
/* KEEP ITEMS OPEN START =================================================== */
#main-nav .dropdown.clicked {
  flex-direction: column;
  align-items: center;
}
#main-nav .dropdown.clicked > .dropdown-menu {
  display: block;
  position: relative;
  border: 0;
}
#main-nav .submenu.show > .dropdown-menu.show {
  position: relative;
  top: 0;
  border-radius: 0;
  border: 0;
}
/* KEEP ITEMS OPEN END =================================================== */

/* ANIMATIONS START =================================================== */
#main-nav .nav-item.fade-out {
	-webkit-animation: fade-out 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: fade-out 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#main-nav:not(.compact-sticky) .nav-item.fade-in {
	-webkit-animation: fade-in 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: fade-in 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#main-nav .dropdown.show:not(.submenu) {
  -webkit-animation: slide-top .75s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
  animation: slide-top .75s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
/* ANIMATIONS END =================================================== */
#main-nav .nav-item.active > a {
  font-weight: bold;
}
#main-nav .nav-item:not(.langs):not(.clicked):hover > a {
  font-weight: normal;
}
#main-nav .clicked > a::after { display: none; }
#main-nav.compact-sticky .clicked { width: 30%; }
#main-nav .clicked > a {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  margin: 0 auto;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 19px;
}
#main-nav .clicked .dropdown-menu .nav-item:last-child {
  border-bottom: 1px solid #020125;
}
#main-nav .clicked .submenu .dropdown-menu .nav-item:last-child {
  border-bottom: none;
}
#main-nav .clicked .dropdown-menu .nav-item:last-child:hover {
  margin-bottom: 1px;
  border: 0;
}
#main-nav .submenu {
  flex-direction: column;
}
#main-nav li.nav-item.submenu.show {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#main-nav .submenu.show > .dropdown-menu.show .nav-item {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#main-nav .nav-link {
  position: relative;
  font-size: 1em;
  font-weight: normal;
  background-color: transparent;
  text-transform: uppercase;
}
#main-nav li.nav-item.langs a.active {
  text-transform: uppercase;
  font-weight: bold;
}
#main-nav li.nav-item.langs a.dropdown-item:nth-of-type(2) {
  border-right: 1px solid #fff;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}
body.contact li.nav-item.langs a.active {
  text-transform: uppercase;
  font-weight: bold;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}
#main-nav li.nav-item.langs a.dropdown-item:last-child {
  border-left: 1px solid #fff;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}
body.contact li.nav-item.langs a:not(.active) {
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}
#main-nav li.nav-item.langs a {
  text-align: center;
}
#langsDropdown { display: none; }
#main-nav  > a.nav-link {
  color: inherit;
}
.langsDropdown a.dropdown-item {
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all 0.4s ease;
}
#main-nav .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  opacity: 1;
  max-height: 700px;
  overflow: auto;
  z-index: 99999;
}
#main-nav .dropdown-menu a.nav-link {
  padding: 15px 20px;
}
#main-nav .dropdown-menu span.close-icon > a {
  display: none;
}
/* Sticky */
#main-nav.compact-sticky {
  position: fixed;
  max-width: 100%;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 1001;
}
#main-nav.compact-sticky li.nav-item {
  font-weight: bold;
}
#main-nav.compact-sticky .clicked {
  order: 1;
  margin-top: 20px;
}
#main-nav.compact-sticky .navbar-nav:not([style]) li.nav-item.langs a,
#main-nav.compact-sticky .navbar-nav:not([style]) li.nav-item {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#main-nav.compact-sticky::before {
  content: "";
  position: absolute;
  top: 0;
  height: 10px;
  width: 100%;
}
#main-nav.compact-sticky .navbar-nav {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#main-nav.compact-sticky .langs {
  order: 1;
}
/* ============================================================================= */

/* Social ====================================================================== */
.social-container {
  text-align: center;
}
body:not(.home) .social-container > li {
  width: 50px;
  height: 50px;
}
.social-container > li {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 2px;
  vertical-align: middle;
  margin-top: 2px;
  text-align: center;
}
.social-container > li > a {
  text-align: center;
  line-height: 12px;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-container > li > a:hover {
  font-size: 15px;
  transform: scale(1.08);
}
.social-container > li > a > img {
  width: 100%;
  height: auto;
  opacity: 0.5;
  vertical-align: inherit;
}
/* ============================================================================= */

/* Slideshow =================================================================== */
#main-slideshow .carousel-item.active img.w-100 {
  height: 100%;
  object-fit: cover;
}
#main-slideshow {
  margin-right: 0px;
  min-height: 757px;
}
.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-item { max-height: 800px; }
#main-slideshow .carousel-indicators {
  bottom: 0;
  margin: 0px;
}
#main-slideshow .carousel-indicators li {
  height: 10px;
  margin: 0px;
  background-color: transparent;
}
#main-slideshow .carousel-indicators li.active {
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}
#main-slideshow .carousel-inner {
  padding-right: 0px;
}
#main-slideshow .carousel-item .carousel-caption {
  display: block!important;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 70%;
  bottom: auto;
  margin: auto;
  padding: 10px 80px;
  padding-right: 100px;
  opacity: 0;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
  transition: all 0.4s ease;
}
#main-slideshow .carousel-item.active .carousel-caption {
  opacity: 1;
}
#main-slideshow .carousel-caption > div:first-of-type {
  text-align: center;
}
#main-slideshow .carousel-caption h3,
#main-slideshow .carousel-caption p {
  display: block;
  position: relative;
  color: inherit;
  text-align: center;
}

#main-slideshow .carousel-caption h3 {
  position: relative;
  font-size: 3em;
}
#main-slideshow .carousel-caption p {
  font-size: 18px;
  margin: 25px auto;
}
#main-slideshow .carousel-caption .button {
  background-color: transparent;
}
#main-slideshow .carousel-control-next,
.carousel-control-next-icon,
.carousel-control-prev-icon,
.sr-only {
  display: none;
}
#main-slideshow .carousel-control-prev {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .25;
}
/* ============================================================================= */

/* Premium text ================================================================ */
#premium-text {
  background-color: transparent;
  padding: 40px 20px;
  padding-bottom: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/* ============================================================================= */

/* Exclusive URLs ============================================================== */
#exclusiveURLs {
  display: block;
  text-align: center;
}
#exclusiveURLs::before, #exclusiveURLs::after {
  display: table;
  content: " ";
}
#exclusiveURLs::after { clear: both; }
.exclusive-url {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: auto;
  margin-top: 160px;
  font-size: 18px;
  float: left;
}
.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;
  transition: top 0.5s ease;
}
.exclusive-url:hover > .figure-caption { top: 0; }
.exclusive-url .url-title { text-decoration: none; }
.exclusive-url .url-title > h3 {
  text-decoration: none;
  font-size: 2em;
  margin-top: 20px;
}

/* Small URLs ---------------------------------------------------------------- */
.exclusive-url.smallUrl {
  width: 25%;
  padding: 0 5px;
}
.exclusive-url.smallUrl > .url-head {
  width: 100%;
  height: 200px;
}
.exclusive-url.smallUrl > .url-head > img {
  height: 100%;
  object-fit: cover;
}
.exclusive-url.smallUrl > .figure-caption {
  width: 100%;
  text-align: center;
}
.exclusive-url.smallUrl .url-title > h3 {
  text-align: center;
  margin-top: -30px;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
.exclusive-url.smallUrl p.url-contents {
  margin: 50px 0;
}

/* Medium URLs --------------------------------------------------------------- */
.exclusive-url.mediumUrl {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 50%;
  padding: 5px;
  margin-bottom: 0;
  overflow: visible;
}
.exclusive-url.mediumUrl > .url-head > img {
  position: relative;
  object-fit: cover;
}
.exclusive-url.mediumUrl > .figure-caption {
  position: absolute;
  top: 10%;
  font-size: 1.1em;
  text-align: center;
  padding: 10px 50px;
}
.exclusive-url.mediumUrl .url-title > h3 {
  margin-top: 0;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
.exclusive-url.mediumUrl .url-contents {
  margin: 50px auto;
  font-size: 21px;
}
.exclusive-url.mediumUrl .button {
  text-align: center;
  z-index: 999;
}

/* Big URLs -------------------------------------------------------------------- */
.exclusive-url.bigUrl {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  overflow: visible;
}
.exclusive-url.bigUrl .url-head {
  flex: 0 0 50%;
  padding: 0 10px;
  overflow: visible;
}
#exclusiveURLs figure.exclusive-url.bigUrl > div.url-head {
  background-image: none !important;
}
.exclusive-url.bigUrl:nth-of-type(odd) .url-head { padding-right: 0; }
.exclusive-url.bigUrl:nth-of-type(even) .url-head { padding-left: 0; }
.exclusive-url.bigUrl > .url-head > img {
  position: relative;
  width: 100%;
  height: auto;
  top: -80px;
  border-radius: 0;
}
.exclusive-url.bigUrl > .figure-caption {
  font-size: 1.1em;
  padding: 40px 80px;
  max-width: 100%;
}
.exclusive-url.bigUrl > .figure-caption { text-align: center; }
.exclusive-url.bigUrl .url-title > h3 {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
  margin-top: 0;
}
.exclusive-url.bigUrl .url-contents::before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  bottom: auto;
  left: 0;
  right: 0;
  height: 1px;
  text-align: center;
  width: 35%;
  margin: auto;
}
.exclusive-url.bigUrl .url-contents {
  margin: 50px auto;
  position: relative;
}

/* Expo ------------------------------------------------------------------------ */
#expo {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.expo-container {
  display: block;
  position: relative;
  background-color: transparent;
  white-space: nowrap;
  left: 0;
  padding: 100px 0;
  transition: all 0.5s ease;
}
.expoUrl {
  display: inline-block;
  margin: 0;
  float: none;
  white-space: normal;
  padding: 10px;
}
.expoUrl .url-head {
  max-width: 50%;
  height: auto;
  float: left;
}
.expoUrl .figure-caption {
  max-width: 50%;
  float: right;
  padding: 15px;
  transition: all 0.3s ease;
}
.expoUrl .contents-wrapper {
  display: block;
  position: relative;
  text-align: center;
}
.expoUrl .url-head img {
  height: 350px;
  object-fit: cover;
}
.expoUrl .url-title {
  text-decoration: none !important;
  font-size: 17px;
}
.expoUrl .url-title h3 {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
  font-size: 25px;
}
.expoUrl .url-title:hover { text-decoration: none; }
#expo > a.next,
#expo > a.prev {
  position: absolute;
  top: 60.5%;
  transform: translateY(-50%);
  right: auto;
  left: auto;
  padding: 15px 20px;
  font-size: 26px;
  opacity: 0;
  transition: all 0.3s ease;
}
#expo>a.next {
  right: -60px;
}
#expo>a.prev {
  left: -60px;
}
#expo:hover a.next {
  right: 20px;
  opacity: 1;
}
#expo:hover a.prev {
  left: 20px;
  opacity: 1;
}

/* .expoUrl .figure-img { width: 100%; } */
/* ============================================================================= */


/* Articles ==================================================================== */
#recent-articles {
  margin-top: 0;
  padding: 0 145px;
}
#recent-articles h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 35px;
  font-size: 3em;
  text-transform: uppercase;
}
#articles-list figure { padding: 20px; }
.recent-article img {
  width: 100%;
  height: auto;
  padding: 20px;
}
.recent-article .figure {
  padding: 20px;
}
#articles-list figcaption,
.recent-article figcaption {
  padding: 40px 40px;
  font-size: 1.3em;
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
.recent-article figcaption h3 {
  font-size: 24px;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
.btn.inverted,
.button.inverted {
  margin-right: 0;
}
.button::after,
.btn::after {
  content: "→";
  top: 12px;
  margin-left: 5px;
  position: absolute;
}
.exclusive-url.mediumUrl .button::after { top: 11px;}
#articles-list figcaption > .title,
.recent-article figcaption a {
  text-decoration: none;
}

#view-article-content { margin-top: 30px; }
#article-image {
  width: auto;
  max-width: 50%;
  float: left;
  margin-right: 15px;
}
.back-to-catalog { padding: 15px 35px; }
.back-to-catalog::after { content: ""; }
.back-to-catalog::before {
  content: "←";
  top: 12px;
  margin-left: -20px;
  position: absolute;
}
#view-article-content.noPicture #article-image { display: none; }
body.view-article #view-article {
  margin-top: 100px;
}
/* ============================================================================= */


/* Contact ===================================================================== */
body.contact #header-middle {
  display: flex;
}
body.contact #mainNavContent .langs { order: 1; }
body.contact #footer .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.contact #page-title { order: -3; }
body.contact .contact-details { order: -1; }
body.contact #footer .contact-info { order: 1; }
body.contact #footer .contact-info-container {
  flex-direction: row;
}
body.contact #contact {
  max-width: 33.333333%;
  flex: 0 0 33.333333%;
  padding: 0;
}
body.contact main { margin-bottom: 0; }
body.contact #contact-content > section {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.contact #contact-content section .contact-details {
  padding: 80px;
  font-weight: 700;
}
body.contact #contact-content section .contact-details a {
  text-decoration: none;
}
body.contact #contact section.contactform {
  padding: 40px;
  font-weight: 700;
}
.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 #e0e0e0;
  background-color: #e0e0e0;
  font-size: 18px;
  padding: 5px;
  margin: 2px;
  margin-bottom: 15px;
  border-radius: 0;
}
#contact-form textarea {
  min-height: 90px;
}
#contact #contact-form .button {
  margin-top: 10px;
}
body.contact #contact-content section .map-holder {
  max-width: 100%;
  flex: 0 0 100%;
}
body.contact #contact-content section .map-holder { min-height: 700px; }
body.contact #contact-content section.singlecontact { margin: 0; }
#bottom-logo { display: flex; }
#bottom-logo .left-empty {
  max-width: 33.333333%;
  flex: 0 0 33.333333%;
}
#bottom-logo .logo {
  max-width: 66.666667%;
  flex: 0 0 66.666667%;
  justify-content: center;
  display: flex;
}
#bottom-logo img {
  opacity: .5;
  height: 40px;
  width: auto;
}
/* ============================================================================= */

/* Google Map ===================================================================== */
body.contact #contact-content section .map-holder:not(.osm) { margin-top: 30px; }
/* Gallery ===================================================================== */
#gallery .image {
  position: relative;
  height: 300px;
  padding: 15px;
}
#gallery .image .figure {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  transition: all 0.3s ease;
}
#gallery .image .figure:hover {
  transform: scale(1.05);
}
#gallery .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 140%;
  width: auto;
  min-width: 101%;
  object-fit: cover;
  object-position: top;
  opacity: 1;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#gallery figure > figcaption {
  display: block;
  position: absolute;
  top: auto;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
  padding: 0;
}
#gallery figure > figcaption > p {
  display: block;
  margin-bottom: 0;
  padding: 10px;
}
/* ============================================================================= */

/* Videos - Offers - PDF ======================================================= */
#videos-condent .video,
#articles-list .article {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 50%;
  flex: 0 0 50%;
  height: 100%;
}
#recent-articles .recent-article { height: 100%; }
#videos-condent .video .embed-responsive,
#offers .card .card-img-top,
#articles-list .article img {
  width: 100%;
  height: auto;
  padding: 20px;
}
#offers .card {
  background-color: transparent;
  margin-top: 30px;
  border: 0;
}
#videos-condent .video .video-caption,
#offers .card-body {
  padding: 10px;
}
.pdf figcaption a.btn,
.pdf figcaption a.button,
.pdf figcaption a.btn:hover,
.pdf figcaption a.button:hover {
  background-color: transparent;
  box-shadow: none;
}
#videos-condent .video .video-caption h3,
#offers .card-title,
#pdf .pdf figcaption h3,
#articles-list .article h3 {
  font-size: 24px;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
#videos-condent .video .video-caption p,
#recent-articles p,
#offers .card-body p,
#articles-list .article p {
  margin: 30px 0;
  font-size: 16px;
}
#pdf .pdf figcaption .description {
  margin: 30px 0;
  padding: 20px;
  font-size: 16px;
}
#pdf .pdf {
  margin-top: 30px;
  margin-bottom: 30px;
}
#pdf .pdf figcaption {
  padding: 10px;
  display: flex;
  flex-direction: column;
}
#pdf .pdf figcaption a.btn,
#pdf .pdf figcaption a.button {
  text-decoration: none;
  width: 60px;
  height: 60px;
  background-repeat: round;
  font-size: 0;
}
/* ============================================================================= */

#move-top {
  position: fixed;
  padding: 10px 18px;
  bottom: 10px;
  right: 10px;
  top: auto;
  left: auto;
  font-size: 18px;
  cursor: pointer;
  opacity: 1;
  z-index: 99999;
}

/* Search ====================================================================== */
#search-dropdown .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
body.home #searchform-container { width: 45%; }
#searchform-container {
  position: relative;
  margin-top: 20px;
}
#searchform-container .open-icon {
  position: absolute;
  top: -7px;
  left: auto;
  right: -10px;
  padding: 15px 48px;
}
#searchform-container .close-icon { display: none;}
#search-input { margin: 0; }
#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%;
}

/* Full width ================================================================== */
@media (min-width: 768px) {
  #hero-title { margin-top: 96px; }
  body.full-width main.container {
    max-width: 1000%;
    width: 100%;
  }
  body.full-width #recent-articles .title,
  body.full-width #more, body.full-width #videos,
  body.full-width #offers, body.full-width #pdf, body.full-width #articles-list,
  body.full-width #contact {
    padding: 0;
  }
  .social-container {
    text-align: left;
  }
  #title-language h1 {
    font-weight: 400;
    font-size: 1.2em;
    margin: .67em 0;
    text-align: left;
  }
  #basic-contact-fields .form-group:last-child,
  #basic-contact-fields .form-group:last-child > input {
  margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #mainNavContent {
    display: flex;
    align-items: center;
  }
  button.navbar-toggler,
  body.home #header-bottom { display: none; }
  body.contact #header-middle { margin-top: 96px; }
}
@media (min-width: 1200px) {
  .container { max-width: 1170px; }
}

/* Mobile ============================================================================================================== */
@media screen and (max-width: 1440px) {
  #main-slideshow .carousel-item {
    max-height: none;
    height: 100%;
  }
  #main-slideshow .carousel-item .carousel-caption {
    width: 95%;
  }
  #main-nav .dropdown-menu a.nav-link {
    padding: 15px 19px;
  }
  .exclusive-url.bigUrl { height: auto; }
  .expoUrl .url-title h3 { font-size: 21px; }
  #footer { padding: 60px 40px; }
  body.home #contact-form form { width: 90%; }
  body.home #contact-form { right: -40px; }
  #contact-form form .col-md-4,
  #contact-form form .col-md-8 {
    padding: 0;
  }
  #contact-form form {
    padding: 30px;
    margin: 0;
  }
  .recent-article figcaption h3 { font-size: 20px; }
  #videos-condent .video .video-caption h3,
  #offers .card-title,#pdf .pdf figcaption h3,
  #articles-list .article h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1280px) {
  #main-nav .dropdown-menu a.nav-link {
    padding: 15px 0;
    font-size: 15px;
  }
  #main-nav.compact-sticky .nav-link {
    padding: 0;
  }
  .exclusive-url { font-size: 16px; }
  .exclusive-url.bigUrl > .figure-caption {
    padding: 40px 40px;
  }
  .exclusive-url.expoUrl > .figure-caption {
    padding-left: 5px;
    padding-right: 0;
  }
  #recent-articles .recent-article,
  body.home #page-title {
    max-width: 50%;
  }
  body.home #page-title { font-size: 32px; }
  #searchform-container .open-icon { left: 250px; }
  body.contact #contact-form form { padding: 0; }
  #videos-condent .video .video-caption h3,
  #offers .card-title,
  #pdf .pdf figcaption h3,
  #articles-list .article h3 {
    font-size: 18px;
  }
  body.contact #footer .contact-details {
    max-width: 66.666667%;
  }
  body.home #contact-form { width: 55%; }
}
@media screen and (max-width: 1024px) {
  body.contact #main-nav {
    max-width: 100%;
    flex: 0 0 100%;
  }
  body.home #main-nav:not(.compact-sticky) {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }
  #main-slideshow .carousel-item .carousel-caption {
    width: 96%;
  }
  #main-slideshow .col-md-9 { max-width: 66.666667%; }
  body:not(.home) #main-nav.compact-sticky .langs a.active {
    border-right: 1px solid #fff;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
  }
  body:not(.home) #main-nav.compact-sticky .langs a:not(.active) {
    border-left: 1px solid #fff;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  }
  #main-nav.compact-sticky .clicked { width: 100%; }
  #main-nav.compact-sticky .nav-link {
    font-size: 14px;
  }
  .exclusive-url.mediumUrl .button { max-width: 35%; }
  .exclusive-url.mediumUrl .url-title { max-width: 98%; }
  #expo { padding: 100px 0px; }
  #recent-articles { padding: 0; }
  body.home #footer .container-fluid > .row { flex-direction: column-reverse; }
  body.home #footer .col-md-6.right,
  body.home #footer .col-md-6.left {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  #contact-form form { padding: 41px; }
  body.home #contact-form { right: -23px; }
  #searchform-container .open-icon { left: 321px; }
  #footer #home-map {
    height: 300px!important;
    margin-top: 70px;
  }
  #contact-form form .col-md-4,
  #contact-form form .col-md-8 {
    padding-left: 13px;
    padding-right: 21px;
  }
  body.home #contact-form {
    margin-top: 0;
    width: 50%;
  }
  body.home #footer .contact-us { position: relative; }
  #offers .offer,#pdf .pdf,body.contact #footer,
  body.contact #contact {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.contact #footer .contact-details {
    max-width: 100%;
  }
  #main-nav .dropdown-menu { border: none; }
  #main-nav .dropdown:not(.clicked) .dropdown-menu:not(.show) { display: none; }
  #bottom-logo .left-empty,
  #bottom-logo .logo {
    max-width: 50%;
    flex: 0 0 50%;
  }
  #bottom-logo .logo {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn.inverted,
  .button.inverted {
    margin: auto;
  }
  #main-nav li.nav-item.langs a.dropdown-item:nth-of-type(2) {
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 0% 100%);
  }
  #main-nav li.nav-item.langs a.dropdown-item:last-child {
    clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
  }
  body.home #footer { padding: 60px 0; }
  body.home #main-nav:not(.compact-sticky) .langs .dropdown-item { width: 10%; }
  body.home #main-nav:not(.compact-sticky),
  body:not(.home) #main-nav.compact-sticky {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #main-nav {
    justify-content: flex-start;
    min-height: 80px;
    align-items: center;
  }
  li.dropdown:not(.submenu):not(.langs) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #main-nav.compact-sticky {
    max-height: 100%;
    overflow: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #main-nav .navbar-nav {
    padding: 100px;
    padding-top: 0;
  }
  #main-nav button svg {
    height: 35px;
    width: auto;
  }
  #main-nav.compact-sticky .navbar-nav,
  body.contact #main-nav .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  #hero-title { margin-top: 96px; }
  body.contact #mainNavContent .langs { order: -1; }
  body.contact #mainNavContent #logo { order: -2; }
  #main-slideshow .carousel-item.active .carousel-caption {
    position: relative;
    width: 100%;
    transform: translateY(0);
    padding: 40px 80px;
    clip-path: none;
  }
  body:not(.home) main,
  #premium-text {
    padding: 40px;
  }
  .exclusive-url.bigUrl {
    flex-direction: column;
  }
  .exclusive-url.bigUrl .url-head {
    padding: 0;
  }
  .exclusive-url.mediumUrl {
    height: 100%;
    max-width: 100%;
  }
  .exclusive-url.smallUrl {
    width: 50%;
  }
  .exclusive-url.bigUrl .url-title > h3 {
    font-size: 35px;
  }
  .exclusive-url.expoUrl .url-title > h3 { font-size: 23px; }
  .exclusive-url .url-title > h3 { font-size: 28px; }
  #expo .exclusive-url.shown {
    flex: 0 0 100%;
  }
  .recent-article figcaption h3 {
    font-size: 19px;
    font-weight: lighter;
  }
  #searchform-container .open-icon {
    left: auto;
  }
  body.home #contact-form form { width: 95%; }
  #contact-form form .col-md-4,
  #contact-form form .col-md-8,
  body.home #footer .col-md-6.left {
    padding-left: 0;
    padding-right: 0;
  }
  body.home #contact-form {
    width: 48%;
    padding: 0;
    right: 0;
  }
  #contact-form form {
    padding: 30px;
    margin: 0;
  }
  body.contact #footer .contact-info-container {
    flex-direction: column;
    align-items: center;
  }
  body.contact #footer .contact-info-container > span:not(:last-child)::after {
    content: none;
  }
  body.contact #footer .contact-info-section span,
  body.contact #footer .contact-info-section a {
    font-size: 21px;
    font-weight: lighter;
  }
  body:not(.home) #main-nav .navbar-nav { padding: 0; }
  body.home #main-nav .navbar-nav {
    padding: 0;
  }
  body.contact header {
    display: flex;
    flex-direction: column-reverse;
  }
  #main-nav.compact-sticky .nav-link { font-size: 16px; }
  #main-nav #logo { margin-right: 0; }
  #main-nav.compact-sticky .langs {
    order: 0;
  }
  #main-nav li.nav-item,
  body.contact #main-nav li.nav-item {
    padding: 15px;
  }
  #main-nav.compact-sticky .navbar-nav:not([style]) li.nav-item.langs a.active {
    clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0% 100%);
  }
  #main-nav.compact-sticky .navbar-nav:not([style]) li.nav-item.langs a:not(.active) {
    clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
  }
  #main-nav.compact-sticky .navbar-nav:not([style]) .langs .active {
    display: block;
  }
  #bottom-logo { order: -1; }
}
@media screen and (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  #main-slideshow { min-height: auto; }
  #main-slideshow .carousel-item { max-height: none; }
  #main-slideshow .carousel-item.active img {
    width: initial;
    height: auto!important;
  }
  #main-slideshow .carousel-item .carousel-caption {
    width: 100%;
    padding: 0;
    clip-path: none;
  }
  #main-slideshow .carousel-caption h3 {
    font-size: 50px;
    margin-top: 25px;
  }
  #main-slideshow .carousel-caption p {
    font-size: 21px;
  }
  .exclusive-url { margin-top: 40px;}
  .exclusive-url.mediumUrl .button {
    max-width: 50%;
  }
  .exclusive-url.smallUrl {
    width: 100%;
  }
  #expo { padding: 40px 0; }
  #expo .exclusive-url {
    flex-direction: column;
  }
  .expoUrl .figure-caption,
  .expoUrl .url-head {
    max-width: 100%;
  }
  #expo > a.next,
  #expo > a.prev {
    transform: translateY(50%);
    top: auto;
    bottom: 20.7%;
  }
  #recent-articles .recent-article,
  body.home #page-title {
    max-width: 100%;
    width: 100%;
  }
  body.home #footer .contact-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding: 15px 25px;
  }
  #footer .right .social-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body:not(.home) .social-container > li:not(:last-of-type) {
    margin-right: 0;
  }
  #footer .right { text-align: center; }
  body:not(.home):not(.contact) #search-input,
  #search-input {
    width: 100%;
  }
  body:not(.home):not(.contact) #searchform-container {
    padding: 30px 16px;
    width: 100%;
  }
  body.home #searchform-container .open-icon { top: -6px; }
  body:not(.home):not(.contact) #searchform-container .open-icon {
    padding: 17px 20px;
    right: 15px;
    top: 23px;
  }
  body.home #searchform-container { width: 70%; }
  #searchform-container .open-icon {
    padding: 15px 20px;
  }
  body.home #footer .col-md-6.left { padding: 10px 35px; }
  body.home #contact-form {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
  }
  body.home #contact-form form {
    width: 100%;
    padding: 105px;
  }
  body.home #contact-form form,
  #footer #home-map {
    margin: 0;
  }
  body:not(.home):not(.contact) #footer .contact-info-container {
    flex-direction: column;
  }
  body:not(.home):not(.contact) #footer .contact-info-section:not(:last-of-type) {
    margin-right: 0;
  }
  #pdf .pdf figcaption a.btn,
  #pdf .pdf figcaption a.button {
    margin-right: 0;
  }
  #videos-condent .video .video-caption h3,
  #offers .card-title,
  #pdf .pdf figcaption h3,
  #articles-list .article h3 {
    font-size: 18px;
  }
  #videos-condent .video,
  #articles-list .article,
  #offers .offer, #pdf .pdf {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  #articles-list figure {
    padding: 0;
  }
  #offers .card-body p.value {
    margin: 20px 0;
  }
  #offers .card-body p.title {
    margin: 0;
  }
  .countdown .col-sm-3 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    max-width: 25%;
  }
  #pdf .pdf { margin: 0; }
  body.contact #header-middle {
    display: flex;
    flex-direction: column;
  }
  body.contact #footer,
  body.contact #contact {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.contact #contact section.contactform {
    margin: 0;
    padding: 20px;
  }
  body.contact .contact-details > p::after {
    content: none;
  }
  body.contact #footer .contact-info {
    order: 0;
  }
  body.contact #contact-form form {
    margin: 0;
    padding: 0;
  }
  body.contact .social,
  body.contact #fourty-logo {
    margin-top: 30px;
  }
  body.contact #footer .logo {
    margin-bottom: 40px;
  }
  #bottom-logo .left-empty { max-width: 0; }
  #bottom-logo .logo {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 414px) {
  body.home #main-nav:not(.compact-sticky) .langs .dropdown-item {
    width: 22%;
  }
  .exclusive-url.mediumUrl .url-contents { margin: 0; }
  .mediumUrl .btn,
  .mediumUrl .button,
  .mediumUrl .url-title {
    display: none;
  }
  .exclusive-url.mediumUrl .url-contents { padding: 20px; }
  body.home #searchform-container { width: 100%; }
  body.home #contact-form form { padding: 30px; }
  body.home #footer .col-md-6.left { padding: 10px 5px; }
  #videos-condent .video .video-caption h3,
  #offers .card-title,
  #articles-list .article h3 {
    display: none;
  }
  body.home #contact-form { padding: 0 5px; }
  body.contact #contact-form form .col-md-4,
  body.contact #contact-form form .col-md-8 {
    padding: 0;
  }
  body.contact #page-title { width: 100%; }
}
@media screen and (max-width: 375px) {
  #main-slideshow .carousel-item.active .carousel-caption {
    padding: 40px 20px;
  }
  .exclusive-url.bigUrl .url-title > h3 {
    font-size: 30px;
  }
  #videos-condent .video .video-caption h3,
  #offers .card-title,
  #pdf .pdf figcaption h3,
  #articles-list .article h3 {
    font-size: 18px;
  }
  .exclusive-url.expoUrl .url-title > h3,
  .exclusive-url .url-title > h3 {
    font-size: 23px;
  }
  body:not(.home):not(.contact) #page-title {
    font-size: 45px;
  }
  body:not(.home) main {
    padding: 25px;
  }
}
@media screen and (max-width: 280px) {
  #searchform-container .open-icon {
    left: 166px;
  }
  body:not(.home):not(.contact) #footer .contact-info-section:not(:last-of-type),
  body:not(.home) .social-container > li:not(:last-of-type) {
    margin-right: 43px;
  }
}