@import url(https://fonts.googleapis.com/css?family=Alegreya+SC:400,500|Roboto:400,700&display=swap&subset=greek);

/* Extras */
html,
body {
  height: 100%;
  font-size: 14px;
  font-family: 'Roboto', serif;
}
body {
  background-color: transparent;
  color: #6c757d;
  background-repeat: repeat;
}
#home-content {
  max-width: 100%;
  margin-bottom: 0;
}
main { min-height: 50%; }

#premium-text {
  padding: 15px;
  background-color: transparent;
}

#title-language h1 {
  font-weight: 400;
  color: #6c757d;
  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: #6c757d;
  font-size: 23px;
  border-color: rgba(255,255,255,.1);
}
a,a:hover {
  color: transparent;
  text-decoration: none;
}
#color-palette { z-index: 10000!important; }
/* Page title and jumbotron ======================================= */
#hero-title {
  background-color: #c1c1c1;
  color: #fff;
}
body.contact #hero-title,
#hero-title.multicontacts {
  max-width: 100%;
  flex: 0 0 100%;
}
body.contact #current-page-title { display: block!important; }
body:not(.home) #hero-title::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: #6c757d;
  transform: rotateZ(45deg);
  z-index: 9;
}
#page-title,
#current-page-title {
  display: block!important;
  position: relative;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin: auto;
  text-align: center;
  padding: 30px 15px;
  width: 100%;
}
body:not(.home) .jumbotron.with-header-image {
  color: #fff;
}

/* Footer ====================================================================== */
#footer {
  display: block;
  position: relative;
  background: #232A35;
  color: #6c757d;
  text-align: center;
  padding: 15px;
}
#footer::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: #c1c1c1;
  transform: rotateZ(45deg);
}
#footer .container-fluid {
  display: flex;
  padding: 0;
}
#top-footer,
#bottom-footer {
  height: 200px;
  margin: 50px auto;
  margin-bottom: 5px;
  text-align: left;
}
body.contact #bottom-footer { height: 150px; }
#home-map { height: 100%; }
#footer .contact-info-section {
  display: block;
  text-align: left;
  margin: 1em 0;
}

/* Buttons ===================================================================== */
.button, .btn {
  display: inline-block;
  margin: auto;
  padding: 10px 15px;
  background-color: #fff;
  color: #6c757d;
  border: 2px solid #c1c1c1;
  border-radius: 0;
  text-decoration: none;
}
.button:hover, .btn:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.button.inverted {
  border: 2px solid #2e2c2b;
  color: #c1c1c1 !important;
}
.button.inverted:hover {
  border-color: #c1c1c1;
  background-color: #c1c1c1;
  color: #fff!important;
  text-decoration: none;
}
.btn.focus, .btn:focus { box-shadow: none; }
/* ============================================================================= */

/* Header ====================================================================== */
/* body:not(.home) header {
  display: flex;
  flex-direction: column;
} */
/* body:not(.home) #header-top { order: -1; } */
#header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  color: #252525;
}
#header .row { margin: 0; }
body.home #header-bottom,
body:not(.contact) #header-middle {
  border-bottom: 1px solid #ddd;
}
/* ============================================================================= */

/* MainNav ===================================================================== */
#main-nav .navbar-nav {
  margin-left: auto;
  margin-right: 0;
}
#main-nav .navbar-nav>li>a {
  display: inline-block;
  float: none;
  padding: 10px;
  border: 2px solid transparent;
  font-weight: 400;
  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: 99999;
}
#main-nav .navbar-nav>li>.dropdown-menu>li {
  border-bottom: 1px solid #ccc;
}
#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 {
  color: #fff;
  background: #c1c1c1;
  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: #6c757d;
  background: none;
  color: #c1c1c1;
  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: 40px;
  right: 39px;
  width: auto;
  background-color: rgba(255,255,255,.8);
  z-index: 1999;
}
#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 {
  padding: 10px 0;
}
#main-nav.compact-sticky .navbar-nav>li {
  height: auto;
}
/* ============================================================================= */

