@charset "UTF-8";

@font-face {
	font-family:"Cinzel Regular";
	font-style:normal;
	font-weight:400;
	src:url(../fonts/Cinzel-Regular.eot?) format("eot"),url(../fonts/Cinzel-Regular.woff) format("woff"),url(../fonts/Cinzel-Regular.ttf) format("truetype");
}

@font-face {
	font-family:"CinzelDecorative Bold";
	font-style:normal;
	font-weight:700;
	src:url(../fonts/CinzelDecorative-Bold.eot?) format("eot"),url(../fonts/CinzelDecorative-Bold.woff) format("woff"),url(../fonts/CinzelDecorative-Bold.ttf) format("truetype");
}

@font-face {
	font-family:"CinzelDecorative Regular";
	font-style:normal;
	font-weight:400;
	src:url(../fonts/CinzelDecorative-Regular.eot?) format("eot"),url(../fonts/CinzelDecorative-Regular.woff) format("woff"),url(../fonts/CinzelDecorative-Regular.ttf) format("truetype");
}

@font-face {
	font-family:"Geogrotesque Bd";
	font-style:normal;
	font-weight:400;
	src:url(../fonts/Geogrotesque-Bd.eot?) format("eot"),url(../fonts/Geogrotesque-Bd.woff) format("woff"),url(../fonts/Geogrotesque-Bd.ttf) format("truetype");
}

@font-face {
	font-family:"Geogrotesque Md";
	font-style:normal;
	font-weight:400;
	src:url(../fonts/Geogrotesque-Md.eot?) format("eot"),url(../fonts/Geogrotesque-Md.woff) format("woff"),url(../fonts/Geogrotesque-Md.ttf) format("truetype");
}

@font-face {
	font-family:"Geogrotesque SmBd";
	font-style:normal;
	font-weight:400;
	src:url(../fonts/Geogrotesque-SmBd.eot?) format("eot"),url(../fonts/Geogrotesque-SmBd.woff) format("woff"),url(../fonts/Geogrotesque-SmBd.ttf) format("truetype");
}

@font-face {
	font-family:"Geogrotesque Th";
	font-style:normal;
	font-weight:400;
	src:url(../fonts/Geogrotesque-Th.eot?) format("eot"),url(../fonts/Geogrotesque-Th.woff) format("woff"),url(../fonts/Geogrotesque-Th.ttf) format("truetype");
}

@font-face {
	font-family:"Cinzel Bold";
	font-style:normal;
	font-weight:400;
	src:url(../fonts/Cinzel-Bold.eot?) format("eot"),url(../fonts/Cinzel-Bold.woff) format("woff"),url(../fonts/Cinzel-Bold.ttf) format("truetype");
}

@font-face {
	font-family:"CinzelDecorative Black";
	font-style:normal;
	font-weight:900;
	src:url(../fonts/CinzelDecorative-Black.eot?) format("eot"),url(../fonts/CinzelDecorative-Black.woff) format("woff"),url(../fonts/CinzelDecorative-Black.ttf) format("truetype");
}

@font-face {
	font-family:"TitilliumWeb Regular";
	font-style:normal;
	font-weight:900;
	src:url(../fonts/TitilliumWeb-Regular.eot?) format("eot"),url(../fonts/TitilliumWeb-Regular.woff) format("woff"),url(../fonts/TitilliumWeb-Regular.ttf) format("truetype");
}

html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	height:100%;
	font-size:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:constant(safe-area-inset);
	padding:env(safe-area-inset);
}

body {
	margin:0;
	min-height:100%;
	display:grid;
	grid-template-rows:1fr auto;
	grid-template-columns:100%;
	color:#fff;
	font:18px/1.2 "Helvetica","Arial","Helvetica Neue","Helvetica",sans-serif;
	min-width:320px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	background-color:#000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display:block;
}

audio,
canvas,
progress,
video {
	display:inline-block;
	vertical-align:baseline;
}

audio:not([controls]) {
	display:none;
	height:0;
}

.wrapper.sticky-header #nav:after,
[hidden],
template {
	display:none;
}

a {
	background-color:transparent;
	color:#6b9d52;
	text-decoration:none;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}

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

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

b,
strong {
	font-weight:700;
}

dfn {
	font-style:italic;
}

h1 {
	font-size:2em;
}

mark {
	background:#ff0;
	color:#000;
}

small {
	font-size:80%;
}

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

sub {
	bottom:-.25em;
	top:5px;
}

img {
	border:0;
	max-width:100%;
	height:auto;
	vertical-align:top;
}

svg:not(:root) {
	overflow:hidden;
}

figure {
	margin:1em 40px;
}

hr {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}

kbd,
samp {
	font-family:monospace,monospace;
	font-size:1em;
}

button,
input,
optgroup,
select {
	color:inherit;
	font:inherit;
	margin:0;
}

textarea {
	font:inherit;
	margin:0;
}

button {
	overflow:visible;
}

button,
select {
	text-transform:none;
}

button,
html input[type=button] {
	-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] {
	-webkit-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]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance:none;
}

fieldset {
	border:1px solid silver;
}

legend {
	border:0;
}

textarea {
	overflow:auto;
}

optgroup {
	font-weight:700;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:15px;
}

#nav ul,
legend,
td,
th {
	padding:0;
}

.btn {
	display:inline-block;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	border-style:solid;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	padding:10px 20px;
	font-size:18px;
	border-radius:3px;
	border-width:1px;
	line-height:1.1;
	color:#fff;
	background-color:#6b9d52;
	border-color:#6b9d52;
}

.btn:hover {
	color:#fff;
	background-color:#496b38;
	border-color:#496b38;
	text-decoration:none;
}

.btn-link,
.btn-link:hover {
	background-color:transparent;
	border-color:transparent;
}

.btn-link {
	color:#6b9d52;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}

.btn-link:hover {
	color:#496b38;
	text-decoration:none;
}

.btn-block {
	display:block;
	width:100%;
}

.btn-block+ .btn-block {
	margin-top:15px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block,
table {
	width:100%;
}

#nav ul {
	margin:0;
	list-style:none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	color:#333;
}

#search_block p:after,
#search_block:after,
.clearfix:after,
.commentlist .comment-author:after,
.navigation-single:after,
.post-password-form p:after,
.post-password-form:after,
.search-form p:after,
.search-form:after,
.widget:after {
	content:"";
	display:block;
	clear:both;
}

.ellipsis {
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}

.admin-bar .wrapper.sticky-header #nav {
	top:32px;
}

.wrapper.sticky-header #nav {
	top:0;
	left:0;
	width:100%;
	padding:0 0 0 31px;
	position:fixed;
	z-index:9;
	height:auto;
	background-color:#1e2127;
	background-image:none;
	-webkit-box-shadow:0 8px 10px -5px rgba(0,0,0,.5);
	box-shadow:0 8px 10px -5px rgba(0,0,0,.5);
}

.wrapper.sticky-header #nav .header-menu li a {
	max-width:100%;
	word-wrap:initial;
	overflow-wrap:initial;
	-webkit-hyphens:none;
	-ms-hyphens:none;
	hyphens:none;
	-webkit-transition:opacity .4s;
	-o-transition:opacity .4s;
	transition:opacity .4s;
}

.wrapper.sticky-header #nav .logo {
	position:absolute;
	left:initial;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	width:175px;
	height:auto;
}

.wrapper.sticky-header #nav .nav-frame {
	-webkit-box-ordinal-group:3;
	-ms-flex-order:2;
	order:2;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
}

.wrapper.sticky-header .home-section {
	padding-top:70px;
}

.ellipsis,
.main {
	overflow:hidden;
}

fieldset,
form {
	margin:0;
	padding:0;
	border-style:none;
}

select {
	border-radius:0;
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
	padding:10px 20px;
	font-size:18px;
	border-radius:3px;
	border-width:1px;
	line-height:1.1;
	color:#000;
	background-color:#f1f1f1;
	border-color:#f1f1f1;
	text-align:left;
	-webkit-appearance:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	outline-color:transparent;
	border-style:solid;
	max-width:100%;
}

input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder {
	color:#999;
}

input[type=email]:-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=url]::-moz-placeholder {
	color:#999;
}

input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder {
	color:#999;
}

textarea {
	resize:none;
	vertical-align:top;
	width:100%;
	height:250px;
}

input[type=button],
input[type=reset],
input[type=submit] {
	padding:10px 20px;
	font-size:18px;
	border-radius:3px;
	border-width:1px;
	line-height:1.1;
	color:#fff;
	background-color:#6b9d52;
	border-color:#6b9d52;
	border-style:solid;
	-webkit-appearance:none;
	cursor:pointer;
	text-align:left;
}

#search_block [type=submit]:hover,
.post-password-form [type=submit]:hover,
.search-form [type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	color:#fff;
	background-color:#496b38;
	border-color:#496b38;
}

iframe,
input[type=file] {
	max-width:100%;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:inherit;
	opacity:1;
	-webkit-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
	color:inherit;
	opacity:1;
	-moz-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color:inherit;
	opacity:1;
	-ms-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity:0;
	-webkit-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity:0;
	-moz-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity:0;
	-ms-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

* {
	max-height:1000000px;
}

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

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:inherit;
	font-weight:700;
	color:inherit;
}

.h a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color:inherit;
	font-size:inherit;
}

.h1,
h1 {
	font-size:4rem;
	margin:0 0 .5em;
}

.h2,
h2 {
	font-size:3.5rem;
	margin:0 0 .6em;
}

.h3,
h3 {
	font-size:3rem;
	margin:0 0 .7em;
}

.h4,
h4 {
	font-size:2.5rem;
	margin:0 0 .8em;
}

.h5,
h5 {
	font-size:20px;
	margin:0 0 .9em;
}

.h6,
h6 {
	font-size:16px;
	margin:0 0 1em;
}

ol,
p,
ul {
	margin-top:0;
}

p {
	margin-bottom:2.5rem;
}

.navigation .al a:active,
.navigation .al a:hover,
.navigation .ar a:active,
.navigation .ar a:hover,
.navigation .next a:active,
.navigation .next a:hover,
.navigation .page-numbers:active,
.navigation .page-numbers:hover,
.navigation .prev a:active,
.navigation .prev a:hover,
.navigation-comments .al a:active,
.navigation-comments .al a:hover,
.navigation-comments .ar a:active,
.navigation-comments .ar a:hover,
.navigation-comments .next a:active,
.navigation-comments .next a:hover,
.navigation-comments .page-numbers:active,
.navigation-comments .page-numbers:hover,
.navigation-comments .prev a:active,
.navigation-comments .prev a:hover,
.pagination .al a:active,
.pagination .al a:hover,
.pagination .ar a:active,
.pagination .ar a:hover,
.pagination .next a:active,
.pagination .next a:hover,
.pagination .page-numbers:active,
.pagination .page-numbers:hover,
.pagination .prev a:active,
.pagination .prev a:hover,
a:hover {
	color:#496b38;
}

ol,
ul {
	padding-left:0;
}

ol,
ol li,
ul,
ul li {
	list-style:none;
}

#sidebar ol:not([class]),
#sidebar ul:not([class]),
.entry ol:not([class]),
.entry ul:not([class]),
ol.list-style,
ul.list-style {
	font-size:18px;
	margin-bottom:15px;
	color:#fff;
}

#sidebar ol:not([class]) li,
#sidebar ul:not([class]) li,
.entry ol:not([class]) li,
.entry ul:not([class]) li,
ol.list-style li,
ul.list-style li {
	padding-left:20px;
	position:relative;
}

#sidebar ol:not([class]) li+ li,
#sidebar ul:not([class]) li+ li,
.entry ol:not([class]) li+ li,
.entry ul:not([class]) li+ li,
ol.list-style li+ li,
ul.list-style li+ li {
	margin-top:10px;
}

#sidebar ol:not([class]) ol,
#sidebar ol:not([class]) ul,
#sidebar ul:not([class]) ol,
#sidebar ul:not([class]) ul,
.entry ol:not([class]) ol,
.entry ol:not([class]) ul,
.entry ul:not([class]) ol,
.entry ul:not([class]) ul,
ol.list-style ol,
ol.list-style ul,
ul.list-style ol,
ul.list-style ul {
	margin-bottom:0;
	margin-top:10px;
}

