@charset "UTF-8";
@font-face {
  font-family: PFFuturaNeu-thin;
  font-style: normal;
  src: url(../font/pffuturaneucondensed/PFFuturaNeu-Thin.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: PFFuturaNeu-light;
  font-style: normal;
  src: url(../font/pffuturaneucondensed/PFFuturaNeu-Light.otf)
    format("opentype");
  font-display: swap;
}
@font-face {
  font-family: PFFuturaNeu-book;
  font-style: normal;
  src: url(../font/pffuturaneucondensed/PFFuturaNeu-Book.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: PFFuturaNeu-bold;
  font-style: normal;
  src: url(../font/pffuturaneucondensed/PFFuturaNeu-Bold.otf) format("opentype");
  font-display: swap;
}
/*---------------------------
  # RESET CSS
---------------------------*/
*,
::after,
::before {
  box-sizing: border-box;
}
body,
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  background-image: linear-gradient(rgba(255, 255, 255, 0.45),rgba(255, 255, 255, 0.45) ), url(../img/stone-pattern.jpg);
  /* background-color: rgba(255, 255, 255, 0.4);
  background-image: url(../img/stone-pattern.jpg); */
  margin: 0;
  font-family: PFFuturaNeu-book, sans-serif;
  line-height: 1.6;
  letter-spacing: 1px;
}
footer,
header,
main {
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0;
}
img {
  max-width: 100%;
  display: block;
}
figure {
  margin: 0;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
}
a:hover {
  color: #000;
  text-decoration: none;
}
/** BROWSER STYLING **/
::selection {
  text-shadow: none;
  background: #af7f4ecf;
}
-moz-::selection {
  text-shadow: none;
  background: #af7f4ecf;
}
/*---------------------------
  # HOTELS EFFECT ANIMATION ON LOAD
---------------------------*/
body {
  -webkit-backface-visibility:hidden;
  -webkit-animation:imageAnimation 3s linear 0s;
  -moz-animation:imageAnimation 3s linear 0s;
  -o-animation:imageAnimation 3s linear 0s;
  animation:imageAnimation 3s linear 0s;
}
@-o-keyframes imageAnimation {
  0%{opacity:0;-o-animation-timing-function:ease-out}
  100%{opacity:1;-o-animation-timing-function:ease-in}
}
@keyframes imageAnimation {
  0%{opacity:0;animation-timing-function:ease-out}
  100%{opacity:1;animation-timing-function:ease-in}
}
/*---------------------------
  # JOOMLA MESSAGE
---------------------------*/
.joom_message {
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .alert-warning {
    color: #000;
    background-color: #fac51c;
    border-color: #5a9e49;
  }
  .alert-heading {
    font-size: 20px;
  }
  .alert-message {
    font-size: 14px;
  }
  .close {
    cursor: pointer;
  }

  /*---------------------------
    # To Top Button
  ---------------------------*/
  #myBtn {
    position: fixed;
    display: none;
    bottom: 20px;
    right: 30px;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    background-color: #b18150;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    transition: all 0.4s ease-in-out;
    z-index: 999;
    justify-content: center;
    align-items: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  }
  #myBtn:hover {
    background: #fff;
    color: #b18150;
  }
  .breadcrumb {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}
  .breadcrumb-item + .breadcrumb-item::before {
    color: #b18150;
  }
  /*---------------------------
  # PRELOADER
---------------------------*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #af7f4e;

  -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;

  -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #b18150;

  -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0%   {
    -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);  /* IE 9 */
    transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);  /* IE 9 */
    transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0%   {
    -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);  /* IE 9 */
    transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);  /* IE 9 */
    transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
  }
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: rgb(226, 226, 226);
  z-index: 1000;
  -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);  /* IE 9 */
  transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: translateX(-100%);  /* IE 9 */
          transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
          transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /*Chrome,Opera15+,Safari3.1+*/-ms-transform: translateX(100%);
    /*IE9*/transform: translateX(100%);
    /*Firefox16+,IE10+,Opera*/
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;

  -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: translateY(-100%);  /* IE 9 */
          transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.3s 1s ease-out;
          transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none;
}
.no-js h1 {
  color: #222222;
}

