@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;500&display=swap');

/* Extras */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
}
body {
  background-color: transparent;
  color: #636363;
  background-repeat: repeat;
}
body.home main.container {
  max-width: 100%;
  margin-bottom: 0;
  padding: 15px;
  padding-bottom: 0;
}
body:not(.home) main {
  min-height: 600px;
  max-width: 100%;
}
body:not(.loaded) {
  position: absolute;
}

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

#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 ===================================================================== */
[id*="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;
}
[id*="main-nav"] .navbar-nav {
  align-items: stretch;
}
[id*="main-nav"] .navbar-collapse {
  flex-grow: 0;
}
[id*="main-nav"] .nav-item {
  margin-right: 20px;
  display: flex;
  position: relative;
  align-items: center;
}
[id*="main-nav"] .nav-item:last-of-type { margin-right: 0; }
[id*="main-nav"] a.nav-link {
  position: relative;
  padding: 20px 0;
  font-weight: 700;
  font-size: 0.8em;
  background-color: transparent;
}

[id*="main-nav"] .dropdown-menu {
  left: auto;
  right: 0;
  width: max-content;
  border-radius: 0;
  padding: 0;
  margin-top: 10px;
  transition: all 0.1s ease;
}
[id*="main-nav"] .dropdown-menu li.nav-item {
  border: 0;
  flex-direction: column;
}
[id*="main-nav"] .dropdown-menu a.nav-link {
  display: block;
  width: 100%;
  padding: 15px 20px;
  transition: color 0.3s ease;
}

[id*="main-nav"] .navbar-nav > li.open > .dropdown-menu {
  display: block;
  top: 100%;
  margin-top: 0;
  opacity: 1;
  z-index: 99999;
}
[id*="main-nav"] .navbar-nav > li.open > .dropdown-menu .dropdown-menu {
  position: relative;
  color: #fff;
  border-radius: 0;
  border: 0;
}
/* Languages */
[id*="main-nav"] .langsDropdown.dropdown-menu {
  min-width: 100px;
}
[id*="main-nav"] .langsDropdown.dropdown-menu .dropdown-item {
  transition: color 0.3s ease;
}

/* Sticky */
[id*="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;
}

[id*="main-nav"].compact-sticky a.nav-link {
  padding: 15px 10px;
}
.dropdown.show:not(.submenu):not(.open) > .dropdown-menu.show {
  display: none;
}
[id*="main-nav"] .navbar-nav > .dropdown {
  display: flex;
  justify-content: center;
}

[id*="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: 1;
}
#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: #252525;
  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: #252525;
}

.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: #252525;
  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: #252525!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(1.5);
}

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

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

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

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

.msg.fail > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

  .offer .btn-group {
    flex-direction: column;
  }

  .offer .btn-group > :not(:first-child) {
    margin-top: 10px;
  }

}

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

/* ========================== BARBER SPECIFIC ================================ */

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

.button,.btn {
  padding: 10px;
}

#exclusiveURLs > [class*="wrapper"][class*="st"] {
  width: 100%;
}

#hero-title::after {
  background-color: #fff;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  clip-path: polygon(0 100%, 100% 88%, 100% 100%, 0% 100%);
}

#spacer {
  padding-top: 10px;
}

.flip {
  width: 160px;
  height: 48px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  -ms-perspective: 500px;
  perspective: 500px;
}

.flip button,
.flip a {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-25px);
  -moz-transform: translateZ(-25px);
  -o-transform: translateZ(-25px);
  -ms-transform: translateZ(-25px);
  transform: translateZ(-25px);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
  cursor: pointer;
}

.flip button .front,
.flip button .back,
.flip a .front,
.flip a .back {
  margin: 0;
  width: 160px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  text-align: center;
  letter-spacing: 0.4em;
}

[class*="article"] .flip a .front,
[class*="article"] .flip a .back,
[class*="article"] .flip {
  width: 260px;
}