#sidebar ol:not([class]) ul> li:before,
#sidebar ul:not([class]) ul> li:before,
.entry ol:not([class]) ul> li:before,
.entry ul:not([class]) ul> li:before,
ol.list-style ul> li:before,
ul.list-style ul> li:before {
	content:"+";
	color:#496b38;
}

#sidebar ol:not([class]) ol> li:before,
#sidebar ul:not([class]) ol> li:before,
.entry ol:not([class]) ol> li:before,
.entry ul:not([class]) ol> li:before,
ol.list-style ol> li:before,
ul.list-style ol> li:before {
	color:#496b38;
}

#sidebar ul:not([class])> li:before,
.entry ul:not([class])> li:before,
ul.list-style> li:before {
	content:"-";
	font-size:12px;
	color:#6b9d52;
	position:absolute;
	top:2px;
	left:0;
}

#sidebar ol:not([class]),
.entry ol:not([class]),
ol.list-style {
	counter-reset:list;
}

#sidebar ol:not([class])> li:before,
.entry ol:not([class])> li:before,
ol.list-style> li:before {
	content:counter(list) ".";
	counter-increment:list;
	font-size:12px;
	color:#6b9d52;
	position:absolute;
	top:2px;
	left:0;
}

table th {
	text-align:left;
}

table td+ td,
table th+ th {
	text-align:center;
}

blockquote,
table td,
table th {
	color:#fff;
	font-size:18px;
}

table td,
table th {
	padding:10px 15px;
	border-bottom:1px solid #979797;
}

pre {
	max-width:100%;
	background:rgba(0,0,0,.1);
}

blockquote {
	background:#f3f3f3;
	border-left:5px solid #6b9d52;
}

dl dt {
	float:left;
	clear:left;
	padding-right:.3em;
	font-weight:700;
}

dl dd {
	margin-left:0;
}

.container {
	max-width:1400px;
	width:100%;
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
}

.widget {
	margin-bottom:1.2em;
}

.widget select {
	min-width:inherit;
	width:100%;
}

#wp-calendar {
	width:95%;
	margin-bottom:15px;
	clear:both;
	padding:0;
}

#wp-calendar caption,
blockquote {
	padding:10px;
}

#wp-calendar td,
#wp-calendar th {
	padding:3px 0;
	text-align:center;
}

#wp-calendar td {
	background:0 0;
}

.comment-form p {
	overflow:hidden;
	padding:0 0 15px;
	margin:0;
}

.comment-form label,
label {
	display:block;
	padding:0 0 5px;
}

.comment-form input:not([type=submit]),
.comment-form textarea {
	margin:0 4px 0 0;
	width:300px;
}

.comment-form textarea {
	width:100%;
	margin:0;
	height:200px;
}

.comment-form input[type=submit] {
	display:block;
	float:none;
}

.post-password-form label {
	display:block;
}

#search_block,
.post-password-form,
.search-form {
	margin-bottom:15px;
}

#search_block input,
.post-password-form input,
.search-form input {
	float:left;
}

#search_block input[type=password],
#search_block input[type=search],
#search_block input[type=text],
.post-password-form input[type=password],
.post-password-form input[type=search],
.post-password-form input[type=text],
.search-form input[type=password],
.search-form input[type=search],
.search-form input[type=text] {
	border-radius:3px;
	margin:0 4px 0 0;
	width:145px;
	min-width:auto;
}

#search_block [type=submit],
.post-password-form [type=submit],
.search-form [type=submit] {
	padding:10px 20px;
	font-size:18px;
	border-radius:3px;
	border-width:1px;
	line-height:1.1;
	color:#fff;
	background-color:#6b9d52;
	border-color:#6b9d52;
	text-align:left;
	border-style:solid;
}

.commentlist,
blockquote {
	margin:0 0 1.2em;
}

.commentlist .edit-link {
	margin:0;
}

.commentlist .avatar-holder,
.commentlist .comment-author img {
	float:left;
	margin:0 1.2em 4px 0;
}

#respond,
.comment,
.commentlist-holder {
	overflow:hidden;
}

.commentlist-item .commentlist-item {
	padding:1.2em 0 0;
}

.commentlist-item+ .commentlist-item {
	padding-top:1.2em;
}

.widget_calendar #prev {
	padding-left:5px;
	text-align:left;
}

.widget_calendar #next {
	padding-right:5px;
	text-align:right;
}

#calendar_wrap table a {
	font-size:inherit;
}

.navigation,
.navigation-comments,
.pagination {
	position:relative;
	vertical-align:middle;
	padding:10px 0 20px;
	width:100%;
	overflow:hidden;
	text-transform:uppercase;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text,
.pagination .screen-reader-text {
	position:absolute;
	left:-99999px;
}

.navigation .current,
.navigation-comments .current,
.pagination .current {
	color:#ccc;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
	display:inline-block;
	vertical-align:middle;
	padding:10px 20px;
}

.navigation .page-numbers.current:hover,
.navigation-comments .page-numbers.current:hover,
.pagination .page-numbers.current:hover {
	background:0 0;
	color:#ccc;
}

.navigation .al.disabled,
.navigation .ar.disabled,
.navigation .next.disabled,
.navigation .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled {
	pointer-events:none;
}

.navigation .al a,
.navigation .ar a,
.navigation .next a,
.navigation .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.pagination .al a,
.pagination .ar a,
.pagination .next a,
.pagination .prev a {
	color:#6b9d52;
}

.navigation-single {
	margin-bottom:1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	vertical-align:middle;
	max-width:50%;
	background:#333;
	color:#fff;
	text-decoration:none;
}

.navigation-single .prev {
	float:left;
}

.navigation-single .next a,
.navigation-single .prev a {
	color:inherit;
	text-decoration:none;
	padding:5px;
	display:block;
}

.navigation-single .next {
	float:right;
}

img.border {
	padding:5px;
	border:1px solid #ccc;
}

.wp-caption {
	clear:both;
	border:1px solid #999;
	max-width:96%;
	padding:5px 3px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 0 20px;
}

.wp-caption img {
	margin:0;
	padding:0;
	border:0;
	vertical-align:top;
	width:auto;
	max-width:98.5%;
}

.wp-caption p {
	margin:.4em 0 0;
}

div.aligncenter,
figure.aligncenter {
	margin:0 auto 1.2em;
	text-align:center;
}

code,
img.aligncenter,
pre {
	display:block;
	margin:0 auto 20px;
}

img.no-margin {
	margin:0;
}

.aligncenter {
	margin:5px auto 20px;
}

.alignleft {
	float:left;
	margin:0 1.2em 10px 0;
}

.alignright {
	float:right;
	margin:0 0 10px 1.2em;
}

img.wp-smiley {
	padding:0;
	border:0;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignnone,
.posts-list .entry p,
.title h1,
a img.alignnone {
	margin:0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.fluid-iframe {
	display:block;
	position:relative;
	padding-bottom:60%;
}

.fluid-iframe iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
}

.mejs-container {
	margin-bottom:1.2em;
}

.wp-caption .wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:5px 0 0;
	text-align:center;
}

.alignnone,
.bypostauthor,
.gallery,
.gallery-caption,
.sticky,
.wp-caption-text {
	height:auto;
}

.al,
.navigation .next {
	float:left;
}

.ar,
.navigation .prev {
	float:right;
}

.posts-list .post {
	margin:0 0 60px;
}

.title {
	margin-bottom:1.2em;
	text-transform:uppercase;
}

.post .postmetadata,
.post .title {
	margin-bottom:10px;
}

.textwidget p {
	padding:0 0 10px;
}

.center {
	text-align:center;
}

.hidden,
blockquote p+ p:after,
blockquote p+ p:before,
blockquote q+ p:after,
blockquote q+ p:before,
code br {
	display:none;
}

code,
pre {
	font-family:mono-space,monospace;
	border:1px solid #eee;
	padding:20px;
	margin:0 0 20px;
	overflow:auto;
	white-space:pre;
	font-size:12px;
	line-height:20px;
}

code {
	padding:1px 20px 0;
	background:#f6f6f6;
	border-top:0;
	border-bottom:0;
}

abbr,
acronym,
span.caps {
	cursor:help;
}

abbr,
acronym {
	border-bottom:1px dashed #dfcfba;
}

blockquote cite {
	display:block;
	padding-top:5px;
}

blockquote p:before,
q:before {
	content:open-quote;
}

blockquote p:after,
q:after {
	content:close-quote;
}

.last {
	margin-right:0!important;
	clear:right;
}

.clear {
	clear:both;
	line-height:0;
}

.page-link {
	padding:0 0 15px;
}

.comments {
	clear:both;
}

#respond {
	margin:20px 0;
}

#respond .comment-reply-title small {
	font-size:12px;
	font-weight:400;
}

#comments,
#reply-title {
	margin:0 0 15px;
	line-height:1.6em;
}

.commentlist {
	margin-left:-2em;
	padding:0;
	text-align:justify;
	line-height:1.5em;
}

.commentlist .comment {
	padding:1.2em 0 0 2em;
}

.commentlist+ .comment {
	padding-top:1.2em;
}

.commentlist .commentlist {
	padding:0;
}

.commentlist .comment-author,
.commentlist .comment-metadata {
	margin-bottom:.5em;
}

.comment .comment-respond {
	margin-left:20px;
}

.comment-body,
.commentlist #respond {
	margin:0 0 20px;
}

.comment-body .reply {
	padding-bottom:15px;
}

.parent.comment .comment {
	margin-left:30px;
}

.comment-author.vcard {
	margin-bottom:10px;
}

.breadcrumb {
	padding-bottom:20px;
}

.post .title h3 {
	margin-bottom:1em;
}

.divider {
	height:80px;
}

.wpcf7-not-valid-tip {
	display:block;
	padding-top:5px;
}

.wpcf7-response-output {
	text-align:center;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	color:#d93c3c;
}

.error input:not([type=submit]) {
	border-color:red!important;
}

.widget .gallery {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -10px;
}

.gallery-item a,
.gallery-item a:focus,
.gallery-item a:hover {
	-webkit-box-shadow:none;
	box-shadow:none;
	background:0 0;
}

.gallery-item a:focus img,
.gallery-item a:hover img {
	-webkit-filter:opacity(60%);
	filter:opacity(60%);
}

.gallery-item img {
	-webkit-transition:-webkit-filter .3s ease-in;
	-o-transition:filter .3s ease-in;
	transition:filter .3s ease-in;
	transition:filter .3s ease-in,-webkit-filter .3s ease-in;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

.gallery-item dt {
	float:none;
	padding:0;
}

.comment-form .comment-form-cookies-consent {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
}

.comment-form .comment-form-cookies-consent input[type=checkbox] {
	width:auto;
	margin:2px 10px 0 0;
}

#content {
	float:left;
	width:65%;
	padding:20px 15px 20px 0;
}

#sidebar {
	float:right;
	width:35%;
	padding:20px 0 20px 15px;
}

.gallery {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -1em;
}

.gallery-item {
	display:inline-block;
	vertical-align:top;
	width:50%;
	max-width:50%;
	margin:0;
	padding:0 1em 2em;
	text-align:left;
}

.gallery-columns-1 .gallery-item {
	width:100%;
	max-width:100%;
}

.gallery-columns-2 .gallery-item {
	max-width:50%;
}

.gallery-caption {
	display:block;
	text-align:left;
	padding:0 10px 0 0;
	margin-bottom:0;
}

#nav li:after,
#nav li:before,
#nav li> ul,
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
label+ br {
	display:none;
}

.content-area {
	padding-top:20px;
}

.form-allowed-tags code {
	white-space:pre-line;
}

.hentry> img {
	margin-bottom:16px;
}

.resize-active {
	-webkit-transition:none!important;
	-o-transition:none!important;
	transition:none!important;
}

.resize-active *,
.resize-active :after,
.resize-active :before {
	-webkit-transition:inherit!important;
	-o-transition:inherit!important;
	transition:inherit!important;
}

