@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,greek');
/* Extras */
html,
body {
  font-size: 16px;
  font-family: 'Roboto', serif;
}
body {
  background-color: transparent;
  color: #636363;
  background-repeat: repeat;
}
body.home main.container {
  max-width: 100%;
  margin-bottom: 0;
}
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-light .navbar-toggler {
  color: #636363;
  font-size: 23px;
  border-color: rgba(255,255,255,.1);
}
#home-content {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
#move-top {
  display: flex!important;
  width: 32px!important;
  height: 32px!important;
  justify-content: center;
  align-items: center;
  z-index: 100000!important;
  background-color: #fff!important;
  color: #525252!important;
}
main { margin-bottom: 0; }
/* Footer ====================================================================== */
#footer {
  display: block;
  position: relative;
  background: #fff;
  color: #2d2d2d;
  text-align: center;
  padding: 50px 15px;
}
#footer .container-fluid {
  display: flex;
  flex-direction: column;
}
#footer #bottom-footer {
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  order: -1;
}
body:not(.contact) #footer #bottom-footer {
  border-bottom: 1px solid rgba(0,0,0,0.17);
}
body.contact #bottom-footer .top-container:last-of-type {
  border-bottom: 1px solid rgba(0,0,0,0.17);
  margin-bottom: 0;
  padding-bottom: 30px;
}
body.contact #footer #bottom-footer { margin-bottom: 0; }
#footer #top-footer { margin-bottom: 30px; }
footer #fourty-logo { margin: 10px auto; }
#footer #home-map {
  height: 300px;
  width: 100%;
}

#footer .top-container {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}
.contact-info-section {
  margin-right: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #4b9625;
}
.contact-info-section:last-of-type { margin-right: 0; }
.contact-info-section > span,
.contact-info-section a {
  font-size: 16px;
  margin-left: 5px;
  color: #2d2d2d;
  text-decoration: none;
}
#footer #page-title,
body.contact #bottom-footer #current-page-title {
  text-align: center;
  display: block;
  position: relative;
  width: 100%;
  font-size: 20px;
  opacity: 0.8;
  margin-bottom: 30px;
}

/* Buttons ===================================================================== */
.button, .btn {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 16px 20px;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 0;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
  z-index: 1;
}
.button::before,
.button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.3s ease;
  z-index: -1;
}
.button::before {
  background-color: #4b9625;
  transform: scaleX(1);
}
.button:hover, .btn:hover {
  color: #4b9625;
}
.button:hover::after {
  transform: scaleX(1);
}

.button.inverted {
  padding: 6px 10px;
  color: #4b9625;
  background-color: transparent;
  padding: 0;
}
.button.inverted::before { display: none; }
.button.inverted::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -4px;
  right: -4px;
  bottom: auto;
  height: 2px;
  background-color: #4b9625;
}
.btn.focus, .btn:focus { box-shadow: none; }
/* ============================================================================= */

/* Header ====================================================================== */
#header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  color: #252525;
}
#header .row { margin: 0; }
#header-top #logo {
  display: block;
  position: relative;
  height: auto;
  padding: 0;
  margin: 20px auto;
}
#header-top #logo img {
  width: 100%;
  height: auto;
}
#header-bottom {
  background: #8cc141;
  background: linear-gradient(to bottom, #8cc141 0%,#4b9625 60%);
}
/* ============================================================================= */

/* MainNav ===================================================================== */
body:not(.contact) #main-nav {
  border-top: 1px solid #ddd;
}
#main-nav .navbar-nav { margin: auto; }
#main-nav .navbar-nav > li {
  padding: 0 10px;
}
#main-nav .navbar-nav > li > a {
  display: inline-block;
  float: none;
  padding: 20px 10px;
  padding-bottom: 15px;
  border-bottom: 4px solid transparent;
  color: inherit;
  background-color: transparent;
  text-shadow: none;
  box-shadow: none;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
