@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html .sharing-wrap {
	position: relative;
	margin: 0 auto;
	width: 150px;
	border-radius: 5px;
	padding: 5px;
}
html .sharing-wrap h2 {
	text-align: center;
	font-weight: 200;
	font-size: 2em;
	margin-top: 10px;
	color: #34495e;
}
html .sharing-wrap .form {
	padding-top: 10px;
}
html .sharing-wrap .form a {
	text-align: center;
	font-size: 20px;
	color: #3498db;
}
html .sharing-wrap:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	border-radius: 5px 5px 0 0;
}
/* Wrapper */
.icon-button {
	background-color: #FFFFCC;
	border-radius: 3.0rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.0rem;
	line-height: 3.0rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 3.0rem;
}
/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.0rem;
	height: 3.0rem;
	border-radius: 3.0rem;
	margin: -1.5rem;
}
.linkedin span {
	background-color: #4393BB;
}
.pinterest span {
	background-color: #C92228;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}
/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 3.0rem;
	left: 0;
	line-height: 3.0rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 3.0rem;
	z-index: 10;
}
.icon-button .icon-linkedin {
	color: #4393BB;
}
.icon-button .icon-pinterest {
	color: #C92228;
}
.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}
.icon-button:hover .icon-linkedin, .icon-button:hover .icon-pinterest, .icon-button:hover .icon-twitter, .icon-button:hover .icon-facebook, .icon-button:hover .icon-google-plus {
	color: white;
}
@media only screen and (max-width: 768px) {
html .sharing-wrap {
	position: relative;
	margin: 0 auto;
	width: 100px;
	border-radius: 5px;
	padding: 1px;
}
html .sharing-wrap h2 {
	text-align: center;
	font-weight: 200;
	font-size: 1em;
	margin-top: 1px;
	color: #34495e;
}
html .sharing-wrap .form {
	padding-top: 10px;
}
html .sharing-wrap .form a {
	text-align: center;
	font-size: 16px;
	color: #3498db;
}
/* Wrapper */
.icon-button {
	background-color: #FFFFCC;
	border-radius: 2.0rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	height: 2.0rem;
	line-height: 1.0rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 2.0rem;
}
/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 2.0rem;
	height: 2.0rem;
	border-radius: 2.0rem;
	margin: -1rem;
}
.linkedin span {
	background-color: #4393BB;
}
.pinterest span {
	background-color: #C92228;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}
/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 2.0rem;
	left: 0;
	line-height: 2.0rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 2.0rem;
	z-index: 10;
}
.icon-button .icon-linkedin {
	color: #4393BB;
}
.icon-button .icon-pinterest {
	color: #C92228;
}
.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}
.icon-button:hover .icon-linkedin, .icon-button:hover .icon-pinterest, .icon-button:hover .icon-twitter, .icon-button:hover .icon-facebook, .icon-button:hover .icon-google-plus {
	color: white;
}
}