.header-menu-wrapper {
	padding:15px 0;
	position:relative;
	background:#ccc;
}

.header-menu-wrapper .container,
.logo {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
}

.logo {
	width:100px;
	height:50px;
	background:#333;
	color:#fff;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	border-radius:5px;
}

.nav-opener {
	display:none;
	width:40px;
	height:40px;
	position:relative;
	border-radius:3px;
}

.nav-opener span,
.nav-opener:after,
.nav-opener:before {
	background:#fff;
	border-radius:4px;
	position:absolute;
	left:20%;
	right:20%;
	height:4px;
	margin-top:-2px;
	-webkit-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
}

.nav-opener span {
	top:50%;
}

.nav-opener:before {
	content:"";
	top:30%;
}

.nav-opener:after {
	content:"";
	top:70%;
}

.nav-opener:hover {
	opacity:.9;
}

.nav-drop {
	-webkit-transition:all .25s linear;
	-o-transition:all .25s linear;
	transition:all .25s linear;
}

.nav-active .nav-opener span {
	opacity:0;
}

.nav-active .nav-opener:before {
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	top:50%;
	left:15%;
	right:15%;
}

.nav-active .nav-opener:after {
	top:50%;
	left:15%;
	right:15%;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

#nav a {
	display:block;
	z-index:2;
	margin-left:auto;
}

#nav .has-mega-menu {
	position:static!important;
}

#nav .has-mega-menu .mega-menu {
	margin-left:0!important;
	right:0!important;
	width:auto!important;
	max-width:none!important;
}

#nav .has-mega-menu .mega-menu li {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

#nav .has-mega-menu .mega-menu .col {
	width:33.33%;
	padding:15px;
}

#nav .has-mega-menu .mega-menu .col ul {
	position:static;
	display:block;
	margin:0;
	padding:0 0 0 20px;
	background:0 0;
}

#nav .has-mega-menu .mega-menu .col li {
	color:#fff;
	display:list-item;
	list-style-type:disc;
	margin:0 0 .5em;
}

#nav .has-mega-menu .mega-menu .col a {
	color:inherit;
	display:inline;
	padding:0;
}

#nav .has-mega-menu .mega-menu .col a:hover {
	background:0 0;
	color:#00f;
}

#nav li {
	position:relative;
	padding:0;
	margin:0;
}

#nav li> ul {
	position:absolute;
	color:#fff;
}

#nav a,
#nav li> ul a {
	color:inherit;
}

#nav li> ul .sub-arrow {
	border-style:dashed dashed dashed solid;
	border-color:transparent transparent transparent #fff;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}

	to {
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}

	to {
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}

@font-face {
	font-family:"FontAwesome";
	src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);
	src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight:400;
	font-style:normal;
}

.fa {
	display:inline-block;
	font:14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.fa-lg {
	font-size:1.33333333em;
	line-height:.75em;
	vertical-align:-15%;
}

.fa-2x {
	font-size:2em;
}

.fa-3x {
	font-size:3em;
}

.fa-4x {
	font-size:4em;
}

.fa-5x {
	font-size:5em;
}

.fa-fw {
	width:1.28571429em;
	text-align:center;
}

.fa-ul {
	padding-left:0;
	margin-left:2.14285714em;
	list-style-type:none;
}

.fa-ul> li {
	position:relative;
}

.fa-li {
	position:absolute;
	left:-2.14285714em;
	width:2.14285714em;
	top:.14285714em;
	text-align:center;
}

.fa-li.fa-lg {
	left:-1.85714286em;
}

.fa-border {
	padding:.2em .25em .15em;
	border:solid .08em #eee;
	border-radius:.1em;
}

.fa-pull-left {
	float:left;
}

.fa-pull-right,
.pull-right {
	float:right;
}

.fa.fa-pull-left {
	margin-right:.3em;
}

.fa.fa-pull-right {
	margin-left:.3em;
}

.pull-left {
	float:left;
}

.fa.pull-left {
	margin-right:.3em;
}

.fa.pull-right {
	margin-left:.3em;
}

.fa-spin {
	-webkit-animation:fa-spin 2s infinite linear;
	animation:fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation:fa-spin 1s infinite steps(8);
	animation:fa-spin 1s infinite steps(8);
}

.fa-rotate-90 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	transform:rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform:scale(-1,1);
	-ms-transform:scale(-1,1);
	transform:scale(-1,1);
}