#main-nav .navbar-nav > li > .dropdown-menu {
  opacity: .3;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#main-nav .navbar-nav > li.open > .dropdown-menu {
  display: block;
  top: auto;
  opacity: 1;
  z-index: 999999;
}
#main-nav .dropdown-menu>li>a {
  padding: 10px 20px;
  color: inherit;
  transition: all 0.4s ease;
}
#main-nav .dropdown-menu>li>a:hover, .dropdown-menu>.active>a,
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #84c341 !important;
  background-image: none;
}
#main-nav .navbar-nav>li>a:hover, #main-nav .navbar-nav>li.active>a,
#main-nav .navbar-nav>li.dropdown.open>a, #main-nav .navbar-nav>li>a:hover {
  border-color: #84c341;
  background: none;
  background-image: none;
}
#main-nav .dropdown.submenu .dropdown-menu {
  display: none;
  position: relative;
  background-color: #282828;
  color: #fff;
  border-radius: 0;
  border: 0;
}
#main-nav .dropdown.submenu.open .dropdown-menu { display: block; }
#main-nav .dropdown.submenu .dropdown-menu a {
  color: #fff;
}

/* Compact sticky */
#main-nav.compact-sticky {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  width: auto;
  background-color: rgba(255,255,255,.95);
  z-index: 9999999;
}
#main-nav.compact-sticky .navbar-header {
  height: auto;
}
#main-nav.compact-sticky #logo {
    height: 65px;
}
#main-nav.compact-sticky #logo img {
  height: 100%;
  width: auto;
}
#main-nav.compact-sticky .navbar-nav>li {
  height: auto;
}
/* ============================================================================= */

/* Social ====================================================================== */
.social-container {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.social-container > li {
  display: inline-block;
  padding: 0;
  font-size: 26px;
  margin-right: 30px;
}
.social-container > li:last-of-type { margin-right: 0; }

.social-container > li > a {
  color: #2d2d2d;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.social-container > li > a:hover {
  opacity: 1;
}
.social-container > li > a > img {
  width: 100%;
  height: auto;
  opacity: 0.5;
  vertical-align: inherit;
}
/* ============================================================================= */

/* Particles =================================================================== */
#particles-container { position: relative; }
canvas.particles-js-canvas-el {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
/* ============================================================================= */

/* Slideshow =================================================================== */
#main-slideshow {
  padding-top: 150px;
  padding-bottom: 70px;
  position: relative;
  z-index: 9;
}
#main-slideshow .carousel-inner {
  overflow: visible;
  width: auto;
}
#main-slideshow .carousel-item > .img-container {
  float: right;
}
#main-slideshow .carousel-item > .img-container::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(45, 45, 45, 0.3);
  top: 60px;
  bottom: -50px;
  left: 50px;
  right: -20px;
  z-index: -1;
}
#main-slideshow .carousel-item img {
  width: 100%;
  height: auto;
  box-shadow: -10px 10px 60px rgba(0,0,0,0.23);
}
#main-slideshow .carousel-item .carousel-caption {
  max-width: 50%;
  flex: 0 0 50%;
  position: relative;
  float: left;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  text-align: left;
  padding-top: 0;
  padding-right: 30px;
}
#main-slideshow .carousel-caption h3,
#main-slideshow .carousel-caption p {
  display: block;
  position: relative;
  padding-left: 0;
  margin-left: 0;
}

#main-slideshow .carousel-caption h3 {
  font-size: 3.75em;
  font-weight: 700;
  margin: 15px;
  margin-left: 0;
  opacity: 0.9;
}

#main-slideshow .carousel-caption p {
  padding: 15px;
  padding-left: 0;
  font-size: 1.2em;
}
#main-slideshow .carousel-caption .read-more {
  position: relative;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
#main-slideshow .carousel-caption .read-more::after {
  content: "";
  position: absolute;
  top: 100%;
  bottom: auto;
  left: -3px;
  right: 0;
  margin-top: 5px;
  height: 2px;
  background-color: #fff;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.4s ease;
}
#main-slideshow .carousel-item:hover .read-more::after {
  transform: scaleX(1);
}
#main-slideshow .carousel-caption .read-more > .fa-chevron-right {
  font-size: 12px;
  margin-left: 5px;
}

#main-slideshow .carousel-control-next, #main-slideshow .carousel-control-prev {
  font-size: 32px;
  width: 100px;
}
#main-slideshow .carousel-control-next { margin-right: -100px; }
#main-slideshow .carousel-control-prev { margin-left: -100px; }
/* ============================================================================= */

