@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700&subset=latin-ext');


body {
	margin: 0px;
	padding: 0px;
	background-color: #f4f4f4;
	font-family: 'Arial Narrow, Arial', sans-serif;
	font-size: 18px;
}

h1, h2, h3 {
	margin: 0px;
}

h1 {
	font-family: 'Alegreya Sans', sans-serif;
	color: #f4f4f4;
	font-size: 48px;
	line-height: 48px;
}

h2 {
	font-family: 'Fira Sans', sans-serif;
	color: #f4f4f4;
	font-size: 30px;
	line-height: 48px;
}

h3 {
	font-family: 'Fira Sans', sans-serif;
	color: white;
	font-size: 18px;
}

p {
    margin: 0;
}

a {
	color: #f4f4f4;
	text-decoration: none;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
}

textarea {
	box-sizing: border-box;
	overflow: auto;
	padding: 15px 12px;
	border: 0;
	background-color: #303437;
	color: #8d8d8d;
	font-family: 'Arial Narrow, Arial', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

input {
	box-sizing: border-box;
	padding: 0px 12px;
	height: 42px;
	border: 0;
	background-color: #303437;
	color: #8d8d8d;
	font-family: 'Arial Narrow, Arial', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

button {
	box-sizing: border-box;
	border: 0;
	background-color: #2f79c3;
	cursor: pointer;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

hr {
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 27px;
	width: 130px;
	height: 2px;
	border: 0;
	background-color: white;
	color: white;
}


.clear, .clear-769, .clear-320 {
	clear: both;
}

.clear-769, .clear-320 {
	display: none;
}

.container {
}

.content {
	position: relative;
	margin: 0 auto;
	width: 1170px;
}

.left, .column {
	float: left;
}

.right {
	float: right;
}

.error {
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: red;
}

.ok {
	display: block;
	margin-top: 7px;
	font-size: 16px;
	color: #e07c27;
}

.more {
	display: inline-block;
	box-sizing: border-box;
	padding-top: 8px;
	width: 210px;
	height: 40px;
	background-color: #2f79c3;
	color: #f4f4f4;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
}



#all {
}


#header {
	position: fixed;
	z-index: 2;
	width: 100%;
}

#header .content {
	height: 98px;
	border-bottom: 11px solid #363636;
	background-color: #2f78c3;
}


#logo {
	margin-left: 15px;
}


#menu-toggle {
	display: none;
	position: absolute;
	right: 2%;
	top: 40px;
	width: 23px;
	height: 21px;
	background-color: transparent;
	background-image: url(/images/toggle_menu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}


#footer {
}

#footer .content {
	padding-top: 28px;
	padding-bottom: 24px;
	background-color: black;
	text-align: center;
}

#footer ul {
	margin-top: 20px;
}

#footer li {
	display: inline-block;
	color: white;
	font-size: 15px;
}