.flip button .front,
.flip a .front {
  -webkit-transform: rotateY(0) translateZ(24px);
  -moz-transform: rotateY(0) translateZ(24px);
  -o-transform: rotateY(0) translateZ(24px);
  -ms-transform: rotateY(0) translateZ(24px);
  transform: rotateY(0) translateZ(24px);
}
.flip button .back,
.flip a .back {
  -webkit-transform: rotateX(90deg) translateZ(24px);
  -moz-transform: rotateX(90deg) translateZ(24px);
  -o-transform: rotateX(90deg) translateZ(24px);
  -ms-transform: rotateX(90deg) translateZ(24px);
  transform: rotateX(90deg) translateZ(24px);
  overflow: hidden;
}

.flip button .back:after,
.flip a .back:after {
  content: '';
  position: absolute;
  top: -32%;
  left: -10%;
  width: 120%;
  height: 50%;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.flip .cover:hover + button,
.flip .cover:hover + a {
  -webkit-transform: translateZ(-24px) rotateX(-90deg);
  -moz-transform: translateZ(-24px) rotateX(-90deg);
  -o-transform: translateZ(-24px) rotateX(-90deg);
  -ms-transform: translateZ(-24px) rotateX(-90deg);
  transform: translateZ(-24px) rotateX(-90deg);
}

.flip .cover:hover + button .front,
.flip .cover:hover + a .front {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.flip .cover:hover + button .back,
.flip .cover:hover + a .back {
  -webkit-transition: color 0.4s linear;
  -moz-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  -ms-transition: color 0.4s linear;
  transition: color 0.4s linear;
}

.flip .cover:hover + button .back:after,
.flip .cover:hover + a .back:after {
  -webkit-transform: rotate(6deg) translate(100px, -18px);
  -moz-transform: rotate(6deg) translate(100px, -18px);
  -o-transform: rotate(6deg) translate(100px, -18px);
  -ms-transform: rotate(6deg) translate(100px, -18px);
  transform: rotate(6deg) translate(100px, -18px);
}

.bigUrl .flip,.mediumUrl .flip,
#main-slideshow .flip {
  margin: 0 auto;
}

.mediumUrl .flip,
#expo-caption .flip {
  margin-top: 20px;
}

.offer .flip button .back:after,
.offer .flip a .back:after,
[class*="article"] .flip a .back:after,
#recent-article .flip a .back:after {
  top: -42%;
}

.offer .flip button .front,
.offer .flip button .back,
.offer .flip a .front,
.offer .flip a .back,
.offer .flip {
  width: 200px;
}

#offers .buttons,#offers .btn {
  justify-content: space-between;
}

.flip .cover {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  cursor: pointer;
}

/* ========= HEADER */
#header-bottom {
  position: relative;
  top: 0;
  z-index: 9;
}

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

.navbar-toggler {
  display: flex!important;
  padding: 0;
  margin: 0;
}

#header-middle {
  height: 100vh;
  position: fixed;
  width: 100vw;
  z-index: 9;
}

#header-middle.closed {
  -webkit-animation: slide-top .2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-top .2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  will-change: transform;
}

#header-middle.open {
  -webkit-animation: slide-bottom .2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-bottom .2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  will-change: transform;
}

#mainNavContent {
  height: 100vh;
}

#header-middle .navbar-nav {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
}

.navbar-nav .nav-link {
  color: #fff;
  font-size: 44px;
}

.open  [id*="main-nav"] {
  justify-content: flex-end;
}

[id*="main-nav"] .navbar-toggler {
  border: none;
}

.closed .nav-link {opacity: 0;}
.open .nav-link {
	-webkit-animation: slide-left .2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-left .2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          will-change: transform,opacity;
}

.open .navbar-nav > :nth-child(1):not(.langs) > .nav-link {animation-delay: .22s}
.open .navbar-nav > :nth-child(2):not(.langs) > .nav-link {animation-delay: .25s}
.open .navbar-nav > :nth-child(3):not(.langs) > .nav-link {animation-delay: .28s}
.open .navbar-nav > :nth-child(4):not(.langs) > .nav-link {animation-delay: .31s}
.open .navbar-nav > :nth-child(5):not(.langs) > .nav-link {animation-delay: .34s}
.open .navbar-nav > :nth-child(6):not(.langs) > .nav-link {animation-delay: .37s}
.open .navbar-nav > :nth-child(7):not(.langs) > .nav-link {animation-delay: .40s}
.open .navbar-nav > :nth-child(8):not(.langs) > .nav-link {animation-delay: .43s}
.open .navbar-nav > :nth-child(9):not(.langs) > .nav-link {animation-delay: .46s}
.open .navbar-nav > :nth-child(10):not(.langs) > .nav-link {animation-delay: .49s}


