/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(sans.woff) format('woff');
}

@font-face {
	font-family: 'Raleway-Thin';
	src: url('Raleway-Thin.eot?') format('eot'), 
	     url('Raleway-Thin.otf')  format('opentype'),
	     url('Raleway-Thin.woff') format('woff'), 
	     url('Raleway-Thin.ttf')  format('truetype'),
	     url('Raleway-Thin.svg#Raleway-Thin') format('svg');
}

/*-------------------------
	General Styles
--------------------------*/


html{
	
	position:relative;
}

body{
	background:url('../images/bg.jpg') repeat-x #fbfbfb;
	min-height: 400px;
    padding: 200px 0 0;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#54a6de;
}

a:hover{
	text-decoration:underline;
}

section, footer{
	display: block;
}


/*----------------------------
	Main Section
-----------------------------*/

#note{
	color: #ffffff;
	font-size: 14px;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	text-shadow: 1px 1px 0 #000;
	width: 400px;
	font-weight:bold;
}


/*----------------------------
	The Footer
-----------------------------*/


footer{
	background-color: #fbfbfb;
	bottom: 0;
	box-shadow: 0 -4px 13px #dadada;
	height: 85px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

footer h2{
	color: #454545;
	font-size: 14px;
	font-weight: normal;
	left: 50%;
	margin-left: -400px;
	padding: 13px 0 0;
	position: absolute;
	width: 540px;
}

footer h2 i{
	font-style:normal;
	color:#888;
}

footer a.tzine,a.tzine:visited{
	color: #454545;
	font-size: 14px;
	left: 50%;
	margin: 14px 0 0 110px;
	position: absolute;
	text-decoration: none;
	top: 0;
}

footer a i{
	color:#ccc;
	font-style: normal;
}

footer a i b{
	color:#c92020;
	font-weight: normal;
}

.gray{ color:#888888;}

.bot_left{float:left; width:500px; text-align:left; margin-top:12px; margin-left:15px; color:#454545;}
.bot_right{float:right; width:500px; text-align:right; margin-top:12px; margin-right:15px; color:#454545;}
.logo{width:1000px; height:100px; margin: auto; text-align:center; margin-top:-180px;}
.cont{width:1000px;/* height:75px;*/ margin: auto; text-align:center; margin-top:22px; font-size:20px; color:#FFFFFF; font-family:'Raleway-Thin', trebuchet ms,Arial, Helvetica, sans-serif;}
.launch{width:1000px; height:45px; margin: auto; text-align:center; margin-top:20px; font-size:34px; color:#FFFFFF; text-shadow:#000000 0.1em 0.1em 0.2em; font-family:'Raleway-Thin', trebuchet ms,Arial, Helvetica, sans-serif; font-weight:bold;}
.number{width:1000px; height:95px; margin: auto; text-align:center;}
.word{width:1000px; height:38px; margin: auto; text-align:center; margin-top:50px;}
.icon_main{width:340px; height:48px; margin: auto; text-align:center; margin-top:20px;}
.icon{ width:45px; height:48px; margin: 0px 20px 0px 20px; float:left;}

.logo {
    color: #FFFFFF;
    font-family: 'Raleway-Thin',trebuchet ms,Arial,Helvetica,sans-serif;
    font-size: 70px;
    font-weight: bold;
    height: 100px;
    margin: -180px auto auto;
    text-align: center;
    text-shadow: 0.1em 0.1em 0.2em #000000;
    width: 1000px;
}