html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/* border-collapse: collapse; */
	width: 100%!important;
	border-spacing: 0;
	margin-bottom: 0px!important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

#timer_div_title {
	position: absolute;
	height: 16px;
	width: 210px;
	top: 100px;
	right: 70px;
	color: rgba(255, 255, 255, 1.0);
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	font-family: Cambria;
	text-shadow: 1px 1px 2px rgb(42, 38, 41);
}
#timer_div_time {
	position: absolute;
	height: 70px;
	width: 220px;
	top: 120px;
	right: 70px;
}
.timmer_inner_block {
	width: 50px;
	height: 65px;
	background-color: rgba(0, 0, 0, 0.55);
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	margin: 2px;
	float: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: #946666;
	/* opacity: 0.6; */
	font-size: 11px;
	text-align: center;
}
#timer_div_time .timmer_inner_block .title {
	text-align: center;
	font-size: 11px;

	padding: 3px;
	color: lightblue;


}
#timer_div_time .timmer_inner_block .count {
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	padding-top: 7px;
	text-shadow: #000 0px 0px 3px;
	color: #fff;
}
body {
	width: 100%;
	background: url(../images/headerBG.jpg) top center no-repeat, url(../images/footerBG.jpg) bottom center no-repeat;
	background-color: #120806;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #c6ccad;
	line-height: 1
}
a {
	transition: all 0.3s ease;
	color: #efef67!important;
	text-decoration: none;
}
a:hover,
button:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
	text-decoration: none;
}
p {
	margin-bottom: 15px;
}
h1,
h2,
h3 {
	color: #efef67;
	margin-bottom: 20px;
	line-height: 1.5;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
input,
textarea {
	background-color: #2a0002;
	border: 1px solid #75411c;
	color: #efef67;
	padding: 5px 10px;
	font-size: 12px;
	position: relative;
	border-radius: 3px;
	transition: all 0.5s ease;
	width: 96%!important;
	height: 32px;
}
textarea {
	height: 250px;
}
select {
	height: 32px;
	background: #0a060b;
	border: 1px solid #75411c;
	color: #efef67;
	padding: 5px 10px;
	position: relative;
	-webkit-appearance: none;
	background-color: #2a0002;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;
	width: 96%!important;
}
input:focus,
textarea:focus {
	border: 1px solid #ff8100;
}
input:hover,
textarea:hover {
	border: 1px solid #ff8100;
}
button,
.button {
	transition: all 0.3s ease;
	cursor: pointer;
	background: url(../images/button.jpg) center no-repeat;
	background-size: cover;
	border: none;
	color: #c3eaee;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 1;
	padding: 10px 20px;
	display: inline-block;
}
.green-button {
	background: url(../images/green-button.jpg) center no-repeat;
	background-size: cover;
	box-shadow: 0px 0px 20px 0px rgba(119, 240, 241, 0.2);
}
.button-small {
	padding: 4px 12px;
}
:focus {
	outline: none;
}
::-webkit-input-placeholder {
	color: #fff;
}
::-moz-placeholder {
	color: #fff;
}
:-moz-placeholder {
	color: #fff;
}
:-ms-input-placeholder {
	color: #fff;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.flex-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.light {
	background: url(../images/light-bg.jpg);
	box-shadow: 0px 12px 30px -5px rgba(0, 0, 0, 0.1), 0px -12px 30px -5px rgba(0, 0, 0, 0.1);
}
.container {
	min-height: 1050px;
	display: flex;
	position: relative;
}

.top-panel {
	height: 64px;
	width: 100%;
	position: absolute;
	z-index: 10;
	transition: all 1s ease;
}
.top-panel .top-panel-container {
	width: 1200px;
	margin: 0 auto;
}
.menu li {
	display: inline-block;
	margin: 0px 12px;
	padding: 0px;
	background: none;
}
.menu li a {
	display: block;
	line-height: 62px;
	text-transform: uppercase;
	padding: 0px 16px;
}
.menu li a:hover {
	border-bottom: 1px solid #ff9;
	text-shadow: 0px 0px 10px rgba(200, 221, 241, 0.7);
}
.menu li:first-child {
	margin: 0px 12px 0px 0px;
}
.language-block a {
	display: inline-block;
	height: 22px;
	width: 22px;
	margin: 0px 5px;

	opacity: 0.9;
}
.language-block a:hover {
	opacity: 1.9;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 450px;
	position: relative;
}
.char {
	position: absolute;
	left: -147px;
	bottom: -78px;
	width: 651px;
	height: 500px;
	z-index: 2;
	transition: all 0.8s ease;
	transform: scale(1);
	opacity: 1;
	display: block;
	cursor: pointer;
}
.char:hover {
	filter: drop-shadow(0px 0px 10px rgba(162, 229, 241, 0.2));
}
.char.small {
	transform: scale(0.7);
	opacity: 0.1;
}
.start-game {
	width: 100%;
	bottom: 15px;
	position: absolute;
}
.start-game a {
	display: block;
	background: url(../images/start-game-button.png) no-repeat;
	width: 297px;
	height: 71px;
	line-height: 71px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	width: 285px;
	background: transparent;
	margin-bottom: 110px;
	position: relative;
}

.download-block {
	background: url(../images/server-bg.png) no-repeat;
	height: 90px;
	box-shadow: 0px 5px 20px -2px rgba(0, 0, 0, 0.1);
}
.download-block:hover {
	filter: brightness(1.3);
}
.download-block a {
	display: block;
	position: relative;
	z-index: 3;
	font-size: 11px;
	color: #7a96b0;
	line-height: 2.5;
	padding: 23px 0px 23px 90px;
}
.download-block a span {
	display: block;
	color: #aacff2;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.face-block {
	background: url(../images/face-button.jpg) no-repeat;
	height: 90px;
	box-shadow: 0px 5px 20px -2px rgba(0, 0, 0, 0.1);
}
.face-block:hover {
	filter: brightness(1.3);
}
.face-block a {
	display: block;
	position: relative;
	z-index: 3;
	font-size: 11px;
	color: #7a96b0;
	line-height: 2.5;
	padding: 23px 0px 23px 90px;
}
.face-block a span {
	display: block;
	color: #aacff2;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.p-block {
	padding: 20px 20px 30px 20px;
}
.login-block {
	background: url(../images/login-block-bg.jpg) bottom no-repeat, url(../images/login-block-repeat.jpg);
}
.login-block .login-block-title {
	margin-bottom: 20px;
}
.login-block .login-block-title span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.login-block .login-block-title a {
	color: #6fa5ff;
}
.login-block input {
	background-repeat: no-repeat;
	background-position: left;
	height: 32px;
	/* padding: 0px 10px 0px 50px; */
	width: 100%;
}
.login-block .checkbox-block {
	margin-bottom: 20px;
}
.login-block .login-button {
	margin-bottom: 10px;
}
.login-block .login-button a {
	color: #4e5e76;
}
.login-in input {
	background-image: url(../images/login-icon.png);
}
.password-in input {
	background-image: url(../images/password-icon.png);
}
.checkbox {
	display: none;
}
.checkbox-custom {
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid #394c66;
	border-radius: 3px;
	background: #131f2d;
}
.checkbox-custom,
.label {
	display: inline-block;
	vertical-align: middle;
}
.label {
	margin-left: 9px;
	margin-bottom: -2px;
	color: #7d8a9f;
}
.checkbox:checked + .checkbox-custom::before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0px;
	left: 0px;
}
.sidebar-title {
	color: #657793;
	line-height: 1.6;
	padding-bottom: 10px;
}
.sidebar-title span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebar-title .top-title-img {
	background: url(../images/top-player-title-bg.html) no-repeat;
	width: 43px;
	height: 42px;
	border-radius: 50%;
	box-shadow: 0px 0px 14px 0px rgba(51, 99, 171, 0.5);
}
.sidebar-title .forum-img {
	width: 43px;
	height: 42px;
	border-radius: 50%;
	box-shadow: 0px 0px 14px 0px rgba(51, 99, 171, 0.5);
}
.top-player {
	padding: 10px 0px;
	border-bottom: 1px solid rgba(133, 216, 255, 0.06);
}
.top-player .number {
	border: 1px solid #2e394a;
	color: #657793;
	font-weight: bold;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
}
.top-player .number.first {
	color: #ffe956;
	border: 1px solid #ffe956;
}
.top-player .number.second {
	color: #d3e3e4;
	border: 1px solid #d3e3e4;
}
.top-player .number.third {
	color: #8d6f46;
	border: 1px solid #8d6f46;
}
.top-player .ava-img {
	width: 40px;
	text-align: center;
	height: 18px;
}
.top-player .ava-img img {
	width: 28px;
	height: 16px;
	border: 1px solid #16629c;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.top-player .nickname {
	width: 135px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 1px 0px;
	color: #d0e3ff;
}
.top-player .kills {
	width: 40px;
	text-align: right;
	color: #74acff;
	font-size: 14px;
}
.media-block a {
	display: block;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	position: relative;
}
.media-block a:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	box-shadow: inset 0px 0px 190px 20px rgba(0, 0, 0, 0.8);
	transition: all 1s ease;
}
.media-block img {
	margin-bottom: -2px;
}
.media-block p a:after {
	background: url(../images/play-icon.png) center no-repeat;
}
.media-block a:hover:after {
	box-shadow: inset 0px 0px 190px 20px rgba(0, 0, 0, 0.2);
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
	width: 630px;
	padding: 30px 0px 40px 0px;
	position: relative;
	background: #130102;
	line-height: 1.4;
	z-index: 100;
}
.content:before {
	content: "";
	background: url(../images/top-content-icon.png) no-repeat;
	left: 50%;
	margin-left: -70px;
	top: -38px;
	width: 143px;
	height: 74px;
	position: absolute;
	z-index: 101;
}
.content:after {
	content: "";
	background: url(../images/bottom-content-icon.png) no-repeat;
	left: -30px;
	bottom: -12px;
	width: 690px;
	height: 40px;
	position: absolute;
}
.content img {
	max-width: 590px;
}
.content input {
	width: auto;
}
.content ul {
	margin-bottom: 15px;
}