.navbar-toggler {
  position: absolute;
  top: 30%;
  right: 2%;
  height: 30px;
  width: 45px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  will-change: opacity;
}

.navbar-toggler span {
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: -5px;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.navbar-toggler .middle {
  top: 2px;
  background-color: transparent;
  font-size: 15px;
}

[lang="el"] .navbar-toggler .middle {
  top: 3px;
}

.navbar-toggler .bottom {top: 25px;}


.open  + #header-bottom .navbar-toggler .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  transform: translateY(10px) translateX(0) rotate(45deg);
  will-change: transform;
  background: #FFF;
}

.open  + #header-bottom .navbar-toggler .middle {
  opacity: 0;
}

.open  + #header-bottom .navbar-toggler .bottom {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  transform: translateY(-20px) translateX(0) rotate(-45deg);
  will-change: transform;
  background: #FFF;
}

.navbar-nav > .nav-item:not(.langs) > .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10%;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}

.navbar-nav > .nav-item:not(.langs) > .nav-link:hover::before {
  width: 100%;
}

[id*="main-nav"] .navbar-nav > .nav-item {
  margin: 0;
  padding: 0;
}

[id*="main-nav"] .navbar-nav > .nav-item > .nav-link {
  font-size: 25px;
  font-weight: lighter;
}

.open + #header-bottom {
  width: 40%;
  margin-right: 0;
}

.open + #header-bottom #logo {
  visibility: hidden;
}

.open + #header-bottom #logo > img {
  max-height: 100px;
}

#header-middle #mainNavContent {
  padding: 80px 0;
}

[id*="main-nav"] > .langsDropdown {
  display: flex;
  margin: 0;
  top: 24%;
  right: 10%;
  border: none;
}

.langsDropdown > .dropdown-item {
  padding: 7px;
  font-size: 13px;
}

.open + #header-bottom .navbar-toggler {
  position: fixed;
  right: 2%;
  top: 6%;
  }

[id*="main-nav"] .dropdown-menu {
  border: none;
}

[id*="main-nav"] .dropdown-menu > .nav-item > .nav-link {
  letter-spacing: 1.1px;
  font-weight: lighter;
  font-size: 17px;
}

[id*="main-nav"] .submenu > .dropdown-menu {
  width: 100%;
}

/* ========= SLIDESHOW */
#main-slideshow .carousel-item.active,
#main-slideshow .carousel-item-prev,
#main-slideshow .carousel-item-next {
  display: flex;
}

#main-slideshow .carousel-item {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

#main-slideshow .carousel-item > * {
  max-width: 48%;
  flex: 0 0 50%;
}

#main-slideshow .carousel-caption {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 115px;
}

#main-slideshow .carousel-caption > .container {
  padding: 0;
}

#main-slideshow .carousel-item::after {
  content: "";
  position: absolute;
  border-width: 15px;
  border-style: solid;
  width: 45%;
  height: 73%;
  z-index: -1;
  transition: all .1s ease;
}

#main-slideshow .carousel-item.active::after {
  width: 96%;
	-webkit-animation: slide-left .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .2s both;
	        animation: slide-left .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .2s both;
          will-change: transform,opacity;
}

#main-slideshow.slided .carousel-item-prev .carousel-caption,
#main-slideshow.slided .carousel-item-next .carousel-caption,
#main-slideshow.slided .active .carousel-caption {
  -webkit-animation: slide-caption 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) .2s both;
  animation: slide-caption 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) .2s both;
  will-change: transform;
}

#main-slideshow .carousel-indicators {
  left: 2%;
  bottom: 0;
}

#main-slideshow .carousel-indicators > :not(:last-child) {
  margin-right: 10px;
}

