/***** 
Файл стилей для нижнего колонтитула внутренней части сайта (админки)
******/

/******
Page Footer 
******/

footer {
   /*  height: 150px; */
    margin-top: 50px;

	/* position: absolute; */
	bottom: 0px;
	width: 100%; 
}
footer .right-side,
footer #logo {
    width: 220px;
}
footer #logo {
    text-align: left;
} 
.logo-small-footer {
    display: none;
}
footer .copy {
    display: none;
}
.logo-small-footer {
        display: inline-block;
    }
footer #logo img.logo-300 {
        display: none; 
    }
footer #logo {
        width: auto;
        float: left;
}
footer .copy {
        display: block;
        float: right;
        font-size: 12px;
        line-height: 30px;
        margin-right: 10px;
}
footer .right-side .social {
    float: none;
    text-align: right;
}
footer .right-side .social a {
    margin: 0 0 0 16px;
}
footer .right-side .social {
    padding: 3px 0 10px;
}
.page-wrapper-bottom {
	/* position: absolute; */
    bottom: 0;
	width:100%;
}
@media only screen and (max-width:480px) {
.page-wrapper-bottom {
	position: inherit;
    bottom: 0px;
	width:100%;
}
}  
.page-prefooter {
    background: #3b434c;
    color: #a2abb7;
    padding: 30px 0 10px 0;
    clear: both;
	text-align: center;
	margin-top: 50px;
}
.page-prefooter a {
    color: #32c5d2;
}
.page-prefooter h2 {
	color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 12px;
}
.page-footer {
    background: #3b434c;
    color: #a2abb7;
    font-size: 13px;
    font-weight: 300;
    padding: 17px 0;
}
@media (min-width: 1200px)
.container {
    width: 1170px;
}
@media (min-width: 992px)
.container {
    width: 970px;
}
@media (min-width: 768px)
.container {
    width: 750px;
}
.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 992px)
.col-md-3 {
    width: 25%;
	float: left;
}
.page-footer a:hover {
    color: #f2f2f2;
}
.page-footer a {
    color: #e6e6e6;
    text-decoration: none;
}
.page-footer {
    font-size: 13px;
    font-weight: 300;
    padding: 17px 0;
}
/* a:focus, a:hover {
   text-decoration: underline; 
} */
address {
    font-style: normal;
    line-height: 1.42857;
}
/* a {
    text-decoration: none;
} */