/*==================================================================
CSS DEFAULT
====================================================================*/

@font-face
{
font-family: "Fjalla";
src: url('../fonts/FjallaOne-Regular.otf');
    /*,url('Sansation_Light.eot'); /* IE9 */
}

  @font-face
{
font-family: "Arial2";
src: url('../fonts/Arial.ttf');
    /*,url('Sansation_Light.eot'); /* IE9 */
}

  @font-face
{
font-family: "Arial Narrow2";
src: url('../fonts/Arial-Narrow.ttf');
    /*,url('Sansation_Light.eot'); /* IE9 */
}

@font-face
{
font-family: "Times";
src: url('../fonts/times.ttf');
    /*,url('Sansation_Light.eot'); /* IE9 */
}

@font-face
{
font-family: "Timesi";
src: url('../fonts/timesi.ttf');
    /*,url('Sansation_Light.eot'); /* IE9 */
}

@font-face
{
font-family: "National";
src: url('../fonts/National-Regular.otf');
    /*,url('Sansation_Light.eot'); /* IE9 */
}

@font-face
{
font-family: "NationalBI";
src: url('../fonts/National-BoldItalic.otf');
    /*,url('Sansation_Light.eot'); /* IE9 */
}

@font-face
{
font-family: "NationalB";
src: url('../fonts/National-Bold.otf');
    /*,url('Sansation_Light.eot'); /* IE9 */
}


body {
        padding-top: 80px; /* 60px to make the container go all the way to the bottom of the topbar */
        background-color: black;
        padding-bottom: 10px;
        

      }

li a{
	color: white;

}

a{
	color:#524196;
}

hr{
	margin-top: 40px;
	width:450px;
	border-top: 1px solid #808080;
}

/*==================================================================
CSS  Bootstrap classes modified
====================================================================*/


.navbar{
	 background-color: transparent;
	 padding-top:20px;
}

.navbar .navbar-nav > li > a {
	font-family: "Arial Narrow2";
	font-size:11pt;
	font-weight: 100;

}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right:10px;
  line-height: 10px;
}

.navbar-collapse:before, .navbar-collapse:after{display:inline; content:"";}

.row {
	background-color: transparent;
}

.col-md-4{
    
    background-color: transparent;
}

.container{
	background-color: transparent;

}

/*==================================================================
CSS custom
====================================================================*/
/*Coming soon*/
.soon{
	font-size: 14pt;
    line-height: 18pt;
	font-family: "Times";
	margin-bottom:7pt;
	font-weight: 100;
	color: white;
	text-align: center;
	margin-top: -20px;
}

.soon a,
.soon a:hover{
	color: white;
}

#gif{
	position: absolute;
	margin: 0 auto;
    left:0;
    right:0;

}

#countdown{
	font-size: 65px;
	font-family: 'Arial Narrow2';
	font-weight: 800;
	color: white;
	background-color: transparent;
	text-align: center;

}


/* Pages navbar */
.logo_V {
	padding: 5px 5px;
	margin-top: -12px;
	margin-left: -8px;
}

.navbar .navbar-nav > li > .pages:hover,
.navbar .navbar-nav > li > .pages:focus {
	background-color: #ffff47;
	color:black;
}

/*.navbar .navbar-nav > li > a:visited
{
  color:yellow !important;
}*/

.active2 { /*keep color within the page we are*/
	 background-color: #ffff47;
	 color:black;
}

.pages2{
	 color:white;
	 opacity: 0.35;
}

.navbar .navbar-nav > li > .pages2:hover {
	background-color: transparent;
	color:white;
}

/* CSS Language navbar */
.lang{
	 color:#666666	;
	 font-size: 12px;
	 padding: 5px;
}

.navbar .navbar-right{
	padding-right: 30px;

	
}

.navbar .navbar-nav > li > .lang:hover {
	background-color: transparent;
	color:white;
}

.lang2{
	 color:white	;
	 font-size: 12px;
	 padding: 5px;
	 opacity: 0.35;
}

.navbar .navbar-nav > li > .lang2:hover {
	background-color: transparent;
	color:white;
}
/* Mandala's grid*/
#grid{
	margin-top: 170px;
    margin-bottom: 35px;

}

