

@font-face {
    font-family: Odisea;
    font-weight: normal;
    src: url("../fonts/odisea/Odisea-Regular.woff")format("woff"), url("../fonts/odisea/Odisea-Regular.woff2")format("woff2"), url("../fonts/odisea/Odisea-Regular.eot")format("eot");
}

@font-face {
    font-family: Odisea;
    font-weight: 700;
src: url("../fonts/odisea/Odisea-Bold.woff")format("woff"), url("../fonts/odisea/Odisea-Bold.woff2")format("woff2"), url("../fonts/odisea/Odisea-Bold.eot")format("eot");
}

    body {
      padding: 0; margin: 0;
      font-size: 16px;
      font-family: 'Odisea', sans-serif;
        background-color: black;
      background-size: 100%;
      -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
letter-spacing: 0.03em;
    }
::selection {
    background: black;
}

::-moz-selection {
    background: black;
}

    h1 { width: auto; margin: 0; }
    h1 a, h1 {
      color: #000;
      text-decoration: none;
      font-family: 'Odisea', sans-serif;
      font-size: 14px;
      line-height: 0.8em;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
    }
      h1 a:hover { text-decoration: underline;}

    h2{
      font-size: 40px;
      line-height: 1em;
      margin: 0;
    }


    p { margin-top: 0; padding-top: 0; }
    img { display: inline; margin-top: 0px; margin-bottom: -4px; }
    a { text-decoration: none;cursor: pointer; color: white}
      a:hover {text-decoration: underline; }
      a img { outline: 0; border: none; text-decoration: none;}
       a img:hover { outline: 0; border: none; text-decoration: none;}



    #head {
      top:40%;
      height: auto;
      background-color: white;
      position: fixed;
      z-index: 5000;
      width: 100%;
      text-align: center;
      padding: 15px;
      margin: 0 auto;
      border-top: solid 2px black;
      border-bottom: solid 2px black;
    }

  #container {padding: 60px 60px 60px;}
#main {max-width:1080px; overflow: hidden; margin: 0 auto; text-align: center; position: relative; }


#grid{
  text-align: center;
  margin: 0 auto;
 width: auto;
 max-width: 1200px;
 position: relative;

}

.grid-item {
width: 360px;
float: left;
height: 197.5px;
position: relative;
z-index: 2;
text-align: center;
vertical-align: middle;
margin-bottom: -1px;
    overflow: hidden;
}
.grid-item img{
width: 100%;
height: auto;
}

#about{
  cursor: pointer;
}

.grid-item--menu {
  width: 360px;
  height: 161px;
  background-color: white;
  padding: 17px 0 18px 0;
  overflow: hidden;
  margin: 0 auto;
  top:-20;
}
.grid-item--menu img{
  width: auto;
}


#title {
    display: none;
    z-index: 5000;
    float: left;
    position: absolute;
    font-size: 16px;
    color: #fff;
    vertical-align: bottom;
    letter-spacing: 0.7em;
}
.grid-item:hover #title {
    vertical-align: bottom;
    z-index: 5000;
    display: inline-block;
    float: left;
    position: absolute;
    top:0; left: 0;
    width: 100%; height:100%;
    background: rgb(0,0,0);
    display: flex;
    align-items:center;
}

.project-title{vertical-align:bottom;margin: 0 auto; font-weight: bold;padding:0 10px;}

#aboutinfo{
  width: 100%;
    height: 100%;
    background-color: white;
    color: black;
    float: left;
}

#aboutinfo a{
    color: black;
}

#aboutinfo-left{
  line-height: 1.1em;
  font-size: 30px;
  position: relative;
  padding: 25px 25px 0 30px;
  width: 50%;
  z-index: 3333;
  float: left;
}
#aboutinfo-right{
  line-height: 1.1em;
  position: absolute;
  padding-top: 30px;
  padding-left: 65%;
  width:30%;
  z-index: 3030;
}



#projectinfo{
  float: left;
  text-align: left;
  padding-left: 10px;
  margin-left: 30px;
  margin-top: 20px;
  max-width: 400px;
  border-left: 1px solid black;
}

#projectinfo p{
    margin:0;
}

.projecttxt{
  padding-left:30px;padding-right:30px; margin-top:30px; float:left; width:90%;
}

.projecto{
    position: relative;
  width:100%;
  height:100%;
  text-align: left;
  color: white;
    float: left;
}

#main2{
    position: relative;
  color: white;
  text-align: left;
  width: calc( 100% - 300px);
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.infos{
    background-color: white;
    color: black;
    float: left;
    height: 100%;
    padding-bottom: 50px;
    width: 100%;
}

.main2 img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0 !important;
}

.backtomenu{
background: white;
  padding: 15px 0;
  max-width: 150px;
text-align: center;
vertical-align: middle;
}
.backtomenu img{
    width: 50%;
    height: auto;
}
.backtomenu img:hover{
    opacity: 0.7;
}


#slider {
    position: relative;
    float: left;
    overflow: hidden;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    background: black;
}

#slider ul {
    position: relative;
    display: block;
    list-style: none;
    margin:0;
    padding: 0;
    width: 100%;
    height: auto;
}

#slider ul li {
    width: 100%;
    height: auto;
    margin:0;
    padding: 0;
    text-align: center;
}

#slider ul li.hidden {
    display: none;
}
#slider ul li.visible {
    display: block;
}
#slider ul li img {
    padding: 0 30px;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}



a.control_prev, a.control_next {
  position: absolute;
  z-index: 999;
  display: block;
  top: 35% !important;
  padding: 0 30px;
  width: auto;
  height: auto;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 80px;
  cursor: pointer;
  vertical-align: middle;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev:hover {
  margin-right: 20px;
}

a.control_next:hover {
  margin-left: 20px;
}

.control_prev:hover {
  transform: translate(10px,0);
}

.control_next:hover {
  transform: translate(-10px,0);
}

a.control_next {
  right: 0;
}

.playwatch{
  border: 1px solid white;
  width: 100px;
  text-align: center;
  background-color: black;
  text-decoration: none;
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.15em;
}

.playwatch-button:hover {

  text-decoration: none;
}

.playwatch:hover{
  border: 1px solid black;
}

.videoWrapper{
}

.texterror{
    width: 300px;
    height: 120px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50vh;
      transform: translateY(-50%);
    padding: 50px;

}

@media screen and (max-width: 1000px) {
#main2{
  width: auto;
}
  }

@media screen and (max-width: 520px) {
#container {padding: 0;}
    a.control_prev, a.control_next {
  top: 30% !important;
  padding: 0 10px;
  font-size: 50px;}
  }

@media screen and (max-width: 321px) {
    img.grid-item {width: 320px;}
    #grid{width:320px}
    .grid-item {width: 320px;}
    img.thumby {width: 320px; height:auto;}
    body{background-color:black; background-size: 0%;}
    .projecto{width: 320px}
  }
