@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap&subset=greek-ext');
/* Extras */
body:not(.loaded) {
	position: absolute;
	left: -20000px;
}
html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
}
body {
  background-color: transparent;
  color: #636363;
  background-repeat: repeat;
}
body.home main.container {
  max-width: 100%;
  margin-bottom: 0;
  padding: 15px;
  padding-bottom: 0;
}
body:not(.home) main {
  margin-bottom: 80px;
  min-height: 600px;
  max-width: 100%;
  padding: 0;
}
body:not(.home):not(.more) main {
  padding: 0 200px;
}
#spacer { padding-top: 172px; }
main { min-height: 50%; }
#title-language h1 {
  font-weight: 400;
  color: #909090;
  font-size: 1.2em;
  text-align: center;
}
figcaption>.title {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: inherit;
}
.navbar-dark .navbar-toggler {
  color: #636363;
  font-size: 23px;
  border-color: rgba(255,255,255,.1);
}
#header-top[style*='background-image'],
#header-middle[style*='background-image'],
#header-bottom[style*='background-image'] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
img {
  object-fit: cover;
  object-position: center;
}
a,a:hover {
  color: transparent;
}
/* Modal ===================================================== */
#new, .modal { z-index: 10000;}
/* Page title and jumbotron ===================================================== */
#hero-title {
  background-color: #c1c1c1;
  color: #ebe9cf;
  margin-top: 172px;
}
body:not(.home) .jumbotron.with-header-image {
  color: #ebe9cf;
}

/* Footer ====================================================================== */
#footer {
  display: block;
  position: relative;
  text-align: center;
  padding: 0;
}
#footer .left {
  padding-left: 0;
  padding-right: 20px;
}
#footer .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
}
#footer h1 {
  position: relative;
  font-size: 2em;
  font-weight: normal;
  padding-bottom: 20px;
  text-align: left;
}
#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 a {
  text-decoration: none;
}
#footer .row.logo {
  width: 100%;
  justify-content: flex-end;
  margin: 20px;
  margin-top: 0;
}
#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;
}
#footer .row { flex-direction: row-reverse; }
#footer .right {
  max-width: 65%;
  flex: 0 0 100%;
  padding: 35px;
}
#footer .left {
  max-width: 35%;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#footer-contact-button {
  margin-top: 40px;
  padding: 15px 30px;
  text-decoration: none;
}
footer #fourty-logo {
  width: 70px;
}
#home-map {
  height: 350px;
  width: 100%;
}
body.contact .map-holder {
  max-width: 40%;
  flex: 0 0 100%;
}
body.contact #footer > .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.contact .contact-details-card {
  justify-content: center;
}
/* Buttons ===================================================================== */
.button, .btn {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 7px 10px;
  font-size: 11px;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.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: #13130D;
}
#header .row { margin: 0; }
#header-top {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
}
#header-bottom {
  position: fixed;
  top: 40px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
}
#header-top > .container > .row {
  justify-content: center;
  align-items: center;
  height: 40px;
  font-weight: bold;
  padding: 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;
}
#header-top .social-container {
  justify-content: flex-end;
  margin: 0;
  max-width: 18%;
  flex: 0 0 100%;
}
#header-top .row > * {
  display: flex;
  align-items: center;
}
#header-top #searchform-container {
  max-width: 10%;
  flex: 0 0 100%;
  justify-content: center;
  margin: 0;
  border-left: 1px solid;
}
#langs-container > a {
  padding: 0;
  width: 100%;
  text-align: center;
}
#langs-container {
  max-width: 5%;
  flex: 0 0 100%;
  border-left: 1px solid;
}
#header-top #searchform-container.closed #search-form {
  width: 47%;
  transition: all .2s ease;
}
#header-top #searchform-container:not(.closed) #search-form {
  width: 100%;
  transition: all .2s ease;
}

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

/* Logo ======================================================================== */
#logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 200px;
  margin: 0;
  transition: all 0.3s ease;
}
#logo > img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
/* ============================================================================= */

/* MainNav ===================================================================== */
#main-nav {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  padding: 15px;
  position: relative;
  background-color: transparent;
  margin: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

#mainNavContent {
  align-items: center;
  justify-content: center;
}

#main-nav .navbar-nav > * { display: flex; }

#main-nav .nav-item {
  padding: 5px;
  margin-right: 20px;
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s ease;
}
.navbar-nav:not(.empty) > #first-nav-group { margin-right: 30px; }
.navbar-nav:not(.empty) > #second-nav-group { margin-left: 30px; }
#main-nav a.nav-link {
  position: relative;
  padding: 20px 0;
  font-weight: 700;
  font-size: 0.8em;
  background-color: transparent;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