#content {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 80%;
  max-width: 978px;
}
/*---------------------------
  # HOME - Main Nav
---------------------------*/
.main-menu-wrap {
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar {
  position: relative;
  z-index: 100;
}
.navbar-brand {
  /* display: none; */
}
#navbarResponsive > .menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
#navbarResponsive > .menu a {
  color: #684119;
  font-family: PFFuturaNeu-book;
  letter-spacing: 1;
}
#navbarResponsive > .menu a:hover {
  background-color: #fff;
}
.navbar-light .navbar-toggler {
  color:  #684119;
  border-color: #684119;
}
/*---------------------------
  # HOME - EXPERIENCE
---------------------------*/
.archaeopolis-experience-wrap {
  display: flex;
  /* justify-content: space-between; */
  /* align-items: center; */
  position: relative;
  overflow: hidden;
  z-index: 99;
  margin-top: -76px;
}
.panas-face-wrap {
  display: none;
  /* height: 100%;
  flex-basis: 12%;
  margin-top: 58px; */
}
.panas-face-wrap img {
  width: 100%;
}
.archaeopolis-experience-info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
  margin-top: 58px;
}
.archaeopolis-experience-text-info {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  background: #ffffff94;
  border-radius: 20px;
  padding: 1rem 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.title-style {
  color: #af7f4e;
  font-family: PFFuturaNeu-light;
  margin-bottom: 1rem;
}
.text-style {
  font-family: PFFuturaNeu-light;
  margin-bottom: 1rem;
}
.text-style h2, .text-style h3 {
  margin-bottom: 1rem;
}
.text-style p {
  margin-bottom: 1rem;
}
.btn-style {
  background-image: url('../img/button.png');
  border-radius: 25px;
  padding: .5rem 4rem;
  color: #fff;
  font-family: PFFuturaNeu-bold;
  font-size: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1rem;
  display: inline-flex;
  position: relative;
  z-index: 999;
  transition: all .6s ease-in-out;
}
.btn-style:hover {
  color: #fff;
  opacity: .9;
  background-position: 0 center;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
#btnjQ1_0 {
  background-image: url('../img/button.png');
  border-radius: 0;
  border: 0;
  background-color: unset!important;
  border-color: unset!important;
  padding: .52rem 1rem;
  color: #fff;
  font-family: PFFuturaNeu-bold;
  font-size: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1rem;
  display: inline-flex;
  z-index: 2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: unset;
}
.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: unset;
  border-color: unset;
  box-shadow: unset;
}
.social-icons-wrap a {
  background-color: #b18150;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  margin: 0 .2rem;
  transition: all .6s ease-in-out;
}
.social-icons-wrap a:hover {
  color: #af7f4e;
  background-color: #fff;
}
.warriors-greece-wrap {
  display: flex;
  flex-basis: 50%;
}
.warriors-greece-wrap img {
  width: 100vw;
  object-fit: cover;
  object-position: left;
}
/*---------------------------
  # HOME - WHO WE ARE
---------------------------*/
.who-we-are-wrap {
  display: flex;
  border-bottom: 5px solid transparent;
  border-image: url('../img/bg-pattern.png') 30 stretch;
}
.who-we-are-info-img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.who-we-are-info-wrap {
  text-align: center;
  background: #ffffff94;
  padding: 1rem 2rem;
  border-radius: 20px;
  position: relative;
  width: 100%;
  max-width: 450px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

}
.who-we-are-imgs-wrap {
  margin-top: -100px;
  position: relative;
  z-index: 1;
  margin-right: -300px;
}
.archaeopolis-woman-wrap {
  display: flex;
  flex-basis: 47.5%;
}
.archaeopolis-woman-wrap img {
  width: 100%;
}
.archaeopolis-woman-wrap {
  display: flex;
  flex-basis: 52.5%;
}
.archaeopolis-woman-wrap img {
  width: 100vw;
  object-fit: cover;
  object-position: right;
}
.who-we-are-text-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 47.5%;
}

