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

body {
	background-color:#000000;
	}
.wrapper {}

/*Text*/

h1 {
	font-family: 'Marvel', sans-serif;
	}
	
h3 {
	font-family: 'Marvel', sans-serif;
	}
	
.section-tit {
	font-family: 'Marvel', sans-serif;
	font-size: 40px;
	font-weight: normal;
	color:#FFFFFF;
	filter: alpha(opacity=75);
	opacity: .7;
	padding-left:10px;
	padding-bottom:10px;
	}	

.sidebar-tit {
	font-family: 'Marvel', sans-serif;
	font-size: 30px;
	font-weight: normal;
	color:#FFFFFF;
	filter: alpha(opacity=75);
	opacity: .7;
	padding-top: 60px;
	padding-left:10px;
	padding-bottom:10px;
	}	

/*Sidebar menu*/	

.sidebar-nav {
	z-index:2001;
	padding-bottom:75px;}

.logo {
	margin-top:25px;
	padding-bottom: 50px;
}

.nav {
	border-top: 2px solid #FFF;
	border-bottom: 3px solid #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

.nav-list {
	padding-left:0px;
	}

.menu {
	list-style: none;
	font-family: 'Marvel', sans-serif;
	font-size:35px;
	text-decoration: none;
	text-transform: uppercase;
	}

.menu a{
	color:#FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	text-shadow:none;
	}
.menu a:hover {
	color: #999;
	background-color:transparent;
}

.menu li{
	line-height: 30px;
}

.contactar {
	display:block;
	margin-left:0px;
	padding-top:15px;
	border-top: 1px solid #FFF;
	}
	
.arrow{
	margin-top: 0px;
}
	
.contactar li {
	float:left;
	padding-right:10%;
	line-height:40px;
	
	}

	
.social {
	color: #FFF;
	border-bottom: 2px solid #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}


.social ul {
	margin-left:2px;
	}
	
.social li {
	display:inline;
	padding-right:15px;
}

.search {
	color: #FFF;
	border-bottom: 2px solid #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

.search h1, li h1 {
	font-family: 'Marvel', sans-serif;
	font-size: 18px;
	
}


.search ul {
	margin-left:2px;
	}
	
.search li {
	list-style: none;
	margin-bottom: 10px;
}

.well {
	background-color:transparent;
	border:none;
}

.black {border-top: 2px solid #000;}
.black a {color: #000;}
.black a:hover {color:#999999;}

.menu_bg {
	background: #000;
	filter: alpha(opacity=50);
	opacity: .5;
	
	}

/*Page header*/

.page_header {
	color:#FFF;
	margin-top:25px;
	border-bottom: 2px solid #FFF;
	height:324px;
	}
	
.language {
	text-align:center;
	font-family: 'Marvel', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:700;
	position: relative;
	}
.language ul{
	position: absolute;
	right: 3px;
	width: 60px;
	}
.language li{
	float: left;
	list-style: none;
	}
.language .qtrans_widget_end{
	clear: both;
}
.language a {
	float:right;
	display:block;
	background-image:url(../img/glob_cat.png);
	width:24px;
	height:47px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	padding-top: 5px;
	}

.language a:hover, 
.language li.active a{
	background-image:url(../img/glob_cat.png);
	background-repeat: no-repeat;
	background-position: -24px 0px;
	color: #000;
	}

.language a:active {
	background-image:url(../img/glob_cat.png);
	background-repeat: no-repeat;
	background-position: -24px 0px;
	color: #000;
	}

/*icona escoles al header*/	
.escoles {
	display:block;
	text-align:center;
	font-family: 'Marvel', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
	}
	
.escoles a {
	float:right;
	background-image:url(../img/escolesbt.png);
	width:80px;
	height:100px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #000;
	padding-top: 30px;
}

.escoles a:hover {
	background-image:url(../img/escolesbt.png);
	background-repeat: no-repeat;
	background-position: -81px 0px;
	color: #FFF;
}

/*Cita al header*/

.quote {
	padding-left: 32px;
	}
.quote p {
	font-family: 'Marvel', sans-serif;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
}

.quote .author {
	font-family: 'Marvel', sans-serif;
	font-size: 16px;
	text-transform:none;
	text-align:right;
	}

blockquote {
	display:block;
	text-transform: uppercase;
	}
blockquote:before {
	display:block;
	float:left;
	content:url(../img/quote.png);
	margin-left: -32px;
	}

	
/*Page content*/

#container {
	position:relative;
	overflow:hidden;
	}
	
.page{
	margin-top:50px;
	}
	
.item {
	color: #000;
	background: #FFF;
	padding:10px;
	float:left;
	width: 300px;
	margin: 10px;
	}
	
.item h1, h2, h4, h1 a{
	font-family: 'Marvel', sans-serif;
	color: #000;
	margin-bottom:10px;
	}
	
.item a:hover {
	color:#666;
	}

.item img {
	margin-bottom:10px;
}

.item img.image {
  max-width: 100%; 
}


hr {
	border-bottom: 1px solid #000;
}


/*Novetats*/
.news-item {
	color: #000;
	background: #FFF;
	padding:10px;
	margin: 10px;
	}
	
.news-item .single-nav {
	float:right;
}

.news-item h1, h1 a {
	color: #000;
	text-decoration: none;
	margin-top:10px;
	margin-bottom:10px;}
	
.news-item iframe { width: 100%; height: 275px; }
	
.news-item img {
	margin-top:10px;
	margin-bottom:20px;
	width:100%;
	height:auto;}
		
.news-item a {
	color:#666666;
	font-weight: normal;
	text-decoration: none;
	}

.news-item a:hover {
	color:#000000;
	}

.news-historic {}
.news-historic li {
	list-style: none;
	margin-left:-10px;
	line-height: 20px;
}
.news-historic a {
	font-size:11px;
	color:#FFFFFF;
}



/*Escoles*/

.accordion {
	padding:2px;
	
}

.accordion-group {
	width:100%;
	margin-bottom:2px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:none;
}

.accordion-heading {
	background-image:url(../img/bg_black_75.png);
	font-family: 'Marvel', sans-serif;
	font-size:24px;
	
}

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

.accordion-heading a:hover {
	color: #999;
	text-decoration: none;
	}

.accordion-heading .accordion-toggle {
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
	padding: 15px;
	border-top: 1px solid #e5e5e5;
	background-image:url(../img/bg_white_75.png);
	color: #000;
}

.accordion-inner a {
	font-style: italic;
	font-weight:bold;
	color: #000;
	text-decoration: none;
}

.accordion-inner a:hover {
	color: #666;
}

.accordion i {
	float:right;
	margin-top:15px;
	padding-right: 8px;
	
}

/*FAQ*/

/*Search Results*/

.results {
	background-color: none;
	}

.gs-title {
	font-family: 'Marvel', sans-serif;
	font-size:24px;
	margin-bottom: 10px;
	text-decoration:none;
	
	}
.gs-title a { text-decoration:none; }
.gsc-table-result { margin-left: 10px; }
/*Enllaços*/

.link-item {}


.link-item a {
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

.link-item a:hover {
	color: #999;
}

.link-item p {
	padding-top:10px;}

/*Contactar*/

iframe {
			vertical-align: top;
			width:100%;
			height:100%;
		}
		

		
.map_canvas{
			width:100%;
			height:100%; 
			position: absolute; 
			top: 0; 
			left: 0; 
			overflow: hidden;
			z-index: -1;

		}



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

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

.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;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-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;
      -ms-transition-property:     -ms-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;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.mq {
  -webkit-transition: width 0.001ms;
  -moz-transition: width 0.001ms;
  -o-transition: width 0.001ms;
  transition: width 0.001ms;
  width: 0;
}

/*Footer*/

.wrapper:after { 
	height:0px;
	
	clear:both;
	width:100%;
	}
.footer {
	margin-left:20px;
	color:#FFFFFF;
	margin: 0px auto 0;
	}
.footer p {
	text-align:right;
	font-family: 'Marvel', sans-serif;
	font-size: 10px;
	}
.footer a {
	color:#9D9D9D;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	 }
.footer a:hover { color:#FFF; }
	
/*Media queries acet */


/* Large desktop */
@media (min-width: 1200px) {}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.footer p { font-weight:bold; }
	}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.footer p { font-weight:bold; }
	}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
	.item { width:250px; }
	.page { margin-top:10px;}
	.page_header { height:auto; }
	.footer p { font-weight:bold; }
		
	 }