/*
 Theme Name:     WP-Bootstrap-Child
 Template:       wordpress-bootstrap-master
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../wordpress-bootstrap-master/style.css');

.carousel {
	margin-left: 10px;
	margin-bottom:10px;
}


/* PAGES */

.mapa {
	margin-left:10px;
}

.notis .span4{
	margin-left:0 !important;
}

/* CIUTATS */

.imatge iframe {
	margin-bottom:8px;
}

/* PAGINACIO */

li.next a:hover:before{
	content: normal;
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before{
	content:normal;
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* FOOTER */


footer ul {
    list-style: none outside none !important;
    margin-left: 0;
}

footer div div ul.menu {
    background-color:transparent !important;
    background-image: none !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
    clear: both;
    min-height: 40px;
    position: relative;
}

footer .logos-footer .separador .span4{
	background: none !important;
}