/**
 * normalize.css v3.0.1 | MIT License | git.io/normalize
 * -----------------------------------------------------------------------------
 */

html {
	font-family: sans-serif;

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin-bottom: 14px;
}

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"] {
	cursor: pointer;

	-webkit-appearance: button;
}

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"] {
	-moz-box-sizing: border-box;
	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"] {
	-moz-box-sizing: content-box;
	box-sizing: content-box;

	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}




body {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	line-height: 1.625;
}

body,
button,
input,
select,
textarea {
	font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.4);
	font-size: 21px;	
	margin: 0 0 1.23809524em;
	padding-left: 0.95238095em;
}

blockquote p {
	margin-bottom: 1.23809524em;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
}

blockquote cite {
	display: block;
	margin-top: 0.625em;
}

blockquote i,
blockquote em,
blockquote cite {
	font-style: normal;
}

blockquote b,
blockquote strong {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.625em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: "Menlo", "Monaco", "Consolas", "Courier New", monospace;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;

	-ms-hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 1.2;
	margin-bottom: 1.625em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	color: #000;
	padding: 0 2px;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * Elements
 * -----------------------------------------------------------------------------
 */

*,
*:before,
*:after {
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
}

body {
	background-color: #000;
}

hr {
	background-color: rgba(255, 255, 255, 0.2);
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

p {
    margin: 0 0 1.625em;
}

article p {
    margin-top: 30px;
}
ul,
ol {
	margin: 0 0 1.625em;
	padding-left: 0;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul ul {
	padding-left: 1em;
}

ol ol {
	padding-left: 1.3333em;
}

ul ul,
ol ul {
	list-style-type: circle;
}

ul ol,
ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: decimal;
}

ul ul,
ul ol,
ol ol,
ol ul {
	font-size: inherit;
	margin: 0.33333em 0;
}

ul ul,
ol ul {
	padding-left: 1em;
}

ul ol,
ol ol {
	padding-left: 1.44444em;
}

dl {
	margin: 0 0 1.625em;
}

dt {
	font-weight: 700;
}

li,
dd {
	margin-bottom: 0.19230769em;
}

dd {
	margin-left: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	margin: 0 0 1.625em;
	width: 100%;
}

caption {
	color: #fff;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 700;
	text-align: left;
}

th {
	font-weight: 700;
}

td {
	font-weight: 400;
}

th,
td {
	border: solid rgba(255, 255, 255, 0.2);
	border-width: 0 0 1px;
	padding: 0.625em 0;
	text-align: left;
}

thead {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}

thead th {
	padding: 0.5em 0;
}

fieldset {
	border-width: 0;
	clear: both;
	margin: 0 0 3.25em;
	padding: 0;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.625;
	margin-bottom: 1.625em;
	padding-bottom: 0.5em;
	text-transform: uppercase;
	width: 100%;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

::-webkit-input-placeholder {
	color: #ababab;
	font-family: "Open Sans", sans-serif;
}

:-moz-placeholder {
	color: #ababab;
	font-family: "Open Sans", sans-serif;
}

::-moz-placeholder {
	color: #ababab;
	font-family: "Open Sans", sans-serif;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #ababab;
	font-family: "Open Sans", sans-serif;
}


/**
 * Forms
 * -----------------------------------------------------------------------------
 */

button,
input,
select,
textarea {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.625;
	margin-bottom: 13px;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

label {
	color: rgba(255, 255, 255, 0.7);
	display: inline-block;
	font-weight: normal;
	margin-bottom: 3px;
	width:100% 
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid rgba(255, 255, 255, 0.2);
}

input:focus,
textarea:focus {
	color: #fff;
	outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
{
	background-color: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.69230769;
	margin-bottom: 0.76923077em;
	margin-right: 0.76923077em;
	opacity: 1;
	padding: 0.61538462em 1.53846154em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}



input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
textarea {
	color: rgba(255, 255, 255, 0.4);
	padding: 10px 15px;
	max-width: 100%;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
	border-color: rgba(255, 255, 255, 0.4);
	color: rgba(255, 255, 255, 0.7);
}

input[type="search"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

textarea {
	overflow: auto;
	vertical-align: top;
}
/**
 * Footer
 * -----------------------------------------------------------------------------
 */

.credits {
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.53846154;
	margin-left: -20px;
	margin-right: -20px;
	padding: 1.53846154em;
	text-align: center;
	text-transform: uppercase;
}


/**
 * Navigations
 * ----------------------------------------------------------------------------
 */

a {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

nav a:hover
{	
    color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: underline;
}


a:hover,
a:active {
	outline: 0;
}

a h1:hover{
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;   	 
}


