@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap&subset=greek-ext');
/* Extras */
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%;
}
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;}
body.articles-list main,
body.pdf main,
body.offers main,
body.videos main {
  padding: 0 200px;
}
#header-top .social-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 25px;
}

#header-top #searchform-container {
  position: absolute;
  right: 0;
}
#search-wrapper {
  display: flex;
  align-items: center;
  max-width: 25%;
  flex: 0 0 100%;
}
#header-top .contact-info-container {
  display: flex;
  align-items: center;
}
a,a:hover {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

/* Modal ===================================================== */
#new, .modal { z-index: 10000;}
/* Page title and jumbotron ===================================================== */
#hero-title {
  display: flex;
  flex-direction: row-reverse;
  max-width: 100%;
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
}
#hero-title #page-title {
  max-width: 33.333333%;
  flex: 0 0 100%;
  font-size: 45px;
}
#hero-title img {
  max-width: 66.666666%;
  flex: 0 0 100%;
  max-height: 450px;
}
#hero-title h1 {
  margin: 0;
  padding: 20px;
}
#spacer {
  padding: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Footer ====================================================================== */
#footer {
  display: block;
  position: relative;
  text-align: center;
  padding: 0;
}
#footer .left {
  padding: 0;
  max-width: 100%;
  flex: 0 0 100%;
}
#footer .right {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding: 20px 650px;
  flex: 0 0 100%;
  max-width: 100%;
}
body:not(.home) #footer .right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  flex: 0 0 100%;
  max-width: 100%;
}
#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 .icon {
  margin-bottom: 10px;
  font-size: 25px;
}
#footer .contact-info-section a {
  text-decoration: none;
}

#footer .row.logo {
  width: 100%;
  justify-content: flex-end;
  margin: 20px;
  margin-top: 0;
}
#footer .contactform .col-md-4,
#footer .contactform .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
#footer .row {flex-direction: column-reverse;}
#basic-contact-fields {
  display: flex;
  justify-content: center;
  align-items: center;
}
#basic-contact-fields .form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 33.333333%;
  flex: 0 0 100%;
}
#footer form .btn,
#footer form .button {
  margin: 0;
}
#footer .contact-info,
#footer .social {
  padding: 30px;
}


#footer .contact-info-container {
  display: flex;
  justify-content: center;
}
#footer .contact-info-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer #fourty-logo {
  width: 70px;
  margin: 0;
  padding: 20px 0;
}
#footer .right #contact-form{padding: 0;}
.form-group:not(:last-of-type) {
  margin-right: 5px;
}


/* Buttons ===================================================================== */
.button, .btn {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 7px 15px;
  font-size: 10px;
  border: 0;
  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;
}
#header .row { margin: 0; }
#header-top {
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  height: 58px;
  z-index: 999;
}
#header-bottom {
  position: relative;
  z-index: 9999;
}

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

#header-top > .container > .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  padding: 15px 0;
  font-size: 11px;
}

header .contact-info-container .contact-info-section,
header .contact-info-container .contact-info-section a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
header .contact-info-container .contact-info-section { margin-left: 20px; }
header .contact-info-container .contact-info-section:first-of-type { margin-left: 0; }
header .contact-info-container .contact-info-section .icon {
  margin-right: 10px;
}

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

/* Logo ======================================================================== */
#logo {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}

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

/* MainNav ===================================================================== */
#main-nav {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 5px 200px;
  position: relative;
  color: #828282;
  margin: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
#mainNavContent {
  align-items: stretch;
}
#main-nav .navbar-nav {
  align-items: stretch;
}
#main-nav .navbar-collapse {
  flex-grow: 0;
}
#main-nav .nav-item {
  margin-right: 20px;
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s ease;
}
#main-nav .nav-item:last-of-type { margin-right: 0; }
#main-nav a.nav-link {
  position: relative;
  padding: 0;
  color: inherit;
  font-weight: 700;
  font-size: 0.8em;
  background-color: transparent;
  text-transform: uppercase;
  transition: color 0.3s ease;
}


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

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

/* Sticky */
#main-nav:not(.compact-sticky) {
  position: relative;
}

#main-nav.compact-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#main-nav.compact-sticky a.nav-link {
  padding: 15px 10px;
}
#main-nav .navbar-nav>.nav-item>.dropdown-menu {
  top: 70px;
  right: -100px;
}
#main-nav .navbar-nav>.nav-item>.langsDropdown {
  right: -63px;
}
.dropdown.show:not(.submenu) > .dropdown-menu.show { display: none; }
#main-nav .dropdown-menu li.nav-item {
  margin-right: 0;
}
/* ============================================================================= */

/* Social ====================================================================== */
.social-container>li {
  display: inline-block;
  width: 28px;
  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: inline-block;
  width: 100%;
  height: 100%;
  padding: 7px 5px;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s ease;
}

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