/* Social ====================================================================== */
.social-container {
  text-align: center;
}
.social-container>li {
  display: inline-block;
  width: 28px;
  height: 26px;
  padding: 0;
  margin: 7px 2px;
}
.social-container>li:last-of-type { margin-right: 0; }

.social-container>li>a {
  color: #fff;
  text-align: center;
  line-height: 12px;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #a28d75;
  transition: all 0.3s ease;
}
.social-container>li>a:hover {
  background-color: #6c757d;
}
.social-container>li>a>img {
  width: 100%;
  height: auto;
  opacity: 0.5;
  vertical-align: inherit;
}
/* ============================================================================= */

/* Slideshow =================================================================== */
.carousel-inner { margin: 0; }
#main-slideshow .carousel-caption {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 80px;
  right: auto;
  max-width: 500px;
  margin: auto;
  padding: 0;
  padding-bottom: 40px;
  background-color: #fff;
  color: #6c757d;
  text-align: center;
  z-index: 999;
}
#main-slideshow .carousel-caption::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: #c1c1c1;
  transform: rotateZ(45deg);
}
#main-slideshow .carousel-caption h3,
#main-slideshow .carousel-caption p {
  display: block;
  position: relative;
  text-align: center;
}

#main-slideshow .carousel-caption h3 {
  font-size: 2em;
  font-weight: bold;
  margin: 15px;
}

#main-slideshow .carousel-caption p {
  padding: 15px;
  font-size: 1.2em;
}
#main-slideshow .carousel-control-next, #main-slideshow .carousel-control-prev {
  font-size: 32px;
}
#main-slideshow .carousel-indicators {
  display: block;
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
  width: auto;
  margin: 20px 15px;
}
#main-slideshow .carousel-indicators > span {
  display: block;
  position: relative;
  font-size: 0;
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 1px solid #6c757d;
  background-color: #fff;
  opacity: .4;
  cursor: pointer;
  transition: all 0.3s ease;
}
#main-slideshow .carousel-indicators > span.active {
  opacity: .8;
  border-color: #555;
}
.carousel-item img {
  width: 100%;
  height: auto;
}
/* ============================================================================= */

/* Articles ==================================================================== */
#recent-articles .row { flex-direction: column; }
#recent-articles-container { display: flex; }
#recent-articles .all-articles { order: 1; }
#recent-articles .container { max-width: 100%; }
.recent-article img {
  max-width: 100%;
  height: auto;
}
#recent-articles-title {
  text-align: center;
  padding: 30px 15px;
  padding-bottom: 0;
  text-transform: uppercase;
}
#recent-articles-title h2 { font-size: 40px; }
#recent-articles-title::after {
  content: "";
  display: block;
  position: relative;
  height: 0;
  width: 200px;
  padding: 0;
  margin: 20px auto;
  border-bottom: 1px solid #fff;
}
.recent-article {
  white-space: normal;
  display: inline-block;
  margin: auto;
  padding: 0;
  border: 15px solid #fff;
  text-align: left;
  background-color: #fff;
  padding-bottom: 15px;
  font-size: 12px;
}
.recent-article .title,
.article .title {
  display: inline-block;
  /* overflow: hidden; */
  margin: 10px auto;
  width: 100%;
  height: 50px;
  font-size: 23px;
  font-weight: lighter;
  text-decoration: none;
  color: #2e2c2b;
  transition: all 0.4s ease;
}
#article-image {
  width: 50%;
  float: left;
  margin-right: 15px;
}
#view-article-content.noPicture #article-image { display: none; }
body.view-article #view-article-content { padding: 20px; }
body.view-article #view-article-content > .row { display: block; }
#articles-pagination > .paging {text-align: right;}
#articles-pagination .active,
#articles-pagination a {
  color: #000;
  margin-left: 10px;
}
#articles-pagination a {
  opacity: .6;
}
/* ============================================================================= */

/* Premium text ================================================================ */
#premium-text>div { padding: 0; }
/* ============================================================================= */

