[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

body {
  background-color: #eee;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 300;
}

h1,
h2,
h3 {
  font-family: "Roboto";
  font-weight: 300;
}

h2 {
  font-size: 30px;
  text-align: left;
}

h3 {
  font-size: 14px;
  margin-top: -5px;
  margin-bottom: 60px;
}

h4 {
  font-size: 24px;
  margin-top: 45px;
  margin-bottom: 30px;
}

/*HEADER*/

nav.navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.lang {
  border-bottom: 1px solid #444;
}

.lang .navbar-nav a {
  padding: 5px;
  font-size: 13px;
}

.lang .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

.lang ul {
  margin-right: 15px;
}

.navbar {
  border-radius: 0;
  transition: all 0.5s linear;
}

.navbar-brand > img {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}

.navbar ul.nav a {
  color: #ddd;
  text-transform: uppercase;
  transition: all 0.4s;
}

.navbar ul.nav a:hover,
.navbar ul.nav li.active a,
.navbar ul.nav li a:focus {
  color: #fff;
  background: none;
  font-weight: 400;
}

.navbar-brand {
  color: #eee;
  text-transform: lowercase;
}

.navbar-brand:hover {
  color: #eee;
}

.navbar-header span {
  background-color: white;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

@media (max-width: 768px) {
  .navbar ul {
    background-color: #222 !important;
  }
}

@media (max-width: 992px) {
  /* 	.navbar-header{text-align:center;float:none;} */
  .navbar-brand {
    display: inline-block;
    float: none;
  }
}

@media (max-width: 768px) {
  .navbar-header {
    text-align: center;
  }
  .navbar-brand {
    display: block;
    float: left;
  }
}

.lang .navbar-right {
  float: right !important;
}

.lang .navbar-nav > li {
  float: left;
}

/*BANNER*/

.bannercontainer {
  width: 100%;
  position: relative;
  padding: 0;
}

.banner {
  width: 100%;
  position: relative;
}

.tp-caption {
  font-family: "Roboto" !important;
  font-weight: 400;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.caption.titol2 {
  font-size: 35px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.caption.titol2 {
  font-size: 30px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

/* .tparrows{display:none!important} */

/*

@media (min-width:768px){
	.banner{background-attachment: fixed; padding:200px 0 350px;}
}
*/

/*
.banner h1, .banner h2{
	text-shadow: 0px 2px 0px #999;
	text-align:left;
	color:#555;
	font-size:34px;
}
.banner .down{
	font-size:60px;
	position:absolute;
	bottom:50px;
	left:50%;
	margin-left:-15px;
	text-shadow: 0px 2px 0px #999;
	animation: goDown 3s infinite alternate;
	color:black;
}
.banner .titolBanner{position:absolute; width:100%; top:317px; left:45px; z-index:2000;}
@media (max-width: 1200px){
	.banner .titolBanner{top:267px;}
}
@media (max-width: 992px){
	.banner .titolBanner{top:197px;}
}
@media (max-width: 768px){
	.banner .titolBanner{display:none}
}
*/

/*MOTION*/

/* .banner .motion{position:absolute; top:0; left:0; width:100%; height:100%;} */

.motion .point {
  z-index: 100;
  position: absolute;
  background-color: white;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  cursor: pointer;
  box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.8);
  animation: 2s fade infinite alternate linear;
}

.joc {
  position: relative;
}

.motion .point:hover {
  animation-play-state: paused;
}

.point.one {
  bottom: 100px;
  left: 300px;
}

.point.two {
  top: 100px;
  left: 300px;
  display: none;
}

.point.three {
  top: 200px;
  left: 470px;
  display: none;
}

.point.four {
  bottom: 150px;
  right: 100px;
  display: none;
}

.point.five {
  top: 180px;
  right: 300px;
  display: none;
}

.img-blat {
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
  width: 100%;
}

.img-blat img {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100%;
  z-index: 99;
  opacity: 0;
  transition: all 2s;
}

.img-individu,
.img-cel,
.img-arbre {
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
  width: 100%;
}

.img-individu img,
.img-arbre img {
  height: 100%;
}

.joc h2 {
  display: none;
  z-index: 100;
  position: absolute;
  color: white;
  transition: all 2s;
  font-size: 28px;
  font-style: italic;
  left: 0;
  top: 80px;
  width: 100%;
  text-align: center;
}

/* .joc h2:hover{opacity:1!important;} */

.joc h2 span {
  /* background-color:rgba(255,255,255,0.8); */
  color: #000;
  padding: 10px 20px;
  text-shadow: 0px 0px 8px #fff;
}

.img-cel img {
  width: 100%;
  opacity: 0;
}

.img-arbre img,
.img-individu img {
  position: absolute;
  transition: all 2s;
  right: 0px;
  top: 0px;
  opacity: 0;
  z-index: 20;
}

.img-individu img:nth-child(1),
.img-cel img:nth-child(1) {
  position: absolute;
  transition: all 2s;
  right: 0px;
  top: 0px;
  opacity: 0;
  z-index: 20;
}

.img-arbre img {
  z-index: 30;
}

/*
.img-arbre h2{right:50px; top:50px }            
.img-individu h2{ right: 110px; bottom:100px}
.img-cel h2{top:110px; left:60px}
.img-blat h2{left:20px; bottom:40px}
*/

.img-individu img:nth-child(2),
.img-cel img:nth-child(2) {
  position: absolute;
  transition: all 2s;
  right: 0px;
  top: 0px;
  z-index: 21;
  opacity: 0;
}

.img-individu img {
  z-index: 30 !important;
}

@keyframes fade {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1.3);
  }
}

/*MODULS*/

.sintesi {
  margin-bottom: 25px;
  color: white;
}

.descripcio {
  text-align: justify;
}

.descripcio .logo-center {
  margin-top: 5rem;
  text-align: center;
}

@media (max-width: 768px) {
  .descripcio {
    text-align: left;
  }
}

@media (max-width: 992px) {
  .motion {
    display: none;
  }
}

.negre {
  background-color: #222;
  color: #eee;
}

.negre2 {
  background-color: #000;
  color: #eee;
}

.linia.white {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 9998;
}

.linia img {
  vertical-align: bottom;
}

.section {
  position: relative;
}

.videoWrapper {
  position: relative;
  padding-bottom: 41.25%;
  /* 16:9 */
  padding-top: 18px;
  height: 0;
  overflow: hidden;
}

.videoWrapper iframe {
  /*margin-top:-100px;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.titolVideo {
  /*
	position:absolute;
	top:100px; 
	left:0;
	width:100%;
	z-index:1000;
*/
}

.video h3 {
  margin-bottom: 0;
}

.trailer {
  padding: 50px 0 20px;
}

.experiencia,
.localitzacio,
.interactiu,
.contacte,
.documental,
.exposicio,
.equip {
  padding: 100px 0;
}

.banner {
  padding-bottom: 100px;
  padding-top: 82px;
}

.experiencia h2,
.exposicio h2,
.equip h2,
.localitzacio h2 {
  margin-bottom: 60px;
}
.experiencia a{
	color:#000;
	font-weight:normal;
}

.experiencia p.cita {
  font-size: 22px;
}

.experiencia p.autor {
  font-size: 18px;
  color: #000;
}

.documental .docu-img {
  position: relative;
}

.documental .fons-imatge {
  position: absolute;
  background-color: white;
  width: 311px;
  /*height:539px;*/
  top: 0px;
  left: 0px;
}

.documental imatge {
  position: relative;
  top: 0px;
  left: 0px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.6);
}

.documental .imatge img {
  filter: grayscale(1);
  transition: all 1.5s;
}

.documental .imatge img:hover {
  filter: grayscale(0);
}

.estructura {
  text-align: center;
}

.documental .navegacio {
  text-align: center;
  display: inline-block;
}

.documental .navegacio:after {
  content: "";
  display: block;
  margin: -36px auto 0;
  border-bottom: 1px solid #666;
}

.documental .navegacio li:first-child {
  margin-left: 0;
}

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

/*
.documental .navegacio li:not(.slick-active) button{
	
 	animation: glow 5s infinite alternate; 
	
}
*/

.documental .navegacio button {
  border: none;
  width: 15px !important;
  height: 15px !important;
  /* 	display: block; */
  background-color: #666;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0);
  content: " ";
  margin: 0;
  padding: 0;
}

.documental .navegacio li:nth-child(1) button {
  animation-delay: 0.2s;
}

.documental .navegacio li:nth-child(2) button {
  animation-delay: 0.4s;
}

.documental .navegacio li:nth-child(3) button {
  animation-delay: 0.6s;
}

.documental .navegacio li:nth-child(4) button {
  animation-delay: 0.8s;
}

.documental .navegacio li:nth-child(5) button {
  animation-delay: 1s;
}

.documental .navegacio ul {
  margin: 0;
  padding: 0;
}

.documental .navegacio li {
  display: inline-block;
  margin: 20px 20px;
  background: none;
}

.documental .text {
  width: 85%;
  margin: 30px auto 0;
}

@media (min-width: 768px) {
  .documental .navegacio li {
    display: inline-block;
    margin: 20px 30px;
    background: none;
  }
}

/*
@media (min-width: 768px){
	.documental .navegacio li{
		display:inline-block;
		margin:20px 40px;
		background: none;
	}
}
*/

@media (min-width: 1200px) {
  .documental .text {
    width: 65%;
    margin: 20px auto 0;
  }
}

.documental .navegacio button:hover,
.documental .navegacio li.slick-active button {
  background-color: #eee;
}

.interactiu .fons-imatge {
  position: absolute;
  background-color: white;
  width: 311px;
  height: 539px;
  top: 0px;
  right: 15px;
}

.interactiu imatge {
  position: relative;
  top: 0px;
  left: 0px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.6);
}