/* 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;
  color: inherit;
  text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
}
#main-slideshow .carousel-caption h3 {
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: bold;
}
#main-slideshow .carousel-caption p {
  font-size: 1.2em;
  margin-bottom: 50px;
  color: inherit;
}
#main-slideshow .btn,
#main-slideshow .button {
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 15px;
  border: 3px solid;
  font-size: 10px;
}
#main-slideshow img {
  max-height: 1080px;
}
#main-slideshow .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  color: #fff;
  text-align: center;
  z-index: 999;
}
/* ============================================================================= */

/* 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;
  transition: top 0.5s ease;
}
.exclusive-url:hover > .figure-caption { top: 0; }
.exclusive-url .url-title { text-decoration: none; }
.exclusive-url .url-title > h3 {
  text-decoration: none;
  font-size: 2em;
}

/* Small URLs ---------------------------------------------------------------- */
#small-wrapper {
  display: flex;
  padding: 0 150px;
}
#small-wrapper .exclusive-url.smallUrl {
  flex: 0 0 33.33336%;
}
#small-wrapper .exclusive-url.smallUrl > .url-head {
  height: auto;
  width: 100%;
}
#small-wrapper .exclusive-url.smallUrl > .figure-caption {
  margin-top: 20px;
  padding: 0;
}
#small-wrapper .exclusive-url .url-title > h3 {
  font-weight: normal;
}
#small-wrapper .smallUrl:not(:first-of-type) .url-title>h3 {
  font-size: 20px;
  font-weight: bold;
}
#small-wrapper .smallUrl:first-of-type>.figure-caption {margin-top:0;}
#small-wrapper .smallUrl:first-of-type .url-title>h3 {
  font-size: 40px;
  margin-bottom: 40px;
}
#small-wrapper .exclusive-url.smallUrl img{height: 280px;}
#small-wrapper .smallUrl:first-of-type .url-contents {
  line-height: 2;
  font-size: 19px;
}
#small-wrapper .smallUrl:not(:first-of-type) .btn,
#small-wrapper .smallUrl:not(:first-of-type) .button{
  position: absolute;
  bottom: 0;
  z-index: 99;
  right: 0;
  left: auto;
  top: auto;
  padding: 7px 15px;
  font-size: 10px;
}
#small-wrapper .smallUrl:first-of-type .btn,
#small-wrapper .smallUrl:first-of-type .button {
  padding: 7px 15px;
  background-color: transparent;
  font-size: 10px;
  transition: all .2s ease;
}
#small-wrapper .smallUrl:first-of-type .btn:hover,
#small-wrapper .smallUrl:first-of-type .button:hover {
  transition: all .2s ease;
}
#no-url-smalls {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}
#no-url-smalls>.smallUrl{
  max-width: 25%;
  flex: 0 0 100%;
  margin: 0;
  padding: 0;
  height: 317px;
}
#no-url-smalls>.smallUrl .url-head {
  height: auto;
}
#no-url-smalls img {
  width: 100%;
  height: 317px;
  transform: scale(1);
  transition: transform .2s ease;
}
#no-url-smalls .smallUrl:hover img {
  transform: scale(1.2);
  transition: transform .2s ease;
}
#no-url-smalls .smallUrl .figure-caption {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0;
  background-color: rgba(0,0,0,.7);
}
#no-url-smalls .smallUrl:hover .figure-caption {
  display: block;
}
#no-url-smalls .contents-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
}
#rest-small {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 200px;
  margin: 50px 0;
}
#rest-small>.smallUrl {
  max-width: 25%;
  flex: 0 0 100%;
  justify-content: space-around;
}
#rest-small>.smallUrl .url-head {
  height: auto;
}
#rest-small>.smallUrl .figure-caption {
  height: 36%;
  padding: 0;
  margin: 10px;
}
#rest-small>.smallUrl img {
  height: 100%;
}
#rest-small>.smallUrl:first-of-type {
  display: flex;
  flex-direction: column-reverse;
}
#rest-small>#inner-wrapper {
  max-width: 50%;
  flex: 0 0 100%;
}
#rest-small>#inner-wrapper>.smallUrl {
  display: flex;
}
#rest-small>#inner-wrapper>.smallUrl:nth-of-type(even) {
  flex-direction: row-reverse;
}

#small-wrapper .smallUrl:first-of-type h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 71%;
  margin: 0 auto;
  background-color: #fff;
  font-size: 27px;
  font-weight: bold;
}

#small-wrapper .smallUrl:first-of-type h3::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  width: 420px;
  right: auto;
  margin: 0 auto;
  z-index: -1;
}

#rest-small.no-wrapper > .smallUrl:first-of-type + .smallUrl {
  display: flex;
  max-width: 50%;
}

#rest-small.no-wrapper > .smallUrl:first-of-type + .smallUrl .figure-caption {
  height: auto;
  padding: 10px;
}

#rest-small.no-wrapper > .smallUrl:first-of-type + .smallUrl .url-contents {
  line-height: 2;
  font-size: 19px;
}

/* Medium URLs --------------------------------------------------------------- */
.exclusive-url.mediumUrl {
  max-width: 33.333333%;
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
}

