/* static content in slideshow */
#slideshow .bg-wrapper-image {
	width: 100%;
	height: 100%;
	min-height: 500px;
	background: url(../images/art/bg1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.oldie #slideshow .bg-wrapper-image {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/art/bg1.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/art/bg1.jpg', sizingMethod='scale')";
}

#slideshow #bottom_mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 27px;
	z-index: 99;
	background: url(../images/common/bottom_mask.png) no-repeat center top;
}

#slideshow #bottom_mask.mask2 {
	height: 33px;
	background: url(../images/common/bottom_mask2.png) no-repeat center top;
}

label {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}

.qrCode {
	background: #F5F5F5;
	float: right;
	padding: 0px 25px 15px 15px;
	width: 160px;
}

.qrCode img {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#google_map {
	height: 350px;
	width: 100%;
}

.page-title,
.subtitle {
	border: 0;
	font-size: 1.5rem;
	font-weight: 900;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.h4 {
	font-size: 1.5rem;
	margin-top: 0;
}

p.pm {
	font-size: 1.1rem;
	margin-bottom: 25px;
}

.block-i {
	display: table;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

.block-i li {
	display: table-cell;
	vertical-align: top;
}

.block-i li:first-child {
	width: 65px;
}

.block-number {
	background: url('<?php echo(base_url(' /public/frontend/images/impress-contacto/base.png')) ;?>');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 64px 65px;
	font-size: 30px;
	font-weight: 900;
	height: 65px;
	line-height: 1;
	padding: 15px;
	text-align: center;
	width: 65px;
}

.block-content {
	background: #FFFFFF;
	padding: 15px;
	position: relative;
}

.block-content h3 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0;
}

.block-content h3 .hg {
	color: #E71717;
}

.block-content .bbx {
	border-left: 4px solid #CCCCCC;
	font-size: 14px;
	padding: 5px 15px;
}

.block-content .bbx.lin1 {
	padding: 16px 15px;
}

.block-content .block-chevron {
	height: 25px;
	margin-top: -12px;
	position: absolute;
	right: 5px;
	top: 50%;
	width: 13px;
}

hr {
	border-top: 1px solid #CCCCCC;
	margin-bottom: 50px;
}

.mb {
	margin-bottom: 50px;
}

.foot .h4 {
	margin-bottom: 25px;
}

.foot h4 {
	margin-bottom: 25px;
}

.foot p {
	margin-bottom: 20px;
}

.foot a {
	color: #535353;
}