@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,greek);
/* ========================= DISPLAY NONE ================================== */
#header-top,
#header-middle,
#searchform-container .close-icon,
#searchform-container .open-icon,
.carousel-control-prev,
.carousel-control-next,
#footer .contactform,
body:not(.home) #footer .left,
body:not(.home) .right .logo,
body.contact #footer .logo,
body.home .col-md-6.right .contact-info,
.col-md-6.right #page-title {
  display: none;
}
.exclusive-url.bigUrl .url-head {
  background-image: none!important;
}
/* ========================================================================= */
/* Extras */
html,
body {
  height: 100%;
  font-size: 14px;
  font-family: 'Roboto', serif;
}
body {
  background-color: transparent;
  color: #636363;
  background-repeat: repeat;
  margin-top: 100px;
}
body.home main.container {
  max-width: 100%;
  margin-bottom: 0;
  padding: 15px;
}
body.contact main { margin-bottom: -31px!important; }
body.home main { margin-bottom: 504px!important; }
body:not(.home) main {
  margin-bottom: 80px;
  min-height: 900px;
  max-width: 100%;
}
main {
  min-height: 50%;
  background-color: #fff;
}
#more-content {
  max-width: 100%;
  margin: 0 auto;
  font-size: 18px;
}
#more-content .container {
  max-width: 100%;
  padding: 0;
}
#title-language h1 {
  font-weight: 400;
  color: #909090;
  font-size: 1.2em;
  text-align: center;
}
#color-palette { z-index: 10000!important; }
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);
}
.modal-body p { color: #171717; }
#contact-form-msg { z-index: 99999!important; }
/* Page title and jumbotron ===================================================== */
#hero-title {
  background-color: #c1c1c1;
  color: #fff;
}
body:not(.home) #page-title {
  position: relative;
  color: #f80;
  background-color: #fff;
  font-size: 42px;
  margin: auto;
  font-weight: lighter;
  padding: 30px 15px;
  width: 100%;
  text-align: left;
}
body:not(.home) .jumbotron.with-header-image {
  color: #fff;
}
#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;
}
/* Footer ====================================================================== */
#footer {
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  background: #171717;
  color: #d2dfe4;
  text-align: center;
  padding: 15px;
  z-index: -1;
}
body:not(.contact) #footer { position: sticky; }
body.home #footer { margin-top: -600px; }
body.contact #footer .container-fluid {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
body:not(.home) #footer .col-md-6.right {
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 0;
}
#footer .col-md-6.right {
  display: flex;
  margin-top: 15px;
}
#footer .col-md-6.right,
#footer .col-md-6.left {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 0;
  padding-right: 0;
}
#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;
}
#footer .top-container:last-of-type {
  margin-bottom: 0;
  padding-top: 30px;
  border-top: 1px solid rgba(0,0,0,.17);
}
.contact-info-section {
  margin-right: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
.contact-info-section:last-of-type { margin-right: 0; }
.contact-info-section > span,
.contact-info-section a {
  font-size: 16px;
  margin-left: 5px;
  color: #fff;
  text-decoration: none;
  font-weight: lighter;
}
#footer #page-title {
  width: 100%;
  font-weight: lighter;
  margin: .67em 0;
}
body:not(.home) #footer .contact-info,
#footer .social,
body.home #footer .logo {
  max-width: 50%;
  flex: 0 0 50%;
  text-align: left;
}
body:not(.home) .contact-info-container { text-align: right; }
footer #fourty-logo { margin-top: 0; }
#footer .contact-info {
  font-size: 14px;
  color: inherit;
  text-align: center;
  width: 100%;
}
body.home #footer .contact-info {
  margin-bottom: 20px;
}
#footer #bottom-footer .col-md-4,
#footer #bottom-footer .col-md-8 {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: space-around;
}
#footer #bottom-footer .col-md-8 {
  justify-content: flex-end;
  text-align: right;
}
#footer .right .social-container {
  margin-bottom: 0;
  padding-left: 0;
}
#footer .social-container li {
  list-style: none;
  display: inline-block;
  width: 28px;
  height: 26px;
  padding: 0;
  margin: 7px 2px;
}
#footer .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 #889398;
  transition: all 0.3s ease;
}
#footer .social-container li > a:hover {
  background-color: #889398;
}
#footer #bottom-footer #contact-info-container {
  font-size: 14px;
  color: inherit;
  text-align: right;
  width: 100%;
  margin-bottom: 0;
}