#main-slideshow .carousel-indicators > li {
  height: 6px;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
}

#main-slideshow img {
  height: 800px;
}

/* ========= SMALL URL ST */
.small-wrapper.st .inner-wrapper {
  display: flex;
  justify-content: space-evenly;
  padding: 0 300px;
  margin: 50px 0;
}

.small-wrapper.st .inner-wrapper .smallUrl {
  flex: 0 0 30%;
  padding: 0;
  margin: 0;
}

.small-wrapper.st .inner-wrapper .figure-caption {
  margin-top: 10px;
}

.small-wrapper.st > .smallUrl .contents-wrapper {
  text-align: center;
  width: 52%;
  margin: 0 auto;
}

.small-wrapper.st > .smallUrl h3 {
  font-size: 97px;
  font-weight: bold;
}

.small-wrapper.st .inner-wrapper h3 {
  font-size: 21px;
  font-weight: bold;
}

.small-wrapper.st > .smallUrl .url-contents {
  font-size: 19px;
  margin-top: 30px;
  letter-spacing: 2px;
  opacity: .7;
  padding: 10px;
}

.small-wrapper.st .inner-wrapper .url-contents {
  font-size: 13px;
  color: #252525;
  letter-spacing: 1.2px;
}


/* ========= MEDIUM URL ST */
.medium-wrapper.st .medium-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 502px;
  margin-top: 50px;
}

.medium-wrapper.st .medium-inner .mediumUrl {
  max-width: 49%;
  flex: 0 0 100%;
  margin: 0;
  padding: 0;
}

.medium-wrapper.st .medium-inner .mediumUrl .url-head,
.medium-wrapper.st .medium-inner .mediumUrl .figure-caption {
  height: auto;
}

.medium-wrapper.st .medium-inner img {
  width: 100%;
  height: 450px;
}

.medium-wrapper.st .medium-inner .figure-caption,
.medium-wrapper.st .medium-inner h3 {
  position: absolute;
  text-align: center;
}

.medium-wrapper.st .medium-inner .mediumUrl,
.medium-wrapper.st .medium-inner .url-head {
  display: flex;
  justify-content: center;
  align-items: center;
}

.medium-wrapper.st .medium-inner h3 {
  font-size: 26px;
  margin: 0;
  padding: 0 15px;
}

.medium-wrapper.st .medium-inner .url-contents {
  font-size: 15px;
  font-weight: lighter;
  margin-bottom: 5px;
}


.medium-wrapper.st .medium-inner .mediumUrl:hover img {
  -webkit-animation: slide-out-top .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) .5 both;
          animation: slide-out-top .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) .5 both;
          will-change: transform,opacity;
}

.medium-wrapper.st .medium-inner .mediumUrl:hover h3 {
	-webkit-animation: slide-to-bottom .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) .5 both;
	        animation: slide-to-bottom .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) .5 both;
          will-change: transform,opacity;
}

.medium-wrapper.st .medium-inner .mediumUrl:hover .figure-caption {
	-webkit-animation: scale-in-center .1s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
	        animation: scale-in-center .1s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
          will-change: transform,opacity;
}

.medium-wrapper.st .medium-inner > :nth-child(n+3) {
  margin-top: 20px;
}

.medium-wrapper.st > .mediumUrl .url-contents,
.medium-wrapper.st > .mediumUrl .figure-caption,
.medium-wrapper.st > .mediumUrl {
  margin: 0;
  padding: 0;
}

.medium-wrapper.st > .mediumUrl h3 {
  font-size: 35px;
  padding: 0;
}

.medium-wrapper.st > .mediumUrl .contents-wrapper {
  text-align: center;
  padding: 0 300px;
}

.medium-wrapper.st > .mediumUrl .figure-caption {
  margin-top: 20px;
}

.medium-wrapper.st > .mediumUrl .url-contents {
  font-size: 16px;
  padding: 0 200px;
  letter-spacing: 1.1px;
}


/* ========= BIG URL */
#exclusiveURLs .bigUrl {
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}

#exclusiveURLs .bigUrl .figure-caption {
  margin: 0;
  padding: 0;
}

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

