/* ==========================================================================
   INDEX CSS especifico
   ========================================================================== */

body, html {
   width:100%;
   height:100%;
}

body {
   margin:0;
   padding:0;
   background: url("../img/bk_index.jpg") top center no-repeat;
   background-size: cover auto;
   background-color: #dfdfe0;
}

body.page-id-74 {
  background: url("../img/bk_index-en.jpg") top center no-repeat;
}

.container-fluid {
   max-width: 1270px;
   padding-top: 100px;
}

.logo img {
   max-width:100%;
   height: auto; margin-left:40px
}

.navigation {
   float:right;
   text-align:right; margin-right:40px
}

.navigation nav a {
   font-family: 'Muli', sans-serif;
   font-weight: 200;
   font-size: 33px;
   line-height: 43px;
   margin-bottom:5px;
   color:#7b7b7b;
   width:100%;
   display:Block;
   clear:both;
   position:relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navigation a.lang-selector,
.navigation .lang-item a {
   font-family: 'Muli', sans-serif;
   font-weight: 200;
   font-size: 20px;
   margin:15px 0;
   color:#7b7b7b;
   width:100%;
   display:Block;
   clear:both;
   position:relative;
}

.navigation .lang-item {
  list-style: none;
}

.navigation a.lang-selector:hover,
.navigation .lang-item a:hover {
   color:#000000;
   text-decoration: none;
   transition: 0.25s color;
}

.navigation nav a:hover {
   text-decoration: none;
   color:#000;
}

form {
    display: block;
    margin-top: 0em;
}

div.search-wrapper {
  float: right;
  margin-right: 0px;
  margin-top: -4px;
  position: relative;
  width: 250px;
}

div.search-wrapper form {
  width: 100%;
}

div.search-wrapper input {
  border: none;
  background: #2222;
  padding: 4px;
  border-radius: 3px;
  font-size: 12px;
  display: none;
  padding-right: 27px;
  float: right;
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.search-wrapper button {
  background: transparent;
  border: transparent;
  height: 26px;
  position: absolute;
  right: 0;
  top: -1px;
}

div.search-wrapper button i.fa-search {
  color: #7c7c7c;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}


/*.navigation nav a::after {
  position: absolute;
  content: '';
  top:0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #7b7b7b;
  transform-origin:left;
  transition:width 0.25s ease;
  z-index:-1;
}

.navigation nav a:hover::after {
  width: 102%;
}*/

.copyright {
   font-size: 12px;
   margin: 110px 0 0 0;
   font-family: 'Roboto', sans-serif;
   color:#9e9e9e;
}

@media only screen and (max-width: 768px) { 
   .container-fluid {
      padding-top: 50px;
   }

   .logo {
      text-align:Center;    
   }
   
   .logo img {
      max-width:180px;
   }
   
   .navigation {
      float:right;
      text-align:center;
   }
   
   .navigation nav {
      width:50%;
      margin: 20px auto;
   }
   
   .navigation nav a {
      font-size: 30px;
      line-height: 40px;
   }
   
   .copyright {
      margin: 80px 0 0 0;
   }
   
   .logo img { margin-left:0px
}

.navigation { margin-right:0px
}
div.search-wrapper input {
    border: none;
    background: #2222;
    padding: 4px;
    border-radius: 3px;
    font-size: 12px;
    display: none;
    padding-right: 27px;
    float: none;
    margin: auto;
    width: 100%;
}

div.search-wrapper {
  width: 100%;
}

div.search-wrapper button {
    background: transparent;
    border: transparent;
    height: 26px;
    position: absolute;
    right: 0px;
    top: -1px;
}
}

@media only screen and (max-width: 480px) { 
   
   .navigation nav {
      width:90%;
   }


}