/*Center GRID*/
.left{
	z-index: 2;  /*Ens permet solapar els divs*/
	margin-right: -90px;
	margin-left: 90px;
}

.center{
	z-index:1;

}

.right{
	z-index:2;
	margin-left: -90px;
}

/* Title */
.ptitle{ 
	font-family: "Fjalla";
	font-weight:100;
	text-align: center;
	font-size: 130px;
	color:white;
	letter-spacing:-3pt;

	z-index:100;
    position:absolute;

    margin-top:20px;

    /*Ens centra el text quan té posició abasoluta*/
     left:0;
     right: 0;   

}

/*Mandales images*/
.image{
   
   width:600px;
   height: 600px;
   position:absolute;
   top: 33px;
   margin: 0 auto;
   left:0;
   right:0;

}

/*Intro and mandales text */
.texto_intro{
	font-family: "Timesi";
	/*font-style: italic;*/
	text-align:center; 
    color:white;
  
    width:650px;
    font-size: 12pt;
    line-height: 24pt;
    /*font-weight: 100 !important;*/

    margin: 0 auto;
    left:0;
    right:0;

    margin-bottom: 30px;

}

.texto_intro p{
	margin-bottom:10pt;
}


.texto2{
	background-color: transparent;
	font-family: "Arial2";
	text-align:center; 
    color:white;
    font-size: 16px;
    font-weight: 100;
    line-height:18pt;

    
    margin: 0 auto;
    left:0;
    right:0;
  
    top:633px;
    width:465px;
    position:absolute;

}
.texto2 p{
	margin-bottom:10pt;
}

.links-v {
	background-color: transparent;
	font-family: "Arial2";
	text-align:center; 
    color:blue;
    font-size: 16px;
    font-weight: 100;
    line-height:18pt;

    margin: 0 auto;
    left:0;
    right:0;

    padding-top: 20px;

    width:465px;

}

.links-v a{
	color:blue;
}

/*About, Agraiments, Contacte */

.about {
	background-color: transparent;
	
	text-align:left; 
    color:white;
    
    margin: 0 auto;
    left:0;
    right:0;

    width:500px;
    margin-top:45px;
}

.about p{
	font-size: 12pt;
	font-weight: 400;
    line-height: 18pt;
	font-family: "Arial2";
	margin-bottom:7pt;
	font-weight: 100;
}

 .about .mayus{
    font-weight: bold;
 	font-size: 20pt;
 }

.about .gr{
	text-decoration: underline;
	color:white;
}

.about .gr:hover{
	color:#ffff47;
}

/* CSS SOCIAL BUTTONS*/
/*VERTICALS*/
#share-buttons{
	top:130px;
	position: absolute; 
	left:0;

	z-index:150;
}

#share-buttons img {
	padding: 1px;
	width:60px;
	border: 0;
	box-shadow: 0;
	display: block;

}

.social_act{
    width: 200px;
    height:300px;
	top:130px;
	position: absolute; 
	
	background-color: transparent;
	left:60px;
	z-index:2000;
}

.social_act div{
	padding: 1px;
	display: none;

}

.social_act .google-button{
	padding-left: 10px;

}

.social_act .fb{
		
	margin-top: -300px; /*11px*/
	padding-left: 10px;
	display:block;

}

.social_act .pin{
	margin-top: 126px;
	padding-left: 10px;
	
}

.google-button{
	margin-top: 87px;

	
}

/*HORITZONTALS*/
/*Same as phone social buttons*/