#expo-caption {
  position: absolute;
  top: 20%;
  right: 5%;
  width: 30%;
  overflow: hidden;
}

#expo-title {
  background-color: #fff;
  padding: 20px;
  padding-bottom: 10px;
}

#expo-title h3 {
  margin: 0;
}

#expo-title > :not(:first-child) h3 {
  margin-top: 10px;
}

#expo-caption > .figure-caption {
  color: #252525;
  font-size: 16px;
  letter-spacing: 1.2px;
  padding: 20px;
  padding-top: 10px;
}

#expo-caption .url-contents {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  margin: 0;
  padding-bottom: 20px;
}

#expo-img img {
  height: 840px;
  width: 100vw;
  margin: 0;
}

#expo-caption > .active {
  -webkit-animation: slide-expo .3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-expo .3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  will-change: transform;
}

#expo-img > .active {
  -webkit-animation: fade-in .3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in .3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  will-change: opacity;
}

/* ========= SMALL URL ST1 */
.small-wrapper.st1 {
  display: flex;
  flex-wrap: wrap;
}

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

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

.small-wrapper.st1 .url-head {
  height: 700px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.small-wrapper.st1 .figure-caption {
  padding: 60px 500px;
}

.small-wrapper.st1 h3,
.small-wrapper.st1 .contents-wrapper > * {
  margin: 0;
}

.small-wrapper.st1 .url-title > :not(:last-child) {
  font-size: 50px;
}

.small-wrapper.st1 .url-title > :not(:first-child) {
  font-size: 30px;
  margin-top: 10px;
}

.small-wrapper.st1 .btn,
.small-wrapper.st1 .button {
  background-color: transparent;
}

.small-wrapper.st1 .flip {
  margin-top: 15px;
}

.small-wrapper.st1 > :not(:last-child)::after {
  background-color: #fff;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  clip-path: polygon(0 100%, 100% 88%, 100% 100%, 0% 100%);
}

.small-wrapper.st1 > :not(:last-child) .url-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 485px;
  text-align: center;
  background-position: center;
  background-size: cover;
}

.small-wrapper.st1 h3 {
  font-size: 80px;
  font-weight: bold;
  color: #fff;
}

.small-wrapper.st1 .url-head > :last-child {
  color: #fff;
  font-size: 22px;
  letter-spacing: 1.1px;
  margin-top: 10px;
}

.small-wrapper.st1 .figure-caption > .url-contents {
  display: flex;
  align-items: center;
  font-size: 24.5px;
  line-height: 40px;
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
}


.small-wrapper.st1 .figure-caption > .url-contents::before {
  content: "";
  width: 10px;
  height: 100px;
  margin-right: 20px;
}

.small-wrapper.st1 .contents-wrapper > .url-contents {
  font-size: 16px;
  font-weight: lighter;
  letter-spacing: 1.1px;
  color: #fff;
  padding: 15px 30px;
}


/* ========= RECENT ARTICLE */
#recent-articles {
  justify-content: center;
}

#recent-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 400px;
  justify-content: flex-start;
}

#recent-wrapper > .recent-article {
  max-width: 32.44%;
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
  border-style: dashed;
  border-width: 2px;
  padding: 20px;
}

#recent-wrapper > .recent-article img {
  height: 215px;
}

#recent-wrapper > :not(:first-child) {
  margin-left: 1.333336%;
}

#recent-wrapper h3 {
  font-size: 15px;
  margin: 10px auto;
}

#recent-wrapper .description {
  font-size: 14px;
}

/* ========= FOOTER */
#footer,#footer > * {
  padding: 0;
  margin: 0;
}

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

#footer #page-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 40px;
}

#footer .right {
  align-items: flex-start;
  justify-content: flex-start;
}

#footer #search-input {
  border:none;
  border-radius: 0;
  background-color: #fff;
  color: #252525;
}

#footer #search-input::placeholder {
  font-size: 30px;
  text-indent: 20px;
}

#footer #searchform-container {
  text-align: left;
}

#footer #searchform-container,
#footer #search-form {
  display: block;
  width: 100%;
}

#footer #search-form > button {
  background-color: transparent;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 0;
  padding: 10px 15px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color .2s cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