/* Articles ==================================================================== */
#recent-articles {
  padding-bottom: 30px;
  background: #f1c239;
  background: linear-gradient(to bottom, #f1c239 0%,#f19539 90%);
}
#recent-articles #recent-articles-title {
  padding: 0;
  margin-left: -10px;
}
#recent-articles #recent-articles-title > h2 {
  font-size: 10em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  color: #000000;
  opacity: 0.1;
  margin-top: -100px;
  text-transform: uppercase;
}
.recent-article {
  max-width: 100%;
  flex: 0 0 100%;
}
.article-img > img {
  max-width: 100%;
  height: auto;
}
.recent-article, .article > figure {
  white-space: normal;
  display: flex;
  flex-direction: row;
  align-content: stretch;
  justify-items: flex-start;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
  padding: 0;
  text-align: left;
  background-color: #fff;
  box-shadow: -10px 10px 40px rgba(0,0,0,.1);
  transition: all 0.5s ease;
}
.recent-article:hover, .article > figure:hover {
  transform: scale(1.03);
}
.recent-article > .article-img, .article figure > .article-img {
  display: flex;
  position: relative;
  flex: 1 1;
  align-items: center;
  justify-content: center;
  margin-left: -30px;
  overflow: hidden;
}
.recent-article figcaption, .article figcaption {
  padding: 60px 40px;
  flex: 2 1;
}
.recent-article .article-title,
.article .title {
  display: block;
  overflow: hidden;
  margin: 0;
  width: 100%;
  font-size: 33px;
  font-weight: bold;
  text-decoration: none;
  color: #2d2d2d;
  transition: all 0.4s ease;
}
.recent-article .title,
.article .title > h3 {
  font-size: inherit;
  font-weight: inherit;
}
.recent-article .description, .article .description {
  margin: 30px 0;
}
.recent-article .button > .fa-chevron-right, .article .button > .fa-chevron-right {
  font-size: 12px;
  margin-left: 5px;
}
#article-image {
  width: 50%;
  float: left;
  margin-right: 15px;
}
#view-article-content.noPicture #article-image { display: none; }
#recent-articles .all-articles {
  margin-bottom: 30px;
}
#recent-articles .all-articles::before {
  background-color: #f1c239;
}
#recent-articles .all-articles:hover {
  color: #f1c239;
}
/* ============================================================================= */

/* Premium text ================================================================ */
#premium-text {
  padding: 0;
  background-color: #dbe0e3;
  order: 1;
}
#premium-text > div {
  padding: 100px;
  max-width: 1440px;
  margin: 0 auto;
}
.custom.slideshow #premium-text > div {
  padding: 0;
  max-width: 100%;
  margin: 0;
}
/* ============================================================================= */

/* Exclusive URLs ============================================================== */
#exclusiveURLs {
  display: block;
  position: relative;
  background-color: #dbe0e3;
  padding-bottom: 100px;
}
#exclusiveURLs::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  width: auto;
  height: 200px;
  background-color: #4b9625;
}
#exclusiveURLs > .container > .row { margin-right: -45px; }
.exclusive-url {
  float: left;
  padding-top: 40px;
  padding-right: 40px;
  transition: all 0.5s ease;
}
.exclusive-url:hover { transform: scale(1.03); }
.exclusive-url h3 { font-size: inherit; }
.exclusive-url-inner {
  position: relative;
  margin: 0;
  box-shadow: -10px 10px 40px rgba(0,0,0,.1);
  text-align: left;
}
.exclusive-url .url-head {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  color: #fff;
}
.exclusive-url img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.exclusive-url .contents-wrapper {
    background-color: #fff;
    padding: 40px;
}

/* Small URLs ------------------------------------------------------------------ */
.exclusive-url.smallUrl {
  width: 25%;
}
.exclusive-url.smallUrl .url-title {
  font-size: 30px;
  font-weight: bold;
  color: #2d2d2d;
  text-decoration: none;
}
.exclusive-url.smallUrl .contents-wrapper .url-contents {
  margin: 30px 0;
  min-height: 160px;
}

/* Medium URLs ----------------------------------------------------------------- */
.exclusive-url.mediumUrl {
  width: 50%;
}
.exclusive-url.mediumUrl .contents-wrapper {
  padding: 50px 50px 40px;
}
.exclusive-url.mediumUrl .url-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d2d2d;
  text-decoration: none;
}
.exclusive-url.mediumUrl .contents-wrapper .url-contents {
  margin: 30px 0;
}

