.bg-grey
{
	background-color: #eee;
}
.section-title
{
	padding-bottom: 20px;
	color: #000;
}
.category-title .sub-title
{
	font-size: 18px;
}
h2.title
{
	font-family: 'Klavika Light', Arial, Sans-serif;
	font-weight: 300;
	font-size: 36px;
}
.content-left
{
	padding-right: 54%;
}
.content-right
{
	padding-left: 64%;
}
.wrapper
{
	width: 100%;
	border-bottom: 1px solid #fff;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
/* unauth */
.punch
{
	background-image: url(https://media.ufc.tv/neulion/v3/images/unauth_punch.jpg);
	background-position: top;
	color: #fff;
}
.punch .container
{
	display: table;
}
.punch .content
{
	display: table-cell;
	vertical-align: middle;
	height: 663px;
}
.punch h2,
.experience h2
{
	font-family: 'RefrigeratorDeluxe', Arial, Sans-serif;
	font-size: 72px;
	font-style: italic;
	line-height: 63px;
}
.punch p,
.experience p
{
	font-size: 16px;
	line-height: 25px;
	margin: 20px 0 45px;
}
.punch p sup
{
	top: 0;
}
.punch .ph-images
{
	margin: -30px auto 20px;
}
.punch .button
{
	min-width: 258px;
	display: inline-block;
	padding: 0 15px;
	box-sizing: border-box;
}
.punch p.desc,
.experience p.desc
{
	font-family: 'Klavika Regular', Arial, Sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.punch p.desc a.signin,
.experience p.desc a.signin
{
	font-family: 'Klavika bold', Arial, Sans-serif;
	font-weight: 700;
	color: #fff;
	text-decoration: underline;
}
.experience
{
	background-image: url(https://media.ufc.tv/neulion/v3/images/unauth_experience.jpg);
	color: #fff;
}
.experience .container
{
	display: table;
}
.experience .content
{
	display: table-cell;
	vertical-align: middle;
	height: 780px;
}
.experience .button
{
	min-width: 258px;
	display: inline-block;
	padding: 0 15px;
	box-sizing: border-box;
}
.blockout-wrapper
{
	padding-top: 60px;
	padding-bottom: 60px;
}
.blockout-wrapper .blockout-images
{
	width: 388px;
}
.blockout-wrapper .featuredBlocked
{
	padding:20px 0px 40px 0px;
	width: 100%;
	text-align: left;
}
.blockout-wrapper .featuredBlocked a
{
	color: #FF0000;
}
.alerts-cloud-search
{
	padding: 60px 0 100px;
}
.alerts-cloud-search ul
{
	list-style: none;
	text-align: center;
	padding: 0;
}
.alerts-cloud-search ul li.list
{
	padding: 0 76px;
}
.alerts-cloud-search .title
{
	font-family: 'Klavika Medium', Arial, Sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 28px;
}
.alerts-cloud-search .title .info
{
	padding: 0 49px;
}
.alerts-cloud-search .icon
{
	width: 198px;
	height: 198px;
	display: block;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto auto;
	cursor: default;
}
.alerts-cloud-search .alerts .icon
{
	background-image: url(../images/home/alerts_icon.png);
}
.alerts-cloud-search .cloud .icon
{
	background-image: url(../images/home/cloud_icon.png);
}
.alerts-cloud-search .search .icon
{
	background-image: url(../images/home/search_icon.png);
}
.alerts-cloud-search .alerts .icon:hover
{
	background-image: url(../images/home/alerts_icon_mo.png);
	opacity: 1;
}
.alerts-cloud-search .cloud:hover .icon:hover
{
	background-image: url(../images/home/cloud_icon_mo.png);
	opacity: 1;
}
.alerts-cloud-search .search:hover .icon:hover
{
	background-image: url(../images/home/search_icon_mo.png);
	opacity: 1;
}
/* download */
.download
{
	background-image: url(../images/home/home_download.jpg);
	background-color: #000;
	background-position: center center;
	color: #fff;
}
.download .container
{
	background: rgba(0,0,0, 0.8);
	width: 100%; 
	text-align: center;
	display: table;
}
.download .container .title
{
	font-family: 'Klavika Light', Arial, Sans-serif;
	font-weight: 300;
}
.download .goto-app
{
	width: 216px;
	margin: 0 auto;
}
.download .container .content
{
	display: table-cell;
	vertical-align: middle;
}
.download .install-content
{
	margin-top: 10px;
	display: none;
}
.download .install-content .download-button {
	display: inline-block;
	width: 145px;
	height: 54px;
	line-height: 54px;
	margin-right: 10px;
	text-align: center;
	background-color: inherit;
	border: 2px solid #fff;
	background-position: center center;
	background-repeat: no-repeat;
}
.download .install-content .download-button.ios
{
	background-image: url(../images/event/btn_appstore.png);
}
 .download .install-content .download-button.android
{
	background-image: url(../images/event/btn_googleplay.png);
}
.download .mobile-content .watchapp-button.fold-show:hover,
.download .install-content .download-button:hover
{
	opacity: 0.5;
}
/* This Week with UFC FIGHT PASS */
.week-schedule
{
	border-bottom: 1px solid #dadada;
}
.week-schedule .liveevent-common
{
	border: none;
}
/* auth */
/* Welcome */
.welcome
{
	background-image: url(https://media.ufc.tv/neulion/v3/images/auth_works.jpg);
	background-size: cover;
	color: #fff;
	position: relative;
	height: 400px;
}
.welcome .content
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.welcome .title
{
	font-family: 'Klavika Light', Arial, Sans-serif;
	font-weight: 300;
	font-size: 24px;
}
.welcome .name
{
	font-family: 'Klavika Light', Arial, Sans-serif;
	font-weight: 300;
	font-size: 48px;
	line-height: 48px;
	width: 392px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.welcome .desc
{
	font-size: 16px;
	width: 392px;
	margin: 10px 0 60px;
}
.welcome .works
{
	width: 190px;
}
/* Just Added to UFC FIGHT PASS */
.just-add .hidden-titl
{
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}
.just-add .hidden-desc
{
	font-weight: bold;
	font-size: 16px;
}
/* Current Rankings */
.rank
{
	background-color: #000;
	position: relative;
}
.rank h2.title
{
	color: #fff;
	position: absolute;
	z-index: 2;
	top: 42px;
}
.rank .dropdown
{
	width: 100%;
}
.rank .dropdown-wrap
{
	margin-top: 124px;
}
.rank .member-list
{
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
}
.rank .member-list li .num
{
	font-family: 'Klavika Bold', Arial, Sans-serif;
	font-weight: 700;
	padding-right: 8px;
	text-align: right;
	display: -moz-inline-box;
	display: inline-block;
	width: 20px;
}
.rank .member-list li.champ-class .num
{
	font-family: Arial, Sans-serif;
	padding-right: 3px;
	width: 88px;
}
.rank .member-list li.champ-class > a
{
	font-weight:bold;
	text-transform: uppercase;
	padding-left: 7px;
}
.rank .member-list > li
{
	border-bottom: 1px solid #231f20;
}
.rank .member-list > li:last-child
{
	border-bottom: none;
}
.rank .member-list > li > a
{
	color: #fff;
	padding: 0 14px;
	line-height: 25px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
}
.rank .member-list:not(.mobile-device) > li > a:hover
{
	color: #e22e2e;
}
.rank .member-list > li.selected a
{
	color: #e22e2e;
}
.rank .navigation-layout
{
	top: 275px;
}
.rank .owl-carousel
{
	margin-top: 0;
}
.rank .owl-carousel .owl-item img
{
	width: auto;
	display: inline-block;
}
.rank .search-fighter-individual
{
	height: 600px;
	background-color: #000000;
	background-position: right 20px;
	background-repeat: no-repeat;
	background-size: 450px auto;
	padding-top: 120px;
}
.rank .fight-info
{
	padding-left: 95px;
}
.rank .fight-info .fighter-rating
{
	margin-top: 0;
	font-size: 16px;
}
.rank .fight-info .fighter-rank.fighter-champion {
	background: transparent url("../images/thumbs/champ-icon.png") no-repeat scroll 0 0;
	padding-left: 25px;
	display: inline;
}
.rank .fight-info .fighter-pfp-rank
{
	margin-top: 20px;
}
.rank .fight-info .fighter-firstname
{
	font-family: "Klavika Bold", Arial, Sans-serif;
	font-weight: 500;
	font-size: 75px;
	color: #e51b24;
	line-height: 61px;
	margin: 30px auto 25px 0;
	display: block;
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
}
.rank .fight-info .fighter-nickname
{
	font-size: 24px;
}
.rank .fight-info .fighter-record
{
	font-size: 30px;
	margin: 35px 0 50px;
}
@media (max-width: 1039px){
	.rank .search-fighter-individual {
		background-position: 200% 20px;
	}
}
@media (max-width: 767px){
	.rank .search-fighter-individual {
		background-position: 120px 20px;
	}
}
@media (max-width: 620px){
	.rank .search-fighter-individual {
		background-position: 50px 20px;
	}
}
@media (max-width: 483px){
	.rank .navigation-layout {
		display: none;
	}
}
/* Latest UFC FIGHT PASS News */
.latest-news .owl-carousel
{
	float: none;
}
.latest-news .category-font-num,
.latest-news .hidden-title
{
	font-size: 16px;
	line-height: 22px;
	display: block;
}
.latest-news .hidden-desc
{
	font-size: 14px;
	line-height: 20px;
	display: block;
}
/* New Collection */
.collection-content .collection-title
{
	font-size: 20px;
	font-family: 'Klavika Medium', Arial, Sans-serif;
	font-weight: 500;
}
.collection-content .collection-name
{
	color: #e51b24;
}
.collection-content .collection-desc
{
	width: 310px;
	font-size: 16px;
}
/* Create Your Own Fight Collection */
.wrapper.collection
{
	overflow: visible;
}
/* Based on Your Favorite Types of Fights */
.favorite
{
}
.favorite .category-title
{
	width: 100%;
}
.favorite h2.title
{
	margin: 0;
	float: left;
}
/* New Collection */
/* Fighters You Follow */
.fighter-you-follow .fighter-section-profile
{
	padding-bottom: 10px;
}
.fighter-you-follow .category-title
{
	line-height: 39px;
}
.fighter-you-follow .fighter
{
	height: 280px;
	background-position: 110% 0;
	background-repeat: no-repeat;
	background-size: 50%;
}
.fighter-you-follow .fighter .fighter-pfp-rank
{
	margin-top: 3px;
	margin-bottom: 10px;
}
.category-fighter-big .fighter .fighter-firstname
{
	font-size: 40px;
	line-height: 40px;
}
.fighter-you-follow .fighter .fighter-nickname
{
	padding-bottom: 0;
	height: 35px;
}
.fighter-you-follow .fighter .info-record
{
	padding-bottom: 6px;
}
.hasPsServer.isSubscriber .fighter-section .view-fighter-common
{
	display: inline-block;
	margin-right: 30px;
}
.vertical-center-parent
{
	display: table;
	height: 100%;
	width: 100%;
}
.vertical-center-child
{
	display: table-cell;
	vertical-align: middle;
}
.fighter-you-follow .category-title-text
{
	width: 290px;
}
.fighter-you-follow .fighter-prev-next
{
	line-height: 39px;
	font-size: 16px;
	float: right;
	cursor: pointer;
}
.fighter-you-follow .fa-chevron-left
{
	padding-right: 5px;
}
.fighter-you-follow .fa-chevron-right,
.fighter-you-follow .fighter-next
{
	padding-left: 5px;
}
.fighter-you-follow .fighter-prev-next .name
{
	font-weight: bold;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: bottom;
	max-width: 570px;
	padding-left: 2px;
}
.category-show
{
	margin-bottom: 0;
}
@media (max-width: 1569px)
{
	
}
@media (max-width: 1329px)
{
	.alerts-cloud-search ul li.list
	{
		padding: 0 33px;
	}
	.alerts-cloud-search .title .info
	{
		padding: 0 50px;
	}
}
@media (max-width: 1039px)
{
	.alerts-cloud-search ul li.list
	{
		padding: 0 12px;
	}
	.alerts-cloud-search .title .info
	{
		padding: 0 22px;
	}
	.punch .button,
	.experience .button
	{
		min-width: 270px;
	}
	.punch h2,
	.experience h2
	{
		font-size: 60px;
		line-height: 55px;
	}
	.punch p,
	.experience p
	{
		font-size: 14px;
		line-height: 20px;
	}
	.download .container .content
	{
		height: 354px;
	}
	.download .container .desc
	{
		width: 326px;
		margin: 15px auto 40px;
	}
	/* for auth */
	.welcome .name
	{
		font-size: 36px;
		line-height: 36px;
	}
	.welcome .desc
	{
		line-height: 24px;
		margin: 15px 0 35px;
	}
	/* Current Rankings */
	.rank .fight-info
	{
		padding-left: 50px;
	}
	/* Latest UFC FIGHT PASS News */
	.latest-news
	{
		padding-bottom: 0;
	}
	/* Create Your Own Fight Collection */
	.collection
	{
		padding: 53px 0 73px;
	}
	/* Fighters You Follow */
	.category-fighter-big .fighter
	{
		height: 266px;
	}
	.fighter-you-follow .category-title-text
	{
		width: 230px;
	}
	.fighter-you-follow .fighter-prev-next .name
	{
		max-width: 390px;
	}
	.fighter-you-follow .fighter-prev-next.has-prev .name
	{
		max-width: 350px;
	}
}
@media (max-width: 767px)
{
	.punch
	{
		
		background-image: url(https://media.ufc.tv/neulion/v3/images/unauth_punch_phone.jpg);
		background-position: center top;
		background-repeat: no-repeat;
	}
	.experience
	{
		background-image: url(https://media.ufc.tv/neulion/v3/images/unauth_experience_phone.jpg);
		background-position: center 344px;
		background-size: contain;
		background-color: #171717;
	}
	.experience .mobile-mask
	{
		background: rgba(0, 0, 0, 0.8);
	}
	.punch .content
	{
		height: 530px;
		vertical-align: bottom;
	}
	.experience .content
	{
		height: 467px;
		vertical-align: bottom;
	}
	.content-right
	{
		padding-left: 0;
	}
	.content-left
	{
		padding-right: 0;
	}
	.punch h2,
	.experience h2,
	.punch p,
	.experience p
	{
		text-align: center;
	}
	.punch .info
	{
		margin: 0 auto 32px;
	}
	.punch .button
	{
		margin: 0 auto;
	}
	.experience .info
	{
		margin: 0 auto 107px;
	}
	.experience .button
	{
		margin: 0 auto;
	}
	.punch .ph-images
	{
		text-align: center;
	}
	.alerts-cloud-search
	{
		padding: 0 0 40px;
	}
	.alerts-cloud-search ul li.list
	{
		padding: 0 77px;
	}
	.alerts-cloud-search .title
	{
		margin-bottom: 18px;
	}
	.alerts-cloud-search .title .info
	{
		padding: 0 44px;
	}
	/* for auth */
	.welcome
	{
		background-position: right bottom;
	}
	.welcome .container
	{
		background: rgba(0,0,0,0.8);
		height: 100%;
	}
	.welcome .content,
	.welcome .name,
	.welcome .desc
	{
		width: 100%;
	}
	/* Create Your Own Fight Collection */
	.collection
	{
		padding: 10px 0 50px;
	}
	/* New Collection */
	.collection-content .collection-desc
	{
		width: 100%;
	}
	.fighter-you-follow .fighter .fighterlink
	{
		width: 100%;
	}
	.fighter-you-follow .fighter .fighter-firstname,
	.fighter-you-follow .fighter .fighter-lastname
	{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 94%;
	}
	.fighter-you-follow .fighter-prev-next .name
	{
		max-width: 200px;
	}
	.fighter-you-follow .fighter-prev-next.has-prev .name
	{
		max-width: 160px;
	}
}
@media (max-width: 580px)
{
	.fighter-you-follow .fighter-prev-next .name
	{
		max-width: 110px;
	}
	.fighter-you-follow .fighter-prev-next.has-prev .name
	{
		max-width: 70px;
	}
}
@media (max-width: 483px)
{
	.section-title
	{
		padding-bottom: 10px;
	}
	h2.title
	{
		font-size: 24px;
	}
	.bg-grey
	{
		padding: 30px 0;
	}
	/*********/
	.punch h2,
	.experience h2
	{
		font-size: 40px;
		line-height: 40px;
	}
	.punch p,
	.experience p
	{
		margin-bottom: 20px;
	}
	.punch .button,
	.experience .button
	{
		width: 100%;
	}
	.punch .ph-images
	{
		margin-top: 0;
	}
	.blockout-wrapper .blockout-images
	{
		width: 100%;
	}
	.alerts-cloud-search ul li.list
	{
		padding: 0 23px;
	}
	.alerts-cloud-search .title .info
	{
		padding: 0 48px;
	}
	.download .container .content
	{
		height: 410px;
	}
	.download .container .title
	{
		width: 234px;
		margin: auto;
	}
	.download .container .desc
	{
		width: 234px;
		margin: 20px auto 40px;
	}
	/* for auth */
	.welcome
	{
		height: 335px;
	}
	.welcome .name
	{
		font-size: 30px;
		line-height: 30px;
	}
	.welcome .desc
	{
		font-size: 14px;
		margin: 10px 0 50px;
	}
	.welcome .works
	{
		width: 100%;
	}
	/* Just Added to UFC FIGHT PASS */
	.just-add
	{
		padding-bottom: 10px;
	}
	/* Current Rankings */
	.rank h2.title
	{
		top: 15px;
	}
	.rank .dropdown-wrap
	{
		margin: 88px auto 30px;
	}
	/* Latest UFC FIGHT PASS News */
	.latest-news
	{
		padding-bottom: 10px;
	}
	/* Recommended For You */
	/* Based on Your Favorite Types of Fights */
	.favorite
	{
		padding-top: 10px;
	}
	/* Fighters You Follow */
	.fighter-you-follow .category-title-text
	{
		width: 180px;
	}
	.fighter-you-follow .fighter-prev-next
	{
		font-size: 14px;
	}
	.fighter-you-follow .fighter-prev-next .name
	{
		max-width: 100px;
	}
	.fighter-you-follow .fighter-prev-next.has-prev .name
	{
		max-width: 60px;
	}
	.category-fighter-big .fighter
	{
		height: 315px;
	}
}
@media (max-width: 390px)
{
	.fighter-you-follow .fighter-prev-next .name
	{
		max-width: 70px;
	}
	.fighter-you-follow .fighter-prev-next.has-prev .name
	{
		max-width: 11px;
	}
}
@media (min-width: 768px) and (max-width: 1039px)
{
	body.ru_RU .content-right
	{
		padding-left: 48%;
	}
}