/* Exclusive URLs ============================================================== */
#exclusiveURLs {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  text-align: center;
  font-size: 0;
}
.exclusive-url {
  text-align: center;
  font-size: 16px;
}
.exclusive-url figure {
  position: relative;
  margin: 0;
}
.exclusive-url .url-head {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  color: #fff;
}

/* Small & Medium URLs --------------------------------------------------------- */
.exclusive-url.smallUrl {
  display: inline-block;
  position: relative;
  background-color: transparent;
  padding: 0 30px;
  margin-left: -3px;
  margin-bottom: 15px;
  border: 0;
  text-align: center;
  border-left: 1px solid #ddd;
}
.exclusive-url.smallUrl:first-of-type {
  border-left: 0;
}
.exclusive-url.smallUrl img {
  width: 100px;
  height: auto;
  margin: auto;
}
.exclusive-url.smallUrl .contents-wrapper {
  display: block;
  position: relative;
  color: #6c757d;
}
.exclusive-url.smallUrl .contents-wrapper a.url-title {
  color: inherit;
  text-decoration: none;
}
.exclusive-url.smallUrl h3 {
  color: #6c757d;
  height: 50px;
  font-size: 23px;
  overflow: hidden;
  margin: .83em 0;
}
.exclusive-url.smallUrl .contents-wrapper p {
  overflow: hidden;
  margin-top: 0;
}

/* Medium URLs ----------------------------------------------------------------- */
.exclusive-url.mediumUrl {
  margin: 0;
  border: 0;
  padding: 15px;
  background-color: transparent;
}
.exclusive-url.mediumUrl .secondary-title { display: none; }
.exclusive-url.mediumUrl .url-head {
  display: block;
  position: relative;
  overflow: hidden;
}
.exclusive-url.mediumUrl .url-head a, .exclusive-url.mediumUrl .url-head img {
  width: 100%;
  height: auto;
}
.exclusive-url.mediumUrl .exclusive-url-inner { position: relative; }
.exclusive-url.mediumUrl .contents-wrapper {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  right: 30px;
  left: 30px;
  width: auto;
  height: auto;
  padding: 15px;
  background-color: rgba(255,255,255,.8);
  color: #6c757d;
  transition: all 0.3s ease;
}
.exclusive-url.mediumUrl .contents-wrapper .contents-wrapper {
  display: block;
  position: relative;
}
.exclusive-url.mediumUrl .contents-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: #c1c1c1;
  transform: rotateZ(45deg);
}
.exclusive-url.mediumUrl .contents-wrapper h3 {
  font-size: 32px;
  text-decoration: none;
  margin-top: 0;
  color: #6c757d;
}
.exclusive-url.mediumUrl .contents-wrapper p {
  font-size: 18px;
  color: #6c757d;
}

/* Big URLs -------------------------------------------------------------------- */
.exclusive-url.bigUrl {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  color: #fff;
  flex: 0 0 100%;
}
.exclusive-url.bigUrl .url-head, .exclusive-url.bigUrl .contents-wrapper {
  display: block;
  position: relative;
}
.exclusive-url.bigUrl .contents-wrapper { padding: 30px 15px; }
.exclusive-url.bigUrl .url-title h3 {
  color: inherit;
  font-size: 3em;
  margin-bottom: .83em;
  text-decoration: none;
}
.exclusive-url.bigUrl .url-title,
.exclusive-url.bigUrl .url-contents {
  color: #6c757d;
}
.exclusive-url.bigUrl .contents { padding: 30px 15px; }
.exclusive-url.bigUrl p {
  font-size: 1.4em;
  margin-bottom: 30px;
}