/*---------------------------
  # HOME - EXPERIENCE
---------------------------*/
.experience-workshops-wrap {
  display: flex;
}
.experience-workshop-warrior-wrap {
  display: flex;
  flex-basis: 50%;
  position: relative;
  z-index: 1;
}
.experience-workshop-warrior-wrap img {
  width: 100vw;
  object-fit: cover;
  object-position: left;
}
.title-style-h3 {
  color: #af7f4e;
  font-family: PFFuturaNeu-light;
  margin-bottom: 1rem;
}
.experience-workshop-info-wrap {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.experience-workshop-info-subwrap {
  margin-right: -350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  width: 100%;
}
.timeline * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.timeline {
  background: #ffffff94;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 1rem;
  padding: 2rem;
}

.timeline .circle {
  background: #fff;
  border: .5rem solid #0067b3;
  border-radius: 100%;
  height: 2.25rem;
  margin: auto;
  width: 2.25rem;
  vertical-align: middle;
}

.timeline ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
}

.timeline li {
  border: 0 solid #af7f4e;
  color: #000;
  list-style-type: none;
  padding: .5rem 1rem;
  width: calc(50% + 1px);
  padding-top: 0;
}
.timeline li::after {
  background: #af7f4e;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  position: absolute;
  right: 0;
  width: 1rem;
  top: 0;
  left: -9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeline li:nth-child(even):after {
  /* left: calc(33.3rem - 1px); */
    right: -9px;
    left: unset;
}
.timeline li:nth-child(odd) {
  border-left-width: 2px;
  text-align: left;
}
.timeline li:nth-child(even) {
  border-right-width: 2px;
  right: calc(50% - 1px);
  text-align: right;
}
.timeline li:last-child:after {
  /* display: none; */
}
.timeline .title-style-h3 {
  margin-bottom: .25rem;
}
.timeline-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
@media (max-width: 575.98px) {
  .timeline li {
      border: unset;
      color: #000;
      list-style-type: none;
      padding: 1rem 2rem;
      width: 100%;
  }

  .timeline li:after {
      content: unset;
  }
  .title-style-h3 {
      text-align: center;
  }
  .timeline>ul>li>p {
      text-align: center;
  }
  .timeline>ul>li>em {
      text-align: center;
  }
  .timeline li:nth-child(2n) {
    right: 0;
  }
}
/*---------------------------
  # HOME - TV-FILM
---------------------------*/
.modal-backdrop.show {
  opacity: .5;
  /* display: none; */
  z-index: -1;
}
.modal-body iframe {
  width: 100%;
}
.tv-film-production-support-wrap {
  display: flex;
}
.tv-film-production-support-img-wrap {
  display: flex;
  flex-basis: 51%;
}
.tv-film-production-support-img-wrap img{
  width: 100vw;
  object-fit: cover;
  object-position: right;
}
.tv-film-production-support-info-wrap {
  display: flex;
  flex-basis: 49%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tv-film-production-info-sec-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tv-film-video-wrap {
  background: url('../img/bg-pattern.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: .5rem;
  margin-bottom: 1rem;
}
.tv-film-video-info-wrap {
  max-width: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: #ffffff94;
  padding: 1rem;
  border-radius: 20px;
}

/*---------------------------
  # HOME - News, Tips Blog
---------------------------*/
.newsflash-mega-wrap {
  background-color: #fff;
  border-top: 5px solid transparent;
  /* border-bottom: 5px solid transparent; */
  border-image: url('../img/bg-pattern.png') 30 stretch;
  padding-bottom: 4rem;
}
.category-info-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.read-more-blog-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article_services_wrap,
.article_head_wrap {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all .6s ease-in-out;
  border: 1px solid transparent;
}
.article_head_wrap:hover {
  opacity: .9;
  border: 1px solid #af7f4e;
  box-shadow:  0 .5rem 1rem rgba(0,0,0,.15);
}
.newsflash-image img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.newsflash-title {
  color: #af7f4e;
  font-family: PFFuturaNeu-bold;
  margin-bottom: .5rem;
  font-size: 1rem;
  text-align: center;
  padding: .2rem .5rem;
}
.newsflash-text-wrap {
  border: 1px solid transparent;
  border-top: 10px solid transparent;
  padding: 1rem;
  border-image: url('../img/bg-pattern.png') 30 stretch;
  display: flex;
  flex-direction: column;
  height: 100%;
}
/*---------------------------
  # HOME - Footer
---------------------------*/
.footer-menu-wrap > .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  list-style: none;
  padding: .5rem 0;
  border-top: 5px solid transparent;
  border-image: url('../img/bg-pattern.png') 30 stretch;
}
.footer-menu-wrap > .menu > li > a {
  color: #684119;
  font-family: PFFuturaNeu-book;
  border-bottom: 2px solid transparent;
  transition: all .6s ease-in-out;
}
.footer-menu-wrap > .menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid #af7f4e;
}
.footer-info-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
}
.footer-logo-wrap {
  margin-bottom: 1rem;
}
.footer-contact-info-wrap,
.footer-contact-info-wrap a {
  text-align: center;
  color: #af7f4e;
  font-size: 1.1rem;
}
.footer-phone-wrap, .footer-email-wrap {
  margin: .2rem 0;
}
.social-media-icons-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-media-icon a {
  background-color: #b18150;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  margin: 0 .2rem;
  transition: all .6s ease-in-out;
}
.social-media-icon a:hover {
  color: #b18150;
  background-color: #fff;
}
.copyright-wrap {
  text-align: center;
}