.exclusive-url.mediumUrl > .figure-caption {
  font-size: 1.3em;
  padding: 10px 50px;
  display: flex;
  height: 100%;
  align-items: center;
  z-index: 10;
}
.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: 5px;
  left: 7px;
  right: 0;
  width: 150px;
  height: 3px;
}
.exclusive-url.mediumUrl .url-contents {margin-bottom: 30px;}
[id*=medium-wrapper] {
  position: relative;
  overflow-x: hidden;
  margin: 30px 0;
}

[id*=medium-wrapper].no-animation {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 150px;
}

.inner-medium {
  display: flex;
  justify-content: space-between;
}

.inner-medium>.mediumUrl {
  max-width: 48%;
}

[id*=medium-wrapper].no-animation .url-contents {
  padding: 5px;
}
.exclusive-url .contents-wrapper,
[id*=medium-wrapper]:not(.no-animation) .caption-bg {
  text-align: center;
}
[id*=medium-wrapper].no-animation .contents-wrapper {
  text-align: left;
}
[id*=medium-wrapper].no-animation .exclusive-url.mediumUrl .url-title > h3 {
  margin-bottom: 40px;
  padding: 5px;
  padding-bottom: 10px;
}
/* Big URLs ------------------------------------------------------------------ */
.exclusive-url.bigUrl {
  padding: 0;
  margin: 0;
  max-width: 100%;
  flex: 0 0 100%;
  overflow: hidden;
}
.exclusive-url.bigUrl .url-head {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.exclusive-url.bigUrl:nth-child(odd) img {
  display: none;
}
.exclusive-url.bigUrl:nth-child(odd) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 900px;
}
.exclusive-url.bigUrl:nth-child(odd) .figure-caption {
  width: 50%;
  padding: 150px 150px;
  background-color: rgba(0,0,0,.8);
}
.exclusive-url.bigUrl:nth-child(odd) h3 {
  font-size: 50px;
}
.exclusive-url.bigUrl:nth-child(odd) .url-contents {
  margin: 20px 0;
  font-size: 25px;
}
.bigUrl:nth-child(odd) .contents-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.exclusive-url.bigUrl:nth-child(even) {height: 700px;}
.exclusive-url.bigUrl:nth-child(even) .url-head img { display: none; }
.bigUrl:nth-child(even) .contents-wrapper {
  max-width: 50%;
  margin: auto;
}
.exclusive-url.bigUrl:nth-child(even) .figure-caption {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.5);
}

.exclusive-url .contents-wrapper {
  display: block;
  width: 100%;
}
.exclusive-url.bigUrl:nth-child(even) .url-title > h3 {
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  font-size: 3em;
}
.exclusive-url.bigUrl:nth-child(even) .url-contents {
  margin: 40px auto;
  font-size: 18px;
}
.exclusive-url.bigUrl:nth-child(even) .contents-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgba(0,0,0,.8);
  justify-content: center;
  padding: 100px;
  margin: 0;
}
.exclusive-url.bigUrl:nth-child(even) .btn,
.exclusive-url.bigUrl:nth-child(even) .button {
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 15px;
  background-color: transparent;
  font-size: 10px;
  transition: all .2s ease;
}
.exclusive-url.bigUrl:nth-child(even) .btn:hover,
.exclusive-url.bigUrl:nth-child(even) .button:hover {
  transition: all .2s ease;

}

.exclusive-url.bigNoUrl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  max-width: 100%;
  flex: 0 0 100%;
}
.exclusive-url.bigNoUrl>.figure-caption>.contents-wrapper {
  text-align: center;
  width: 50%;
  margin: auto;
}
.exclusive-url.bigNoUrl>.figure-caption .url-contents {
  width: 50%;
  margin: 30px auto;
}
.exclusive-url.bigNoUrl>.figure-caption h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  margin: 0 auto;
  background-color: #fff;
  font-size: 27px;
  font-weight: bold;
}
.exclusive-url.bigNoUrl>.figure-caption h3::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  width: 420px;
  right: auto;
  margin: 0 auto;
  z-index: -1;
}
/* Expo ------------------------------------------------------------------------ */
#expo-container {
  position: relative;
  overflow: hidden;
  padding: 0 300px;
}
#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 33.333333%;
  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: 5px 12px;
  font-size: 16px;
  opacity: 1;
  transition: all 0.3s ease;
}
#expo-container a.next {
  right: 10px;
}
#expo-container a.prev {
  left: 10px;
}

#expo-container .expoUrl img {height: 240px;}
.expoUrl .btn,
.expoUrl .button{
  position: absolute;
  bottom: 0;
  z-index: 99;
  right: 0;
  left: auto;
  top: auto;
  padding: 7px 15px;
  font-size: 10px;
}
.expoUrl .btn,
.expoUrl .button {
  padding: 7px 15px;
}

.expoUrl .url-title h3 {font-size: 20px;}
.expoUrl .figure-caption{margin-top: 20px;}
.expoUrl .contents-wrapper .url-contents {
  margin-top: 10px;
}
/* ============================================================================= */