/* Expo ------------------------------------------------------------------------ */
#expo {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.expo-container {
  display: block;
  position: relative;
  background-color: transparent;
  white-space: nowrap;
  left: 0;
  transition: all 0.5s ease;
}
.expoUrl {
  float: none;
  display: inline-block;
  white-space: normal;
  overflow: hidden;
  padding:  0 15px;
  border-left: 1px solid #ddd;
}
.expoUrl:first-of-type { border-color: transparent; }
.expoUrl .contents-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  padding: 15px;
  margin: auto;
  background-color: transparent;
  overflow: hidden;
  transition: all 0.3s ease;
}
.expoUrl .url-contents {
  color: inherit;
}
.expoUrl .url-title {
  color: inherit;
  text-decoration: none !important;
  font-size: 17px;
}
.expoUrl .url-title:hover { text-decoration: none; }
#expo-next,
#expo-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  bottom: auto;
  left: auto;
  right: auto;
  width: 70px;
  height: 70px;
  font-size: 32px;
  color: #fff;
  line-height: 70px;
  text-align: center;
  background-color: #2e2c2b;
  background-size: 20px;
  border-radius: 50%;
  opacity: 0.5;
  z-index: 999;
}

#expo-next { right: 20px; }
#expo-prev { left: 20px; }

#expo-next:hover,
#expo-prev:hover {
  opacity: 1;
}
.expoUrl .figure-img { width: 100%; }
/* ============================================================================= */

/* Contact ===================================================================== */
.contact-details-card .card-body {
  background-color: #c1c1c1;
  color: #fff;
}
[id^=ContactMap],
#HeroMap { height: 300px; }
.details {
  display: flex;
  padding: 1.25rem;
}
.details p,
.details span a {
  color: #fff;
}
.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;
}

.contact-email .cd-value { 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: rgba(162,141,117,.3);
  border-radius: 0;
}
body.contact .contact-details:not(.multicontact) {
  display: flex;
  flex-direction: column-reverse;
}
.contact-details.multicontact:nth-of-type(-n+2) { margin-bottom: 20px; }
body.contact #contact-content .row > section {
  max-width: 50%;
  flex: 0 0 50%;
}
#contact-form {
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  padding-top: 15px;
}
#contact-form .row > div {
  max-width: 100%;
  flex: 0 0 100%;
}
.g-recaptcha { margin-bottom: 10px; }
body.contact #bottom-footer {
  max-width: 100%;
  flex: 0 0 100%;
}
body.contact .social-container { text-align: center; }
/* ============================================================================= */

/* Gallery ===================================================================== */
#gallery .image {
  padding: 2px;
  color: #6c757d;
  height: 272px;
  background-color: #fff;
  overflow: hidden;
}

#gallery .image .figure {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #252525;
  overflow: hidden;
}
#gallery .image img {
  width: 101%;
  height: auto;
  object-fit: cover;
  min-height: 100%;
  opacity: 1;
  border: 2px solid #fff;
  transition: all 0.4s ease;
}
#gallery .image .img .icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  background-color: #ecf0f1;
  color: #6c757d;
  border-radius: 50%;
  font-weight: lighter;
  line-height: 40px;
  opacity: 0;
  z-index: 100;
  transition: all 0.4s ease;
}
#gallery .image:hover img {
  opacity: .5;
}
#gallery .image:hover .img .icon {
  opacity: 1;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
#gallery .image {
  max-width: 25%;
  flex: 0 0 25%;
}
#gallery .image:nth-of-type(1),
#gallery .image:nth-of-type(5n+1) {
  max-width: 50%;
  flex: 0 0 50%;
}
/* ============================================================================= */

/* Videos ====================================================================== */
#videos-condent .video { margin-bottom: 30px; }
/* ============================================================================= */

/* Offers ====================================================================== */
#offers .countdown .title { font-size: 0.7em; }
/* ============================================================================= */

/* Articles ====================================================================== */
#articles-list-content .article {
  max-width: 33.333333%;
  flex: 0 0 33.333333%;
  padding: 0 15px;
}
#articles-list-content img {
  max-width: 100%;
  height: auto;
}
/* ============================================================================= */

/* Search ====================================================================== */
#search-dropdown .dropdown-menu {
  left: auto;
  right: 0;
  width: 400px;
  padding: 10px;
}
#search-form .form-group, #search-input {
  margin: auto;
}
/* Search results list */
#searchform-container .open-icon > a:hover,
#searchform-container .close-icon > a:hover {
  color: #2eb3e0;
}
#search-results-list { width: 100%; }
#search-results-list .result .title {
  color: #2eb3e0;
}
#hero-title {min-width:100%}
/* ============================================================================= */