/*---------------------------
  # J Contact
---------------------------*/
#contact_us {
  margin-top: 4rem;
}
.contact-title {
  color: #af7f4e;
  background: rgba(255, 255, 255, 0.6);
  padding: 1rem;
  text-align: center;
  border: 1px solid transparent;
  border-bottom: 5px solid transparent;
  border-image: url('../img/bg-pattern.png') 30 stretch;
  margin-bottom: 1rem;
}
.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-title > h2 {
  background: linear-gradient(270deg, #81002a 0, #b1003a 100%);
  padding: 15px 30px;
  color: #fff;
  margin-bottom: 30px;
}
.section-title > h2 {
  background: radial-gradient(circle, #b1003a 0, #81002a 100%);
  padding: 15px 30px;
  color: #fff;
  margin-bottom: 30px;
}
#jform_contact_email-lbl,
#jform_contact_emailmsg-lbl,
#jform_contact_message-lbl,
#jform_contact_name-lbl {
  font-family: PFFuturaNeu-book;
}
#jform_contact_email,
#jform_contact_emailmsg,
#jform_contact_message,
#jform_contact_name {
  border-radius: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 1.2rem;
  border: 1px solid transparent;
  border-image: url('../img/bg-pattern.png') 30 stretch;
  letter-spacing: 1px;
}
#jform_contact_message {
  resize: none;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}
#contact {
  margin: 50px 0;
}
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #c5003b;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f7e7eb;
  width: 50px;
  height: 50px;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 1.1em;
  margin-bottom: 0;
}
.contact #contact-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}
.contact #contact-form .form-validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact #contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact #contact-form .error-message br + br {
  margin-top: 25px;
}
.contact #contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact #contact-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact #contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact #contact-form input,
.contact #contact-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact #contact-form input:focus,
.contact #contact-form textarea:focus {
  border-color: #fbd585;
}
.contact #contact-form input {
  padding: 20px 15px;
}
.contact #contact-form textarea {
  padding: 12px 15px;
}
.contact #contact-form button[type="submit"] {
  background: #fbd585;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact #contact-form button[type="submit"]:hover {
  /* background: #81002a; */
  opacity: 0.8;
}
.btn-primary {
  /*background: #0e9fd6;
  color: #fff;
  border: 0;
  padding: 10px 80px;
  border-radius: 5px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  */
  border: unset;
  background: url('../img/button.png');
  border-radius: 25px;
  padding: .5rem 4rem;
  color: #fff;
  font-family: PFFuturaNeu-bold;
  font-size: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .6s ease-in-out;
  letter-spacing: 1px;
}
.btn-primary:hover {
  color: #fff;
  background-color: #fff;
  opacity: 0.85;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) ;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: unset;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
