/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; height: 100%; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: none;
}

.no-touch a:hover,
.no-touch a:active {
	color: #fff;
}

.container {
	height: 100%;
	width: 100%;
	position: relative; 
}

.container > section {
	min-height: 100%;
	margin: 0 auto;
	padding: 0em 0em;
}

.touch .container > section {
	padding: 0;
	min-height: 0;
	
	border:1px solid #f00; 
}

.container > header {
	margin: 0 auto;
	padding-top: 20px;
	position: fixed;
	left: 0;
	width: 100%;
	text-align: center;
	background: none;
	z-index: 999999;
	-webkit-backface-visibility: hidden;
	border:0px solid #f00;
	height: 300px;
	
	}

.touch .container > header {
	position: relative;
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	opacity: 0.6;
	padding: 0 0 0.6em 0.1em;
}

.container > section p {
	color: #fff;
	text-align: center;
	padding: 1em;
	margin: 0;
}



#set-8 {
	background: #none;
}



@media screen and (max-width: 800px) {

	.hi-icon,hi-icon3,hi-icon4,hi-icon5 {
		margin: 10px !important;
	}

	.container > section {
		padding: 0em 1em;
	}

	.container > header {

	padding: 1em 0em 0em 0em;
	
	
	}

}


@media screen and (max-width: 580px) {

	.hi-icon,hi-icon3,hi-icon4,hi-icon5 {
		margin: 30px 0 0 0 !important;
	}


	}



