@charset "utf-8";

@font-face {
	font-family: 'Cresta-Hairline';
	src: url('/fonts/cresta-hairline.eot');
	src: 
		url('/fonts/cresta-hairline.eot?#iefix') format('embedded-opentype'), 
		url('/fonts/cresta-hairline.woff2') format('woff2'),
		url('/fonts/cresta-hairline.woff') format('woff');
}
@font-face {
	font-family: 'Cresta-Light';
	src: url('/fonts/cresta-light.eot');
	src: 
		url('/fonts/cresta-light.eot?#iefix') format('embedded-opentype'), 
		url('/fonts/cresta-light.woff2') format('woff2'),
		url('/fonts/cresta-light.woff') format('woff');
}
@font-face {
	font-family: 'Cresta-Regular';
	src: url('/fonts/cresta-regular.eot');
	src: 
		url('/fonts/cresta-regular.eot?#iefix') format('embedded-opentype'), 
		url('/fonts/cresta-regular.woff2') format('woff2'),
		url('/fonts/cresta-regular.woff') format('woff');
}
@font-face {
	font-family: 'Cresta-Bold';
	src: url('/fonts/cresta-bold.eot');
	src: 
		url('/fonts/cresta-bold.eot?#iefix') format('embedded-opentype'), 
		url('/fonts/cresta-bold.woff2') format('woff2'),
		url('/fonts/cresta-bold.woff') format('woff');
}
@font-face {
	font-family: 'Cresta-Black';
	src: url('/fonts/cresta-black.eot');
	src: 
		url('/fonts/cresta-black.eot?#iefix') format('embedded-opentype'), 
		url('/fonts/cresta-black.woff2') format('woff2'),
		url('/fonts/cresta-black.woff') format('woff');
}
body {
	background-color: rgb(55,62,63);
			background-image:url(../img/pw_maze_black.png);
	background-position:0 0 ;
	background-repeat:repeat-x repeat-y;
	font-family: 'Cresta-Hairline';
	font-family: 'Cresta-Light';
	font-family: 'Cresta-Regular';
	font-family: 'Cresta-Bold';
	font-family: 'Cresta-Black';
 	font-family: 'Cresta-Regular';
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #ffffff;
}
h1, h2, h3, h4, h5, p, ul, li {
	margin: 0;
	padding: 0;
}
#page-wrap {
	padding-top: 15px;
}
#page-wrap h2 {
	margin-bottom: 20px;
}
#header-wrap {
	background-color: rgb(254,66,63);
	padding: 45px 0 100px 0;
	background-image: url(../img/header-bg.svg);
	background-repeat: repeat-x;
	background-position: 0 -70px;
	background-size: 1920px 714px;
	min-height: 550px;
	position: relative;
}

@media (max-width: 1199px) {
#header-wrap {
	padding: 45px 0 40px 0;
	background-position: -300px 0px;
	background-size: 1600px 595px;
	min-height: 500px;
}
}

@media (max-width: 767px) {
#header-wrap {
	background-image: none;
}
}
.header-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(254,66,64,1) 0%, rgba(254,66,64,1) 1%, rgba(254,66,64,1) 45%, rgba(254,66,64,0) 65%, rgba(254,66,63,0) 100%);
	background: -webkit-linear-gradient(left, rgba(254,66,64,1) 0%, rgba(254,66,64,1) 1%, rgba(254,66,64,1) 45%, rgba(254,66,64,0) 65%, rgba(254,66,63,0) 100%);
	background: linear-gradient(to right, rgba(254,66,64,1) 0%, rgba(254,66,64,1) 1%, rgba(254,66,64,1) 45%, rgba(254,66,64,0) 65%, rgba(254,66,63,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe4240', endColorstr='#00fe423f', GradientType=1 );
}

@media (max-width: 991px) {
.header-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(254,66,64,1) 0%, rgba(254,66,64,1) 15%, rgba(254,66,64,1) 60%, rgba(254,66,64,0) 80%, rgba(254,66,63,0) 100%);
	background: -webkit-linear-gradient(left, rgba(254,66,64,1) 0%, rgba(254,66,64,1) 15%, rgba(254,66,64,1) 60%, rgba(254,66,64,0) 80%, rgba(254,66,63,0) 100%);
	background: linear-gradient(to right, rgba(254,66,64,1) 0%, rgba(254,66,64,1) 15%, rgba(254,66,64,1) 60%, rgba(254,66,64,0) 80%, rgba(254,66,63,0) 100%);
}
}
#header-wrap .pre-intro {
	color: rgb(188,34,34);
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
#header-wrap p.intro {
	color: white;
	margin-bottom: 45px;
}
h1 {
	color: white;
	font-family: 'Cresta-Bold', sans-serif;
	font-weight:normal;
	font-size: 37px;
	margin-bottom: 15px;
}
h2 {
	font-family: 'Cresta-Bold', sans-serif;
	font-weight:normal;
 	font-size: 28px;
	 line-height: 1.3;
	margin-bottom: 15px;
	color: inherit;
}
 