/* Footer gradient */
.myhr{
	
	border: 0; 
	width:100%;
	height: 1px; 
	text-align: center; 
	background: rgb(0,0,0);
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(51,51,51,1) 40%, rgba(96,96,96,1) 50%, rgba(51,51,51,1) 60%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(40%,rgba(51,51,51,1)), color-stop(50%,rgba(96,96,96,1)), color-stop(60%,rgba(51,51,51,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(51,51,51,1) 40%,rgba(96,96,96,1) 50%,rgba(51,51,51,1) 60%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(51,51,51,1) 40%,rgba(96,96,96,1) 50%,rgba(51,51,51,1) 60%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(51,51,51,1) 40%,rgba(96,96,96,1) 50%,rgba(51,51,51,1) 60%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(51,51,51,1) 40%,rgba(96,96,96,1) 50%,rgba(51,51,51,1) 60%,rgba(0,0,0,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}

/* Footer */
#footer{
	
	font-weight: 300;
	line-height: 10px;
	text-align: center;
	letter-spacing: 0.2pt;

	color:#666666;
	
	padding-bottom: 20px;
}


#footer .ines{
	color:black;
	font-family: "Trebuchet";
	font-weight: 100;
	font-size: 11pt;
	font-style: italic;
}

#footer .power{
	font-family: "Trebuchet";
	font-weight: 100;
	font-style: italic;
	color: #808080;
	font-size: 11pt;
}

#footer .power a:hover{
	color: #ffff47 !important;
}

#footer .link_foot{
	padding-top: 15px;
	color:#3d3d3d;

}

#footer a{
	font-family: "Arial Narrow2";
	font-size: 12pt;
	text-decoration: none;
	color:#3d3d3d; 
}

#footer a:hover{
	color: #ffff47;
}

/* CSS Music player */
.music{
	outline: none;  
	font-family: "Arial2";
	font-weight: 300;
	color:#ffff47;
	font-size: 8px;
	 padding: 5px;
	

}

.navbar .navbar-nav > li > .music:link{
	background-color: transparent;
	color:#ffff47;
}

.navbar .navbar-nav > li > .music:hover {
	background-color: transparent;
	color:#ffff47;
}

.navbar .navbar-nav img {
	position:absolute;
	right: 327px;
	top: 17px;
}

.m_text{
	padding: 10px;
	color:white;
	font-size: 12pt;
	font-family:"Arial2";
	font-weight: 400;
}

.m_text a{
	outline: none;  
	color:#ffff47;
	font-size: 12pt;
	font-family:"Arial2";
	font-weight: 400;
}


/* SLIDER + ZOOM*/

#zoom{
	top: 80px;
	z-index:150;
	left: 95%;
    position:absolute;
}

#zoom img{
	width: 40px;
	
    cursor: pointer;
	display: block;
}

#minus {

	position:absolute;
	margin-top: 175px;
	margin-left: 1px;
}

#slider-vertical{  
	  top: 125px;
	  z-index:160;
	  left: 95%;
      margin-left: 3px;
      width: 30px;  
      position: absolute;  
      height: 175px;    
      background: url('../images/zoom/zoominzoomout.png') no-repeat;  
      
  } 

  .ui-slider-vertical .ui-slider-handle {  
      position: absolute;  
      z-index: 2;  
      width: 25px;  
      height: 25px;  
      cursor: pointer;  
      background: url('../images/zoom/zoom_button_corrediis.png') no-repeat 50% 50%;  
      outline: none;   
      margin-left: 5px; 
      margin-bottom: -11px; 
  } 


.ui-slider-range {  
  
    position: absolute;  
    border: 0;  
    top: 0;  
    height: 100%;  
    
} 

#disqus_thread{
  margin-top: 30px;
  width: 320px;
}

.publisher-anchor-color a {
    color: #524196 !important;
}

/*White DIV*/

.whiteD{
	display:none;
    background-color: white;
    z-index: 5000;
    position:relative;


}

.principis{
	width:550px;
	font-size: 30px;
	font-family: 'Fjalla';
	background-color: white;
	margin-top: 80px;
	margin-bottom: 35px;
	padding-left: 30px; 
    font-family:'National';
    
}

.principis div p{
	padding-top: 40px;
	color:black;
	
}

.principis div img{
	
	float:left;
}

.myhrD{
	width:320px;
	color:#808080;
    margin-top: 10px;
    margin-bottom: 10px;

}

.likeB{
    float:left;
    margin-top: 130px;
    margin-left: 3px;
    position: absolute !important;
    z-index: 100;
}

