/****************************************
 __   ___   ___   ___  _____  _     _
( (` | |_) / / \ | |_)  | |  \ \_/ | |\ |
_)_) |_|   \_\_/ |_| \  |_|   |_|  |_| \|
*****************************************/

body {
	font-family: "Nunito", sans-serif;
	color: #000;
	margin-top: 110px;
}

.cmodal-active body {
	height: 100vh;
	overflow-y: hidden;
	padding-right: 15px; /* Avoid width reflow */
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.icon:before,
.icon:after {
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	line-height: 80px;
	background-color: #fff;
	border-bottom: 1px solid rgba(150,150,150,.5);
	z-index: 1;
}

.mh-logo {
	float: left;
	width: 104px;
	margin: 0;
	line-height: inherit;
}

	.mh-logo > a {
		display: inline-block;
		width: 100%;
		vertical-align: middle;
		height: 0;
		padding-bottom: 24%;
		background: url("../img/logo.svg") no-repeat center;
		background-size: contain;
		text-indent: -9999em;
		overflow: hidden;
	}

.mh-group1 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 60px;
}

.mh-group2 {
	float: right;
}

.mh-controls > li {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
}

	.mh-controls > li + li {
		margin-left: 35px;
	}

.mhc-btn {
	font-size: 22px;
	color: #969696;
	cursor: pointer;
}

.mhn-btn {
	position: relative;
}

	.mhn-btn.active:after {
		content: "";
		position: absolute;
		top: -3px;
		right: -4px;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #467FFF;
	}

.mh-add {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 700;
	color: inherit;
}

	.mh-add:before {
		content: "\e913";
		display: inline-block;
		position: relative;
		top: 1px;
		margin-right: 11px;
		font-family: "icons";
		width: 35px;
		height: 34px;
		line-height: 35px;
		text-align: center;
		background-color: #467FFF;
		color: #fff;
		font-size: 16px;
		border-radius: 50%;
		-webkit-transition: background-color .3s;
		transition: background-color .3s;
	}

	.mh-add:focus,
	.mh-add:active,
	.mh-add:hover {
		color: inherit;
	}

		.mh-add:hover:before {
			background-color: #004fff;
		}

.mh-menu {
	display: inline-block;
	position: relative;
	top: 3px;
	margin-left: 126px;
}

.mh-menu > li {
	display: inline-block;
	position: relative;
	font-size: 13px;
}

.mh-menu > li + li {
	margin-left: 6px;
}

.mh-menu > li a {
	display: block;
	white-space: nowrap;
	color: #000;
	-webkit-transition: color .3s;
			transition: color .3s;
}

.mh-menu li.active > a,
.mh-menu li a:hover {
	color: #467FFF;
}

.mh-menu > li > a {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .09em;
	padding: 0 12px;
}

.mh-menu ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	margin-top: -9px;
	left: -18px;
	line-height: 1.4;
	border-radius: 4px;
	padding: 10px;
	min-width: 230px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
	-webkit-transition: opacity .3s, visibility 0s .3s;
			transition: opacity .3s, visibility 0s .3s;
}

.mh-menu > li:hover ul {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s;
			transition: opacity .3s;
}

.mh-menu ul a {
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 700;
}

.mh-search {
	display: inline-block;
	vertical-align: middle;
	margin-left: 42px;
	line-height: 1.5;
}

.mhs-input-wrap {
	position: relative;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.mhs-input {
	display: block;
	height: 100%;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	width: 360px;
	padding: 0 20px 0 40px;
	font-size: 14px;
	color: #000;
	-webkit-transition: padding-left .3s;
	transition: padding-left .3s;
}

	.mhs-input::-webkit-input-placeholder {
		color: #AAAAA9;
	}

	.mhs-input::-moz-placeholder {
		color: #AAAAA9;
	}

	.mhs-input:-ms-input-placeholder {
		color: #AAAAA9;
	}

	.mhs-input:-moz-placeholder {
		color: #AAAAA9;
	}

	.mhs-input:focus {
		outline: none;
		padding-left: 20px;
	}

.mhs-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40px;
	font-size: 20px;
	text-align: center;
	color: #969696;
	-webkit-transition: left .3s;
	transition: left .3s;
}

.mhs-input:focus + .mhs-icon {
	left: -40px;
}

.mhs-icon:before {
	display: inline-block;
	vertical-align: middle;
}

.mh-filter {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	margin-left: 18px;
}

