/* encabezado */
.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size:cover;
	background-position: center center;
	z-index: 1;
	top: -10px;
}

.demo-1 .large-header {
	background-image: url('../img/demo-1-bg.jpg');
}

.main-title {
	position: absolute;
	padding: 0px;
	color: #666666;
	text-align: center;
	top: 25%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	margin: 0px;
}


.demo-1 .main-title, 

.main-title .thin {
	font-weight: 200;
}

@media only screen and (max-width : 768px) {
	.demo-1 .main-title {
	font-size: 3em;
	background-color: #none;
	padding: 0px;
	color: #666666;
	text-align: center;
	top: 25%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	margin: 0px;
	}

}