#main-nav .dropdown-menu {
  left: -90px;
  right: 0;
  min-width: 300px;
  border-radius: 0;
  padding: 0;
  margin-top: 10px;
  transition: all 0.1s ease;
}
#main-nav .submenu .dropdown-menu {
  left: auto;
  border-left: 3px solid;
}
#main-nav .dropdown-menu li.nav-item {
  border: 0;
  flex-direction: column;
}
#main-nav .dropdown-menu a.nav-link {
  display: block;
  width: 100%;
  padding: 15px 20px;
  transition: color 0.3s ease;
}

#main-nav .navbar-nav > li.open > .dropdown-menu {
  display: block;
  top: 100%;
  margin-top: 0;
  opacity: 1;
  z-index: 99999;
}
#main-nav .navbar-nav > li.open > .dropdown-menu .dropdown-menu {
  position: relative;
  border-radius: 0;
  border: 0;
}
/* Languages */
#main-nav .langsDropdown.dropdown-menu {
  min-width: 100px;
}
#main-nav .langsDropdown.dropdown-menu .dropdown-item {
  transition: color 0.3s ease;
}
#main-nav .langsDropdown.dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
/* Sticky */
#main-nav.compact-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 39px;
  bottom: auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 5px;
}

#main-nav.compact-sticky #logo {
  height: 80px;
}
#main-nav.compact-sticky a.nav-link {
  padding: 15px 10px;
}
#logo {
  border-left: 1px solid;
  border-right: 1px solid;
}
.dropdown.show:not(.submenu) > .dropdown-menu.show { display: none; }
[id*=nav-group] > .dropdown.open:not(.submenu) > .dropdown-menu { display: block; }
.submenu.show > .dropdown-menu.show { position: relative; }
/* ============================================================================= */

/* Social ====================================================================== */

.social-container>li {
  display: inline-block;
  padding: 0;
  margin: 0 2px;
  vertical-align: middle;
  margin-top: 2px;
}
.social-container>li:last-of-type { margin-right: 0; }

.social-container>li>a {
  text-align: center;
  line-height: 12px;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 7px 5px;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s ease;
}

#footer .social-container > li > a {
  font-size: 20px;
}

body.contact #footer .container-fluid > *,
#footer .right > * {
  margin: 10px 0;
  padding: 0;
}

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

/* Slideshow =================================================================== */
#main-slideshow .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  text-align: center;
  z-index: 999;
}
.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;
  color: inherit;
  text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
}
#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 > .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:hover > .figure-caption { top: 0; }
.exclusive-url .url-title { text-decoration: none; }
.exclusive-url .url-title > h3 {
  text-decoration: none;
  font-size: 19px;
}
.exclusive-url .url-contents { opacity: 0.7; }

/* 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.smallUrl .url-title > h3 {
  font-weight: normal;
}

#small-group .btn,
#small-group .button {
  font-size: 12px;
  opacity: .7;
  border: 1px solid rgba(19,19,13,.2);
}

#small-group .btn:hover,
#small-group .button:hover {
  opacity: 1;
}

#small-group {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 250px;
  margin: 50px 0;
}
#small-group > * {
  display: flex;
  flex-direction: column;
  margin: 0;
}

[class*=small-group] .figure-caption {
  margin: 0;
}
[class*=small-group] > :first-child {
  margin-bottom: 30px;
}
[class*=small-group] .url-contents {
  padding: 0 15px;
  border-left: 1px solid rgba(19,19,13,.2);
}
[class*=small-group]:nth-of-type(even) > :last-child img,
[class*=small-group]:nth-of-type(odd) > :first-child img {
  height: 402px;
}

[class*=small-group]:nth-of-type(even) > :first-child img,
[class*=small-group]:nth-of-type(odd) > :last-child img {
  height: 502px;
}

/* Medium URLs --------------------------------------------------------------- */
.exclusive-url.mediumUrl {
  flex: 0 0 100%;
  padding: 0 150px;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.exclusive-url.mediumUrl:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.exclusive-url.mediumUrl > * {
  flex: 0 0 100%;
  max-width: 50%;
}
.exclusive-url.mediumUrl > .figure-caption {
  font-size: 1.3em;
  padding: 10px 50px;
  display: flex;
  height: 100%;
  align-items: center;
}
.exclusive-url.mediumUrl .url-title > h3 {
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.exclusive-url.mediumUrl .url-title > h3::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 3px;
}
.exclusive-url.mediumUrl .url-contents { margin-bottom: 30px; }
.exclusive-url.mediumUrl:nth-of-type(odd) > .figure-caption { justify-content: flex-end; }
.exclusive-url.mediumUrl > .url-head > img {
  padding: 0 100px;
  height: 650px;
  width: auto;
}

.exclusive-url.mediumUrl > .url-head {
  display: flex;
  justify-content: center;
}
/* Big URLs ------------------------------------------------------------------ */
#exclusiveURLs > .exclusive-url.bigUrl:not(.no-url) {
  padding: 0;
  margin-bottom: 0;
  flex: auto;
  max-width: 1000%;
  overflow: hidden;
}
#exclusiveURLs > .exclusive-url.bigUrl:not(.no-url) .url-head {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
#exclusiveURLs > .bigUrl:not(.no-url) .contents-wrapper {
  max-width: 75%;
  margin: auto;
}
#exclusiveURLs > .exclusive-url.bigUrl:not(.no-url) .figure-caption {
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.5);
}
.exclusive-url .contents-wrapper {
  display: block;
  width: 100%;
}
#exclusiveURLs > .exclusive-url.bigUrl:not(.no-url) .url-title > h3 {
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  font-size: 3em;
}
#exclusiveURLs > .exclusive-url.bigUrl:not(.no-url) .url-contents {
  margin: 40px auto;
  font-size: 1.4em;
}
#exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(odd) .url-head {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  background-image: none!important;
}
#exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(odd) img {
  height: 800px;
  width: auto;
}
#exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(odd) .figure-caption {
  display: flex;
  align-items: center;
}
#exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(odd) {
  min-height: 800px;
  padding: 0 150px;
  display: flex;
}
#exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(odd) > * {
  max-width: 50%;
  flex: 0 0 100%;
}
#exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(even) {
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(even) img { display: none; }
#exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(even) .contents-wrapper {
  text-align: left;
}

#exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(even) .figure-caption { width: 46%; }
#big-no-url-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  height: 100%;
  flex: 0 0 100%;
  padding: 50px 200px;
  background-color: transparent;
}
.exclusive-url.bigUrl.no-url {
  width: 100%;
  background-color: transparent;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column-reverse;
}
#big-no-url-wrapper .smallUrl {
  display: flex;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 60px;
}
.exclusive-url.bigUrl.no-url .url-head {
  background-image: none!important;
}
#big-no-url-wrapper .smallUrl .contents-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
#big-no-url-wrapper .smallUrl .contents-wrapper > .url-title {
  text-align: left;
  width: 30%;
}
#big-no-url-wrapper .smallUrl h3 { font-weight: bold; }
#big-no-url-wrapper .smallUrl .contents-wrapper > .url-contents {
  width: 45%;
  text-align: left;
}
#big-no-url-wrapper .smallUrl .contents-wrapper > .url {
  width: 13%;
  margin-right: 0;
  font-size: 10px;
}
#big-no-url-wrapper .smallUrl .figure-caption {
  border-bottom: 1px solid rgba(208,138,39,.2);
  padding-bottom: 20px;
}
.exclusive-url.bigUrl.no-url .figure-caption {
  margin-bottom: 10px;
}
.exclusive-url.bigUrl.no-url .contents-wrapper {
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.exclusive-url.bigUrl:not(.no-url):nth-of-type(even) .url-contents {
  opacity: 1;
}
/* Expo ------------------------------------------------------------------------ */
#expo-container {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  min-width: 100%;
}
#expo {
  display: flex;
  flex-direction: row;
  width: auto;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.4s ease;
  margin-top: 40px;
  margin-bottom: 40px;
}
#expo .expoUrl {
  padding: 0 15px;
  flex: 0 0 25%;
  transition: all 0.4s ease;
  margin-top: 0;
  margin-bottom: 0;
}
#expo .exclusive-url > .url-head { height: auto; }
#expo-container a.next, #expo-container a.prev {
  position: relative;
  padding: 7px 13px;
  font-size: 16px;
  background-color: transparent;
  transition: all 0.3s ease;
}
#expo-container a.prev { margin-right: 20px; }
#expo .expoUrl:not(.shown) { visibility: hidden; }
.exclusive-url.expoUrl .url-title > h3 {
  font-size: 16px;
  font-weight: bold;
}
.exclusive-url.expoUrl .contents-wrapper { text-align: center; }
#expo-controls {
  display: flex;
  flex-direction: row-reverse;
  width: 79%;
}

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


/* Articles ==================================================================== */
#recent-articles {
  padding: 0 200px;
}
#recent-articles h2 {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 2.5em;
  text-align: left;
  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; }