/* Articles ==================================================================== */
#recent-articles {
  margin-bottom: 100px;
}
#recent-articles h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 27px;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 16%;
  background-color: #fff;
}

#recent-articles h2::after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  width: 420px;
  right: auto;
  margin: 0 auto;
  z-index: -1;
}

.recent-article figcaption h3 {
  font-size: 15px;
  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: #e6e6e6;
}
.modal-body p { color: #091007; }
#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; }
#articles-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 300px;
}
#articles-wrapper .recent-article {
  max-width: 33.333333%;
  flex: 0 0 100%;
}
.recent-article img {
  width: 100%;
  height: 245px;
  transform: scale(1);
  transition: transform .2s ease;
}
.recent-article:hover img {
  transform: scale(1.2);
  transition: transform .2s ease;
}
.recent-article .url-head {
  position: relative;
  overflow: hidden;
}
.recent-article .url-head::after {
  content: "";
  display: none;
  background-color: rgba(255,255,255,.6);
  width: 100%;
  height: 245px;
  position: absolute;
  top: 0;
}
.recent-article:hover .url-head::after {display: block;}
#articles-wrapper .btn,
#articles-wrapper .button {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
  padding: 7px 15px;
  border: 3px solid #fff;
  background-color: #fff;
  font-size: 10px;
  z-index: 9;
}
.recent-article .description {font-size: 15px;}
/* ============================================================================= */


/* Contact ===================================================================== */
body.contact main { margin-bottom: 0; }
body.contact #contact {
  padding: 0;
}
#contact-content > .row {
  margin: 0;
}
body.contact .contact-details-card .contact-details {
  color: #f0f0f0;
  font-weight: bold;
}
body.contact .contact-details-card .contact-details a {
  text-decoration: none;
}

#contact-form {
  max-width: 100%;
}
#contact section.contactform {
  background-color: #f0f0f0;
  padding: 80px 0;
  font-weight: 700;
  margin-top: 80px;
}
#contact #contact-form label {
  display: block;
  font-weight: lighter;
}
.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;
  font-weight: lighter;
  width: 100%;
  height: 45px;
  font-size: 14px;
  padding: 15px;
  margin: 2px;
  margin-bottom: 15px;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
}
textarea.form-control {
  min-height: 150px;
  max-height: 100%;
}
#contact-form .notes-container > .form-group {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#contact #contact-form textarea {
  height: calc(100% - 2.5em);
  min-height: 200px;
}
.form-group.actions {
  display: flex;
  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;
}

#footer form>.col-md-4,
#footer form>.col-md-8 {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
label {
  text-transform: uppercase;
  font-size: 13px;
}
#footer .right .row {
  flex-direction: column;
}
body.contact .contact-details-card {
  justify-content: center;
}
body.contact .map-holder {
  max-width: 25%;
  flex: 0 0 100%;
}
body.contact #contact-content .row.contactform {
  margin: 0;
  padding: 0;
}
body.contact .multicontact .col-md-4.contact-details,
body.contact #details-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 80px;
}
body.contact .multicontact .col-md-4.contact-details>*,
body.contact #details-wrapper>* {
  margin-right: 15px;
}
body.contact .singlecontact .social { margin-top: 20px; }
/* ============================================================================= */

/* Gallery ===================================================================== */
#gallery {
  padding: 0 200px;
}
#gallery .image {
  position: relative;
  height: 317px;
  overflow: hidden;
  padding: 2px;
  max-width: 25%;
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
}
#gallery .image .figure {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#gallery .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 476px;
  height: 317px;
  opacity: 1;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: all 0.3s ease;
}
#gallery figure>figcaption {
  display: block;
  position: absolute;
  top: auto;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
  background: rgba(255,255,255,0.5);
  padding: 0;
}
#gallery figure>figcaption > p {
  display: block;
  margin-bottom: 0;
  padding: 10px;
}
#gallery .image:hover img {
  transform: translate(-50%,-50%) scale(1.1);
}
.pswp {
  z-index: 9999 !important;
}
/* ============================================================================= */

/* Videos ====================================================================== */
#videos-condent .video, #offers .card,
#pdf .pdf, #articles-list .article {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}
#videos-condent .video .video-caption,
#pdf .pdf figcaption, #articles-list .article figcaption {
  margin-top: 20px;
  padding: 0;
}
#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: 25px;
}
#articles-list .article figcaption h3 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
#pdf .pdf figcaption a, #articles-list .article figcaption a {
  text-decoration: none;
}
.article .url-head {
  position: relative;
  overflow: hidden;
}
.article .url-head::after {
  content: "";
  display: none;
  background-color: rgba(255,255,255,.6);
  width: 100%;
  height: 245px;
  position: absolute;
  top: 0;
}
.article:hover .url-head::after {
  display: block;
}
.article .url-head .btn,
.article .url-head .button {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
  padding: 7px 15px;
  background-color: #fff;
  font-size: 10px;
  z-index: 9;
}
.article img {
  width: 100%;
  height: 245px;
  transform: scale(1);
  transition: transform .2s ease;
}
.article:hover img {
  transform: scale(1.2);
  transition: transform .2s ease;
}
/* ============================================================================= */