#footer #search-form > button:hover {
  transition: background-color .2s cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

#footer .row {
  justify-content: center;
}

#footer .left,#footer .right {
  max-width: 33.333333%;
}

#footer .contact-info-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#footer .contact-info-section:first-of-type,
#footer .contact-info-section {
  margin: 0;
  margin-left: 10px;
}

#footer .contact-info-container > :nth-child(2) {
  order: -1;
  margin: 0;
}

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

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

/* ========= CONTACT */
body.contact > #contact {
  margin: 0;
}

.contactform > .contact-details,
#contact-form {
  padding: 0;
  margin: 0;
}

#contact-content {
  display: flex;
  flex-wrap: wrap;
}

#contact-content > .row {
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.contact .contactform,
#contact-content > .contactform {
  order: -1;
  padding: 0 350px;
  justify-content: space-between;
  margin-bottom: 50px;
}

body.multicontact .contactform {
  padding: 0 300px;
}

.contactform > #contact-form {
  max-width: 59%;
  flex: 0 0 100%;
}

.contactform > .contact-details {
  max-width: 39%;
  flex: 0 0 100%;
}

.map-holder {
  height: 500px;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}

#contact .group-0 {
  display: flex;
  flex-wrap: wrap;
}

#contact .group-0 > :not(:last-child) {
  margin-right: 10px;
}

#contact .group-0,
#contact .group-1 {
  padding: 40px;
  width: 100%;
}

#contact-form > form {
  flex-wrap: wrap;
  margin: 0;
}

#contact-form > form > div {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}

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

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

#contact #contact-form .btn,
#contact #contact-form .button {
  margin: 0;
  display: flex;
}

body.contact .social-container {
  text-align: center;
}

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

#rest-maps {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}

#rest-maps > .multicontact {
  max-width: 48%;
  flex: 0 0 100%;
  flex-wrap: nowrap;
}

#rest-maps .map-holder {
  height: 300px;
  flex: auto;
  max-width: 60%;
  flex: 0 0 100%;
}

#rest-maps .contact-details {
  display: flex;
  max-width: 40%;
  flex: 0 0 100%;
}

#rest-maps .group-0,
#rest-maps .group-1 {
  flex-direction: column;
}

#rest-maps .contact-details {
  padding: 0;
}

/* ========= DISPLAY NONE */

.front>br,.back>br,.navbar-nav > .langs,
body.contact #footer .contact-info,
.medium-wrapper.st > .mediumUrl .flip,
.medium-inner .mediumUrl:not(:hover) .figure-caption,
.small-wrapper.st1 .url-title,.medium-inner .url-title,
.small-wrapper.st1 > :first-child .figure-caption,
#footer .close-icon,#footer .open-icon,.small-wrapper.st1 img,
.small-wrapper.st1 > :not(:first-child) .url-head,
#expo-container .url-head:not(.active),
#expo-container .figure-caption:not(.active),
#expo-container > .expoUrl,#exclusiveURLs .bigUrl img,
.small-wrapper.st > .smallUrl .url-head,
.small-wrapper.st > .smallUrl .flip,
.carousel-control-next-icon,.carousel-control-prev-icon,
.open + #header-bottom .langsDropdown,
.open ~ #main-slideshow .carousel-indicators,
#header-middle #logo,#header-middle .navbar-toggler,
#header-bottom #mainNavContent,#header-middle:not([class]),
#header-top {
  display: none!important;
}