.modal-body p { color: #13130D; }
#articles-pagination {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #e2e2e2;
}
#articles-pagination .paging { text-align: center; }
#articles-pagination .paging > span,
#articles-pagination .paging > a {
  text-decoration: none;
  display: inline-block;
  padding: 4px;
  color: #242424;
}
#articles-pagination .paging > .active {
  background-color: #242424;
  color: #fff;
}
#articles-pagination .paging > a:nth-last-child(2) {
  display: none;
}
.breadcrumb-title { margin-right: 20px; }
#recent-articles-wrapper > :not(:last-child) { margin-bottom: 30px; }
#recent-articles-wrapper .recent-article {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 100%;
  padding: 20px;
}
#recent-articles-wrapper .recent-article > :first-child { width: 30%; }
#recent-articles-wrapper .recent-article > figcaption { width: 45%; }
#recent-articles-wrapper .recent-article > :last-child {
  width: 13%;
  margin: 0;
  align-self: center;
  border-radius: 0;
  font-size: 10px;
  font-weight: bold;
}
body.home main {
  margin-bottom: 0;
}
body.offers .card-body {
  display: flex;
  flex-direction: column;
}
body.offers .card-body > p:nth-of-type(2) {
  order: -1;
}
body.videos #videos-condent > .row,
#pdf-content > .row,
body.articles-list #articles-list-content,
body.offers #offers-content {
  justify-content: flex-start!important;
}
body.offers .offer img {
  height: 300px;
  width: 100%;
}
body.offers .buttons > * {
  background-color: transparent;
  font-size: 10px;
  padding: 7px 15px;
  border: 1px solid rgba(19,19,13,.2);
}
#offers .buttons,
#offers .btn {
  flex: 0;
}
#offers .offer .countdown .value {
  font-size: 14px;
}
#offers .offer .countdown .title {
  font-size: 9px;
}
body.offers .buttons > *:hover {
  background-color: transparent;
}
body.articles-list .article figcaption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.articles-list .article figcaption .btn,
body.articles-list .article figcaption .button {
  margin: 0;
  margin-top: 10px;
}
body.view-article>main,
body.articles-list>main {
  margin-top: 60px;
}
/* ============================================================================= */


/* Contact ===================================================================== */
body.contact main { margin-bottom: 0; }
body.contact #contact {
  padding: 0;
}
#contact-content > .row {
  margin: 0;
}
body.contact .contact-details-card .contact-details {
  padding: 80px;
  font-weight: bold;
}
body.contact .contact-details-card .contact-details a {
  text-decoration: none;
}
#contact-form {
  max-width: 100%;
}
#contact section.contactform {
  padding: 40px 0;
  font-weight: 700;
  margin-top: 80px;
}
#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 rgba(19,19,13,.1);
  font-size: 15px;
  font-weight: lighter;
  padding: 15px;
  margin: 2px;
  margin-bottom: 15px;
  border-radius: 0;
}
#contact-form label {
  font-weight: lighter;
  font-size: 13px;
}
textarea.form-control {
  height: 273px;
  max-height: 100%;
}
#contact-form .notes-container > .form-group { height: 100%; }
#contact #contact-form textarea {
  height: calc(100% - 2.5em);
  min-height: 200px;
}
.form-group.actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
body.home .form-group.actions {
  align-items: center;
}
#contact #contact-form .button {
  margin-left: inherit;
  margin-right: inherit;
  margin-top: 15px;
}
.g-recaptcha {
  display: inline-block;
  margin-left: 4px;
}

/* Multiple */
section.row.contact-details-card.multicontact {
  align-items: stretch;
  margin-bottom: 30px;
}
body.contact #contact-form { padding: 0 500px; }
body.contact #contact-form > form {
  display: flex;
  flex-direction: column;
}
#basic-contact-fields {
  display: flex;
  justify-content: space-between;
}
body.contact #contact-content > section {
  margin-bottom: 0;
}
/* ============================================================================= */

/* Gallery ===================================================================== */