.slider {
	overflow: hidden;
	position: relative;
	width: 630px;
	height: 214px;
	margin: 0 auto;
	z-index: 10;
	margin: -30px 0px 0px 0px;
	z-index: 100;
}
.slider .slides {
	position: relative;
	transition: 1s;
}
.slider .slides .active .slider-text {
	transition: all 2s ease;
	bottom: 20px !important;
}
.slider .slides .slide {
	float: left;
	display: block;
	position: relative;
}
.slider .slides .slide:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	box-shadow: inset 0px 0px 40px 20px rgba(0, 0, 0, 0.6);
}
.slider .slides .slide .slider-text {
	position: absolute;
	bottom: -200px;
	left: 0px;
	padding: 8px 30px;
	width: calc(100% - 60px);
	color: #e0ddd1;
	line-height: 1.3;
	color: #fff;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
	text-align: center;
	z-index: 4;
}
.slider .slides .slide h1 {
	margin-bottom: 1px;
	color: #fff;
	font-size: 36px;
}
.slider .slides .slide img {
	width: 630px;
	max-width: 630px;
	height: 214px;
}
.slider .next {
	position: absolute;
	background: url(../images/arrow-right.png) no-repeat;
	height: 30px;
	width: 30px;
	right: 20px;
	top: 95px;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	z-index: 12;
}
.slider .prev {
	position: absolute;
	background: url(../images/arrow-left.png) no-repeat;
	height: 30px;
	width: 30px;
	left: 20px;
	top: 95px;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	z-index: 12;
}
.slider .navigation {
	position: absolute;
	left: 23px;
	top: 16px;
	z-index: 1;
	cursor: pointer;
	display: none;
}
.slider .navigation .dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #a6d0b6, #89b899);
	border: 1px solid #427252;
	cursor: pointer;
	margin: 0 2px;
	position: relative;
}
.slider:hover .next,
.slider:hover .prev {
	opacity: 1;
	transition: all 0.7s ease;
}
.slider .navigation .active:after {
	content: "";
	background: linear-gradient(to bottom, #a6d0b6, #89b899);
	height: 10px;
	width: 10px;
	border: 1px solid #b9d8c2;
	position: absolute;
}
.tabs {
	padding: 20px 20px;
	box-shadow: 0px 25px 30px -5px rgba(0, 0, 0, 0.2);
	background: url(../images/news-bg.jpg);
	margin: 0px -20px 20px -20px;
}
.tabs > .section {
	display: none;
	border-top: 1px solid #2e3543;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.tabs > input {
	display: none;
	position: absolute;
}
.tabs > label {
	display: inline-block;
	padding: 15px 18px;
	text-align: center;
	color: #839cb3;
	font-size: 12px;
}
.tabs > label:hover {
	cursor: pointer;
	color: #fff;
}
.tabs > input:checked + label {
	color: #69a9e5;
	background: #1b222c;
	border-bottom: 1px solid #69a9e5;
	border-top: 1px solid #202938;
	border-left: 1px solid #202938;
	border-right: 1px solid #202938;
}
#news:checked ~ #content-news,
#articles:checked ~ #content-articles,
#guides:checked ~ #content-guides {
	display: block;
	color: #82a5dd;
}
.first-new {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(46, 53, 67, 0.3);
}
.first-new .news-img {
	opacity: 0.7;
	width: 237px;
}
.first-new .news-img img {
	width: 237px;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.first-new .news-img:hover {
	opacity: 1;
}
.first-new .first-news-info {
	width: 592px;
}
.first-new .first-news-info h2 {
	margin-bottom: 10px;
	font-weight: normal;
}
.first-new .first-news-info p {
	text-align: justify;
}
.first-new .first-news-info .first-news-i .button {
	margin-right: 15px;
}
.news {
	padding: 15px 18px;
	border-bottom: 1px solid rgba(46, 53, 67, 0.3);
	transition: all 0.5s ease;
	min-height: 25px;
}
.news .news-title {
	display: flex;
	align-items: center;
}
.news .news-title h2 {
	color: #61738e;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
}
.news .news-title span {
	color: #73a6ff;
	font-size: 10px;
	border: 1px solid #73a6ff;
	padding: 2px 4px;
	margin-right: 12px;
}
.news .date-more {
	color: #435067;
	width: 150px;
	text-align: right;
}
.news .more {
	display: none;
}
.news:hover {
	background: rgba(97, 115, 142, 0.04);
}
.news:hover h2 {
	color: #bbd0f0;
}
.news:hover .date {
	display: none;
}
.news:hover .more {
	display: block;
}
.carousel {
	position: relative;
	width: 510px;
	padding: 0px 40px;
}
.arrow {
	position: absolute;
	top: 85px;
	padding: 0;
	height: 30px;
	width: 30px;
	display: block;
}
.arrow:hover {
	cursor: pointer;
}
.prev {
	left: 0px;
}
.next {
	right: 0px;
}
.gallery {
	width: 510px;
	overflow: hidden;
}
.gallery ul {
	height: 205px;
	width: 9999px;
	margin: 0;
	padding: 0;
	list-style: none;
	transition: margin-left 2250ms;
}
.gallery li {
	width: 150px;
	height: 205px;
	padding: 0px;
	display: inline-block;
	margin: 0px 10px;
	background: rgba(0, 0, 0, 0.05);
	text-align: center;
	position: relative;
}
.gallery li .shop-img img {
	max-width: 150px;
}
.gallery li .shop-title {
	color: #bbd0f0;
}
.gallery li .shop-price {
	color: #63cdff;
	font-size: 18px;
}
.gallery li .shop-button {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	width: 285px;
	margin-bottom: 110px;
	position: relative;
}
.server-block {
	padding: 0px 0px 0px 0px;
}
.server {
	display: flex;
	align-items: center;
	padding: 10px 20px 10px 10px;
	border-bottom: 1px solid rgba(142, 227, 255, 0.06);
}
.server .server-x {
	width: 74px;
	height: 74px;
	text-align: center;
	line-height: 74px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.server .server-info {
	width: 100%;
	color: #eef7ff;
	padding: 20px;
}
.server .server-info span {
	color: #657793;
}
.server .server-info span b {
	color: #65a1ff;
	font-weight: bold;
	font-size: 20px;
}
.server-description {
	text-align: center;
	font-size: 11px;
	color: #6a829a;
}
.server .server-progress {
	background: rgba(0, 0, 0, 0.8);
	height: 3px;
	margin: 8px 0px;
}
.server .server-progress span {
	width: 100%;
	height: 3px;
	display: block;
}
.server .server-description a {
	color: #65a1ff;
	text-decoration: underline;
	font-size: 10px;
}
.server .server-description a:hover {
	text-decoration: none;
}
.server:last-child {
	border-bottom: none;
}
.blue .server-x {
	background: url(../images/server-blue-img.html) center no-repeat;
	color: #8ecbff;
}
.blue .server-progress span {
	background: #00baff;
	box-shadow: 0px 0px 10px 0px rgba(0, 186, 255, 0.6);
}
.pink .server-x {
	color: #ffbae3;
}
.pink .server-progress span {
	background: #ff0096;
	box-shadow: 0px 0px 10px 0px rgba(255, 0, 150, 0.6);
}
.green .server-x {
	color: #deffba;
}
.green .server-progress span {
	background: #7fff18;
	box-shadow: 0px 0px 10px 0px rgba(127, 255, 24, 0.6);
}
.forum-block {
	box-shadow: 0px 15px 20px -7px rgba(0, 0, 0, 0.15);
}
.sidebar-forum-title {
	border-bottom: 1px solid rgba(181, 203, 243, 0.04);
	padding-bottom: 18px;
}
.forum {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(181, 203, 243, 0.04);
	padding: 10px 0px;
}
.forum p {
	margin-bottom: 7px;
}
.forum .forum-ava {
	width: 45px;
}
.forum .forum-ava img {
	height: 29px;
	width: 29px;
	border: 1px solid #16629c;
	box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.forum .forum-title a {
	color: #7d99c4;
}
.forum .forum-info {
	width: 200px;
}
.forum .forum-info .date {
	color: #3c4961;
	font-size: 10px;
}
.forum .forum-info .autor {
	color: #65a1ff;
	text-decoration: underline;
	font-size: 10px;
}
.forum .forum-info .autor:hover {
	text-decoration: none;
}
.fast-links-block li {
	margin-left: -11px;
	padding: 9px 0px 9px 29px;
}
.fast-links-block li a {
	color: #82a5dd;
}
/* Footer
-----------------------------------------------------------------------------*/
#toTop {
	position: absolute;
	display: block;
	width: 86px;
	height: 86px;
	left: 50%;
	background: url(../images/up-button.png) no-repeat;
	cursor: pointer;
	z-index: 2;
	top: 81px;
}
.footer {
	height: 300px;
	position: relative;
	color: #455468;
	line-height: 1.3;
}
.f-logo {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 200px;
}
.footer-info {
	position: absolute;
	width: 100%;
	top: 170px;
}
.design {
	text-align: right;
	padding-right: 20px;
	width: 210px;
}
.copyright {
	padding-left: 20px;
	width: 210px;
}
.f-menu li {
	display: inline-block;
	background: none;
	padding: 0px 18px 0px 15px;
	border-right: 1px solid #3d4b5d;
}
.f-menu li a {
	text-transform: uppercase;
	font-size: 10px;
}
.f-menu li a:hover {
	color: #fff;
}
.f-menu li:last-child {
	padding: 0px 0px 0px 15px;
	border-right: none;
}
.f-menu li:first-child {
	padding: 0px 18px 0px 0px;
}

table.sidebar_rank {
	width:100%;
	border:0;
	border-collapse: collapse;
	margin:0px;
}
table.sidebar_rank th {
	border:0;
	text-align:left;
	background-color: rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	padding-bottom:0px;
	font-weight:normal;
	width: 0;
	padding-left: 10px;

}

table.sidebar_rank tr:first-child:hover {
	background-color: rgba(0, 0, 0, 0.0);
}




table.sidebar_rank tr {
	border:0;
	text-align:left;
	height: 35px;

}

table.sidebar_rank tr:hover {
	background-color: rgba(0, 0, 0, 0.15);
	transition-duration: 0.3s;
}

table.sidebar_rank td {
	border:0;
	text-align:left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	padding-bottom:3px;
	padding-top:3px;
	padding-left: 10px;
}
.players-block {
	padding: 0;
}
.ranking-table {
	text-align: center;
	width: 100%;
	border-collapse: collapse;
	line-height: 26px;
}
.ranking-table th {
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.ranking-table th.end {
	border-right: 0
}
.ranking-table td {
	background-color: rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.ranking-table td.end {
	border-right: 0
}
.ranking-table tr{
	height: 35px;
}
.ranking-table tr {} .ranking-table tbody tr:hover {
	background: rgba(0, 0, 0, 0.15);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.main-table {
	text-align: center;
	width: 100%;
	border-collapse: collapse;
	line-height: 26px;
}
.main-table th.end {
	border-right: 0
}
.main-table td.end {
	border-right: 0
}
.main-table tr {}.main-table tbody tr:hover {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.4);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.main-table2 {
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	line-height: 26px;
}
.main-table2 th.end {
	border-right: 0
}
.main-table2 td.end {
	border-right: 0
}
.main-table2 tr {}.main-table2 tbody tr:hover {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.4);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.main-tr {
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.2);
	height: 35px;
	padding-left: 10px;
}
.opt input {
	float:left;
	width: 40px;
	margin-left: -10px;
	margin-top: 4px;
}
.gaya-magazasi {
	padding: 20px 20px;
	box-shadow: 0px 25px 30px -5px rgba(0, 0, 0, 0.2);
	background: url(../images/news-bg.jpg);
	margin: 0px -20px 20px -20px;
}
.haberler {
	box-shadow: 0px 25px 30px -5px rgba(0, 0, 0, 0.2);
	margin: 0px -20px 20px -20px;
}
.haberler .haber {
	max-height: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}
a.HaberinDevami {
	position: absolute;
	top: 130px;
	left: calc(50% - 57px);
	padding: 3px;
	font-size: 10px;
	background: #0d1927;
	border: 1px dashed #333c46;
	box-shadow: 0px 0px 10px #161f28, 0px 0px 10px #161f28, 0px 0px 10px #161f28;
	z-index: 12356234;
	padding-left: 20px;
	padding-right: 20px;
}
.ItemIcerik {
	position: relative;
	box-shadow: inset 0px 0px 10px #060c15;
	margin-bottom:30px;
}
.ItemIcerik span {
	position: absolute;
	width: 100%;
	bottom: -30px;
	text-align: center;
	background: #0b1521;
	line-height: 30px;
}

.ItemIcerik gaya {
	background: #182432;
	padding: 2px;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 27px;
	position: relative;
	bottom: -92px;
	box-shadow: 0px 0px 10px #070d15;
}

.ItemIcerik gaya img {
	display: inline-block;
}

.gaya-magazasi h2 {
	margin: -20px;
	margin-bottom: 15px;
	line-height: 35px;
	padding-left: 20px;
	background: #090f1785;
	color: #93a6b9;
	border-bottom: 1px solid #283440;
}

.haber.haber-2 {
	background: rgba(65, 78, 90, 0.16862745098039217);
}
.haberler .haber.haber-2::after {
	content: " ";
	display: block;
	height: 80px;
	background: linear-gradient(to top,#1c252f,rgba(18, 27, 36, 0));
	position: relative;
	bottom: 78px;
	left: -20px;
	width: calc(100% + 40px);
}
.haberler .haber.haber-1::after {
	content: " ";
	display: block;
	height: 80px;
	background: linear-gradient(to top,#141d2657,#121b2400);
	position: relative;
	bottom: 78px;
	left: -20px;
	width: calc(100% + 40px);
}
.slider-video
{
	margin: auto;
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	visibility: visible;
	opacity: 1;
	width: 630px;
	height: auto;
}

.panel-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../images/content-title.jpg) repeat-x;
	position: relative;
	padding: 0px 25px;
	height: 63px;
}

.Danger-Box {
	width: 100%;
	background: linear-gradient(to top left,#401212,#621e1e,#964141);
	margin-left: -20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #f7bbbb;
	margin-bottom: 20px;
}

.Warning-Box {
	width: 100%;
	background: linear-gradient(to top left,#403212,#62441e,#966c41);
	margin-left: -20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #f7ddbb;
	margin-bottom: 20px;
}

.Info-Box {
	width: 100%;
	background: linear-gradient(to top left,#122740,#1e3f62,#415f96);
	margin-left: -20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #bbd3f7;
	margin-bottom: 20px;
}

.Success-Box {
	width: 100%;
	background: linear-gradient(to top left,#124016,#1e6223,#429641);
	margin-left: -20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #e2ffe8;
	margin-bottom: 20px;
}

input.form-control {
	height: 22px;
	width: calc(100% - 22px);
	padding-left: 10px;
	padding-right: 10px;
}

input.form-control2 {
	height: 22px;
	width: calc(100% - 22px);
	padding-left: 10px;
	padding-right: 10px;
}

input.form-control3 {
	height: 22px;
	width: calc(50% - 22px);
	padding-left: 10px;
	padding-right: 10px;
}

.form-group label {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.btn-block {
	margin-top: 20px;
	width: 100%;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 0px #172331;
}

select.form-control {
	background-color: #131f2d;
	border: 1px solid #2c3545;
	color: #7d8a9f;
	padding: 5px 10px;
	font-size: 12px;
	position: relative;
	border-radius: 3px;
	transition: all 0.5s ease;
	height: 34px;
	width: calc(100%);
	padding-left: 10px;
	padding-right: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

select.form-control::after {
	content: "x";
	display: block;
	width: 10px;
	height: 10px;
}

select::-ms-expand {
	display: none !important;
}
h3 {
	color: inherit !important;
}

.checkbox {
	display: block;
	padding-top: 10px;
}

button.g-recaptcha.btn.btn-giris {
	display: block;
	margin-top: 20px;
	width: 100%;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 0px #172331;
}

span#TicketMesajSayar {
	position: absolute;
	right: 18px;
	background: #2c3545;
	color: white;
	margin-top: -85px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.kayip-buttonlar2-cp a {
	background: url(../images/button.jpg);
	width: calc(50% - 10px - 20px);
	line-height: 30px;
	margin-bottom: 6px;
	background-size: cover;
	color: #f7fbfe;
	float: left;
	padding-left: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
}

.KarakterProfil {
	width: 24%;
	float: left;
	margin-right: 1%;
	background: url(../images/light-bg.jpg);
	box-shadow: 0px 12px 30px -5px rgba(0, 0, 0, 0.1), 0px -12px 30px -5px rgba(0, 0, 0, 0.1);
}

.KarakterProfil span {
	display: block;
	font-size: 12px;
	color: #fff;
	position: relative;
	top: 24px;
}

.KarakterProfil img {
	width: 70%;
	margin-top: 20px;
	margin-bottom: -10px;
}

span#Progress
{
	transition : 1s linear;
}

img.logo {
	position: absolute;
	top: 100px;
	left: calc(47% - 192.3px);
}

.server_statistics_p{
	text-shadow: 0.5px 0.5px #2e3031;
	font-size: 13px;
	line-height: 17px;
	text-transform: none;
}

.panel-heading {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
.panel-body.haber-body {
	min-height: 100px;
	padding: 10px;
}
span.haber-tarih {
	font-size: 10px;
	background: #101010;
	padding: 2px 8px;
	margin-bottom: 5px;
	display: inline-block;
}
.HizmetHataBaslik {
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 5px;
}
.HizmetHataIcerik {
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
}
.haber-arasi {
	height: 5px;
	border-top: 1px solid #efef67;
	border-style: dashed;
	margin-top: 15px;
}
.news-btn{
	float: right;
	padding: 3px;
	margin-right: 15px;
}
.page_form{
	padding: 20px;
}
.form-btn{
	transition: all 0.3s ease;
	cursor: pointer;
	background: url(../images/button.jpg) center repeat-x;
	background-size: cover;
	border: none;
	color: #c3eaee;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 1;
	padding: 10px 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	top: 15px;
	width: 100%;
}
.detail-section{
	background-color: #99b1c73d;
	padding: 5px;
	margin-right: 21px;
	margin-left: -6px;
	margin-bottom: 3px;
}
.leader img{
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.leader a{
	display: block;
	text-align: center;
	font-weight: 900;
}

.border {
	outline: 1px solid rgba(255, 255, 164, 0.1);
	background: #1a0001;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.left-sidebar-title {
	background: url(../images/sidebar-title-l.jpg) no-repeat;
}
.left-sidebar-title:after {
	background: url(../images/sidebar-title-icon-l.png) no-repeat;
	right: 2px;
	top: -18px;
}

.sidebar-title:after {
	content: "";
	position: absolute;
	width: 316px;
	height: 62px;
}
.sidebar-title {
	line-height: 63px;
	font-size: 16px;
	text-transform: uppercase;
	color: #efef67;
	text-align: center;
	margin-bottom: 8px;
	position: relative;
}
.sidebar-title:after {
	content: "";
	position: absolute;
	width: 316px;
	height: 62px;
}
.login-block form {
	padding: 5px 0px 0px 10px;
}
.login-block form input {
	width: 96%;
	margin-bottom: 9px;
}

.login-block form .buttongiris {
	float: right;
	width: 106px;
	height: 113px;
	border: none;
	padding-bottom: 28px;
	padding-left: 19px;
	margin: -18px -4px 0px -100px;
	background: url(../images/login-button.png) no-repeat;
}

button:hover, .button:hover {
	-webkit-filter: hue-rotate(-35deg) brightness(140%) contrast(110%);
	filter: hue-rotate(-35deg) brightness(140%) contrast(110%);
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
	color: #afafaf;
}
.login-block .lost-block {
	margin-top: 5px;
}
.p-block {
	padding: 0px 10px;
}

.shop {
	height: 95px;
	padding: 16px 0px 16px 20px;
	position: relative;
}
.shop:after {
	transition: all 0.5s ease;
}
.shop-one {
	background: url(../images/shop-bg.jpg) 0px 0px no-repeat;
}
.shop-one:after {
	content: "";
	background: url(../images/hero-one.png) no-repeat;
	width: 141px;
	height: 111px;
	position: absolute;
	right: -10px;
	bottom: -4px;
}
.shop-two {
	background: url(../images/shop-bg.jpg) 0px -98px no-repeat;
}
.shop-two:after {
	content: "";
	background: url(../images/hero-two.png) no-repeat;
	width: 176px;
	height: 111px;
	position: absolute;
	right: -15px;
	bottom: 0px;
}
.shop-three {
	background: url(../images/shop-bg.jpg) 0px -196px no-repeat;
}
.shop-three:after {
	content: "";
	background: url(../images/hero-three.png) no-repeat;
	width: 181px;
	height: 114px;
	position: absolute;
	right: -28px;
	bottom: -4px;
}
.shop h3 {
	margin-bottom: 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 150px;
	font-weight: normal;
}
.shop p {
	margin-bottom: 7px;
	color: #bec4a6;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 150px;
}
.button-small {
	background-size: 67px 26px;
	height: 26px;
	line-height: 19px;
	width: 67px;
	font-size: 12px;
	background: url(../images/button-small.png) no-repeat;
	border: none;
}
.shop:hover:after {
	right: -40px;
}
.right-sidebar-title {
	background: url(../images/sidebar-title-r.jpg) no-repeat;
}
.block-top {
	border-bottom: 1px solid rgba(235, 237, 109, 0.22);
	min-height: 100px;
	margin-bottom: 50px;
	position: relative;
}
.right-sidebar-title:after {
	background: url(../images/sidebar-title-icon-2.png) no-repeat;
	right: -30px;
	top: -18px;
}


.languagepicker {
	background-color: #FFF;
	display: inline-block;
	padding: 0;
	height: 40px;
	overflow: hidden;
	transition: all .3s ease;
	margin: 30px 0 0 0;
	vertical-align: top;
	float: left;
	position: fixed;
	top:80px;
	right: 0px;
	z-index: 999;
}

.languagepicker:hover {
	height: 81px;
}

.languagepicker a{
	color: #000;
	text-decoration: none;
}

.languagepicker li {
	display: block;
	padding: 0px 10px;
	line-height: 40px;
	border-top: 1px solid #EEE;
}

.languagepicker li:hover{
	background-color: #EEE;
}

.languagepicker a:first-child li {
	border: none;
	background: #FFF !important;
}

.languagepicker li img {
	margin-top: 0px;
}

.roundborders {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.large:hover {
	height: 85px;
}

.pagination {
	display: inline-block;
}
.pagination a,.pagination strong{
	padding: 10px;
	float: left;
	border: 1px dashed;
	font-size:14px;
	font-family: 'Arial';
	color:#000;
	margin: 10px;
}


.discord-widget {
	z-index: 9999999999999999999999999;
	position: fixed;
	left: 30px;
	bottom: 20px;
}

@media (max-width:500px) {
	.discord-widget {
		display: none;
	}
}


.aslider {
	overflow: hidden;
	position: relative;
	width: 630px;
	height: 220px!important;
	margin: 0 auto;
	z-index: 10;
}

.aslider .snrtrslides {
	position: relative;
	transition: 1s;
}
.aslider .snrtrslides .sactive .aslider-text {
	transition: all 2s ease;
	bottom: 20px !important;
}
.aslider .snrtrslides .fslide {
	float: left;
	display: block;
	position: relative;
}
.aslider .snrtrslides .fslide:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	box-shadow: inset 0px 0px 40px 20px rgba(0, 0, 0, 0.6);
}
.aslider .snrtrslides .fslide .aslider-text {
	position: absolute;
	bottom: -200px;
	left: 0px;
	padding: 8px 30px;
	width: calc(100% - 60px);
	color: #e0ddd1;
	line-height: 1.3;
	color: #fff;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
	text-align: center;
	z-index: 4;
}
.aslider .snrtrslides .fslide h1 {
	margin-bottom: 48px;
	color: #fff;
	font-size: 36px;
	margin-left: -219px;
}
.aslider .snrtrslides .fslide img {
	width: 630px;
	max-width: 630px;
	height: 220px;
}
.aslider .anext {
	position: absolute;
	background: url(../images/arrow-right.png) no-repeat;
	height: 30px;
	width: 30px;
	right: 20px;
	top: 100px;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	z-index: 12;
}
.aslider .bprev {
	position: absolute;
	background: url(../images/arrow-left.png) no-repeat;
	height: 30px;
	width: 30px;
	left: 20px;
	top: 100px;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	z-index: 12;
}
.aslider .knavigation {
	position: absolute;
	left: 23px;
	top: 16px;
	z-index: 1;
	cursor: pointer;
	display: none;
}
.aslider .knavigation .dotc {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #a6d0b6, #89b899);
	border: 1px solid #427252;
	cursor: pointer;
	margin: 0 2px;
	position: relative;
}
.aslider:hover .anext,
.aslider:hover .bprev {
	opacity: 1;
	transition: all 0.7s ease;
}
.aslider .knavigation .sactive:after {
	content: "";
	background: linear-gradient(to bottom, #a6d0b6, #89b899);
	height: 10px;
	width: 10px;
	border: 1px solid #b9d8c2;
	position: absolute;
}
.swal2-content p{
	color : #000!important;
}
.aslider-text h1{
	color: #fff!important;
	margin-bottom: 75px!important;
}
.slider-detay{
	position: absolute;
	bottom: 0px;
	background: rgba(0,0,0,.5);
	color: #ffd564;
	width: 100%;
	padding-left: 20px;
	height: 29px;
	line-height: 29px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slider-detay a{
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	background: url(../images/partner-button.jpg) no-repeat;
	height: 29px;
	line-height: 29px;
	width: 76px;
	text-align: center;
	float: left;
	margin-right: 15px;
	text-shadow: 0 0 1px #fff;
	text-transform: uppercase;
	text-decoration: none !important;
	position: inherit;
	z-index: 99999999999;
}
.slider-detay span {
	color: #fff!important;
	margin-left: 100px;
}
.aslider-text p{
	position: absolute;
	bottom: 40px;
	left: 115px;
	font-size: 25px;
	color: #fff!important;
	text-shadow: 1px 1px 2px #000;
}

a {
	color:#fff;
	text-decoration: none!important;
}

a:hover {
	color:#fff!important;
	text-decoration: none!important;
}

.logoyeni {
	margin-top: 50px;
	height: 360px;
	margin-left: 325px;
}

.login-button {
	transition: all 0.3s ease;
	cursor: pointer;
	background: none;
	border: 1px solid #a09366;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 0px 14px rgba(216, 122, 115, 0.8);
	border-radius: 6px;
	display: block;
	z-index: 1;
	padding: 14px 30px;
	box-shadow: 0px 0px 8px 0px rgba(255, 111, 111, 0.2), inset 0px 0px 8px 0px rgba(255, 111, 111, 0.2);
	text-align: center;
}

.swal2-styled{
	height: auto!important;
}

.left-button {
	display: block;
	background: url(../images/partner-button.jpg) center;
	width: 250px;
	height: 40px;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	color: #000;
}

#mini-icons {
	position: fixed;
	left: 0;
	top: 300px;
	transition: all 0.5s ease-in-out 0s;
}

#mini-icons > * {
	position: relative;
	width: 56px;
	height: 56px;
	margin-bottom: 2px;
	display: block;
	text-align: center;
	line-height: 56px;
}

#mini-icons a {
	display: block;
	color: #eddccd;
	font-size: 24px;
	background-color: #132C55;
	transition: all 0.2s ease-in-out 0s;
}

#mini-icons .languagewrapper {
	position: relative;
}

#mini-icons .languagewrapper .current-language {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: block;
	background-size: 32px;
}

#mini-icons .languagewrapper a:hover {
	background-color: #9ebd7c;
}

#mini-icons .languagewrapper .languages {
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease-in-out 0s;
	z-index: 1;
	height: 100%;
}

#mini-icons .languagewrapper .languages a {
	float: left;
	height: 100%;
	display: block;
	background-size: 32px;
}

#mini-icons .languagewrapper:hover .languages {
	opacity: 1;
}

#mini-icons .twitch:hover a, #mini-icons .twitch.active a {
	background-color: #6441a5;
}

#mini-icons .twitch .twitch-live-info {
	background-color: #cc110c;
	font-size: 12px;
	transform: rotate(-90deg);
	position: absolute;
	width: 100%;
	height: 15px;
	right: -35px;
	top: 20px;
	color: #fff;
	line-height: 15px;
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
}

#mini-icons .youtube:hover a, #mini-icons .youtube.active a {
	background-color: #cc110c;
}

#mini-icons .youtube .youtube-live-info {
	background-color: #cc110c;
	font-size: 12px;
	transform: rotate(-90deg);
	position: absolute;
	width: 100%;
	height: 15px;
	right: -35px;
	top: 20px;
	color: #fff;
	line-height: 15px;
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
}


#mini-icons .facebook:hover a {
	background-color: #3b5998;
}

#mini-icons .toplist:hover a {
	background-color: #c75031;
}

#mini-icons .discord:hover a {
	background-color: #738adb;
}
#mini-icons .teamspeak:hover a {
	background-color: #0671B7;
}

 /*!
  *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  */@font-face{font-family:'FontAwesome';src:url('../../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


.password-group {
  display: flex;
  flex-direction: row;
}
.password-group > .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .275rem .6rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 0;
  height: 32px;
  line-height: 22px;
  border: 1px solid rgba(34, 36, 38, .15);
  -webkit-box-shadow: 0 0 1px 0 rgba(34, 36, 38, .1);
  box-shadow: 0 0 1px 0 rgba(34, 36, 38, .1);
  color:#fff!important;
  background: #2a0102;
}
.password-group > .btn > i{
  font-weight: 400;
}