#move-top {
  position: fixed;
  padding: 5px 12px;
  bottom: 20px;
  right: 10px;
  top: auto;
  left: auto;
  font-size: 0.7em;
  cursor: pointer;
  z-index: 9999;
}

#fb-messaging { z-index: 9999!important; }
#fixed-banner  {z-index: 99999!important; }
#fixed-banner.left { left: 65px!important; }


/* Lazyload ==================================================================== */
/*
  Set the default height of lazyload elements. Their height will be reset back
  to normal when they are loaded.
*/

#main-slideshow .lazyload { min-height: 600px !important; }
.smallUrl .lazyload, .mediumUrl .lazyload, .expoUrl .lazyload {
  min-height: 300px !important;
}
#hero-title > .lazyload { min-height: 400px !important; }
/* ============================================================================= */


/* Search ====================================================================== */
#searchform-container {
  display: flex;
  align-items: center;
  width: 30%;
  max-width: 1000px;
  margin-right: 0;
  padding-right: 15px;
  transition: all 0.3s ease;
  height: 38px;
}

#searchform-container.closed {
  max-width: 45px;
}
#search-form {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.closed #search-form {
  display: none;
}

#search-input:focus {
  box-shadow: none;
}
#searchform-container .open-icon,
#searchform-container .close-icon {
  display: inline-block;
  width: 28px;
  height: 26px;
  padding: 0;
  margin: 0 2px;
  vertical-align: middle;
  margin-top: 2px;
}
#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 */

#search-results-list { width: 100%; }

#pdf-content>.row,
#offers-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start!important;
}
.col-md-4.pdf img,
.col-md-4.offer img {
  width: 482px;
  height: 317px;
}
.offer .info,
.offer .inverted {
  padding: 7px 15px;
  font-size: 10px;
}
.offer .countdown .value { font-size: 12px; }
.offer .countdown .title { font-size: 11px; }
.pdf.col-md-4 {
  display: flex;
  flex-direction: column-reverse;
}
.pdf .head-wrapper {
  position: relative;
}
.pdf .head-wrapper .btn,
.pdf .head-wrapper .button {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  padding: 7px 15px;
  font-size: 10px;
}
body.contact form {
  flex-direction: column;
}
body:not(.home) #contact-form {
  padding: 100px 550px;
}

body.contact .social-container {text-align: left;}
body.contact #footer .social-container,
body:not(.contact) .social-container {
  text-align: center;
}
#searchform-container .form-group { margin: 0; }
#search-input {
  padding: 0;
  margin: 0;
  background-color: transparent;
  text-indent: 10px;
}
body.view-article #view-article {
  padding: 0 100px;
}
body.home main {
  margin-bottom: 0;
}

body.home #page-title {
  padding: 0 584px;
}

body.home #footer .right {
  padding: 20px 0;
}
body.contact #contact-content > section {
  margin: 30px 0;
}
#header-top .row > .col-md-4 .social-container {
  padding: 0;
}
/* ============================================================================= */

#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) {
  .recent-article:not(.scrolled) { opacity: 0; }
  #rest-small {
    -webkit-transform: translateX(-5000px);
    transform: translateX(-5000px);
  }
  #rest-small>* {
    -webkit-transform: translateX(-5000px);
    transform: translateX(-5000px);
  }
  .recent-article:first-of-type.scrolled {
    -webkit-animation: text-pop-up-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: text-pop-up-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }

  .recent-article:nth-of-type(2).scrolled {
    -webkit-animation: text-pop-up-top 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: text-pop-up-top 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }

  .recent-article:nth-of-type(3).scrolled {
    -webkit-animation: text-pop-up-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: text-pop-up-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }

  .recent-article:nth-of-type(4).scrolled {
    -webkit-animation: text-pop-up-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: text-pop-up-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }

  .recent-article:nth-of-type(5).scrolled {
    -webkit-animation: text-pop-up-top 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: text-pop-up-top 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }

  #rest-small.scrolled {
    -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;
  }

  #rest-small.scrolled>* {
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
            animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
  }


  #contact-form .col-md-4,
  #contact-form .col-md-8 {
    max-width: 100%;
    padding: 0;
  }

  .caption-bg {
    content: "";
    position: absolute;
    top: 0;
    width: 33.333333%;
    height: calc(100% - 7px);
    opacity: .9;
    z-index: 9;
    transition: transform .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
  }

  .caption-bg .btn,
  .caption-bg .button {
    margin-top: 0;
    margin-bottom: 0;
    padding: 7px 15px;
    border: 3px solid;
    font-size: 10px;
  }

  .exclusive-url.mediumUrl img{height: 600px;}
  .exclusive-url.mediumUrl > .figure-caption {
    position: absolute;
    top: 0;
  }

  .no-animation .mediumUrl::after {
    content: "";
    position: absolute;
    opacity: .9;
    background-color: #091007;
    top: 0;
    width: 45%;
    height: 100%;
    opacity: .9;
    z-index: 9;
    transition: transform .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
  }


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

}
@media (min-width: 1200px) {
  .container { max-width: 1170px; }
}

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

