@-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;
}

@media (min-width: 1024px) {
	body {
		display: table; }
}

body .notify-wrap p {
	font-family: 'Work Sans', sans-serif;
	font-weight: 500; }

body main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	min-height: 100vh;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media (max-width: 1023px) {
	body main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; }
}

body main h1 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	font-size: 40px;
	color: #374DD3;
	line-height: 100%;
	margin-top: 15px;
	margin-bottom: 20px; }

@media (max-width: 767px) {
	body main h1 {
		font-size: 35px; }
}

body main h2 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	font-size: 35px;
	color: #FFFFFF;
	line-height: 120%;
	text-align: center; }

@media (max-width: 767px) {
	body main h2 {
		font-size: 28px;
		line-height: 110%; }
}

body main h4 {
	font-family: 'Vollkorn';
	font-style: italic;
	font-weight: 400;
	font-size: 25px;
	color: #374DD3;
	line-height: 100%; }

@media (max-width: 767px) {
	body main h4 {
		font-size: 20px; }
}

body main p {
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: #9B9B9B; }

body main p.-style1 {
	font-size: 16px;
	line-height: 100%;
	color: #171717; }

@media (max-width: 767px) {
	body main p.-style1 {
		font-size: 14px; }
}

body main p.-style2 {
	font-family: 'Vollkorn';
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	color: #9A9CA8; }

body main .newsletter-form p {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700; }

body main .wrap-left {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-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/demo7/bg11.gif) no-repeat center center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	width: 50%; }

@media (max-width: 1023px) {
	body main .wrap-left {
		width: 100%;
		min-height: 100vh; }
}

body main .wrap-left .newsletter-wrap {
	-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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 40px; }

@media (max-width: 767px) {
	body main .wrap-left .newsletter-wrap {
		padding: 0 30px; }
}

body main .wrap-left .newsletter-wrap form {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px; }

body main .wrap-left .image-wrap {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	text-align: center;
	padding-bottom: 30px;
	overflow: hidden; }

body main .wrap-right {
	-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;
	width: 50%; }

@media (max-width: 1023px) {
	body main .wrap-right {
		display: table;
		width: 100%; }
}

body main .wrap-right .text-wrap {
	-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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 100px; }

@media (max-width: 1023px) {
	body main .wrap-right .text-wrap {
		padding: 100px 50px 50px 50px; }
}

@media (max-width: 767px) {
	body main .wrap-right .text-wrap {
		padding: 50px 40px; }
}

body main .wrap-right .text-wrap .social {
	margin-top: 50px; }

body main .wrap-right .text-wrap .social > p {
	display: inline-block;
	vertical-align: middle; }

body main .wrap-right .text-wrap .social .social-icons {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px; }

@media (max-width: 767px) {
	body main .wrap-right .text-wrap .social .social-icons {
		margin-left: 0px;
		margin-top: 15px; }
}

body main .wrap-right .wrap-copy {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding: 30px 100px 55px 100px; }

@media (max-width: 1023px) {
	body main .wrap-right .wrap-copy {
		padding: 30px 50px; }
}

@media (max-width: 767px) {
	body main .wrap-right .wrap-copy {
		padding: 50px 40px; }
}