/* ========= RESPONSIVE */

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

  [id*="main-nav"] .dropdown-menu {
    min-width: 315px;
  }

}

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

  [id*="main-nav"] a.nav-link {
    padding: 15px 0;
  }

  #main-slideshow .carousel-item > * {
    max-width: 50%;
    flex: 0 0 50%;
  }

  #main-slideshow .carousel-caption {
    padding: 0;
  }

  #main-slideshow .carousel-caption p {
    padding: 0 100px;
  }

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

  .small-wrapper.st > .smallUrl .contents-wrapper {
    width: 60%;
  }

  .small-wrapper.st .inner-wrapper {
    padding: 0 200px;
  }

  .small-wrapper.st1 .figure-caption {
    padding: 60px 250px;
  }

  .medium-wrapper.st .medium-inner {
    padding: 0 250px;
  }

  .medium-wrapper.st > .mediumUrl .contents-wrapper {
    padding: 0 200px;
  }

  .small-wrapper.st1 > :not(:last-child) .url-head {
    padding: 0 400px;
  }

  #recent-wrapper {
    justify-content: space-between;
    padding: 0 250px;
  }

  #recent-wrapper > .recent-article {
    max-width: 32%;
  }

  #recent-wrapper > :not(:first-child) {
    margin-left: 0;
  }

  #footer .left, #footer .right {
    max-width: 50%;
  }

  #expo-caption {
    width: 35%;
  }

  body.contact .contactform,
  #contact-content > .contactform,
  body.multicontact .contactform {
    padding: 0 150px;
  }

}

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

  [id*="main-nav"] .navbar-nav > .nav-item > .nav-link {
    font-size: 23px;
  }

  #main-slideshow img {
    height: 600px;
  }

  #main-slideshow .carousel-item::after {
    height: 90%;
  }

  .small-wrapper.st1 > :not(:last-child) .url-head {
    padding: 0 300px;
  }

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

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

  .medium-wrapper.st > .mediumUrl .url-contents {
    padding: 0 100px;
  }

  #expo-img img {
    height: 640px;
  }

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

}

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

  #main-slideshow .carousel-caption h3 {
    padding: 0 57px;
    font-size: 38px;
    margin: 0;
  }

  #main-slideshow .carousel-caption p {
    padding: 0 100px;
    margin: 20px 0;
    font-size: 15px;
  }

  .small-wrapper.st > .smallUrl .contents-wrapper {
    width: 80%;
  }

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

  #expo-caption {
    width: 45%;
  }

  #expo-title h3 {
    font-size: 21px;
  }

  #expo-caption .url-contents {
    width: 85%;
    margin: 0;
    font-size: 11px;
  }

  .small-wrapper.st1 > :not(:last-child) .url-head {
    padding: 0 200px;
  }

  .small-wrapper.st1 .figure-caption {
    padding: 60px 100px;
  }

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

  .medium-wrapper.st > .mediumUrl .contents-wrapper {
    padding: 0 150px;
  }

  .medium-wrapper.st > .mediumUrl .url-contents {
    padding: 0;
  }

  .medium-wrapper.st .medium-inner {
    padding: 0 100px;
  }

  .medium-wrapper.st .medium-inner .mediumUrl .figure-caption {
    padding: 10px 25px;
  }

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

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

  #footer .contact-info-section {
    font-size: 14px;
  }

  .contactform > #contact-form {
    max-width: 48%;
  }

  .contactform > .contact-details {
    max-width: 50%;
  }

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

  .form-group.actions .flip {
    margin-top: 10px;
  }

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

  body.contact .contactform,
  #contact-content > .contactform,
  body.multicontact .contactform {
    padding: 0 50px;
  }

}

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

  [id*="main-nav"] .navbar-nav > .dropdown {
    flex-direction: column;
  }

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

  #main-slideshow .carousel-caption p {
    padding: 0 63px;
  }

  #header-middle.open .collapse:not(.show) {
    display: flex;
  }

  .carousel-control-prev {
    left: 0;
  }

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

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

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

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

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

  .small-wrapper.st .inner-wrapper {
    justify-content: space-between;
  }

  #expo-img img {
    height: 440px;
  }

  #expo-caption {
    top: 3%;
  }

  #expo-title h3 {
    font-size: 17px;
  }

  .small-wrapper.st1 > :not(:last-child) .url-head {
    padding: 0 50px;
  }

  .medium-wrapper.st > .mediumUrl .contents-wrapper {
    padding: 0 100px;
  }

  .medium-wrapper.st .medium-inner {
    padding: 0 50px;
  }

  #recent-wrapper > .recent-article {
    max-width: 49%;
  }

  #recent-wrapper > :last-child {
    margin-top: 30px;
  }

  #footer .contact-info-section:first-of-type,
  #footer .contact-info-section {
    margin: 0;
  }

  #footer .contact-info-container > :not(:last-child) {
    margin-right: 10px;
  }

  #rest-maps > .multicontact {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  #rest-maps .contact-details,
  #rest-maps .map-holder {
    max-width: 100%;
    flex: auto;
  }

}

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

  .navbar-toggler {
    right: 5%;
  }

  #header-bottom {
    margin-bottom: 20px;
  }

  [id*="main-nav"] .dropdown-menu > .nav-item > .nav-link {
    font-size: 11px;
  }

  #main-slideshow .carousel-caption,
  #main-slideshow .carousel-item.active::after {
    display: none;
  }

  #main-slideshow .carousel-item > img {
    max-width: 100%;
    flex: 0 0 100%;
    height: 300px;
  }

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

  .small-wrapper.st > .smallUrl .url-contents {
    font-size: 14px;
  }

  .small-wrapper.st .inner-wrapper {
    flex-direction: column;
    margin-top: 0;
    padding: 0 20px;
  }

  .small-wrapper.st .inner-wrapper > :not(:first-child) {
    margin-top: 30px;
  }

  .small-wrapper.st > .smallUrl .contents-wrapper {
    width: 96%;
  }

  #expo-caption {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
  }

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

  #expo-img img {
    height: 300px;
  }

  .small-wrapper.st1 > :not(:last-child) .url-head {
    padding: 0 20px;
  }

  .small-wrapper.st1 h3 {
    font-size: 60px;
  }

  .small-wrapper.st1 .url-head {
    height: 500px;
  }

  .small-wrapper.st1 .figure-caption {
    padding: 20px;
  }

  .small-wrapper.st1 .figure-caption > .url-contents {
    font-size: 18.5px;
    line-height: 35px;
  }

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

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

  .medium-wrapper.st > .mediumUrl .contents-wrapper {
    padding: 0 20px;
  }

  .medium-wrapper.st > .mediumUrl img {
    min-height: 100px;
  }

  .medium-wrapper.st .medium-inner {
    padding: 0 20px;
  }

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

  .medium-wrapper.st .medium-inner img {
    height: 250px;
  }

  .medium-wrapper.st .medium-inner .mediumUrl .figure-caption {
    padding: 10px;
  }

  .medium-wrapper.st .medium-inner .url-contents {
    font-size: 12px;
  }

  .medium-wrapper.st .medium-inner .url-contents {
    font-size: 12px;
  }

  .medium-wrapper.st .medium-inner > .mediumUrl {
    margin-top: 20px;
  }

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

  #recent-wrapper > .recent-article {
    max-width: 100%;
    flex: auto;
    border: none;
  }

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

  #footer #page-title {
    padding: 40px 20px;
  }

  #footer .left, #footer .right {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px 10px;
    align-items: center;
  }

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

  [id*="main-nav"] .navbar-nav > .nav-item > .nav-link {
    font-size: 15px;
  }

  [id*="main-nav"] a.nav-link {
    padding: 10px 0;
  }

  #header-bottom [id*="main-nav"] .langsDropdown.dropdown-menu {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    justify-content: center;
    margin-top: 20px;
  }

  #header-middle #mainNavContent {
    align-items: center;
  }

  .langsDropdown > a {
    justify-content: center;
  }

  #hero-title img {
    min-height: 200px;
  }

  #footer .contact-info-container {
    justify-content: center;
  }

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

  #footer #search-form > button {
    width: 100%;
  }

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

  #contact-content > .container-fluid,
  body.multicontact #contact-content > .container-fluid {
    padding: 0 40px;
  }

  .map-holder {
    height: 300px;
  }

  #rest-maps {
    flex-direction: column;
  }

  #rest-maps > .multicontact {
    max-width: 100%;
    flex: auto;
  }

  body.contact .contactform,
  #contact-content > .contactform,
  body.multicontact .contactform {
    padding: 0 15px;
  }

}

/* ========= ANIMATIONS */

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


@-webkit-keyframes slide-caption {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide-caption {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}



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



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

@-webkit-keyframes slide-expo {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-expo {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


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


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


 @-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
