.cbp-qtrotator {
	position: relative;
	margin: 3em auto 1em auto;
	max-width: 800px;
	width: 100%;
	min-height: 200px;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #507d80;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	width:50%;
	margin: 0;
	padding: 0;
	float:left;
}

#mapbcn, #mapolesa {
	float: left;
	width: 50%;
}

.cbp-qtrotator blockquote p {
	font-size: 1.6em;
	color: #FFF;
	font-weight: 300;
}
.cbp-qtrotator blockquote a {
	color:#507d80;
}
.cbp-qtrotator blockquote img {
	vertical-align:text-top;
}


/* Example for media query */
@media screen and (max-width:800px) { 

	.cbp-qtrotator {
		font-size: 70%;
	}
	#mapbcn, #mapolesa {
	clear:left;
	width: 100%;
	}
	.cbp-qtrotator blockquote {
	width:100%;
	clear:left;
	}
	.cbp-qtrotator blockquote p {
		margin-left:2rem;
	}
	.cbp-qtrotator blockquote img {
		margin-left:2rem;
	}
	#mapbcn iframe, #mapolesa iframe {
	width: 90%;
	margin: 5% 5% 1% 5%;
	}

}
