:root {
	--primary: hsl(260, 35%, 24%);
}
	
html {
	background: #f3f2f2;
}

body {
	font-family: Yrsa, arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #222;
	background: #f3f2f2; 
}

body.fh5co-overflow {
	overflow-x: auto;
}

::-webkit-selection {
	color: #fff;
	background: #b19f7c;
}

::-moz-selection {
	color: #fff;
	background: #b19f7c;
}

::selection {
	color: #fff;
	background: #b19f7c;
}

a {
	color: #3b2657;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover, a:focus, a:active {
	opacity: 0.5;
	outline: none;
	text-decoration: none;
	color: #3b2657;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Titillium Web", sans-serif;
	font-weight: bold;
	color: #3b2657;
	margin: 2em 0 1em;
	line-height: 1.3;
}
	
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}

p {
	margin-bottom: 30px;
}

ul, ol {
	margin-bottom: 30px;
}

ul p,
ol p {
	margin-bottom: 15px;
}

img {
	max-width: 100%;
	opacity: 1;
	transition: opacity 0.5s ease-out;
}

.table {
	display: table;
	margin: 0;
}

.table-cell {
	display: table-cell;
}

.btn {
	font-family: "Titillium Web", sans-serif;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 20px;
	background-color: #b19f7c;
	border-radius: 60px;
	display: inline-block;
	letter-spacing: 1px;
	color: white;
	line-height: 16px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn.btn-md {
	padding: 10px 20px !important;
}
.btn.btn-lg {
	padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
	box-shadow: none !important;
	outline: none !important;
	color: white;
	opacity: 0.6;
}

.btn-primary {
	background: #f7c873;
	color: #fff;
	border: 2px solid #f7c873;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #f6bf5b !important;
	border-color: #f6bf5b !important;
}
.btn-primary.btn-outline {
	background: transparent;
	color: #f7c873;
	border: 2px solid #f7c873;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
	background: #f7c873;
	color: #fff;
}

.btn-success {
	background: #58ca7e;
	color: #fff;
	border: 2px solid #58ca7e;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	background: #45c46f !important;
	border-color: #45c46f !important;
}
.btn-success.btn-outline {
	background: transparent;
	color: #58ca7e;
	border: 2px solid #58ca7e;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
	background: #58ca7e;
	color: #fff;
}

.btn-info {
	background: #1784fb;
	color: #fff;
	border: 2px solid #1784fb;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
	background: #0477f4 !important;
	border-color: #0477f4 !important;
}
.btn-info.btn-outline {
	background: transparent;
	color: #1784fb;
	border: 2px solid #1784fb;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
	background: #1784fb;
	color: #fff;
}

.btn-warning {
	background: #fed330;
	color: #fff;
	border: 2px solid #fed330;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
	background: #fece17 !important;
	border-color: #fece17 !important;
}
.btn-warning.btn-outline {
	background: transparent;
	color: #fed330;
	border: 2px solid #fed330;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
	background: #fed330;
	color: #fff;
}

.btn-danger {
	background: #fb4f59;
	color: #fff;
	border: 2px solid #fb4f59;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	background: #fa3641 !important;
	border-color: #fa3641 !important;
}
.btn-danger.btn-outline {
	background: transparent;
	color: #fb4f59;
	border: 2px solid #fb4f59;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
	background: #fb4f59;
	color: #fff;
}

.btn-outline {
	background: none;
	border: 2px solid gray;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
	box-shadow: none;
}

.form-control {
	box-shadow: none;
	background: transparent;
	border: 2px solid rgba(0, 0, 0, 0.1);
	height: 54px;
	font-size: 18px;
	font-weight: 300;
}
.form-control:active, .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #b19f7c;
}

#fh5co-header {
	padding: 2.5em 2em;
	float: left;
	width: 100%;
	position: absolute;
	background-color: var(--primary);
	z-index: 1;
}
@media screen and (max-width: 1200px) {
	#fh5co-header {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 768px) {
	#fh5co-header {
		padding-top: 2em;
		padding-bottom: 2em;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 480px) {
	#fh5co-header {

	}
}

#fh5co-nav {
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 768px) {
	#fh5co-nav {
		position: fixed;
		z-index: 98;
		height: 60px;
		background: hsl(0, 4%, 95%);
		border-top: 1px solid hsl(0, 4%, 85%);
		color: #f3f2f2;
	}
}