/* Mobile ====================================================================== */
@media screen and (max-width: 1440px) {
  #main-nav.compact-sticky .nav-item { margin-right: 3px; }
  #main-slideshow .carousel-caption h3 { font-size: 50px; }
  #main-slideshow .carousel-caption p { font-size: 16px; }
  #main-nav { padding: 5px 60px; }
  #main-nav a.nav-link { font-size: 11px; }
  #expo-container,
  #articles-wrapper,
  #rest-small {
    padding: 0 150px;
  }
  .exclusive-url.bigNoUrl>.figure-caption h3 {
    width: 53%;
  }
  #recent-articles h2 { width: 26%; }
  body:not(.home) #contact-form { padding: 100px 400px; }
  #footer .right { padding: 100px 450px; }

  .col-md-4.pdf img,
  .col-md-4.offer img {
    width: 100%;
  }

  #offers .offer .countdown .title {
    font-size: 9px;
  }

  #spacer { padding: 80px; }

  #small-wrapper .smallUrl:first-of-type h3::before {
    width: 350px;
  }

  body.home #page-title {
    padding: 0 354px;
  }

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

  #small-wrapper { padding: 0 100px; }
  .exclusive-url.bigUrl:nth-child(odd) .figure-caption {
    padding: 100px 100px;
  }

  #contact-form form.row {
    flex-direction: column;
  }
  body:not(.home) #contact-form {
    padding: 100px 300px;
  }
  #footer .right {
    padding: 100px 350px;
  }
  #spacer { padding: 50px; }
  #gallery {
    padding: 0 150px;
  }

  #videos-condent .video .video-caption h3,
  #offers .card-title, #pdf .pdf figcaption h3 {
    font-size: 25px;
  }

  #articles-list .article figcaption h3 {
    font-size: 17px;
  }

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

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

  #small-wrapper .smallUrl:first-of-type h3::before {
    width: 350px;
  }

  #rest-small.no-wrapper {
    padding: 0 50px;
  }

  body.home #page-title {
    padding: 0 273px;
  }

}
@media screen and (max-width: 1024px) {
  #main-nav .nav-item { margin-right: 10px; }
  #main-nav { padding: 5px 30px; }
  #main-nav.compact-sticky a.nav-link { padding: 5px; }
  #expo-container,
  #articles-wrapper {
    padding: 0 100px;
  }
  #rest-small { padding: 0 50px; }
  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;
  }

  #footer .contact-info-section .icon {
    margin-right: 0;
  }
  #offers .buttons .button,
  #offers .buttons .btn {
    margin: 0 auto;
  }

  body.home #footer #contact-form .btn,
  body.home #footer #contact-form .button {
    margin: 0;
    margin-top: 15px;
    margin-left: 4px;
  }
  .exclusive-url.bigNoUrl>.figure-caption .url-contents {
    width: 71%;
  }
  .exclusive-url.bigUrl:nth-child(odd) .figure-caption {
    padding: 50px 50px;
  }
  .exclusive-url.bigUrl:nth-child(odd) .url-contents {
    font-size: 22px;
  }
  #footer .right {
    padding: 100px 250px;
  }

  #gallery {
    padding: 0 100px;
  }

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

  #videos-condent .video .video-caption h3,
  #offers .card-title,
  #pdf .pdf figcaption h3,
  #articles-list .article figcaption h3 {
    font-size: 25px;
  }

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

  #articles-list .article figcaption h3 {
    font-size: 17px;
  }

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

  body.contact .multicontact .col-md-4.contact-details,
  body.contact #details-wrapper {
    padding: 40px;
  }

  body:not(.home) #contact-form {
    padding: 50px 150px;
  }

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

  #search-wrapper {
    max-width: 33.333333%;
  }

  #small-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #small-wrapper .exclusive-url.smallUrl {
    flex: 0 0 50%;
  }

  #small-wrapper .exclusive-url.smallUrl:first-of-type {
    flex: 0 0 100%;
  }

  [id*=medium-wrapper].no-animation {
    padding: 0 50px;
  }

  #rest-small.no-wrapper {
    justify-content: flex-start;
  }

  #rest-small.no-wrapper > .smallUrl:first-of-type + .smallUrl {
    max-width: 75%;
  }

  #rest-small.no-wrapper>.smallUrl:first-of-type {
    margin-bottom: 0;
  }

  body.home #page-title {
    padding: 0 146px;
  }

}
@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;
  }
  #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: row;
    align-items: center;
  }
  body:not(.home) #contact-form {
    padding: 0;
  }
  body.contact #contact-content > section {
    padding: 20px;
  }
  #header-top > .container > .row {
    height: auto;
  }
  #header-top .col-md-8 {
    text-align: center;
  }

  #header-bottom {
    position: relative;
    top: 0;
  }

  .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 a.nav-link,
  #main-nav 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, .exclusive-url.mediumUrl:nth-of-type(odd) {
    flex-direction: column;
  }
  .exclusive-url.mediumUrl>.figure-caption {
    font-size: 1.3em;
    padding: 10px;
  }
  .bigUrl .contents-wrapper {
    max-width: 100%;
    margin: auto;
  }
  #expo .expoUrl {
    flex: 0 0 100%;
  }
  body.home #footer .left {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  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: left;
    padding: 0;
  }
  #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 .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%;
    padding: 0;
  }
  #main-nav .nav-item {
    border: 0;
  }
  #small-wrapper {
    padding: 0 50px;
  }
  .exclusive-url.bigUrl:nth-child(even) .url-title > h3 {
    font-size: 36px;
  }
  #rest-small>#inner-wrapper,
  #rest-small:not(.no-wrapper)>.smallUrl {
    max-width: 33.333333%;
    justify-content: flex-end;
  }
  #rest-small>#inner-wrapper>.smallUrl:nth-of-type(even),
  #rest-small>#inner-wrapper>.smallUrl {
    flex-direction: column;
  }
  #rest-small>.smallUrl:first-of-type {
    flex-direction: column-reverse;
  }
  #expo-container, #articles-wrapper {
    padding: 0 50px;
  }
  #footer .right {
    padding: 100px 150px;
  }
  body.home #footer .left {
    margin: 0;
    padding: 0;
  }

  #footer .contact-info,
  #footer .social {
    padding: 30px 0;
  }

  #gallery .image {
    max-width: 33.333333%;
  }

  body:not(.home) #contact-form {
    padding: 50px 100px;
  }

  header .contact-info-container .contact-info-section .icon {
    margin-right: 4px;
  }

  #header-top .col-md-8 {
    max-width: 60%;
    margin-left: 0;
  }

  #search-wrapper {
    max-width: 40%;
  }

  .caption-bg {padding: 25px;}

  #no-url-smalls .contents-wrapper {
    padding: 11px;
  }

  #rest-small.no-wrapper>.smallUrl:first-of-type {
    order: -2;
    max-width: 50%;
  }

  #rest-small.no-wrapper>.smallUrl:last-of-type {
    order: -1;
    max-width: 50%;
  }

  #rest-small.no-wrapper > .smallUrl:first-of-type + .smallUrl {
    max-width: 100%;
  }

  body.home #page-title {
    padding: 0 19px;
  }

}
@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-caption,
  #main-slideshow .carousel-indicators,
  #main-slideshow .carousel-control-next,
  #main-slideshow .carousel-control-prev,
  #main-slideshow .btn,
  #main-slideshow .button {
    display: none;
  }
  #small-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  #small-wrapper .exclusive-url.smallUrl {
    flex: 0 0 100%;
  }

  .exclusive-url.mediumUrl {
    max-width: 100%;
  }
  .caption-bg {display: none;}

  .exclusive-url.mediumUrl .url-title > h3 {
    font-size: 25px;
  }
  .exclusive-url.mediumUrl .url-contents {
    font-size: 16px;
  }
  .exclusive-url.bigUrl:nth-child(even) .contents-wrapper {
    max-width: 100%;
    background-color: rgba(0,0,0,.6);
    padding: 20px;
  }
  #rest-small>#inner-wrapper,
  #rest-small>.smallUrl {
    max-width: 100%;
  }
  #rest-small>.smallUrl .figure-caption {
    height: 100%;
  }
  #rest-small .smallUrl .url-head {
    overflow: visible;
  }
  #rest-small>.smallUrl:first-of-type {
    flex-direction: column;
  }
  #recent-articles h2::after,
  #small-wrapper .smallUrl:first-of-type h3::before,
  .exclusive-url.bigNoUrl>.figure-caption h3::before {
    width: 330px;
  }
  .exclusive-url.bigNoUrl>.figure-caption>.contents-wrapper {
    width: 100%;
  }
  .exclusive-url.bigNoUrl>.figure-caption h3 {
    width: 79%;
  }
  #no-url-smalls>.smallUrl {
    max-width: 100%;
    padding: 2px;
    margin: 2px 0;
  }
  #no-url-smalls .smallUrl .figure-caption {
    display: block;
    background-color: rgba(0,0,0,.6);
  }

  .exclusive-url.bigUrl:nth-child(odd) .figure-caption {
    width: 90%;
    padding: 30px;
    background-color: rgba(0,0,0,.6);
  }

  #articles-wrapper .recent-article {
    max-width: 100%;
  }

  #expo-container, #articles-wrapper,
  body:not(.home) #contact-form {
    padding: 0 20px;
  }

  .form-group.actions,
  #basic-contact-fields {
    flex-direction: column;
  }

  #basic-contact-fields .form-group {
    max-width: 100%;
  }

  .exclusive-url.mediumUrl {
    padding: 0 15px;
  }

  #recent-articles h2 {
    width: 80%;
  }

  #footer {
    padding: 20px 15px;
  }

  #footer .right {
    padding: 20px;
  }
  #basic-contact-fields {
    align-items: stretch;
  }

  #footer .contact-info-container {
    flex-direction: column;
  }

  #expo-container a.next,
  #expo-container a.prev {
    top: 53%;
    padding: 2px 8px;
  }
  #expo-container a.next {
    right: 5px;
  }
  #expo-container a.prev {
    left: 5px;
  }

  #logo img {
    width: 140px;
  }

  #no-url-smalls>.smallUrl,
  #no-url-smalls img {
    height: auto;
  }

  #gallery .image,
  #hero-title img {
    max-width: 100%;
  }

  #hero-title #page-title {
    max-width: 100%;
    position: absolute;
  }

  #gallery {
    padding: 0 20px;
  }

  body.articles-list main,
  body.pdf main,
  body.offers main,
  body.videos main {
    padding: 0 20px;
  }
  .countdown {
    display: flex;
    justify-content: center;
  }
  .countdown .col-sm-3 {
    max-width: 25%;
  }

  #offers .offer {
    margin-bottom: 15px;
  }

  body.contact #contact-content .row.contactform {
    padding: 20px;
  }

  #header-top > .container > .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #search-wrapper {
    max-width: 100%;
    margin-top: 20px;
  }

  #header-top .col-md-8 {
    max-width: 100%;
  }


  #small-wrapper .exclusive-url.smallUrl:first-of-type,
  #small-wrapper .exclusive-url.smallUrl {
    flex: 0 0 100%;
  }

  #small-wrapper .smallUrl:first-of-type h3 { width: 75%; }

  [id*=medium-wrapper].no-animation {
    padding: 0 10px;
  }

  .inner-medium {
    flex-direction: column;
  }

  [id*=medium-wrapper].no-animation .mediumUrl:not(:last-of-type) {
    margin-bottom: 10px;
  }

  #rest-small.no-wrapper>.smallUrl {
    order: 0!important;
    max-width: 100%!important;
  }

  #rest-small.no-wrapper > .smallUrl:first-of-type + .smallUrl {
    flex-direction: column;
  }

  #rest-small.no-wrapper {
    padding: 0 10px;
  }

  body.view-article #view-article {
    padding: 0 10px;
  }

  #rest-small>#inner-wrapper,
  #rest-small:not(.no-wrapper)>.smallUrl {
    max-width: 100%;
  }

  #hero-title img {
    max-width: 100%;
  }

  #hero-title #page-title {
    max-width: 100%;
    position: absolute;
    font-size: 30px;
  }

  #header-top .social-container {
    justify-content: center;
  }

}
@media screen and (max-width: 320px) {
  #small-wrapper .smallUrl:first-of-type .url-title>h3 {
    font-size: 25px;
    width: 96%;
  }

  #recent-articles h2::after,
  #small-wrapper .smallUrl:first-of-type h3::before,
  .exclusive-url.bigNoUrl>.figure-caption h3::before {
    width: 292px;
  }

  #footer .contactform .col-md-4 {
    padding: 20px;
  }

  body.home #contact-form .col-md-8.notes-container {
    padding: 0 20px;
  }

  .exclusive-url.mediumUrl {
    margin-bottom: 80px;
  }

}

