/* Reset */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	border: 0;
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div {
	display: block;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body *:first-child {
	margin-top: 0;
}
body *:last-child {
	margin-bottom: 0;
}
html,
body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	min-width: 320px;
	color: #FFF;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.333em;
	letter-spacing: 0.01em;
	background: #000;
	position: relative;
}
a {
	color: #FC0;
	border: none;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover, a:active, a:focus {
	outline: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
	max-width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	line-height: 1.2em;
	position: relative;
}
h1,
h2 {
	margin: 1em 0 0.666em 0;
	font-size: 1.666em;
}
h3 {
	margin: 1.25em 0 0.8em 0;
	font-size: 1.333em;
}
h4,
h5 {
	margin: 1.666em 0 1.111em 0;
	font-size: 1em;
}
p,
ul,
ol {
	margin-top: 0.888em;
	margin-bottom: 0.888em;
}
ul,
ol {
	margin-left: 2.222em;
}
ul li,
ol li {
	margin: 0.333em 0;
}
ul li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
ul.styled {
	margin-left: 0;
}
ul.styled li {
	padding-left: 1.555em;
	list-style-type: none;
	background: url(../img/checkmark_red.svg) 0 0.1666em no-repeat;
	background-size: 0.9em 0.9em;
}
b,
strong {
	font-weight: 700;
}
i {
	color:#FC0;
	font-style: normal;
}
.color-special {
	color: #F00;
}
.nowrap {
	white-space: nowrap;
}



/* Clearfix */

.cf:after {
	display: block;
	content: ".";
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.cf {
	display: block;
}
html[xmlns] .cf {
	display: block;
}
* html .cf {
	height: 1%;
}



/* Form */

form {
	border: none;
	margin: 0;
	padding: 0;
}
.form-vertical,
.form-horizontal {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
}
.form-vertical {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
}
.form-horizontal {
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-start;
	margin-left: -10px;
	margin-right: -10px;
}
.form-row {
	flex: 0 1 auto;
	margin: 10px 0;
}
.form-col {
	flex: 0 1 100%;
	padding: 0 10px;
}
.form-col.text {
	flex: 0 1 auto;
	margin-bottom: 13px;
	text-align: center;
}
.form-label {
	display: block;
	margin-bottom: 4px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
}
.form-error {
	display: none;
	margin-left: 10px;
	color: #FC0;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	text-transform: none;
}
.form-note {
	margin-top: 4px;
	color: #CCC;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
}
.form-control,
.form-btn {
	width: 100%;
	height: 50px;
	margin: 0;
	font-family: 'PT Sans Narrow', sans-serif;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.form-control {
	padding: 0 14px;
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	background-color: #FFF;
}
.form-control.required {
	background-color: #FFF;
}
.form-control:hover,
.form-control:focus,
.form-control:active {
	background-color: #FFF;
	outline: none;
}
.form-control.error {
	background-color: #FCC;
}
.form-control[disabled] {
	background-color: #EEE;
	cursor: not-allowed;
	opacity: 1;
}
select.form-control {
	padding: 0 30px 0 12px;
	background-image: url(../img/select.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
:i-block-chrome,select.form-control {
	text-indent: 8px;
}
select.form-control:-ms-expand {
	display: none;
}
textarea.form-control {
	display: block;
	height: 120px;
	padding: 12px 14px;
	text-transform: none;
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
::-webkit-input-placeholder {color:#BBB;}
:-ms-input-placeholder {color:#BBB;}
::-moz-placeholder {color:#BBB; opacity:1;}
:-moz-placeholder {color:#BBB; opacity:1;}
.form-btn {
	height: auto;
	padding: 9px 20px;
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
	background-color: #F00;
	border: none;
	vertical-align: top;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.form-btn:hover,
.form-btn:focus,
.form-btn:active {
	background-color: #D00;
}



/* Buttons */

a.btn {
	display: inline-block;
	padding: 6px 20px;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #F00;
	vertical-align: top;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
a.btn:hover,
a.btn:focus,
a.btn:active {
	background-color: #D00;
}
a.btn-med {
	padding: 9px 25px;
	font-size: 20px;
	line-height: 22px;
}
a.btn-big {
	padding: 12px 30px;
	font-size: 24px;
	line-height: 26px;
}



/* Table */

.table {
	width: 100%;
	border-collapse: collapse;
	cursor: default;
}
.table.fixed {
	table-layout: fixed;
}
.table thead tr {
	background: rgba(255,255,255,0.25);
	border-bottom: 1px solid #F00;
}
.table thead tr th {
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}
.table tbody {
	border-bottom: 1.6666em solid #333;
}
.table tbody:last-child {
	border-bottom: none;
}
.table tbody tr {
	background: rgba(255,255,255,0.1);
	border-top: 1px solid #333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.table tbody tr:nth-of-type(even) {
	background: rgba(255,255,255,0.05);
}
.table tbody tr:hover {
	background: rgba(255,255,255,0.4);
}
.table th,
.table td {
	padding: 0.6666em 1em;
}



.wrapper {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}
.hide-for-desktop {
	display: none;
}
.section {
	margin-top: 1.666em;
	margin-bottom: 1.666em;
}



/* Header */

#header {
	padding: 15px 0;
	background: #000;
	position: relative;
}
.header-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.site-logo {
	flex: 0 0 200px;
	height: 76px;
	background: url(../img/logo.png) 0 0 no-repeat;
	background-size: contain;
}
.site-logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.site-nav {
	font-weight: 700;
	text-transform: uppercase;
}
.site-nav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
}
.site-nav li {
	margin: 0;
	list-style-type: none;
	border-right: 1px solid #F00;
}
.site-nav li:first-child {
	border-left: none;
}
.site-nav a {
	display: block;
	padding: 2px 30px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	z-index: 1;
}
.site-nav a:before {
	display: block;
	content: "";
	width: 0;
	height: 100%;
	background: #F00;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.site-nav a:hover:before {
	width: 100%;
}

.slicknav_menu {
	display: none;
	position: absolute;
	top: calc(50% - 24px);
	right: 20px;
	z-index: 100;
}
a.slicknav_btn {
	display: block;
	width: 48px;
	height: 48px;
	padding: 0;
	position: relative;
	z-index: 2;
	background: #F00;
}
.slicknav_menutxt {
	display: none;
}
.slicknav_icon {
	display: block;
	width: 26px;
	height: 18px;
	position: absolute;
	top: calc(50% - 9px);
	left: calc(50% - 13px);
}
.slicknav_icon-bar {
	display: block;
	height: 2px;
	margin-top: 6px;
	background: #FFF;
}
.slicknav_nav {
	display: block;
	width: 280px;
	font-weight: 700;
	text-transform: uppercase;
	border-top: 1px solid #F00;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.slicknav_nav ul {
	display: block;
	margin: 0;
	background-color: #333;
}
.slicknav_nav li {
	display: block;
	margin: 0;
	list-style-type: none;
	border-top: 1px solid rgba(255,255,255,0.3);
}
.slicknav_nav li:first-child {
	border-top: none;
}
.slicknav_nav a {
	display: block;
	padding: 15px 20px;
	color: #FFF;
	text-decoration: none;
	background-color: #555;
}
.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav a:active {
	background-color: rgba(255,255,255,0.3);
}
.slicknav_arrow {
	display:none;
}



/* Footer */

.footer-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	padding: 50px 0;
	border-top: 1px solid #F00;
}
.footer-nav {
	flex: 0 0 300px;
	margin-right: 10px;
	text-transform: uppercase;
}
.footer-nav ul {
	margin: 0;
}
.footer-nav li {
	margin: 0 0 15px 0;
	list-style-type: none;
	border-left: 1px solid #F00;
}
.footer-nav li:last-child {
	margin: 0;
}
.footer-nav a {
	display: inline-block;
	padding: 2px 20px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	z-index: 1;
	vertical-align: top;
}
.footer-nav a:before {
	display: block;
	content: "";
	width: 0;
	height: 100%;
	background: #F00;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.footer-nav a:hover:before {
	width: 100%;
}
.footer-disclaimer {
	flex: 0 1 100%;
	color: rgba(255,255,255,0.7);
	font-size: 0.888em;
	line-height: 1.375em;
}
.footer-disclaimer a {
	color: #FFF;
}



/* Intro */

.intro {
	padding: 80px 0;
	background: url(../img/intro.jpg) center center no-repeat;
	background-size: cover;
}
.intro-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.intro-title {
	flex: 0 1 50%;
	padding-right: 30px;
	text-align: right;
}
.intro-title .title {
	font-size: 48px;
	line-height: 52px;
	text-transform: uppercase;
}
.intro-form {
	flex: 0 1 50%;
	padding-left: 30px;
}
.intro-form .form-vertical {
	max-width: 360px;
}
.intro-form .form-btn {
	padding: 17px 20px;
	font-size: 36px;
}

.intro2 {
	padding: 50px 0;
}
.intro2-title {
	margin-bottom: 20px;
	text-align: center;
}
.intro2-title .title {
	margin: 0;
	font-size: 30px;
	line-height: 34px;
	text-transform: uppercase;
}
.intro-text {
	max-width: 800px;
	margin: 30px auto 0 auto;
	text-align: center;
}
.intro-incs {
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
}
.intro-incs ul {
	margin: 0 30px;
}



/* Content */

.main {
	padding: 10px 0 50px 0;
}
.content-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
}
.sidebar {
	flex: 0 0 300px;
	margin-right: 10px;
}
.content {
	flex: 0 1 100%;
	background: #333;
}
.content-block {
	margin-bottom: 10px;
	padding: 40px;
	background: #333;
}
.content-block .title {
	position: relative;
}
.content-block .title:before, .entry-title:before {
	display: block;
	content: "";
	width: 5px;
	height: 100%;
	background: #F00;
	position: absolute;
	top: 0;
	left: -40px;
}
.sidebar-links {
	font-size: 24px;
}
.sidebar-links ul {
	margin: 0;
}
.sidebar-links li {
	margin: 0;
	list-style-type: none;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.sidebar-links a {
	display: block;
	padding: 20px 10px 20px 52px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	z-index: 1;
}
.sidebar-links a:before {
	display: block;
	content: "";
	width: 32px;
	height: 32px;
	background: url(../img/icns_sidebar.svg) 0 0 no-repeat;
	background-size: 32px auto;
	position: absolute;
	top: calc(50% - 16px);
	left: 0;
}
.sidebar-links a.icn-01:before {
	background-position: 0 0;
}
.sidebar-links a.icn-02:before {
	background-position: 0 -40px;
}
.sidebar-links a.icn-03:before {
	background-position: 0 -80px;
}
.sidebar-links a.icn-04:before {
	background-position: 0 -120px;
}
.sidebar-links a.icn-05:before {
	background-position: 0 -160px;
}
.sidebar-links a.icn-06:before {
	background-position: 0 -200px;
}
.sidebar-links a.icn-07:before {
	background-position: 0 -240px;
}
.sidebar-links a:after {
	display: block;
	content: "";
	width: 0;
	height: 100%;
	background: #F00;
	position: absolute;
	top: 0;
	left: -20px;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sidebar-links a:hover:after {
	width: calc(100% + 40px);
}
.recent ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0;
}
.recent li {
	flex: 0 1 auto;
	margin: 0 2px 2px 0;
	list-style-type: none;
}
.recent a {
	display: block;
	padding: 0.722em 1.111em;
	color: #FFF;
	text-decoration: none;
	background: rgba(255,255,255,0.15);
}
.recent a:hover {
	background: rgba(255,255,255,0.3);
}
.results-general {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
}
.results-sum {
	flex: 0 1 100%;
}
.results-map {
	flex: 0 0 320px;
	margin-left: 10px;
	background: #000;
}
.results-map iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.stats {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}
.stats-nav {
	flex: 0 0 270px;
	margin-right: 40px;
	padding-right: 20px;
	text-transform: uppercase;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.stats-nav ul {
	margin: 0;
}
.stats-nav li {
	margin: 0 0 15px 0;
	list-style-type: none;
	border-left: 1px solid #F00;
}
.stats-nav li:last-child {
	margin: 0;
}
.stats-nav a {
	display: inline-block;
	padding: 2px 20px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	z-index: 1;
	vertical-align: top;
}
.stats-nav a:before {
	display: block;
	content: "";
	width: 0;
	height: 100%;
	background: #F00;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.stats-nav a:hover:before,
.stats-nav a.active:before {
	width: 100%;
}
.stats-content {
	flex: 0 1 100%;
}
.chart-wrap {
	position: relative;
	padding-bottom: 420px;
	height: 0;
	overflow: hidden;
}
.chart-div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 420px;
}
.title-with-form,
.title-form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}
.title-with-form {
	flex-wrap: wrap;
}
.title-with-form h3 {
	margin: 0;
}
.title-form {
	margin-left: 10px;
}
.title-form .form-label {
	margin: 0 10px 0 0;
	color: #BBB;
	font-size: 1.333em;
	line-height: 1.2em;
	text-transform: none;
	white-space: nowrap;
}
.title-form .form-control {
	flex: 0 1 70px;
	width: auto;
	max-width: 70px;
	height: 30px;
	padding: 0 8px;
	font-size: 18px;
	line-height: 24px;
}
.title-form .form-btn {
	width: 70px;
	margin-left: 4px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 18px;
}
.image-list ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0 -5px;
}
.image-list li {
	flex: 0 1 10%;
	margin: 0;
	padding: 5px;
	list-style-type: none;
}
.image-list a,
.image-list img {
	display: block;
	margin: 0 auto;
}
.contact-form {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}