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

@font-face {
    font-family: CenturyGothic;
    src: url(../fonts/GOTHIC.TTF);
  }
  @font-face {
    font-family: CenturyGothicBold;
    src: url(../fonts/GOTHICB.TTF);
  }
  @font-face {
    font-family: CenturyGothicItalic;
    src: url(../fonts/GOTHICI.TTF);
  }
  @font-face {
    font-family: CenturyGothicBoldItalic;
    src: url(../fonts/GOTHICBI.TTF);
}

body {
	background-color: white;
}

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/demo6/bg3.jpg) no-repeat center center;
	background-size: cover; }

body .-bg-image::before {
	content: " ";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.3);
}

@media (max-width: 767px) {
	body .-bg-image::before {
		height: 100%; }
}

body .notify-wrap p {
	font-family: 'CenturyGothic', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

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

@media (max-width: 767px) {
	body main {
		display: block; }
}

body main h4 {
	font-family: 'CenturyGothicBoldItalic';
	font-style: italic;
	font-weight: 400;
	font-size: 25px;
	color: #FFFFFF;
	line-height: 100%;
	text-transform: uppercase;
	
}

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

body main h1 {
	font-family: 'CenturyGothic', sans-serif;
	font-weight: 900;
	font-size: 50px;
	line-height: 100%;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing:1px;
}

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

body main .wrap-top {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-size: cover;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20%;
}

@media (max-width: 1023px) {
	body main .wrap-top {
		padding-left: 50px; }
}

@media (max-width: 767px) {
	body main .wrap-top {
		display: block;
		padding: 30px;
		padding-right: 10px; }
}

body main .wrap-top .text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start; }

@media (max-width: 767px) {
	body main .wrap-top .text-wrap {
		display: block; }
}

body main .wrap-top .text-wrap .brand {
	margin-right: 40px;
	margin-top: 0px; }

@media (max-width: 767px) {
	body main .wrap-top .text-wrap .brand {
		margin-bottom: 30px;
		margin-right: 0;
		margin-top: 10px; }
}

body main .wrap-top .text-wrap .text h1 {
	margin-top: 15px;
	margin-bottom: 40px; }

body main .wrap-top .text-wrap .text h4.nl-title {
	font-size: 20px;
	margin-bottom: 10px; }

@media (max-width: 767px) {
	body main .wrap-top .text-wrap .text h4.nl-title {
		font-size: 18px; }
}

body main .wrap-top .text-wrap .text form {
	max-width: 400px;
	margin-left: -23px; }

body main .wrap-bottom {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 20%;
	padding-bottom: 15px;
	padding-right: 30px;
	overflow: hidden; }

@media (max-width: 1023px) {
	body main .wrap-bottom {
		padding-left: 50px; }
}

@media (max-width: 767px) {
	body main .wrap-bottom {
		display: block;
		padding-right: 10px;
		padding-left: 30px; }
}

body main .wrap-bottom p {
	font-family: 'CenturyGothic', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0.4px;
	line-height: 13px;
	text-transform: uppercase;
 }

@media (max-width: 767px) {
	body main .wrap-bottom p {
		font-size: 12px;
		margin-top: 50px; }
}