/* Buttons ===================================================================== */
.button, .btn {
  display: inline-block;
  margin: auto;
  padding: 15px 20px;
  background-color: #f80;
  color: #fff;
  border: 1px solid #f80;
  border-radius: 0;
  text-decoration: none;
  font-weight: lighter;
}
.button:hover, .btn:hover {
  background-color: #fff;
  color: #f80;
  border-color: #f80;
}
.button.inverted {
  color: #f80;
  background-color: transparent;
}
.button.inverted:hover {
  background-color: #f80;
  color: #fff;
}
.btn.focus, button.focus, .btn:focus, button:focus {
  box-shadow: none;
}
/* ============================================================================= */

/* Header ====================================================================== */
#header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  color: #252525;
}
#header .row { margin: 0; }
#header-bottom .container { max-width: 100%; }
/* ============================================================================= */

/* Logo ======================================================================== */
#logo {
  display: block;
  position: absolute;
  height: 100px;
  width: 280px;
  top: 0;
  left: 0;
  padding: 10px;
  transition: all 0.4s ease;
}
#logo > img {
  height: 100%;
  width: auto;
}
.compact-sticky #logo {
  display: block;
  position: absolute;
  width: 300px;
  height: auto;
  background-color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0,0,0,.39);
}
.compact-sticky #logo > img {
  width: 100%;
  height: auto;
}
/* ============================================================================= */

/* MainNav ===================================================================== */
#main-nav {
  width: 100%;
  justify-content: flex-end;
  padding: 0;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.43);
  position: fixed;
  z-index: 99999;
  background-color: #fff;
  margin: 0;
  top: 0;
}
#main-nav .navbar-nav {
  align-items: center;
}
#main-nav .navbar-collapse {
  flex-grow: 0;
}
#main-nav a.nav-link {
  padding: 40px 10px;
  color: inherit;
  background-color: transparent;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
#main-nav a.nav-link:hover,
#main-nav .active > a.nav-link {
  color: #f80;
}
#main-nav .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 300px;
  background-color: #fff;
  border-radius: 0;
  border-top: 2px solid #f80;
  padding: 0;
  box-shadow: 0 3px 11px 0 rgba(50,50,50,.75);
}
#main-nav .dropdown-menu a.nav-link {
  padding: 15px 20px;
}
#main-nav .dropdown-menu a.nav-link:hover {
  color: #fff;
  background: #f80;
  background-image: none;
}
#main-nav .navbar-nav > li.open > .dropdown-menu {
  display: block;
  top: auto;
  opacity: 1;
  z-index: 99999;
}
#main-nav .navbar-nav > li.open > .dropdown-menu .dropdown-menu {
  position: relative;
  background-color: #282828;
  color: #fff;
  border-radius: 0;
  border: 0;
}
/* Languages */
#main-nav .nav-item.langs {
  border-left: 1px solid #ababab;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#main-nav .nav-item.langs > a#langsDropdown {
  background-color: #f80;
  color: #fff;
  padding: 8px;
  padding-right: 20px;
  margin-right: 10px;
}
#main-nav .langsDropdown .active {
  background-color: #f80;
}
#main-nav .langsDropdown.dropdown-menu {
  min-width: 50px;
  right: 10px;
}
/* Sticky */
#main-nav.compact-sticky a.nav-link {
  padding: 15px 10px;
}
/* ============================================================================= */

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

#social>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 #889398;
  transition: all 0.3s ease;
}
#social>li>a:hover {
  background-color: #889398;
}
#social>li>a>img {
  width: 100%;
  height: auto;
  opacity: 0.5;
  vertical-align: inherit;
}
/* ============================================================================= */

/* Slideshow =================================================================== */
#main-slideshow .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 15px;
  right: auto;
  max-width: 700px;
  margin: auto;
  padding: 20px;
  color: #fff;
  text-align: left;
  z-index: 999;
}
#main-slideshow .carousel-caption h3,
#main-slideshow .carousel-caption p {
  display: block;
  position: relative;
  text-align: left;
  color: inherit;
  font-weight: lighter;
}
.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 {
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 0;
  color: #f80;
}

#main-slideshow .carousel-caption p {
  font-size: 18px;
  margin: 20px auto;
  color: inherit;
  text-shadow: 0 0 1px rgba(150,150,150,1);
}
#main-slideshow .carousel-control-next, #main-slideshow .carousel-control-prev {
  font-size: 32px;
}
#main-slideshow .carousel-indicators {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  right: 15px;
  left: auto;
  margin: 0;
  text-align: right;
  z-index: 99;
}
#main-slideshow .carousel-indicators > li {
  display: block;
  position: relative;
  font-size: 0;
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 1px solid #909090;
  background-color: #fff;
  opacity: .4;
  cursor: pointer;
  transition: all 0.3s ease;
}
#main-slideshow .carousel-indicators > li.active {
  opacity: .8;
  outline-color: #f80;
  background-color: #f80;
}
/* ============================================================================= */
/* Premium text ================================================================ */
#premium-text {
  background-color: transparent;
  margin-top: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#premium-text p {
  text-align: center;
  font-size: 18px;
}
#premium-text p:first-of-type { margin-top: 27px; }
/* ============================================================================= */