#fh5co-nav .fh5co-lang-select {
	font-family: "Titillium Web", sans-serif;
	list-style: none;
	position: absolute;
	height: 40px;
	line-height: 40px;
	top: calc(50% - 20px);
	bottom: 0;
	right: 5vw;
	color: white;
	margin: 0;
	padding: 0;
}
#fh5co-nav .fh5co-lang-select li {
	font-weight: 400;
	display: inline;
	margin-left: 8px;
	top: -1px;
	position: relative;
}
#fh5co-nav .fh5co-lang-select a {
	font-size: 18px;
	color: white;
}
@media screen and (max-width: 768px) {
	#fh5co-nav .fh5co-lang-select a {
		color: var(--primary);
		font-weight: 500;
	}
}
#fh5co-nav .fh5co-lang-select a.selected {
	font-weight: bold;
	font-size: 19px;
}

#fh5co-header .fh5co-nav-toggle,
#fh5co-offcanvas .fh5co-nav-toggle {
	position: absolute;
	left: 5vw;
	z-index: 100;
}
#fh5co-offcanvas .fh5co-nav-toggle {
	top: calc((170px - 40px) / 2);
}
@media screen and (max-width: 1200px) {
	#fh5co-offcanvas .fh5co-nav-toggle {
		top: calc((160px - 40px) / 2);
	}
}
@media screen and (max-width: 768px) {
	#fh5co-header .fh5co-nav-toggle {
		left: 15px;
	}
	#fh5co-offcanvas .fh5co-nav-toggle {
		top: 30px;
		left: auto;
		right: 40px;
	}
	#fh5co-header .fh5co-lang-select {
		right: 15px;
	}
	#fh5co-nav .fh5co-nav-toggle i,
	#fh5co-nav .fh5co-nav-toggle i:before,
	#fh5co-nav .fh5co-nav-toggle i:after {
		background: var(--primary);
	}
}

#fh5co-header #fh5co-logo {
	text-align: center;
}
#fh5co-header #fh5co-logo a {
	display: inline-block;
	position: relative;
}
#fh5co-header #fh5co-logo img {
	max-height: 70px;
}
@media screen and (max-width: 1200px) {
	#fh5co-header #fh5co-logo img {
		max-height: 60px;
	}
}