.pswp { z-index: 99999 !important; }
body.gallery main {
  margin: 0;
  padding: 50px 250px;
}
.img-group {
  max-width: 25%;
  flex: 0 0 100%;
  flex-direction: column;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 850px;
}
.img-group > * {
  max-width: 100%;
  flex: 0 0 100%;
}
.image.col-md-4 {
  display: flex;
  justify-content: center;
}
.img-group img {
  width: 100%;
}
.img-group:nth-of-type(even) > :last-child,
.img-group:nth-of-type(odd) > :first-child {
  max-height: 300px;
}
.img-group:nth-of-type(even) > :last-child img,
.img-group:nth-of-type(odd) > :first-child img {
  height: 300px;
  width: 353px;
}
.img-group:nth-of-type(even) > :first-child img,
.img-group:nth-of-type(odd) > :last-child img {
  height: 500px;
}
.img-group:nth-of-type(even) > :first-child,
.img-group:nth-of-type(odd) > :last-child {
  max-height: 500px;
}
.image > .figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-group .image figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.img-group .image figure a::after {
  content: "";
  position: absolute;
  width: calc(100% - 31px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
  top: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.img-group .image:hover figure a::after {
  background-color: rgba(22, 32, 47, 0.85);
  transition: all .2s ease;
}

.img-group .image:hover figcaption p {
  display: block;
  margin: 0;
}

.img-group .image figcaption {
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.img-group .image:hover figcaption {
  display: flex;
}

.img-group .image:hover figcaption p {
  font-size: 20px;
  margin: 0;
  background-color: transparent;
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* Videos ====================================================================== */
#videos-condent .video, #offers .card,
#pdf .pdf, #articles-list .article {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}
#videos-condent .video .video-caption, #offers .card-body,
#pdf .pdf figcaption, #articles-list .article figcaption {
  margin-top: 20px;
  padding: 20px;
  color: #545454;
  border-left: 1px solid rgba(19,19,13,.2);
}
#videos-condent .video .video-caption h3, #offers .card-title,
#pdf .pdf figcaption h3, #articles-list .article figcaption h3 {
  font-weight: 400;
  text-decoration: none;
  font-size: 24px;
}
#articles-list .article figcaption h3 { font-size: 1.5em; }
#pdf .pdf figcaption a, #articles-list .article figcaption a {
  text-decoration: none;
}
/* ============================================================================= */

#move-top {
  display: none;
  position: fixed;
  padding: 10px 14px;
  bottom: 370px;
  right: 10px;
  top: auto;
  left: auto;
  font-size: 0.7em;
  cursor: pointer;
  opacity: .5;
  z-index: 9999;
}
#fb-messaging { z-index: 9999!important; }
#fixed-banner  {z-index: 99999!important; }
.langsDropdown [id*=flag] {
  height: 16px;
  width: 14px;
  display: block;
  margin-right: 5px;
}
.langsDropdown>a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

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

#image-attribution {
  background-color: #13130D;
  text-align: center;
  padding: 10px 0;
  font-size: 10px;
}
#image-attribution > a {
  text-decoration: none;
  color: #f6f6f6;
}
#image-attribution > a > span {
  color: #E67ACD;
}
/* ============================================================================= */


/* Search ====================================================================== */

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

#search-input {
  padding: 0;
  background-color: transparent;
}
#search-input::placeholder {
  opacity: 1;
}
#search-input:focus {
  box-shadow: none;
}
#searchform-container .open-icon,
#searchform-container .close-icon {
  display: inline-block;
  height: 100%;
  padding: 0;
  margin: 0 2px;
  vertical-align: middle;
  margin-top: 2px;
  order: -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: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 7px 5px;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s ease;
}

#search-results-list { width: 100%; }
table #contact-form>form.row {
  max-width: 100%;
  flex: 0 0 100%;
  flex-wrap: nowrap;
  margin: 0;
  flex-direction: column;
}

table #contact-form>form.row .form-group.actions {
  flex-direction: row;
  justify-content: space-between;
}

table #contact-form>form.row .form-group.actions .btn,
table #contact-form>form.row .form-group.actions .button {
  margin-right: 0;
}
body>.pswp>.pswp__bg.dark {opacity: 1!important;}
/* ============================================================================= */


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

#header-top .row > .col-md-4 > .social-container {
  max-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%;
}

