/* FOOTER */

footer hr {
    margin: 0 0 0 0;
}

footer hr.fat {
    height: 10px;
    background-color: #EBBF35;
    margin: 10px 0 20px;
}

footer hr.white-line {
    background-color: #fff;
}

footer {
    background-color: #323232;
    color: #fff;
    margin-top: 30px;
}

.footer-menu {
    float: left;
}

.footer-menu ul {
    padding: 5px 0 0 10px;
}

.footer-menu ul li {
    float: left;
    list-style: none;
    padding: 0;
    margin-right: 20px;
}

footer .footer-menu li a:focus,
footer .footer-menu li a:hover,
footer .footer-menu li a {
    text-decoration: none;
    color: #fff;
}

footer .siga {
    float: right;
}

.siga span {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 2px;
}

.siga img:last-of-type {
    margin-right: 10px;
}

.siga a {
    margin: 0;
    float: left;
    width: 25px;
}

.footer-subscribe {
    float: left;
    width: 300px;
    padding-left: 10px;
    margin-bottom: 15px;
    border-right: 1px solid #EBBF35;
    margin-top: 20px;
}

/*.footer-subscribe button {
    width: 80px;
    height: 30px;
    padding: 0;
    background-color: #EBBF35;
    border: 0;
}*/
.footer-subscribe .input-group {
    text-align: left!important;
}

.footer-subscribe span {
    vertical-align: bottom;
}

.footer-subscribe p {
    float: left;
}

.footer-subscribe input {
    width: 171px;
    height: 30px;
    background-color: #fff;
    border-radius: 0px;
    /*border: 0px solid #ccc;*/
    border: 0px solid #ccc;
}

.footer-font-title {
    color: #EBBF35;
    float: left;
    width: 100%;
}

footer form {
    float: left;
    width: 250px;
}

.footer-contacts {
    float: left;
    width: 65%;
    padding-left: 30px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.footer-contact {
    float: left;
    width: 190px;
    margin-top: 15px;
}

.footer-contact span:first-child {
    float: left;
    width: 190px;
    padding-left: 15px;
}

.footer-contact img {
    vertical-align: baseline;
}

footer .copy {
    padding-left: 10px;
}

footer .copy img {
	margin-top: 10px;
    display: block;
}

footer .copy span {
	margin-bottom: 10px;
}
