/* Complex page footer */
.pusher {
    height: 226px;
    margin: 0 auto;
}

.footer {
    background: transparent url("../../img/page/bg/footer.jpg") top center no-repeat;
    width: 100%;
    height: 214px;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 3;
}

.footer-contents {
    width: 900px;
    margin: 0 auto;
    height: 214px;
    position: relative;
}

/* Left footer side: part of a pipe and transparent wood */
.footer .page-sides {
    position: absolute;
    left: 50.01%;
    top: 0;
    width: 1px;
    height: 100%;
}

.footer .page-left-bottom-side {
    position: absolute;
    left: -600px;
    top: -202px;
    width: 158px;
    height: 212px;
    background: transparent url("../../img/page/bg/left-side-bottom.png") 0 0 no-repeat;
}

.footer .page-right-bottom-side {
    position: absolute;
    left: 449px;
    top: -202px;
    width: 151px;
    height: 212px;
    background: transparent url("../../img/page/bg/right-side-bottom.png") 0 0 no-repeat; /* h:52px; */
}

.beer-glass-part {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 214px;
    width: 77px;
    height: 46px;
    background: transparent url("../../img/page/bg/beer-glass-part.png") right bottom no-repeat;
}

.time-to-drink-beer {
    color: #fdfeff;
    font-size:18px;
    margin-left:370px;
    padding-top:56px;
}

/* Bottom phone, address, contacts */
.contacts-bottom {
    float: left;
    padding: 80px 0 0 20px;
}

.contacts-bottom .phone {
    color: #848281;
}

.contacts-bottom .address {
    color: #848281;
}

/* Made in... */
.made-in {
    color: #848281;
    float: right;
    padding: 130px 50px 0 0;
    text-align: right;
}

.made-in a {
    color: #fdfeff;
}

.footer-contents .social-links{
    font-size: 20px;
    margin-top: 30px;
    margin-left: 70px;
}

.footer-contents .social-links a {
    color: #848281;
}

.footer-contents .social-links a {
    color: #848281;
    margin-right: 10px;
    border-radius: 45px;
    border: 2px solid #848281;
    width: 25px;
    padding: 7px;
    text-align: center;
    float: left;
}

.footer-contents .social-links a:hover {
    color: white;
    border-color: white;
}