/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
*, html {margin:0; padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}em,i,dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:none;}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{-moz-box-sizing:border-box;box-sizing:border-box;padding:0!important;background:transparent!important;vertical-align:middle;border:none!important;box-shadow:none!important;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;resize:vertical;vertical-align:top!important}table{border-collapse:collapse;border-spacing:0}

hr {display:block; height:1px; border:0; border-top:1px solid #E6E6E6; margin:40px 30px; padding:0}
img {vertical-align:middle}
ul, ol {list-style:none}
li {list-style-type:none;}
p:last-child, fieldset:last-child, ul:last-child, ol:last-child {margin-bottom:0}
input, textarea, select {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; border-radius:0; webkit-box-shadow:none; box-shadow:none }


/* ==========================================================================
   STYLES
   ========================================================================== */
/* general */
body, input, select, textarea {font:italic 15px/1.4 'Open Sans', Arial, sans-serif;}
body {background:#fff url('../images/fons.png') repeat 0 center; color:#734723; text-align:center;}
a {color:#fff; text-decoration:none;}
hr {border:0; width:284px; height:11px; background :url('../images/sprites.png') no-repeat 0 -650px; margin:0 auto;}

h1, h2, h3, h4 {font:normal 36px/0.7 'Playball', Arial, sans-serif; margin:0; color:#b95120;}
h1 {font-size:44px;}
h2, h3, h4 {margin-bottom:30px;}

.hidden {opacity:0;}
.visible {opacity:1;}

.wrapper {position:relative; width:950px; margin:0 auto; clear:both;}
.wrapper:after {content:''; display:block; width:100%; clear:both;}

#top {text-align:left; background:#333; padding:8px 0; z-index:999;}

header {margin:28px auto 88px auto; z-index:10000;}
header nav li {float:left; margin-left:14px; }
header nav li:first-child {margin-left:0;}
header nav a {width:115px; height:56px; padding:8px 25px 0 25px; display:block; background:url('../images/sprites.png') no-repeat -179px 0; color:#cc7224; font:normal 16px/1 'Open Sans Condensed', Arial, sans-serif; text-transform:uppercase;}
header nav li:first-child a {padding-top:15px; height:49px;}
header nav .active a, header nav li:hover a {background-position:0 0; font-weight:700;}
header nav .logo {width:auto; height:auto; display:block; text-indent:-9999px; background:url('../images/sprites.png') no-repeat 0 -70px; margin-left:100px;}

.fixed-nav header nav {position:fixed; right:0; left:0;}
.fixed-nav article {margin-top:360px;}

.main > .wrapper:before {display:block; content:''; background:url('../images/bg-marc-article.png') no-repeat center 0; width:713px; height:11px; margin:0 auto;}
.main > .wrapper:after {display:block; content:''; background:url('../images/bg-marc-article.png') no-repeat center -15px; width:713px; height:11px; margin:0 auto;}
article {overflow:hidden; background:url('../images/bg-marc-article-laterals.png') repeat-y center 0; margin:0 auto; padding-bottom:25px;}
article h1, article h2, article p {width:560px; margin:0 auto 35px auto;}
article h1, article h2 {margin:48px auto 30px auto;}
article h1 span {font-size:31px;}
article > p:first-of-type {color:#41291a;}

footer {width:100%; margin-top:65px; padding:20px 0; clear:both; z-index:999; position:relative; text-align:center;
	background: #d17a25;
	background: -moz-linear-gradient(left,  #d17a25 0%, #b95120 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d17a25), color-stop(100%,#b95120));
	background: -webkit-linear-gradient(left,  #d17a25 0%,#b95120 100%);
	background: -o-linear-gradient(left,  #d17a25 0%,#b95120 100%);
	background: -ms-linear-gradient(left,  #d17a25 0%,#b95120 100%);
	background: linear-gradient(to right,  #d17a25 0%,#b95120 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d17a25', endColorstr='#b95120',GradientType=1 );
}
footer ul {margin:0 auto;}
footer li {display:inline-block; margin:0 20px;}
footer li a {display:block; background:url('../images/logos.png') no-repeat 0 0; text-indent:-9999px;}
footer .diputacio {width:125px; height:41px; margin-top:10px; background-position:-275px -235px;}
footer .mancomunitat {width:61px; height:63px; background-position:-430px -225px;}
footer .generalitat {margin-top:15px; width:170px; height:43px; background-position:-275px -300px;}
footer .fundacio {width:85px; height:44px; background-position:-285px -520px;}

#download {display:block; position:fixed; top:185px; right:0; width:194px; height:136px; background:url('../images/sprites.png') no-repeat 0 -505px; z-index:998;}
#download span {display:none;}

#parallax1 {z-index:1; position:fixed; left:0; top:0; width:100%;}
#parallax2 {z-index:2; position:fixed; left:0; top:0; width:100%;}
#parallax3 {z-index:3; position:fixed; left:0; top:0; width:100%;}

#bg-linies {position:absolute; top:275px; left:0;}
#bg-fletxa {position:absolute; top:335px; right:120px;}

#bg-home01 {position:absolute; top:400px; left:0;}
#bg-home02 {position:absolute; top:400px; right:0;}
#bg-home03 {position:absolute; top:800px; right:0;}

#bg-despertant01 {position:absolute; top:400px; left:0;}
#bg-despertant02 {position:absolute; top:650px; right:0;}
#bg-despertant03 {position:absolute; top:1500px; left:0;}
#bg-despertant04 {position:absolute; top:1300px; right:0;}

#bg-cervells01 {position:absolute; top:400px; left:0;}
#bg-cervells02 {position:absolute; top:400px; right:0;}
#bg-cervells03 {position:absolute; top:1550px; left:50%; margin-left:-500px; opacity:0.5;}

#bg-ciencia01 {position:absolute; top:500px; left:0;}
#bg-ciencia02 {position:absolute; top:350px; right:0;}
#bg-ciencia03 {position:absolute; top:1800px; left:0;}
#bg-ciencia04 {position:absolute; top:1800px; right:0;}

.personatge {position:absolute; display:block; background:url('../images/sprite-personatges.png') no-repeat 0 0; z-index:999;}
.personatge.gali-coll {top:200px; right:0; background-position:0 0; width:173px; height:356px;}
.personatge.ors-rovira {top:1190px; left:20px; background-position:-180px 0; width:161px; height:353px;}
.personatge.puig-cadafalch {top:350px; right:0; background-position:-350px 0; width:173px; height:357px;}
.personatge.duran-ventosa {top:975px; left:-10px; background-position:-530px 0; width:171px; height:355px;}
.personatge.riera-pau {top:580px; right:0; background-position:-705px 0; width:193px; height:367px;}
.personatge.prat-riba {top:250px; right:0; background-position:-900px 0; width:190px; height:357px;}
.personatge.terradas-ill {top:825px; left:0; background-position:-1095px 0; width:176px; height:360px;}
.personatge.homs-oller {top:580px; left:0; background-position:-1280px 0; width:183px; height:387px;}
.personatge.pi-sunyer {top:580px; right:0; background-position:-1480px 0; width:167px; height:375px;}

/* home */
#home h1 {display:block; text-indent:-9999px; margin:25px auto 10px auto; background:url('../images/continguts/la-mancomunitat.png') no-repeat 0 0; width:752px; height:166px;}
#home h1 span {display:none;}

/* despertant */
#despertant h1, #despertant h2 {display:block; text-indent:-9999px;}
#despertant h1 {margin:25px auto 10px auto; background:url('../images/continguts/despertant-la-consciencia-de-pais.png') no-repeat 0 0; width:861px; height:133px;}
#despertant .estudis h2 {margin-bottom:0; background:url('../images/continguts/despertant-estudis-universitaris.png') no-repeat 0 0; width:613px; height:126px;}
#despertant .junta h2 {margin-top:0; background:url('../images/continguts/despertant-junta-de-ampliacion.png') no-repeat 0 0; width:668px; height:139px;}
#despertant article p {margin-bottom:25px;}

/* cervells */
#cervells h1 {display:block; text-indent:-9999px; margin:25px auto 10px auto; background:url('../images/continguts/cervells-politics-de-la-mancomunitat.png') no-repeat 0 0; width:621px; height:132px;}
#cervells h1 span {display:none;}
.fitxes {overflow:hidden; width:640px; padding-bottom:10px; margin:0 auto 50px auto; z-index:999; position:relative; background:url('../images/bg-fitxes.png') no-repeat center 55px;}
.fitxes ul {margin-left:20px;}
.fitxes li {display:inline-block; float:left; margin:20px 0 5px 18px;}
.fitxes li div {display:none;}

.fancybox-skin {background:url('../images/bg-fancy.png') no-repeat 0 0; box-shadow:none!important;}
.fancybox-skin p {width:275px; margin:40px 0 0 50px; text-align:left; float:left; color:#734723; font-size:13px; line-height:1.2;}
.fancybox-skin img {float:right; margin:90px 50px 0 0;}
.fancybox-skin h3 {position:absolute; top:615px; left:174px; color:#fff; font-size:37px; width:250px; text-align:center;}
.fancybox-skin h3 span {font-size:18px;}
.fancybox-close {display:none;}

/* ciencia */
#ciencia h1 {display:block; text-indent:-9999px; margin:25px auto 10px auto; background:url('../images/continguts/la-ciencia-de-la-mancomunitat-al-mon.png') no-repeat 0 0; width:770px; height:138px;}
#ciencia h1 span {display:none;}
#llegirmes {color:#41291a;}
.llegirmes {display:none; margin-bottom:35px;}

.mapa {clear:both; float:left; margin:0 0 20px 60px; width:837px; position:relative; z-index:5000;}
.mapa > ul li {display:inline-block; width:261px; height:43px; padding-top:13px; margin:0 15px -1px 0; color:#fff; text-transform:uppercase; font:normal 300 17px/1 'Open Sans Condensed', Arial, sans-serif; cursor:pointer;}
#mapaBlau {background:url('../images/sprites.png') no-repeat 0 -365px;}
#mapaGroc {background:url('../images/sprites.png') no-repeat 0 -430px;}

#ciencia .marc-mapa.hidde {position: absolute; left:-100000px;}
#ciencia .marc-mapa.active {position: relative; left:0;}

.mapablau.hidde, .mapagroc.hidde {display:none;}
.mapablau.active, .mapagroc.active {display:block;}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {border-color:#b95120; background:#b95120;}
.ui-corner-all {border-radius:3px !important;}

.marc-mapa {background:url('../images/marc-mapa.png') no-repeat 0 0;}
.lhp_miv_blackScreen {background:#FFF4E2 !important;}
.lhp_miv_marker .label {display:block; width:29px; height:40px; background:url('../images/sprites.png') no-repeat -275px -430px; text-indent:-9999px;}
#blau .label {background-position:-275px -365px;}
.lhp_miv_popup .content {overflow:hidden; text-align:left; background:#583525; border-radius:3px; color:#fff; width:275px; padding:15px 30px 15px 15px;}
.lhp_miv_popup .content img {float:left; display:inline-block; border-radius:50%; border:2px solid #f2d6c1; margin:2px 10px 0 0;}
.lhp_miv_popup .content h3 {font-size:21px; margin-bottom:7px; color:#f2d6c1;}
.lhp_miv_popup .content p {margin-bottom:3px; font-size:13px; line-height:1.2; width:auto;}
.lhp_miv_popup .content .bio {font-style:normal; font-size:12px; color:#b95120;}
.lhp_miv_popup_close {width:8px; height:8px; background:url('../images/sprites.png') no-repeat -325px -430px; border-radius:0;}