p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom:15px;
	color: rgb(75,82,83);
}
p:first-child{
	margin-bottom:0;
}
strong{
	font-family: 'Cresta-Bold', sans-serif;
	font-weight:normal;
	}
ul {
}
ul li {
	font-size: 16px;
	list-style: none;
	background-image: url(../img/file-icon.svg);
	background-size: 15px 18.75px;
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 23px;
	margin-bottom: 15px;
	color: rgb(75,82,83);
}
 
.btn-outline {
	border: 3px solid rgb(188,34,34);
	background-color: transparent;
	border-radius: 0;
	color: white;
	font-weight: bold;
	font-size: 16px;
	line-height:16px;
	padding:10px 15px 14px 15px;
	transition: all ease-in-out .2s;
}
.btn-outline:hover {
	border: 3px solid rgb(188,34,34);
	background-color: rgb(188,34,34);
	color: white;
}
.btn-solid {
	background-color: rgb(254,66,63);
	border-radius: 0;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: all ease-in-out .2s;
	padding: 15px 30px;
}
.btn-solid:hover {
	background-color: rgb(188,34,34);
	color: white;
}

@media (max-width: 767px) {
#header-wrap .btn {
	font-size: 16px;
	margin-bottom:10px;
 
}
#footer-wrap {
	text-align:center;
}
#footer-wrap p.footer-interested {
	text-align:center;
}
}
#content-wrap {

}
#footer-wrap {
	color: white;
	padding: 45px 0;
}
#footer-wrap p {
	color: white;
}
#footer-wrap p.footer-interested {
	text-align:right;
}
@media (max-width: 767px) {
	#footer-wrap p.footer-interested {
	text-align:center;
	margin-bottom:15px !important;
}
}
#footer-wrap p.footer-legal {
	font-size: 12px;
	font-weight: 200;
	line-height: 55px;
	opacity: .5;
}
#footer-wrap p.footer-legal a {
	color: white;
	font-size: 12px;
	font-weight: 200;
}

.sec-140 {
	padding: 140px 0;
}
 @media (max-width: 767px) {
	.sec-140 {
	padding: 80px 0;
} 
 }
.sec-60 {
	padding: 60px 0;
}
.sec-b-80 {
	padding-bottom: 80px;
}
.sec-30 {
	padding: 30px 0;
}
.m-t-60 {
	margin-top: 60px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-l-15 {
	margin-left: 15px;
}
.sec-grey {
	background-color: rgb(237,243,244);
	color: rgb(124,84,148);
}
.sec-red {
	background-color: rgb(254,66,63);
	color: white;
}
.sec-purple {
	background-color: rgb(124,84,148);
	color: white;
}
.text-white {
	color: white;
}
.complicated-bg {
	background-image: url(../img/download-management-bg.svg);
 	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1920px 741px;
}

@media (max-width: 767px) {
.complicated-bg {
	background-position: -330px -90px;
}
}
#admin-tools img {
	margin-top: 30px;
	margin-bottom: 20px;
}
.close {
	float: right;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color:white;
	text-shadow:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
 }
.close:hover, .close:focus {
	color:white;
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal-content {
	position: relative;
	background-color:rgba(255,255,255,0);
	 border:none;
 	border-radius: 0px;
 	box-shadow:none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	background-color: rgba(124,84,148,.95); 
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 1;
	filter: alpha(opacity=100);
}
.modal-header {
	padding: 15px 15px 15px 15px;
	border-bottom:none;
}
.modal-body {
	position: relative;
	padding: 0px 15px 15px 15px;
}
 
.modal-title{
	text-align:center;
 	font-size:20px;
	color: rgb(124,84,148);
	color:white;
	margin:0;
	margin-top:60px;
    font-family: 'Cresta-Bold', sans-serif;

	}
.modal-header p{
	color:white;
	font-size:24px;
	text-align:center;
	}	
.modal-body p{
	font-size:15px;
	color:white;
	color: rgba(254,66,64,1);
}
.modal-body .btn-outline{
 	color:white;
	border:none;
}	

.modal-body .btn-outline:hover{
 	color:white;
}	

.form-control{
	color:white;
	font-family: 'Cresta-Bold', sans-serif;
	}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color:white;
	background-color:rgba(254,66,64,1);
 	border: 3px solid rgb(188,34,34);
	border-radius:0;
  -webkit-box-shadow:none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition:none;
}
.form-control:focus {
 	border: 3px solid rgb(188,34,34);
  outline: 0;
  -webkit-box-shadow:none;
  box-shadow: none;
}
 .form-control::-moz-placeholder {
  color:white !important;
  opacity: 1;
}
 .form-control:-ms-input-placeholder {
  color:white !important;
}
 .form-control::-webkit-input-placeholder {
  color:white !important;
}	
.with-errors ul li{
	color:white;
	margin:0 7px;
	}
@media (max-width: 767px) {
#footer-wrap .btn {
	margin:0 auto;
	width:100%;
	text-align:center;
	margin-top:30px;
}
.m-l-15{
	margin-left:0 !important;
	}
}	