/*html {
	position: relative;
	min-height: 100%;
}

body {
	padding-top: 70px;
	padding-bottom: 70px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
}

.footer .navbar {
	border-radius: 0;
	top: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.container .text-muted {
	margin: 20px 0;
}*/
/*.icons_list {
    padding-left: 0;
    list-style: none;
}
.icons_block li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #fff;
    background-color: #f0f0f0;
    border-radius: 6px;
}
.icons_block .theme_icon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.icons_block .theme_icon_text {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
.icons_block li:hover {
    color: #fff;
    background-color: #AEAEAD;
}
@media (min-width: 768px) {
    .icons_list {
        margin-left: 0;
        margin-right: 0;
    }
    .icons_list li {
        width: 12.5%;
        font-size: 110%;
    }
} */
/*.go-to-top {
	position: fixed;
	bottom: 1em;
	right: 1em;
	color: white;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.3);
	font-size: 25px;
	padding: 5px 10px 5px 10px;
	border-radius: 3px;
	display: none;
	z-index: 99999;
}

.go-to-top:hover {
	color: white;
	background: rgba(0, 0, 0, 0.5);
}*/