@font-face {
  font-family: "Naxos";
  src: url("../font/Naxos.otf") format("opentype");
}

@font-face {
  font-family: "Naxos Bold";
  src: url("../font/NaxosBold.otf") format("opentype");
}

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

section {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 100%;
}

a {
  text-decoration: none;
}

form {
  margin: 0;
}

nav {
  display: flex;
  position: relative;
  height: 180px;
}

nav .logo {
  display: inline-flex;
  align-items: flex-end;
  width: 20%;
  padding-left: 3%;
}

nav .logo img {
  width: 45%;
}

/*.home {
  background-image: url(../img/bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}*/

.white {
  background: #fff;
}

.white span {
  color: #000;
}

.white::before {
  background: #fff;
}

.black {
  background: black;
}

.black span {
  color: #fff;
}

.black::before {
  background: #000;
}

.menu {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  width: 80%;
}

.menu::before {
  display: block;
  position: absolute;
  content: "";
  width: 270px;
  height: 180px;
  left: -165px;
  top: -69px;
  transform: rotate(46deg);
}

.menu span {
  align-self: flex-end;
  padding: 32px; /* 37px */
  font-family: Naxos;
  font-size: 12px;
  text-align: center;
}

.menu span a {
  color: #ffffff;
  letter-spacing: 0.2em;
}

.white span a {
  color: #000000;
  letter-spacing: 0.2em;
}

.items {
  display: inline-flex;
  position: relative;
  width: 100%;
  padding-left: 145px;
  margin: 0;
  list-style: none;
  margin-top: auto;
  padding-bottom: 45px;
}

.items li {
  position: relative;
  margin-right: 85px;
}

