/* Fonts
----------------------------------------------------------------------------------------------------*/

@font-face{
font-family:"Futura T W01 Book";
src:url("fonts/f87fcfa9-b36a-4ce4-8a8b-22cf629b4abd.eot?iefix") format("eot");}
@font-face{
font-family:"Futura T W01 Book";
src:url("fonts/f87fcfa9-b36a-4ce4-8a8b-22cf629b4abd.eot?iefix");
src:url("fonts/c7ddeb1c-e1a1-43db-9663-a828953e7685.woff") format("woff"),url("fonts/a8706b4a-3415-45bf-b15a-4151a15104be.ttf") format("truetype"),url("fonts/e52b21ef-2d97-4ba5-90c2-269007922344.svg#e52b21ef-2d97-4ba5-90c2-269007922344") format("svg");
}

@font-face{
font-family:"Futura T W01 Medium";
src:url("fonts/26dd981b-145e-46b8-98da-e100ea47f41a.eot?iefix") format("eot");}
@font-face{
font-family:"Futura T W01 Medium";
src:url("fonts/26dd981b-145e-46b8-98da-e100ea47f41a.eot?iefix");
src:url("fonts/57d76474-0413-4cb4-b72a-8b67ee6bb8c8.woff") format("woff"),url("fonts/7707eb67-6df7-4818-8310-20d2ef3e7613.ttf") format("truetype"),url("fonts/48cc44e3-327c-411b-8c90-276d74140352.svg#48cc44e3-327c-411b-8c90-276d74140352") format("svg");
}

@font-face{
font-family:"Futura T W01 Bold";
src:url("fonts/c074f68e-bff9-4513-af09-09eea532fda3.eot?iefix") format("eot");}
@font-face{
font-family:"Futura T W01 Bold";
src:url("fonts/c074f68e-bff9-4513-af09-09eea532fda3.eot?iefix");
src:url("fonts/ffabb6b3-232c-42d3-9cf0-321ddfa9d3c3.woff") format("woff"),url("fonts/97dee01c-7109-42ab-946a-043cce8e8287.ttf") format("truetype"),url("fonts/646bd1c6-d79d-4eb1-aea6-f6d2143167cd.svg#646bd1c6-d79d-4eb1-aea6-f6d2143167cd") format("svg");
}

/**/

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/


.isotope-item {
  z-index: 2;
}

#elements img {/* width:220px; height:142px; padding-bottom:-4px; */}
	
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}
/*
#left {
	
	transform: scale(0);
	-ms-transform: scale(0); /* IE 9 */
	-webkit-transform: scale(0); /* Safari and Chrome */
	-o-transform: scale(0); /* Opera */
	-moz-transform: scale(0); /* Firefox */
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0;

}
#right {
	transform: scale(0);
	-ms-transform: scale(0); /* IE 9 */
	-webkit-transform: scale(0); /* Safari and Chrome */
	-o-transform: scale(0); /* Opera */
	-moz-transform: scale(0); /* Firefox */
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
*/
/* ------------------------------------------------------- */


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


/* Estructura 
----------------------------------------------------------------------------------------------------*/

li.filtre5 a.active {
    font-family: "Futura T W01 Bold", Arial, Helvetica, sans-serif;
}

li.filtre5 a.inactive {
	font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;
}

header {
	height: 220px;
	width: 940px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ce6933;
	position: relative;
}

header h1.logo {
	width: 204px;
	height: 52px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	text-indent: -999em;
	top: 63px;
	left: 15px;
}

footer {	
	margin-bottom: 60px;
	float: left;
}

.social-icons {
	display: flex !important;
    justify-content: flex-end;
}


.content {
	margin-top: 20px;
	float: left;
}
#sliderHome {
	float: left;
	/*margin-left: 30px;*/
	overflow: hidden;
	display: inline;
	position: relative;
}

.element {
	float: left;
	margin-bottom: 20px;
}
.borderTop {
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #e89c7a ;
}
.borderTop2 {
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #ce6933;
}
.borderBottom {
	border-top-style: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ce6933;
}
.borderBottom7 {
	border-top-style: none;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #ce6933;
}
.borderBottom7Bis {
	border-top-style: none;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #ce6933;
}