.control-group {
  margin-bottom: 2.5rem;
}
.contact-title-wrap {
  display: flex;
  justify-content: center;
}
.misc-text {
  text-align: center;
  font-family: PFFuturaNeu-Light;
  margin-bottom: 50px;
}
.full_address_style, .telephone, .email {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bg_contact_info_style {
  background: #fff;
  padding: 2rem;
  color: #000;
}
.bg_contact_info_style a {
  color: #000;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #000;
  font-size: 1.2rem;
  border: 1px solid transparent;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-image: url(../img/bg-pattern.png) 30 stretch;
  letter-spacing: 1px;
}

.map-wrap > iframe {
  width: 100%;
  height: 550px;
}
/*------------------------------
  # CATEGORY - CATERING - BLOG
-------------------------------*/
.item {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  transition: all .6s ease-in-out;
}
.item:hover {
  opacity: .9;
  border: 1px solid #af7f4e;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.category_blog_wrapper {
  margin: 4rem auto;
}
.category_img_article_wrap img {
  height: 350px;
  display: flex;
  object-fit: cover;
  width: 100%;
}
.category_info_wrap {
  border: 1px solid transparent;
  border-top: 10px solid transparent;
  padding: 1rem;
  border-image: url('../img/bg-pattern.png') 30 stretch;
  background: #ffffff87;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.category_title_article h2{
  color: #af7f4e;
  font-family: PFFuturaNeu-bold;
  margin-bottom: .5rem;
  font-size: 1rem;
  text-align: center;
  padding: .2rem .5rem;
  min-height: 3rem;
}
.category_title_article h2 > a  {
  color: #af7f4e;
}
.category_introtext {
  text-align: justify;
  margin-bottom: 1rem;
}
.read-more-line {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/*---------------------------
  # ARTICLE - SERVICES
---------------------------*/
#service-article {
  margin: 4rem auto;
}
.service-img-wrap {
  background: url('../img/bg-pattern.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: .5rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.service-img-wrap img {

}
#service-article .item-page {
  height: 100%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  padding: .5rem;
  border-image: url('../img/bg-pattern.png') 30 stretch;
}
#service-article .article-body-wrap {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
  text-align: justify;
  text-align-last: center;
}
.article_head_title_style {
  text-align: center;
}
/*---------------------------
  # ARTICLE - NEWS / blog
---------------------------*/
#news-article {
  margin: 4rem auto;
}
#news-article .item-image img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  border: 5px solid transparent;
  border-image: url('../img/bg-pattern.png') 30 stretch;
}
#news-article .sidebar_head_wrap {
  display: flex;
  justify-content: flex-start;
  text-align: center;
  align-items: center;
  margin-bottom: 1rem;
}
#news-article .sidebar_head_style {
  font-family: PFFuturaNeu-light;
  font-size: 1.4rem;
  border-bottom: 1px solid #af7f4e;
  padding: 0 1rem .5rem;
}
#news-article .social_icons_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#news-article .social_icon_style, .social_icon_style a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0 .1rem;
}
#news-article .social_icon_style a {
  padding: .5rem;
  border: 1px solid #af7f4e;
  color: #af7f4e;
  width: 100px;
  background: rgba(255, 255, 255, 0.6);
}
#news-article .social_icon_style a:hover {
  background-color: #af7f4e;
  color: #fff;
}
#news-article .social_icon_text {
  font-family: PFFuturaNeu-thin;
  letter-spacing: 1px;
}

#news-article .article_head_title_style {
  color: #af7f4e;
  background: rgba(255, 255, 255, 0.6);
  padding: 1rem;
  text-align: center;
  border: 1px solid transparent;
  border-bottom: 5px solid transparent;
  border-image: url('../img/bg-pattern.png') 30 stretch;
  margin-bottom: 1rem;
  font-size: 2rem;
}
#news-article .item-page {
  text-align: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid transparent;
  border-image: url('../img/bg-pattern.png') 30 stretch;
}
#news-article .articleBody {
  background: rgba(255, 255, 255, 0.6);
  padding: 1rem;
  border: 1px solid #af7f4e;
}
#news-article .articleBody p {
  font-family: PFFuturaNeu-light;
  margin-bottom: 1rem;
}
/*---------------------------
  # ARTICLE - GENERAL
---------------------------*/
#general-article {
  margin: 4rem auto;
}
#general-article .article_head_title_style {
  color: #af7f4e;
  background: rgba(255, 255, 255, 0.6);
  padding: 1rem;
  text-align: center;
  border: 1px solid transparent;
  border-bottom: 5px solid transparent;
  border-image: url('../img/bg-pattern.png') 30 stretch;
  margin-bottom: 1rem;
}
#general-article .item-page {
  text-align: left;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid transparent;
  border-image: url('../img/bg-pattern.png') 30 stretch;
}
#general-article h2 {
  font-family: PFFuturaNeu-book;
  font-size: 1.4rem;
}
#general-article h3 {
  font-family: PFFuturaNeu-book;
  font-size: 1.2rem;
}
.gallery_img_style {
  height: 350px;
  object-fit: cover;
  width: 100%;
}
.lum-lightbox {
  z-index: 999;
}
.lum-lightbox-position-helper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.lum-lightbox-inner .lum-lightbox-caption {
  display: none;
}
.film-tv-wrap h2 {
  font-size: 2rem!important;
  text-transform: uppercase!important;
}
.film-tv-wrap em {
  font-size: 1.5rem;
}