/* Big URLs -------------------------------------------------------------------- */
.exclusive-url.bigUrl {
  width: 100%;
}
.exclusive-url.bigUrl .contents-wrapper {
  padding: 50px 50px 40px;
}
.exclusive-url.bigUrl .url-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d2d2d;
  text-decoration: none;
}
.exclusive-url.bigUrl .contents-wrapper .url-contents {
  margin: 30px 0;
}


/* NOT HOME PAGES ============================================================== */
body:not(.home) #header-bottom {
  background: #8cc141;
  margin-bottom: 0;
}
body:not(.home) #hero-title {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  color: #000000;
}
body:not(.home) #hero-title h2 {
  position: relative;
  color: #000;
  background-color: transparent;
  font-size: 6em;
  font-weight: 700;
  text-transform: uppercase;
  opacity: .2;
  margin: auto;
  padding: 60px 15px;
  text-align: center;
  width: 100%;
}
body:not(.home) main {
  min-height: 50%;
  padding-bottom: 150px;
  margin-bottom: 0;
  background: #8cc141;
  background: linear-gradient(to bottom, #8cc141 0%,#4b9625 60%);
}
body:not(.home) main > article >.row {
  z-index: 99999;
  margin-top: -90px;
}
body.contact form > * {
  max-width: 100%;
  flex: 0 0 100%;
}
/* ============================================================================= */


/* More ======================================================================== */
body.more #more-content > .row, body.more2 #more-content > .row, body.more3 #more-content > .row,
#view-article-content > .row, #contact-content > .row {
  display: block;
  position: relative;
  background-color: #fff;
  box-shadow: -10px 10px 40px rgba(0,0,0,.1);
  padding: 120px;
}
#contact-content > .row { display: flex; }

body.more #more-content > .row::after, body.more2 #more-content > .row::after,
body.more3 #more-content > .row::after, #view-article-content > .row::after,
#contact-content > .row::after,
body.more #more-content > .row::before, body.more2 #more-content > .row::before,
body.more3 #more-content > .row::before, #view-article-content > .row::before,
#contact-content > .row::before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 700px;
  max-height: 100%;
  bottom: -70px;
  left: 100%;
  background-color: rgba(1, 86, 0, 0.71);
}
body.more #more-content > .row::before, body.more2 #more-content > .row::before,
body.more3 #more-content > .row::before, #view-article-content > .row::before,
#contact-content > .row::before {
  width: 700px;
  height: 70px;
  max-width: 100%;
  top: 100%;
  right: 0;
  left: auto;
}
/* ============================================================================= */

/* Articles page =============================================================== */
body.articles-list > main {
  position: relative;
  background: #f1c239;
  background: linear-gradient(to bottom, #f1c239 0%,#f19539 90%);
}
body.articles-list #header-bottom { background-color: #f1c239; }
/* ============================================================================= */

/* Contact ===================================================================== */
#contact-content>.row .contact-details, #contact-content>.row .contactform {
  padding: 0;
}
#contact-form { border: 0; }
#contact-form > .card-body {
  padding: 0;
  border-left: 1px solid #cacaca;
  padding-left: 20px;
}
.contactform.multicontact {
  flex: 0 0 100%;
  max-width: 100%;
}
.contactform.multicontact #contact-form > .card-body {
  padding: 15px;
  border-left: 0;
}
.contact-details-card .card-body {
  background-color: #c1c1c1;
  color: #fff;
}
.contact-details-card .map-holder { height: 300px; }
.contact-details-card.singlecontact .left,
.contact-details-card.singlecontact .right {
  display: block;
  position: relative;
  width: 50%;
  float: left;
  padding-right: 15px;
  text-align: right;
}
.contact-details-card.singlecontact .right {
  padding-right: 0;
  padding-left: 15px;
  text-align: left;
}
.contact-details-card a {
  color: #fff;
}

