@media (max-width: 480px) {
}
@media (max-width: 767px) {
	.floaty-social {text-align: center; position: fixed; bottom: 0px; width: 100%; background: #33353B; height: 30px; margin: 0px !important; padding-top: 10px; z-index: 9000; top: auto !important;}
	.floaty-social li {display: inline; padding-left: 5px; padding-right: 5px; width: auto;}
	.floaty-social span {display: none;}
}
@media (min-width: 768px) and (max-width: 979px) {
	.floaty-social {text-align: center; position: fixed; bottom: 0px; width: 100%; background: #33353B; height: 30px; margin: 0px !important; padding-top: 10px; z-index: 9000; top: auto !important;}
	.floaty-social li {display: inline; padding-left: 5px; padding-right: 5px; width: auto;}
	.floaty-social span {display: none;}
}
@media (min-width: 980px) {
	.floaty-social {position: fixed; right: 0px; z-index: 9000;}
	.floaty-social li {background: #33353B; list-style-type: none; margin-bottom: 3px; position: relative; padding: 10px; font-size: 14px; line-height: 20px; height: 20px; text-align: left; width: 110px;}
	.floaty-social a {color: #FFF !important; text-decoration: none; font-weight: bold; position: relative; right: -90px; transition: right 0.5s, background 0.5s; -moz-transition: right 0.5s, background 0.5s; -webkit-transition: right 0.5s, background 0.5s; -o-transition: right 0.5s, background 0.5s;}
	.floaty-social a:hover {right: 0px; text-decoration: none !important;}
	.floaty-social span {}
	.floaty-social img {float: left; margin-right: 10px;}
	.floaty-social li:hover {background: #DDD;}
	.floaty-social li.facebook {background: #33353B;}
	.floaty-social li.facebook:hover {background: #3b5998;}
	.floaty-social li.twitter-li {background: #33353B;}
	.floaty-social li.twitter-li:hover {background: #00aced;}
	.floaty-social li.googleplus {background: #33353B;}
	.floaty-social li.googleplus:hover {background: #ef4748;}
	.floaty-social li.linkedin {background: #33353B;}
	.floaty-social li.linkedin:hover {background: #71C5EF;}
	.floaty-social li.pinterest {background: #33353B;}
	.floaty-social li.pinterest:hover {background: #cb2027;}
	.floaty-social li.youtube {background: #33353B;}
	.floaty-social li.youtube:hover {background: #a02724;}
	.floaty-social li.vimeo {background: #33353B;}
	.floaty-social li.vimeo:hover {background: #48aeef;}
}