@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Playball);
@import url(//fonts.googleapis.com/css?family=Asap:400,700);
@import url(//fonts.googleapis.com/css?family=PT+Serif:400,700);
@import "../css/animate.css";


footer#main-footer {
  background: #290601;
  padding: 60px 0 30px 0;
  color: #e6e6e6;
  font-size: 12px;
  line-height: 20px;
  text-align:justify;
}
footer#main-footer .logo {
  margin-bottom: 15px;
}
footer#main-footer a,
footer#main-footer h1,
footer#main-footer h2,
footer#main-footer h3,
footer#main-footer h4,
footer#main-footer h5 {
  color: #fff;
}
footer#main-footer .form-control {
  background: #121212;
  border-color: #000;
  color: #fff;
}
footer#main-footer .form-control:focus {
  border-color: #12a641;
}
.list-footer > li {
font-family:Arial;
  margin-bottom: 2px;
  list-style:none;
}
.list-footer > li > a:hover {
  text-decoration: underline;
  font-family:Arial;
}

.footer-links {
  list-style: none;
  font-size: 10px;
  text-align: center;
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.footer-links > li {
  display: inline-block;
  margin: 0 10px;
}
.footer-links > li > a {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  color: #fff;
}
.footer-links > li > a:hover {
  text-decoration: underline;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.footer-social {
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 100%;
}
.footer-social > li {
  display: inline-block;
  margin: 0 7px;
}
.text-color {
  color: #fde07c !important;
  font-size:16px;

}

/* Social list */
.social-list {
  float: right;
  margin-right: 6px;
  margin-top:2px;
}
.social-list li {
  display: inline-block;
  text-align: center;
  margin-right: 4px;
}
.social-list li a {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  z-index: 1;
}
.social-list li a:hover {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ie8 .social-list li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
.social-list li a.fa-facebook {
  background: #4365ab;
}
.social-list li a.fa-twitter {
  background: #46e3ee;
}
.social-list li a.fa-google{
  background: #ff9124;
}

.social-list li a.fa-youtube{
  background: #a10404;
}
@media (max-width: 767px) {
  .social-list {
    float: none;
    text-align: center;
	
  }
}
