/** Footer
 **************************************************************** **/
#footer {
    color: #fff;
    display: block;
    vertical-align: bottom;
    background-size: contain;
    /*background-image: url(../images/footer-background.jpg);
    background-repeat: repeat-x;*/
    background-color: #700017;
    border-top: #252525 5px solid;
    z-index: 101;
}
#footer .copyright .container {
	padding-top:0;
	padding-bottom:0;
}
#footer a.social {
	border-radius:50%;
}
#footer-bg {
    padding-top: 40px;
}
@media only screen and (max-width: 767px) { 
	#footer .spaced h4 {
    margin-top: 15px;
}
}
#footer.bottom {
	position:absolute;
	left:0; right:0;
	bottom:0;
}
#footer-wrapper .newsletter {
    width: 443px;
    float: right;
    position: relative;
}
#footer-wrapper .newsletter .email {
    background-color: #1d2026;
    border: none;
    width: 265px;
    line-height: 37px;
    height: 40px;
    padding-left: 20px;
    font-size: 13px;
    color: #acb8c4;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.newsletter .submit:hover {
    background-color: #b48c80;
}
#footer-wrapper .newsletter .submit {
    background-color: #fcda9a;
}
#footer-wrapper .newsletter .submit {
    position: absolute;
    padding: 8px 60px;
    color: #0b0e13;
    font-family: ''''Montserrat'''', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    top: 0;
    right: 0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-weight: 600;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
#footer-wrapper {
    position: relative;
    background-color: #009246;
    /*background-image: url(../img/pics/footer-bkg-img1.png), url(../img/pics/footer-bkg-img2.png);*/
    background-position: left 60px, right 60px;
    background-repeat: repeat-y;
    width: 100%;
    padding-top: 65px;
}
#footer-wrapper img {
    display: inline-block;
}
#footer-wrapper .contact-info-list li {
    color: #acb8c4;
    font-size: 14px;
    margin: 2px 0;
	text-align:center;
}
#footer-wrapper span {
	
	color: #fcda9a;
}
#footer a.copyright:hover , #footer a:hover { 
	/*font-weight:bold;*/
	color:#fff !important;
}
#footer a.copyright , #footer a{
	color:#fff;
	padding:0;
}
#footer ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#footer .logo {
	display:block;
	margin-bottom:10px;
	 /*   margin: auto;*/
}
#footer .spaced {
	padding:60px 15px;
}
#footer .logo_footer {
	padding:40px 15px;
	padding-top: 40px;
    padding-bottom: 0;
}
#footer .logo_footer img {
	/*width:100px;*/
}
#footer .dark {
	height:400px;
	background-color:#252525;
}

#footer h2,
#footer h3,
#footer h4 {
	color:#e4b661;
}

#footer .copyright {
	background-color:#525051;
	color:#fff;
	padding:20px 0;
}
#footer .copyright a {
	color:#fff;
}


#footer hr {
    border: 0;
    margin: 0;
    padding: 0;
    border-top: #1a1a1a 1px solid;
    border-bottom: #3d3d3d 1px solid;
}

#footer li {
	/*position:relative;
	padding:6px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);*/
}

#footer li:after {
	width: 100%;
	content: "";
	/*border-bottom: 1px solid #1a1a1a;*/
	position: absolute;
	bottom: 0;
	left: 0;
}
#footer li a {
	color:#fff !important;
	text-decoration:none;
	font-size:14px;

	-webkit-transition: all .2s ease 0s;
	   -moz-transition: all .2s ease 0s;
		 -o-transition: all .2s ease 0s;
			transition: all .2s ease 0s;
}
#footer li a:hover {
	color:#fcda9a !important;
}
#footer li small {
	font-size:11px;
}
#footer li small.ago {
	color:#666;
}
#footer .input-group-btn .btn, 
#footer .input-group .btn,
#footer .form-control {
	border:0;
	height:38px;
	margin-top:0;
	
}
#footer .input-group .btn,
#footer .form-control .btn {
	background-color:#3a882b;
	}
#footer .input-group-btn .btn {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#footer input.form-control {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
#footer form {
	padding:0;
}


/* simple list */
#footer ul.nobordered li:after,
#footer ul.nobordered li {
	border-bottom:0;
	padding:0;
}
#footer ul.nobordered li a {
	padding:3px 0;
}
#footer ul.nobordered li a>i.fa{
	padding-right:6px;
}

/** Responsive
 **************************************************************** **/
@media only screen and (max-width: 768px) {
	#footer .spaced {
		padding:0 15px;
	}
	#footer .dark {
		height:auto;
	}
	#footer {
		*/margin-bottom: 70px;*/
	}
}
@media only screen and (max-width: 990px) {
	#footer {
		border-top:#2B2B2B 1px solid;
	}

}