/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

@font-face {
	font-family: "bembo";
	src: url("fonts/BemboStd.eot");
	src: url("fonts/BemboStd.eot#iefix") format("embedded-opentype"),
	url("fonts/BemboStd.woff") format("woff"),
	url("fonts/BemboStd.ttf") format("truetype"),
	url("fonts/BemboStd.svg") format("svg");
		
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

}

@font-face {
	font-family: "universBold";
	src: url("fonts/Univers-Bold.eot");
	src: url("fonts/Univers-Bold.eot#iefix") format("embedded-opentype"),
	url("fonts/Univers-Bold.woff") format("woff"),
	url("fonts/Univers-Bold.ttf") format("truetype"),
	url("fonts/Univers-Bold.svg") format("svg");
	font-weight: bold;
	font-style: bold;
}

@font-face {
	font-family: "universLight";
	src: url("fonts/Univers-Light.eot");
	src: url("fonts/Univers-Light.eot#iefix") format("embedded-opentype"),
	url("fonts/Univers-Light.woff") format("woff"),
	url("fonts/Univers-Light.ttf") format("truetype"),
	url("fonts/Univers-Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "universRegular";
	src: url("fonts/Univers.eot");
	src: url("fonts/Univers.eot#iefix") format("embedded-opentype"),
	url("fonts/Univers.woff") format("woff"),
	url("fonts/Univers.ttf") format("truetype"),
	url("fonts/Univers.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


body{
  text-rendering: optimizeLegibility;
   -webkit-font-smoothing: subpixel-antialiased;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;	
}










/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/







body,
input,
textarea,
button { 
font-family: "gotham-book", sans-serif; 
     font-size:12px;
	 line-height: 180%;
}


h1 {
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
h3 {
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}
p {
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
blockquote {
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}


.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a { text-decoration: underline; }

a:hover { text-decoration: underline; }

a img { border:none;}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.author-bio,
#logo { margin-bottom: 20px; }


.tBembo { 
font-family: "bembo", serif;
font-weight:  100;
}

.tUniversBold { 
font-family: "universBold", serif; 
}
.tUnivers { 
font-family: "universRegular", serif; 
}
.tUniversLight { 
font-family: "universLight", serif; 
}


.bgNegre{background-color:#000000;}
.bgRosa{background-color:#F000F0;}
.bgGrisClar{background-color:#f2f2f2;}
.bgGrisMig{background-color:#dcdedd ;}
.bgGrisFosc{background-color:#727b78;}


.tGrisClar{color:#f2f2f2 !important;}
.tGrisMig{color:#dcdedd !important;}
.tGrisFosc{color:#727b78 !important;}
.tBlanc{	color:#fff;}
.tBlanc hover{color:#fff;} 
.tNegre{	color:#000;}

.tUnderlineNegre{border-bottom: 1px solid #000; padding-bottom: 2px}
.tUnderlineBlanc{border-bottom: 1px solid #FFF; padding-bottom: 2px}
.tNoUnderline{ text-decoration:none;   }
.tNoUnderline:hover{ text-decoration:none;   }
.tMa{	cursor:pointer;	}

.tDreta{text-align:right;}
.tEsquerra{text-align:left;}



.t12 {	font-size: 12px;}
.t14 {	font-size: 14px;}
.t18 {	font-size: 18px;}
.t20 {	font-size: 20px;}
.t24 {	font-size: 24px;}
.t28 {	font-size: 28px;}
.t32 {	font-size: 32px;}
.t38 {	font-size: 38px;}


.t8{	font-size:8px;}
.t10{	font-size:10px;}
.t11{	font-size:11px;}
.t15{	font-size:16px;}
.t16{	font-size:15px;}
.t20{	font-size:20px;}
.t22{	font-size:22px;}
.t25{	font-size:25px;}
.t30{	font-size:30px;}
.t35{	font-size:35px;}
.t40{	font-size:40px;}
.t50{	font-size:50px;}
.t60{	font-size:60px;}
.t70{	font-size:70px;}
.t90{	font-size:90px;}


.tInterlined100{line-height: 100%;}
.tInterlined115{line-height: 115%;}
.tInterlined125{line-height: 125%;}
.tInterlined140{line-height: 150%;}
.tInterlined15{line-height: 150%;}
.tInterlined150{line-height: 150%;}

.tBold{font-family: "gotham-bold"; }
.tCenter{text-align: center;}
.dTrans90{opacity:0.9;}

.tLight { font-family: "gotham-Light"; }

.tThin { font-family: "gotham-Thin"; }

.tPlantin{ font-family: "plantin"; }

#sidebar {
	position: relative;
	width: 150px;
	left: 0;
	margin: 0 0 0 40px;
	z-index: 100;
}

/*
@media (max-width: 400px) { 

	#sidebar {
		position: fixed;
		width: 150px;
		left: 0;
		margin: 0 0 0 40px;
		z-index: 100;
	}

}

*/

.separator10{	margin: 0 0 10px 0;}
.separator20{	margin: 0 0 20px 0;}
.separator40{	margin: 0 0 40px 0;}
.separator50{	margin: 0 0 60px 0;}
.separator60{	margin: 0 0 60px 0;}
.separator120{	margin: 0 0 120px 0;}
.separator150{	margin: 0 0 150px 0;}
.separator200{	margin: 0 0 300px 0;}
.separator300{	margin: 0 0 300px 0;}


.img-logo{ 
	position:absolute;
	top:10px;
}

#content{
}
/*	CAIXES */

.rowPadding{
	padding-right: 15px;
    padding-left: 15px;
}
.caixes{
	position:relative;
	top:0px;
	width:95%;
	margin: 0 auto;
	float: none;
	text-align:center;
}
.margin10px{
	margin-left:10px;
	margin-right:30px;
}



.elemContainer{
	display:block;
	text-align:center;
}

.elem{
	display:inline-block;
	width:295px;
	margin-left:5px;
	margin-right:5px;	
	vertical-align: top !important;
}


.elem2{
	display:inline-block;
	width:90%;
	margin-left:5px;
	margin-right:5px;	
	vertical-align: top !important;
	text-align:left;
	padding-right:50px;
}


.col3{
	display:inline-block;
	width:300px;
	margin-right:15px;
	text-align:left;
	}

.elemText{
	background-color:#f5f5f5;
	height:100%;
	/*width:100%;	 */
	padding:10px;
	border: none !important;
	
}

.elemTitol{
	font-size:12px;
	border: none !important;
}
.elemSubtitol{
	font-size:11px;
	color:#999;
	border: none !important;
}

.bg-image {
    position: relative;
    width: 100%;
}


/*	VIDEO POPUP */

.fonsGris{
	visibility:hidden;
	z-index:400;
	background-color:#000;
	opacity:0.8;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	
}
.popUp{
	visibility:hidden;
	display:block; 
    width:980px; 
    height:550px; 
    position:absolute; 
    top:145%; 
    left:50%; 
    margin-top:-200px; 
    margin-left:-500px;
	z-index:500;
}


.menuLanguage{
	padding-top: 13px;
	padding-bottom:15px;
}

/*  VIDEO */
	  
	  
	  
	  
video {
	max-width: 100%;
	height: auto;
}


.firstVideo{
	top:-10px;
   
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;

	z-index:100;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrapper {
  width: 100%;
  /* whatever width you want */
  display: inline-block;
  position: relative;
}
.wrapper:after {
  padding-top: 42.55%;
  /* 16:9 ratio */
  display: block;
  content: '';
}
.main {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /* fill parent */
  background-color: deepskyblue;
  /* let's see it! */
  color: white;
}

.video-container235 iframe,  
.video-container235 object,  
.video-container235 embed {
	position: absolute;
	top: 20;
	left: 0;
	width: 100%;
	height: 100%;
}

.homeNoteContainer{
	
}


.videoFondo{
	z-index:0;	
}
.homeNote{
	
	pointer-events:all;
	padding-top:10px;
	 display:inline-block;   
	border-style: solid;
    border-width: 2px;
	border-color:#fff;
	width: 280px;
	height:50px;
}


.bigVideoXS{
 		background-color: #000000;
		height:600px;
}
.homeVideoFoto{
	 position:relative;
	top:0px;
	height:600px;
	 background-image:url(../img/homeSmallTv_01.jpg);
	background-repeat: no-repeat;
    background-position: center; 
   overflow: hidden;
}

.homeVideoFoto2{
	
	
	 position:relative;
	top:0px;
	height:600px;
   overflow: hidden;
	
}

.smallWorksText{
	color:#000;
	text-decoration:underline;
	padding-left:15px;	
	line-height: 140%;
}


.homeVideoFoto img {
	overflow: hidden;
}
.smallTV {


}
	
/* CANVIS BOOTSTRAP-RESPONSIVE.CSS */
	@media (max-width: 979px) {
	
	.video-container{
	top:0px;
	
}
	}
	
	@media (max-width: 979px) {
	  .navbar-fixed-top {
		margin-bottom: 0px; /* eliminat el salt entre navbar i contingut per mòbil i tablet */
	  }
	}



.overLogo{
	position:absolute;
	top:-30px;
	margin:auto;
	width:100%;
 	z-index: 100;
	text-align:center;	
}


.overLogo2{

	
	position:absolute;
	top:400px;
	width:100%;
	height:600px;
 	z-index: 100;
	overflow:visible;
	}
.menuSuperior{
	z-index:111;
	position:absolute;
	top:10px;
	margin:auto;
	width:100%;
	
}

.overLogoSmall{
	width:100%;
	position:absolute;
	top:10px;
	margin:auto;
 	z-index: 100;
	
}



.overLogoBig{
	margin: 0 auto;
	width:100%;
 	z-index: 201;
	position:absolute;
	top:50px;
	
}

.overLogoWrappBig{
	pointer-events: none;
	position:absolute;
	text-align:left;
	margin:auto;
	width:100%;
	top:-500px;
	height:100%;
	overflow:visible;
	padding-top: 45%; /* =56.25%  16:9 Aspect Ratio */
	z-index:200;
}



.videoWrapp{
	
	background-color:#000000;
	min-height:400px;
}
	

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

.bgGris1{
	background-color:#e3e3e3;
}



.bgGris2{
	background-color:#f9f9f9;
	color:#eee;
}

.bgNegre{
	background-color:#000;
	color:#666;
}

.bgGrisClar{
	background-color:#eee;
	color:#444;
}

.tGris1{
	color:#aaa;
}

.tGris2{
	color:#888;
}

.tCentrat{
	text-align:center
}
.tTaxat{text-decoration:line-through;}








<!-- FADE IMAGES -->
div.fadehover {
	position: absolute;
	
	}

img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width:100%;
	
	
        }
	
img.b {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	}








/*-----------------------------------------------------------------------------------*/
/*	WORKS - 
/*-----------------------------------------------------------------------------------*/









/*- MODAL FULLSCREEN */
/* .modal-transparent */

.modal-transparent {
  background: transparent;
}
.modal-transparent .modal-content {
  background: transparent;
}
.modal-backdrop .modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* .modal-fullscreen */

.modal-fullscreen {
 background: transparent; 
  
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #FFFFFF;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  }
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}



/*- CHANGES BOOTSTRAP .CSS */

.modal-content {
  height:250px;
  overflow:auto;
}

.modal-body {
   max-height: calc(100vh - 50px);

    overflow-y: auto;
}



	/* canvis menu2 */
	
.navbar-default2 .navbar-brand {
  color: #777;
}
.navbar-default2 .navbar-brand:hover,
.navbar-default2 .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default2 .navbar-text {
  color: #777;
}
.navbar-default2 .navbar-nav > li > a {
  color: #AAA;
}
.navbar-default2 .navbar-nav > li > a:hover,
.navbar-default2 .navbar-nav > li > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-default2 .navbar-nav > .active > a,
.navbar-default2 .navbar-nav > .active > a:hover,
.navbar-default2 .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default2 .navbar-nav > .disabled > a,
.navbar-default2 .navbar-nav > .disabled > a:hover,
.navbar-default2 .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default2 .navbar-toggle {
  border-color: #ddd;
}
.navbar-default2 .navbar-toggle:hover,
.navbar-default2 .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default2 .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default2 .navbar-collapse,
.navbar-default2 .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default2 .navbar-nav > .open > a,
.navbar-default2 .navbar-nav > .open > a:hover,
.navbar-default2 .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default2 .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default2 .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default2 .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default2 .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default2 .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default2 .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default2 .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default2 .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default2 .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default2 .navbar-link {
  color: #777;
}
.navbar-default2 .navbar-link:hover {
  color: #333;
}
.navbar-default2 .btn-link {
  color: #777;
}
.navbar-default2 .btn-link:hover,
.navbar-default2 .btn-link:focus {
  color: #333;
}
.navbar-default2 .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default2 .btn-link:hover,
.navbar-default2 .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default2 .btn-link:focus {
  color: #ccc;
}


.noPadding{
padding-right: 0px !important;
  padding-left: 0px !important;
}





/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
 overflow-y: scroll;
overflow-x: hidden;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}
.footer {
  position: absolute;
  bottom: -60px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 260px;
  background-color: #333;
}




#botoScrollDown {
    display: block;
    position: fixed;
    left: auto;
    right: 55px;
    bottom: 65px;
    background-image: url(../img/btn_next_desktop.png);

    width: 52px;
    height: 52px;
    margin-left: -26px;
    z-index: 9999;
}



/* GOOGLE MAPS */

 #map {
        width: 100%;
        height: 450px;
      }
	  

.salt50px{
	height:50px;
	background-color:#000;
}

.salt1080px{
height:1080px;
background-color:#00F;
}



/* Sticky footer styles
-------------------------------------------------- */


.mailchimp_form_menu{
	    margin-bottom: 0px;
}

.mailchimp_label_menu{
	  
		margin-left:14px;
}
	
		
.mailchimp_top_margin{
		
}
.mailchimp_btn_submit{
	color:#FFF;
	margin-top:10px;
	background-color:#000;
	border-style: solid;
	border-width: thin;
	border-color:#fff;
	margin-left:14px;
  }
  
 
  .mailchimp_btn_submit2{
	color:#FFF;
	margin-top:10px;
	background-color:#333;
	border-style: solid;
	border-width: thin;
	border-color:#333;
  }
  
   .mailchimp_boton_1{
    color:#FFF;
	margin-top:10px;
	padding:5px;
	background-color:#000;
	border-style: solid;
	border-width: thin;
	border-color:#fff;
  }
    .mailchimp_boton_1:hover{
    color:#000;
	background-color:#fff;
	border-color:#fff;
  }
  
     .mailchimp_boton_2{
    color:#FFF;
	margin-top:10px;
	padding:10px;
	background-color:#000;
	border-style: solid;
	border-width: thin;
	border-color:#fff;
  }
    .mailchimp_boton_2:hover{
    color:#000;
	background-color:#fff;
	border-color:#000;
  }
  
  
  
.mailchimp_email_field{
	color:#FFF;
	
    height: 30px;
	background-color:#000;
	border-style: none none solid none;
	border-width: thin;
	border-color:#fff;
	margin-left:14px;
}

.hr_a1{
	margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc;
}   





/* BLOG */
.blog_headerPhoto{
		position:relative;
		min-height: 505px;
}
.blog_headerTxt{
	position:absolute;
	top:0px;
	
}

 .caption {
        width:100%;
        top: 35%;
        position: absolute;
		text-align:center;
         }
.art1HeaderSmall{
	position:relative;
	top:0px;
	height:600px;
	background-image: url("../articles/art1/art1_foto1.jpg");
	background-repeat: no-repeat;
    background-position: center; 
}

.art2HeaderSmall{
	position:relative;
	top:0px;
	height:600px;
	background-image: url("../articles/art2/art2_foto1.jpg");
	background-repeat: no-repeat;
    background-position: center; 
}


/* FADEW IN SMALL TV  */
.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide1 {
  background: url("../img/homeSmallTv_01.jpg")no-repeat center;
      background-size: cover;
    animation:fade 8s infinite;
-webkit-animation:fade 8s infinite;

} 
.slide2 {
  background: url("../img/homeSmallTv_02.jpg")no-repeat center;
      background-size: cover;
    animation:fade2 8s infinite;
-webkit-animation:fade2 8s infinite;
}
.slide3 {
    background: url("../img/homeSmallTv_03.jpg")no-repeat center;
      background-size: cover;
    animation:fade3 8s infinite;
-webkit-animation:fade3 8s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}






#onTop {
   
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
 }
 
 
 
 
 .videoNoteExt{
color:#FFF;
z-index:190;
width:100%;
height:100%;
position:absolute;
text-align:center;
margin:auto;
top:0px;
background-color:rgba(0, 0, 0, 0.5);
cursor: pointer; 

 }
 .videoNoteInt{
  position: absolute;
  width:100%;
  top: 50%;
  height: 6em;
  margin-top: -3em;
  text-align:center;
 }
 
 .containerMoveUp100{
position:relative;
top:-100px; 
 }
.containerMoveDown100{
position:relative;
top:-50px; 
z-index:1000;
 }

 .containerMoveUp250{
position:relative;
top:-250px; 
 }
 
 .fullScreenVideo{
	 
    position: fixed;
	width:100%;
	height:100%;
    top: 0px;
	background-color:#000000;
    color:#FFFFFF;
    visibility:hidden;
    z-index: 999;
    overflow-x: hidden;
	
 }
 
 

 .fullScreenVideoWrapper{

 }