.fa-flip-vertical {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform:scale(1,-1);
	-ms-transform:scale(1,-1);
	transform:scale(1,-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	-webkit-filter:none;
	filter:none;
}

.fa-stack {
	position:relative;
	display:inline-block;
	width:2em;
	height:2em;
	line-height:2em;
	vertical-align:middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
}

.fa-stack-1x {
	line-height:inherit;
}

.fa-stack-2x {
	font-size:2em;
}

.fa-inverse {
	color:#fff;
}

.fa-glass:before {
	content:"\f000";
}

.fa-music:before {
	content:"\f001";
}

.fa-search:before {
	content:"\f002";
}

.fa-envelope-o:before {
	content:"\f003";
}

.fa-heart:before {
	content:"\f004";
}

.fa-star:before {
	content:"\f005";
}

.fa-star-o:before {
	content:"\f006";
}

.fa-user:before {
	content:"\f007";
}

.fa-film:before {
	content:"\f008";
}

.fa-th-large:before {
	content:"\f009";
}

.fa-th:before {
	content:"\f00a";
}

.fa-th-list:before {
	content:"\f00b";
}

.fa-check:before {
	content:"\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content:"\f00d";
}

.fa-search-plus:before {
	content:"\f00e";
}

.fa-search-minus:before {
	content:"\f010";
}

.fa-power-off:before {
	content:"\f011";
}

.fa-signal:before {
	content:"\f012";
}

.fa-cog:before,
.fa-gear:before {
	content:"\f013";
}

.fa-trash-o:before {
	content:"\f014";
}

.fa-home:before {
	content:"\f015";
}

.fa-file-o:before {
	content:"\f016";
}

.fa-clock-o:before {
	content:"\f017";
}

.fa-road:before {
	content:"\f018";
}

.fa-download:before {
	content:"\f019";
}

.fa-arrow-circle-o-down:before {
	content:"\f01a";
}

.fa-arrow-circle-o-up:before {
	content:"\f01b";
}

.fa-inbox:before {
	content:"\f01c";
}

.fa-play-circle-o:before {
	content:"\f01d";
}

.fa-repeat:before,
.fa-rotate-right:before {
	content:"\f01e";
}

.fa-refresh:before {
	content:"\f021";
}

.fa-list-alt:before {
	content:"\f022";
}

.fa-lock:before {
	content:"\f023";
}

.fa-flag:before {
	content:"\f024";
}

.fa-headphones:before {
	content:"\f025";
}

.fa-volume-off:before {
	content:"\f026";
}

.fa-volume-down:before {
	content:"\f027";
}

.fa-volume-up:before {
	content:"\f028";
}

.fa-qrcode:before {
	content:"\f029";
}

.fa-barcode:before {
	content:"\f02a";
}

.fa-tag:before {
	content:"\f02b";
}

.fa-tags:before {
	content:"\f02c";
}

.fa-book:before {
	content:"\f02d";
}

.fa-bookmark:before {
	content:"\f02e";
}

.fa-print:before {
	content:"\f02f";
}

.fa-camera:before {
	content:"\f030";
}

.fa-font:before {
	content:"\f031";
}

.fa-bold:before {
	content:"\f032";
}

.fa-italic:before {
	content:"\f033";
}

.fa-text-height:before {
	content:"\f034";
}

.fa-text-width:before {
	content:"\f035";
}

.fa-align-left:before {
	content:"\f036";
}

.fa-align-center:before {
	content:"\f037";
}

.fa-align-right:before {
	content:"\f038";
}

.fa-align-justify:before {
	content:"\f039";
}

.fa-list:before {
	content:"\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content:"\f03b";
}

.fa-indent:before {
	content:"\f03c";
}

.fa-video-camera:before {
	content:"\f03d";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content:"\f03e";
}

.fa-pencil:before {
	content:"\f040";
}

.fa-map-marker:before {
	content:"\f041";
}

.fa-adjust:before {
	content:"\f042";
}

.fa-tint:before {
	content:"\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content:"\f044";
}

.fa-share-square-o:before {
	content:"\f045";
}

.fa-check-square-o:before {
	content:"\f046";
}

.fa-arrows:before {
	content:"\f047";
}

.fa-step-backward:before {
	content:"\f048";
}

.fa-fast-backward:before {
	content:"\f049";
}

.fa-backward:before {
	content:"\f04a";
}

.fa-play:before {
	content:"\f04b";
}

.fa-pause:before {
	content:"\f04c";
}

.fa-stop:before {
	content:"\f04d";
}

.fa-forward:before {
	content:"\f04e";
}

.fa-fast-forward:before {
	content:"\f050";
}

.fa-step-forward:before {
	content:"\f051";
}

.fa-eject:before {
	content:"\f052";
}

.fa-chevron-left:before {
	content:"\f053";
}

.fa-chevron-right:before {
	content:"\f054";
}

.fa-plus-circle:before {
	content:"\f055";
}

.fa-minus-circle:before {
	content:"\f056";
}

.fa-times-circle:before {
	content:"\f057";
}

.fa-check-circle:before {
	content:"\f058";
}

.fa-question-circle:before {
	content:"\f059";
}

.fa-info-circle:before {
	content:"\f05a";
}

.fa-crosshairs:before {
	content:"\f05b";
}

.fa-times-circle-o:before {
	content:"\f05c";
}

.fa-check-circle-o:before {
	content:"\f05d";
}

.fa-ban:before {
	content:"\f05e";
}

.fa-arrow-left:before {
	content:"\f060";
}

.fa-arrow-right:before {
	content:"\f061";
}

.fa-arrow-up:before {
	content:"\f062";
}

.fa-arrow-down:before {
	content:"\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content:"\f064";
}

.fa-expand:before {
	content:"\f065";
}

.fa-compress:before {
	content:"\f066";
}

.fa-plus:before {
	content:"\f067";
}

.fa-minus:before {
	content:"\f068";
}

.fa-asterisk:before {
	content:"\f069";
}

.fa-exclamation-circle:before {
	content:"\f06a";
}

.fa-gift:before {
	content:"\f06b";
}

.fa-leaf:before {
	content:"\f06c";
}

.fa-fire:before {
	content:"\f06d";
}

.fa-eye:before {
	content:"\f06e";
}

.fa-eye-slash:before {
	content:"\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
	content:"\f071";
}

.fa-plane:before {
	content:"\f072";
}

.fa-calendar:before {
	content:"\f073";
}

.fa-random:before {
	content:"\f074";
}

.fa-comment:before {
	content:"\f075";
}

.fa-magnet:before {
	content:"\f076";
}

.fa-chevron-up:before {
	content:"\f077";
}

.fa-chevron-down:before {
	content:"\f078";
}

.fa-retweet:before {
	content:"\f079";
}

.fa-shopping-cart:before {
	content:"\f07a";
}

.fa-folder:before {
	content:"\f07b";
}

.fa-folder-open:before {
	content:"\f07c";
}

.fa-arrows-v:before {
	content:"\f07d";
}

.fa-arrows-h:before {
	content:"\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content:"\f080";
}

.fa-twitter-square:before {
	content:"\f081";
}

.fa-facebook-square:before {
	content:"\f082";
}

.fa-camera-retro:before {
	content:"\f083";
}

.fa-key:before {
	content:"\f084";
}

.fa-cogs:before,
.fa-gears:before {
	content:"\f085";
}

.fa-comments:before {
	content:"\f086";
}

.fa-thumbs-o-up:before {
	content:"\f087";
}

.fa-thumbs-o-down:before {
	content:"\f088";
}

.fa-star-half:before {
	content:"\f089";
}

.fa-heart-o:before {
	content:"\f08a";
}

.fa-sign-out:before {
	content:"\f08b";
}

.fa-linkedin-square:before {
	content:"\f08c";
}

.fa-thumb-tack:before {
	content:"\f08d";
}

.fa-external-link:before {
	content:"\f08e";
}

.fa-sign-in:before {
	content:"\f090";
}

.fa-trophy:before {
	content:"\f091";
}

.fa-github-square:before {
	content:"\f092";
}

.fa-upload:before {
	content:"\f093";
}

.fa-lemon-o:before {
	content:"\f094";
}

.fa-phone:before {
	content:"\f095";
}

.fa-square-o:before {
	content:"\f096";
}

.fa-bookmark-o:before {
	content:"\f097";
}

.fa-phone-square:before {
	content:"\f098";
}

.fa-twitter:before {
	content:"\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content:"\f09a";
}

.fa-github:before {
	content:"\f09b";
}

.fa-unlock:before {
	content:"\f09c";
}

.fa-credit-card:before {
	content:"\f09d";
}

.fa-feed:before,
.fa-rss:before {
	content:"\f09e";
}

.fa-hdd-o:before {
	content:"\f0a0";
}

.fa-bullhorn:before {
	content:"\f0a1";
}

.fa-bell:before {
	content:"\f0f3";
}

.fa-certificate:before {
	content:"\f0a3";
}

.fa-hand-o-right:before {
	content:"\f0a4";
}

.fa-hand-o-left:before {
	content:"\f0a5";
}

.fa-hand-o-up:before {
	content:"\f0a6";
}

.fa-hand-o-down:before {
	content:"\f0a7";
}

.fa-arrow-circle-left:before {
	content:"\f0a8";
}

.fa-arrow-circle-right:before {
	content:"\f0a9";
}

.fa-arrow-circle-up:before {
	content:"\f0aa";
}

.fa-arrow-circle-down:before {
	content:"\f0ab";
}

.fa-globe:before {
	content:"\f0ac";
}

.fa-wrench:before {
	content:"\f0ad";
}

.fa-tasks:before {
	content:"\f0ae";
}

.fa-filter:before {
	content:"\f0b0";
}

.fa-briefcase:before {
	content:"\f0b1";
}

.fa-arrows-alt:before {
	content:"\f0b2";
}

.fa-group:before,
.fa-users:before {
	content:"\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content:"\f0c1";
}

.fa-cloud:before {
	content:"\f0c2";
}

.fa-flask:before {
	content:"\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content:"\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content:"\f0c5";
}

.fa-paperclip:before {
	content:"\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
	content:"\f0c7";
}

.fa-square:before {
	content:"\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content:"\f0c9";
}

.fa-list-ul:before {
	content:"\f0ca";
}

.fa-list-ol:before {
	content:"\f0cb";
}

.fa-strikethrough:before {
	content:"\f0cc";
}

.fa-underline:before {
	content:"\f0cd";
}

.fa-table:before {
	content:"\f0ce";
}

.fa-magic:before {
	content:"\f0d0";
}

.fa-truck:before {
	content:"\f0d1";
}

.fa-pinterest:before {
	content:"\f0d2";
}

.fa-pinterest-square:before {
	content:"\f0d3";
}

.fa-google-plus-square:before {
	content:"\f0d4";
}

.fa-google-plus:before {
	content:"\f0d5";
}

.fa-money:before {
	content:"\f0d6";
}

.fa-caret-down:before {
	content:"\f0d7";
}

.fa-caret-up:before {
	content:"\f0d8";
}

.fa-caret-left:before {
	content:"\f0d9";
}

.fa-caret-right:before {
	content:"\f0da";
}

.fa-columns:before {
	content:"\f0db";
}

.fa-sort:before,
.fa-unsorted:before {
	content:"\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content:"\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content:"\f0de";
}

.fa-envelope:before {
	content:"\f0e0";
}

.fa-linkedin:before {
	content:"\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content:"\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
	content:"\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content:"\f0e4";
}

.fa-comment-o:before {
	content:"\f0e5";
}

.fa-comments-o:before {
	content:"\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
	content:"\f0e7";
}

.fa-sitemap:before {
	content:"\f0e8";
}

.fa-umbrella:before {
	content:"\f0e9";
}

.fa-clipboard:before,
.fa-paste:before {
	content:"\f0ea";
}

.fa-lightbulb-o:before {
	content:"\f0eb";
}

.fa-exchange:before {
	content:"\f0ec";
}

.fa-cloud-download:before {
	content:"\f0ed";
}

.fa-cloud-upload:before {
	content:"\f0ee";
}

.fa-user-md:before {
	content:"\f0f0";
}

.fa-stethoscope:before {
	content:"\f0f1";
}

.fa-suitcase:before {
	content:"\f0f2";
}

.fa-bell-o:before {
	content:"\f0a2";
}

.fa-coffee:before {
	content:"\f0f4";
}

.fa-cutlery:before {
	content:"\f0f5";
}

.fa-file-text-o:before {
	content:"\f0f6";
}

.fa-building-o:before {
	content:"\f0f7";
}

.fa-hospital-o:before {
	content:"\f0f8";
}

.fa-ambulance:before {
	content:"\f0f9";
}

.fa-medkit:before {
	content:"\f0fa";
}

.fa-fighter-jet:before {
	content:"\f0fb";
}

.fa-beer:before {
	content:"\f0fc";
}

.fa-h-square:before {
	content:"\f0fd";
}

.fa-plus-square:before {
	content:"\f0fe";
}

.fa-angle-double-left:before {
	content:"\f100";
}

.fa-angle-double-right:before {
	content:"\f101";
}

.fa-angle-double-up:before {
	content:"\f102";
}

.fa-angle-double-down:before {
	content:"\f103";
}

.fa-angle-left:before {
	content:"\f104";
}

.fa-angle-right:before {
	content:"\f105";
}

.fa-angle-up:before {
	content:"\f106";
}

.fa-angle-down:before {
	content:"\f107";
}

.fa-desktop:before {
	content:"\f108";
}

.fa-laptop:before {
	content:"\f109";
}

.fa-tablet:before {
	content:"\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content:"\f10b";
}

.fa-circle-o:before {
	content:"\f10c";
}

.fa-quote-left:before {
	content:"\f10d";
}

.fa-quote-right:before {
	content:"\f10e";
}

.fa-spinner:before {
	content:"\f110";
}

.fa-circle:before {
	content:"\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content:"\f112";
}

.fa-github-alt:before {
	content:"\f113";
}

.fa-folder-o:before {
	content:"\f114";
}

.fa-folder-open-o:before {
	content:"\f115";
}

.fa-smile-o:before {
	content:"\f118";
}

.fa-frown-o:before {
	content:"\f119";
}

.fa-meh-o:before {
	content:"\f11a";
}

.fa-gamepad:before {
	content:"\f11b";
}

.fa-keyboard-o:before {
	content:"\f11c";
}

.fa-flag-o:before {
	content:"\f11d";
}

.fa-flag-checkered:before {
	content:"\f11e";
}

.fa-terminal:before {
	content:"\f120";
}

.fa-code:before {
	content:"\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content:"\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content:"\f123";
}

.fa-location-arrow:before {
	content:"\f124";
}

.fa-crop:before {
	content:"\f125";
}

.fa-code-fork:before {
	content:"\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
	content:"\f127";
}

.fa-question:before {
	content:"\f128";
}

.fa-info:before {
	content:"\f129";
}

.fa-exclamation:before {
	content:"\f12a";
}

.fa-superscript:before {
	content:"\f12b";
}

.fa-subscript:before {
	content:"\f12c";
}

.fa-eraser:before {
	content:"\f12d";
}

.fa-puzzle-piece:before {
	content:"\f12e";
}

.fa-microphone:before {
	content:"\f130";
}

.fa-microphone-slash:before {
	content:"\f131";
}

.fa-shield:before {
	content:"\f132";
}

.fa-calendar-o:before {
	content:"\f133";
}

.fa-fire-extinguisher:before {
	content:"\f134";
}

.fa-rocket:before {
	content:"\f135";
}

.fa-maxcdn:before {
	content:"\f136";
}

.fa-chevron-circle-left:before {
	content:"\f137";
}

.fa-chevron-circle-right:before {
	content:"\f138";
}

.fa-chevron-circle-up:before {
	content:"\f139";
}

.fa-chevron-circle-down:before {
	content:"\f13a";
}

.fa-html5:before {
	content:"\f13b";
}

.fa-css3:before {
	content:"\f13c";
}

.fa-anchor:before {
	content:"\f13d";
}

.fa-unlock-alt:before {
	content:"\f13e";
}

.fa-bullseye:before {
	content:"\f140";
}

.fa-ellipsis-h:before {
	content:"\f141";
}

.fa-ellipsis-v:before {
	content:"\f142";
}

.fa-rss-square:before {
	content:"\f143";
}

.fa-play-circle:before {
	content:"\f144";
}

.fa-ticket:before {
	content:"\f145";
}

.fa-minus-square:before {
	content:"\f146";
}

.fa-minus-square-o:before {
	content:"\f147";
}

.fa-level-up:before {
	content:"\f148";
}

.fa-level-down:before {
	content:"\f149";
}

.fa-check-square:before {
	content:"\f14a";
}

.fa-pencil-square:before {
	content:"\f14b";
}

.fa-external-link-square:before {
	content:"\f14c";
}

.fa-share-square:before {
	content:"\f14d";
}

.fa-compass:before {
	content:"\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content:"\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content:"\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content:"\f152";
}

.fa-eur:before,
.fa-euro:before {
	content:"\f153";
}

.fa-gbp:before {
	content:"\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content:"\f155";
}

.fa-inr:before,
.fa-rupee:before {
	content:"\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content:"\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content:"\f158";
}

.fa-krw:before,
.fa-won:before {
	content:"\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content:"\f15a";
}

.fa-file:before {
	content:"\f15b";
}

.fa-file-text:before {
	content:"\f15c";
}

.fa-sort-alpha-asc:before {
	content:"\f15d";
}

.fa-sort-alpha-desc:before {
	content:"\f15e";
}

.fa-sort-amount-asc:before {
	content:"\f160";
}

.fa-sort-amount-desc:before {
	content:"\f161";
}

.fa-sort-numeric-asc:before {
	content:"\f162";
}

.fa-sort-numeric-desc:before {
	content:"\f163";
}

.fa-thumbs-up:before {
	content:"\f164";
}

.fa-thumbs-down:before {
	content:"\f165";
}

.fa-youtube-square:before {
	content:"\f166";
}

.fa-youtube:before {
	content:"\f167";
}

.fa-xing:before {
	content:"\f168";
}

.fa-xing-square:before {
	content:"\f169";
}

.fa-youtube-play:before {
	content:"\f16a";
}

.fa-dropbox:before {
	content:"\f16b";
}

.fa-stack-overflow:before {
	content:"\f16c";
}

.fa-instagram:before {
	content:"\f16d";
}

.fa-flickr:before {
	content:"\f16e";
}

.fa-adn:before {
	content:"\f170";
}

.fa-bitbucket:before {
	content:"\f171";
}

.fa-bitbucket-square:before {
	content:"\f172";
}

.fa-tumblr:before {
	content:"\f173";
}

.fa-tumblr-square:before {
	content:"\f174";
}

.fa-long-arrow-down:before {
	content:"\f175";
}

.fa-long-arrow-up:before {
	content:"\f176";
}

.fa-long-arrow-left:before {
	content:"\f177";
}

.fa-long-arrow-right:before {
	content:"\f178";
}

.fa-apple:before {
	content:"\f179";
}

.fa-windows:before {
	content:"\f17a";
}

.fa-android:before {
	content:"\f17b";
}

.fa-linux:before {
	content:"\f17c";
}

.fa-dribbble:before {
	content:"\f17d";
}

.fa-skype:before {
	content:"\f17e";
}

.fa-foursquare:before {
	content:"\f180";
}

.fa-trello:before {
	content:"\f181";
}

.fa-female:before {
	content:"\f182";
}

.fa-male:before {
	content:"\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content:"\f184";
}

.fa-sun-o:before {
	content:"\f185";
}

.fa-moon-o:before {
	content:"\f186";
}

.fa-archive:before {
	content:"\f187";
}

.fa-bug:before {
	content:"\f188";
}

.fa-vk:before {
	content:"\f189";
}

.fa-weibo:before {
	content:"\f18a";
}

.fa-renren:before {
	content:"\f18b";
}

.fa-pagelines:before {
	content:"\f18c";
}

.fa-stack-exchange:before {
	content:"\f18d";
}

.fa-arrow-circle-o-right:before {
	content:"\f18e";
}

.fa-arrow-circle-o-left:before {
	content:"\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content:"\f191";
}

.fa-dot-circle-o:before {
	content:"\f192";
}

.fa-wheelchair:before {
	content:"\f193";
}

.fa-vimeo-square:before {
	content:"\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
	content:"\f195";
}

.fa-plus-square-o:before {
	content:"\f196";
}

.fa-space-shuttle:before {
	content:"\f197";
}

.fa-slack:before {
	content:"\f198";
}

.fa-envelope-square:before {
	content:"\f199";
}

.fa-wordpress:before {
	content:"\f19a";
}

.fa-openid:before {
	content:"\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content:"\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
	content:"\f19d";
}

.fa-yahoo:before {
	content:"\f19e";
}

.fa-google:before {
	content:"\f1a0";
}

.fa-reddit:before {
	content:"\f1a1";
}

.fa-reddit-square:before {
	content:"\f1a2";
}

.fa-stumbleupon-circle:before {
	content:"\f1a3";
}

.fa-stumbleupon:before {
	content:"\f1a4";
}

.fa-delicious:before {
	content:"\f1a5";
}

.fa-digg:before {
	content:"\f1a6";
}

.fa-pied-piper-pp:before {
	content:"\f1a7";
}

.fa-pied-piper-alt:before {
	content:"\f1a8";
}

.fa-drupal:before {
	content:"\f1a9";
}

.fa-joomla:before {
	content:"\f1aa";
}

.fa-language:before {
	content:"\f1ab";
}

.fa-fax:before {
	content:"\f1ac";
}

.fa-building:before {
	content:"\f1ad";
}

.fa-child:before {
	content:"\f1ae";
}

.fa-paw:before {
	content:"\f1b0";
}

.fa-spoon:before {
	content:"\f1b1";
}

.fa-cube:before {
	content:"\f1b2";
}

.fa-cubes:before {
	content:"\f1b3";
}

.fa-behance:before {
	content:"\f1b4";
}

.fa-behance-square:before {
	content:"\f1b5";
}

.fa-steam:before {
	content:"\f1b6";
}

.fa-steam-square:before {
	content:"\f1b7";
}

.fa-recycle:before {
	content:"\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content:"\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content:"\f1ba";
}

.fa-tree:before {
	content:"\f1bb";
}

.fa-spotify:before {
	content:"\f1bc";
}

.fa-deviantart:before {
	content:"\f1bd";
}

.fa-soundcloud:before {
	content:"\f1be";
}

.fa-database:before {
	content:"\f1c0";
}

.fa-file-pdf-o:before {
	content:"\f1c1";
}

.fa-file-word-o:before {
	content:"\f1c2";
}

.fa-file-excel-o:before {
	content:"\f1c3";
}

.fa-file-powerpoint-o:before {
	content:"\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content:"\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content:"\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content:"\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content:"\f1c8";
}

.fa-file-code-o:before {
	content:"\f1c9";
}

.fa-vine:before {
	content:"\f1ca";
}

.fa-codepen:before {
	content:"\f1cb";
}

.fa-jsfiddle:before {
	content:"\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content:"\f1cd";
}

.fa-circle-o-notch:before {
	content:"\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content:"\f1d0";
}

.fa-empire:before,
.fa-ge:before {
	content:"\f1d1";
}

.fa-git-square:before {
	content:"\f1d2";
}

.fa-git:before {
	content:"\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content:"\f1d4";
}

.fa-tencent-weibo:before {
	content:"\f1d5";
}

.fa-qq:before {
	content:"\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content:"\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
	content:"\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
	content:"\f1d9";
}

.fa-history:before {
	content:"\f1da";
}

.fa-circle-thin:before {
	content:"\f1db";
}

.fa-header:before {
	content:"\f1dc";
}

.fa-paragraph:before {
	content:"\f1dd";
}

.fa-sliders:before {
	content:"\f1de";
}

.fa-share-alt:before {
	content:"\f1e0";
}

.fa-share-alt-square:before {
	content:"\f1e1";
}

.fa-bomb:before {
	content:"\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content:"\f1e3";
}

.fa-tty:before {
	content:"\f1e4";
}

.fa-binoculars:before {
	content:"\f1e5";
}

.fa-plug:before {
	content:"\f1e6";
}

.fa-slideshare:before {
	content:"\f1e7";
}

.fa-twitch:before {
	content:"\f1e8";
}

.fa-yelp:before {
	content:"\f1e9";
}

.fa-newspaper-o:before {
	content:"\f1ea";
}

.fa-wifi:before {
	content:"\f1eb";
}

.fa-calculator:before {
	content:"\f1ec";
}

.fa-paypal:before {
	content:"\f1ed";
}

.fa-google-wallet:before {
	content:"\f1ee";
}

.fa-cc-visa:before {
	content:"\f1f0";
}

.fa-cc-mastercard:before {
	content:"\f1f1";
}

.fa-cc-discover:before {
	content:"\f1f2";
}

.fa-cc-amex:before {
	content:"\f1f3";
}

.fa-cc-paypal:before {
	content:"\f1f4";
}

.fa-cc-stripe:before {
	content:"\f1f5";
}

.fa-bell-slash:before {
	content:"\f1f6";
}

.fa-bell-slash-o:before {
	content:"\f1f7";
}

.fa-trash:before {
	content:"\f1f8";
}

.fa-copyright:before {
	content:"\f1f9";
}

.fa-at:before {
	content:"\f1fa";
}

.fa-eyedropper:before {
	content:"\f1fb";
}

.fa-paint-brush:before {
	content:"\f1fc";
}

.fa-birthday-cake:before {
	content:"\f1fd";
}

.fa-area-chart:before {
	content:"\f1fe";
}

.fa-pie-chart:before {
	content:"\f200";
}

.fa-line-chart:before {
	content:"\f201";
}

.fa-lastfm:before {
	content:"\f202";
}

.fa-lastfm-square:before {
	content:"\f203";
}

.fa-toggle-off:before {
	content:"\f204";
}

.fa-toggle-on:before {
	content:"\f205";
}

.fa-bicycle:before {
	content:"\f206";
}

.fa-bus:before {
	content:"\f207";
}

.fa-ioxhost:before {
	content:"\f208";
}

.fa-angellist:before {
	content:"\f209";
}

.fa-cc:before {
	content:"\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content:"\f20b";
}

.fa-meanpath:before {
	content:"\f20c";
}

.fa-buysellads:before {
	content:"\f20d";
}

.fa-connectdevelop:before {
	content:"\f20e";
}

.fa-dashcube:before {
	content:"\f210";
}

.fa-forumbee:before {
	content:"\f211";
}

.fa-leanpub:before {
	content:"\f212";
}

.fa-sellsy:before {
	content:"\f213";
}

.fa-shirtsinbulk:before {
	content:"\f214";
}

.fa-simplybuilt:before {
	content:"\f215";
}

.fa-skyatlas:before {
	content:"\f216";
}

.fa-cart-plus:before {
	content:"\f217";
}

.fa-cart-arrow-down:before {
	content:"\f218";
}

.fa-diamond:before {
	content:"\f219";
}

.fa-ship:before {
	content:"\f21a";
}

.fa-user-secret:before {
	content:"\f21b";
}

.fa-motorcycle:before {
	content:"\f21c";
}

.fa-street-view:before {
	content:"\f21d";
}

.fa-heartbeat:before {
	content:"\f21e";
}

.fa-venus:before {
	content:"\f221";
}

.fa-mars:before {
	content:"\f222";
}

.fa-mercury:before {
	content:"\f223";
}

.fa-intersex:before,
.fa-transgender:before {
	content:"\f224";
}

.fa-transgender-alt:before {
	content:"\f225";
}

.fa-venus-double:before {
	content:"\f226";
}

.fa-mars-double:before {
	content:"\f227";
}

.fa-venus-mars:before {
	content:"\f228";
}

.fa-mars-stroke:before {
	content:"\f229";
}

.fa-mars-stroke-v:before {
	content:"\f22a";
}

.fa-mars-stroke-h:before {
	content:"\f22b";
}

.fa-neuter:before {
	content:"\f22c";
}

.fa-genderless:before {
	content:"\f22d";
}

.fa-facebook-official:before {
	content:"\f230";
}

.fa-pinterest-p:before {
	content:"\f231";
}

.fa-whatsapp:before {
	content:"\f232";
}

.fa-server:before {
	content:"\f233";
}

.fa-user-plus:before {
	content:"\f234";
}

.fa-user-times:before {
	content:"\f235";
}

.fa-bed:before,
.fa-hotel:before {
	content:"\f236";
}

.fa-viacoin:before {
	content:"\f237";
}

.fa-train:before {
	content:"\f238";
}

.fa-subway:before {
	content:"\f239";
}

.fa-medium:before {
	content:"\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
	content:"\f23b";
}

.fa-optin-monster:before {
	content:"\f23c";
}

.fa-opencart:before {
	content:"\f23d";
}

.fa-expeditedssl:before {
	content:"\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
	content:"\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content:"\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content:"\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content:"\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content:"\f244";
}

.fa-mouse-pointer:before {
	content:"\f245";
}

.fa-i-cursor:before {
	content:"\f246";
}

.fa-object-group:before {
	content:"\f247";
}

.fa-object-ungroup:before {
	content:"\f248";
}

.fa-sticky-note:before {
	content:"\f249";
}

.fa-sticky-note-o:before {
	content:"\f24a";
}

.fa-cc-jcb:before {
	content:"\f24b";
}

.fa-cc-diners-club:before {
	content:"\f24c";
}

.fa-clone:before {
	content:"\f24d";
}

.fa-balance-scale:before {
	content:"\f24e";
}

.fa-hourglass-o:before {
	content:"\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content:"\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content:"\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content:"\f253";
}

.fa-hourglass:before {
	content:"\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content:"\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
	content:"\f256";
}

.fa-hand-scissors-o:before {
	content:"\f257";
}

.fa-hand-lizard-o:before {
	content:"\f258";
}

.fa-hand-spock-o:before {
	content:"\f259";
}

.fa-hand-pointer-o:before {
	content:"\f25a";
}

.fa-hand-peace-o:before {
	content:"\f25b";
}

.fa-trademark:before {
	content:"\f25c";
}

.fa-registered:before {
	content:"\f25d";
}

.fa-creative-commons:before {
	content:"\f25e";
}

.fa-gg:before {
	content:"\f260";
}

.fa-gg-circle:before {
	content:"\f261";
}

.fa-tripadvisor:before {
	content:"\f262";
}

.fa-odnoklassniki:before {
	content:"\f263";
}

.fa-odnoklassniki-square:before {
	content:"\f264";
}

.fa-get-pocket:before {
	content:"\f265";
}

.fa-wikipedia-w:before {
	content:"\f266";
}

.fa-safari:before {
	content:"\f267";
}

.fa-chrome:before {
	content:"\f268";
}

.fa-firefox:before {
	content:"\f269";
}

.fa-opera:before {
	content:"\f26a";
}

.fa-internet-explorer:before {
	content:"\f26b";
}

.fa-television:before,
.fa-tv:before {
	content:"\f26c";
}

.fa-contao:before {
	content:"\f26d";
}

.fa-500px:before {
	content:"\f26e";
}

.fa-amazon:before {
	content:"\f270";
}

.fa-calendar-plus-o:before {
	content:"\f271";
}

.fa-calendar-minus-o:before {
	content:"\f272";
}

.fa-calendar-times-o:before {
	content:"\f273";
}

.fa-calendar-check-o:before {
	content:"\f274";
}

.fa-industry:before {
	content:"\f275";
}

.fa-map-pin:before {
	content:"\f276";
}

.fa-map-signs:before {
	content:"\f277";
}

.fa-map-o:before {
	content:"\f278";
}

.fa-map:before {
	content:"\f279";
}

.fa-commenting:before {
	content:"\f27a";
}

.fa-commenting-o:before {
	content:"\f27b";
}

.fa-houzz:before {
	content:"\f27c";
}

.fa-vimeo:before {
	content:"\f27d";
}

.fa-black-tie:before {
	content:"\f27e";
}

.fa-fonticons:before {
	content:"\f280";
}

.fa-reddit-alien:before {
	content:"\f281";
}

.fa-edge:before {
	content:"\f282";
}

.fa-credit-card-alt:before {
	content:"\f283";
}

.fa-codiepie:before {
	content:"\f284";
}

.fa-modx:before {
	content:"\f285";
}

.fa-fort-awesome:before {
	content:"\f286";
}

.fa-usb:before {
	content:"\f287";
}

.fa-product-hunt:before {
	content:"\f288";
}

.fa-mixcloud:before {
	content:"\f289";
}

.fa-scribd:before {
	content:"\f28a";
}

.fa-pause-circle:before {
	content:"\f28b";
}

.fa-pause-circle-o:before {
	content:"\f28c";
}

.fa-stop-circle:before {
	content:"\f28d";
}

.fa-stop-circle-o:before {
	content:"\f28e";
}

.fa-shopping-bag:before {
	content:"\f290";
}

.fa-shopping-basket:before {
	content:"\f291";
}

.fa-hashtag:before {
	content:"\f292";
}

.fa-bluetooth:before {
	content:"\f293";
}

.fa-bluetooth-b:before {
	content:"\f294";
}

.fa-percent:before {
	content:"\f295";
}

.fa-gitlab:before {
	content:"\f296";
}

.fa-wpbeginner:before {
	content:"\f297";
}

.fa-wpforms:before {
	content:"\f298";
}

.fa-envira:before {
	content:"\f299";
}

.fa-universal-access:before {
	content:"\f29a";
}

.fa-wheelchair-alt:before {
	content:"\f29b";
}

.fa-question-circle-o:before {
	content:"\f29c";
}

.fa-blind:before {
	content:"\f29d";
}

.fa-audio-description:before {
	content:"\f29e";
}

.fa-volume-control-phone:before {
	content:"\f2a0";
}

.fa-braille:before {
	content:"\f2a1";
}

.fa-assistive-listening-systems:before {
	content:"\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content:"\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content:"\f2a4";
}

.fa-glide:before {
	content:"\f2a5";
}

.fa-glide-g:before {
	content:"\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
	content:"\f2a7";
}

.fa-low-vision:before {
	content:"\f2a8";
}

.fa-viadeo:before {
	content:"\f2a9";
}

.fa-viadeo-square:before {
	content:"\f2aa";
}

.fa-snapchat:before {
	content:"\f2ab";
}

.fa-snapchat-ghost:before {
	content:"\f2ac";
}

.fa-snapchat-square:before {
	content:"\f2ad";
}

.fa-pied-piper:before {
	content:"\f2ae";
}

.fa-first-order:before {
	content:"\f2b0";
}

.fa-yoast:before {
	content:"\f2b1";
}

.fa-themeisle:before {
	content:"\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content:"\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
	content:"\f2b4";
}

.fa-handshake-o:before {
	content:"\f2b5";
}

.fa-envelope-open:before {
	content:"\f2b6";
}

.fa-envelope-open-o:before {
	content:"\f2b7";
}

.fa-linode:before {
	content:"\f2b8";
}

.fa-address-book:before {
	content:"\f2b9";
}

.fa-address-book-o:before {
	content:"\f2ba";
}

.fa-address-card:before,
.fa-vcard:before {
	content:"\f2bb";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
	content:"\f2bc";
}

.fa-user-circle:before {
	content:"\f2bd";
}

.fa-user-circle-o:before {
	content:"\f2be";
}

.fa-user-o:before {
	content:"\f2c0";
}

.fa-id-badge:before {
	content:"\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
	content:"\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content:"\f2c3";
}

.fa-quora:before {
	content:"\f2c4";
}

.fa-free-code-camp:before {
	content:"\f2c5";
}

.fa-telegram:before {
	content:"\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
	content:"\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content:"\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content:"\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content:"\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content:"\f2cb";
}

.fa-shower:before {
	content:"\f2cc";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
	content:"\f2cd";
}

.fa-podcast:before {
	content:"\f2ce";
}

.fa-window-maximize:before {
	content:"\f2d0";
}

.fa-window-minimize:before {
	content:"\f2d1";
}

.fa-window-restore:before {
	content:"\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content:"\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content:"\f2d4";
}

.fa-bandcamp:before {
	content:"\f2d5";
}

.fa-grav:before {
	content:"\f2d6";
}

.fa-etsy:before {
	content:"\f2d7";
}

.fa-imdb:before {
	content:"\f2d8";
}

.fa-ravelry:before {
	content:"\f2d9";
}

.fa-eercast:before {
	content:"\f2da";
}

.fa-microchip:before {
	content:"\f2db";
}

.fa-snowflake-o:before {
	content:"\f2dc";
}

.fa-superpowers:before {
	content:"\f2dd";
}

.fa-wpexplorer:before {
	content:"\f2de";
}

.fa-meetup:before {
	content:"\f2e0";
}

.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position:static;
	width:auto;
	height:auto;
	margin:0;
	overflow:visible;
	clip:auto;
}