/*---------------------------
  # Media Queries
---------------------------*/
@media (min-width: 1440px) { .container { max-width: 1400px; } }

@media (max-width: 1920px) {
  .who-we-are-imgs-wrap {
    margin-top: -90px;
  }
  .who-we-are-imgs-wrap img {
    width: 350px;
  }
}
@media (max-width: 1530px) {
  .experience-workshop-info-subwrap {
    margin-right: -150px;
  }
}
@media (max-width: 1420px) {
  .archaeopolis-experience-wrap {
    margin-top: 0;
  }
  .archaeopolis-experience-info-wrap {
    margin-top: 0;
  }
}
@media (max-width: 1380px) {
  .who-we-are-imgs-wrap img {
    width: 250px;
  }
  .who-we-are-imgs-wrap {
    margin-top: -80px;
  }
}
@media (max-width: 1320px) {
  .experience-workshop-info-wrap {
    flex-basis: 100%;
  }
  .experience-workshop-info-subwrap {
    margin-right: 0;
    padding: 1rem;
  }
  .experience-workshop-warrior-wrap {
    display: none;
  }
}
@media (max-width: 1280px) {
  .archaeopolis-experience-info-wrap {
    padding-left: 1rem;
  }
}

@media (max-width: 1199.98px) {
  .who-we-are-imgs-wrap {
    margin-top: -25px;
    margin-right: -180px;
  }
}

@media (max-width: 991.98px) {
  .navbar-brand {
    display: block;
  }
  #navbarResponsive > .menu {
    flex-direction: column;
  }
  #navbarResponsive > .menu a {
    text-align: right;
  }
  .archaeopolis-experience-info-wrap {
    padding-left: 1rem;
  }
  .who-we-are-text-info {
    padding-right: 1rem;
  }
  .who-we-are-imgs-wrap {
    display: none;
  }
  .experience-workshop-warrior-wrap {
    display: none;
  }
  .experience-workshop-info-wrap {
    flex-basis: 100%;
  }
  .experience-workshop-info-subwrap {
    margin: 0;
  }
  .tv-film-production-support-img-wrap {
    display: none;
  }
  .tv-film-production-support-info-wrap {
    flex-basis: 100%;
    margin: 2rem 0;
  }
}

@media (max-width: 767.98px) {
  .warriors-greece-wrap {
    display: none;
  }
  .archaeopolis-experience-info-wrap {
    flex-basis: 100%;
    padding: 1rem;
  }
  .archaeopolis-woman-wrap {
    display: none;
  }
  .who-we-are-info-wrap {
    max-width: 600px;
  }
  .tv-film-video-info-wrap {
    max-width: 600px;
  }
  .who-we-are-text-info {
    flex-basis: 100%;
    margin: 2rem 0;
    padding: 1rem;
  }
  .tv-film-production-support-info-wrap {
    padding: 1rem;
  }
  .footer-menu-wrap > .menu {
    flex-direction: column;
  }

}

@media (max-width: 575.98px) {
  .lum-img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .animated {
      /*CSS transitions*/
      -o-transition-property: none !important;
      -moz-transition-property: none !important;
      -ms-transition-property: none !important;
      -webkit-transition-property: none !important;
      transition-property: none !important;
      /*CSS transforms*/
      -o-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -webkit-transform: none !important;
      transform: none !important;
      /*CSS animations*/
      -webkit-animation: none !important;
      -moz-animation: none !important;
      -o-animation: none !important;
      -ms-animation: none !important;
      animation: none !important;
  }
}