@font-face{font-family:hmasr;src:url(http://www.i-magazine.tv/jqueryf/hm/css/gf.eot?#iefix) format('embedded-opentype'),url(http://www.i-magazine.tv/jqueryf/hm/css/gf.woff) format('woff'),url(http://www.i-magazine.tv/jqueryf/hm/css/gf.svg#gf) format('svg');font-weight:400;font-style:normal;
}
/* Header */
.large-header {
	position: relative;
	width: 100%;
	background: #fff;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

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

.demo-2 .large-header {
	background-image: url('../img/demo-2-bg.jpg');
	background-position: center bottom;
}


.demo-4 .large-header {
	background-image: url('../img/oc.jpg');
	background-position: center center;
	   background-repeat:no-repeat;
width:100%;
}

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

.main-title2 {
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: left;
	top: 52%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	width:700px;
	line-height:84px;
}
.demo-1 .main-title, 
.demo-2 .main-title,
.demo-4 .main-title {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family: 'Century Gothic', CenturyGothic, sans-serif;
}



.demo-3 .main-title {
	padding: 10px 40px;
	border: 10px double #f9f1e9;
	text-transform: uppercase;
	font-family: Londrina Outline, sans-serif;
}

.demo-4 .main-title2 {
	font-size: 84px;
	font-weight: normal;
font-family: 'hmasr', sans-serif;
	text-transform: uppercase;
	color: #000;
}

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

@media only screen and (max-width : 800px) {
	.demo-1 .main-title, 
	.demo-3 .main-title,
	.demo-4 .main-title {
		font-size: 12px;
		font-weight: bold;
	}

	.demo-2 .main-title {
		font-size: 4em;
	}
}