/*--------------------------------------------------
			SOCIAL-BOOKMARKS
---------------------------------------------------*/
.social-bookmarks {
	padding: 0!important;
	margin: 0!important;
	list-style-type: none!important;
}
.social-bookmarks li{
	float: left!important;
	margin-left: 1px;
	padding: 0px!important;
	display: inline!important;
	width: auto!important;

}			
.social-bookmarks li a {
	-moz-transition: all 0.3s ease 0s;
	display: block!important;
	float: left!important;
	height: 100%!important;
	margin: 0!important;
	padding: 0!important;
	width: 32px!important;
	height: 32px!important;
	text-indent: -9999px!important;
}
.social-bookmarks li a:hover {
	background-position: 0 0px!important;
}
.social-bookmarks li a {
	background-color:transparent;
}

.social-bookmarks li.facebook a {
	background: url(../icons/facebook.png) no-repeat 0 -32px #404040;
}
.social-bookmarks li.facebook a:hover {
	background-color: #3b5998;
}

.social-bookmarks li.youtube a {
	background: url(../icons/youtube.png) no-repeat 0 -32px #404040;
}
.social-bookmarks li.youtube a:hover {
	background-color: #CC181E;
}

.social-bookmarks li.google a {
	background: url(../icons/googleplus.png) no-repeat 0 -32px #404040;
}
.social-bookmarks li.google a:hover {
	background-color: #DD4B39;
}

.social-bookmarks li.twitter a {
	background: url(../icons/twitter.png) no-repeat 0 -32px #404040;
}
.social-bookmarks li.twitter a:hover {
	background-color: #48c4d2;
}

.the-head-icons li.youtube a {
	background: url(../icons/youtube.png) no-repeat 0 -32px #dfdfdf;
}
.the-head-icons li.youtube a:hover {
	background-color: #f45750;
	background-position: 0 -32px!important;
}

.the-head-icons li.twitter a {
	background: url(../icons/twitter.png) no-repeat 0 -32px #4D90CD;
}
.the-head-icons li.twitter a:hover {
	background-color: #48c4d2;
	background-position: 0 -32px!important;
}

.the-head-icons li.facebook a {
	background: url(../icons/facebook.png) no-repeat 0 -32px #4D90CD;
}

.the-head-icons li.google a {
	background: url(../icons/googleplus.png) no-repeat 0 -32px #4D90CD;
}

.the-head-icons li.youtube a {
	background: url(../icons/youtube.png) no-repeat 0 -32px #4D90CD;
}

.the-head-icons li.facebook a:hover {
	background-color: #3b5998;
	background-position: 0 -32px!important;
}

.the-head-icons li.google a:hover {
	background-color: #DD4B39;
	background-position: 0 -32px!important;
}

.the-head-icons li.youtube a:hover {
	background-color: #CC181E;
	background-position: 0 -32px!important;
}

.team-area .social-bookmarks li,
.about-des .social-bookmarks li {
    border: medium none;
    margin: 0 0 0 1px;
}

.team-area .social-bookmarks li a:hover,
.about-des .social-bookmarks li a:hover {
	background-position: 0 -32px!important;
}

.team-area .social-bookmarks li.twitter a:hover,
.about-des .social-bookmarks li.twitter a:hover {
    background-color: #48C4D2;
}

.team-area .social-bookmarks li.twitter a,
.about-des .social-bookmarks li.twitter a {
    background: url("../icons/twitter.png") no-repeat scroll 0 -32px #d7d7d7;
}
.team-area .social-bookmarks li.twitter a:hover,
.about-des .social-bookmarks li.twitter a:hover {
    background-color: #48C4D2;
}
.team-area .social-bookmarks li.facebook a,
.about-des .social-bookmarks li.facebook a {
    background: url("../icons/facebook.png") no-repeat scroll 0 -32px #d7d7d7;
}

.team-area .social-bookmarks li.facebook a:hover,
.about-des .social-bookmarks li.facebook a:hover {
    background-color: #3B5998;
}

.team-area .social-bookmarks li.google a,
.about-des .social-bookmarks li.google a {
    background: url("../icons/facebook.png") no-repeat scroll 0 -32px #d7d7d7;
}

.team-area .social-bookmarks li.google a:hover,
.about-des .social-bookmarks li.google a:hover {
    background-color: #DD4B39;
}

.team-area .social-bookmarks li.youtube a,
.about-des .social-bookmarks li.youtube a {
    background: url("../icons/youtube.png") no-repeat scroll 0 -32px #d7d7d7;
}

.team-area .social-bookmarks li.youtube a:hover,
.about-des .social-bookmarks li.youtube a:hover {
    background-color: #CC181E;
}

