@charset "UTF-8";
/* CSS Document */

.top-line{
	height:18px;
	background-color:/*#333*/ #232020;
	margin-top:-18px;

}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #232020;
}
h1,h2,h3,h4, h5{
		font-family: 'Raleway', sans-serif;

}

.navbar{
	font-family: 'Raleway', sans-serif;
	font-weight:400 !important;
	text-transform:uppercase;
	color:#bd010c;

}
.navbar-brand{
	margin-top:-33px;

}

.top25{
margin-top:25px;
}
.carousel-caption{
		font-family: 'Raleway', sans-serif;
		font-weight:600;

}

.destacats-portada{
	text-align:center;
			font-family: 'Raleway', sans-serif;
			color:#393939;

}

.xarxes-destacats{
	list-style:none;
	margin-left:-20px;

}

.xarxes-destacats li{
	float:left;
	padding:0 0 0 5px;
}

.bg-grey{
	background-color:#f2f2f2;
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
/*background-image:url(../images/bg-destacats.png);*/
background-repeat:no-repeat;
padding:17px 0 !important;

}

.bg-image{
	background:url(../images/bg-div.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	height:100px;


}
.footer{
	min-height:150px;
	background:#333;

}

footer .nav a,p{
	color:#fff;
		font-family: 'Raleway', sans-serif;
		font-size:12px;
		font-weight:lighter;

}
footer .nav p{
	margin-top:30px !important;

}
footer .nav a:hover{
	background-color:transparent;
	color:#bd010c;
}

.destacats-portada p{
	color:#333;

}

.copy{
	font-size:12px;
	margin-top:30px;
	color:#aaa;


}
.blog-post p{
	color:#000;

}

.blog-post h1{
	color:#E6060B;

}

.contacte p{
		color:#000;
}

.gris p,h3, li{
		color:#000;
		font-family: 'Raleway', sans-serif;
}

.gris ul{
	list-style:none;
}

.cercador{
	padding:10px;
	background:rgba(0,0,0,0.7);
	font-size:14px;

}

.mnu_footer{
	list-style:none;
	font-size:13px;
	padding-top:10px;

}

footer h3{
	font-size:16px;
	color:#999;

}


.top0{
	margin-top: 0;
}

.bottom0{
	margin-bottom:0;
}

.minh75{
	min-height: 60px;
}
.topn7{
	margin-top: -7px;
}

.topn10{
	margin-top: -10px;
}

.navbar{
border: none;
}
.upper{
	text-transform: uppercase;
}

.mnu_footer li a{
	 color:white;

}
.footer a{
	color:white;
}
body{
	color:black;
}

/** Carles Campnyes Portada **/
.campanyes-home p {
	font-size: 14px;
line-height: 22px;
text-align: justify;
}

.campanyes-home:hover {
	color: #000;
}

#home-cercador {
	position: absolute;
	bottom: 70px;
}

.entry-actualitat-thumb {
	margin-right: 30px;
	margin-bottom: 15px;
}

/** Modificacions del header */
nav.minh75 {
	min-height: 0px;
}

div.navbar-collapse.top25 {
	margin-top: 0px;
}

#myCarousel {
	margin-top: -32px;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.navbar-nav {
	  margin: 22.5px -15px;
	}
}

#cookies_msg{
position:fixed;
bottom:0;
background-color:rgba(0,0,0,.75);
color:white;
padding:20px;
font-size:12px;
}

#cookies_msg .closebtn{
position:absolute;
right:5px;
top:5px;
font-size:25px;
color:white;
cursor:pointer;
}


