body {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: #0C2E66;
  font-size: 18px;
}

header {
  padding: 8px 0 0 0;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.4);
  background: #0C2E66;
  /* position: fixed;
  top: 0;
  left: 0; */
  width: 100%;
  z-index: 9999;
  -webkit-transition: .4s !important;
  -moz-transition: .4s !important;
  transition: .4s !important;
}

header.hidden {
  transition: .4s !important;
  -webkit-transform: translateY(-100%) !important;
  -moz-transform: translateY(-100%) !important;
  -ms-transform: translateY(-100%) !important;
  -o-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}

/* main {
  margin-top: 80px !important;
} */

.live-web main,
.acropolis main{
  margin-top: 32px;
  margin-bottom: 32px;
}

ul, li, h1 {
  margin: 0;
  padding: 0;
}

.img-box {
  float: left;
  margin: 0 10px 10px 0;
  display: inline-block;
}

.img-box button {
  background: #0C2E66;
  border: none;
  color: #fff;
  width: 100%;
  padding: 8px 0;
  text-align: center;
}

.about p {
  text-align: left;
  margin-bottom: 15px;
  line-height: 26px;
}

.about h1, .contact h1 {
  margin-top: 20px;
  text-align: left;
  margin-bottom: 15px;
}

ul.top-nav, ul.footer-nav {
  display: inline-block;
}

ul.top-nav li, ul.footer-nav li {
  display: inline-block;
  color: #fff;
  font-size: 23px;
  line-height: 23px;
  padding: 0 5px;
}

ul.footer-nav {
  display: block;
  text-align: center;
  margin-bottom: 8px;
  border-bottom: 1px solid #fff;
}

ul.footer-nav li {
  font-size: 19px;
  line-height: 22px;
}

.top-nav li:not(:first-child):before, .footer-nav li:not(:first-child):before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
}

footer a:hover {
  color: #fff !important;
}

/*.bg1 {
  background: url("../img/pireas-live.jpg") no-repeat left top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg2 {
  background: url("../img/pireas-live-bcrd.jpg") no-repeat left top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;  background-size: cover;
}*/
a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #009bff;
}

.overlay:before {
  position: fixed;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  /*background: url(../img/overlay.png);*/
  background-repeat: repeat-x repeat-y;
}

table {
  display: inline-block;
}

.wrapper {
  /*float:left;
  width: 35%;
  margin: auto;
  margin-top: 2%;
  margin-bottom: 7%;*/
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
}

.fa {
  width: auto !important;
}

.wrapper2 {
  width: 80%;
  margin: auto;
  margin-top: 7%;
  margin-bottom: 7%;
}

.lnk {
  /*float: left;*/
  border-radius: 10px;
  width: 70%;
  margin-top: 5px;
  font-size: 20px !important;
  display: block;
  background-color: rgba(95, 95, 95, 0.5);
  padding: 5px;
  color: #ddd;
  font-weight: 500 !important;
  border: 1px solid #fff;
}

.lnk:hover {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

.mail {
  margin-top: 15px;
}

.line {
  display: inline-block;
  width: 20%;
  border: none;
  height: 3px;
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 5px;
}

.space {
  margin-bottom: 4px;
}

.hours {
  background-color: rgba(0, 0, 0, 0.5);
}

.next, .previous {
  color: blue !important;
}

@media screen and (max-width: 800px) {
  .bg1 {
    background: url("../img/pireas-800.jpg") no-repeat left top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  body {
    font-size: 2em;
  }

  .container-fluid {
    width: 100% !important;
  }

  .wrapper {
    width: 100%;
    margin: auto;
    /*margin-top: 5%;
    margin-bottom: 5%;*/
  }

  .lnk {
    width: auto !important;
    font-size: 15px !important;
  }

  .line {
    width: 35%;
  }
}

@media screen and (max-width: 640px) {
  .bg1 {
    background: url("../img/pireas-640.jpg") no-repeat left top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
}

.weather-inf {
  margin: 25px auto 25px auto;
}

.row img {
  background: #fff;
}

.item {
  max-width: 320px;
  width: 100%;
  background: #0C2E66;
  margin: 0 auto 15px auto;
  /*border-radius: 5px;*/
}

.item img {
  margin: 0 auto;
}

.header-title {
  line-height: 100%;
  display: inline-block;
  margin: 10px 0;
  padding: 0;
}

header a {
  color: #fff !important;
  text-decoration: none;
}

footer {
  padding: 25px 0;
  background: #0C2E66;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.top {
  display: none;
  width: 50px;
  background: #0C2E66;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 120px;
}

.top i {
  color: #fff !important;
  line-height: 45px !important;
}

.nav-tabs {
  font-size: 16px;
  border-bottom: 0px !important;
  display: flex;
  margin-bottom: 25px;
  background: #0C2E66;
  /*flex-flow: row wrap;*/
}

.nav-tabs li {
  flex: 1;
  /*flex-basis: 33%;*/
}

.nav-tabs a {
  padding: 5px !important;
  border-radius: 0px !important;
  border-color: #0C2E66 !important;
  margin-right: 0px !important;
}

.nav-tabs>li.active>a {
  border-color: #0C2E66 !important;
}

.nav-tabs>li.active:first-child>a, .nav-tabs li:first-child {
  border-color: #0C2E66;
}

@media (max-width: 768px) {
  /* main {
    margin-top: 120px !important;
  } */

  ul.top-nav li {
    display: block;
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 6px !important;
  }

  .nav-tabs {
    flex-flow: row wrap;
  }

  .nav-tabs li {
    flex-basis: 33%;
  }

  .top-nav li:not(:first-child):before {
    display: none !important;
  }
}

.time {
  padding: 8px;
  margin-bottom: 0px;
  font-size: 18px;
  display: block;
  color: #fff;
  /*text-shadow: -1px 0 #0C2E66, 0 1px #0C2E66, 2px 0 #0C2E66, 0 -1px #0C2E66;*/
}

.contact-form {
  display: block;
  margin: 15px auto;
  max-width: 550px;
  width: 100%;
}

.contact-form label {
  text-align: left !important;
  display: block;
}

.contact-form input, .contact-form textarea {
  display: block;
  width: 100%;
  padding: 5px;
}

.contact-form input[type="submit"] {
  border: 0px;
  background: #0C2E66;
  color: #fff;
  padding: 8px;
  text-align: center;
  max-width: 200px;
  width: 100%;
  margin: 10px auto auto auto;
}

.error {
  border: 1px solid red;
  color: red;
}

input[type="submit"]:disabled {
  background: #ccc;
  cursor: not-allowed;
  color: #282828;
}

input[type="checkbox"] {
  display: inline-block !important;
  float: left;
}

footer a {
  display: block;
  margin-bottom: 8px;
  color: #fff !important;
}

footer .copyright {
  padding-top: 8px;
  border-top: 1px solid #fff;
  font-size: 14px;
}

* {
  outline: 0;
}

main {
  position: relative;
}

#video {
  display: block;
  max-width: 1250px;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

main {
  position: relative;
}

.enable-audio {
  padding: 8px;
  position: absolute;
  right: 30px;
  top: 30px;
  border-radius: 50px;
  border: none;
  min-width: 50px;
  cursor: pointer;
  background: #0C2E66;
  border: 1px solid #0C2E66;
  color: #fff;
  transition: .4s;
}

.enable-audio:hover {
  color: #0C2E66;
  background: #fff;
}

@media (max-width:600px) {
  .enable-audio {
    min-width: 35px;
    font-size: 14px;
  }
}