/* Responsive ================================================================== */
@media all and (min-width: 768px) {

  body:not(.home) #footer .row.logo {
    justify-content: flex-end;
  }

  #contact-form .col-md-4,
  #contact-form .col-md-8 {
    max-width: 100%;
    padding: 0;
  }
  .social-container {
    text-align: right;
  }
  body:not(.home) #footer .contact-info-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-start;
  }
  .navbar-nav > .nav-item,
  .navbar > #logo { display: flex; }

  #main-nav > :first-child:not(#first-nav-group),
  #gallery-content .row > .image {
    display: none;
  }

}
@media all and (min-width: 1024px) {
  body:not(.home) #contact-form .form-group {
    padding: 0 15px;
  }
  body:not(.home) #contact-form .col-md-12 {
    padding-left: 0;
  }
  body:not(.home) .g-recaptcha {
    margin-left: 0;
  }
  body.home #footer .contact-info-container,
  body.home #footer .logo { text-align: left; }

  #exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(odd) > .url-head:not(.scrolled),
  #exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(odd) > .figure-caption:not(.scrolled) {
    opacity: 0;
  }
  #exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(odd) .url-head.scrolled {
    animation: slide-in-left;
    animation-duration: 1.5s;
  }
  #exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(odd) .figure-caption.scrolled {
    animation: slide-in-right;
    animation-duration: 1.5s;
  }
  #main-slideshow .carousel-caption h3 {
    animation-name: scale-in-center;
    animation-duration: 1s;
  }
  #main-slideshow .carousel-caption p {
    animation-name: slide-in-top;
    animation-duration: 1.2s;
  }
  #main-slideshow .carousel-caption .btn,
  #main-slideshow .carousel-caption .button {
    animation-name: slide-in-bottom;
    animation-duration: 1.5s;
  }
  .exclusive-url.mediumUrl > .url-head:not(.scrolled),
  .exclusive-url.mediumUrl > .figure-caption:not(.scrolled) {
    opacity: 0;
  }
  .exclusive-url.mediumUrl:nth-of-type(odd) > .url-head.scrolled {
    animation-name: slide-in-top;
    animation-duration: 1.5s;
  }
  .exclusive-url.mediumUrl:nth-of-type(odd) > .figure-caption.scrolled {
    animation-name: slide-in-bottom;
    animation-duration: 1.5s;
  }
  .exclusive-url.mediumUrl:nth-of-type(even) > .url-head.scrolled {
    animation-name: slide-in-bottom;
    animation-duration: 1.5s;
  }
  .exclusive-url.mediumUrl:nth-of-type(even) > .figure-caption.scrolled {
    animation-name: slide-in-top;
    animation-duration: 1.5s;
  }
}
@media (min-width: 1200px) {
  .container { max-width: 1170px; }
}
@media all and (min-width: 1280px) {
  body.home .form-group.actions {
    flex-direction: row;
  }
  #footer #contact-form .btn,
  #footer #contact-form .button {
    margin: auto;
  }
}
@media all and (min-width: 1440px) {
  #contact-form .form-group {
    padding-right: 15px;
  }
  body.home #contact-form .col-md-4,
  body.home #contact-form .col-md-8 {
    max-width: 50%;
  }
}

@media all and (min-width: 1921px) {

  .img-group:nth-of-type(even) > :last-child img,
  .img-group:nth-of-type(odd) > :first-child img,
  .img-group:nth-of-type(even) > :first-child img,
  .img-group:nth-of-type(odd) > :last-child img {
    width: 530px;
  }

}

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

