/*------------------------------------------------------------------
Common Stylesheet
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
Table of contents

1. Fonts
2. Elements
3. Background
4. Main-container
5. Counter
6. Progress Bar
7. Subscribe
8. Footer
9. Particles-js

-------------------------------------------------------------------*/
/* ==================================================================
1. Fonts
================================================================== */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);

/* ==================================================================
  2. Elements
================================================================== */

body.maintenance {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	white-space: normal;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

span,
p,
input {
	line-height: 24px;
	font-family: 'Lato', sans-serif;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	display: inline-block;
}

ul {
	padding: 0;
	margin: 0;
}


/* ==================================================================
 3. background
================================================================== */
/* Twenty sixteen theme*/
body.maintenance:not(.custom-background-image):before, body.maintenance:not(.custom-background-image):after {
	height: 0;
}

#demo-1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* ==================================================================
 4. Main-container
================================================================== */

.maintenance .content {
	position: relative;
	margin: 0 40px;
	z-index: 999;
}

.maintenance .main-content {
	padding: 0 60px;
	z-index: 999;
}

.maintenance .content:after {
	background: rgba(0, 0, 0, 0.5);;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	content: "";
	z-index: -1;
	border-radius: 4px;
}

.maintenance .main-logo a {
	margin: 50px 0;
}

.maintenance .main-content h1 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 400;
	padding-bottom: 30px;
	word-spacing: 3px;
	color: #ffffff;
}

.maintenance .main-content p {
	font-size: 16px;
	padding-bottom: 15px;
	color: #ffffff;
}

.maintenance .free .main-content p {
	font-size: 16px;
	padding-bottom: 32px;
}

/* ==================================================================
 5. Counter
================================================================== */

.maintenance #counter {
	color: #eeeeee;
	overflow: hidden;
	padding-bottom: 21px;
	margin-top: 40px;
	margin-bottom: 35px;
}

.maintenance .counter-container {
	display: table;
	margin: 0 auto;
}

.maintenance #counter .box {
	display: inline-block;
	width: 75px;
	height: 68px;
	text-align: center;
	overflow: hidden;
	padding: 8px 0;
	margin: 5% 8px;
	border: 2px solid #fff;
	position: relative;
	border-radius: 2px;;
}

.maintenance #counter .number {
	font-size: 28px;
	text-align: center;
	font-weight: normal;
	line-height: 1;
}

.maintenance #counter span {
	display: block;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
}

/*=======================
6. Progress Bar
==========================*/

.maintenance .progress {
	width: 455px;
	height: 28px;
	overflow: hidden;
	background-color: transparent;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	border: 1px solid #fff;
	margin: 0 auto 50px;
	position: relative;
	padding: 2px;
}

.maintenance .progress:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid transparent;
}

.maintenance .progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 15px;
	line-height: 20px;
	color: #010101;
	text-align: center;
	background-color: #dddddd;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
	border-radius: 2px;
}

/*========================
8. Footer
==========================*/

.maintenance .footer {
	background: rgba(0, 0, 0, 0.6);;
	color: #aaa;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow: hidden;
	margin-bottom: 0;
	font-size: 14px;
	padding: 14px 0;
}

.maintenance .footer p {
	margin-bottom: 0;
	font-size: 14px;
}

.maintenance .footer p a,
.maintenance .footer a {
	color: #aaa;
	text-decoration: none;
	-webkit-transition: all 0.33s;
	transition: all 0.33s;
}

.maintenance .footer p a:hover,
.maintenance .footer a:hover {
	color: #a65b06;
	text-decoration: none;
}

/* ==================================================================
  9.  Particles-js
================================================================== */

/* ---- reset ---- */

.maintenance canvas {
	display: block;
	vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #BF6907;
}

.snowfall #particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	/*background: url(assets/images/bg-8.jpg) no-repeat scroll 0 0;*/
	background-size: cover;
}

/* ---- stats.js ---- */

.count-particles {
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.js-count-particles {
	font-size: 1.1em;
}

#stats,
.count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}

#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.count-particles {
	border-radius: 0 0 3px 3px;
}