/* Exclusive URLs & Articles =================================================== */
#exclusiveURLs,
#recent-articles {
  display: block;
  margin-top: 30px;
  text-align: center;
}
#recent-articles .title h2 { text-transform: uppercase; }
#recent-articles .recent-article { margin-bottom: 15px; }
#exclusiveURLs::before, #exclusiveURLs::after,
#recent-articles::before, #recent-articles::after {
  display: table;
  content: " ";
}
#exclusiveURLs::after, #recent-articles::after { clear: both; }
.exclusive-url, .recent-article {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: auto;
  font-size: 18px;
  color: #fff;
  font-weight: lighter;
  float: left;
}
.exclusive-url::after, .recent-article::after {
  content: "";
  display: block;
}
.exclusive-url > .url-head, .recent-article > a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
  border: 2px solid #fff;
  background-color: #f80;
}
.exclusive-url > .url-head > img, .recent-article > a > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: auto;
  margin: auto;
  max-width: 1000%;
  transition: all 0.3s ease;
}
.recent-article > a > img {
  height: 100%;
  width: auto;
}
.exclusive-url:hover > .url-head > img, .recent-article:hover > a > img {
  transform: scale(1.1);
  opacity: 0.2;
}
.exclusive-url > .figure-caption, .recent-article > figcaption {
  position: absolute;
  top: calc(100% - 50px);
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: left;
  color: #fff;
  transition: top 0.5s ease;
}
.exclusive-url:hover > .figure-caption, .recent-article:hover > figcaption { top: 0; }
.exclusive-url .url-title, .recent-article > figcaption > a:first-of-type { text-decoration: none; }
.exclusive-url .url-title > h3, .recent-article > figcaption .title {
  color: #fff;
  font-weight: lighter;
  text-decoration: none;
  font-size: 32px;
}
.exclusive-url .url.btn.button, .recent-article:hover > figcaption > .btn.button {
  color: #fff;
  border-color: #fff;
}
.exclusive-url .url.btn.button:hover, .recent-article:hover > figcaption > .btn.button:hover {
  background-color: #fff;
  color: #f80;
}

.exclusive-url.bigUrl { width: 25%; }
.exclusive-url.bigUrl::after { padding-bottom: 200%; }
.exclusive-url.bigUrl > .url-head > img {
  height: 100%;
  width: auto;
}
.exclusive-url.mediumUrl, .recent-article { width: 50%; }
.exclusive-url.mediumUrl::after, .recent-article::after { padding-bottom: 50%; }
.exclusive-url.smallUrl { width: 25%; }
.exclusive-url.smallUrl::after { padding-bottom: 100%; }
#view-article-content.noPicture #article-image { display: none; }
/* ============================================================================= */

/* Contact ===================================================================== */
.row.contactform {
  background-color: #171717;
  padding: 40px 15px;
  color: #fff;
  min-height: 700px;
  margin: 0;
}
body.contact .actions .btn,
body.contact .actions .button {
  margin-top: 5px;
}
body.contact #footer .social-container {
  margin-bottom: 0;
}
section.row.contact-details-card {
  flex-direction: row-reverse;
  margin-bottom: 30px;
  margin-right: 0;
  margin-left: 0;
  padding-right: 40px;
}
.contact-details-card p {
  font-size: 1.2em;
}
#contact-form label {
  display: block;
  font-weight: 400;
  color: #b9b9b9;
}
.form-control,
#contact #contact-form input[type="text"],
#contact #contact-form input[type="email"],
#contact #contact-form input[type="tel"],
#contact #contact-form textarea,
input[type=date], input[type=datetime-local], input[type=month],
input[type=time] {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgb(131,131,131);
  background-color: transparent;
  color: #b9b9b9;
  font-size: 18px;
  padding: 5px;
  margin: 2px;
  margin-bottom: 15px;
  border-radius: 0;
}
#contact-form textarea {
  min-height: 200px;
}
.contact-details-card a {
  color: #f80;
}
/* ============================================================================= */

/* Gallery ===================================================================== */
#gallery-content .row .image:nth-child(1),
#gallery-content .row .image:nth-child(6) {
  max-width: 50%;
  flex: 0 0 50%;
}
#gallery-content .row .image {
  max-width: 25%;
  flex: 0 0 25%;
}
#gallery .image {
  padding: 2px;
  color: #666C74;
  height: 272px;
  background-color: #fff;
  overflow: hidden;
}

