*, *::before, *::after {
    box-sizing: border-box;
}
body {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
	background: none;
}
.full {
	background: url(../img/bg1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
strong {
	font-weight: 700;
}
a, a:hover {
	color: #fff;
	text-decoration: none;
}
.first{
	text-align: center;
	padding: 8px 15px 0;
	background-color: #444f53;
}
.first a{
	font-weight: 700;
	letter-spacing: 0.5px;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.coming-soon {
	padding-top: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	text-align: center;
	color: #fff;
}
.coming-soon h2 {
	font-size: 68px;
	font-weight: 700;
	text-shadow: 0 1px 7px rgba(0,0,0,.2);
	line-height: 1.3;
}
.coming-soon p {
	margin: 20px 15px 0;
	background-color: #fff;
	color: #282828;
	font-size: 20px;
	line-height: 1.4;
	display: inline-block;
	padding: 10px 20px 11px;
}
.about{
	padding: 20px;
	margin-top: 125px;
}
.about .container{
	background-color: #fff;
	color: #282828;
}
.about .container .content{
	padding: 20px;
	padding-bottom: 25px;
}
.about .container .content .head-line {
    color: #484848;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}
.about .container .content .btn-primary{
	border-radius: 0;
	background-image: none;
	border: none;
	padding: 8px 20px;
	text-shadow: none;
	box-shadow: none;
}
.about .container .logo{
	text-align: center;
	padding: 50px 20px 20px;
}
.about .container .logo a{
	background: url("../img/logo_dnhost.png") no-repeat scroll 0 0 transparent;
	background-size: 230px 70px;
	padding-top: 70px;
	width: 230px;
	height: 70px;
	margin: 0;
	display: inline-block;
	overflow: hidden;
}

/***** Media Queries *****/

@media (min-width: 768px) and (max-width: 979px) {
.logo h1 {
	padding-left: 0;
}
}

@media (max-width: 767px) {
body {
	padding-left: 0;
	padding-right: 0;
}
.logo h1 {
	padding-left: 0;
	text-align: center;
}
.coming-soon h2 {
	font-size: 36px;
	padding: 0 20px;
}
.coming-soon p {
	padding: 10px 20px;
}
.about{
	margin-top: -15px;
}
.about .container .logo{
	text-align: left;
	padding: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}
}