/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}

/*-------------------------
	General Styles
--------------------------*/

html{
	/*background:url('../img/background.jpg') #fefefe;*/	
	position:relative;
}

body{
    padding: 0 0 0;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
	min-height:500px;
	background-color:#6D6E71;
	-webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#FF0000;
}

a:hover{
	text-decoration:underline;
}

section, footer, nav{
	display: block;
}

/*----------------------------
	The Footer
-----------------------------*/

footer{
	background-color:#0F2A43;
	bottom: 0;
	box-shadow: 0 -1px 2px #111111;
	/*border-bottom: 3px solid #FFF;*/
	height: 8%;
	left: 0;
	position:fixed;
	width: 100%;
	z-index: 100000;
}

footer h2{
	color:#FFF;
	font-size: 14px;
	font-weight:normal;
	left: 45%;
	margin-left: -600px;
	padding: 13px 0 0;
	position: absolute;
	width: 550px;
}

footer h2 i{
	font-size: 13px;
	font-weight: normal;
	font-style:normal;
	color:#888;
}

footer a.tzine,a.tzine:visited{
	color:#FFF;
	font-size: 14px;
	left: 80%;
	margin: 16px 0 0 110px;
	position: absolute;
	font-weight:normal;
	text-decoration: none;
	top: 0;
}

footer a i{
	color:#ccc;
	font-style: normal;
}

footer a i b{
	color:#c92020;
	font-weight: normal;
}
