footer{
 position:absolute;
 height:380px;
 bottom: 0;
 width:100%;
}
footer .row{
	margin:0 !mportant;
}
.footer {
	 border-top: 10px solid #5b1300;
	 background-color:#fff;
	 position:relative;

}
.footer a {
	color: #9f331d;
	font-weight:600;
}

.footer .col-sm-12 {
	 padding:0 30px;
}
.footer .col-sm-6 {
	 width: 40%;
}
.footer-top {
	width: 100%;
	background-color: #F0E1BE;
	border-bottom: 1px solid #333;
	margin-bottom: 2em !important;
}
.footer-links div div {
	padding: 0.5em 0.5em 0 0.5em;
}
.footer-links div {
	text-align: left;
	font-size: 1.1em;
}
.footer-links img {
	width: 1.5em;
	margin: 0 0.2em;
	border: 0em;
}
.left-border {
	border-left: 1px solid #333;
	color: #666;
}

.left-border2 {
	 color: #666;
	 font-size: 1.2em;
	 display:none;
}
.left-border div div {
 padding-left: 1em;
}
.footer div {
	list-style: none;
	padding: 3px 0 0;
	margin-bottom: 0.2em;
}
.footer-bottom, .footer-bottom a {
	background-color: #5b1300;
	color: #fff;
	text-align: right;
	width: 100%;
}
.footer-bottom img {
	float: left;
	max-width: 18em;
}
.footlinks div{
    padding-top:0 !important;
    margin-bottom:0 !important;
}
.notice {
	height: 100%;
	width: 100%;
	display: table;
}
.notice a {
	display: table-cell;
	vertical-align: middle;
}

@media (max-width: 768px) {
	 .left-border2 {
			 display:block;
			 padding-left: 50px !important;
	 }
	 .footer-top, .footer-middle {
			 display:none;
	 }
	 .left-border {
			 border-left: 0px;
	 }

	 .footer {

	 	 position:relative !important;

	 }
	 }