#gallery .image .figure {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f80;
  overflow: hidden;
}
#gallery .image img {
  width: 100%;
  height: auto;
  min-height: 100%;
  opacity: 1;
  border: 2px solid #fff;
  transition: all 0.4s ease;
}
#gallery .image .img .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  background-color: #ecf0f1;
  color: #666C74;
  border-radius: 50%;
  font-weight: lighter;
  line-height: 40px;
  opacity: 0;
  z-index: 100;
  transition: all 0.4s ease;
}
#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:hover img {
  opacity: .5;
}
/* ============================================================================= */

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

#move-top {
  position: fixed;
  padding: 10px 18px;
  background-color: #f80;
  bottom: 10px;
  right: 10px;
  top: auto;
  left: auto;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  opacity: .5;
  z-index: 99999;
}

/* Search ====================================================================== */
#search-dropdown .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
/* 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;
}

#widget > .iw {
  position: fixed;
  left: 0;
  bottom: 70px;
  z-index: 99;
}
.iw-modal {
  top: 75px!important;
}
/* ============================================================================= */

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

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

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

/* Full width ================================================================== */
@media (min-width: 768px) {
  body.full-width main.container {
    max-width: 1000%;
    width: 100%;
  }
  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;
  }
  #social {
    text-align: left;
  }
  #title-language h1 {
    font-weight: 400;
    font-size: 1.2em;
    margin: .67em 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .container { max-width: 1170px; }
}
/* Mobile ============================================================================================================== */
@media screen and (max-width: 1024px) {
  #main-nav.navbar-expand-lg { display: none; }
  #main-nav {
    padding: 10px;
    justify-content: space-between;
    min-height: 100px;
  }
  #logo, .compact-sticky #logo {
    position: relative;
    padding: 0;
    padding-right: 10px;
    height: 50px;
    width: auto;
    box-shadow: none;
  }
  .compact-sticky #logo > img {
    height: 100%;
    width: auto;
  }
  li.dropdown.nav-item { text-align: center; }
  li.dropdown.submenu.nav-item { text-align: left; }
  body:not(.home) #footer .contact-info {
    max-width: 66.666666%;
    flex: 0 0 66.666666%;
  }
  body:not(.home) #footer .social {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin-top: 70px;
  }
  body:not(.home) #page-title { margin-top: 30px; }
  body.contact main { margin-bottom: -31px!important; }
  body.home main {margin-bottom: 5px!important; }
  main {
    margin-bottom: 0 !important;
  }
  #main-nav a.nav-link {
    padding: 10px;
    width: 100%;
  }
  #main-slideshow .carousel-indicators { display: none; }
  .exclusive-url, .exclusive-url.bigUrl, .exclusive-url.mediumUrl, .exclusive-url.smallUrl,
  .recent-article {
    width: 100%;
    height: auto;
    float: none;
  }
  .exclusive-url.mediumUrl::after, .recent-article::after {
    padding-bottom: 100%;
  }
  .exclusive-url > .figure-caption, .recent-article > figcaption {
    top: 0;
  }
  .exclusive-url .url-title>h3, .recent-article>figcaption .title { font-size: 23px; }
  .exclusive-url > .url-head > img, .recent-article>a>img { opacity: 0.5 !important; }
  #footer {
    position: relative;
    margin: 0;
  }
  .countdown > .col-sm-3 {
    width: 50%;
  }
  .offer .btn-group {
    display: flex;
    flex-direction: column;
  }
  .offer .btn-group .btn,
  .offer .btn-group .button {
    margin: 0 auto;
  }
  .offer .btn-group .info { margin-bottom: 5px; }
  section.row.contact-details-card { padding-right: 0; }
  .map-holder {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  #banners {
    z-index: 9999;
    flex-direction: column;
  }
  #second-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  body.home main { margin-bottom: 15px!important; }
  body.home #footer .right {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
  body:not(.home) .contact-info-container {
    text-align: center;
  }
  body:not(.home) #footer .col-md-6.right {
    flex-direction: column-reverse;
  }
  body:not(.home) #footer .contact-info,
  body:not(.home) #footer .social,
  #gallery-content .row .image:nth-child(1),
  #gallery-content .row .image:nth-child(6),
  #gallery-content .row .image {
    max-width: 100%;
    flex: 0 0 100%;
  }
  body.home #footer .logo {
    margin-top: 15px;
  }
  #main-nav { min-height: auto; }
  #recent-articles .recent-article,
  .offer .btn-group .info {
    margin-bottom: 0;
  }
  #more-content { margin-bottom: 50px; }
  .offer .btn-group {
    flex-direction: row;
  }
  body.contact #footer .container-fluid,
  section.row.contact-details-card {
    flex-direction: column-reverse;
  }
  #footer .right .social-container {
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  body.contact #contact-form {
    padding-left: 0;
    padding-right: 0;
  }
  .g-recaptcha { margin-left: -5px; }
  body.contact .actions button.btn,
  body.contact .actions button.button {
    width: 100%;
  }
}