.sa-two-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.sa-main-nav-opened {
	overflow: hidden;
	margin-right: 17px;
}
body:before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	background-color: transparent;
	z-index: -1;
}
.sa-main-nav-opened body:before {
	z-index: 99;
	background-color: rgba(0,0,0,0.9);

	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-ms-transition: background-color .3s;
	-o-transition: background-color 0.3s;
	transition: background-color .3s;
}

.sa-wrapper {
	min-width: 980px;
	max-width: 1200px;
	margin: 0 auto;
}

i.sa-user-reputation {
		width: 50px;
		height: 50px;
		display: block;
		position: relative;
	}
		i.sa-user-reputation svg {
			width: 50px;
			height: 50px;
		}
		i.sa-user-reputation svg:nth-child(2) {
			position: absolute;
			left: 0;
			top: 0;
			transform: rotate(-90deg);
			-webkit-transform: rotate(-90deg);
			-moz-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
		}
			i.sa-user-reputation svg:nth-child(2) circle {
				fill: none;
				stroke-width: 20;
				stroke-dasharray: 629;
				stroke: #e24939;
				stroke-dashoffset: 629px;
				stroke-linecap:round;
				-webkit-animation: draw 3.5s;
				-moz-animation: draw 3.5s;
				-o-animation: draw 3.5s;
				animation: draw 3.5s;
			}