#banners {
  display: flex;
  position: fixed;
  bottom: 0;
}

#banners > #fixed-banner,
#banners > #second-banner {
  position: relative;
  left: 0!important;
}

#second-banner {
  min-width: 300px;
  max-height: 150px;
  padding: 0!important;
  margin-left: 20px;
}
#second-banner > img {
  display: block!important;
  width: 100%;
  height: 100%;
}

/* Full width ================================================================== */
@media (min-width: 765px) {
  #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: 100%;
    height: auto;
    max-height: 100%;
    z-index: 99999;
    transition: all 0.4s ease;
  }

  #main-nav .navbar-nav {
    padding: 28px 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 3px 11px 0 rgba(50,50,50,.75);
  }
}
@media (min-width: 768px) {
  .social-container {
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
  }
  .exclusive-url.smallUrl { width: 33.333333%; }
  .exclusive-url.mediumUrl { max-width: 33.333333%; }
  .exclusive-url.bigUrl {
    display: flex;
    margin-bottom: 15px;
  }
  .exclusive-url.bigUrl .exclusive-url-inner {
    display: flex;
    width: 100%;
  }
  .exclusive-url.bigUrl .url-head, .exclusive-url.bigUrl .contents-wrapper {
    width: 50%;
  }
  .exclusive-url.bigUrl:nth-child(odd) .url-head {
    order: 0;
  }
  .exclusive-url.bigUrl:nth-child(even) .url-head {
    order: 1;
  }
  .exclusive-url.bigUrl .url-head>.figure-img {
    margin: 0;
  }
  .exclusive-url.bigUrl .contents-wrapper {
    padding: 0 30px;
  }
  .exclusive-url.bigUrl .contents{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  body {
    padding-left: 40px;
    padding-right: 40px;
  }
  #title-language h1 {
    font-weight: 400;
    font-size: 1.2em;
    margin: .67em 0;
    text-align: left;
  }
  #contact-info-container {
    padding: .67em 5px;
    font-size: 14px;
    color: inherit;
    text-align: center;
  }
  #contact-info-container .contact-info-section {
    margin-right: 20px;
  }
  .contact-info-section a {
    color: inherit;
    text-decoration: none;
  }
  #contact-info-container .icon {
    margin-right: 10px;
    color: #c1c1c1;
    font-size: 1.7em;
    vertical-align: middle;
  }
  #header-top { min-height: 101px; }
  #header-top .container { max-width: 100%; }
  body.full-width main.container {
    max-width: 1000%;
    width: 100%;
  }
  body.full-width #premium-text {
    padding: 15px 0;
  }
  body.full-width #recent-articles .title,
  body.full-width #more, body.full-width #videos,
  body.full-width #offers, body.full-width #pdf, body.full-width #articles-list,
  body.full-width #contact {
    padding: 0;
  }
  #offers-content .offer { margin-bottom: 15px; }
}
@media (min-width: 1200px) {
  .container { max-width: 1170px; }
}