.slick-list,
.slick-slider {
	position:relative;
	display:block;
}

.slick-slider {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
	-khtml-user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent;
}

.slick-list {
	overflow:hidden;
	margin:0;
	padding:0;
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
	outline:0;
}

.slick-list.dragging {
	cursor:pointer;
	cursor:hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}

.slick-track {
	position:relative;
	top:0;
	left:0;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.slick-track:after,
.slick-track:before {
	display:table;
	content:"";
}

.slick-track:after {
	clear:both;
}

.slick-loading .slick-track {
	visibility:hidden;
}

.slick-slide {
	display:none;
	float:left;
	height:100%;
	min-height:1px;
}

[dir=rtl] .slick-slide {
	float:right;
}

.screenshots .row .col a,
.slick-initialized .slick-slide,
.slick-slide img {
	display:block;
}

.slick-slide.slick-loading img {
	display:none;
}

.slick-slide.dragging img {
	pointer-events:none;
}

.slick-loading .slick-slide {
	visibility:hidden;
}

.slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:1px solid transparent;
}

.slick-arrow.slick-hidden {
	display:none;
}

.slick-loading .slick-list {
	background:#fff url(./ajax-loader.gif) center center no-repeat;
}

@font-face {
	font-family:"slick";
	font-weight:400;
	font-style:normal;
	src:url(./fonts/slick.eot);
	src:url(./fonts/slick.eot?#iefix) format("embedded-opentype"),url(./fonts/slick.woff) format("woff"),url(./fonts/slick.ttf) format("truetype"),url(./fonts/slick.svg#slick) format("svg");
}

.slick-next,
.slick-prev {
	font-size:0;
	line-height:0;
	position:absolute;
	top:50%;
	display:block;
	width:20px;
	height:20px;
	padding:0;
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	transform:translate(0,-50%);
	cursor:pointer;
	color:transparent;
	border:0;
	outline:0;
	background:0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color:transparent;
	outline:0;
	background:0 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity:1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity:.25;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
	font-family:"slick";
	font-size:20px;
	line-height:1;
	opacity:.75;
	color:#fff;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.slick-prev {
	left:-25px;
}

[dir=rtl] .slick-prev {
	right:-25px;
	left:auto;
}

.slick-prev:before {
	content:"←";
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
	content:"→";
}

.slick-next {
	right:-25px;
}

[dir=rtl] .slick-next {
	right:auto;
	left:-25px;
}

[dir=rtl] .slick-next:before {
	content:"←";
}

.slick-dotted.slick-slider {
	margin-bottom:30px;
}

.slick-dots {
	position:absolute;
	bottom:-25px;
	display:block;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}

.slick-dots li {
	position:relative;
	display:inline-block;
	width:20px;
	height:20px;
	margin:0 5px;
	padding:0;
	cursor:pointer;
}

.slick-dots li button {
	font-size:0;
	line-height:0;
	display:block;
	width:20px;
	height:20px;
	padding:5px;
	cursor:pointer;
	color:transparent;
	border:0;
	outline:0;
	background:0 0;
}

.slick-dots li button:before {
	font-size:6px;
	line-height:20px;
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:20px;
	content:"•";
	text-align:center;
	opacity:.25;
	color:#000;
}

.slick-dots li.slick-active button:before {
	opacity:.75;
	color:#000;
}

.header {
	padding:71px 0 73px;
	position:relative;
	background:#000;
}

#nav:after,
.header:after {
	position:absolute;
	content:"";
	background-repeat:no-repeat;
	width:100%;
	z-index:1;
}

#nav,
.header:after {
	background-size:contain;
}

.header:after {
	background-image:url(../img/bg-top.svg);
	background-position:top;
	height:125px;
	top:0;
}

.header .container {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
}

.header-top {
	margin-bottom:57px;
	position:relative;
	z-index:2;
}

.btn,
.btn:hover {
	border:3px solid #ffc600;
}

.btn {
	color:#ffc600;
	font-family:"Geogrotesque SmBd";
	font-size:21px;
	text-transform:uppercase;
	letter-spacing:2.1px;
	background-color:#000;
	padding:16px 52.95px;
}

.btn:hover {
	color:#000;
	background-color:#ffc600;
}

#nav {
	position:relative;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	background-image:url(../img/bg-nav.svg);
}