/* ============= DISPLAY NONE ============= */
#header-middle,.carousel-item:not(.active),
#small-wrapper .smallUrl:first-of-type>.url-head,#exclusiveURLs>.smallUrl,
.caption-bg .figure-caption:not(.active),#exclusiveURLs>.mediumUrl,
.expoUrl .figure-caption .btn,.expoUrl .figure-caption .button,
#small-wrapper .smallUrl:not(:first-of-type) .figure-caption .btn,
#small-wrapper .smallUrl:not(:first-of-type) .figure-caption .button
.mediumUrl:not(.active) .figure-caption,#no-url-smalls .btn,
#no-url-smalls .button,.exclusive-url.bigNoUrl>.url-head,
#articles-wrapper .recent-article>a:first-of-type,#view-article>h2,
#footer .right .contact-info,#footer .right .logo,
body.contact #footer .contact-info,#exclusiveURLs>.expoUrl,
#footer .right .social,.offer .card-body .btn-group,
body:not(.home) #footer .right,.article.col-md-4 .figure>a,
.article.col-md-4 figcaption>.btn,.article.col-md-4 figcaption>.button,
body:not(.home) #footer .left .map-holder,#hero-title>.container-fluid,
body:not(.home) #footer .contactform,.pdf figcaption .button,
.singlecontact .col-md-4.contact-details>p,.no-animation .caption-bg,
#recent-articles>.recent-article,.pdf figcaption .btn,
.mediumUrl.no-content .url-contents {
  display: none!important;
}



 @-webkit-keyframes text-pop-up-top {
  0% {
    -webkit-transform: translateY(550px);
            transform: translateY(550px);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;

  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;

  }
}
@keyframes text-pop-up-top {
  0% {
    -webkit-transform: translateY(550px);
            transform: translateY(550px);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}




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

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