.facebook {
	width: 9px;
	height: 19px;
	background-color: #ce6933;
    transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;    /* FF3.7+ */
    -o-transition: background-color 0.2s linear;      /* Opera 10.5 */
    -webkit-transition: background-color 0.2s linear; /* Saf3.2+, Chrome */
	background-image: url(../img/facebook.png);
	background-repeat: no-repeat;
	float: left;
}

.facebook:hover {
	background-color: #e89c7a ;
}	


.twitter {
	width: 18px;
	height: 19px;
	background-color: #ce6933;
    transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;    /* FF3.7+ */
    -o-transition: background-color 0.2s linear;      /* Opera 10.5 */
    -webkit-transition: background-color 0.2s linear; /* Saf3.2+, Chrome */
	background-image: url(../img/twitter.png);
	background-repeat: no-repeat;
	float: left;
	margin-left:34px;
}

.instagram {
	width: 18px;
	height: 18px;
	background-color: #ce6933;
    transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;    /* FF3.7+ */
    -o-transition: background-color 0.2s linear;      /* Opera 10.5 */
    -webkit-transition: background-color 0.2s linear; /* Saf3.2+, Chrome */
	background-image: url(../img/instagram.png);
	background-repeat: no-repeat;
	float: left;
	margin-left:34px;
}

.twitter:hover {
	background-color: #e89c7a ;
	}