#nav:after {
	background-image:url(../img/img02-shadow.png);
	background-size:cover;
	height:268px;
	left:0;
}

#nav .logo a img,
#nav .nav-holder {
	width:100%;
}

#nav,
#nav .nav-holder .nav-frame {
	width:100%;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

#nav,
#nav .header-menu,
#nav .header-menu li a,
#nav .nav-holder .nav-frame {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

#nav .header-menu {
	margin-bottom:0;
	position:relative;
	z-index:2;
}

#nav .header-menu li {
	padding:12.5px 15.5px;
	position:relative;
}

#nav .header-menu li a {
	color:#fff;
	font-family:"Geogrotesque Md";
	font-size:34px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:3.38px;
	max-width:175px;
	overflow-wrap:break-word;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	-webkit-transition:opacity .4s;
	-o-transition:opacity .4s;
	transition:opacity .4s;
}

#nav .header-menu li a .sub-arrow {
	width:0;
	height:0;
	border-left:11.5px solid transparent;
	border-right:11.5px solid transparent;
	border-top:19px solid #fff;
	position:absolute;
	right:20px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

#nav .header-menu li .has-submenu {
	padding-right:40px;
}

#nav,
#nav .header-menu li ul,
#nav:after {
	background-position:center;
}

#nav .header-menu li ul li {
	background:#1e2127;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	position:relative;
	max-width:100%;
	border-bottom:2px solid #2a2e36;
}

#nav .header-menu li ul li:hover {
	background:#2a2e36;
}

#nav .header-menu li ul a {
	padding-right:25px;
}

#nav .header-menu li ul li:last-child {
	border-bottom:none;
}

#nav .header-menu li ul .sub-arrow {
	position:absolute;
	right:20px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

#nav .logo {
	width:698px;
	height:164px;
	background-color:transparent;
	position:absolute;
	z-index:3;
	left:50%;
	top:50%;
	-webkit-transform:translateX(-50%) translateY(-60%);
	-ms-transform:translateX(-50%) translateY(-60%);
	transform:translateX(-50%) translateY(-60%);
}

#nav .logo a:hover {
	opacity:1;
}

#nav .nav-opener {
	-webkit-box-ordinal-group:3;
	-ms-flex-order:2;
	order:2;
}

.footer {
	position:relative;
}

.footer:after {
	background-image:url(../img/bg-bottom.svg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:contain;
	height:128px;
	bottom:-38px;
	z-index:1;
}

.footer .container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding-top:31px;
	padding-bottom:130px;
	position:relative;
	max-width:1325px;
}

