

/*----------------------------------------*/

/*  15. Footer Area
/*----------------------------------------*/
footer ul{padding-left:0px;}
.lower-header a {
  color: #ccc;
  margin-right: 5%;
}
footer {
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  padding-top:100px;
}
.footer-area {
  padding: 40px 0;
  /*background: #f9f9f9;*/
  background:#131212;
}

.footer-head p {
  /*color: #444;*/
  color:#eee;
}

.footer-head h4 {
      color:#eee;
  /*color: #444;*/
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
  line-height:26px;
  margin: 0 0 15px;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #3ec1d5;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}

.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
  color:#fff;
}

.flicker-img a:hover{
    color:#01559D;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #fff;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  overflow: hidden;
}

.popular-tag ul li a:hover, .footer-icons ul li a:hover {
  /*background: #3EC1D5;*/
  background: #fff;
  border: 1px solid #fff;
  color: #131212;
}

.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 3px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
  text-align: center;
}

.footer-area-bottom {
  background: #171515 none repeat scroll 0 0;
  padding: 15px 0;
}

.copyright-custom p {
    color:#eee;
}