.mhf-btn {
	width: 46px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	font-size: 20px;
	color: #969696;
	cursor: pointer;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

	.mhf-btn:hover {
		background-color: #f7f7f7;
	}

.mc-col-left {
	flex: 0 0 250px;
	padding-left: 0;
	padding-right: 0;
}

.mc-col-left .side-bar {
	position: fixed;
	top: 110px;
	bottom: 0;
	width: 250px;
	padding-left: 15px;
	padding-right: 35px;
	overflow: hidden;
}

.mc-col-right {
	flex: 0 0 370px;
}

.mc-col-right .side-bar {
	position: fixed;
	top: 110px;
	bottom: 0;
	width: 360px;
	padding-left: 5px;
	padding-right: 35px;
	overflow: hidden;
}

.sb-title {
	font-size: 16px;
	font-weight: 700;
}

.cat-list {
	margin-top: 30px;
}

.cat-items.collapsable {
	display: none;
}

.cat-items > li {
	position: relative;
	padding: 0 20px 0 36px;
}

	.cat-items + .cat-items,
	.cat-items > li + li {
		margin-top: 20px;
	}

	.cat-items > li > label {
		margin: 0;
		padding: 0;
		color: #7A7A7A;
	}

	.cat-items > li > input:checked ~ label {
		color: #000;
	}

	.cat-items > li > input + label {
		display: inline-block;
		position: static;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.4;
	}

		.cat-items > li > input + label:before {
			top: 2px;
			left: auto;
			right: 0;
		}

		.cat-items > li > input + label:after {
			top: 5px;
			left: auto;
			right: 7px;
		}

	.cat-items > li > label + label {
		display: block;
	}

		.cat-items > li > label + label:before {
			position: absolute;
			top: 1px;
			left: 0;
			cursor: pointer;
			font-size: 24px;
		}

		.cat-items > li > label + label > img {
			position: absolute;
			top: 1px;
			left: 0;
			cursor: pointer;
			width: 24px;
		}

.magic-checkbox:checked + label:before {
	border: #467FFF;
	background: #467FFF;
}

.magic-checkbox + label:before {
	border-color: #979797;
}

.sb-more {
	border-bottom: 1px solid #969696;
	margin: 22px 0;
	padding-bottom: 14px;
}

.sbm-toggle {
	font-size: 16px;
	font-weight: 600;
	color: #467FFF;
	cursor: pointer;
}

.following-list {
	margin-top: 25px;
}

	.following-list.collapsable {
		display: none;
	}

	.following-list + .following-list,
	.following-list > li + li {
		margin-top: 15px;
	}

.fl-cols {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.fl-col {
	display: table-cell;
	vertical-align: middle;
}

	.fl-col:nth-child(1) {
		width: 65px;
	}

	.fl-col:nth-child(3) {
		width: 20px;
		text-align: right;
	}

.fl-avatar {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 42px;
}

.fl-new-post .fl-avatar:before {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	border: 2px solid #467FFF;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.fl-verified .fl-avatar:after {
	content: "\e900";
	position: absolute;
	bottom: 0;
	right: -7px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-family: "icons";
	background-color: #467FFF;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}

.fl-avatar > img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #eee;
}

.fl-description {
	display: inline-block;
	vertical-align: middle;
}

.fld-sport,
.fld-club {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #757880;
}

.fld-name {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #323231;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 220px;
}

	.fld-name > img {
		display: inline-block;
		vertical-align: middle;
		width: 14px;
		height: 14px;
		margin-left: 7px;
	}

.fl-more {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #969696;
}

.mft-nav {
	border-bottom: 1px solid #969696;
}

	.mft-nav:after {
		content: "";
		display: table;
		clear: both;
	}

	.mft-nav > li {
		float: left;
		width: 50%;
		text-align: center;
		font-size: 20px;
		font-weight: 700;
		color: #969696;
		padding-bottom: 12px;
		cursor: pointer;
	}

		.mft-nav > li.active {
			border-bottom: 4px solid #000;
			color: #000;
		}

		.mft-nav > li[data-notification]:after {
			content: attr(data-notification);
			display: inline-block;
			vertical-align: middle;
			margin-left: 5px;
			width: 19px;
			height: 19px;
			line-height: 20px;
			background-color: #969696;
			border-radius: 50%;
			color: #fff;
			font-size: 13px;
			font-weight: 700;
			text-align: center;
		}

.mf-post {
	margin-bottom: 20px;
}

	.mf-post + .mf-post {
		border-top: 1px solid #C8C8C8;
	}

.mfp-header {
	padding: 10px 0;
}

.mfph-cols {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.mfph-col {
	display: table-cell;
	vertical-align: middle;
}

	.mfph-col + .mfph-col {
		text-align: right;
		width: 30%;
	}

.mfph-profile {
	display: inline-block;
	vertical-align: middle;
}

.mfph-avatar {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 4px;
	background-size: cover;
	border: 1px solid #979797;
}

.mfph-avatar-celeb:after {
	content: "\e900";
	position: absolute;
	bottom: 0;
	right: -7px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 8px;
	font-family: "icons";
	background-color: #467FFF;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
}

.mfph-name-club {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3;
}

.mfph-name {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #000;
}

	.mfph-name > img {
		display: inline-block;
		vertical-align: middle;
		width: 12px;
		height: 12px;
		margin-top: -1px;
		margin-left: 5px;
	}

.mfph-club {
	display: block;
	color: #969696;
	font-size: 12px;
}

.mfph-info {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
}

.mfph-ago {
	display: block;
	color: #000;
}

.mfph-by {
	display: block;
	color: #969696;
}

.mfp-visual {
	position: relative;
	cursor: pointer;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

	.mfp-visual:hover {
		opacity: .9;
	}

	.mfp-visual:before {
		content: "\e912";
		font-size: 32px;
		color: #fff;
		line-height: 1;
		font-family: 'icons';
		position: absolute;
		top: 50%;
		left: 50%;
		opacity: .75;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.mfp-visual > div {
		z-index: 10;
		background-size: cover;
		height: 320px;
		width: 100%;
		background-position: center center;
	}

	.mfp-visual > img {
		z-index: 1;
		width: 10%;
		visibility: hidden;
		float: right;
	}

.mfp-footer {
	padding-top: 7px;
}

.mfpf-seen {
	position: relative;
	padding: 0 23px;
}

	.mfpf-seen:before {
		content: "\e91b";
		font-family: 'icons';
		position: absolute;
		left: 0;
		top: 0;
		font-size: 18px;
		color: #969696;
	}

	.mfpf-seen > span:first-child {
		font-size: 14px;
		font-weight: 600;
		color: #23262F;
	}

.mfpf-more {
	position: absolute;
	top: 3px;
	right: 0;
	font-size: 20px;
	color: #969696;
	cursor: pointer;
}

.mfpf-tags {
	font-size: 14px;
	margin-top: 10px;
}

.mfpf-keywords {
	color: #323231;
	font-weight: 700;
}

.mfpf-hashes {
	color: #969696;
}

.mfpf-hashes-more {
	display: none;
}

.mfpf-hashes-more-btn {
	font-weight: 600;
	color: #000;
	cursor: pointer;
}

#athlete-profile {
	top: 80px;
	z-index: auto;
}

.cmodal {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	-webkit-transition: opacity .3s, visibility 0s .3s;
	transition: opacity .3s, visibility 0s .3s;
}

	.cmodal.active {
		visibility: visible;
		opacity: 1;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}

.cmodal-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.8);
}

.cmodal-content {
	position: absolute;
	top: 60px;
	bottom: 60px;
	left: 20px;
	right: 20px;
	margin: auto;
	/*padding: 25px;*/
	background-color: #fff;
	border-radius: 5px;
	overflow-y: auto;
}

#horizontal-screen {
	z-index: 10;
}

#horizontal-screen > .cmodal-content {
	/*max-width: 1238px;*/
	/*max-height: 832px;*/
	width: 1238px;
	height: 832px;
}

