#footer {
  background: #3a3a3a;
  color: #fff;
  /* padding: 50px 0 20px; */
  box-shadow: 0 -5px 10px -5px #000;
}

#footer a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

#footer a:hover {
  color: #33ccff;
}

.footer-links,
.social-network {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.footer-links li {
  padding: 5px 0;
}

.social-network li {
  display: inline-block;
  margin-right: 10px;
}

.social-network i {
  font-size: 18px;
}

.form-control {
  border-radius: 5px;
}

.footer-bottom {
  border-top: 1px solid #555;
  padding: 15px 0;
  font-size: 12px;
  color: #ccc;
}

.footer-bottom a {
  color: #ccc;
}

@media screen and (max-width: 600px) {
	.footer-bottom p{
		font-size: 12px;
		margin-bottom: 0;
	}
}



/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;

}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
#footer a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #000;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

footer a {
 background-color: #0090bb;
}





.footer{
	padding: 50px 0;
}

@media screen and (max-width: 991px) {
	.footer form{
		margin-top: 40px;
	}
}
@media screen and (max-width: 991px) {
	.col-lg-6{
		padding: 0;
	}
}