@charset "utf-8";
/* :::::::::::: Foot Styles - Structure Stylesheet 
 -----------------------------------------------------------------  
 :: StyleSheet  : Footer Styles
 :: Version     : 1.0.0
 :: Author      : James Gober and Mike Householder
 :: Company     : App Soft Development
 :: Company URL : http://appsoftdevelopment.com
 -----------------------------------------------------------------
     Copyright  : (C) 2014 App Soft Development. All Rights Reserved.
*/

.font16 {
  font-size: 16px;
  margin: 0px;
}

.font40 {
  font-size: 40px;
  margin: 0px;
}

.btn_orange {
  background-color: #fff;
  color: #ea470e;
  padding: 10px 40px;
  border-radius: 5px;
  text-decoration: none;
}

.btn_orange:hover {
  background-color: #ea470e;
  color: #fff;
  padding: 9px 39px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #fff;
}

footer p {
  text-align: left;
}

#foot_learn {
  margin-top: 36px;
}

footer{
    width: 100%;
    height: 575px;
    display: block;
    position: relative;
    z-index: 300;
    background-color: #35393a;
    color: #999;
    overflow: hidden;
}

footer a {
  text-decoration: none;
  color: #999;
}

footer a:hover {
  text-decoration: none;
  color: #ea470e;
}

footer h3 {
  margin: 0px 0px 20px;
}

#foot_top{
    height: 130px;
    display: block;
    background: #ea470e;
    padding-top: 25px;
}

#foot_top p {
  color: #fff;
}

#footer_guarantee p {
  text-align:right;
  width: 100%;
}
#footer {

}

#footer div {
  padding-top: 50px;
}

.footer_contact_info {
  list-style: none;
}

.footer_contact_info li {
  margin-bottom: 20px;
}

.foot_post {
  border-bottom: 1px solid #5b5b5b;
  padding-top: 20px!important;
}

.foot_post:first-of-type {
  padding-top: 0px!important;
}

.foot_post p {
  text-align: left!important;
}

.foot_post_title {
  font-size: 16px;
  margin-bottom: 0px;
}

.foot_post_date {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.footer_icon{
  margin-right: 20px;
}

#footer_social{
  margin-top:5px !important;
  padding-top: 0px !important;
}

#footer_social i {
  font-size: 40px;
  margin-right: 20px;
}

#foot_address {
  display: inline-block;
}

#newsletter_container {
  background-color: #35393a;
  border-radius: 5px;
  width: 260px;
  padding: 10px;
  margin: 0px;
}

#news_email {
    background-color: #333;
    border: none;
    width: 68%;
}

.foot_orange_btn {
  background-color: #ea470e;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
}
.foot_orange_btn:hover {
  background-color: #ffffff;
  color: #ea470e;
  border: 1px solid #ea470e;
  padding: 6px 20px;
}



@media screen and (max-width: 991px) {
  #footer_guarantee{
    text-align: center!important;
  }

  #footer_guarantee p {
    float: none;
    text-align: center;
  }
}