
html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
	min-height:100%;
}

body {
    overflow: hidden;
    width: 100%;
    background: #f9f9f9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	background:url(../img/bg.jpg);
	background-position:center center;
	background-size:cover
}

*{
	/* font-family: 'Open Sans', sans-serif; */
}

label,
p {
    margin: 0;
	font-weight:normal
}

button,
input,
select,
textarea {
    background: 0 0;
    border: none;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0
}

textarea{
	vertical-align:middle;
}

ul {
    padding: 0;
    margin: 0
}
li{
	list-style:none;
}

dl,
ol,
ul {
    margin-bottom: 0
}
.htmlFixed{
	overflow:hidden
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0
}
.the_content{
	position:fixed;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	max-width:100%;
	text-align:center
}
.the_content img{
	width:500px;
	max-width:100%;
}
.the_content a{
	color:#737478;
	font-size:30px;
	position:relative;
	font-weight:bold;
}
@media(max-width:992px){
	.the_content{
		width:100%;
		padding:0 30px
	}
	.the_content a{
		font-size:18px
	}
	.the_content img{
		width:300px
	}
}