/* Header */
.large-header {
	position: relative;
	width: 100%;
	display: table;
    height: auto;
    padding: 100px 0;
    background: #333;
    text-align: center;
    color: #fff;
   	background: url(../img/appman-bg_new.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
	z-index: 1;
}

.large-header {
	
}


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

.main-title  {
	text-transform: uppercase;
	font-size: 4.2em;
	letter-spacing: 0.1em;
}
 

.main-title .thin {
	font-size: 0.42em;
}

@media only screen and (max-width : 768px) {
	.main-title{
		font-size: 3em;
	}

	.main-title .thin {
		font-size: 0.2em;
	}

	.intro{
		padding-top: 57px;
	}
}
 