#horizontal-screen.r_1_1 > .cmodal-content {
	width: 1298px;
}

#horizontal-screen.r_9_16 > .cmodal-content {
	width: 936px;
}

#add-screen > .cmodal-content {
	width: 864px;
	height: 832px;
}

#publishing-screen > .cmodal-content {
	width: 428px;
	height: 436px;
}

.hs-mark:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 126px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(113,113,113,0.52) 50%, rgba(238,238,238,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(113,113,113,0.52) 50%,rgba(238,238,238,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(113,113,113,0.52) 50%,rgba(238,238,238,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00eeeeee',GradientType=0 );
}

.hs-mark-after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 126px;
	background: -moz-linear-gradient(top, rgba(238,238,238,0) 0%, rgba(113,113,113,0.52) 50%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(238,238,238,0) 0%,rgba(113,113,113,0.52) 50%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,0) 0%,rgba(113,113,113,0.52) 50%,rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeee', endColorstr='#d9000000',GradientType=0 );
	z-index: 0;
}

.hsm-video {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

	.hsm-video > img,
	.hsm-video > video {
		width: 100%;
		height: auto;
	}

.hsm-prev,
.hsm-next {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	font-size: 14px;
	color: #467FFF;
	text-align: center;
	background-color: rgba(255,255,255,.6);
	cursor: pointer;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hsm-prev {
	left: 18px;
}

.hsm-next {
	right: 18px;
}

	.hsm-prev:hover,
	.hsm-next:hover {
		background-color: #fff;
	}

	.hsm-prev:before,
	.hsm-next:before {
		content: "\e91e";
		display: inline-block;
		font-family: icons;
	}

.hsm-prev:before {
	margin-left: -2px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.hsm-next:before {
	margin-right: -2px;
}

.hsm-rate {
	position: absolute;
	bottom: 55px;
	left: 50%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hsmr-circle {
	width: 53px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	background-color: #467FFF;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.hsmr-scale {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 100%;
	margin-bottom: 13px;
	left: 50%;
	width: 260px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background-color: #467FFF;
	-webkit-transition: opacity .3s, visibility 0s .3s;
	transition: opacity .3s, visibility 0s .3s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hsm-rate:hover .hsmr-scale {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.hsmr-scale:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 13px;
}

.hsmr-scale:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	border-top: 15px solid #467FFF;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hsmrs-value {
	float: right;
	width: 20%;
	height: 100%;
	text-align: center;
	color: rgba(255,255,255,.5);
	cursor: pointer;
}

	.hsmrs-value:hover,
	.hsmrs-value:hover ~ .hsmrs-value,
	.hsmrs-value.active,
	.hsmrs-value.active ~ .hsmrs-value {
		color: #fff;
	}

	.hsmrs-value:not(:last-child) {
		border-left: 1px solid #7FA5FB;
	}

.hsm-close,
.hsm-volume {
	position: absolute;
	top: 40px;
	z-index: 2;
}

.hsm-close {
	left: 23px;
}

.hsm-volume {
	right: 23px;
}

.hsm-btn {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background-color: #467FFF;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

	.hsm-btn:hover {
		background-color: #004fff;
	}

.hsm-close > .hsm-btn:before,
.ash-close > .hsm-btn:before {
	content: "x";
	font-size: 19px;
	font-weight: 800;
	line-height: 1;
}

.hsm-volume > .hsm-btn:before {
	content: "\e926";
	font-size: 17px;
	font-family: "icons";
}

.hsm-volume.muted > .hsm-btn:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	font-weight: 700;
	font-size: 22px;
	height: 25px;
	width: 2px;
	background-color: #fff;
}

.hsm-bookmark,
.hsm-share {
	position: absolute;
	bottom: 33px;
	color: #fff;
	text-align: center;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;
}

	.hsm-bookmark.active,
	.hsm-share.active,
	.hsm-bookmark:hover,
	.hsm-share:hover {
		color: #467FFF;
	}

.hsm-bookmark {
	left: 50px;
	font-size: 27px;
}

.hsm-share {
	right: 50px;
	font-size: 29px;
}

.hsm-count {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-top: 5px;
}

.hs-sidebar {
	padding: 35px 20px 0;
	height: 100%;
}

.hs-col:first-child {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 468px;
}

.hs-col + .hs-col {
	width: 468px;
	float: right;
	height: 100%
}

.hssh-cols {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.hssh-col {
	display: table-cell;
	vertical-align: middle;
}

	.hssh-col + .hssh-col {
		text-align: right;
		width: 30%;
	}

.hssh-profile {
	display: inline-block;
	vertical-align: middle;
}

.hssh-avatar {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 10px;
}

.hssh-avatar {
	/*display: block;*/
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-size: cover;
}

.hssh-profile.starred .hssh-avatar:after {
	content: "\e924";
	position: absolute;
	bottom: -3px;
	right: -9px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-family: "icons";
	background-color: #467FFF;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}

.hssh-name-club {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3;
}

.hssh-name {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #000;
}

	.hssh-name > img {
		display: inline-block;
		vertical-align: middle;
		width: 12px;
		height: 12px;
		margin-top: -1px;
		margin-left: 5px;
	}

.hssh-club {
	display: block;
	color: #969696;
	font-size: 12px;
}

.simple-btn {
	display: inline-block;
	background-color: #467FFF;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 14px;
	padding: 0 25px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

	.simple-btn:hover {
		background-color: #004fff;
		color: #fff;
	}

.hssh-ago {
	font-size: 13px;
	font-weight: 700;
	margin-top: 15px;
}

.hssh-signature {
	font-size: 13px;
	color: #464748;
	margin-top: 2px;
}

.hsst-nav {
	border-bottom: 1px solid #969696;
}

	.hsst-nav:after {
		content: "";
		display: table;
		clear: both;
	}

	.hsst-nav > li {
		float: left;
		width: 50%;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		color: #969696;
		padding-bottom: 8px;
		cursor: pointer;
	}

		.hsst-nav > li.active {
			border-bottom: 4px solid #000;
			color: #000;
		}

.hs-ratings1 {
	border-bottom: 1px solid rgba(150,150,150,.5);
	padding: 18px 0 12px;
}

.hsr1-cols {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.hsr1-col {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 700;
}

	.hsr1-col:nth-child(2) {
		text-align: center;
	}

	.hsr1-col:nth-child(3) {
		text-align: right;
	}

.hsr1-rating,
.hsr1-people {
	display: inline-block;
	vertical-align: middle;
}

	.hsr1-rating:before {
		content: "\e925";
		font-family: "icons";
		font-size: 18px;
		margin-right: 14px;
	}

	.hsr1-people:after {
		content: "\e922";
		font-size: 20px;
		font-family: "icons";
		margin-left: 14px;
		position: relative;
		top: 3px;
	}

.hsr1-seen:after {
	content: "\e91b";
	font-size: 20px;
	font-family: "icons";
	margin-left: 14px;
	position: relative;
	top: 3px;
}

.viewers:after {
	margin-left: 0px;
	font-size: 16px;
}

.simple-btn.boost {
	background-color: #000;
	height: 32px;
	line-height: 34px;
	border-radius: 16px;
	text-transform: uppercase;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

	.simple-btn.boost:hover {
		background-color: #404040;
	}

	.simple-btn.boost:before {
		content: "\e916";
		display: inline-block;
		position: relative;
		top: -2px;
		font-family: "icons";
		font-size: 18px;
		margin-right: 7px;
		vertical-align: bottom;
	}

.hs-ratings2 {
	padding: 12px 0;
	border-bottom: 1px solid rgba(150,150,150,.5);
}

.hsr2-cols {
	text-align: justify;
	font-size: 0.1px;
}

	.hsr2-cols:after {
		content: "";
		display: inline-block;
		width: 100%;
	}

.hsr2-col {
	display: inline-block;
	text-align: left;
	font-size: 15px;
	line-height: 1.3;
}

.hsr2-pts {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #969696;
}

.hsr2-people {
	font-weight: 600;
}

	.hsr2-people:before {
		content: "\e922";
		font-size: 13px;
		margin-right: 5px;
		font-family: "icons";
		margin-left: -2px
	}

.hs-agents {
	padding: 15px 0;
	border-bottom: 1px solid rgba(150,150,150,.5);
}

.hsa-cols {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.hsa-col {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 700;
}

	.hsa-col:nth-child(1) {
		width: 65px;
	}

	.hsa-col:nth-child(3) {
		text-align: right;
		width: 95px;
	}

.hsa-avatar {
	display: inline-block;
	position: relative;
	width: 38px;
	height: 38px;
}

	.hsa-avatar:after {
		content: "\e900";
		position: absolute;
		bottom: 0;
		right: -7px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		font-family: "icons";
		background-color: #24C6DC;
		border-radius: 50%;
		color: #fff;
		text-align: center;
	}

	.hsa-avatar > img {
		display: block;
		width: 100%;
		height: 100%;
	}

.simple-btn.small {
	font-size: 11px;
	font-weight: 800;
	height: 32px;
	line-height: 33px;
	border-radius: 16px;
	padding: 0 15px;
}

.hsr-list {
	padding: 20px 10px 20px 0;
}

	.hsr-list > li + li {
		margin-top: 20px;
	}

.hsr-cols {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.hsr-col {
	display: table-cell;
	vertical-align: middle;
}

	.hsr-col:nth-child(1) {
		width: 57px;
	}

	.hsr-col:nth-child(3) {
		width: 40px;
		text-align: right;
	}

.hsr-avatar {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
}

	.hsr-avatar span {
		background-size: cover;
	}

.hsr-avatar-celeb:after {
	content: "\e900";
	position: absolute;
	bottom: 0;
	right: -7px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 8px;
	font-family: "icons";
	background-color: #467FFF;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
}

.hsr-avatar.agent:after,
.hsr-avatar.scout:after {
	background-color: #24C6DC;
}

.hsr-avatar > span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-size: cover;
	border: 1px solid #eee;
}

.hsr-description {
	display: inline-block;
	vertical-align: middle;
}

.hsr-club {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #757880;
}

.hsr-name {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #323231;
}

	.hsr-name > img {
		display: inline-block;
		vertical-align: middle;
		width: 14px;
		height: 14px;
		margin-left: 7px;
	}

.ps > .ps__rail-y {
	opacity: 0.6;
}

.hss-tabs {
	margin-top: 10px;
}

.hs-viewers .hsa-cols {
	margin-top: 5px;
	font-size: 14px;
}

.flex-cols {
	display: flex;
	flex-direction: column;
}

.flex-filler {
	flex: 1;
}

.flex-scrollable-filler {
	min-width: 0;
	min-height: 0;
	flex: 1 1 0;
	overflow: auto;
}

#add-screen > .cmodal-content {
	padding: 30px;
}

.as-header {
	position: relative;
}

.ash-title {
	font-size: 26px;
	font-weight: 700;
	color: #000;
}

.ash-info {
	font-size: 15px;
	font-weight: 700;
	color: #969696;
}

.ash-close {
	position: absolute;
	top: 0;
	right: 0;
}

.as-cols {
	margin: 15px -15px 0;
}

	.as-cols:after {
		content: "";
		display: table;
		clear: both;
	}

.as-col {
	padding: 0 15px;
}

	.as-col:first-child {
		width: 330px;
		float: left;
	}

	.as-col + .as-col {
		margin-left: 330px;
	}

.as-media {
	position: relative;
	height: 640px;
}

	.as-media > img,
	.as-media > video {
		width: auto;
		height: 100%;
	}

.as-media-info {
	font-size: 15px;
	font-weight: 700;
	color: #464748;
	text-align: center;
	margin-top: 15px;
}

	.as-media-info div {
		cursor: pointer;
		font-weight: 200;
		float: right;
		color: #969696;
	}

.as-upload {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.asu-title {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	margin-top: 20px;
}

.asu-info {
	color: #969696;
	font-size: 15px;
	font-weight: 700;
	margin-top: 15px;
}

.asu-specs {
	margin: 24px auto 0;
	color: #464748;
	font-weight: 700;
	line-height: 1.357;
	max-width: 167px;
}

.asm-sync {
	position: absolute;
	top: 15px;
	right: 20px;
}

	.asm-sync > .hsm-btn:before {
		content: "\e929";
		font-family: "icons";
	}

.cinput-group + .cinput-group {
	margin-top: 20px;
}

.cinput-label {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin: 0 0 5px;
}

	.cinput-label > span {
		float: right;
		font-size: 14px;
		font-weight: 600;
		color: #969696;
	}

		.cinput-label > span > b {
			color: #62A60C;
			font-weight: 600;
		}

.cinput {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	outline: none;
}

	.cinput::-webkit-input-placeholder {
		color: #969696;
		font-weight: 600;
	}

	.cinput::-moz-placeholder {
		color: #969696;
		font-weight: 600;
	}

	.cinput:-ms-input-placeholder {
		color: #969696;
		font-weight: 600;
	}

	.cinput:-moz-placeholder {
		color: #969696;
		font-weight: 600;
	}

.cinput-btn {
	display: inline-block;
	height: 28px;
	border: none;
	border-radius: 14px;
	text-align: center;
	background-color: #969696;
	color: #fff;
	font-weight: 700;
	width: 100px;
	outline: none;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	line-height: 28px;
	vertical-align: middle;
}

	.cinput-btn:hover {
		background-color: #afadad;
	}

	.cinput-btn:focus,
	.cinput-btn:active {
		outline: none;
	}

.cinput-cancel {
	margin-left: 40px;
	background-color: transparent;
	border: none;
	font-size: 15px;
	font-weight: 700;
	color: #464748;
	outline: none;
	-webkit-transition: color .3s;
	transition: color .3s;
	line-height: 28px;
	vertical-align: middle;
}

	.cinput-cancel:focus,
	.cinput-cancel:active {
		outline: none;
	}

	.cinput-cancel:hover {
		color: #afadad;
	}

.cinput-group.cinput-group-submit {
	margin-top: 40px;
}

.cinput-add {
	position: relative;
}

.cinput-wrap {
	position: relative;
	cursor: pointer;
}

	.cinput-wrap:before {
		content: "\e928";
		font-size: 18px;
		font-family: 'icons';
		color: #fff;
		position: absolute;
		right: 3px;
		top: 2px;
		width: 40px;
		height: 36px;
		line-height: 36px;
		background-color: #467FFF;
		border-radius: 4px;
		text-align: center;
		-webkit-transition: background-color .3s;
		transition: background-color .3s;
	}

	.cinput-wrap:hover:before {
		background-color: #004fff;
	}

	.cinput-wrap > .cinput {
		padding-right: 55px;
		cursor: pointer;
	}

.cinput-add-drop {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	margin-top: 2px;
	left: 10px;
	width: 436px;
	max-height: 527px;
	padding: 10px 0;
	background-color: #fff;
	border: 1px solid #D0D0D0;
	border-radius: 5px;
	overflow-y: auto;
	z-index: 1;
	-webkit-transition: opacity .3s, visibility 0s .3s;
	transition: opacity .3s, visibility 0s .3s;
}

.cad-categories, .cad-sports {
	max-height: 372px;
}

.cinput-add-drop.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.cad-title {
	padding: 0 20px;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.cad-list {
	margin-top: 10px;
}

	.cad-list > li {
		padding: 6px 20px;
		-webkit-transition: background-color .3s;
		transition: background-color .3s;
	}

		.cad-list > li:hover {
			background-color: #EEEEEF;
		}

	.cad-list .fld-name {
		font-size: 15px;
	}

	.cad-list li.active .fld-name,
	.cad-list li.active .fl-col:nth-child(3) {
		color: #467FFF;
	}

	.cad-list .fl-col:nth-child(3) {
		width: 70px;
		font-size: 14px;
		font-weight: 700;
		color: #969696;
	}

		.cad-list .fl-col:nth-child(3):after {
			content: "\e927";
			font-family: 'icons';
			vertical-align: middle;
			font-size: 22px;
			margin-left: 9px;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			speak: never;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

.cad-cat-list {
}

	.cad-cat-list > li {
		position: relative;
		font-size: 15px;
		font-weight: 700;
		color: #323231;
		padding: 13px 0 13px 20px;
		cursor: pointer;
		-webkit-transition: background-color .3s;
		transition: background-color .3s;
	}

		.cad-cat-list > li:after {
			content: "\e928";
			position: absolute;
			top: 50%;
			right: 20px;
			font-size: 20px;
			color: #000000;
			font-family: 'icons';
			speak: never;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}

		.cad-cat-list > li:hover {
			background-color: #EEEEEF;
		}

		.cad-cat-list > li + li:before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			right: 65px;
			height: 1px;
			background-color: #EEEEEF;
		}

		.cad-cat-list > li > img {
			width: 24px;
			height: auto;
			vertical-align: middle;
		}

		.cad-cat-list > li > span {
			vertical-align: middle;
			margin-left: 15px;
		}

.ps-container {
	text-align: center;
	padding: 0 20px;
	margin-top: 65px;
}

.ps-title {
	font-size: 26px;
	font-weight: 700;
	color: #000000;
}

.ps-description {
	font-size: 15px;
	font-weight: 700;
	color: #969696;
	margin-top: 5px;
}

#ps-progress {
	position: relative;
	margin-top: 40px;
}

.psp-value {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	line-height: 0;
	margin-top: -1px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

	.psp-value:after {
		content: "%";
		font-size: 18px;
	}

.draw-squares > li {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 4px;
	background-color: #D8D8D8;
	cursor: pointer;
}

	.draw-squares > li + li {
		margin-left: 6px;
	}

.login-wrap {
	position: relative;
	min-height: 100vh;
	margin-top: -110px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.lw-content {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lw-cols {
	display: inline-block;
	margin-top: 50px;
}

	.lw-cols:after {
		content: "";
		display: table;
		clear: both;
	}

.lw-col {
	float: left;
}

	.lw-col + .lw-col {
		margin-left: 40px;
	}

.lw-qr-wrap {
	cursor: pointer;
}

	.lw-qr-wrap img {
		width: 250px;
		margin-bottom: 50px;
	}

.lw-info {
	max-width: 347px;
	text-align: left;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
}

.lw-steps {
	margin-top: 55px;
}

	.lw-steps > li + li {
		margin-top: 9px;
	}

.lw-keep {
	text-align: left;
	font-size: 15px;
	color: #fff;
	margin-top: 35px;
}

.magic-checkbox.mc-rounded + label:before {
	border-radius: 50%;
	border-color: #fff;
}

.magic-checkbox.mc-rounded + label:hover:before {
	animation-name: none;
}

.magic-checkbox.mc-rounded + label:after {
	top: 5px;
	left: 8px;
	width: 5px;
	height: 10px;
}

.mh-logout {
	position: relative;
	cursor: pointer;
}

.mh-logout > a {
	color: #969696;
}

.mh-logout i,
.mh-logout span {
	vertical-align: middle;
}

.mh-logout i {
	font-size: 22px;
	position: relative;
	top: -2px;
}

.mh-logout span {
	margin-left: 5px;
	font-weight: 700;
}

.mh-logout.logged.active span {
	color: #2771F0;
}

.mh-logout.logged span:after {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	margin-left: 5px;
	height: 0;
	border-top: 5px solid #000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.mh-logout.logged.active span:after {
	border-top: none;
	border-bottom: 5px solid #2771F0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.mfph-label {
	position: absolute;
	top: 8px;
	left: -24px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: #2771F0;
	border: 1px solid #fff;
	border-radius: 7px;
	height: 14px;
	line-height: 14px;
	padding: 0 5px;
	z-index: 1;
}

.mfph-dropdown {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 147px;
	border-radius: 7px;
	background-color: #fff;
	text-align: right;
	padding: 15px 10px;
	margin-top: 10px;
	-webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
	cursor: default;
	-webkit-transition: opacity .3s, visibility 0s .3s;
			transition: opacity .3s, visibility 0s .3s;
}

.mh-logout.logged.active .mfph-dropdown {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s;
			transition: opacity .3s;
}

.mfph-dropdown > li {
	float: right;
	clear: both;
	text-align: left;
}

.mfph-dropdown > li > a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	padding: 3px 5px;
}

.mfph-dropdown > li.pro > a {
	color: #fff;
	background-color: #2771F0;
	border-radius: 4px;
}

#athlete-profile > .cmodal-overlay {
	background-color: rgba(0,0,0,.35);
}

#athlete-profile > .cmodal-content {
	background-color: #23262F;
	top: 0; left: 0; right: 0; bottom: 0;
	color: #fff;
}

.ap-wrapper {
	width: 1370px;
	margin: 0 auto;
	padding: 100px 20px;
}

.ap-header,
.ap-body {
	margin: 0 -20px;
}

.ap-header {
	position: relative;
	padding-bottom: 50px;
}

.ap-header:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 2px;
	background-color: #4A4E58;
}

.ap-cols {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.ap-col {
	display: table-cell;
	table-layout: fixed;
	vertical-align: top;
	padding: 0 20px;
	position: relative;
}

.ap-col:nth-child(1),
.ap-col:nth-child(3) {
	width: 340px;
}

.ap-avatar {
	height: 0;
	padding-bottom: 66.66666%;
	border-radius: 7px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.aph-sport {
	font-size: 12px;
	font-weight: 800;
}

.aph-sport-icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	line-height: 19px;
	text-align: center;
	margin-right: 3px;
	border-radius: 50%;
	background-color: #fff;
}

.aph-sport-icon > img {
	width: 16px;
	height: auto;
}

.aph-sport > span {
	vertical-align: middle;
}

.aph-sport > span {
	text-transform: uppercase;
}

.aph-name {
	font-size: 20px;
	font-weight: 700;
	margin-top: 3px;
}

.aph-name > img,
.aph-name > span {
	vertical-align: middle;
}

.aph-name > img {
	margin-left: 5px;
	width: 14px;
}

.square-btn {
	display: inline-block;
	background-color: #467FFF;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	white-space: nowrap;
	padding: 5px 15px;
	line-height: 1;
	border-radius: 3px;
	-webkit-transition: background-color .3s;
			transition: background-color .3s;
}

	.square-btn.disabled {
		color: #fff;
		cursor: default;
	}

.square-btn:hover {
	color: #fff;
}

.square-btn:not(.disabled):hover {
	background-color: #004fff;
}

.aph-socials {
	margin-top: 12px;
}

.aph-socials > .square-btn + .square-btn {
	margin-left: 16px;
}

.square-btn > img,
.square-btn > span {
	vertical-align: middle;
}

.square-btn > img {
	margin-right: 2px;
}

.square-btn > span > span {
	font-size: 12px;
	position: relative;
	top: -2px;
}

.aph-stats {
	position: absolute;
	bottom: -4px;
	display: table;
	margin-left: -30px;
}

.aphs-col {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 30px;
}

.aphs-col > b {
	font-size: 22px;
	font-weight: 600;
}

.aphs-col > span {
	display: block;
	color: #969696;
	font-size: 12px;
	font-weight: 600;
}

.ap-qr {
	width: 86px;
}

.ap-qr-description {
	font-size: 14px;
	line-height: 1.357;
	max-width: 205px;
	margin-top: 10px;
}

.ap-pdf-btn {
	margin-top: 22px;
	padding: 11px 15px;
	border-radius: 4px;
}

.ap-body {
	padding-top: 20px;
}

.ap-col-title {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

.ap-col-title > img,
.ap-col-title > span {
	vertical-align: middle;
}

.ap-col-title > img + span {
	margin-left: 2px;
}

.ap-col-content {
	margin-top: 40px;
}

.apc-cats .swiper-slide {
	width: auto;
}

.apc-cat {
	color: #A7A8AB;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 4px 0 2px;
	border-radius: 7px;
	white-space: nowrap;
	cursor: pointer;
}

.apc-cat.active {
	background-color: #467FFF;
	padding: 4px 11px 2px;
	color: #fff;
}

.apc-cats .swiper-button-prev,
.apc-cats .swiper-button-next {
	width: 40px;
}

.apc-cats .swiper-button-prev {
	background: -moz-linear-gradient(left,  rgba(35,38,47,.85) 0%, rgba(35,38,47,.85) 35%, rgba(35,38,47,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(35,38,47,.85) 0%,rgba(35,38,47,.85) 35%,rgba(35,38,47,0) 100%);
	background: linear-gradient(to right,  rgba(35,38,47,.85) 0%,rgba(35,38,47,.85) 35%,rgba(35,38,47,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23262f', endColorstr='#0023262f',GradientType=1 );
}

.apc-cats .swiper-button-next {
	background: -moz-linear-gradient(left,  rgba(35,38,47,0) 0%, rgba(35,38,47,0) 1%, rgba(35,38,47,.85) 65%, rgba(35,38,47,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(35,38,47,0) 0%,rgba(35,38,47,0) 1%,rgba(35,38,47,.85) 65%,rgba(35,38,47,1) 100%);
	background: linear-gradient(to right,  rgba(35,38,47,0) 0%,rgba(35,38,47,0) 1%,rgba(35,38,47,.85) 65%,rgba(35,38,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0023262f', endColorstr='#23262f',GradientType=1 );
}

.apc-cats .swiper-button-prev.swiper-button-disabled,
.apc-cats .swiper-button-next.swiper-button-disabled {
	visibility: hidden;
}

.apc-cats .swiper-button-prev:after,
.apc-cats .swiper-button-next:after {
	content: none;
}

.apc-cats .swiper-button-prev {
	left: 0;
}

.apc-cats .swiper-button-next {
	right: 0;
}

.apc-boxes {
	margin-top: 15px;
}

.apc-cols {
	margin: -4px -2px 0;
}

.apc-cols:after {
	content: "";
	display: table;
	clear: both;
}

.apc-col {
	float: left; 
	width: 50%;
	margin-top: 4px;
	padding: 0 2px;
}

.apc-box {
	display: block;
	position: relative;
	color: #fff;
	-webkit-transition: opacity .3s;
			transition: opacity .3s;
}

.apc-box:hover,
.apc-box:focus,
.apc-box:active {
	color: #fff;
}

.apc-box:hover {
	opacity: .8;
}

.apc-img {
	display: block;
	position: relative;
	padding-bottom: 100%;
	height: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 3px;
}

.apc-img:before {
	content: "";
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.69) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.69) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.69) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b0000000',GradientType=0 );
}

.apc-img:after {
	content: "\e912";
	font-family: 'icons';
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	color: #fff;
	font-size: 30px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.apc-txt {
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
}

.apc-description {
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
}

.apc-views {
	display: block;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.3;
}

.apc-views:before {
	content: "\e91b";
	position: relative;
	top: 1px;
	margin-right: 2px;
	font-family: 'icons';
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.apc-navigation {
	text-align: center;
	margin-top: 15px;
}

.apc-navigation > li {
	display: inline-block;
	font-size: 15px;
	color: #A7A8AB;
	cursor: pointer;
}

.apc-navigation > li + li {
	margin-left: 50px;
}

.apcn-prev:before {
	display: inline-block;
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}

.apf-row {
	margin: 0 -10px;
}

.apf-row:after {
	content: "";
	display: table;
	clear: both;
}

.apf-col {
	padding: 0 10px;
	margin-top: 15px;
}

.apf-wrapper {
	position: relative;
	padding-left: 40px;
}

.apf-img {
	position: absolute;
	top: -2px;
	left: 0;
}

.apf-img.aph-sport-icon {
	top: 0;
}

.apf-description {
	font-size: 14px;
	color: #A6A6A7;
}

.apf-data {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.375;
	white-space: nowrap;
}

.apf-data i {
	color: #969696;
	font-size: 14px;
	font-style: normal;
}

.apf-data img {
	position: relative;
	top: -1px;
}

.apf-data a {
	color: #fff;
}

.apf-data a:hover {
	text-decoration: underline;
}

.apf-row-3col {
	display: flex;
	flex-wrap: wrap;
}

.apf-row-3col .apf-col {
	display: flex;
	width: 33.3333%;
}

.apn-list > li {
	padding: 15px 0;
	border-bottom: 1px solid rgba(238,238,239,.11);
}

.apn-list > li:first-child {
	border-top: 1px solid rgba(238,238,239,.11);
}

.apn-box {
	display: block;
	position: relative;
	padding: 0 22px;
}

.apn-tooltip {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	width: 176px;
	height: 59px;
	line-height: 59px;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background-color: #FAB446;
	z-index: 1;
	-webkit-transition: opacity .3s, visibility 0s .3s;
			transition: opacity .3s, visibility 0s .3s;
}

.apn-tooltip-public {
	background-color: #fff;
	color: #000;
}

.apn-tooltip.active,
.apn-tooltip.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s;
			transition: opacity .3s;
}

.apn-state {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 20px;
	height: 20px;
	background: url("../img/ap-unlock.svg") no-repeat center;
	cursor: pointer;
}

.apn-state.locked {
	background-image: url("../img/ap-lock.svg");
}

.apn-state.disabled {
	background-image: url("../img/ap-unlock-disabled.svg");
	cursor: auto;
}

.apn-form .apn-state {
	left: auto;
	top: 1px;
	right: -6px;
	cursor: pointer;
}

.apn-delete {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: -4px;
	right: 0;
	width: 18px;
	height: 18px;
	background: url("../img/trash.svg") no-repeat center;
	cursor: pointer;
	-webkit-transition: opacity .3s, visibility 0s .3s;
			transition: opacity .3s, visibility 0s .3s;
}

.apn-list > li:hover .apn-delete {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s;
			transition: opacity .3s;
}

.apn-date {
	display: block;
	font-size: 12px;
	color: #A6A6A7;
}

.apn-form {
	position: relative;
	padding-bottom: 11px;
}

.apn-form .apn-date:before {
	content: "";
	display: inline-block;
	vertical-align: sub;
	margin-right: 12px;
	width: 20px;
	height: 20px;
	background: url("../img/ap-contract.svg") no-repeat center;
	background-size: cover;
}

.apn-input {
	border: none;
	line-height: 1.3;
	background: none;
	margin: 10px 0;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	width: 100%;
	resize: none;
	outline: none;
}

.apn-input::-webkit-input-placeholder { color: #7C7B7B; }
		 .apn-input::-moz-placeholder { color: #7C7B7B; }
	 .apn-input:-ms-input-placeholder { color: #7C7B7B; }
		  .apn-input:-moz-placeholder { color: #7C7B7B; }

.apn-submit {
	display: inline-block;
	background-color: #467FFF;
	height: 24px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 0 8px;
	border: none;
	border-radius: 3px;
	outline: none;
}

.apn-submit.disabled {
	background-color: #5C5C5C;
	color: #949494;
	cursor: default;
}

.apn-submit:focus {
	outline: none;
}

.apn-content {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 1.357;
}

.ap-close-wrap {
	position: relative;
	width: 1370px;
	margin: 0 auto;
	z-index: 1;
}

.ap-close {
	position: absolute;
	top: 20px;
	left: 20px;
	cursor: pointer;
}

.ap-close-btn {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #467FFF;
	color: #fff;
	font-size: 11px;
}

.ap-close > span {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-left: 10px;
}

.ap-close-btn:before {
	display: inline-block;
	margin-left: -1px;
	-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
			transform: rotate(-180deg);
}

.ft-reset {
	text-align: right;
	margin-top: 28px;
}

.ft-reset-btn {
	height: 32px;
	border-radius: 16px;
}

.ft-cols {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 20px;
}

.ft-row {
	display: table-row;
}

.ft-col {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 0;
	border-top: 1px solid rgba(150,150,150,.3);
}

.ft-row:last-child .ft-col {
	border-bottom: 1px solid rgba(150,150,150,.3);
}

.ft-row:last-child .ft-col:last-child {
	padding: 0 20px;
}

.ft-col:first-child {
	width: 100px;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.ft-col:first-child span {
	color: #969696;
	font-size: 14px;
	font-weight: 600;
}

.ftp-img {
	width: 24px;
	height: auto;
	margin-right: 15px;
}

.ftp-img + span {
	font-size: 14px;
	font-weight: 600;
	color: #969696;
	margin-left: 10px;
}

.dropdown-item.active .ftp-img + span {
	color: #fff;
}

.ft-submit-wrap {
	text-align: center;
	margin-top: 90px;
}

.ft-submit {
	position: relative;
	background-color: #467FFF;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	height: 44px;
	border-radius: 22px;
	padding: 0 25px;
	padding-left: 80px;
	border: none;
	-webkit-transition: background-color .3s;
			transition: background-color .3s;
}

.ft-submit:before {
	content: "\e917";
	position: absolute;
	left: 16px;
	top: 50%;
	font-size: 24px;
	font-family: 'icons';
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.ft-submit:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 55px;
	width: 1px;
	background-color: rgba(255,255,255,.42);
}

.ft-submit:hover {
	background-color: #004fff;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle,
.bootstrap-select .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active {
	background-color: #f8f9fa !important;
	outline: none !important;
	box-shadow: none !important;
}

.dropdown-toggle::after {
	border: none;
	width: 8px;
	height: 12px;
	background: url("../img/select-carret.svg") no-repeat center;
	background-size: cover;
	-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
			transform: rotate(-90deg);
}

.dropup .dropdown-toggle::after {
	border: none;
	-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
			transform: rotate(90deg);
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #cccccc;
}

.dropdown-item:not(.active):active {
	background-color: #f8f9fa;
	color: #212529;
}

.noUi-target {
	height: 3px;
	border: none;
}

.noUi-connect {
	background-color: #467FFF;
}

.noUi-handle {
	border: none;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
}

.noUi-handle:before,
.noUi-handle:after {
	content: none;
}

.noUi-handle:focus {
	outline: none;
}

.noUi-horizontal .noUi-handle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: -18px;
}

.noUi-tooltip {
	padding: 0;
	border: none;
	background: none;
	font-size: 16px;
	font-weight: 700;
	color: #467FFF;
}

.noUi-horizontal .noUi-tooltip {
	bottom: 20%;
}

.fts-end .noUi-tooltip:after {
	content: "+";
}

.sportynid-avatar {
	width: 98px;
}

.noUi-base,
.noUi-horizontal .noUi-origin {
	z-index: auto !important;
}

@media (min-width: 1360px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1350px;
	}

	.main-feed {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 1359px) {

	.container {
		width: 1350px !important;
		max-width: none !important;
	}

	.main-header {
		position: absolute;
		right: auto;
		width: 1350px;
	}

	.mc-col-left .side-bar,
	.mc-col-right .side-bar {
		position: absolute;
		top: 0;
		height: calc(100vh - 110px);
	}

}


@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {

	.lw-col {
		float: none;
	}
}

@media only screen and (max-width: 575px) {
}

[v-cloak] {
	display: none !important;
}

.dz-file-preview {
	display: none;
}

.appLogin {
	background-color: #000;
}

.login-video {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.5;
}