.items li a {
  color: #767676; /* a2a2a2 */
  font-family: Naxos;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.items li a.active {
  font-family: "Naxos Bold";
}

.items li:last-child {
  margin-right: 0;
}

.home > .main {
  display: flex;
  position: relative;
  height: calc(100% - 180px);
  padding-top: 40px;
  background-image: url(../img/layer.png);
  background-position: 100% 0;
  background-size: 55% 100%;
  background-repeat: no-repeat;
  background-origin: content-box;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}

.home > .main ul {
  margin: 72px;
  list-style: none;
}

.home > .main ul li {
  margin-top: 16px;
  letter-spacing: 0.1em;
  line-height: 0.8;
}

.home > .main ul span {
  color: #000;
  font-family: Naxos;
  font-size: 14px;
}

.row {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.copy {
    clear: both;
    position: relative;
    z-index: 10;
    height: 2em;
    margin-top: -2em;
	margin-right: 1em;
  text-align: right;
  font-family: Naxos;
  font-size: 10px;
}
.copy-center {
    clear: both;
    position: relative;
    z-index: 10;
    height: 2em;
    margin-top: -2em;
  text-align: center;
  font-family: Naxos;
  font-size: 10px;
}
.copy-c-proj {
    clear: both;
    position: relative;
    z-index: 10;
	height: 2em;
    margin-top: 0em;
  text-align: center;
  font-family: Naxos;
  font-size: 10px;
}

/*.copy-vert {
    clear: both;
    position: relative;
    z-index: 10;
	/*height: 2em;
    margin-top: 0em;* /
	left: 0;
	bottom: 0;
  /*text-align: center;* /
  font-family: Naxos;
  font-size: 10px;
  display:inline;
  background-color: #fff;
}*/
.rotate {
position: fixed; /*absolute*/
  font-family: Naxos;
  font-size: 11px; /* 10px */
  /*background-color: #fff;
  display: inline-block;*/
  /*margin-left: 2em;
  margin-bottom: -5em;* /
  margin-top: -8.20em;*/
  bottom: 5em;
  left: 2em;
  -webkit-transform: rotate(-90deg) translateX(0%);
  -moz-transform: rotate(-90deg) translateX(0%);
  -ms-transform: rotate(-90deg) translateX(0%);
  -o-transform: rotate(-90deg) translateX(0%);
  transform: rotate(-90deg) translateX(0%);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left; /*1em 0*/
}
/*.rotate-proj {
position: absolute;
  font-family: Naxos;
  font-size: 10px;
  background-color: #fff;
  display: inline-block;
  /*margin-left: 2em;
  margin-bottom: -5em;* /
  margin-top: -2.5em;
  -webkit-transform: rotate(-90deg) translateX(0%);
  -moz-transform: rotate(-90deg) translateX(0%);
  -ms-transform: rotate(-90deg) translateX(0%);
  -o-transform: rotate(-90deg) translateX(0%);
  transform: rotate(-90deg) translateX(0%);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling * /
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 1em 0;
}*/

.column {
  display: inline-flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.column:nth-child(1) {
  margin-left: 0 !important;
}

.poinoi {
  background: #fff;
  padding: 109px 72px 72px;
}

.poinoi .column {
  /*width: 50%;*/
  overflow: hidden;
}

.poinoi .infopart, .poinoi .compart {
  width: 50%;
}

.poinoi .column .row {
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 4px;
}

.poinoi .column .row:last-child {
  margin-bottom: 0;
}

.poinoi .column img {
  display: block;
  position: relative;
  width: 16%;
  height: auto;
}

.poinoi .column .info {
  display: block;
  position: relative;
  width: 65%;
  margin-left: 10%;
  margin-top: auto;
  margin-bottom: 5px;
  font-family: Naxos;
  line-height: 0.8;
}

.poinoi .column .name {
  color: #000;
  font-size: 16px;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}

.poinoi .column .content {
  color: #5b5b5b;
  font-size: 14px;
}

.poinoi .column .content p {
  margin: 0;
  margin-top: 12px;
  letter-spacing: 0.1em;
}

.poinoi .column ul {
  list-style: none;
  margin: 0;
}

.poinoi .column ul li {
  margin-top: 12px;
  letter-spacing: 0.1em;
}

.poinoi .column ul span {
  color: #6f6f6f;
  font-family: Naxos;
  font-size: 13px;
}

.poinoi .column hr {
  display: block;
  position: absolute;
  background: #c8c8c8;
  height: 4px;
  width: 750px;
  top: 100%;
  right: 0;
  border: none;
  margin: 0;
  transform: rotate(-50deg);
  transform-origin: left;
}

.poinoi .column:nth-child(2) {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: flex-end;
}

.epikoinwnia {
  background: #fff;
  padding: 209px 72px 72px;
}

.epikoinwnia .row {
  height: 100%;
}

/*.epikoinwnia .column {
  width: 50%;
}*/
.epikoinwnia .contform, .epikoinwnia .continfo {
  width: 50%;
}

.epikoinwnia .continfo {
  padding-bottom: 305px;
}

.epikoinwnia .column:first-child {
  align-items: flex-end;
}

.epikoinwnia .column:last-child {
  align-items: flex-end;
  align-self: flex-end;
  text-align: right;
}

.epikoinwnia .column:last-child ul {
  list-style: none;
  margin: 0;
}

.epikoinwnia .column:last-child ul li {
  margin-top: 12px;
  letter-spacing: 0.1em;
}

.epikoinwnia .column:last-child ul span {
  color: #6f6f6f;
  font-family: Naxos;
  font-size: 12px; /*13*/
}

.epikoinwnia .column:last-child ul span strong {
  font-family: Naxos Bold;
  font-size: 12px;
}

.epikoinwnia .column:last-child hr {
  display: block;
  position: absolute;
  top: 41%;
  right: 0;
  background: #c8c8c8;
  height: 4px;
  width: 450px;
  border: none;
  margin: 0;
  transform: rotate(-50deg);
  transform-origin: left;
}

.epikoinwnia .contact {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 575px;
  color: #6f6f6f;
  font-family: Naxos;
  font-size: 13px;
}

.epikoinwnia .contact input {
  height: 36px;
  outline: none;
  border-top: 2px solid black;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  letter-spacing: 0.1em;
}

.epikoinwnia .contact input:last-of-type {
  border-bottom: 2px solid black;
  margin-bottom: 62px;
}

.epikoinwnia .contact textarea {
  max-width: 100%;
  max-height: 100%;
  height: 180px;
  outline: none;
  border: 2px solid #777777;
  border-radius: 4px;
  margin-bottom: 30px;
}

.epikoinwnia .contact button {
  width: 80px;
  height: 40px;
  align-self: flex-end;
  background: none;
  border: 2px solid #777777;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  font-size: 14px;
}

.map img {
  margin-top: 75px;
  /*margin: 30px auto 10px auto;*/
  max-width: 575px;/*1161px;*/
}

.erga {
  background: #fff;
  padding: 109px 72px 72px;
}

/*.erga .row {
  padding-left: 15%;
}

.erga img {
  display: block;
  position: relative;
  width: 250px;
  height: 250px;
}

.erga a {
  margin: 15px 21px;
}*/

.erga .row {
  list-style-type: none;
  margin: 0;
  padding-left: 22%; /*15%*/
  text-align: center;
  justify-content: flex-start;
}

.erga img {
  /*display: block;
  margin: 0 1em 1em 0;
  position: relative;*/
  width: 250px;
  height: 250px;
}

.erga a {
  display: inline-block;
  height: 250px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 250px;
  /*text-transform: uppercase;*/
}

.erga span.title-mouseover span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 29%;
  padding-left: 5%;
  padding-right: 5%;
  opacity: 0.90;
}

.erga span.title-mouseover {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 250px;
  left: 0;
  position: absolute;
  top: 0;
  width: 250px;
  font-family: Naxos;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.erga a:hover span.title-mouseover {
  opacity: 1;
}




.ergo {
  background: #fff;
  padding: 50px 52px 12px;
}

.ergo .column {
  /*width: 50%;*/
  overflow: hidden;
}

.ergo .pictures {
  width: 56%;
}

.ergo .information {
  width: 44%;
  padding-left: 2%; /*7%*/
}

.ergo .column .row {
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 4px;
}

.ergo .column .row:last-child {
  margin-bottom: 0;
}

.ergo .column img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.ergo .column .info {
  display: block;
  position: relative;
  width: 65%;
  margin-left: 10%;
  margin-top: auto;
  margin-bottom: 5px;
  font-family: Naxos;
  line-height: 0.8;
}

.ergo .column .name {
  color: #000;
  font-size: 16px;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}

.ergo .column .content {
  color: #5b5b5b;
  font-size: 14px;
}

.ergo .column .content p {
  margin: 0;
  margin-top: 12px;
  letter-spacing: 0.1em;
}

.ergo .column ul {
  list-style: none;
  margin: 0;
}

.ergo .column ul li {
  margin-top: 6px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.ergo .column ul span {
  color: #6f6f6f;
  font-family: Naxos;
  font-size: 11px; /* 10px */
}

.ergo .column .strng {
  font-weight: bold;
  /*font-size: 13px;*/
}

.ergo .column hr {
  display: block;
  position: absolute;
  background: #c8c8c8;
  height: 1px;
  /*width: 665px;*/
  width: 93%; /*85%*/
  top: 100%;
  right: 0;
  border: none;
  margin: 0;
  transform: rotate(-90deg);
  transform-origin: left;
}

.ergo .column:nth-child(2) {
  text-align: left;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: flex-end;
}

.ergo .nextproj {
  position: absolute;
  top: 50px;
  right: 52px;
  text-align:right;
  font-family: Naxos;
  font-size: 13px;
  letter-spacing: 0.1em;
  z-index: 99;
}
.ergo .prevproj {
  position: absolute;
  top: 50px;
  right: 252px;
  text-align:right;
  font-family: Naxos;
  font-size: 13px;
  letter-spacing: 0.1em;
  z-index: 99;
}

.nextproj a, .prevproj a {
  color: #767676; /* a2a2a2 */
}

/**/

/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/arrows.png") no-repeat left top;
  margin-top: -26px;
}

.centered-btns_nav:active {
  opacity: 1.0;
}

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.centered-btns_nav:focus {
  outline: none;
}

.centered-btns_tabs {
  margin-top: 10px;
  text-align: center;
}

.centered-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}

.centered-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
}

.centered-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
}

