/*--------------------------------------------------
	  **Tech And All Social Icons Roll Over**
---------------------------------------------------*/
.social-icons {
	padding: 0;
	/*! margin-top: 141px; */
	margin-left:30px;
	list-style-type: none;
}
.social-icons li{
	float: left;
	/*! margin-right: 7px; */
	/*! margin-bottom: 2px; */
	/*! padding: 0px; */
	display: inline;
}			
.social-icons li a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: block;
	float: left;
	height: 100%;
	margin: 2px;
	padding: 0px;
	width: 32px;
	height: 32px;
	text-indent: -9999px!important;
	border-radius: 6px;
}
.social-icons li a:hover {
	background-position: 0 -40px!important;
}
.social-icons li a {
	background-color:#f7f7f7 !important;
	border: 2px solid #d7d7d7;
}
.social-icons li.aim a {
	background: url(../../icons/aim.png) no-repeat 0 0;
}
.social-icons li.aim a:hover {
	background-color: #e95a00;
}
.social-icons li.apple a {
	background: url(../../icons/apple.png) no-repeat 0 0;
}
.social-icons li.apple a:hover {
	background-color: #606060 !important;
}
.social-icons li.behance a {
	background: url(../../icons/behance.png) no-repeat 0 0;
}
.social-icons li.behance a:hover {
	background-color: #18a3fe !important;
}
.social-icons li.blogger a {
	background: url(../../icons/blogger.png) no-repeat 0 0;
}
.social-icons li.blogger a:hover {
	background-color: #fb913f !important;
}
.social-icons li.cargo a {
	background: url(../../icons/cargo.png) no-repeat 0 0;
}
.
.social-icons li.delicious a {
	background: url(../../icons/delicious.png) no-repeat 0 0;
}
.social-icons li.facebook a {
	background: url(../../icons/facebook.png) no-repeat 0 0;
}
.social-icons li.facebook a:hover {
	background-color: #F7F7F7 !important;
}
.social-icons li.flickr a {
	background: url(../../icons/flickr.png) no-repeat 0 0;
}
.social-icons li.flickr a:hover {
	background-color: #f1628b !important;
}
.social-icons li.google a {
	background: url(../../icons/google.png) no-repeat 0 0;
}
.social-icons li.google a:hover {
	background-color: #dd4b39 !important;
}
.social-icons li.googleplus a {
	background: url(../../icons/googleplus.png) no-repeat 0 0;
}
.social-icons li.googleplus a:hover {
	 background-color: #f7f7f7 !important; 
	/*background: url(../../icons/insta-bg.png) ;*/
}
.social-icons li.html5 a {
	background: url(../../icons/html5.png) no-repeat 0 0;
}
.social-icons li.html5 a:hover {
	background-color: #f3642c !important;
}
.social-icons li.linkedin a {
	background: url(../../icons/linkedin.png) no-repeat 0 0;
}
.social-icons li.linkedin a:hover {
	background-color: #f7f7f7 !important;
}
.social-icons li.orkut a {
	background: url(../../icons/orkut.png) no-repeat 0 0;
}
.social-icons li.orkut a:hover {
	background-color: #ed2590 !important;
}
.social-icons li.paypal a {
	background: url(../../icons/paypal.png) no-repeat 0 0;
}
.social-icons li.paypal a:hover {
	background-color: #32689a !important;
}
.social-icons li.picasa a {
	background: url(../../icons/picasa.png) no-repeat 0 0;
}
.social-icons li.picasa a:hover {
	background-color: #444 !important;
}
.social-icons li.pinterest a {
	background: url(../../icons/pinterest.png) no-repeat 0 0;
}
.social-icons li.pinterest a:hover {
	background-color: #f7f7f7 !important;
}
.social-icons li.rss a {
	background: url(../../icons/rss.png) no-repeat 0 0;
}
.social-icons li.rss a:hover {
	background-color: #f7f7f7 !important;
}
.social-icons li.skype a {
	background: url(../../icons/skype.png) no-repeat 0 0;
}
.social-icons li.skype a:hover {
	background-color: #18b7f1 !important;
}
.social-icons li.tumblr a {
	background: url(../../icons/tumblr.png) no-repeat 0 0;
}
.social-icons li.tumblr a:hover {
	background-color: #3a5976 !important;
}
.social-icons li.twitter a {
	background: url(../../icons/twitter.png) no-repeat 0 0;
}
.social-icons li.twitter a:hover {
	background-color: #f7f7f7 !important;
}
.social-icons li.vimeo a {
	background: url(../../icons/vimeo.png) no-repeat 0 0;
}
.social-icons li.vimeo a:hover {
	background-color: #f7f7f7 !important;
}
.social-icons li.wordpress a {
	background: url(../../icons/wordpress.png) no-repeat 0 0;
}
.social-icons li.wordpress a:hover {
	background-color: #464646 !important;
}

.social-icons li.yelp a {
	background: url(../../icons/yelp.png) no-repeat 0 0;
}
.social-icons li.yelp a:hover {
	background-color: #c41200 !important;
}
.social-icons li.youtube a {
	background: url(../../icons/youtube.png) no-repeat 0 0;
}
.social-icons li.youtube a:hover {
	background-color: #f7f7f7 !important;
}
@media only screen and (max-width: 1024px) {

.social-icons {
	padding: 0!important;
	margin-top: 160px;
	margin-left:-4px;
	list-style-type: none!important;
}
}
@media only screen and (max-width: 980px) {

.social-icons {
	padding: 0!important;
	margin-top: 4px;
	margin-left:0;
	list-style-type: none !important;
}
}