/* Mobile ====================================================================== */
@media screen and (max-width: 1440px) {
  body:not(.home) #contact-form { padding: 0 250px; }
  #search-input { font-size: 13px; }
  .exclusive-url.mediumUrl > .url-head > img {
    height: 550px;
  }
  #big-no-url-wrapper .smallUrl {
    padding: 0 30px;
  }
  #recent-articles-wrapper .recent-article > :last-child {
    width: 17%;
  }
  body:not(.home):not(.more) #spacer {
    padding-top: 200px;
  }
  body:not(.home):not(.more) main {
    padding: 0 100px;
  }
  .img-group {
    max-width: 33.33333%;
  }
  .img-group:nth-of-type(even) > :last-child img,
  .img-group:nth-of-type(odd) > :first-child img {
    width: 376px;
  }
}
@media screen and (max-width: 1280px) {
  #contact-form form.row {
    flex-direction: column;
  }
  body.home #contact-form .form-group.actions {
    flex-direction: column;
    align-items: flex-start;
  }
  #main-nav a.nav-link {
    font-size: 10px;
  }
  #small-group {
    padding: 0 150px;
  }
  .exclusive-url.mediumUrl {
    padding: 0 50px;
  }
  #recent-articles,
  #exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(odd) {
    padding: 0 100px;
  }
  #big-no-url-wrapper {
    padding: 50px 100px;
  }
}
@media screen and (max-width: 1024px) {
  #main-nav .nav-item {
    margin-right: 15px;
  }
  #main-nav.compact-sticky .nav-item {
    margin-right: -1px;
  }
  body.home #contact-form .col-md-8.notes-container {
    padding-left: 0;
    padding-right: 0;
  }
  #main-slideshow .carousel-caption .btn,
  #main-slideshow .carousel-caption .button {
    margin-bottom: 20px;
  }
  body.home .form-group.actions {
    align-items: center;
  }
  body:not(.home) #contact-form {
    padding: 0 15px;
  }
  #footer .contact-info-section .icon {
    margin-right: 0;
  }
  #offers .buttons .button,
  #offers .buttons .btn {
    margin: 0 auto;
  }
  #offers .buttons {
    flex-direction: column;
  }
  #offers .buttons .interested {
    margin-top: 20px;
  }
  body.home #footer #contact-form .btn,
  body.home #footer #contact-form .button {
    margin: 0;
    margin-top: 15px;
    margin-left: 4px;
  }
  #header-top .row > * {
    justify-content: center;
    border: none;
  }
  #main-nav {
    border: none;
  }
  #header-top .row > .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #header-top #searchform-container,
  #header-top #langs-container,
  #header-top .social-container {
    max-width: 33.333333%;
    flex: 0 0 100%;
    border: none;
  }
  #header-top > .container > .row {
    height: 53px;
  }
  #header-bottom {
    top: 53px;
  }
  .langsDropdown.dropdown-menu {
    left: -127px!important;
  }
  #main-slideshow {
    margin-top: 53px;
  }
  #logo { border: none; }
  .langsDropdown.dropdown-menu {
    padding: 0;
  }
  .langsDropdown.show {
    display: flex;
  }
  #small-group {
    padding: 0 100px;
  }
  #recent-articles-wrapper .recent-article > :last-child,
  #big-no-url-wrapper .smallUrl .contents-wrapper > .url {
    padding: 10px 5px;
  }
  .article.col-md-4,
  .col-md-4.offer {
    max-width: 50%;
    flex: 0 0 100%;
  }
  #contact section.contactform {
    padding: 40px 200px;
  }
  body.contact .map-holder {
    max-width: 55%;
  }
  body.contact .contact-details-card .contact-details {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  #header-top {
    position: relative;
    width: 100%;
    height: auto;
  }
  #hero-title,
  #main-slideshow {
    margin-top: 0;
  }
  #main-slideshow .carousel-caption .btn,
  #main-slideshow .carousel-caption .button {
    margin-bottom: 0;
    padding: 10px 5px;
    font-size: 10px;
  }
  #searchform-container {
    width: 100%;
    margin: 0 auto;
  }
  #header-top .social-container { text-align: center;}
  #footer #home-map { height: 300px; }
  #footer .contactform .col-md-4,
  #footer .contactform .col-md-8,
  #footer .contactform .col-md-12 {
    padding: 0;
  }
  #footer .contact-info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body:not(.home) #contact-form {
    padding: 0;
  }
  body.contact #contact-content > * {
    padding: 20px 50px;
  }
  #header-top > .container > .row {
    height: auto;
  }
  #header-top .col-md-8 {
    text-align: center;
  }
  header .contact-info-container .contact-info-section {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  #header-bottom {
    position: relative;
    top: 0;
  }
  #spacer {
    padding-top: 50px;
  }
  .navbar-toggler:not(:disabled):not(.disabled) { border: 0; }
  #main-nav .nav-item {
    flex-direction: column;
    align-items: flex-start;
  }
  #main-nav a.nav-link {
    display: block;
    width: 100%;
  }
  #main-nav.compact-sticky #logo { height: 100px; }
  #main-nav.compact-sticky a.nav-link { padding: 20px 0; }

  /* Show the caption of the slideshow */
  #main-slideshow .carousel-caption {
    display: block;
    font-size: 4px;
    height: auto;
  }
  #main-slideshow .carousel-caption h3 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .exclusive-url {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .exclusive-url.bigUrl .url-title > h3 {
    font-size: 2.3em;
  }
  .exclusive-url.smallUrl {
    flex: 0 0 100%;
  }
  .exclusive-url.mediumUrl:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .exclusive-url.mediumUrl>.figure-caption {
    font-size: 1.3em;
    padding: 10px;
    max-width: 40%;
  }
  .bigUrl .contents-wrapper {
    max-width: 100%;
    margin: auto;
  }
  body.home #footer h1,
  body.home #footer .logo,
  body.home #footer .social-container,
  body.home #footer .logo {
    text-align: center;
  }
  body.home #footer h1::after { margin: 0 auto; }
  body:not(.home) #footer .social-container {
    text-align: center;
  }
  #view-article {
    padding: 15px;
  }
  #view-article h2 {
    font-size: 2em;
  }
  #article-image {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #offers .buttons,
  #offers .btn {
    flex-direction: column;
    margin: 0 auto;
  }
  #offers .btn.interested,
  #offers .button.interested {
    margin-top: 10px;
  }
  #offers .col-md-4.offer,
  #articles-list .col-md-4.article {
    max-width: 50%;
    flex: 0 0 50%;
  }
  body.pdf #footer .right {
    align-items: stretch;
  }
  .map-holder {
    height: 300px;
  }
  body.contact .map-holder,
  body.contact .col-md-4.contact-details {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #main-slideshow .carousel-caption p {
    font-size: 14px;
  }
  #main-slideshow .carousel-caption h3 {
    font-size: 40px;
  }
  #small-group {
    padding: 0;
  }
  #exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(odd) img {
    height: 500px;
  }
  #exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(odd) .url-title > h3 {
    font-size: 25px;
  }
  #exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(odd) .url-contents {
    font-size: 14px;
  }
  #exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(odd) {
    min-height: 550px;
  }
  .exclusive-url.mediumUrl .url-contents {
    font-size: 15px;
  }
  .exclusive-url.mediumUrl .url-title > h3 {
    font-size: 20px;
  }
  .exclusive-url.mediumUrl .btn,
  .exclusive-url.mediumUrl .button {
    padding: 10px 5px;
    font-size: 10px;
  }
  .exclusive-url.mediumUrl > .url-head > img {
    padding: 0;
  }
  .exclusive-url.mediumUrl > .url-head {
    max-width: 60%;
  }
  #exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(odd) {
    padding: 0 20px;
  }
  #recent-articles-wrapper .recent-article,
  #big-no-url-wrapper .smallUrl .contents-wrapper {
    flex-wrap: wrap;
  }
  #recent-articles-wrapper .recent-article > :last-child,
  #recent-articles-wrapper .recent-article > figcaption,
  #recent-articles-wrapper .recent-article > :first-child,
  #big-no-url-wrapper .smallUrl .contents-wrapper > .url,
  #big-no-url-wrapper .smallUrl .contents-wrapper > .url-contents,
  #big-no-url-wrapper .smallUrl .contents-wrapper > .url-title {
    width: 100%;
  }
  #footer #home-map {
    height: 100%;
  }
  #logo {
    justify-content: flex-start;
  }
  body:not(.home):not(.more) #spacer {
    padding-top: 0;
  }
  #basic-contact-fields > .form-group {
    max-width: 30%;
    flex: 0 0 100%;
  }
  body.contact .map-holder {
    padding: 0;
  }

  .navbar-toggler {
    outline: none!important;
  }

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

  #header-top #searchform-container,
  #header-top #langs-container,
  #header-top .social-container {
    max-width: 100%;
  }
  #searchform-container .open-icon,
  #searchform-container .close-icon {
    order: 0;
  }
  #header-top > .container > .row {
    padding: 10px;
  }
  #header-top .row > * {
    margin: 5px 0;
  }
  #main-slideshow .carousel-caption {
    display: none;
  }
  #small-group {
    flex-wrap: wrap;
  }
  #expo .expoUrl {
    flex: 0 0 100%;
  }
  #expo-controls {
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .exclusive-url.mediumUrl:nth-of-type(odd),
  .exclusive-url.mediumUrl:nth-of-type(even) {
    height: 100%;
    flex-direction: column;
  }
  .exclusive-url.mediumUrl > .url-head,
  .exclusive-url.mediumUrl>.figure-caption {
    max-width: 100%;
  }
  #exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(odd) img,
  .exclusive-url.mediumUrl > .url-head > img {
    height: 100%;
  }
  #exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(odd) {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    position: relative;
  }
  #exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(odd) > * {
    max-width: 100%;
    flex: 1;
  }
  #exclusiveURLs > .exclusive-url.bigUrl:not(.no-url):nth-of-type(even) .figure-caption {
    width: 100%;
  }
  #recent-articles,
  body:not(.home):not(.more) main,
  #big-no-url-wrapper {
    padding: 0;
  }
  #footer .row {
    flex-direction: column;
  }
  #footer #home-map {
    height: 300px;
  }
  #footer .right,
  #footer .left {
    max-width: 100%;
  }
  body:not(.home) #langs-container { margin-bottom: 30px; }
  body:not(.home):not(.more) main {
    padding: 0 20px;
  }
  body.gallery .image.col-md-4 img,
  body.gallery .image.col-md-4 {
    width: 100%;
    margin: 5px 0;
  }
  body.contact #contact-content > section { padding: 20px; }
  .g-recaptcha { margin-left: -5px; }
  #basic-contact-fields { flex-direction: column; }
  #basic-contact-fields > .form-group {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #main-nav { padding-bottom:0;}
  #mainNavContent {
    background-color: #fff;
    /* margin: 0 -15px; */
  }

  #main-nav.compact-sticky {
    top: 0;
  }

  .langsDropdown.dropdown-menu {
    left: -79px!important;
    top: 11px;
  }

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

  #main-nav {
    justify-content: space-around;
  }

}

/* =============== DISPLAY NONE =============== */
#header-middle,.image figure>figcaption,.navbar-nav.empty>#logo,
#recent-articles > .recent-article,.recent-article figcaption > .inverted,#footer .contactform,
#big-no-url-wrapper .smallUrl .url-head,.exclusive-url.bigUrl.no-url .url-contents,
#exclusiveURLs > .bigUrl.no-url {
  display: none!important;
}


.scale-in-center {
	-webkit-animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-in-top {
	-webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-in-bottom {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}

.slide-in-left {
	-webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-in-right {
	-webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
    animation-delay: .2s;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
    animation-delay: .2s;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
    animation-delay: .5s;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
    animation-delay: .5s;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

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

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

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