@-webkit-keyframes pt_theme__loadingSpinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); }
}

@keyframes pt_theme__loadingSpinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); }
}

body {
	background-color: white;
	display: table;
	height: 100%;
}

body .-bg-image {
	-webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	background: transparent url(../images/demo8/bg.jpg) no-repeat center center;
	background-size: cover; }

body .-bg-image::before {
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	background: transparent;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(35%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 35%, rgba(0, 0, 0, 0.75) 100%);
	background: linear-gradient(to bottom, transparent 0%, transparent 35%, rgba(0, 0, 0, 0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0); }

body main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%; }

body main h1, body main h2, body main h3, body main h4, body main h5, body main h6, body main p {
	color: inherit; }

body main .wrap-intro {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
	margin: 40px 10px 50px 10px;
	text-align: center; }

@media (max-width: 767px) {
	body main .wrap-intro {
		margin-top: 50px; }
}

body main .wrap-intro h4 {
	font-family: 'Vollkorn';
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	line-height: 110%;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #171717; }

body main .wrap-intro h2 {
	font-family: 'Vollkorn', sans-serif;
	font-weight: 900;
	font-size: 50px;
	line-height: 110%;
	color: #fff;
	text-decoration: underline;
	padding-bottom: 30px;
}

@media (max-width: 767px) {
	body main .wrap-intro h1 {
		font-size: 35px; }
}

body main .wrap-intro .social-icons {
	margin-top: 20px; }

@media (max-width: 767px) {
	body main .wrap-intro .social-icons {
		margin-top: 20px; }
}

body main .wrap-footer {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 30px;
	color: white; }

@media (max-width: 767px) {
	body main .wrap-footer {
		padding: 0 20px;
		padding-bottom: 30px;
		display: table;
		text-align: center;
		width: calc(100% - 40px); }
}

body main .wrap-footer h6 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #FFFFFF; }

body main .wrap-footer p {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	opacity: 0.6; }

body main .wrap-footer form {
	margin: 20px 0; }
