/* TR Share It Styles */
.tr_shareit-wrapper {
	padding: 0;
	margin: 1em 0 2em;
	position: relative;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.tr_shareit-content {
	padding: 1.5em 1em 2em;
	font-style: italic;
}
.tr_shareit-wrapper .tr_shareit .tr_shareit-bar {
	width: 100%;
	text-align: center;
	margin: 0;
	position: absolute;
	bottom: -15px;
	line-height: 1.9em;
	padding: 0;
}
.tr_shareit-bar li {
	display: inline-block;
	padding: 2px 3px;
	margin: 0;
	background: #fff;
}
.tr_shareit-bar li:first-child {
	border-top-left-radius: 4px;
	padding-left: 5px;
}
.tr_shareit-bar li:last-child {
	border-top-right-radius: 4px;
	padding-right: 5px;
}
.tr_shareit-wrapper .tr_shareit li span {
	display: none;
}
.tr_shareit-bar a {
	text-decoration: none;
	background: #ccc;
	color: #fff;
	border-radius: 3px;
	padding: 3px 1px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.tr_shareit-bar a:hover {
	text-decoration: underline;
	color: #fff;
}
.tr_shareit-twitter a:hover {
	background: #00aced;
}
.tr_shareit-facebook a:hover {
	background: #3b5998;
}
.tr_shareit-pinterest a:hover {
	background: #cb2027;
}
.tr_shareit-google a:hover {
	background: #dd4b39;
}
.tr_shareit-tumblr a:hover {
	background: #2b4964;
}
.tr_shareit-linkedin a:hover {
	background: #4875b4;
}

/* Align */

.tr_shareit-wrapper.center {
	text-align: center;
}
.tr_shareit-wrapper.left {
	float: left;
	width: 40%;
	margin-right: 1em;
}
.tr_shareit-wrapper.right {
	float: right;
	width: 40%;
	margin-left: 1em;
}

/* Icons */

@font-face {
	font-family: 'tr_shareit';
	src: url('../font/tr_shareit.eot?44812892');
	src: url('../font/tr_shareit.eot?44812892#iefix') format('embedded-opentype'),
	url('../font/tr_shareit.woff?44812892') format('woff'),
	url('../font/tr_shareit.ttf?44812892') format('truetype'),
	url('../font/tr_shareit.svg?44812892#tr_shareit') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font: normal normal normal 1.2em/1em "tr_shareit";
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin: 0 .2em;
	text-align: center;
	text-transform: none;
}
.tr_shareit .icon-twitter:before { content: '\e802'; }
.tr_shareit .icon-facebook:before { content: '\e800'; }
.tr_shareit .icon-pinterest-circled:before { content: '\e801'; }
.tr_shareit .icon-gplus:before { content: '\e803'; }
.tr_shareit .icon-tumblr:before { content: '\e804'; }
.tr_shareit .icon-linkedin:before { content: '\e805'; }


/* Media Queries */

@media screen and (max-width: 480px) {
	.tr_shareit-wrapper.left, .tr_shareit-wrapper.right {
		float: none;
		width: 100%;
		margin: inherit 0 inherit;
	}
}