.interactiu .imatge img {
  filter: grayscale(1);
  transition: all 1.5s;
}

.interactiu .imatge img:hover {
  filter: grayscale(0);
}

.interactiu .simbols {
  position: absolute;
  width: 100%;
  height: 100%;
}

.interactiu .simbols .icona {
  position: absolute;
  -webkit-animation: icones 10s infinite alternate;
  opacity: 0;
}

.interactiu .esquema {
  text-align: center;
}

/* .interactiu .esquema img{ display:block; margin:20px auto;} */

.interactiu .esquema ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.interactiu .esquema li {
  padding: 7px 0;
  color: #999;
  transition: all 0.5s;
  cursor: pointer;
}

.interactiu .esquema li:hover {
  color: #000;
}

.interactiu {
  overflow: hidden;
}

.linia img {
  width: 100%;
}

.equip {
  border-bottom: 10px solid #000;
}

.equip ul {
  margin: 0;
  padding: 0;
}

.equip li {
  position: relative;
  display: inline-block;
  color: #aaa;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.equip span {
  opacity: 0;
  left: 0;
  position: absolute;
  top: 0px;
  background-color: #222;
  color: #ddd;
  padding: 0px 10px;
  text-transform: capitalize;
  font-size: 14px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 7px;
  transition: all 0.3s linear;
}