.twitter2 {
	width: 18px;
	height: 19px;
	background-color: #ce6933;
	transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;    /* FF3.7+ */
	-o-transition: background-color 0.2s linear;      /* Opera 10.5 */
	-webkit-transition: background-color 0.2s linear; /* Saf3.2+, Chrome */
	background-image: url(../img/twitter.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 20px;
}

.twitter2:hover {
	background-color: #e89c7a ;
	}
		
.social3 {
	width: 18px;
	height: 19px;
	background-color: #ce6933;
	transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;    /* FF3.7+ */
	-o-transition: background-color 0.2s linear;      /* Opera 10.5 */
	-webkit-transition: background-color 0.2s linear; /* Saf3.2+, Chrome */
	background-image: url(../img/social3.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 34px;
}

.social3:hover {
	background-color: #e89c7a ;
	}
.flickr {
	width: 19px;
	height: 19px;
	background-color: #ce6933;
	transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;    /* FF3.7+ */
	-o-transition: background-color 0.2s linear;      /* Opera 10.5 */
	-webkit-transition: background-color 0.2s linear; /* Saf3.2+, Chrome */
	background-image: url(../img/flickr.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 34px;
}
.flickr:hover {
	background-color: #e89c7a ;
	}

.rss {
	width: 19px;
	height: 19px;
	background-color: #ce6933;
	transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;    /* FF3.7+ */
	-o-transition: background-color 0.2s linear;      /* Opera 10.5 */
	-webkit-transition: background-color 0.2s linear; /* Saf3.2+, Chrome */
	background-image: url(../img/rss.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 34px;
}
.rss:hover {
	background-color: #e89c7a ;
	}

.folder {
	width: 21px;
	height: 27px;
	background-color: #ce6933;
	transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;    /* FF3.7+ */
	-o-transition: background-color 0.2s linear;      /* Opera 10.5 */
	-webkit-transition: background-color 0.2s linear; /* Saf3.2+, Chrome */
	background-image: url(../img/folder.png);
	background-repeat: no-repeat;
	float: left;
    margin-right:5px;
}

.folder:hover {
	background-color: #e89c7a ;
	}

.email {
	width: 22px;
	height: 17px;
	background-color: #ce6933;
	transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;    /* FF3.7+ */
	-o-transition: background-color 0.2s linear;      /* Opera 10.5 */
	-webkit-transition: background-color 0.2s linear; /* Saf3.2+, Chrome */
	background-image: url(../img/sobre.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 20px;
	margin-top: 2px;
}

.email:hover {
	background-color: #e89c7a ;
	}


/* Estructura 
----------------------------------------------------------------------------------------------------*/

.main li {
	border-bottom: 7px solid #e89c7a ;
    line-height: 57px;
    padding-left: 10px;
    padding-top: 3px;
	/*height:60px;*/	
}

.main a{
	text-decoration:none;
}

.menuHover {
	color: #ce6933;
	font-family: "Futura T W01 Medium",Arial,Helvetica,sans-serif;
	font-size: 23px;
	background: url(../img/bgOver.png) no-repeat;
	background-position: 0px 0px;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-out;

	-moz-transition-property: background-color;
	-moz-transition-duration: 0.4s;
	-moz-transition-timing-function: ease-out;
	
	-o-transition-property:  background-color;
	-o-transition-duration: 0.4s;
	-o-transition-timing-function: ease-out;
	
	transition-property: background-color;
	transition-duration: 0.4s;
	transition-timing-function: ease-out;
	
	position:relative;
	
}

.menuHover a{
	 color: #ce6933;    
	font-family: "Futura T W01 Medium",Arial,Helvetica,sans-serif;
    font-size: 23px; 
	text-decoration:none;
}

.menuHover:hover {	
	background-position:0px 0px;
	background-color: #e89c7a ;
}

.menuActive {
	font-family: "Futura T W01 Bold",Arial,Helvetica,sans-serif;
	color: #ce6933; 
    font-size: 23px;
	background: url(../img/bgOver.png) no-repeat;
	background-color: #e89c7a ;
}

.menuActive a{
	font-family: "Futura T W01 Bold",Arial,Helvetica,sans-serif;
	color: #ce6933; 
    font-size: 23px;
	text-decoration:none;
}

.main li ul.submenu1  {
	background-color: #FFFFFF;
	margin-left: -10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

.main li ul.submenu1 li {
	line-height:25px;
	padding-left:0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.main li ul.submenu2  {
	background-color: #FFFFFF;
	margin-left: -10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

.main li ul.submenu2 li {
	line-height:25px;
	padding-left:0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.main li ul.submenu3  {
	background-color: #FFFFFF;
	margin-left: -10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

.main li ul.submenu3 li {
	line-height:25px;
	padding-left:0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.main li ul.submenu4  {
	background-color: #FFFFFF;
	margin-left: -10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

.main li ul.submenu4 li {
	line-height:25px;
	padding-left:0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


.active a{
	font-family: "Futura T W01 Bold",Arial,Helvetica,sans-serif;
	font-size: 17px;
	color: #e89c7a ;
	z-index: 999999;
}

.noactive a{
	font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;
	color: #ce6933;
	font-size: 17px;
	z-index: 999999;
}

.noactive a{
	font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;
	color: #ce6933;
	font-size: 18px;
	z-index: 999999;
	text-decoration:none;
	-moz-transition: color 0.4s ease 0s;
    -webkit-transition: color 0.4s;
	-ms-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4;
	
}

.noactive a:hover {		
	color: #e89c7a ;	
	text-decoration:none;	
}

.baseTitol {
	font-family: "Futura T W01 Bold",Arial,Helvetica,sans-serif;
	font-size: 72px;
	line-height: 72px;	
	height: 275px;
	width: 440px;
	padding-top: 25px;
	padding-left: 20px;
	color: #FFF;
}

.baseTitol1 {
	font-family: "Futura T W01 Bold",Arial,Helvetica,sans-serif;
	font-size: 48px;
	line-height: 57px;	
	height: 275px;
	width: 440px;
	padding-top: 25px;
	padding-left: 20px;
	color: #FFF;
}

.baseTitol2 {
	font-family: "Futura T W01 Bold",Arial,Helvetica,sans-serif;
	font-size: 36px;
	line-height: 36px;	
	height: 275px;
	width: 440px;
	padding-top: 25px;
	padding-left: 20px;
	color: #FFF;
}

.bg1 {
	background-color: #e89c7a ;
}

.bg2 {
	background-color: #000000;
}
.bg3 {
	background-color: #ce6933;
}
.any {
	height: 70px;
	width: 700px;
	float: left;
	background-color: #ce6933;
	color: #FFF;
	margin-bottom: 20px;
	/*margin-left: 10px;*/
	margin-right: 10px;
}
.any1 {
	height: 40px;
	width: 700px;
	float: left;
	background-color: #ce6933;
	color: #FFF;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.resultats {
	height: 40px;
	width: 700px;
	float: left;
	background-color: #ce6933;
	color: #FFF;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}


.text a{
	text-decoration:none;
	color: #FFF;	
}

.listAny {
	float: left;
	width: 720px;
	margin-bottom: 20px;
}
.right {
	float: left;
	width: 720px;
}
.socialBG {
	background-color: #FFF;
	float: left;
	width: 220px;
	height: 38px;
	padding-top: 20px;
}

#elements {
	width: 720px;
	float: left;
}
.campLlarg {
	font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;	
	font-size: 18px;
	color:#ce6933;
	width: 650px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	height: 42px;
	/* 10 */
	padding-top: 10px;
	border-bottom-width: 2px;
	border-bottom-color: #ce6933;
	outline:0px;
}
.regular-checkbox + label{
	vertical-align: middle!important
}

.loaderDownload {
	margin-left: 10px;
	width: 120px;
	float: left;
	height:20px;
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.base {
	float: left;
	padding-bottom: 20px;
}

.loaderDownload2 {
	margin-left: 10px;
	width: 120px;
	height:20px;	
	float: left;
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.base2 {
	float: left;
	padding-bottom: 20px;
}


.loaderDownload3 {
	margin-left: 10px;
	width: 120px;
	height:20px;	
	float: left;
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.base3 {
	float: left;
	padding-bottom: 20px;
}



/* element hover */

.element {
	background-position: 0px 360px;
	background-image: url(../img/bgOver.png);
	background-repeat: no-repeat;
	/*-webkit-transition-property: background-position, background-color;
	-webkit-transition-duration: 0.5s, 0.3s;
	-webkit-transition-timing-function: ease, ease-out;
	-webkit-transition-delay: 0s, 0.16s;
	-moz-transition-property: background-position, background-color;
	-moz-transition-duration: 0.5s, 0.3s;
	-moz-transition-timing-function: ease, ease-out;
	-moz-transition-delay: 0s, 0.16s;
	-o-transition-property: background-position, background-color;
	-o-transition-duration:  0.5s, 0.3s;
	-o-transition-timing-function: ease, ease-out;
	-o-transition-delay: 0s, 0.16s;
	transition-property: background-position, background-color;
	transition-duration:  0.5s, 0.3s;
	transition-timing-function: ease, ease-out;
	transition-delay: 0s, 0.16s;*/
}
/*
.unitat:hover {	
	background-position:0px 0px;
	background-color: #e89c7a ;
}*/

.contElement {
	background-position: 0px 0px;
	background-image: url(../img/bgOver.png);
	background-repeat: no-repeat;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-out;

	-moz-transition-property: background-color;
	-moz-transition-duration: 0.4s;
	-moz-transition-timing-function: ease-out;
	
	-o-transition-property: background-color;
	-o-transition-duration:  0.4s;
	-o-transition-timing-function: ease, ease-out;

	transition-property: background-color;
	transition-duration:  0.4s;
	transition-timing-function: ease-out;

}

.contElement:hover {	
	background-position:0px 0px;
	background-color: #e89c7a ;
}





.element img {
	/*padding-bottom:20px;
	background-color:#FFF;*/
}

/* */

.filtres {
	width: 700px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ce6933;
	float: left;
	/*height: 30px;*/
	margin-bottom: 20px;
	padding-bottom: 15px;
}

li.filtre{
  list-style:none;
  /*float: left;*/
}
li.filtre   a{
	font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;	
	font-size: 18px;
	display: block;
	color: #e89c7a ;
	text-decoration: underline;
	
	-moz-transition: all 200ms linear 0s;
	padding-right: 5px;	
	float:left;
	list-style:none;
  }
li.filtre a:hover {
	color: #e89c7a ;
}

li.filtre a:active {
	color: #e89c7a ;
}

li.filtre a.selected  {
	font-family: "Futura T W01 Bold", Arial, Helvetica, sans-serif;	
	font-size: 18px;
	display: block;
	color: #e89c7a ;
	text-decoration: none;
}

/**/

.filtres2 {
	width: 700px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #e89c7a ;
	float: left;
	padding-bottom: 15px;
	padding-top: 20px;
}

li.filtre2 {
	font-family: "Futura T W01 Bold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ce6933;
	list-style: none;
	float: left;  /*float: left;*/
    padding-right: 5px;
}
li.filtre2 a{
	font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	color: #ce6933;
	text-decoration: underline;
	-moz-transition: all 200ms linear 0s;
	
	list-style: none;
  }
  
li.filtre2 a:hover {
	color: #ce6933;
}

li.filtre2 a:active {
	color: #ce6933;
}

li.filtre2 a.selected  {
	font-family: "Futura T W01 Bold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	color: #ce6933;
	text-decoration: none;
}


/**/

.filtres3 {
	width: 700px;
	float: left;
	padding-bottom: 15px;
	padding-top: 20px;
}

li.filtre3 {
	font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #e89c7a ;
	list-style: none;
	float: left;  /*float: left;*/
}
li.filtre3 a{
	font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	color: #e89c7a ;
	text-decoration: underline;
	-moz-transition: all 200ms linear 0s;
	padding-right: 5px;
	list-style: none;
  }
  
li.filtre3 a:hover {
	color: #e89c7a ;
}

li.filtre3 a:active {
	color: #e89c7a ;
}

li.filtre3 a.selected  {
	font-family: "Futura T W01 Bold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	color: #e89c7a ;
	text-decoration: none;
}

/**/

.filtres4 {
	width: 700px;	
	float: left;
	padding-bottom: 15px;
	padding-top: 20px;
}

/**/

.filtres5 {
	width: 700px;
	float: left;
	padding-bottom: 15px;
	/*padding-top: 20px;
	padding-left: 10px;*/
}

li.filtre5 {
	font-family: "Futura T W01 Bold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ce6933;
	list-style: none;
	float: left;  /*float: left;*/
}
li.filtre5 a{
	font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	color: #ce6933;
	text-decoration: underline;
	-moz-transition: all 200ms linear 0s;
	padding-right: 5px;
	list-style: none;
  }
  
li.filtre5 a:hover {
	color: #ce6933;
}

li.filtre5 a:active {
	color: #ce6933;
}

li.filtre5 a.selected  {
	font-family: "Futura T W01 Bold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	color: #ce6933;
	text-decoration: none;
}
.contentAny {
	line-height: 28px;
	margin-left: 10px;
	padding-bottom: 20px;
	float: left;
}

/**/


.campEsq {
	float: left;
	width: 600px;
}
.campDreta {
	float: left;
	width: 100px;
	background-color: #ce6933;
}
.cercador {
	font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ce6933;
	height: 25px;
	width: 620px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top:2px;
	outline:0px;
}

.botoSend {
	background-color: #ce6933;
	color: #FFFFFF;
	font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 28px;
	padding-top: 4px;
	width: 100px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
.botoSend2 {
	background-color: #ce6933;
	border: 1px solid #FFF;
	color: #FFFFFF;
	font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 40px;
	padding-top: 2px;
	width: 100px;
	text-align: center;
	}
	
.calendariEsq {
	float: left;
	min-height: 200px;
	width: 220px;
	margin-top: 25px;
	/*margin-left: 20px;*/
	margin-bottom: 20px;
}
.calendariDreta {
	float: left;
	min-height: 266px;
	margin-left: 100px;
	width: 380px;
	margin-top: 10px;
}


.calendar {
	font-family: "Futura T W01 Bold",Arial,Helvetica,sans-serif;
	font-size: 13px;
	color:#ce6933;
}



.calendar a{
	-moz-transition: color 0.4s ease 0s;
	-webkit-transition: color 0.4s;
	-ms-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4;
	font-family: "Futura T W01 Bold",Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #ce6933;
	text-decoration: none;
}

.calendar a:hover{
	font-family: "Futura T W01 Bold",Arial,Helvetica,sans-serif;
	font-size: 13px;
	color:#e89c7a ;
	text-decoration:none;
}


.diaOn {
	background-color: #e89c7a ;
	color: #FFF;
	background-position: center center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 28px;
	padding-top: 6px;
}

.diaOn a{
	color: #FFF;
	text-decoration:none;	
}

/* Topogrfies  i Colors
----------------------------------------------------------------------------------------------------*/

.georgia12 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.georgia13 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

.georgia14 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.futura14 {
	font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;	
	font-size: 14px;
}
.futura18 {
	font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.futuraBold14 {
	font-family: "Futura T W01 Bold",Arial,Helvetica,sans-serif;
	font-size: 14px;
}
.futuraBold18 {
	font-family: "Futura T W01 Bold",Arial,Helvetica,sans-serif;
	font-size: 18px;
}

.futuraBold23 {
	font-family: "Futura T W01 Bold",Arial,Helvetica,sans-serif;
	font-size:23px;
}
.futuraBold24 {
	font-family: "Futura T W01 Bold",Arial,Helvetica,sans-serif;
	font-size: 24px;
}
.futuraBold48 {
	font-family: "Futura T W01 Bold",Arial,Helvetica,sans-serif;
	font-size: 48px;
}

.interlineat17 {
	line-height:17px;
}

.interlineat18 {
	line-height:18px;
}

.interlineat20 {
   line-height: 20px;
}
.interlineat25 {
	line-height: 25px;
}



.interlineat27 {
	line-height:27px;
}
.interlineat29 {
	line-height: 27px;
}
.interlineat52 {
	line-height: 52px;
}

.color1 {
	color:#ce6933;
}

.color1 a{
	-moz-transition: color 0.4s ease 0s;
    -webkit-transition: color 0.4s;
	-ms-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4;
	
	font-style:italic;
	color:#ce6933;
	text-decoration:none;
}

.color1 a:hover {	
	margin-top:70px;
	color: #e89c7a ;
	font-size:12px!important;
	text-decoration:none;	
}

.color1Bis {
	color:#ce6933;
}

.color1Bis a{
	-moz-transition: color 0.4s ease 0s;
    -webkit-transition: color 0.4s;
	-ms-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4;
	
	color:#ce6933;
	text-decoration:none;
}

.color1Bis a:hover {	
	margin-top:70px;
	color: #ce6933;	
	text-decoration:none;	
}
.color2 {
	color: #ce6933;
	text-decoration: none;
}


.paddingBottom {
	padding-bottom: 20px;
}















.paddingBottom {
	padding-bottom: 20px;
}


.lineBottom {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ce6933;
}

.seleccio1 {
	padding-top: 10px;
	height: 60px;
}
.seleccio2 {
	padding-top: 10px;
	height: 60px;
}

.botoDia {
	font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;
	float: left;
	height: 40px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ce6933;
}

.botoDiaOn {
	float: left;
	height: 40px;	
}

.botoSetmana {
	font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;
	float: left;
	height: 40px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ce6933;
}

.botoSetmanaOn {
	float: left;
	height: 40px;	
}

.botoMes {
	font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;
	float: left;
	height: 40px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ce6933;
}

.botoMesOn {
	float: left;
	height: 40px;	
}




.mesos {
	float: left;
	height: 45px;
	position: relative;
}
.actual {
	display: block;
	height: 40px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ce6933;
}
.altres {
	line-height:40px;	
	display: none;
	position: absolute;
	background-color: #FFF;
	top: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	z-index: 99;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.anys {
	float: left;
	height: 45px;
	position: relative;
}
.anyActual {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ce6933;
	height: 40px;
}
.anyPropers {
	line-height:40px;
	display: none;
	position: absolute;	
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	top: 0;
	-moz-border-radius: 2px;
	border-radius:2px;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  z-index: 99;
}
.separador {
	text-align: center;
	width: 35px;
	float: left;
	height: 45px;
}


.paginacio {
	margin-top:50px;
	font-family: "Futura T W01 Medium",Arial,Helvetica,sans-serif;
	margin-left: 25px;
	}

.paginacio a{
	font-family: "Futura T W01 Medium", Arial, Helvetica, sans-serif;
	text-decoration:none;
	
}

.pagOn {font-family: "Futura T W01 Bold",Arial,Helvetica,sans-serif;}

.futuraBold36 {
font-family: "Futura T W01 Bold",Arial,Helvetica,sans-serif;
font-size: 36px;
}


#posts{
	background-color: #ce6933;
    margin-top:20px;
}
#posts-header{
	text-align:center;
    font-size:30px;
    font-family:"Futura T W01 Bold",Arial,Helvetica,sans-serif;
    color:#FFF;
    padding-top:10px;
    line-height:1.1em;
}
#posts-content{
	background-color:#FFF;
    margin:0 5px;
    padding:20px 0 5px 0;
}
#posts-footer{
	height:22px;
}
#posts .rsDefault .rsBullets{
    bottom:-45px !important;
    text-align:center !important;
}

#posts .rsDefault .rsArrowIcn {		
	background-color: #ce6933;
	
    
}


#lab {
	width: 73px;
	height: 73px;
	background-color: #e89c7a ;
    transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;    /* FF3.7+ */
    -o-transition: background-color 0.2s linear;      /* Opera 10.5 */
    -webkit-transition: background-color 0.2s linear; /* Saf3.2+, Chrome */
	background-image: url(../img/labfelipa.png);
	background-repeat: no-repeat;
	float: right;
}


#ct-ultimate-gdpr-cookie-popup,
#ct-ultimate-gdpr-cookie-content,
.skin-dark-theme #ct-ultimate-gdpr-cookie-content{
	font-family: Georgia, "Times New Roman", Times, serif!important;
}
#ct-ultimate-gdpr-cookie-popup h1,
#ct-ultimate-gdpr-cookie-popup h2,
#ct-ultimate-gdpr-cookie-popup h3,
#ct-ultimate-gdpr-cookie-popup.skin-light-theme #ct-ultimate-gdpr-cookie-accept,
#ct-ultimate-gdpr-cookie-popup.skin-light-theme #ct-ultimate-gdpr-cookie-change-settings,
#ct-ultimate-gdpr-cookie-popup.skin-light-theme #ct-ultimate-gdpr-cookie-read-more{
	font-family: "Futura T W01 Medium",Arial,Helvetica,sans-serif;
}
#ct-ultimate-gdpr-cookie-popup.skin-light-theme #ct-ultimate-gdpr-cookie-accept,
#ct-ultimate-gdpr-cookie-popup.skin-light-theme #ct-ultimate-gdpr-cookie-change-settings,
#ct-ultimate-gdpr-cookie-popup.skin-light-theme #ct-ultimate-gdpr-cookie-read-more{
	font-size: 16px;
	font-weight:normal
}
#ct-ultimate-gdpr-cookie-popup{
	background-color:#f7f7f7;
	-webkit-box-shadow: 0px 0px 0px 8px rgba(0,0,0,0.1)!important;
	-moz-box-shadow: 0px 0px 0px 8px rgba(0,0,0,0.1)!important;
	box-shadow: 0px 0px 0px 8px rgba(0,0,0,0.1)!important;
}
#ct-ultimate-gdpr-cookie-popup.skin-light-theme #ct-ultimate-gdpr-cookie-accept,
.ct-ultimate-gdpr-cookie-modal-btn a{
	background-color:#ce6933!important;
	border-color:#ce6933!important;
	color:#fff!important

}
body .ct-ultimate-gdpr-cookie-modal-btn a:hover{
	color:#ce6933!important;
	background-color:#FFF!important
}
.skin-light-theme .ct-skin-light-icon{
	display:none!important
}
#ct-ultimate-gdpr-cookie-popup.skin-light-theme #ct-ultimate-gdpr-cookie-change-settings,
#ct-ultimate-gdpr-cookie-popup.skin-light-theme #ct-ultimate-gdpr-cookie-read-more{
	background-color: #bbbcbe!important;
	border-color: #bbbcbe!important;
	color:#FFF!important
}
#ct-ultimate-gdpr-cookie-popup.skin-light-theme #ct-ultimate-gdpr-cookie-change-settings:after{
	color:#fff!important
}
#ct-ultimate-gdpr-cookie-popup.skin-light-theme.ct-ultimate-gdpr-cookie-bottomRight #ct-ultimate-gdpr-cookie-content{
	color:#333
}
#ct-ultimate-gdpr-cookie-open,
#ct-ultimate-gdpr-cookie-open .fa-cog{
	color:#ce6933!important
}
body .ct-ultimate-gdpr-cookie-modal-desc p{
    line-height: 18px!important; 
}
body #ct-ultimate-gdpr-cookie-modal-body h3{
    font-size: 18px!important;
    margin-bottom: 35px!important;
}
body .ct-ultimate-gdpr-cookie-modal-slider-able li, 
body .ct-ultimate-gdpr-cookie-modal-slider-not-able li{
    line-height: 25px!important;
}
body #ct-ultimate-gdpr-cookie-open{
    padding-bottom:0!important;
    bottom: 20px!important;
    background-color: #FFF!important;
    width: 40px!important;
    height: 40px!important;
    border-radius: 20px!important;
    text-align: center!important;
    line-height: 42px!important;
}