.arrow img{
	position: absolute;
	margin: 0 auto;
    left:0;
    right:0;
    margin-bottom: 20px;
}

.arroW img{
	position: absolute;
	margin: 0 auto;
    left:0;
    right:0;
    margin-top: -35px;
    
}

/* VESTIDURES */

.textoV{
    background-color: transparent;
	font-family: "Arial2";
	text-align:center; 
    font-size: 14pt;
    font-weight: 100;
    line-height: 18pt;
    font-family:'Times';
    
    margin: 0 auto;
    left:0;
    right:0;
    
    margin-top:30px;
  
    
    width:450px;
}

.textoV p{
    color:black;
}

.imgV {
  padding-top: 50px;
}



.introV {
    background-color: transparent;
	font-family: "Times";
	text-align:center; 
    font-size: 24pt;
    font-weight: 100;
    line-height: 27pt;
    margin-bottom:15px;
   
}

/*Principis*/
.imgP{
    margin-top: 28px;
    padding-left: 45px;
}
.imgP img{
    width:80%;
    margin-left: -10px;
}

.textP {
    width:323px;
    font-size:30px;
    margin-left: -80px;
    line-height: 25pt;
    font-family: 'Fjalla';
}

.textP .man{
    padding-top:0px;
    font-size: 14px;
    line-height: 12pt;
    text-align: left;
    font-family:'National';
}

.textP a img{
    margin-left: -3px;
}

.col-xs-6 img{
    width:140px;
    
}

/*Fake tumbler*/
.fakeT{
    float:left;
    margin-top: 400px;
    margin-left: 3px;
    position: absolute !important;
    z-index: 200;
    top:30px;
}


/*==================================================================
 RESPONSIVE Smallers Desktops
====================================================================*/
@media (min-width: 600px){
   #disqus_thread,
   .myhrD{
     width: 600px;
   }
 }

 @media (min-width: 400px) and (max-width: 599px){
   #disqus_thread,
   .myhrD{
     width: 400px;
   }
 }
@media (max-width: 1200px){
/* CSS grid per les mandales en miniatura*/
	#grid{
		margin-top: 170px;
	    margin-bottom: 35px;

	}

	/*Centrar el GRID*/
	.left{
		z-index: 2;  /*Ens permet solapar els divs*/
		margin-right: -30px;
		margin-left: 30px;
	}

	.center{
		z-index:1;

	}

	.right{
		z-index:2;
		margin-left: -30px;
	}

	.navbar .navbar-nav > li > a {
		font-size:11pt;

	}

	.navbar-nav > li > a
	{
	  padding-top: 10px;
	  padding-bottom: 10px;
	  padding-left: 5px;
	  padding-right:5px;
	  line-height: 5px;
	}

	.lang{
		 color:#666666	;
		 font-size: 12px;
		 padding: 2.5px;
	}

	.music{

	font-size: 8px;
	 padding: 2.5px;

	}


	.navbar .navbar-nav img {
		right: 280px;
		top: 15px;
	}

}

@media (max-width: 1085px){
		.navbar .navbar-nav > li > a {
		font-size:10pt;

	}
		.navbar .navbar-nav img {
		right: 270px;
		top: 15px;
	}

}

.navbar-collapse {
    -webkit-box-shadow: 2px 5px 8px 0px rgba(50, 50, 50, 0.8) !important;
    -moz-box-shadow:    2px 5px 8px 0px rgba(50, 50, 50, 0.8) !important;
    box-shadow:         2px 5px 8px 0px rgba(50, 50, 50, 0.8) !important;
}
.fixB {
    width: 200px;
    height:300px;
	top:130px;
	position: absolute; 
	
	background-color: transparent;
	left:3px;
	
}

.cc {
    color:black;
}

.pn img{
    width:35%;
    margin-left:-38px;
    margin-top: 3px

}

.prevP {
    left: 60px;
}

.social_act .twitter-button {
    margin-top: 47px;
    padding-left: 10px;
    
}

.iii {
    width:150px !important;
    
}







.twbuttH {
    padding-left:30px;
}







.terra {
       position:fixed;
   left:0px;
   bottom:0px;
    width:100%;
    
}