.fh5co-post-prev,
.fh5co-post-next {
	position: fixed;
	z-index: 999;
	top: 50%;
	height: 200px;
	margin-top: -100px;
	line-height: 200px;
	font-weight: 600;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-size: 0;
	font-family: "Titillium Web", sans-serif;
	color: var(--primary);
}
@media screen and (max-width: 768px) {
	.fh5co-post-prev,
	.fh5co-post-next {
		position: relative;
		text-align: center;
		display: -moz-inline-stack;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
}
.fh5co-post-prev span,
.fh5co-post-next span {
	width: 100px;
	font-size: 15px;
	line-height: 1.25;
	display: inline-block;
	vertical-align: middle;
}
.fh5co-post-prev i,
.fh5co-post-next i {
	font-size: 30px;
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle;
}

.fh5co-post-prev {
	left: 0;
	margin-left: -25px;
}
.fh5co-post-prev:hover {
	margin-left: 10px;
}
@media screen and (max-width: 768px) {
	.fh5co-post-prev {
		margin-left: 15px;
		float: left;
	}
}

.fh5co-post-next {
	right: 0;
	margin-right: -25px;
}
.fh5co-post-next:hover {
	margin-right: 10px;
	color: #000;
}
@media screen and (max-width: 768px) {
	.fh5co-post-next {
		margin-right: 15px;
		float: right;
	}
}

.fh5co-post-entry {
	position: relative;
	top: 250px;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.fh5co-post-entry {
		top: 200px;
	}
}
.fh5co-post-entry.single-entry article {
	padding: 0 2em;
} 
.fh5co-post-entry.single-entry .background {
	height: calc(100% - 330px);
	position: absolute;
	top: 270px;
	background-color: white;
}
@media screen and (max-width: 768px) {
	.fh5co-post-entry.single-entry .background {
		height: calc(100% - 290px);
		top: 240px;
	} 
}
.fh5co-post-entry.single-entry .title-img {
	width: 100%;
}
.fh5co-post-entry .fh5co-page-title,
.fh5co-post-entry.single-entry .fh5co-article-title {
	font-size: 40px;
	text-align: center;
	margin-top: 25px;
}
.fh5co-post-entry .fh5co-page-title {
		margin-top: 20px;
}
@media screen and (max-width: 992px) {
	.fh5co-post-entry .fh5co-page-title,
	.fh5co-post-entry.single-entry .fh5co-article-title {
		font-size: 36px;
	}
}
@media screen and (max-width: 768px) {
	.fh5co-post-entry .fh5co-page-title,
	.fh5co-post-entry.single-entry .fh5co-article-title {
		font-size: 32px;
	}
}
.fh5co-post-entry .fh5co-page-title:after,
.fh5co-post-entry.single-entry .fh5co-article-title:after {
	margin-left: auto;
	margin-right: auto;
}

.fh5co-post-entry article {
	text-align: left;
	float: left;
	margin-bottom: 110px;
	padding-left: 2em;
	padding-right: 2em;
}
@media screen and (max-width: 1200px) {
	.fh5co-post-entry article {
		margin-bottom: 80px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 992px) {
	.fh5co-post-entry article {
		margin-bottom: 60px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 768px) {
	.fh5co-post-entry article {
		margin-bottom: 50px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
.fh5co-post-entry article a img {
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-post-entry article a:hover img {
	opacity: .4;
}
.fh5co-post-entry article > figure {
	margin-bottom: 45px;
}
.fh5co-post-entry.single-entry article > figure {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.fh5co-post-entry .fh5co-page-title,
.fh5co-post-entry .fh5co-article-title {
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	line-height: 1.35;
	color: var(--primary);
	margin-bottom: 20px;
}
.fh5co-post-entry .fh5co-article-title {
	font-size: 26px;
	margin-top: 0.4em;
}
.fh5co-post-entry .fh5co-date + .fh5co-article-title {
	margin-top: 2em;
}
.fh5co-post-entry.single-entry .fh5co-article-title {
	margin-top: 1em;
}
.fh5co-post-entry .fh5co-page-title {
	margin-bottom: 20px;
}
.fh5co-post-entry .fh5co-page-title,
.fh5co-post-entry .fh5co-article-title a {
	color: var(--primary);
}
.fh5co-post-entry .fh5co-page-title:after,
.fh5co-post-entry .fh5co-article-title:after {
	content: ' ';
	width: 30%;
	display: block;
	height: 1px;
	margin-top: 20px;
	background-color: var(--primary);
}
@media screen and (max-width: 992px) {
	.fh5co-post-entry article h2 {
		font-size: 22px;
	}
}
@media screen and (max-width: 768px) {
	.fh5co-post-entry article h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}
.fh5co-post-entry article .fh5co-meta {
	font-size: 16px;
	font-family: "Titillium Web", sans-serif;
	color: #5c5951;
	margin-bottom: 20px;
	display: block;
	letter-spacing: 1px;
}
.fh5co-post-entry.single-entry article .fh5co-meta {
	text-align: center;
}
.fh5co-post-entry article .fh5co-category {
	font-size: 17px;
	line-height: 1.2em;
	display: block;
	font-weight: 500;  
	color: var(--primary);
	margin: 55px auto 20px;
}
.fh5co-post-entry.single-entry article .fh5co-category {
	font-size: 18px;
	margin: 75px auto 35px;
	text-align: center;
}
.fh5co-post-entry article .fh5co-meta a {
	color: #5c5951;
}
.fh5co-post-entry article .fh5co-meta .separator,
.fh5co-post-entry article .fh5co-category .separator {
	border-radius: 2px;
	height: 4px;
	width: 4px;
	margin: -2px 5px 0;
	display: inline-block;
	vertical-align: middle;
}
.fh5co-post-entry article .fh5co-meta .separator {
	background-color: #5c5951;
}
.fh5co-post-entry article .fh5co-category .separator {
	background-color: var(--primary);
}
.fh5co-post-entry article .fh5co-meta .separator:last-child,
.fh5co-post-entry article .fh5co-category .separator:last-child {
	display: none;
}
.fh5co-post-entry article .fh5co-excerpt {
	font-family: Yrsa, sans-serif;
	font-size: 20px;
	line-height: 1.35;
	color: var(--primary);
}
.fh5co-post-entry article .fh5co-date {
	float: left;
	width: 100%;
	margin-top: -70px;
	position: relative;
}
.fh5co-post-entry article .fh5co-date div {
	font-family: "Titillium Web", sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	display: inline-block;
	background-color: var(--primary);
	color: white;
	padding: 12px 15px;
	margin-left: 20px;
}
.fh5co-post-entry.single-entry article .fh5co-date {
	text-align: center;
}
.fh5co-post-entry.single-entry article .fh5co-date div {
	margin: auto;
}
.fh5co-post-entry .article-list {
	padding-top: 3em;
}
.fh5co-post-entry article .excerpt {
	border-bottom: 1px solid #EEE;
	font-weight: 600;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.fh5co-post-entry article .excerpt p:last-child {
	margin-bottom: 0;
}
.fh5co-post-entry article .content-article {
	padding-top: 3em;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: #3b2657;
}
.fh5co-post-entry article .content-article .login {
	max-width: 300px;
	text-align: center;
	margin: auto;
}
.fh5co-post-entry article .content-article .login .element {
	margin-top: 25px;
}
.fh5co-post-entry article .content-article .login label {
	margin-bottom: 0;
}
.fh5co-post-entry article .content-article .login label span {
	margin-left: 5px;
	vertical-align: -1px;
}
.fh5co-post-entry article .content-article a {
	text-decoration: underline;
}
.fh5co-post-entry article .content-article blockquote {
	border-left: none;
	padding-left: 0;
}
.fh5co-post-entry article .content-article blockquote p {
	font-family: "Playfair Display", times, serif;
	font-size: 27px;
	font-style: italic;
	line-height: 1.5;
}
.fh5co-post-entry article .content-article blockquote p cite {
	padding-top: 20px;
	display: block;
	font-size: 16px;
	font-style: normal;
	color: gray;
}
.fh5co-post-entry article .content-gallery {
	padding-top: 3em;
	margin-left: auto;
	margin-right: auto;
	color: #3b2657;
}
.fh5co-post-entry article .content-gallery .file {
	padding: 0 2em 2em;
}
.fh5co-post-entry article .content-gallery .file a {
	display: block;
	overflow: hidden;
	position: relative;
}
.fh5co-post-entry article .content-gallery .file a::before {
	content: '';
	display: block;
	padding-top: 140%;
}
.fh5co-post-entry article .content-gallery .file img {
	position: absolute;
	top: 0;
}
.fh5co-post-entry article .content-gallery .title {
	text-align: center;
	margin: 10px 0 10px;
	font-size: 90%;
	font-weight: 600;
}
.fh5co-post-entry article .content-gallery .description {
	text-align: center;
	margin: -5px 0 10px;
	font-size: 90%;
}
.fh5co-post-entry article .fh5co-highlight {
	border: 4px solid #f2f2f2;
	padding: 30px;
	width: 100%;
	margin-bottom: 30px;
}
.fh5co-post-entry article .fh5co-highlight.right {
	float: right;
	margin-left: 30px;
}
.fh5co-post-entry article .fh5co-highlight.left {
	float: left;
}
.fh5co-post-entry article .fh5co-highlight h4 {
	font-size: 14px;
	letter-spacing: 2px;
	color: #b3b3b3;
	text-transform: uppercase;
	font-family: "Roboto", arial, sans-serif;
}
.fh5co-post-entry article .fh5co-highlight p {
	font-family: "Playfair Display", times, serif;
	color: #000;
	font-size: 20px;
}
.fh5co-post-entry article .footer {
	border-top: 1px solid #EEE;
	padding: 60px 0 0;
	margin: 60px 0;
	font-size: 85%;
}
.fh5co-post-entry article .footer p:last-child {
	margin-bottom: 0;
}
.fh5co-post-entry article .authors {
	border-top: 1px solid #EEE;
	margin-top: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
	width: 100%;
	text-align: center;
}
.fh5co-post-entry article .author {
	margin-bottom: 20px;
}
.fh5co-post-entry article .author > a {
	margin-bottom: 10px;
	display: inline-block;
}

.fh5co-social {
	padding: 0;
	margin: 30px 0 0 0;
	position: relative;
}
.fh5co-social li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
.fh5co-social li a {
	font-size: 20px;
	padding: 4px;
	color: white;
}

figure figcaption {
	padding-top: 15px;
	font-size: 14px;
	color: #999999;
}

#fh5co-offcanvas {
	background: var(--primary);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 60%;
	z-index: 99;
	opacity: 0;
	display: none;
}
@media screen and (max-width: 1024px) {
	#fh5co-offcanvas {
		width: 80%;
	}
}
@media screen and (max-width: 768px) {
	#fh5co-offcanvas {
		width: 100%;
		overflow-y: auto;
	}
}
#fh5co-offcanvas .fh5co-close-offcanvas {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	width: 30px;
	overflow: hidden;
	color: #cccccc;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media screen and (max-width: 768px) {
	#fh5co-offcanvas .fh5co-close-offcanvas {
		top: 5px;
	}
}
#fh5co-offcanvas .fh5co-close-offcanvas > span {
	width: 100px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
#fh5co-offcanvas .fh5co-close-offcanvas > span > span {
	top: 7px;
	position: relative;
	font-size: 18px;
	vertical-align: top;
}
#fh5co-offcanvas .fh5co-box {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
#fh5co-offcanvas .fh5co-menu {
	height: 100%;
	overflow: auto;
}
#fh5co-offcanvas .fh5co-menu.primary {
	text-align: center;
	float: left;
	border-right: solid 1px #ae9f80;
	width: 60%;
}
#fh5co-offcanvas .fh5co-menu.secondary {
	width: 40%;
}
@media screen and (max-width: 768px) {
	#fh5co-offcanvas .fh5co-menu {
		height: auto;
	}
	#fh5co-offcanvas .fh5co-menu.primary,
	#fh5co-offcanvas .fh5co-menu.secondary {
		width: 100%;
	}
	#fh5co-offcanvas .fh5co-menu.primary {
		border-right: none;
		border-bottom: solid 1px #ae9f80;
		padding-bottom: 50px;
	}
}
#fh5co-offcanvas .fh5co-menu .wrapper {
	padding: 100px 60px;
	margin: auto;
}
#fh5co-offcanvas .fh5co-menu hr {
	margin: 60px auto;
	width: 70%;
	border-top: solid 1px #ae9f80;
}
#fh5co-offcanvas .fh5co-menu .btn {
	margin: 15px auto;
}
#fh5co-offcanvas .fh5co-menu .link {
	font-family: Titillium Web, sans-serif;
	font-size: 18px;
	letter-spacing: 0.3pt;
	color: #999;
	display: block;
}
#fh5co-offcanvas .fh5co-menu .link.secondary {
	color: #999;
	margin: 5px auto;
}
#fh5co-offcanvas .fh5co-menu .link.primary {
	color: white;
	margin: 30px auto;
}
/*
#fh5co-offcanvas .fh5co-menu .link:first-child {
	margin-top: 0;
}
#fh5co-offcanvas .fh5co-menu .link:last-child {
	margin-bottom: 0;
}
*/
#fh5co-offcanvas .heading {
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 40px;
	margin-top: 0;
	text-align: center;
}
#fh5co-offcanvas .fh5co-menu.secondary {
	float: right;
}
#fh5co-offcanvas .fh5co-menu.secondary .title {
	color: white;
	font-size: 85%;
	margin: 5px 0 25px;
	text-align: center;
}
#fh5co-offcanvas .fh5co-menu.secondary .title:last-child {
	margin-bottom: 0;
}

