.footer {
	background:#333;
	color:#fff;
	width:100%;
	padding:10px;
}
.footer .row {
	width:1280px;
	margin:0 auto;
}

.footer a{
	color:#fff;
}
.footer li {
	list-style:none;
	padding:10px;
}
.footer .form-control {
	background:rgba(255,255,255,0.5);
}
.footer .btn-group.bootstrap-select button {
	padding-bottom:9px;
}
.footer .social-icons a{
	width:44px;
	display: table-cell;
}
.footer .lang_arrow {
    position:absolute;
    bottom:22px;
    right:32px;
}
a svg:hover #twitter,
a svg:hover #tumblr,
a svg:hover #google {
	fill: #999;
}
a svg:hover #twitter,
a svg:hover #tumblr,
a svg:hover #google {
	transition: 200ms;
	transition-timing-function: ease-in-out;
	-webkit-transition: 200ms;
	-webkit-transition-timing-function: ease-in-out;
}
.footer .copyright {
	font-size:10px;
	font-weight:600;
}
.secureseal {
    position:relative;
}
#secure_seal_frame {
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 131px;
    height: 32px;
}
.regmark {
    position: absolute;
    top:3px;
    right:8px;
}
@media (max-width: 768px) {
    .footer .row {
        width: 100%;
    }
}