.error-page {
	/*min-height: 100vh;*/
	/*position: relative;*/

}

.error-page .content{
	text-align: center;
	font-size: 15px;
	padding-bottom: 120px;
	padding-top: 80px;
}

.error-page .footer-wrapper{/*
	position: absolute;
	width: 100%;
	bottom: 0;*/
}


.maintenance-page .maintenance-logo img{
    width: 200px;
    height: 200px;
    margin:15% auto auto auto;
}

.maintenance-page {
    background-color: #eeeeee;
    height: 100vh;
    text-align: center;
}

.maintenance-page .error-text{
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    margin-top: 50px;
    color: #333333;
}

.maintenance-page .error-message{
    font-size: 24px;
    margin-top: 30px;
    color: #777777;
    width: 800px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.maintenance-page .error-footer{
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 15px;
}

.maintenance-page .error-footer-wrapper{
    width: 150px;
    height: 20px;
    margin: auto;
}

.maintenance-page .error-footer .text{
    font-size: 15px;
    float: left;
    color: #777777;
}

.maintenance-page .error-footer .javali-icon{
    height: 19px;
    width: 60px;
    background-image: url("../images/selo_javali.png");
    background-position-y: -6px;
    /*position: relative;*/
    top: -5px;
    float: right;
    background-repeat: no-repeat;
}

.maintenance-page .error-footer .javali-icon a{ 
    display: block;
    width: 60px;
    height: 19px;
}