#fh5co-footer {
	padding: 3em 0;
	text-align: center;
}

.js .to-animate, .js
.to-animate-2, .js
.animate-box {
	opacity: 0;
}

.fh5co-nav-toggle {
	cursor: pointer;
	text-decoration: none;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}
.fh5co-nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 25px;
	height: 3px;
	color: #535659;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: white;
	transition: all .2s ease-out;
	top: 1px;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
	content: '';
	width: 25px;
	height: 3px;
	background: white;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.fh5co-nav-toggle i::before {
	top: -7px;
}

.fh5co-nav-toggle i::after {
	bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
	top: -10px;
}

.fh5co-nav-toggle:hover i::after {
	bottom: -10px;
}

.fh5co-nav-toggle.active i {
	background: transparent;
}

.fh5co-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	padding: 0;
	display: block;
	margin: 0 auto;
	display: block;
	height: 40px;
	width: 25px;
	border-bottom: none !important;
	line-height: 40px;
	font-size: 0;
}
@media screen and (max-width: 768px) {
	.fh5co-nav-toggle {
		display: block;
	}
}

.fh5co-animated {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.rp-b {
	padding-bottom: 40px;
}

.cp-l {
	padding-left: 50px;
}
@media screen and (max-width: 992px) {
	.cp-l {
		padding-left: 15px;
	}
}

.cp-r {
	padding-right: 50px;
}
@media screen and (max-width: 992px) {
	.cp-r {
		padding-right: 15px;
	}
}

@media screen and (max-width: 480px) {
	.col-xxs-12 {
		width: 100%;
		float: none;
	}
}

#main-loading {
	position: fixed;
	width: 100%;
	top: 100px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loading {
	position: relative;
	width: 80px;
	height: 80px;
}
.loading div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 5px;
	border: 5px solid var(--primary);
	border-radius: 50%;
	animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: var(--primary) transparent transparent transparent;
}
.loading div:nth-child(1) {
	animation-delay: -0.45s;
}
.loading div:nth-child(2) {
	animation-delay: -0.3s;
}
.loading div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