.mobile, .nextprojm, .prevprojm {
display: none;
  }


/**/

@media screen and (max-height: 907px) {
  .epikoinwnia {
    padding-top: 109px;
	padding-bottom: 15px;
  }

  .poinoi {
	padding-top: 45px;
    padding-bottom: 15px;
  }

  .ergo {
    padding-top: 30px;
  }
  .copy-center {
    height: 2em;
    margin-top: 0em;
  }
  
  .rotate {
    margin-top: -2.5em;
  }
  .erga {
    padding-top: 45px;
	padding-bottom: 15px;
  }
}

@media screen and (max-width: 1600px) {
  nav {
    height: 150px;
  }
  nav .logo {
    width: 25%;
  }

  /*.menu {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    width: 90%;
  }
  .menu::before {
    width: 200px;
    height: 150px;
    left: -165px;
    top: -69px;
  }*/

  .menu::before {
    width: 270px;
    top: -99px;
  }

  .home > .main {
    height: calc(100% - 150px);
  }

/*.menu::before {
  display: block;
  position: absolute;
  content: "";
  width: 270px;
  height: 180px;
  left: -165px;
  top: -69px;
  transform: rotate(46deg);
}*/

  .items {
    padding-left: 105px;
  }

  .poinoi {
    padding-top: 75px;
  }
  .poinoi .column ul li {
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
  .poinoi .column ul span {
    font-size: 12px;
  }
  .poinoi .column hr {
    width: 700px;
  }
  .epikoinwnia .contform {
    width: 60%;
  }
  .epikoinwnia .continfo {
    width: 40%;
  }
  .epikoinwnia .column:last-child hr {
    width: 400px;
  }
}

@media screen and (max-width: 1500px) {
  .home > .main ul span {
    font-size: 12px;
  }
  .poinoi {
    padding-top: 109px;
  }
  .poinoi .column .name {
    font-size: 14px;
  }
  .poinoi .column .content {
    font-size: 12px;
  }
  .poinoi .column ul li {
    margin-top: 8px;
  }
  .poinoi .column hr {
    width: 675px;
  }
  .poinoi .infopart {
    width: 45%;
  }
  .poinoi .compart {
    width: 55%;
  }
  .poinoi .column .info {
    width: 70%;
    margin-left: 7%;
  }
   .ergo .pictures {
    width: 60%;
  }
  .ergo .information {
    width: 40%;
  }
}

@media screen and (max-width: 1400px) {
  .poinoi {
    padding-top: 50px;
  }
  .poinoi .column hr {
    width: 650px;
  }
  .poinoi .column ul span {
    font-size: 11px;
  }
  .epikoinwnia {
    padding-right: 32px;
  }
}

@media screen and (max-width: 1400px), screen and (max-height: 775px) {
  .poinoi {
	padding-top: 95px; /*45*/
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 1300px) {
  .poinoi .column .name {
    font-size: 12px;
  }
  .poinoi .column .content {
    font-size: 11px;
  }
  .poinoi .infopart {
    width: 43%;
  }
  .poinoi .compart {
    width: 57%;
  }
  .poinoi .column ul span {
    font-size: 10px;
  }
  .poinoi .column hr {
    width: 615px;
  }
}

@media screen and (max-width: 1200px) {
  /*html, body {
    height: auto;
  }*/
  nav {
    height: 280px;
    flex-direction: column;
  }
  nav .logo {
    width: auto;
    height: auto;
    padding-left: 0;
    margin: 50px auto 30px;
  }
  nav .logo img {
    width: 150px;
  }
  nav .menu {
    width: 100%;
  }
  nav .menu::before {
    display: none;
  }
  nav .menu span {
    margin: 30px auto;
    padding: 0;
  }
  nav .menu ul {
    width: 100%;
    padding: 0 20px 20px;
    text-align: center;
  }
  nav .menu ul li {
    margin: 0;
    width: 25%;
  }
  .home > .main {
    background-size: 80% 100%;
  }
  .home > .main ul {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .erga > .row {
    padding-left: 0;
  }
  .poinoi > .row {
    flex-direction: column;
  }
  .poinoi > .row .column {
    width: 100%;
  }
  .poinoi > .row .column:first-child {
    margin-bottom: 200px;
  }
  .epikoinwnia {
    padding: 52px 34px 34px;
  }
  .epikoinwnia > .row {
    flex-direction: column;
  }
  .epikoinwnia > .row .column {
    width: 100%;
  }
  .epikoinwnia > .row .column:first-child {
    margin-bottom: 200px;
    align-items: center;
  }
  .epikoinwnia .continfo {
    padding-bottom: 0;
  }
  .epikoinwnia .column:last-child hr {
    top: 100%;
  }

  .ergo {
    padding: 30px 12px 12px;
  }
  .ergo .pictures {
    width: 100%;
  }
  .ergo .information {
    width: 100%;
	margin-top: 10px;
    padding-left: 0;
  }
  .ergo .column hr {
    width: 98%;
    top: 105%;
  }
  .ergo .nextprojm {float:right;
  text-align:right;
  font-family: Naxos;
  font-size: 12px;
  letter-spacing: 0.05em;
  z-index: 99;
    display: inline;
}
.ergo .prevprojm {float:left;
  text-align:left;
  font-family: Naxos;
  font-size: 12px;
  letter-spacing: 0.05em;
  z-index: 99;
    display: inline;
}

.nextprojm a, .prevprojm a {
  color: #a2a2a2;
}
  .nextproj, .prevproj {
display: none;
  }
}

@media screen and (max-width: 760px) {
  .home > .main {
    background-size: 100% 100%;
  }
  .items li a {
    font-size: 12px;
    line-height: 0.7;
  }
  .poinoi {
    padding-left: 30px;
	padding-right: 10px;
  }
  .erga {
    padding-left: 14px;
    padding-right: 14px;
  }
  .map img {
    max-width: 100%;
  }
  .map {
    max-width: 100%;
  }
}

@media screen and (max-width: 670px) {
.mobile {
    display: inline;
  }
  
  nav {
    height: 47px;
  }
  #mainmob {
	height: 280px;
  }
  .home > .main {
    background-size: 800% 100%;
  text-align: left;/*justify;*/
  height: auto;
  position:absolute;
/*position:relative;*/
bottom: 0;
padding:0;
/*padding-top: 32px;*/
  }
  /*.home > .main {
  display: flex;
  position: relative;
  height: calc(100% - 180px);
  padding-top: 40px;
  background-image: url(../img/layer.png);
  background-position: 100% 0;
  background-size: 55% 100%;
  background-repeat: no-repeat;
  background-origin: content-box;
  align-items: flex-end;
  justify-content: flex-end;
}*/
.home > .main ul {
  margin: 0;
  padding: 10%; /*7%*/
  /*list-style: none;*/
}
/*.home > .main ul li {
  /*margin-top: 5%;* /
  margin-top:0;
  margin-bottom: 5%;
  /*letter-spacing: 0.1em;
  line-height: 0.8;* /
}*/
.home {
  background-image: url(../img/bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
  .home > .main ul li span {
    font-size: 12px;
  }
  .erga {
    padding: 52px 10px 14px;
  }
  .erga > .row img {
    width: 120px;
    height: 120px;
  }
  .erga .mobile {
  display:block;
  text-align: center;
  }
  .erga .mobile span {
  color: #6f6f6f;
  font-family: Naxos;
  font-size: 12px;
  letter-spacing: 0.05em;
  width:250px;
  display:inline-block;
}
  .erga .mobile a {
  margin:0.5em 0 1.5em 0;
  }
.ergo {
    padding: 52px 12px 12px;
  }
  .ergo .information {
  width: 100%;
  padding-left: 0;
}
.ergo .column ul {
  padding: 0;
}
  .poinoi {
    padding: 52px 10px 34px;
  }
  .poinoi .column .name {
    font-size: 14px;
  }
  .poinoi .column .content {
    font-size: 12px;
  }
  .poinoi .mobile ul {
	padding: 10% 5% 0 5%;
	text-align: left;/*justify;*/
  }
  .epikoinwnia .contact {
    width: 100%;
  }
  .epikoinwnia .column:last-child ul li span {
    font-size: 12px;
  }
  .epikoinwnia .column:last-child ul li span strong {
    font-size: 13px;
  }
  .epikoinwnia > .row .column:first-child {
    margin-bottom: 20px;
  }

  .epikoinwnia .row {
	padding-top:40px;
  }

.epikoinwnia .mobile span {
  color: #6f6f6f;
  font-family: Naxos;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.2em;
}

.epikoinwnia .column:last-child hr {
  display: block;
  position: absolute;
  top: 41%;
  right: 0;
  background: #c8c8c8;
  height: 4px;
  width: 450px;
  border: none;
  margin: 0;
  transform: rotate(-50deg);
  transform-origin: left;
}

  .fullsite {
display: none;
  }
  .footer-mobile {
  font-family: Naxos;
  font-size:9px;
text-align: center;
padding-top:10%;
  }
  .menu-mobile {
	z-index: 100;
  }
  /*.menu {
  display: inline-block;
  flex-direction: column;
  position: relative;
  width: 100%;
}*/
.white-lang {
 background:none;
 position:relative;
}
.white-lang span a {
  color: #fff;
  font-family: 'Naxos';
  letter-spacing: 0.2em;
}
.white-lang span {
  color: #fff;
  font-size: 12px;
  position: absolute;
    top: 15px; /*5*/
    right: 10px; /*5*/
  z-index: 99;
  text-align: center;
}
.black-lang {
 background:none;
 position:relative;
}
.black-lang span a {
  color: #fff;
  font-family: 'Naxos';
  letter-spacing: 0.2em;
}
.black-lang span {
  color: #fff;
  font-size: 12px;
  position: absolute;
    top: 15px; /*5*/
    right: 10px; /*5*/
  z-index: 99;
  text-align: center;
}


.poinoi .infopart {
  width: 100%;
}

.poinoi .column .row {
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 4px;
}

.epikoinwnia {
    padding: 52px 24px 34px;
}

.poinoi .column img {
  width: 23%;
}

.poinoi .column .info {
  margin-left: 3%;
  margin-bottom: 0px;
  line-height: 1.1;
}

.poinoi .column .name {
  font-size: 12px;
  letter-spacing: 0.07em;
}

.poinoi .column .content {
  font-size: 10px;
}

.poinoi .column .content p {
  margin: 0;
  letter-spacing: 0.07em;
}
.poinoi > .row .column:first-child {
    margin-bottom: 0px;
  }

  .centered-btns_nav {
  margin-right:5px;
  margin-left:5px;
  height: 46px;
  width: 29px;
  background: transparent url("../img/arrows_mob.png") no-repeat left top;
}

  nav .logo {
    width: 100%;
	position: absolute;
	top: 11px;
    margin: 0;
  display:inline-block;
  text-align:center;
	-webkit-filter: invert(100%);
    filter: invert(100%);
  }
  nav .logom {
	width:auto;
	height:auto;
	padding-left:0;
	margin: 50px auto 30px;
	display:inline-flex;
	align-items:flex-end;
  }
    nav .logom img {
    width: 150px;
  }

  nav .logo img {
    width: 75px;
}

/*.ergo .nextprojm {float:right;
  text-align:right;
  font-family: Naxos;
  font-size: 12px;
  letter-spacing: 0.05em;
  z-index: 99;
    display: inline;
}
.ergo .prevprojm {float:left;
  text-align:left;
  font-family: Naxos;
  font-size: 12px;
  letter-spacing: 0.05em;
  z-index: 99;
    display: inline;
}

.nextprojm a, .prevprojm a {
  color: #a2a2a2;
}*/


/*nav .menu ul li {
    width: 100%;
	text-align:left;
  }
nav .menu ul {
    padding: 0;
  }
  nav .menu span {
    margin:0;
	margin-right: 30%;
  }*/

  /*nav {
    height: 280px;
    flex-direction: column;
  }
  nav .menu {
    width: 100%;
  }
  nav .menu span {
    margin: 30px auto;
    padding: 0;
  }
  nav .menu ul {
    width: 100%;
    padding: 0 20px 20px;
    text-align: center;
  }
  nav .menu ul li {
    margin: 0;
    width: 25%;
  }
    .menu {
  display: block;
  flex-direction: column;
  position: relative;
  width: 100%;
}*/

  .blackm {
	background: #000;
  }
}

@media screen and (max-width: 670px) and (max-height: 500px) {
  .home > .main {
position:relative;
  }
}









































/* Common styles of menus */

.dl-menuwrapper {
	width: 100%;
	max-width: 200px;
	float: left;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
    

}

.indexo {
	position: relative;
    margin: 0 auto;
	text-align: center;
	z-index:100;
}

.resto {
	position: absolute;
	text-align: left;
	z-index:100;
	top: 2px;
	left: 5px;
}

/*.dl-menuwrapper {
	width: 100%;
	max-width: 200px;
	float: left;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
    
	position: absolute;
	text-align: left;
	z-index:100;
	top: 5px;
	left: 5px;
}*/



/*.dl-menuwrapper:first-child {
	margin-right: 100px;
}*/

.dl-menuwrapper button {
	background: none;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: rgba(0, 0, 0, 0.5);
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fff;
	top: 10px;
	left: 16%;
	box-shadow: 
		0 10px 0 #fff, 
		0 20px 0 #fff;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
	font-family: 'Naxos';
	letter-spacing: 0.1em;
	text-align:left;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'Naxos';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/* Colors for demos */

/* Demo 1 */
.demo-1 .dl-menuwrapper button {
	background: none;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
	background: #000;
}

/* Black M * /
.blackm .dl-menuwrapper button {
	-webkit-filter: invert(100%);
    filter: invert(100%);
	/*background: #000;
	opacity: 0.7;* /
}

/*.blackm .dl-menuwrapper button:hover,
.blackm .dl-menuwrapper button.dl-active,
.blackm .dl-menuwrapper ul {
	color: rgba(0,0,0,0.15);
}*/

.wai {
text-align:right;
/*padding-top:5px;*/
}

.items li:last-child {
	display: none;
}


@media screen and (min-width: 1300px) {

.items li:last-child {
	display: inline;
	position: absolute;
	right: 20px;
	top: -24px;
}
}