body {
	background:#000;
	}
	
.centrar-tot {
	margin: 0 auto !important;
}


a:hover, a:active, a:focus {
	outline: 0 !important;
}



/* menú índex
================================================== */

#fh5co-aside #menu-inici ul li {
	list-style: none;
	display: inline;
	text-align: left;
	margin: 0 0 0 0;
}

#fh5co-aside #menu-inici ul li a {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 10px;
}

#fh5co-aside #menu-inici ul li a:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 5px;
  left: 0px;
  right: 0px;
  background-color: #FFF;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#fh5co-aside #menu-inici ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-aside #menu-inici ul li.fh5co-active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}


/* menú inici general
================================================== */
#fh5co-aside #menu-inici-general ul li {
	list-style: none;
	display: inline;
	text-align: left;
}

#fh5co-aside #menu-inici-general ul li a {
	color: #000;
	font-size: 12px;
	font-weight: 700;
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	padding: 4px 0px;
	text-align: left;
}

#fh5co-aside #menu-inici-general ul li a:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: -2px;
  left: -40px;
  right: 0px;
  background-color: #FFF;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#fh5co-aside #menu-inici-general ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-aside #menu-inici-general ul li.fh5co-active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}


/* menú inici 3 logos
================================================== */
#fh5co-aside #menu-inici-general-3-logos ul li {
	list-style: none;
	display: inline;
	float:left;
	margin-right:5px !important;
	position:relative;
}

#navegador-index-3-logos {
	margin-top:50px;
	margin-right:20px;
	list-style-type: none;
	text-align: left;
	position:relative;
	float:left;
	margin-top:5px;
	padding-bottom:15px;
	padding-top:10px;
	width:100%;
	background-color: rgba(0,0,0,0.8) !important;
}


/* menú inici 3 logos dreta
================================================== */
#fh5co-aside #menu-inici-general-3-logos-dreta ul li {
	list-style: none;
	display: inline;
	float:right;
	margin-right:10px !important;
	position:relative;
}

#navegador-index-3-logos-dreta {
	margin-top:50px;
	margin-right:20px;
	list-style-type: none;
	text-align: left;
	position:relative;
	float:right;
	z-index:9999999;
}


/* navegador
================================================== */
#navegador-logo {
	margin-top:200px;
	list-style-type: none;
	text-align: center;
} 

#navegador-index {
	margin-top:50px;
	list-style-type: none;
	text-align: center;
}


#navegador-logo-inici {
	margin-top:200px;
	list-style-type: none;
	text-align: center;
	margin-left:-40px;
} 

#navegador-index-inici {
	margin-top:50px;
	list-style-type: none;
	text-align: center;
	margin-left:-40px;
}

.navbar-fixed-top {
    top: -20px !important;
}


#protegir-imatge {
	background:rgba(0,0,0,0);
	position: absolute;
	z-index:9;
	width:100%;	
	height:300px;
	top:0;
	left:0;
	margin:0 auto;
}


/* Menu Button */
.menu-button {
  width: 30px;
  height: 45px;
  position: fixed;
  right: 0;
  margin-top: 55px;
  margin-right: 30px !important;
  z-index: 1000;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
}
.menu-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFF;
  opacity: 1;
  left: 0;
}
.menu-button span:nth-child(1) {top: 0px;}
.menu-button span:nth-child(2) {top: 9px;}
.menu-button span:nth-child(3) {top: 18px;}
.menu-button:hover {opacity: 0.6;}

/* Close Button */
.close-button {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent;
}
.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #FFF;
}
.close-button::before {
  -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-button::after {
  -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.close-button-1 {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent;
  margin-left: -20px;
}
.close-button-1::before,
.close-button-1::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #FFF;
}
.close-button-1::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-button-1::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Menu */
.menu-wrap {
  position: fixed;
  z-index: 1001;
  width: 220px;
  height: 100%;
  right: 0;
  margin-top:20px;
  float: right;
  background: #000;
  padding-left: 1.5em;
  -webkit-transform: translate3d(300px, 0, 0);
  -moz-transform: translate3d(300px, 0, 0);
  -o-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -webkit-transform 0.4s;
  -o-transition: -webkit-transform 0.4s;
  -ms-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
}
.menu,
.menu-list {
  height: 100%;     
  overflow-x: auto;
}
.menu-list {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.menu-list a {
  display: block;
  padding: 0.8em 0;
  -webkit-transform: translate3d(0, 500px, 0);
  -moz-transform: translate3d(0, 500px, 0);
  -o-transform: translate3d(0, 500px, 0);
  -ms-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
  color: #a5a5a5;
  position: relative;
}
.menu-list a:hover, .menu-list a:active span {color: #ffffff;}
.menu-list,
.menu-list a {
  -webkit-transition: -webkit-transform 0s 0.4s;
  -moz-transition: -webkit-transform 0s 0.4s;
  -o-transition: -webkit-transform 0s 0.4s;
  -ms-transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu a:nth-child(2) {
  -webkit-transform: translate3d(0, 1000px, 0);
  -moz-transform: translate3d(0, 1000px, 0);
  -o-transform: translate3d(0, 1000px, 0);
  -ms-transform: translate3d(0, 1000px, 0);
  transform: translate3d(0, 1000px, 0);
}
.menu-list a:nth-child(3) {
  -webkit-transform: translate3d(0, 1500px, 0);
  -moz-transform: translate3d(0, 1500px, 0);
  -o-transform: translate3d(0, 1500px, 0);
  -ms-transform: translate3d(0, 1500px, 0);
  transform: translate3d(0, 1500px, 0);
}
.menu-list a:nth-child(4) {
  -webkit-transform: translate3d(0, 2000px, 0);
  -moz-transform: translate3d(0, 2000px, 0);
  -o-transform: translate3d(0, 2000px, 0);
  -ms-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
}
.menu-list a:nth-child(5) {
  -webkit-transform: translate3d(0, 2500px, 0);
  -moz-transform: translate3d(0, 2500px, 0);
  -o-transform: translate3d(0, 2500px, 0);
  -ms-transform: translate3d(0, 2500px, 0);
  transform: translate3d(0, 2500px, 0);
}
.menu-list a:nth-child(6) {
  -webkit-transform: translate3d(0, 3000px, 0);
  -moz-transform: translate3d(0, 3000px, 0);
  -o-transform: translate3d(0, 3000px, 0);
  -ms-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0);
}
.menu-list a span:nth-last-child(1){
  margin-bottom: 100px;
}
.menu-list a span {
  margin-left: 5px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  z-index: 2;
  position: absolute;
  padding-left: 5px;
  color:#999;
}

.menu-list a span a:focus {
  margin-left: 10px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  z-index: 2;
  position: absolute;
  padding: 5px;
  color:#FFF;
}

.menu-list a.active span{
  color: #ffffff !important;
}
.menu-list a.active span:before{
  width: 100%;
}


/* Shown menu */
.show-menu .menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: -webkit-transform 0.8s;
  -o-transition: -webkit-transform 0.8s;
  -ms-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list,
.show-menu .menu-list a {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: -webkit-transform 0.8s;
  -o-transition: -webkit-transform 0.8s;
  -ms-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list a {
  -webkit-transition-duration: 0.9s;
  -moz-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  -ms-transition-duration: 0.9s;
  transition-duration: 0.9s;
}
.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.estil-menu {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	letter-spacing:1px;
	margin-left:-9px;
}

.estil-menu-contacte {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	letter-spacing:1px;
	margin-top:-30px;
}