#Footer-Row {
  background: transparent;margin:0;position: relative;z-index: 0;
}
#Footer-Row .container { background: #FFF url(../../images/bg-footer.png) no-repeat top right;  }

.Copyright-Row {
  background: transparent;
  margin: 0;
  padding: 0;
}
.Copyright-Row .container {background:#afb2b5}

ul.contact-list li {
    color: #838383;
}


.tag-cloud a:hover {
    color: #FFFFFF !important;
}

.tag-cloud a, .tag-cloud a:visited {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    color: #9C9A96 !important;
}

/* Containers */
#Footer-Row div.line {
    border-bottom: 1px solid #333333;
}

/* Recent News */
.recent_news ul li {
    border-top: 1px solid #444444;
}

.recent_news ul li {
    border-top-color: #444444;
}

/* Social Icons */
.social-icons-bottom li {
  background-color: #222222;
  color: #666666;
}

.footer-latest-posts a {
  color: #ECECEC;
}

.lp-post-info a {
  color: #B3B3B1;
}

.lp-wrapper {
  border-bottom: 1px solid #333333;
}

.widget ul li {
  border-bottom: 1px solid #333333;
}


.footer_text {
  color: #B3B3B1;
}

.widget a {
  color: #ECECEC;
}

.copyright {
  color: #666;
}
.copyright .SkinObject {font-weight:normal; text-transform:none}
.UserLink,.LoginLink {font-weight:normal; text-transform:none}

#to-top.dark {
  background-color: #222222;
}
/*FOR RESPONSIVE SEAT*/
@media screen and (max-width: 480px) {
	#Footer-Row .container {padding:0 0 20px 0}
	}
}