@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@charset "utf-8";
/* CSS Document */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
*, 
*:before, 
*:after {
  -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;  box-sizing: border-box;
}
*{
	margin:0; padding:0;
	border:0; outline:0;
}
.clearfix:before,
.clearfix:after {
  content: " ";  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow:hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;  text-decoration:none;
}
a:active,
a:hover {
  outline: 0;
}
a, 
input, 
textarea, 
button{
	transition: all .2s linear; -moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;-o-transition: all .2s linear;
}
.noTransition{
	transition: all 0s linear; -moz-transition: all 0s linear;
	-webkit-transition: all 0s linear;-o-transition: all 0s linear;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;  line-height: 0;
  position: relative;  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: none;  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse; border-spacing: 0;
}
h1, h2, h3, h4, h5{
	font-weight:normal;
}
td,
th {
  padding: 0;
}
li, 
ul{
	list-style-type:none;
}



/*
================Page Css============*/
body{
	font-size:100%;
	font-weight:400;
	background-size:cover;
	background:url(../images/noise.png) repeat;
	font-family: 'Open Sans', Tahoma, Arial, Serif;
}
.wrapper{
	width:810px;
	margin:0 auto;
	text-align:center;
}
.innerFront{
	width: 600px;
	height: 525px;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: rgba(0,0,0,.65);
	text-align:left;
	padding:10px 20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0px 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.1);
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.1);
}
.innerFront.about,
.innerFront.disclaimer{
	height:auto;
	position:relative;
	margin:20px auto 0;
	padding-bottom:30px;
}
.innerFront h1{
	color:#FFF;
	font-weight:700;
	font-size:60px;
}
.innerFront h2{
	color:#FFF;
	font-weight:700;
	font-size:36px;
}
.innerFront h3{
	color:#FFF;
	float:left;
	width:100%;
	font-size:24px;
	margin-top:20px;
}
.innerFront p{
	color:#FFF;
	float:left;
	width:100%;
	font-size:15px;
	margin:10px 0 0;
}
.innerFront p a{
	color:#FFF;
	font-weight:700;
}
.innerFront p a:hover{
	text-decoration:underline;
}
.innerFront ul{
	color:#FFF;
	float:left;
	width:100%;
	font-size:15px;
	margin-top:10px;
	font-weight:700;
} 

p.slogan{
	color:#FFF;
	font-weight:400;
	font-size:24px;
	line-height:1.4em;
}
.innerFront form{
	width:480px;
	margin:20px auto 0;	
}
.proceed{
	width:190px;
	height:42px;
	background:#C33A2C;
	margin:40px auto 0;
	font-size:14px;
	color:#FFF;
	text-align:center;
	display:inline-block;
	line-height:42px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #c33a4c;
	text-transform: uppercase;
}
.proceed:hover{
	background-color: #952317;
}
.proceed:active{
	top:1px;
	position:relative;
}
.innerFront label {
    color: #fff;
    float: left;
    margin: 10px 0 0;
}
.text_input{
	float:left;
	width:100%;
	height: 42px;
	margin:5px 0;
	font-size:16px;
	padding:4px 10px;
	border: 1px solid #E6E4E4;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background:rgba(255,255,255,.8);
	-moz-background:rgba(255,255,255,.8);
	-webkit-background:rgba(255,255,255,.8);
}
.text_input.money_input{
	width:50%;
}
.text_input:focus{
	border-color: #000;
}
.submit_button{
	float:right;
	color: #FFF;
	width:165px;
	height: 42px;
	font-size:14px;
	margin:5px 0 0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border: 1px solid #C33A4C;
	background-color: #C33A2C;
}
.submit_button:hover{
	background-color: #952317;
}
.submit_button:active{
	top:1px;
	position:relative;
}
header{
	width: 600px;
	height:42px;
	text-align:left;
	overflow:hidden;
	margin:10px auto 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: rgba(0,0,0,.65);
	box-shadow:0px 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.1);
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.1);
}
header.strip-header{
	width:800px;
}
header ul{
	float:left;
	width:100%;
	margin:0 0;
	position:relative;
}
header ul li{
	float:left;
	text-align:center;
	width:33.3333334%;
}
header ul li a{
	float:left;
	width:100%;
	height:42px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:700;
	line-height:42px;
	background:#c33a2c;
	text-transform:uppercase;
	border-right: 1px solid rgba(149, 35, 23, 0.7);
}
header ul li:last-child a{
	border-right:none;
}
header ul li a:hover{
	background:rgb(149, 35, 23);
}

/*
============Strips Boxes Section============*/
.stripsbox{
	float:left;
	width:100%;
	margin:20px 0 50px;
}
.strip{
	width: 250px;
	margin: 0px 25px 0 0;
	float:left;
	position:relative;
	background: rgba(0,0,0,.65);
	text-align:left;
	padding:10px 6px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0px 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.1);
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.1);
}
.strip:last-child{
	margin-right:0px;
}
.strip h2{
	font-weight:700;
	font-size:22px;	
	color:#FFF;
	float:left;
	width:100%;
}
.strip h3{
	margin-bottom:-10px;
	font-weight:700;
	font-size:18px;	
	color:#FFF;
	float:left;
	width:100%;
}
.strip p {
  color: #fff;
  float: left;
  font-size: 13px;
  height: 90px;
  margin-top: 5px;
  width: 100%;
}
.strip table{
	float:left;
	width:100%;
	margin:25px 0 0;
}
.strip table tr{
	float:left;
	width:100%;
	margin:5px 0;
}
.strip table tr td{
	color:#fff;
	font-size:15px;
	line-height:22px;
}
.curr_symbol{
	float:left;
	width:10%;
}
.curr_amount{
	float:left;
	width:45%;
	padding-right:10px;
	text-align:right;
}
.description{
	float:left;
	width:45%;
	font-size:11px !important;
}

.graph_sec {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  margin: 20px 0 30px;
  min-height: 240px;
  width: 100%;
}

.titlebar{
 width: 100%;
 margin: 20px 0 0;
 float:left;
 position:relative;
 background: rgba(0,0,0,.65);
 text-align:left;
 padding:10px 20px;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 box-shadow:0px 1px 3px rgba(0,0,0,.1);
 -moz-box-shadow:0px 1px 3px rgba(0,0,0,.1);
 -webkit-box-shadow:0px 1px 3px rgba(0,0,0,.1);
}
.titlebar h1{
 font-weight:400;
 font-size:24px; 
 color:#FFF;
 float:left;
 width:100%;
}
.titlebar h1 span{
 font-weight:700;
}


.privacy{
position: relative; display: block; clear: both; float: right; font-size: 14px; color: white; right: 80px; top: 10px;
}

footer {
		  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
		  border-radius: 3px;
		  bottom: 0;
		  clear: both;
		  color: white;
		  font-size: 13px;
		  left: 5px;
		  padding: 15px;
		  position: absolute;
		  text-align: center;
		  width: 99%;
		}