.footer .container:before,
.footer:after,
.more:after {
	position:absolute;
	content:"";
	width:100%;
}

.footer .container:before {
	border-top:3px solid #fff;
	left:50%;
	top:0;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.footer .icon {
	width:54px;
	height:54px;
}

.footer .icon img {
	width:100%;
	height:100%;
}

.footer .footer-nav {
	margin-left:130px;
}

.footer .footer-nav li {
	margin:0 55px;
}

.footer .footer-nav li a {
	color:#fff;
	font-family:"Geogrotesque SmBd";
	font-size:20px;
	line-height:1;
	text-transform:uppercase;
	letter-spacing:2.78px;
}

.footer .footer-nav li a:hover,
.footer .footer-social li a:hover {
	color:#ffc600;
	opacity:1;
}

.footer .footer-nav,
.footer .footer-social {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:0;
}

.footer .footer-social li {
	margin:0 13px;
}

.footer .footer-social li a {
	color:#b7b9b5;
	font-size:28px;
}

.more,
.navigation .al a,
.navigation .ar a,
.navigation .next a,
.navigation .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.pagination .al a,
.pagination .ar a,
.pagination .next a,
.pagination .prev a,
a,
a:hover {
	color:#ffc600;
}

a:hover {
	opacity:.7;
}

.more {
	font-family:"Geogrotesque SmBd";
	font-size:26px;
	font-weight:400;
	line-height:50.29px;
	text-transform:uppercase;
	letter-spacing:3.62px;
	position:relative;
}

.more:after {
	background-color:#ffc600;
	left:0;
	height:3px;
	bottom:0;
	opacity:1;
	-webkit-transition:opacity .4s ease-out;
	-o-transition:opacity .4s ease-out;
	transition:opacity .4s ease-out;
}

.more:hover {
	opacity:1;
}

.more:hover:after {
	opacity:0;
}

.fancybox-image {
	padding:0 15px;
}

.fancybox-thumbs {
	background:#000;
	border:1px solid #ffc600;
}

.fancybox-thumbs__list a:before {
	border:2px solid #ffc600;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right:15px;
	padding:31px 0 31px 26px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left:15px;
	padding:31px 26px 31px 0;
}

.fancybox-button--play {
	display:none;
}

.fancybox-button--zoom {
	display:none!important;
}

.fancybox-button--thumbs,
.home-section .slider .slick-dots li button:before {
	display:none;
}

.home-section {
	margin-bottom:38px;
}

.home-section .slider {
	position:relative;
}

.home-section .slider .slide {
	max-height:750px;
	height:750px;
	position:relative;
	width:100%;
}

.home-section .slider .slide .wrap {
	position:absolute;
	width:100%;
	height:100%;
}

.home-section .slider .slick-arrow,
.home-section .slider .slide .content {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}

.home-section .slider .slide .content {
	position:relative;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	height:100%;
	padding:150px 100px 0;
}

.home-section .slider .slide:after,
.home-section .slider .slide:before {
	position:absolute;
	content:"";
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	left:0;
	z-index:1;
}

.home-section .slider .slide:before {
	background-image:url(../img/img04-shadow.png);
	height:142px;
	top:-10px;
}

.home-section .slider .slide:after {
	background-image:url(../img/img03-shadow.png);
	height:328px;
	bottom:-150px;
}

.home-section .slider .slide img,
.home-section .slider .slide video {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
}

.home-section .slider .slick-arrow {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:1;
	border:3px solid #ffc600;
	border-radius:3px;
	background-color:#000;
	width:50px;
	height:50px;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	cursor:pointer;
}

.home-section .slider .slick-arrow i {
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	color:#ffc600;
}

.btn-home:hover,
.home-section .slider .slick-arrow:hover {
	background-color:#ffc600;
}

.home-section .slider .slick-arrow:hover i,
input,
select {
	color:#000;
}

.home-section .slider .prev {
	left:35px;
}

.home-section .slider .next {
	right:35px;
}

.home-section .slider .slick-dots {
	bottom:100px;
}

.home-section .slider .slick-dots li {
	width:15px;
	height:15px;
}

.home-section .slider .slick-dots li button {
	background:#000;
	border-radius:50%;
	border:1px solid #ffc600;
	width:15px;
	height:15px;
}

.home-section .slider .slick-dots .slick-active button,
blockquote,
code {
	background:rgba(255,198,0,.5);
}

.btn-home,
h1 {
	position:relative;
}

h1 {
	text-shadow:0 10px 103px rgba(0,0,0,.53);
	font-size:70px;
	text-transform:uppercase;
	font-family:"CinzelDecorative Bold";
	letter-spacing:15.36px;
	text-align:center;
}

.btn-home {
	background-color:transparent;
	border:3px solid #fff;
	color:#fff;
	z-index:2;
	padding:16px 25.37px;
}

.btn-home:hover {
	color:#000;
	border:3px solid #ffc600;
	opacity:1;
}

.news,
h1 {
	z-index:2;
}

.news .container {
	text-align:center;
}

.news,
.news .row {
	margin-bottom:25px;
}

.news .row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.news .img-bg,
.news .row .col,
.news .row .image {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
}

.news .row .col {
	max-width:418px;
	font-family:Helvetica;
	font-size:18px;
	font-weight:400;
	line-height:1.8;
	text-align:left;
}

.news .img-bg,
.news .row .image {
	position:relative;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-bottom:74px;
}

.news .row .image:after {
	background-image:url(../img/bg-frame.svg);
	top:0;
	height:362px;
}

.news .row .image .img {
	margin-top:71px;
	max-width:368px;
	max-height:248px;
}

.news .row .image .frame {
	position:absolute;
	top:0;
	left:0;
	max-width:418px;
	max-height:362px;
}

.news .row .image strong {
	position:absolute;
	top:32px;
	font-size:19px;
	text-transform:uppercase;
}

.news .row .wrap {
	padding:0 8px 0 18px;
	overflow-wrap:break-word;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
}

.news .row .wrap p,
.news .text h3 {
	margin-bottom:0;
}

.news .img-bg {
	z-index:2;
	margin-bottom:230px;
}

.news .img-bg .img-cover {
	height:793px;
	position:relative;
}

.news .img-bg .img-cover img {
	-o-object-fit:contain;
	object-fit:contain;
}

.news .img-bg .img-cover:after,
.news .img-bg .img-cover:before,
.news .row .image:after {
	position:absolute;
	content:"";
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	left:0;
}

.news .img-bg .img-cover:before {
	background-image:url(../img/img04-shadow.png);
	height:142px;
	top:-50px;
}

.news .img-bg .img-cover:after {
	background-image:url(../img/img03-shadow.png);
	height:328px;
	bottom:-125px;
}

.news .text {
	position:absolute;
	z-index:2;
	bottom:-195px;
	font-family:"Geogrotesque SmBd";
	font-size:26px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:3.62px;
	max-width:1102px;
	margin:0 auto;
}

.news .text h3 {
	color:#ffc600;
	font-size:42px;
	letter-spacing:5.86px;
}

.news .text strong {
	line-height:1.65;
}

.img-planet,
.news,
h2 {
	position:relative;
}

h2,
h4 {
	font-weight:400;
	color:#ffc600;
}

h2 {
	font-family:"CinzelDecorative Black";
	font-size:44px;
	text-transform:uppercase;
	letter-spacing:9.64px;
	display:inline-block;
	margin-bottom:38px;
}

h4 {
	font-family:"TitilliumWeb Regular";
	line-height:.9;
	font-size:37px;
	text-align:left;
	margin-bottom:13px;
	max-width:360px;
	word-wrap:break-word;
}

.img-planet {
	z-index:3;
	display:block;
	top:-15px;
}

.screenshots {
	margin-bottom:43px;
}

.screenshots .container,
h2 {
	text-align:center;
}

.screenshots .newsletter,
.screenshots .row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.screenshots .row {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.screenshots .row .col {
	max-width:650px;
	margin:16px;
}

.screenshots .newsletter {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
}

.screenshots .newsletter strong {
	text-shadow:0 10px 103px rgba(0,0,0,.53);
	color:#fff;
	font-family:"Cinzel Bold";
	font-size:31px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:4.32px;
	margin-bottom:36px;
}

.screenshots .newsletter .btn-subscribe {
	padding:16px 60.75px;
}

#search_block [type=submit],
.post-password-form [type=submit],
.search-form [type=submit] {
	color:#ffc600;
	font-family:"Geogrotesque SmBd";
	text-transform:uppercase;
	letter-spacing:2.1px;
	border:3px solid #ffc600;
	background-color:#000;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}

#search_block [type=submit]:hover,
.post-password-form [type=submit]:hover,
.search-form [type=submit]:hover {
	color:#000;
	background-color:#ffc600;
	border:3px solid #ffc600;
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
	border-width:3px;
	color:#000;
}

blockquote {
	border-left:5px solid #ffc600;
}

code,
pre {
	border-color:#ffc600;
}

#sidebar ol:not([class]) ol> li:before,
#sidebar ol:not([class]) ul> li:before,
#sidebar ol:not([class])> li:before,
#sidebar ul:not([class]) ol> li:before,
#sidebar ul:not([class]) ul> li:before,
#sidebar ul:not([class])> li:before,
.entry ol:not([class]) ol> li:before,
.entry ol:not([class]) ul> li:before,
.entry ol:not([class])> li:before,
.entry ul:not([class]) ol> li:before,
.entry ul:not([class]) ul> li:before,
.entry ul:not([class])> li:before,
ol.list-style ol> li:before,
ol.list-style ul> li:before,
ol.list-style> li:before,
ul.list-style ol> li:before,
ul.list-style ul> li:before,
ul.list-style> li:before {
	color:#ffc600;
}

input[type=button],
input[type=reset],
input[type=submit] {
	background-color:#ffc600;
	border-color:#ffc600;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
}

.navigation .al a:active,
.navigation .al a:hover,
.navigation .ar a:active,
.navigation .ar a:hover,
.navigation .next a:active,
.navigation .next a:hover,
.navigation .page-numbers:active,
.navigation .page-numbers:hover,
.navigation .prev a:active,
.navigation .prev a:hover,
.navigation-comments .al a:active,
.navigation-comments .al a:hover,
.navigation-comments .ar a:active,
.navigation-comments .ar a:hover,
.navigation-comments .next a:active,
.navigation-comments .next a:hover,
.navigation-comments .page-numbers:active,
.navigation-comments .page-numbers:hover,
.navigation-comments .prev a:active,
.navigation-comments .prev a:hover,
.pagination .al a:active,
.pagination .al a:hover,
.pagination .ar a:active,
.pagination .ar a:hover,
.pagination .next a:active,
.pagination .next a:hover,
.pagination .page-numbers:active,
.pagination .page-numbers:hover,
.pagination .prev a:active,
.pagination .prev a:hover {
	color:#ffc600;
	opacity:.7;
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	color:#fff;
	background-color:rgba(255,198,0,.7);
	border-color:rgba(255,198,0,.7);
}

.widget select {
	min-width:inherit;
	width:100%;
	color:#000;
}

img.border {
	padding:5px;
}

.wp-caption,
img.border {
	border:1px solid #ffc600;
}

@media (min-width:30em) {
	.gallery {
		margin:0 -.5em;
	}

	.gallery-item {
		padding:0 .5em 1.8em;
		max-width:25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width:100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width:50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width:33.333%;
	}

	.gallery-columns-4 .gallery-item {
		max-width:25%;
	}
}

@media (min-width:768px) {
	.commentlist-item .commentlist-item {
		padding:0 0 0 2em;
	}
}

@media (min-width:48em) {
	.gallery-columns-5 .gallery-item {
		max-width:20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width:16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width:14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width:12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width:11.11%;
	}
}

@media (min-width:812px) and (max-height:414px) {
	.container {
		padding-left:50px!important;
		padding-right:50px!important;
	}
}

@media (min-width:1023px) {
	.gallery-item {
		max-width:25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width:100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width:50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width:33.333%;
	}

	.gallery-columns-4 .gallery-item {
		max-width:25%;
	}
}

@media (min-width:1024px) {
	#nav .nav-opener {
		display:none;
	}
}

@media (min-width:1366px) {
	.gallery-columns-5 .gallery-item {
		max-width:20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width:16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width:14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width:12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width:11.11%;
	}
}

@media (max-width:1400px) {
	.screenshots .row .col {
		width:45%;
	}
}

@media (max-width:1366px) {
	h4 {
		line-height:1.2;
		max-width:100%;
	}
}

@media (max-width:1360px) {
	.footer:after {
		bottom:-20px;
	}

	.footer .container:before {
		width:98%;
	}
}

@media (max-width:1335px) {
	.news .img-bg .img-cover {
		height:auto;
	}
}

@media (max-width:1300px) {
	#nav .logo {
		width:46%;
	}

	.home-section .slider .slide .content {
		padding:100px 100px 0;
	}
}

@media (max-width:1290px) {
	.news .row {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		margin-bottom:0;
	}

	.news .row .col {
		margin:25px 15px;
	}
}

@media (max-width:1260px) {
	.footer .footer-nav li {
		margin:0 20px;
	}
}

@media (max-width:1200px) {
	#nav:after {
		height:200px;
	}

	#nav .header-menu li a {
		font-size:29px;
		letter-spacing:2.38px;
	}

	#nav .header-menu li a .sub-arrow {
		margin-left:14px;
		border-left:8.5px solid transparent;
		border-right:8.5px solid transparent;
		border-top:15px solid #fff;
		height:18px;
	}

	#nav .logo {
		width:44%;
	}

	.home-section .container {
		padding:0;
	}
}