.equip span.curt {
  padding-top: 3px;
  line-height: 100%;
}

.equip li:hover {
  color: #ddd;
}

.equip li:hover span {
  opacity: 1;
}

.equip h3 {
  margin-bottom: 10px;
}

.equip h3.inside {
  margin-bottom: 10px;
  margin-top: 30px;
}

.equip .less {
  font-size: 14px;
}

.equip .less li {
  font-size: 18px;
}

.equip .right {
  text-align: right;
}

.equip .less span {
  padding-top: 3px;
  font-size: 13px;
}

.equip .less span.curt {
  padding-top: 0;
}

.equip .equipDoc {
  margin-bottom: 30px;
}

.localitzacio {
  background-position: center center;
  background-size: cover;
}

.localitzacio ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 400px;
}

.localitzacio li {
  padding: 5px 10px;
  transition: all 0.5s;
  cursor: pointer;
}

.localitzacio li.active {
  background-color: rgba(255, 255, 255, 0.9);
  color: #222;
}

.localitzacio li:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #222;
}

.localitzacio .look {
  padding: 100px 0 0;
}

.localitzacio .look h3 {
  text-align: center;
  font-size: 40px;
  color: #333;
}

@media (max-width: 768px) {
  .exposicio img {
    width: 70%;
  }
}

.exposicio .grafic {
  text-align: center;
  margin-top: 70px;
}

.contacte {
  border-top: 20px solid #222;
  border-bottom: 20px solid #222;
}

.contacte h2,
.contacte h3 {
  text-align: center;
}

.contacte h4 {
  margin: 0;
  font-size: 18px;
}

.contacte .icona,
.contacte .info {
  display: inline-block;
  margin: 0 10px;
}

.contacte i {
  font-size: 40px;
  line-height: 1px;
}

.contacte form {
  margin: 20px 0;
}

.contacte a {
  color: #222;
}

.contacte textarea.form-control {
  height: 135px;
}

.contacte .form-control,
.contacte .btn {
  border-radius: 0;
  padding: 20px;
  height: auto;
  transition: all 0.4s;
}

.contacte input,
.contacte textarea {
  background-color: #222;
  color: #ddd;
}

.contacte .btn {
  background-color: #ddd;
  margin-top: 15px;
  color: #222;
}

.contacte .btn:hover {
  background-color: #222;
  color: #ddd;
}

.contacte .dades {
  margin-bottom: 20px;
}

.contacte form p {
  margin-bottom: 15px;
}

.contacte form .error {
  margin-top: 5px;
}

footer {
  border-top: 10px solid #000;
  background-color: #444;
  padding: 50px 0;
}

footer .col {
  color: #ddd;
  text-align: center;
}

footer h3 {
  margin: 10px;
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
}

footer .copyright,
footer .copyright a {
  font-size: 13px;
  color: #eee;
}

@-webkit-keyframes icones {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes goDown {
  0% {
    color: rgba(0, 0, 0, 0);
    bottom: 30px;
  }
  100% {
    color: rgba(0, 0, 0, 1);
    bottom: 20px;
  }
}

@keyframes glow {
  0% {
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0);
  }
  90% {
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0);
    background-color: #666;
  }
  100% {
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 1);
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
}

.fly {
  background-image: url(../img/fly.png);
  width: 10px;
  height: 10px;
  animation: fly 0.3s steps(3) infinite;
  position: absolute;
  top: 20px;
  left: 0px;
  opacity: 0.6;
  z-index: 2000;
  transition: left 15s linear;
}

@keyframes fly {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: -30px;
  }
}

.img-arbre img,
.img-blat img {
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  filter: grayscale(50%);
}
.btn-game{
	background-color: black;
