body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	overflow-x: hidden;
}
ul {
	padding: 0;
}
p {
	margin: 0;
}
input:focus, button:focus, div:focus {
	outline: none;
}
#content {
	width: 100%;
	min-height: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	position: relative;
}
.maintenanceBg {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.maintenanceBg img {
	width: 100%;
	min-height: 100%;
	display: block;
}
.maintenancePage, .maintenanceAbout {
	padding: 90px 0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transform: translateX(50%) rotateX(45deg);
	-webkit-transform: translateX(50%) rotateX(45deg);
	-moz-transform: translateX(50%) rotateX(45deg);
	-o-transform: translateX(50%) rotateX(45deg);
	opacity: 0;
	filter: alpha(opacity=0);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: 0.6s cubic-bezier(.35,.25,.71,.84);
	-webkit-transition: 0.6s cubic-bezier(.35,.25,.71,.84);
	-moz-transition: 0.6s cubic-bezier(.35,.25,.71,.84);
	-o-transition: 0.6s cubic-bezier(.35,.25,.71,.84);
	-ms-transition: 0.6s cubic-bezier(.35,.25,.71,.84);
}
.maintenancePage.active, .maintenanceAbout.active {
	left: 0;
	z-index: 1;
	transform: translateX(0) rotateX(0);
	-webkit-transform: translateX(0) rotateX(0);
	-moz-transform: translateX(0) rotateX(0);
	-o-transform: translateX(0) rotateX(0);
	opacity: 1;
	filter: alpha(opacity=100);
}
.logo img {
	display: block;
	margin: 0 auto 60px;
}
.maintenanceText h3 {
	font-size: 31px;
	color: #ffffff;
	text-align: center;
	font-family: 'museo';
	margin-bottom: 60px;
}
.maintenanceText p {
	margin-bottom: 30px;
	letter-spacing: 1px;
	font-size: 18px;
	color: white;
	text-align: center;
	font-family: 'sourceSans';
}
#countDown p {
	text-align: center;
	color: white;
	font-size: 20px;
	font-family: 'sourceSans';
	margin-bottom: 50px;
}
#countDown .countdown-row {
	display: block;
	overflow: hidden;
	width: 1170px;
	margin: 0 auto;
}
#countDown .countdown-section {
	float: left;
	text-align: center;
	border-left: 1px solid #9c9ba1;
	padding: 10px 0;
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#countDown .countdown-section:first-child {
	border-left: none;
}
#countDown .countdown-show1 .countdown-section {
	width: 100%;
}
#countDown .countdown-show2 .countdown-section {
	width: 50%;
}
#countDown .countdown-show3 .countdown-section {
	width: 33.333333%;
}
#countDown .countdown-show4 .countdown-section {
	width: 25%;
}
#countDown .countdown-show5 .countdown-section {
	width: 20%;
}
#countDown .countdown-show6 .countdown-section {
	width: 16.667%;
}
#countDown .countdown-show7 .countdown-section {
	width: 14.285%;
}
#countDown .countdown-section span.countdown-amount {
	font-size: 74px;
	font-family: 'SourceSansSemiBold';
	color: white;
	display: block;
}
#countDown .countdown-section span.countdown-period {
	color: white;
	font-size: 20px;
	font-family: 'sourceSans';
	margin-bottom: 50px;
}
#countDown .countdown-section br {
	display: none;
}
.widget_wysija_cont .abs-req {
	display: none;
}
.wysija-paragraph label {
	display: block;
	font-size: 18px;
	color: white;
	font-family: 'sourceSans';
	text-align: center;
	margin-bottom: 20px;
}
.wysija-paragraph label span {
	display: none;
}
.wysija-paragraph input {
	margin: 0 auto;
	width: 35%;
	display: block;
	border: none;
	height: 46px;
	background-color: rgba(255,255,255,0.25);
	color: #FFFFFF;
	font-size: 20px;
	line-height: 22px;
	padding: 10px;
	margin-bottom: 20px;
	font-family: 'sourceSans';
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.wysija-paragraph input:focus {
	outline: none;
}
.wysija-submit {
	font-size: 18px;
	line-height: 20px;
	padding: 13px 20px;
	cursor: pointer;
	margin: 0 auto 50px;
	display: block;
	height: 46px;
	color: white;
	background-color: rgba(227,40,49,0.7);
	border: none;
	position: relative;
	z-index: 1;
	font-family: 'SourceSansSemiBold';
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.wysija-submit:hover {
	background-color: rgba(227,40,49,1);
}
.wysija-submit:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 0;
	top: 0;
	left: 0;
	right: 0;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.wysija-paragraph input:hover:after {
	width: 90%;
}
.maintenanceSocial {
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
.maintenanceSocial a {
	display: inline-block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	margin: 0 8px 10px;
	border-radius: 50%;
	background-color: white;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.maintenanceSocial a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: 0.6s ease;
	-webkit-transition: 0.6s ease;
	-moz-transition: 0.6s ease;
	-o-transition: 0.6s ease;
	-ms-transition: 0.6s ease;
}
.maintenanceSocial a span {
	color: black;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.morePageToggle p {
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	color: white;
}
.aboutText {
	width: 55%;
	text-align: center;
	margin: 0 auto 70px;
}
.aboutText h3 {
	margin-bottom: 25px;
	font-size: 24px;
	color: white;
	letter-spacing: 1px;
	font-family: 'sourceSans';
}
.aboutText p {
	font-size: 14px;
	line-height: 19px;
	color: white;
	font-family: 'sourceSans';
}
.maintenanceContact {
	text-align: center;
}
.maintenanceContact li {
	display: inline-block;
	margin: 0 35px 35px;
}
.maintenanceContact li div {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	margin: 0 auto 15px;
	cursor: pointer;
}
.maintenanceContact li div:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 79px;
	height: 79px;
	border-radius: 50%;
	border: 3px solid white;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.maintenanceContact li div:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background-color: white;
	opacity: 1;
	filter: alpha(opacity=0);
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.maintenanceContact li div:hover:before {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
}
.maintenanceContact li div:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
.maintenanceContact li div span {
	font-size: 40px;
	line-height: 85px;
	float: left;
	margin-left: 22px;
	color: white;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.maintenanceContact li div:hover span {
	color: black;
}
.maintenanceContact li p {
	font-size: 18px;
	color: white;
	font-family: 'sourceSans';
}
@media (max-width: 1199px) and (min-width: 992px) {
	#countDown .countdown-row {
		width: 970px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	#countDown .countdown-row {
		width: 750px;
	}
}
@media (max-width: 767px) {
	#countDown .countdown-row {
		width: auto;
		margin: 0 20px 20px;
	}
	#countDown .countdown-section {
		width: 80% !important;
		float: none;
		display: block;
		margin: 0 auto 20px;
		border-left: none;
		border-top: 1px solid white;
	}
	#countDown .countdown-section:first-child {
		border-top: none;
	}
	.wysija-paragraph input {
		width: 70%;
	}
}