@media (max-width:1024px) {
	.home-section .slider .slick-arrow:hover {
		background-color:#ffc600;
	}

	.home-section .slider .slick-arrow:hover i {
		color:#000;
	}

	.news .row .col,
	h4 {
		text-align:center;
	}
}

@media (max-width:1023px) {
	.wrapper.sticky-header #nav {
		padding:20px 10px;
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end;
	}

	.wrapper.sticky-header #nav .logo {
		left:10px;
	}

	.wrapper.sticky-header .home-section {
		padding-top:0;
	}

	html {
		font-size:8.5px;
	}

	.nav-active #nav .nav-holder {
		max-height:680px;
		overflow:auto;
	}

	.nav-active #nav .nav-holder .nav-frame {
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		transform:translateY(0);
		padding:12.5px 0;
	}

	.header {
		padding:121px 0 43px;
	}

	.header-top {
		margin-bottom:0;
		text-align:center;
	}

	#nav {
		padding:20px 10px;
		background:#1e2127;
		background-image:none;
		top:0;
		left:0;
		position:fixed;
		z-index:9;
		height:auto;
		background-color:#1e2127;
	}

	#nav:after {
		display:none;
	}

	#nav .nav-holder {
		overflow:hidden;
		max-height:0;
		position:absolute;
		top:105%;
		left:0;
		width:100%;
		z-index:2;
		-webkit-transition:all .25s linear;
		-o-transition:all .25s linear;
		transition:all .25s linear;
	}

	#nav .header-menu,
	#nav .nav-holder .nav-frame {
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
		width:100%;
	}

	#nav .nav-holder .nav-frame {
		-webkit-transform:translateY(-100%);
		-ms-transform:translateY(-100%);
		transform:translateY(-100%);
		background:#1e2127;
		background-image:none;
		height:auto;
		z-index:2;
		overflow:hidden;
		-webkit-transition:all .25s linear;
		-o-transition:all .25s linear;
		transition:all .25s linear;
		overflow-y:auto;
	}

	#nav .header-menu {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}

	#nav .header-menu li a {
		font-size:25px;
		max-width:100%;
	}

	#nav .header-menu li a .sub-arrow {
		position:relative;
		right:0;
		top:initial;
		-webkit-transform:initial;
		-ms-transform:initial;
		transform:initial;
	}

	#nav .header-menu li .has-submenu,
	#nav .header-menu li ul a {
		padding-right:0;
	}

	#nav .header-menu li ul {
		border:2px solid #2a2e36;
		border-radius:5px;
		position:static;
		margin-top:12.5px;
		background-image:none;
		background-color:transparent;
	}

	#nav .header-menu li ul li,
	#nav .header-menu li ul li:hover {
		background:0 0;
	}

	#nav .header-menu li ul .sub-arrow,
	#nav .logo {
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
	}

	#nav .header-menu li ul .sub-arrow {
		position:relative;
		top:initial;
		right:0;
	}

	#nav .logo {
		left:initial;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1;
		width:175px;
		height:auto;
		top:50%;
		-webkit-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		transform:translateY(-50%);
	}

	.footer:after {
		bottom:0;
	}

	#nav .nav-holder .nav-frame,
	.footer .container {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}

	.footer .icon {
		margin-bottom:40px;
	}

	.footer .footer-nav {
		margin-bottom:80px;
		margin-left:0;
	}

	.footer .footer-nav li {
		margin:0 15px;
	}

	h1 {
		font-size:45px;
		letter-spacing:3.36px;
	}

	.news .img-bg {
		margin-bottom:25px;
	}

	.news .text {
		position:relative;
		bottom:0;
	}

	#nav,
	.screenshots .row .col {
		width:100%;
	}
}

@media (max-width:1022px) {
	.admin-bar .wrapper.sticky-header #nav {
		top:0;
	}

	img.alignleft,
	img.alignright {
		max-width:50%;
	}

	.divider {
		height:40px;
	}

	#wpadminbar {
		display:none!important;
	}

	:root {
		margin-top:0!important;
	}

	.admin-bar .main-header {
		margin-top:0!important;
	}
}

@media (max-width:992px) {
	.home-section .slider .prev {
		left:20px;
	}

	.home-section .slider .next {
		right:20px;
	}
}

@media (max-width:823px) and (max-height:414px) and (orientation:landscape) {
	.nav-active #nav .nav-holder {
		max-height:275px;
	}
}

@media (max-width:768px) {
	html {
		font-size:8px;
	}

	#calendar_wrap table td,
	.h5,
	h5 {
		font-size:18px;
	}

	#sidebar ol:not([class]),
	#sidebar ul:not([class]),
	.entry ol:not([class]),
	.entry ul:not([class]),
	ol.list-style,
	ul.list-style {
		font-size:16px;
	}

	blockquote,
	table td,
	table th {
		font-size:16px;
	}

	.header-menu-wrapper .container {
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
	}

	#nav .has-mega-menu .mega-menu li,
	#nav ul,
	.nav-opener {
		display:block;
	}

	.nav-drop {
		position:absolute;
		top:100%;
		left:0;
		overflow:hidden;
		max-height:0;
	}

	#nav ul {
		color:#fff;
	}

	#nav .has-mega-menu .mega-menu .col,
	.nav-drop {
		width:100%;
	}

	#nav li> ul {
		position:static;
	}
}

@media (max-width:768px) and (max-width:768px) {
	#calendar_wrap table td {
		font-size:16px;
	}
}

@media (max-width:768px) and (max-width:375px) {
	#calendar_wrap table td {
		font-size:15px;
	}
}

@media (max-width:767px) {
	.widget ul {
		padding-left:0;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding:8px 15px;
	}

	.navigation .al a,
	.navigation .ar a,
	.navigation .next a,
	.navigation .prev a,
	.navigation-comments .al a,
	.navigation-comments .ar a,
	.navigation-comments .next a,
	.navigation-comments .prev a,
	.pagination .al a,
	.pagination .ar a,
	.pagination .next a,
	.pagination .prev a {
		padding:10px 15px;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding:.2em;
	}

	.posts-list .post {
		margin:0 0 20px;
	}

	.commentlist {
		margin-left:0;
	}

	.commentlist .comment {
		padding:0;
	}

	.divider {
		display:none;
	}

	#content,
	#sidebar {
		float:none;
		width:auto;
		margin:0 0 20px;
		padding:0;
	}

	#wp-calendar {
		max-width:320px;
	}
}

@media (max-width:667px) {
	html {
		font-size:7.5px;
	}

	table th {
		padding:10px 5px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers,
	table td {
		padding:7px 5px;
	}

	img.alignright {
		float:right;
		margin:0 0 10px 1.2em;
	}

	img.alignleft {
		float:left;
		margin:0 1.2em 10px 0;
	}

	.alignleft,
	.alignright {
		float:none;
		margin:0 auto 10px;
	}

	input[type=reset]+ input[type=submit] {
		margin-top:10px;
	}

	.header {
		padding:121px 0 0;
	}

	.footer .container {
		padding-bottom:90px;
	}

	.footer .footer-nav {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		margin-bottom:50px;
	}

	.footer .footer-nav li {
		margin:0 0 20px;
	}

	.home-section .slider .slide {
		max-height:550px;
		height:550px;
	}

	h1 {
		letter-spacing:5.36px;
	}

	.news .row {
		margin-bottom:25px;
	}

	.news .row .col {
		max-width:350px;
		margin:0;
	}

	.news .row .image:after {
		width:360px;
		background-size:contain;
		left:50%;
		-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		transform:translateX(-50%);
	}

	.news .row .image .img {
		max-width:325px;
		height:220px;
		-o-object-fit:cover;
		object-fit:cover;
		margin-top:85px;
	}

	.news .row .image strong {
		top:54px;
		font-size:16px;
	}

	.news .text {
		font-size:17px;
		bottom:0;
		position:relative;
	}

	.news .text h3,
	h1 {
		font-size:33px;
	}

	.news .text strong {
		line-height:1.4;
	}

	h2 {
		font-size:35px;
		letter-spacing:5.64px;
	}

	.screenshots .newsletter strong {
		font-size:22px;
		letter-spacing:5.63px;
	}
}

@media (max-width:666px) {
	#wp-calendar {
		width:100%;
	}

	.comment-form input:not([type=submit]),
	.comment-form textarea {
		width:100%;
	}

	.navigation .al a,
	.navigation .ar a,
	.navigation .next a,
	.navigation .prev a,
	.navigation-comments .al a,
	.navigation-comments .ar a,
	.navigation-comments .next a,
	.navigation-comments .prev a,
	.pagination .al a,
	.pagination .ar a,
	.pagination .next a,
	.pagination .prev a {
		padding:7px 5px;
	}

	.comment-body .reply {
		padding-bottom:0;
	}

	.parent.comment .comment {
		margin-left:5%;
	}
}

@media (max-width:599px) {
	.home-section .slider .slide .content {
		padding:0 15px;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}
}

@media (max-width:423px) {
	.nav-active #nav .nav-holder {
		max-height:475px;
	}
}

@media (max-width:375px) {
	html {
		overflow-x:hidden;
		font-size:7px;
	}

	.h5,
	h5 {
		font-size:17px;
	}

	#sidebar ol:not([class]),
	#sidebar ul:not([class]),
	.entry ol:not([class]),
	.entry ul:not([class]),
	ol.list-style,
	ul.list-style {
		font-size:15px;
	}

	blockquote,
	table td,
	table th {
		font-size:15px;
	}

	.product-thumb {
		padding:5px;
	}

	#nav .logo {
		width:150px;
	}
}

@media (max-width:374px) {
	.wrapper.sticky-header #nav .logo {
		width:150px;
	}

	.nav-active #nav .nav-holder {
		max-height:350px;
	}

	h1 {
		font-size:33px;
	}

	.btn-home {
		font-size:17px;
	}

	.news .row .col {
		max-width:320px;
	}

	.news .row .image:after {
		width:300px;
	}

	.news .row .image .img {
		max-width:300px;
		height:180px;
		margin-top:100px;
	}

	.news .row .image strong {
		top:76px;
		font-size:12px;
	}

	h2 {
		font-size:25px;
	}

	h4 {
		font-size:30px;
	}
}

@media (min-width:768px) and (max-width:849px) {
	figure.alignleft {
		float:none;
	}

	figure.alignright {
		float:none;
		margin-left:0;
	}
}

@media (max-height:320px) {
	.nav-active #nav .nav-holder {
		max-height:200px;
	}
}