/* -------------------- vicons.css -------------------- */
.vicon {
	fill: currentcolor;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font: 22px/0 a;
}
.vicon__body {
	width: 1em;
	height: 1em;
	background: inherit;
	transform: translateX(0);
	-ms-transform: translate(0.5px, -0.3px);
}
	.network .vicon {
		color: #fff;
		background-color: #333;
		font-size: 32px;
		margin-bottom: 8px;
	}
		/*
		.network .vicon:hover {
			background-color: #fff;
		}
		*/
		.network .vicon--fb:hover {
			color: #23599b;
		}
		.network .vicon--vk:hover {
			color: #427ea6;
		}
		.network .vicon--tw:hover {
			color: #00aef0;
		}
		.network .vicon--ok:hover {
			color: #ff8b00;
		}
.vicon--circled,
.vicon--circled .vicon__body {
	border-radius: 50%;
}

.menu__toggle {
	float: left;
	margin-left: 5px;
}

.network {
	float: right;
	margin-top: 4px;
	margin-right: 5px;
	font-size: 0;
}
.network .icons {
	list-style: none;
	margin: 0;
	padding: 0;
}
.network .icons li {
	padding: 0;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.network .icons li:last-child {
	margin-right: 0;
}
.text_outro {
	font: italic 16px/22px GeorgiaPro,serif;
	color: #666;
}
.menu__dropdown {
	right: auto;
	left: 0;
	padding: 0 5px 10px 5px;
}

.up_button {
	display: inline-block;
	background-color: #111;
	width: 32px;
	height: 32px;
	text-align: center;
	box-sizing: border-box;
	padding: 4px 0;
	color: #fff;
	transition: opacity .4s ease-out, transform .4s ease-out, visibility 0s ease-out .4s;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(32px,0,0);
	will-change: opacity, transform;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: fixed;
	bottom: 20px;
	right: 0;
	z-index: 12;
}
.up_button.is_shown {
	transition: opacity .4s ease-out, transform .4s ease-out, visibility 0s ease-out 0s;
	visibility: visible;
	opacity: .9;
	transform: translate3d(0,0,0);
}
@media only screen and (min-width: 980px) {
	.up_button {
		transform: translate3d(64px,0,0);
		width: 64px;
		height: 64px;
		padding: 16px 0;
	}
}
.up_button_text {
	font: 12px/1 Arial, sans-serif;
	display: none;
}
@media only screen and (min-width: 980px) {
	.up_button_text {
		display: block;
	}
}