/* Mobile ============================================================================================================== */
@media screen and (max-width: 1440px) {
  .exclusive-url.mediumUrl .contents-wrapper h3 { font-size: 25px; }
  .exclusive-url.mediumUrl .contents-wrapper p { font-size: 16px; }
  .exclusive-url.mediumUrl .contents-wrapper::after {
    top: -7px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 1280px) {
  #main-nav .navbar-nav > li > a { font-size: 13px; }
  .exclusive-url.expoUrl h3 { font-size: 1.50rem; }
  .exclusive-url.expoUrl .url-contents { font-size: 13px; }
  .exclusive-url.mediumUrl .contents-wrapper p {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  #main-nav .navbar-nav > li > a {
    font-size: 10px;
    padding: 6px;
  }
  #main-nav #logo { height: auto; }
  .exclusive-url.mediumUrl .btn,
  .exclusive-url.mediumUrl .button {
    display: none;
  }
  .exclusive-url.mediumUrl { margin-top: 40px; }
  .exclusive-url.mediumUrl .contents-wrapper {
    top: 48%;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.7);
  }
  .exclusive-url.bigUrl .url-title h3 { font-size: 2em; }
  .exclusive-url.bigUrl .url-contents { font-size: 1.1em; }
  .expoUrl .contents-wrapper { padding: 6px; }
  .exclusive-url.expoUrl .url-contents { margin-bottom: .5rem; }
}
@media screen and (max-width: 768px) {
  #contact-info-container { font-size: 1.5em; }
  #contact-info-container .contact-info-section {
    display: block;
    margin-bottom: 10px;
  }
  #logo > img {
    width: 100%;
    height: auto;
  }
  .exclusive-url.bigUrl .contents-wrapper,
  .exclusive-url.bigUrl .contents {
    padding: 0;
  }
  .exclusive-url.bigUrl { margin: 20px 0; }
  .exclusive-url.bigUrl .url-title h3 { font-size: 1.9em; }
  .exclusive-url.bigUrl p { font-size: 1.2em; }
  .exclusive-url.mediumUrl .contents-wrapper p,
  .exclusive-url.bigUrl .btn,
  .exclusive-url.bigUrl .button {
    display: none;
  }
  .exclusive-url.expoUrl .url-contents { font-size: 15px; }
  #offers-content .card-body { text-align: center; }
  #offers-content .interested { margin-top: 10px; }
  .recent-article .title,
  .article .title {
    margin: 14px auto;
  }
  body.contact .actions > * { margin-left: -10px; }
}
@media screen and (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  #header-top .container { padding: 0 20px; }
  .contact-info-section a { color: inherit; }
  #main-slideshow .carousel-caption { display: none; }
  .exclusive-url.mediumUrl .contents-wrapper p {
    display: block;
  }
  .exclusive-url.bigUrl .contents-wrapper { padding: 30px 15px; }
  .exclusive-url.bigUrl .btn,
  .exclusive-url.bigUrl .button {
    display: inline-block;
  }
  .exclusive-url.mediumUrl { margin-top: 0; }
  #more-content .row { margin: 0; }
  #gallery .image,
  #gallery .image:nth-of-type(1),
  #gallery .image:nth-of-type(6n),
  #articles-list-content .article,
  body.contact #contact-content .row > section {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #offers-content .interested { margin-top: 0; }
  #articles-list-content .row { flex-direction: column; }
  #recent-articles-container { flex-direction: column; }
  #footer .container-fluid { flex-direction: column; }
  #footer .contact-info-section { text-align: center; }
  body:not(.home) #bottom-footer { height: 70px; }
  body.contact #contact-content .row { flex-direction: column; }
}
@media screen and (max-width: 414px) {
  body.contact .actions > * { margin-left: 0; }
}
@media screen and (max-width: 320px) {
  .exclusive-url.expoUrl { font-size: 13px; }
  body.contact .actions .g-recaptcha { margin-left: -22px; }
}
@media screen and (max-width: 280px) {
  .exclusive-url.mediumUrl .contents-wrapper p { font-size: 13px; }
  #offers-content .interested { margin-top: 10px; }
}
/* ======================== DISPLAY NONE =============================== */
body.home #header-middle,#header-bottom #main-slideshow,#move-top,
#header-middle + #header-bottom,#top-footer #page-title,.carousel-control-prev,
#exclusiveURLs .btn:not(.inverted),#exclusiveURLs .button:not(.inverted),
#expo .btn:not(.inverted),#expo .button:not(.inverted),.carousel-control-next,
#recent-articles .btn:not(.inverted),#recent-articles .button:not(.inverted),
.row > .recent-article,#top-footer.row,#bottom-footer.row,label[for=search-input],
.container-fluid > #fourty-logo,body.contact .top-container:last-of-type,
body:not(.home) #header-top + #header-middle,#articles-list-content .btn:not(.inverted),
#articles-list-content .button:not(.inverted),
body.contact .contact-details > .left,body.contact .contact-details > .right,
#header-bottom #HeroMap,.actions .inverted,body.contact #top-footer {
  display: none!important;
}