
@font-face{
  font-family: "Genome-Thin";
  src:url('../font/Genome-Thin.ttf'),
    url('../font/Genome-Thin?#iefix') format('embedded-opentype');
  font-weight:normal;
  font-style:normal;
}

@font-face{
  font-family: "Roboto-Thin";
  src:url('../font/Roboto-Thin.ttf'),
    url('../font/Roboto-Thin?#iefix') format('embedded-opentype');
  font-weight:normal;
  font-style:normal;
}

@font-face{
  font-family: "Roboto-Light";
  src:url('../font/Roboto-Light.ttf'),
    url('../font/Roboto-Light?#iefix') format('embedded-opentype');
  font-weight:normal;
  font-style:normal;
}

.fila{
  width:55%;
  margin:2% 0 30px 2%;
  color:#fff;
  background-color:rgba(0,0,0,0.5);
  padding:2em;
  float:left;

}

.contact_info{
  font-family: 'Genome-Thin', serif;
  font-style: normal;
  font-weight: bolder;
  font-size: 20px;

  text-transform: none;
  text-decoration: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.4;
  margin:0em 0em 0.4em 0em;
  float:left;
}

.tit_head{
  font-family: 'Genome-Thin', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.4;
  margin:0em;

}

.bio{
    font-family: 'Roboto-Thin', serif;
  font-style: normal;
  font-size: 0.9em;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.4em;
  margin-top:0;
  text-align: justify;
  color:#afafaf;
  float:left;
  width:100%;
}

.w_img_gallery{
  width:20%;
  height:120px;
  display:inline-block;
  overflow: hidden;
  margin:0;
  float:left;
  position:relative;
}

.img_gallery{
  width:200%;
  margin-left:-100px;

}

.spec{
  margin-top:-100px;
}

.tlf{float:left;display:block;margin-left:15px;}

.mail{float:left;display:block}

  .mail a{color:#fff;}

.w_social{
  width:100%;
  float:left;
  margin:0em 0em 0.4em 0em;
}

  .social{
    width:auto;
    height:35px;
    float:left;
    margin-right:10px;
  }

@media screen and (min-width:1280px) { 
  body{
    background-position:top right;
  }
}


@media screen and (max-width:1024px) { 
 
  body{
    background-position:top -800px;
  }

  body.vegas-container > .vegas-overlay, body.vegas-container > .vegas-slide, body.vegas-container > .vegas-timer {
    margin-left:-300px;
  }

  .fila{
    width:85%;
  }

}


@media screen and (max-width:640px) { 
 
  .contact_info{
    font-size: 16px;
  }

  .tit_head{
    font-size: 36px;
  }

  .bio{
    font-size: 0.75em;
    line-height: 1.6em
  }


  .w_img_gallery{
    width:20%;
    height:100px;
  }

}


@media screen and (max-width:480px) { 
 
  .w_img_gallery{
    width:33%;
    height:100px;
  }

  .img_gallery{
    width:200%;
    margin-left:-100px;
  }

}


@media screen and (max-width:360px) { 
  
  .fila{
    width:75%;
  }

  .w_img_gallery{
    width:50%;
    height:100px;
  }

  .img_gallery{
    width:200%;
    margin-left:-100px;
  }

}


/*
@media only screen and (orientation:portrait){
  body {  
    height: 100vw;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media only screen and (orientation:landscape){
  body {  
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     transform: rotate(0deg);
  }

/*
 WARNING 

  #warning-message { display: none; }
    @media only screen and (orientation:portrait){
        #wrapper { display:none; }
        #warning-message { display:block; }
    }
    @media only screen and (orientation:landscape){
        #warning-message { display:none; }
    }

}*/