.sa-header-bar {
	top: 0;
	width: 100%;
	overflow: visible;
	position: absolute;
	z-index: 990;
	background-color: #22242e;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sa-header-bar img {
	max-height: 100%;
	vertical-align: initial;
}
.sa-header-bar .sa-header-main-navigation {
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		padding: 0 30px 0 47px;
		background-color: #22242e;
		position: relative;
		z-index: 998;
		-webkit-transition: max-height .3s;
		-moz-transition: max-height .3s;
		-ms-transition: max-height .3s;
		-o-transition: max-height 0.3s;
		transition: max-height .3s;
	}
	.sa-main-nav-opened .sa-header-bar .sa-header-main-navigation {
		max-height: 700px;
	}
	.sa-header-bar .sa-header-nav,
	.sa-header-bar .sa-header-userbox {
		opacity: 1;
		-webkit-transition: -webkit-transform .3s, opacity.3s;
		-moz-transition: -moz-transform .3s, opacity.3s;
		transition: transform .3s, opacity.3s;
	}
	.sa-main-nav-opened .sa-header-bar .sa-header-nav,
	.sa-main-nav-opened .sa-header-bar .sa-header-userbox {
		opacity: 0;
		-webkit-transform: translate3d(0, -100px, 0);
		-moz-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0);
	}
		.sa-header-bar .sa-header-main-navigation .sa-wrapper {
			display: table;
		}
			.sa-header-bar .sa-header-main-navigation .sa-main-menu-block,
			.sa-header-bar .sa-header-main-navigation .sa-search-result,
			.sa-header-bar .sa-header-main-navigation .sa-search-block, 
			.sa-header-bar .sa-header-main-navigation .sa-control-block {
				display: table-row;
				vertical-align: top;
			}

			.sa-header-bar .sa-header-main-navigation .sa-control-block {
				height: 150px;
			}	
				.sa-header-bar .sa-header-main-navigation .sa-control-block .sa-control-wrap {
					width: 100%;
					display: table-cell;
					vertical-align: middle;
					position: relative;
				}
					.sa-header-bar .sa-header-main-navigation .sa-control-block .sa-control-wrap a {
						display: block;
						overflow: hidden;
					}
					.sa-header-bar .sa-header-main-navigation .sa-control-block .sa-control-wrap .sa-main-close-btn {
						color: #fff;
						float: right;
						font-size: 30px;
					}
					.sa-header-bar .sa-header-main-navigation .sa-control-block .sa-control-wrap .sa-logo {
						width: 55px;
						height: 55px;
						float: left;
						background: transparent url(https://strikearena.ru/forums/public/style_images/sa/beta/common/sa-logo.svg) no-repeat center;
						background-size: 55px 55px;
					}

		.sa-header-bar .sa-header-main-navigation .sa-search-block {
			height: 110px;
			position: relative;
		}
			.sa-header-bar .sa-header-main-navigation .sa-search-block .sa-search-wrap {
				padding: 0 60px 0 0;
				position: relative;
			}
				.sa-header-bar .sa-header-main-navigation .sa-search-block .sa-search-wrap .sa-search-input {
					width: 100%;
				}
				.sa-header-bar .sa-header-main-navigation .sa-search-block .sa-search-wrap .sa-search-submit {
					top: 0;
					right: 0;
					width: 45px;
					height: 45px;
					position: absolute;
				}
					.sa-header-bar .sa-header-main-navigation .sa-search-block .sa-search-wrap .sa-search-submit i {
						top: 0;
						left: -4px;
						margin: 0;
					}

		.sa-header-bar .sa-header-main-navigation .sa-main-menu-block {
			width: 100%;
			height: 70%;
			position: relative;
		}
			.sa-header-bar .sa-header-main-navigation .sa-main-menu-block > li {
				width: 33%;
				padding: 20px 0 0 90px;
				margin: 0 0 50px;
				position: relative;
				display: inline-table;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
				.sa-header-bar .sa-header-main-navigation .sa-main-menu-block > li h3 {
					font-size: 26px;
				}
					.sa-main-menu-icon {
						top: 0;
						left: 0;
						width: 70px;
						height: 80px;
						display: inline-table;
						vertical-align: middle;
						text-align: center;
						position: absolute;
					}
						.sa-main-menu-icon i {
							width: 70px;
							height: 80px;
							display: block;
							background-color: transparent;
							background-repeat: no-repeat;
							background-position: center;
						}
						.sa-main-menu-icon i.sa-ic-arena {
							background-image: url(https://strikearena.ru/forums/public/style_images/sa/beta/nav/sa-cat-ic-arena.png);
						}
						.sa-main-menu-icon i.sa-ic-forum {
							background-image: url(https://strikearena.ru/forums/public/style_images/sa/beta/nav/sa-cat-ic-forum.png);
						}
						.sa-main-menu-icon i.sa-ic-news {
							background-image: url(https://strikearena.ru/forums/public/style_images/sa/beta/nav/sa-cat-ic-news.png);
						}
						.sa-main-menu-icon i.sa-ic-servers {
							background-image: url(https://strikearena.ru/forums/public/style_images/sa/beta/nav/sa-cat-ic-servers.png);
						}
						.sa-main-menu-icon i.sa-ic-support {
							background-image: url(https://strikearena.ru/forums/public/style_images/sa/beta/nav/sa-cat-ic-support.png);
						}
				.sa-header-bar .sa-header-main-navigation .sa-main-menu-block li a {
					color: #747478;

					-webkit-transition: color .2s ease-in-out;
					-moz-transition: color .2s ease-in-out;
					-o-transition: color .2s ease-in-out;
					-ms-transition: color .2s ease-in-out;
					transition: color .2s ease-in-out;
				}
				.sa-header-bar .sa-header-main-navigation .sa-main-menu-block li:hover a {
					color: #c9c9c9;
				}
					.sa-header-bar .sa-header-main-navigation .sa-main-menu-block > li > ul {
						
					}
						.sa-header-bar .sa-header-main-navigation .sa-main-menu-block > li > ul li {
							width: 49%;
							margin: 15px 0 0;
							display: inline-table;
						}
							.sa-header-bar .sa-header-main-navigation .sa-main-menu-block > li > ul li a:hover {
								color: #fff;
							}

	.sa-header-bar .sa-header-nav {
		float: left;
	}
		.sa-header-bar .sa-header-nav .sa-header-nav-list {
			
		}
			.sa-header-bar .sa-header-nav .sa-header-nav-list .sa-nav-logo,
			.sa-header-bar .sa-header-nav .sa-header-nav-list .sa-nav-sublist {
				float: left;
			}
			.sa-header-bar .sa-header-nav .sa-header-nav-list .sa-nav-logo {
				// EQU width: 90px;
                                width: 40px;
				height: 60px;
				background: #181a22 url(https://strikearena.ru/forums/public/style_images/sa/beta/common/sa-logo.svg) no-repeat center;
				background-size: 34px 34px;
				-webkit-transition: background-color .2s ease-in-out;
				-moz-transition: background-color .2s ease-in-out;
				-o-transition: background-color .2s ease-in-out;
				-ms-transition: background-color .2s ease-in-out;
				transition: background-color .2s ease-in-out;
			}
			.sa-header-bar .sa-header-nav .sa-header-nav-list.sa-opened .sa-nav-logo {
				background-color: #df3625;
			}
				.sa-header-bar .sa-header-nav .sa-header-nav-list .sa-nav-dropdown li {
					opacity: 0;
					-webkit-transform: translate3d(0, -50px, 0);
					transform: translate3d(0, -50px, 0);
				}
				.sa-header-bar .sa-header-nav .sa-header-nav-list .sa-nav-dropdown > ul {
					top: -60px;
					height: 100%;
					position: relative;
					display: table-cell;
					vertical-align: middle;
				}
				.sa-header-bar .sa-header-nav .sa-header-nav-list .sa-nav-dropdown > ul > li {
					display: block;
					overflow: hidden;
					width: 1170px;
					margin: 15px auto;

					//height: 15%;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
				}
				.sa-header-bar .sa-header-nav .sa-header-nav-list.sa-opened .sa-nav-dropdown li {
					opacity: 1;
					-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
					-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1);
					transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1);
				}
				.sa-header-bar .sa-header-nav .sa-header-nav-list.sa-opened .sa-nav-dropdown > ul > li:nth-child(1) {
					-webkit-transition-delay: 0.05s;
					transition-delay: 0.05s;
				}
				.sa-header-bar .sa-header-nav .sa-header-nav-list.sa-opened .sa-nav-dropdown > ul > li:nth-child(2) {
					-webkit-transition-delay: 0.1s;
					transition-delay: 0.1s;
				}
				.sa-header-bar .sa-header-nav .sa-header-nav-list.sa-opened .sa-nav-dropdown > ul > li:nth-child(3) {
					-webkit-transition-delay: 0.15s;
					transition-delay: 0.15s;
				}
				.sa-header-bar .sa-header-nav .sa-header-nav-list.sa-opened .sa-nav-dropdown > ul > li:nth-child(4) {
					-webkit-transition-delay: 0.2s;
					transition-delay: 0.2s;
				}
				.sa-header-bar .sa-header-nav .sa-header-nav-list.sa-opened .sa-nav-dropdown > ul > li:nth-child(5) {
					-webkit-transition-delay: 0.25s;
					transition-delay: 0.25s;
				}
				.sa-header-bar .sa-header-nav .sa-header-nav-list .sa-main-navigation > ul > li a {
					display: block;
					padding: 25px 20px 12px;
					font-size: 24px;
					color: #60646f;

					-webkit-transition: all 0.3s ease-out;
					-moz-transition: all 0.3s ease-out;
					-ms-transition: all 0.3s ease-out;
					-o-transition: all 0.3s ease-out;
					transition: all 0.3s ease-out;
				}
				.sa-header-bar .sa-header-nav .sa-header-nav-list .sa-main-navigation > ul > li:hover a {
					color: #eee;
				}
				.sa-header-bar .sa-header-nav .sa-header-nav-list .sa-main-navigation li > ul li {
					float: left;
				}
					.sa-header-bar .sa-header-nav .sa-header-nav-list .sa-main-navigation li > ul li a {
						font-size: 16px;
						padding: 12px 20px;
					}
					.sa-header-bar .sa-header-nav .sa-header-nav-list .sa-main-navigation li > ul li a:hover {
						color: #ddd !important;
					}

			.sa-header-bar .sa-header-nav .sa-header-nav-list .sa-nav-sublist {
				// EQU padding: 0 15px;
                                padding: 0;
				position: relative;
				z-index: 9;
			}
				.sa-header-bar .sa-header-nav .sa-header-nav-list .sa-nav-sublist li {
					float: left;
				}
					.sa-header-bar .sa-header-nav .sa-header-nav-list .sa-nav-sublist li a {
						color: #60646f;
						display: block;
						height: 60px;
						// EQU padding: 0 15px;
                                                padding: 0 10px;
						line-height: 59px;
						background-color: transparent;
						-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
						-moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
						-o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
						-ms-transition: background-color .2s ease-in-out, color .2s ease-in-out;
						transition: background-color .2s ease-in-out, color .2s ease-in-out;
					}
					.sa-header-bar .sa-header-nav .sa-header-nav-list .sa-nav-sublist li a:hover {
						color: #eee;
						background-color: #181a22;
					}
					.sa-header-bar .sa-header-nav .sa-header-nav-list .sa-nav-sublist li a.sa-active {
						color: #eaeaeb;
					}

	.sa-header-bar .sa-header-userbox {
		float: right;
		height: 60px;
		z-index: 3;
		line-height: 60px;
		position: relative;
	}
	.sa-header-bar .sa-header-userbox,
	.sa-header-bar .sa-header-userbox .sa-userbox-detail,
	.sa-header-bar .sa-header-userbox .sa-userbox-logout {
		position: relative;
		height: 60px;
		z-index: 9;
		-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
		-moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
		-o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
		-ms-transition: background-color .2s ease-in-out, color .2s ease-in-out;
		transition: background-color .2s ease-in-out, color .2s ease-in-out;
	}
	.sa-header-bar .sa-header-userbox:hover,
	.sa-header-bar .sa-header-userbox:hover .sa-userbox-detail, .sa-header-bar .sa-header-userbox:hover .sa-userbox-logout,
	.sa-header-bar .sa-header-userbox.sa-opened .sa-userbox-detail, .sa-header-bar .sa-header-userbox.sa-opened .sa-userbox-logout {
		background-color: #df3625;
	}
	.sa-header-bar .sa-header-userbox .sa-userbox-detail {
		display: block;
		float: left;
	}
			.sa-header-bar .sa-header-userbox .sa-userbox-detail > span,
			.sa-header-bar .sa-header-userbox .sa-userbox-logout {
				color: #eee;
				float: left;
				font-size: 13px;
				padding: 0 17px;
			}
				.sa-header-bar .sa-header-userbox .sa-userbox-detail .sa-nickname {
					min-width: 87px;
				}
					.sa-header-bar .sa-header-userbox .sa-userbox-detail .sa-nickname i {
						top: 3px;
						margin: 0 5px 0 0;
						color: #5d5e64;
						font-size: 16px;
						position: relative;
					}
					.sa-header-bar .sa-header-userbox:hover .sa-userbox-detail .sa-nickname i,
					.sa-header-bar .sa-header-userbox.sa-opened .sa-userbox-detail .sa-nickname i {
						color: #f09d94;
					}

				.sa-header-bar .sa-header-userbox .sa-userbox-detail .sa-notify {
					color: #eee;
					font-size: 12px;
					margin: 18px 0;
					padding: 4px 10px;
					min-width: 15px;
					text-align: center;
					line-height: normal;
					background-color: #df3625;

					-webkit-border-radius: 50px;
					-moz-border-radius: 50px;
					border-radius: 50px;
				}
				.sa-header-bar .sa-header-userbox .sa-userbox-detail .sa-notify.empty {
					background-color: #63AB1F;
				}
					.sa-header-bar .sa-header-userbox .sa-userbox-detail .sa-notify.empty i {
						font-size: 10px;
					}
				.sa-header-bar .sa-header-userbox:hover .sa-userbox-detail .sa-notify,
				.sa-header-bar .sa-header-userbox:hover .sa-userbox-detail .sa-notify.empty,
				.sa-header-bar .sa-header-userbox.sa-opened .sa-userbox-detail .sa-notify,
				.sa-header-bar .sa-header-userbox.sa-opened .sa-userbox-detail .sa-notify.empty {
					background-color: transparent;
					-webkit-box-shadow:inset 0px 0px 0px 1px #f09d94;
					-moz-box-shadow:inset 0px 0px 0px 1px #f09d94;
					box-shadow:inset 0px 0px 0px 1px #f09d94;
				}
				.sa-header-bar .sa-header-userbox .sa-userbox-detail .sa-user-ranks {
					width: 36px;
					height: 42px;
					margin: 9px 17px;
					position: relative;
					float: left;
				}

		.sa-header-bar .sa-header-userbox .sa-userbox-logout {
			color: #5d5e64;
			padding: 0 15px 0 0;
		}
		.sa-header-bar .sa-header-userbox:hover .sa-userbox-logout,
		.sa-header-bar .sa-header-userbox.sa-opened .sa-userbox-logout {
			color: #f09d94;
		}
		.sa-header-bar .sa-header-userbox .sa-userbox-logout:hover {
			color: #eee;
		}
			.sa-header-bar .sa-header-userbox .sa-userbox-logout i {
				margin: 0 0 0 5px;
				position: relative;
				top: 2px;
			}
			.sa-header-bar .sa-header-userbox .sa-userbox-dropdown {
				top: 60px;
				width: 100%;
				opacity: 0;
				z-index: 1;
				overflow: hidden;
				position: absolute;
				background-color: #fff;

				-webkit-transform: translate3d(0, -100%, 0);
				-moz-transform: translate3d(0, -100%, 0);
				transform: translate3d(0, -100%, 0);

				-webkit-transition: all 0.3s ease-out;
				-moz-transition: all 0.3s ease-out;
				-ms-transition: all 0.3s ease-out;
				-o-transition: all 0.3s ease-out;
				transition: all 0.3s ease-out;
			}
			.sa-header-bar .sa-header-userbox.sa-opened .sa-userbox-dropdown {
				opacity: 1;

				-webkit-transform: translate3d(0, 0, 0);
				-moz-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);

				-webkit-transition: all 0.3s ease-out;
				-moz-transition: all 0.3s ease-out;
				-ms-transition: all 0.3s ease-out;
				-o-transition: all 0.3s ease-out;
				transition: all 0.3s ease-out;
			}
				.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-headers {
					height: 45px;
					overflow: hidden;
					background-color: #e1e1e1;
				}
					.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-headers li {
						float: left;
						width: 50%;
						display: block;
						text-align: center;
					}
					.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-headers li.sa-tab-active {
						background-color: #22242e;
					}
						.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-headers li a {
							color: #a7a7a7;
							display: block;
							line-height: 45px;
						}
						.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-headers li.sa-tab-active a {
							color: #fff;
						}

				.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content {
					position: relative;
				}
					.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section {
						background-color: #fff;
						opacity: 0;
						top: 0;
						left: 0;
						width: 100%;
						z-index: -1;
						overflow: hidden;
						position: absolute;
						-webkit-transition: opacity 0.2s cubic-bezier(0.2, 1, 0.3, 1);
						transition:opacity 0.2s cubic-bezier(0.2, 1, 0.3, 1);
					}
					.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section.sa-tab-opened {
						opacity: 1;
						z-index: 2;
						position: relative;
						-webkit-transition: opacity 0.2s cubic-bezier(0.2, 1, 0.3, 1);
						transition:opacity 0.2s cubic-bezier(0.2, 1, 0.3, 1);
					}

						/* First Tab */
						.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-profile-stats,
						.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-profile-links,
						.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-profile-points {
							opacity: 0;
							-webkit-transform: translate3d(0, 100px, 0);
							transform: translate3d(0, 100px, 0);
						}
						.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section.sa-tab-opened .sa-profile-stats,
						.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section.sa-tab-opened .sa-profile-links,
						.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section.sa-tab-opened .sa-profile-points {
							opacity: 1;
							-webkit-transform: translate3d(0, 0, 0);
							transform: translate3d(0, 0, 0);
							-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1);
							transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1);
						}
						.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section.sa-tab-opened .sa-profile-links {
							-webkit-transition-delay: 0.1s;
							transition-delay: 0.1s;
						}
						.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section.sa-tab-opened .sa-profile-points {
							-webkit-transition-delay: 0.15s;
							transition-delay: 0.15s;
						}


						.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-profile-stats {
							border-bottom: 1px solid #e1e1e1;
						}
							.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-profile-stats .sa-user-title {
								color: #000;
								font-size: 14px;
								padding: 22px 40px 22px 80px;
								position: relative;
								line-height: normal;
							}
								.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-profile-stats .sa-user-title .sa-user-reputation {
									top: 50%;
									left: 15px;
									margin: -25px 0 0;
									position: absolute;
								}
									.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-profile-stats .sa-user-title .sa-user-reputation i {
										width: 36px;
										height: 36px;
										display: block;
										top: 7px;
										left: 7px;
										opacity: 0.8;
										position: absolute;
										background-size: 100%;
										background-position: center;
										background-repeat: no-repeat;
										-webkit-border-radius: 50%;
										-moz-border-radius: 50%;
										border-radius: 50%;
									}
								.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-profile-stats .sa-user-title span {
									color: #7c7c7c;
									font-size: 12px;
									display: block;
									margin: 3px 0 0;
								}

							.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-profile-stats .sa-profile-settings {
								color: #dcdcdc;
								position: absolute;
								top: 14px;
								right: 15px;
								font-size: 18px;
							}
							.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-profile-stats .sa-profile-settings:hover {
								color: #ccc;
							}

						.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-profile-links {
							padding: 10px 20px;
						}
							.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-profile-links li {
								line-height: 36px;
							}
								.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-profile-links li a {
									color: #000;
									-webkit-transition: color .2s ease-in-out;
									-moz-transition: color .2s ease-in-out;
									-o-transition: color .2s ease-in-out;
									-ms-transition: color .2s ease-in-out;
									transition: color .2s ease-in-out;
								}
								.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-profile-links li a:hover {
									color: #df3625;
								}
									.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-profile-links li a i {
										font-size: 18px;
										position: relative;
										margin: 0 5px 0 0;
										top: 4px;
									}
						.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-profile-points {

						}
							.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-profile-points a {
								display: block;
								background-color: #ececec;
								color: #e24939;
								text-align: center;
								-webkit-transition: background-color .2s ease-in-out;
								-moz-transition: background-color .2s ease-in-out;
								-o-transition: background-color .2s ease-in-out;
								-ms-transition: background-color .2s ease-in-out;
								transition: background-color .2s ease-in-out;
							}
							.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-profile-points a:hover {
								background-color: #ddd;
							}

						/* Second Tab */	
						.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-notification-list {
							
						}
							.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-notification-list li {
								display: block;
								border-top: 1px solid #e1e1e1;
								opacity: 0;
								-webkit-transform: translate3d(0, 100px, 0);
								transform: translate3d(0, 100px, 0);
							}
							.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section.sa-tab-opened .sa-notification-list li {
								opacity: 1;
								-webkit-transform: translate3d(0, 0, 0);
								transform: translate3d(0, 0, 0);
								-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.3, 1);
								transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.3, 1);
							}
							.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section.sa-tab-opened .sa-notification-list li:nth-child(1) {
								-webkit-transition-delay: 0.05s;
								transition-delay: 0.05s;
							}
							.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section.sa-tab-opened .sa-notification-list li:nth-child(2) {
								-webkit-transition-delay: 0.1s;
								transition-delay: 0.1s;
							}
							.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section.sa-tab-opened .sa-notification-list li:nth-child(3) {
								-webkit-transition-delay: 0.15s;
								transition-delay: 0.15s;
							}
							.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section.sa-tab-opened .sa-notification-list li:nth-child(4) {
								-webkit-transition-delay: 0.2s;
								transition-delay: 0.2s;
							}
							.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section.sa-tab-opened .sa-notification-list li:nth-child(5) {
								-webkit-transition-delay: 0.25s;
								transition-delay: 0.25s;
							}
							.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-notification-list li:first-child {
								border-top: none;
							}
							.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section.sa-notification-list li.last {

							}
								.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-notification-list li a {
									padding: 15px 15px 15px 45px;
									position: relative;
									display: block;
									font-size: 13px;
									color: #000;
									line-height: normal;
									background-color: transparent;
									-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
									-moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
									-o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
									-ms-transition: background-color .2s ease-in-out, color .2s ease-in-out;
									transition: background-color .2s ease-in-out, color .2s ease-in-out;
								}
								.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-notification-list li a:hover {
									color: #e84c3d;
									background-color: #ececec;
								}
								.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-notification-list li.last a {
									display: block;
									background-color: #ececec;
									color: #e24939;
									text-align: center;
									padding: 0;
									height: 50px;
									font-weight: bold;
									line-height: 50px;
									-webkit-transition: background-color .2s ease-in-out;
									-moz-transition: background-color .2s ease-in-out;
									-o-transition: background-color .2s ease-in-out;
									-ms-transition: background-color .2s ease-in-out;
									transition: background-color .2s ease-in-out;
								}
								.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-notification-list li.last a:hover {
									background-color: #ddd;
								}
									.sa-header-bar .sa-header-userbox .sa-userbox-dropdown .sa-tabs-content section .sa-notification-list li a .sa-avatar-img {
										width: 25px;
										height: 25px;
										left: 10px;
										top: 50%;
										margin: -12.5px 0 0;
										position: absolute;
										-webkit-clip-path: polygon(50% 0%, 90% 25%, 90% 75%, 50% 100%, 10% 75%, 10% 25%);
										clip-path: polygon(50% 0%, 90% 25%, 90% 75%, 50% 100%, 10% 75%, 10% 25%);
									}

	.sa-header-bar .sa-header-register {
		height: 60px;
		float: right;
		position: relative;
		background-color: #181a22;
		z-index: 9;
	}
		.sa-header-bar .sa-header-register a {
			height: 60px;
			color: #60646f;
			line-height: 57px;
			padding: 0 25px;
			float: left;
			display: inline-block;
			-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
			-moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
			-o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
			-ms-transition: background-color .2s ease-in-out, color .2s ease-in-out;
			transition: background-color .2s ease-in-out, color .2s ease-in-out;
		}
		.sa-header-bar .sa-header-register .sa-header-login-link:hover {
			color: #fff;
			background-color: #df3625;
		}

		.sa-header-bar .sa-header-register .sa-header-register-link {
			color: #fff;
			background-color: #63AB1F;
		}
		.sa-header-bar .sa-header-register .sa-header-register-link:hover {
			background-color: #59981D;
		}
			.sa-header-bar .sa-header-register .sa-header-register-link i {
				top: 3px;
				font-size: 18px;
				margin-right: 10px;
				position: relative;
			}