
h2{
  text-align: left !important;
}
.container{
  width: 60% !important;
}
.footer-top-area {background: none repeat scroll 0 0 #181818;
  color: #999;
  margin-top: 50px;
  clear: both;
}


.footer-bottom-area {
  background-color: #002769;
  color: #fff;
  width: 100%;
  height: 30px;
  line-height: 10px;
  margin: 0 auto;
  text-align: center;
}
.footer-about-us span {
  color: #428bca;
}
.footer-about-us{
  margin-bottom: 5px;
}
.footer-wid-title {
  font-size: 22px;
  color: #fff;
}

.footer-about-us h2 {
  font-weight: 200;
}



.footer-social a {
  display: inline-block;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 5px;
  text-align: center;
  opacity:0.6;
  transition:ease-in-out 0.5s;
  -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.footer-social a:hover {
	opacity:1;
	transition:ease-in-out 0.5s;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.footer-social {margin-top: 20px}

.footer-card-icon {
  font-size: 30px;
  text-align: right;
}

.copyright > p {
  margin: 10px 0 0;
}



/*		FOOTER		*/

body{
	font-family: 'Roboto', sans-serif !important;
}
.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    float: left;
    width: 40%;
    margin-bottom: 30px;
}
.footer-menu ul li {
    border-bottom: 1px dashed #555;
    padding: 9px 0;
    width: 90%;
    line-height: 20px;
    font-family: 'Roboto', sans-serif !important;

}
.footer-menu a {
    display: block;
    padding: 5px 0;color: #999;
    color:#428bca !important;
}
#footer_faq{
  width: 20%;
  float: right;
  margin-right: 5%;
}
  #footer_faq h2{
    margin-bottom: 35px;
  }
#footer_link{
  width: 30%;
  float: right;
 }
 #footer_link h2{
    margin-bottom: 15px;
  }
#footer_link p{
  border-bottom: 1px dashed #555;
  padding-bottom: 10px;
}
#footer_link h2{
  padding-bottom: 20px;
}

@media screen and (max-width: 1240px) {
  .container{
    width: 90% !important;
    overflow-x:hidden; 
  }
}
@media screen and (max-width: 752px) {
  #footer_link, #footer_faq, .footer-menu{
    float: left;
    width: 100% !important;
  }
  .footer-menu li{
    width: 400px !important;
  }
}