.red-dot { color: #e74c3c; }
.green-dot { color: #2ecc71; }
input.form-control, textarea.form-control, select {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #c1c1c1;
  background-color: #fff;
  border-radius: 0;
}
span.cd-title {
  font-weight: bold;
}
.address-fields {
  font-size: 23px;
  color: #2d2d2d;
  margin-bottom: 40px;
}

.contact-details > .map-holder {
  height: 300px;
  margin-bottom: 20px;
}
.contact-details.multicontact {
  padding: 0 15px !important;
}
#HeroMap { height: 500px; }
body.contact #bottom-footer #current-page-title {
  display: block!important;
  margin-top: 30px;
  margin-bottom: 0;
}
/* ============================================================================= */


/* Gallery ===================================================================== */
#gallery-content > .row {
  margin-right: -40px;
  margin-left: -40px;
}
#gallery .image {
  position: relative;
  height: 350px;
  overflow: hidden;
  padding: 80px 40px;
  padding-top: 0;
  transition: all 0.5s ease;
}
#gallery .image:hover {
  transform: scale(1.05);
}
#gallery .image .figure {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-shadow: -10px 10px 40px rgba(0,0,0,.1);
}
#gallery .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 140%;
  width: auto;
  min-width: 101%;
  transform: translate(-50%,-50%);
  transition: all 0.3s ease;
}
/* ============================================================================= */


/* PDF ========================================================================= */
body.pdf #header-bottom { background-color: #f1c239; }
body.pdf main {
  background: #f1c239;
  background: linear-gradient(to bottom,#f1c239 0%,#f19539 90%);
}
#pdf-content > .row {
  margin-left: -20px;
  margin-right: -20px;
}
#pdf .pdf {
  padding: 20px;
  padding-top: 0;
}
#pdf .pdf > figure {
  background-color: #fff;
  box-shadow: -10px 10px 40px rgba(0,0,0,.1);
  transition: all 0.5s ease;
}
#pdf .pdf > figure:hover {
  transform: scale(1.05);
}
#pdf .pdf figcaption {
  background-color: #fff;
  padding: 40px;
}
#pdf .pdf figcaption a > h3 {
  font-size: 30px;
  font-weight: 700;
  color: #2d2d2d;
  text-decoration: none;
}
#pdf .pdf .description {
  margin: 30px 0;
  min-height: 160px;
}
/* ============================================================================= */


/* Videos ====================================================================== */
#videos-condent .video { margin-bottom: 30px; }
#videos .video {
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-top: 0;
}
#videos .video > .inner {
  box-shadow: -10px 10px 40px rgba(0, 0, 0, .1);
  background-color: #fff;
  transition: all 0.5s ease;
}
#videos .video > .inner:hover {
  transform: scale(1.05);
}
#videos .title {
  font-size: 30px;
  font-weight: 700;
  color: #2d2d2d;
  text-decoration: none;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 0;
}
#videos .content {
  padding: 40px 15px;
  padding-top: 20px;
}
/* Offers ==================================================================== */
#offers .offer {
  padding-left: 0;
  padding-right: 40px;
  padding-bottom: 40px;
}
#offers .offer .card-title {
  font-size: 30px;
  font-weight: 700;
  color: #2d2d2d;
  text-decoration: none;
  margin: 40px auto;
}
#offers .offer .countdown .title { font-size: .7em; }
#offers .info { margin-right: 20px; }
#offers .offer > .card {
  box-shadow: -10px 10px 40px rgba(0,0,0,.1);
  transition: all .5s ease;
  border: 0;
  border-radius: 0;
}
#offers .offer:hover .card { transform: scale(1.05); }
/* Search ================================================================== */
#search-dropdown > .dropdown-menu.show {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

#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 screen and (min-width: 576px) {
  #footer .container-fluid { max-width: 540px; }
}
@media (min-width: 767px) {
  #main-nav {
    padding: 0;
    width: 100%;
  }
  #main-nav #logo {
    display: block;
    position: relative;
    height: 100px;
    width: 280px;
    padding: 10px;
    transition: all 0.4s ease;
  }
  #main-nav #logo img {
    display: block;
    position: relative;
    margin: auto;
    margin-left: 0;
    padding: 10px;
    width: auto;
    max-width: 1000%;
    height: auto;
    max-height: 100%;
    transition: all 0.4s ease;
  }

  #main-nav .navbar-nav {
    padding: 0;
    padding-right: 10px;
    transition: all 0.4s ease;
  }
  #main-nav .navbar-nav>li.show>.dropdown-menu {
    min-width: 20rem;
  }
  #main-nav .dropdown-menu {
    min-width: 300px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 5px 11px 0 rgba(50,50,50,.4);
  }
}
@media (min-width: 768px) {
  #title-language h1 {
    font-weight: 400;
    font-size: 1.2em;
    margin: .67em 0;
    text-align: left;
  }
  #footer .container-fluid { max-width: 720px; }
  body.contact .multicontact ~ .contactform.col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 992px) {
  #footer .container-fluid { max-width: 960px; }
}
@media screen and (min-width: 1024px) {
  #main-nav {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  #main-slideshow.container,
  #footer .container-fluid { max-width: 1140px; }
}
@media screen and (max-width: 1280px) {
  #main-slideshow .carousel-control-next {
    margin-right: -60px;
  }
  #main-slideshow .carousel-control-prev {
    margin-left: -60px;
  }
  #main-slideshow .carousel-control-next, #main-slideshow .carousel-control-prev {
    width: 60px;
  }
  #main-slideshow {
    padding-top: 70px;
  }
  #main-slideshow .carousel-caption h3 {
    font-size: 3em;
  }
  body.more #more-content>.row::before, body.more2 #more-content>.row::before,
  body.more3 #more-content>.row::before, #view-article-content>.row::before,
  #contact-content>.row::before {
    height: 40px;
  }
  body.more #more-content>.row::after, body.more2 #more-content>.row::after,
  body.more3 #more-content>.row::after, #view-article-content>.row::after,
  #contact-content>.row::after {
    width: 40px;
    bottom: -40px;
  }
}

@media screen and (max-width: 1024px) {
  #main-nav .navbar-nav > li > a {
    font-size: 14px;
    padding: 20px 5px;
  }

  #main-slideshow .carousel-control-next {
    margin-right: -30px;
  }
  #main-slideshow .carousel-control-prev {
    margin-left: -30px;
  }
  #main-slideshow .carousel-item>.img-container {
    padding-right: 30px;
  }
  #main-slideshow .carousel-caption {
    padding-right: 15px;
    padding-left: 30px;
  }
  #main-slideshow .carousel-caption h3 { font-size: 2em; }
  .exclusive-url.mediumUrl .contents-wrapper,
  .exclusive-url.bigUrl .contents-wrapper,
  .exclusive-url .contents-wrapper {
    padding: 20px;
  }
  .exclusive-url.mediumUrl .url-title,
  .exclusive-url.smallUrl .url-title,
  .exclusive-url.bigUrl .url-title { font-size: 30px; }
  .exclusive-url.mediumUrl .contents-wrapper .url-contents {
    margin: 20px 0;
  }
  .exclusive-url.smallUrl .contents-wrapper .url-contents,
  .exclusive-url.bigUrl .contents-wrapper .url-contents {
    margin: 15px 0;
  }
  .recent-article figcaption {
    padding: 30px 20px;
  }
  .recent-article>.article-img, .article>.article-img {
    margin-left: -20px;
  }
  .recent-article .article-title, .article .article-title {
    font-size: 26px;
  }
  body:not(.home) #hero-title h2 {
    font-size: 3em;
    padding: 20px 15px;
  }
  #contact-content>.row {
    display: flex;
    padding: 90px 30px;
  }
  body.more #more-content>.row::after, body.more2 #more-content>.row::after,
  body.more3 #more-content>.row::after, #view-article-content>.row::after,
  #contact-content>.row::after {
    width: 20px;
    bottom: -40px;
  }
  body:not(.home) main>article>.row {
    z-index: 99999;
    margin-top: -10px;
  }
  body.offers .interested { margin-top: 15px; }
}
@media screen and (max-width: 768px) {
  #main-slideshow .carousel-item.active {
    display: flex;
    flex-direction: column-reverse;
  }
  #main-slideshow .carousel-item:not(.active) { display: none; }
  #main-slideshow .carousel-item>.img-container {
    float: none;
    width: 80%;
    max-width: 100%;
    margin: auto;
  }
  #main-slideshow .carousel-caption {
    float: none;
    width: 80%;
    max-width: 100%;
    margin: auto;
    margin-top: 70px;
  }
  #main-slideshow .carousel-control-next {
    margin-right: -20px;
  }
  #main-slideshow .carousel-control-prev {
    margin-left: -20px;
  }
  .exclusive-url.smallUrl {
    width: 50%;
  }
  #main-nav {
    padding: 10px;
  }
  #premium-text > div { padding: 100px 35px; }
  body.more #more-content>.row::before, body.more2 #more-content>.row::before,
  body.more3 #more-content>.row::before, #view-article-content>.row::before,
  #contact-content>.row::before {
    display: none;
  }
  body.more #more-content>.row::after, body.more2 #more-content>.row::after,
  body.more3 #more-content>.row::after, #view-article-content>.row::after,
  #contact-content>.row::after {
    display: none;
  }
  body:not(.home) main { padding-bottom: 50px; }

  #gallery-content>.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  #gallery .image {
    position: relative;
    height: auto;
    overflow: hidden;
    padding: 15px;
    padding-top: 15px;
    transition: all 0.5s ease;
  }
  #gallery .image .figure {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
  }
  #gallery .image .img {
    display: inline-block;
  }
  #gallery .image img {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
    min-width: 100%;
    transform: none;
    transition: all 0.3s ease;
  }
  #videos .video, #offers .offer {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-top: 15px;
  }
  #pdf-content.container { margin: 0; }
  .article > figure {
    flex-direction: column;
    align-content: center;
    justify-items: center;
    box-align: none;
  }
  .article figure>.article-img {
    display: block;
    margin-left: 0;
  }
  #articles-list figure img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: auto;
  }
  .article figcaption { padding: 20px; }
  .article .title { font-size: 23px; }
  #main-nav .navbar-nav>li>a {
    font-size: 14px;
    padding: 10px 15px;
  }
  #contact-content > .row { display: flex; }
  #hero-title.with-header-image #home-map {
    height: 300px !important;
  }
  #contact-content .contact-details {
    padding: 15px;
  }
  #contact-form>.card-body {
    padding: 15px;
    border-left: none;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  #main-nav {
    width: 100%;
  }
  #main-slideshow .carousel-control-next,
  #main-slideshow .carousel-control-prev {
    display: none;
  }
  #main-slideshow .carousel-item>.img-container { width: 90%; }
  #main-slideshow .carousel-item>.img-container::after {
    top: 30px;
    bottom: -30px;
    left: 30px;
    right: -10px;
  }
  #main-slideshow .carousel-item .carousel-caption {
    float: none;
    max-width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: auto;
    margin-top: 40px;
    padding: 0;
    min-height: 300px;
  }
  #exclusiveURLs>.container>.row {
    margin-right: -15px;
  }
  .exclusive-url,
  .exclusive-url.smallUrl,
  .exclusive-url.mediumUrl,
  .exclusive-url.bigUrl {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px;
    float: none;
    margin: auto;
  }
  body.offers .interested { margin-top: 0; }
  .recent-article, .article {
    padding: 20px;
    flex-direction: column;
    background-color: transparent;
    box-shadow: none;
  }
  .recent-article>.article-img, .article>.article-img {
    margin-left: 0;
  }
  #recent-articles #recent-articles-title>h2 {
    font-size: 5em;
    font-weight: 700;
    text-align: left;
    padding-bottom: 0;
    color: #000;
    opacity: .1;
    margin-top: -50px;
    margin-left: 20px;
    text-transform: uppercase;
  }
  .recent-article figcaption {
    padding: 30px 20px;
    background-color: #fff;
  }
  body:not(.home) #hero-title {
    padding-top: 0;
  }
  body:not(.home) #hero-title h2 {
    font-size: 2em;
    margin-bottom: 0;
    padding: 10px 0;
  }
  body.more #more-content>.row, body.more2 #more-content>.row, body.more3 #more-content>.row,
  #view-article-content>.row, #contact-content>.row.singlecontact {
    padding: 20px;
  }
  body.contact #contact-form { padding-left: 0; }
}
@media screen and (max-width: 320px) {
  .g-recaptcha { margin-left: -15px; }
}

/* =============================DISPLAY NONE================================= */
.expoUrl,#header-top #main-nav,#main-slideshow .carousel-item > img,.exclusive-url .btn:not(.inverted),
.carousel-indicators,#exclusiveURLs > .exclusive-url,
.exclusive-url .button:not(.inverted),.exclusive-url .button:not(.inverted),
.recent-article .button:not(.inverted),.recent-article .btn:not(.inverted),
.all-articles.btn.inverted,.all-articles.button.inverted,body:not(.home) #page-title,
.offer .btn:not(.inverted),.offer .button:not(.inverted),.pdf.btn:not(.inverted),
.pdf .button:not(.inverted),.article .btn:not(.inverted),.article .button:not(.inverted),
.actions.btn.inverted,.actions.button.inverted,body.contact #hero-title #current-page-title,
label[for=search-input],#main-slideshow.col-12 {
  display: none!important;
}