/* Web Fonts */
@font-face
{
	font-family: 'RefrigeratorDeluxe';
	src: url('../fonts/2D9820_2_0.eot');
	src: url('../fonts/2D9820_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2D9820_2_0.woff2') format('woff2'), url('../fonts/2D9820_2_0.woff') format('woff'), url('../fonts/2D9820_2_0.ttf') format('truetype');
}
@font-face
{
	font-family: 'RefrigeratorDeluxe-Light';
	src: url('../fonts/2D9820_3_0.eot');
	src: url('../fonts/2D9820_3_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2D9820_3_0.woff2') format('woff2'), url('../fonts/2D9820_3_0.woff') format('woff'), url('../fonts/2D9820_3_0.ttf') format('truetype');
}
@font-face
{
	font-family: 'RefrigeratorDeluxe-Heavy';
	src: url('../fonts/2D9820_0_0.eot');
	src: url('../fonts/2D9820_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2D9820_0_0.woff2') format('woff2'), url('../fonts/2D9820_0_0.woff') format('woff'), url('../fonts/2D9820_0_0.ttf') format('truetype');
}
@font-face
{
	font-family: 'RefrigeratorDeluxe-Bold';
	src: url('../fonts/2D9820_1_0.eot');
	src: url('../fonts/2D9820_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2D9820_1_0.woff2') format('woff2'), url('../fonts/2D9820_1_0.woff') format('woff'), url('../fonts/2D9820_1_0.ttf') format('truetype');
}
@font-face
{
	font-family: 'Klavika Regular';
	src: url('../fonts/KlavikaWebUFC-Regular.eot');
	src: url('../fonts/KlavikaWebUFC-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/KlavikaWebUFC-Regular.woff2') format('woff2'), url('../fonts/KlavikaWebUFC-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: 'Klavika Medium';
	src: url('../fonts/KlavikaWebUFC-Medium.eot');
	src: url('../fonts/KlavikaWebUFC-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/KlavikaWebUFC-Medium.woff2') format('woff2'), url('../fonts/KlavikaWebUFC-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: 'Klavika Bold';
	src: url('../fonts/KlavikaWebUFC-Bold.eot');
	src: url('../fonts/KlavikaWebUFC-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/KlavikaWebUFC-Bold.woff2') format('woff2'), url('../fonts/KlavikaWebUFC-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: 'Klavika Bold Italic';
	src: url('../fonts/KlavikaWebUFC-BoldItalic.eot');
	src: url('../fonts/KlavikaWebUFC-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/KlavikaWebUFC-BoldItalic.woff2') format('woff2'), url('../fonts/KlavikaWebUFC-BoldItalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: 'Klavika Light';
	src: url('../fonts/KlavikaWebUFC-Light.eot');
	src: url('../fonts/KlavikaWebUFC-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/KlavikaWebUFC-Light.woff2') format('woff2'), url('../fonts/KlavikaWebUFC-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Base */
html,
body
{
	min-width: 320px;
}
body
{
	font-family: arial;
}
/* Override Bootstrap */
body
{
	color: #000;
}
a
{
	color: #000;
}
a:hover,
a:focus {
	color: #000;
	text-decoration: underline;
}

.text-ellipsis
{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.modalOver
{
    width: 350px;
    height: 610px;
    box-shadow: 0px 0px 20px 0px #000000;
}

#modalUnder
{
   background-image: url(../images/modalbg.png);
}

/* Buttons */
.button
{
	color: #fff;
	font-family: 'Klavika Bold Italic';
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 3px;
	display: block;
}
.small-button
{
	height: 33px;
	line-height: 33px;
}
.button:link,
.button:visited,
.button:hover,
.button:active
{
	color: #fff;
	text-decoration: none;
}
.button:hover
{
	background-color: rgba(255, 255, 255, 0.25);
	cursor: pointer;
}
.bg-black
{
	background-color: #000;
}
.bg-red
{
	background-color: #d20a0a;
}
.bg-blue
{
	background-color: #14416a;
}
.bg-brown
{
	background-color: #d2ae4b;
}
.bg-green
{
	color: #24b05c;
}
.button.bg-black:hover
{
	background-color: #2a2a2a;
}
.button.bg-red:hover
{
	background-color: #f32a2a;
}
.button.bg-blue:hover
{
	background-color: #1c578d;
}
.button.bg-brown:hover
{
	background-color: #ebb729;
}

/* Anchor Button */
a.href-void
{
	text-decoration: none;
}
a.href-void:hover,
a.href-void:focus
{
	text-decoration: none;
	opacity: 0.85;
}

#backToTop
{
	background-color: #000;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	font-size: 36px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	cursor: pointer;
	z-index: 9999;
	display: none;
	transition: display 0.16s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: display 0.16s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: display 0.16s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: display 0.16s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: display 0.16s cubic-bezier(0.19, 1, 0.22, 1);
}
#backToTop.active
{
	display: block;
}

/* Header Start */
#header,
.events #header.nosticky
{
	background: #000;
}
.landing-page #header
{
	background: transparent;
}
.header
{
	position: relative;
	z-index: 9999;
	color: #fff;
	width: 100%;
	top: 0!important;
}
.header a
{
	color: #fff;
}
.header a:hover
{
	color: #fff;
}
.header ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.header li
{
	margin: 0;
}
.header.landing .alertbar-content
{
	overflow: hidden;
	width: 100%;
}
.header.landing .alertbar-content.scrollDown
{
	position: fixed;
	z-index: 1;
	cursor: pointer;
	top: 0!important;
	transition: top 0.56s;;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.header .alertbar-wrap
{
	background: #d20909;
	color: #fff;
	width: 100%;
	cursor: default;
}
.header .alertbar-wrap .title
{
	width: 80px;
	display: inline-block;
	float: left;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
}
.header .alertbar-wrap .desc
{
	width: -moz-calc(100% - 106px);
	width: -webkit-calc(100% - 106px);
	width: calc(100% - 106px);
	display: inline-block;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
}
.header .alertbar-wrap .close-btn
{
	width: 16px;
	height: 22px;
	cursor: pointer;
	position: relative;
	float: right;
}
.header .alertbar-wrap .close-btn i,
.header .alertbar-wrap .close-btn i:after
{
	content: '';
	width: 16px;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 2px;	
}
.header .alertbar-wrap .close-btn i
{
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 10px;
	right: 0;
}
.header .alertbar-wrap .close-btn i:after
{
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.header .alertbar-wrap .close-btn:hover i,
.header .alertbar-wrap .close-btn:hover i:after
{
	width: 20px;
	transition: width 0.2s;
	-moz-transition: width 0.2s;
	-webkit-transition: width 0.2s;
	-ms-transition: width 0.2s;
}
.header .header-top
{
	background-color: #231f20;
	height: 34px;
	padding-top: 7px;
	padding-bottom: 5px;
	line-height: 22px;
}
.header .header-top .link
{
	margin-right: 16px;
	font-size: 11px;
}
.header-bottom-wrapper
{
	height: 64px;
	background: #000;
}
.header .header-bottom
{
	width: 100%;
}
.header .header-bottom .container
{
	position: relative;
}
.header .header-bottom .header-right
{
	position: absolute;
	right: 0;
	top: 16px;
	line-height: 28px;
}
.header .header-right
{
	height: inherit;
}
.header.landing .header-right
{
	height: 42px;
}
.header .header-right .login
{
	font-family: 'Klavika Bold';
	font-size: 12px;
	display: inline-block;
}
.login-wrapper
{
	position: absolute;
	top:0;
	right:0;
	width: 100%;
}
.login-position
{
	position: relative;
}
.login-panel
{
	position: absolute;
	right: 0;
	overflow: hidden;
	top: -613px;
	transition: opacity .4s linear, top .4s ease-out;
	-moz-transition: opacity .4s linear, top .4s ease-out;
	-webkit-transition: opacity .4s linear, top .4s ease-out;
	-ms-transition: opacity .4s linear, top .4s ease-out;
	width: 360px;
	height: 613px;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
}
.login-panel.open
{
	opacity: 1;
	top: 78px;
	z-index: 10000;
}
.hasAlert .login-panel.open
{
	top: 100px;
}
.landing-page .login-panel.open
{
	top: 64px;
}
.hasAlert.landing-page .login-panel.open
{
	top: 86px;
}
.login-panel .fa-chevron-left
{
	margin-right: 5px;
}
.login-panel .arrow
{
	position: absolute;
	margin-right: 5px;
	display: none;
	top: 25px;
	left: 25px;
}
.isMobile .login-panel .arrow,
.isIOS .login-panel .arrow,
.isAndroid .login-panel .arrow,
.hasApp .login-panel .arrow
{
	display: inline-block;
}
.header .header-right .user
{
	position: relative;
}
.header .header-right .user .myaccount
{
	display: inline-block;
	line-height: 28px;
	font-size: 14px;
	float: right;
	font-family: 'Klavika Bold';
}
.header .header-right .myaccount .user-info
{
	text-decoration: none;
}
.header .header-right .myaccount img
{
	width: 24px;
	height: 24px;
	margin-top: 2px;
	vertical-align: top;
}
.header .header-right .myaccount .username
{
	margin-left: 4px;
}
.header .header-right .myaccount .username:hover
{
	text-decoration: underline;
}
.header .header-right .dropdown
{
	padding-left: 10px;
	padding-right: 2px;
	height: 28px;
	width: auto;
	display: inline-block;
	line-height: 28px;
	float: right;
}
.header .header-right .dropdown .fa-caret-down
{
	color: #fff;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
}
.myaccount-wrapper
{
	position: relative;
}
.myaccount-panel
{
	position: absolute;
	z-index: 101;
	height: 0;
	width: auto;
	background: #fff;
	right: 0;
	overflow: hidden;
	top: 44px;
	transition: opacity .4s linear;
	-moz-transition: opacity .4s linear;
	-webkit-transition: opacity .4s linear;
	-ms-transition: opacity .4s linear;
	opacity: 0;
	box-shadow: 0 0 5px #ccc;
}
.landing-page .myaccount-panel
{
	top: 42px;
}
.myaccount-panel .myaccount-content .title
{
	position: relative;
}
.myaccount-panel .profile
{
	float: left;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	padding: 25px 25px 20px;
	width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	width: calc(100% - 180px);
	display: none;
}
.myaccount-panel .profile ul
{
	list-style: none;
	padding: 0;
	margin-left: -10px;
}
.myaccount-panel .profile .profile-title
{
	overflow: hidden;
}
.myaccount-panel .profile .title
{
	float: left;
	display: inline-block;
	margin-bottom: 0;
}
.myaccount-panel .profile .title a
{
	color: #000;
}
.myaccount-panel .profile .profile-link
{
	float: right;
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
}
.myaccount-panel .profile .profile-link a
{
	color: #000;
}
.myaccount-panel .profile .profile-link a .text
{
	font-size: 14px;
	margin-top: 0;
}
.myaccount-panel .profile .profile-link .icon.watchnow-icon
{
	display: inline-block;
	background-image: url("../images/thumbs/icon_play_black.png");
	float: left;
	margin-right: 10px;
	background-size: 20px 20px;
	background-position: top center;
}
.myaccount-panel .profile .profile-link .line
{
	padding: 0 15px;
	display: inline-block;
	color: #000;
}
.myaccount-panel .profile .profile-content .category-collection-title
{
	font-size: 30px;
	line-height: 30px;
	margin-top: 20px;
}
.myaccount-panel .myaccount-content
{
	padding: 25px 25px 20px;
	float: right;
	width: 180px;
}
.header .user.open .dropdown .fa-caret-down
{
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.myaccount-panel.open
{
	height: auto;
	opacity: 1;
}
.myaccount-panel.profile-show
{
	width: 100%;
}
.profile .collection-buttons a.collection-button
{
	display: inline-block;
}
.profile .hidden-title a
{
	color: #000;
}
.myaccount-panel .title
{
	color: #000;
	font-size: 16px;
	font-family:  'Klavika Bold';
	margin: 0 auto 12px;
}
.myaccount-panel .list
{
	padding: 0;
}
.myaccount-panel .item
{
	line-height: 28px;
	list-style: none;
}
.myaccount-panel .item a
{
	color: #000;
	font-size: 14px;
	display: block;
}
.myaccount-content .login-panel,
.landing-page .myaccount-content .login-panel
{
	top: 0;
}
.profile .no-queue
{
	color: #000;
	text-align: center;
	padding: 38px 0;
}
.profile .no-queue .no-queue-content
{
	font-family: 'Klavika Medium';
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.profile .no-queue .hint
{
	line-height: 18px;
	display: inline-block;
}
.profile .no-queue .hint a
{
	color: #000;
	text-decoration: underline;
}
/* Header of Landing Start */
.header.landing .container
{
	position: relative;
	padding: 0;
}
.header.landing .ufctv-logo
{
	width: 155px;
	height: 30px;
	margin: 42px 0;
}
.header.landing .user
{
	position: absolute;
	right: 0;
	bottom: 0;
}
.header.landing .login
{
	font-family: 'Klavika Bold';
	font-size: 12px;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 28px;
}
/* Header of Landing End */
/* Header of PPV Start */
.header.ppv
{
	background-color: #000;
}
.header .ppv-logo
{
	width: 272px;
	height: 64px;
	position: relative;
	transition: width 0.2s;
}
.header .ppv-logo img
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
/* Header of PPV End */
/* Header of FightPass Start */
.header.fightpass
{
	background-color: #000;
}
.header.fightpass .header-bottom
{
	background: rgba(0, 0, 0, 1);
	position: relative;
	box-sizing: border-box;
	height: 64px;
}
.header .navbar-default .navbar-nav > li > a,
.header .navbar-default .navbar-nav > .open > a:hover,
.header .navbar-default .navbar-nav > .open > a:focus
{
	color: #fff;
	background: transparent;
}
.header .navbar-default .navbar-nav > .open.hover > a:hover,
.header .navbar-default .navbar-nav > .open.selected > a:focus
{
	color: #e22e2e;
	background: transparent;
}
.header .navbar-default
{
	border: none;
	border-radius: 0;
	background-color: transparent;
	margin-bottom: 0;
	min-height: 0;
}
.header .navbar-default .navbar-header
{
	height: 100%;
}
.header .navbar-brand
{
	padding: 0;
	height: auto;
}
.header .navbar-toggle
{
	border: 0;
	border-radius: 0;
	height: 64px;
	width: 61px;
	margin: 0;
	padding: 0 0 0 19px;
}
.header .navbar-default .navbar-toggle .icon-bar,
.header .navbar-default .navbar-toggle .icon-bar:before,
.header .navbar-default .navbar-toggle .icon-bar:after
{
	background-color: #fff;
	transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
	-moz-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
	-webkit-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
	-ms-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	width: 22px;
	height: 2px;
}
.header .navbar-default .navbar-toggle .icon-bar
{
	position: relative;
}
.header .navbar-default .navbar-toggle .icon-bar:before
{
	content: '';
	position: absolute;
	top: -6px;
	left: 0;
}
.header .navbar-default .navbar-toggle .icon-bar:after
{
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
}
.header .navbar-default .navbar-toggle:hover .icon-bar:before
{
	top: -8px;
}
.header .navbar-default .navbar-toggle:hover .icon-bar:after
{
	bottom: -8px;
}
.header .navbar-default .navbar-toggle.active .icon-bar
{
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	background:transparent;
}
.header .navbar-default .navbar-toggle.active .icon-bar:before
{
	transform: rotate(405deg);
	-moz-transform: rotate(405deg);
	-webkit-transform: rotate(405deg);
	-ms-transform: rotate(405deg);
	top: 0;
}
.header .navbar-default .navbar-toggle.active .icon-bar:after
{
	transform: rotate(-405deg);
	-moz-transform: rotate(-405deg);
	-webkit-transform: rotate(-405deg);
	-ms-transform: rotate(-405deg);
	top: 0;
}
.header .navbar-default .navbar-toggle.active:hover .icon-bar:before
{
	top: 0;
}
.header .navbar-default .navbar-toggle.active:hover .icon-bar:after
{
	bottom: 0;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus
{
	background-color: transparent;
}
.header .navbar-default .navbar-collapse
{
	border: none;
}
.header .ufcfightpass-logo
{
	margin-right: 40px;
	width: 176px;
	height: 64px;
	background-color: #d20909;
	position: relative;
}
.header .ufcfightpass-logo img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	margin-top: 1px;
	margin-left: 2px;
}
.header .ufcfightpass-logo:hover
{
	background-color: #d20909;
}
.header .menu-list .menu-item .menu-link
{
	line-height: 64px;
	color: #fff;
	font-family: 'Klavika Bold';
	font-size: 15px;
	margin-right: 48px;
	padding: 0;
	transition: color 0.16s;
	-moz-transition: color 0.16s;
	-webkit-transition: color 0.16s;
	-o-transition: color 0.16s;
	-ms-transition: color 0.16s;
	cursor: pointer;
}
.header .menu-list .menu-item .menu-link:hover
{
	color: #e22e2e;	
}
.header .menu-list .menu-item-premium
{
	display: none;
}
.isSubscriber .header .menu-list .menu-item-premium
{
	display: block;
}
.header .menu-list .menu-item.selected .menu-link
{
	color: #e22e2e;
	background: transparent;
}
.header .header-search-button
{
	display: inline-block;
	cursor: pointer;
}
.header .header-right .header-search-button
{
	padding: 0 10px;
	margin: 0 10px;
}
.header .header-search-button .fa-search
{
	font-size: 18px;
	transform: none;
}
.header .header-search
{
	position: absolute;
	top: 0;
	background: #000;
	overflow: hidden;
	left: 100%;
	height: 64px;
}
.header .header-search.visible
{
	width: 100%;
	left: 0;
}
.header .header-form
{
	width: 100%;
	height: 64px;
	padding-top: 11px;
	background: #000;
	line-height: 41px;
	position: absolute;
	left: 100%;
	opacity: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.header .header-form.open
{
	left: 0;
	opacity: 1;
}

.header .header-form input
{
	padding: 0 0 0 10px;
	height: 41px;
	color: #fff;
	background: #141414;
	border: 1px solid #262626;
	box-sizing: border-box;
	outline: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.header .header-form.open input
{
	width: calc(100% - 102px);
}
.header .header-form .header-search-button
{
	width: 52px;
	text-align: center;
	background: #d20a0a;
}
.header .header-form .header-search-close
{
	width: 50px;
	height: 41px;
	cursor: pointer;
	position: relative;
}
.header .header-form .header-search-close i,
.header .header-form .header-search-close i:after
{
	content: '';
	width: 16px;
	height: 2px;
	background: #818181;
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 2px;	
}
.header .header-form .header-search-close i
{
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 20px;
	left: 17px;
}
.header .header-form .header-search-close i:after
{
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.header .header-form .header-search-close:hover i,
.header .header-form .header-search-close:hover i:after
{
	width: 20px;
	transition: width 0.2s;
	-moz-transition: width 0.2s;
	-webkit-transition: width 0.2s;
	-ms-transition: width 0.2s;
}
.header .search-results
{
	background: #fff;
	position: absolute;
	top: 64px;
	width: 100%;
	color: #000;
	display: none;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.header .search-results .item-list-pc
{
	padding: 58px 0;
}
.header .search-results .item-list-pc .item-list-wrapper
{
	margin-right: -20px;
	letter-spacing: -4px;
}
.header .search-results .item-list-pc .item
{
	width: 292px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	position: relative;
}
.header .search-results.open
{
	display: block;
}
.header .search-results .view-all
{
	height: 58px;
	border-top: 1px solid #dedede;
	line-height: 57px;
}
.header .search-results .view-all .link
{
	color: #000;
	font-weight: bold;
	font-size: 16px;
}
.header .search-results .hidden-title a
{
	color: #000;
}
.header .search-results .fighter
{
	padding: 0 24px;
}
.header .search-results .fighter .fighter-nickname
{
	padding-bottom: 20px;
	height: 40px;
}
.header .search-results .no-results
{
	font-family: 'Klavika Light';
	font-size: 24px;
	padding-top: 20px;
	height: 484px;
	color: #999;
}
/* Fight Pass Menu Dropdown Start */
.header-bottom .header-menu-dropdown
{
	background-color: #fff;
	position: absolute;
	width: 100%;
	z-index: 100;
	height: 0;
	overflow: hidden;
}
.header-menu-dropdown .menu-dropdown-item
{
	border-bottom: 1px solid #231f20;
	position: absolute;
	width: 100%;
	opacity: 0;
	z-index: 10;
}
.header-menu-dropdown .menu-dropdown-item.slideIn,
.header-menu-dropdown .menu-dropdown-item.slideInRight,
.header-menu-dropdown .menu-dropdown-item.slideInLeft
{
	/* for IE9*/
	opacity: 1;
	/* for IE9*/
	z-index: 12;
}
.header-menu-dropdown .item-list
{
	padding-top: 47px;
	padding-bottom: 47px;
}
.header-menu-dropdown .view-all
{
	height: 58px;
	border-top: 1px solid #dedede;
	line-height: 57px;
}
.header-menu-dropdown .view-all .link
{
	color: #000;
	font-weight: bold;
	font-size: 16px;
}
.header-menu-dropdown .item-list .type
{
	font-size: 14px;
	font-family: 'Klavika Medium';
	color: #000;
}
.header-menu-dropdown .item-list .title
{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.header-menu-dropdown .item-list .link
{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.header-menu-dropdown .item-list .date
{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	height: 20px;
}
.header-menu-dropdown .item-list .desc
{
	font-size: 14px;
	color: #000;
}
.header-menu-dropdown .menu-liveevents .type,
.header-menu-dropdown .menu-liveevents .date,
.header-menu-dropdown .menu-liveevents .desc
{
	height: 20px;
}
.header-menu-dropdown .menu-liveevents .title
{
	height: 25px;
}
.header-menu-dropdown .item-liveevents .date
{
	margin-top: 8px;
}
.header-menu-dropdown .item-liveevents .type
{
	margin-top: 13px;
}
.header-menu-dropdown .menu-fightlibrary .type,
.header-menu-dropdown .menu-fightlibrary .date,
.header-menu-dropdown .menu-fightlibrary .desc
{
	max-height: 40px;
	overflow: hidden;
}
.header-menu-dropdown .menu-fightlibrary .title
{
	max-height: 50px;
	overflow: hidden;
}
.header-menu-dropdown .menu-categories .title
{
	height: 25px;
	margin-top: 8px;
}
.header-menu-dropdown .menu-categories .link
{
	height: 20px;
}
.header-menu-dropdown .menu-categories .desc
{
	max-height: 60px;
	overflow: hidden;
}
.header-menu-dropdown .menu-category .title
{
	height: 25px;
	margin-top: 8px;
}
.header-menu-dropdown .menu-category .desc
{
	max-height: 60px;
	overflow: hidden;
}
/* Fight Pass Menu Dropdown End */
/* Header of FightPass End */
/* [768,+] */
@media (min-width: 768px)
{
	.header.scrollDown,
	.header.scrollDownPPV,
	.header.moveAwayUp,
	.header.moveAwayUpPPV
	{
		position: fixed;
		cursor: pointer;
		top: 0!important;
		transition: top 0.56s;;
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		-moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	}
	/* Header of Landing Start */
	.header.landing .header-right .login-panel
	{
		top: 69px;
	}
	/* Header of PPV Start */
	.header.scrollDownPPV .ppv-logo
	{
		width: 200px;
	}
	/* Header of PPV End */
	/* Header of FightPass Start */
	.header.scrollDown .header-menu-dropdown
	{
		top: 64px;
	}
	.header .search-results .category-collection
	{
		height: 325px;
	}
	.header .search-results .fighter .fighter-name:hover
	{
		color: #e22e2e;
		text-decoration: underline;
	}
	.header .search-results .category-collection .large
	{
		position: absolute;
		height: auto;
		bottom: 0;
		width: 100%;
		background: none;
	}
	.header .search-results .category-collection .category-collection-title
	{
		color: #E51B24;
	}
	.header .search-results .category-collection .collection-buttons
	{
		margin: 20px 0;
	}
	/* Add channel, adjust to sandwich navigation menu, override nav in bootstrap css */
	.navbar-toggle
	{
		display: block;
	}
	.navbar-collapse.collapse
	{
		display: none !important;
	}
	.navbar-collapse.collapse.in
	{
		display: block !important;
		overflow: hidden !important;
	}
	.navbar-nav > li
	{
		float: none;
	}
	/* Header of FightPass End */
}
/* [768,1039] */
@media (min-width: 768px) and (max-width: 1039px)
{
	/* header: PPV */
	.header.scrollDownPPV .header-bottom .header-right
	{
		top: 18px;
	}
	.header.scrollDownPPV .header-bottom .myaccount-panel
	{
		top: 44px;
	}
	/* header:fightpass */
	.header .ufcfightpass-logo
	{
		margin-right: 15px;
	}
	.header.scrollDown .header-bottom .header-right.remove .login,
	.header.scrollDown .header-bottom .header-right.remove .user
	{
		display: none;
	}
}
/* [1039, +] */
@media (min-width: 1040px)
{
	/* Add channel, adjust to sandwich navigation menu, override nav in bootstrap css */
	.navbar-toggle
	{
		display: none;
	}
	.navbar-collapse.collapse
	{
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-nav > li
	{
		float: left;
	}
}
/* [1039,1329] */
@media (min-width: 1039px) and (max-width: 1329px)
{
	.header.fightpass .header-right .myaccount .username
	{
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		display: inline-block;
		max-width: 145px;
	}
}
/* [320, 1570) */
@media (max-width: 1569px)
{
	.header .search-results .item-list-pc .item
	{
		width: 240px;
	}
}
/* [320, 1329) */
@media (max-width: 1329px)
{
	.header .ufcfightpass-logo
	{
		margin-right: 18px;
	}
	.header .menu-list .menu-item .menu-link
	{
		margin-right: 22px;
	}
	.header .header-right .header-search-button
	{
		margin: 0;
	}
}
/* [320,1039) */
@media (max-width: 1039px)
{
	.header .header-bottom .header-right
	{
		top: -30px;
		transition: top 0.56s cubic-bezier(0.19, 1, 0.22, 1);
		-moz-transition: top 0.56s cubic-bezier(0.19, 1, 0.22, 1);
		-webkit-transition: top 0.56s cubic-bezier(0.19, 1, 0.22, 1);
		-o-transition: top 0.56s cubic-bezier(0.19, 1, 0.22, 1);
		-ms-transition: top 0.56s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.login-panel.open
	{
		top: 28px;
	}
	.hasAlert .login-panel.open
	{
		top: 50px;
	}
	/* Header of PPV Start */
	.header .ppv-logo
	{
		width: 200px;
	}
	/* Header of FightPass Start */
	.header .menu-list .menu-item .menu-link
	{
		margin-right: 24px;
		display: inline-block;
	}
	.header.fightpass .header-right .login-wrapper
	{
		position: absolute;
		top: -48px;
		right: 0;
	}
	.header .header-right .header-search-button
	{
		position: absolute;
		top: 48px;
		right: 0;
	}
	.header.fightpass .header-right .header-form
	{
		position: absolute;
		right: 0;
		width: 289px;
	}
	.myaccount-panel
	{
		top: -4px;
	}
	/* Header of FightPass End */
	.header .search-results .item-list-pc .item-list-wrapper
	{
		margin-right: -24px;
	}
	.header .search-results .item-list-pc .item
	{
		width: 224px;
		margin-right: 24px;
	}
	/* Add channel, adjust to sandwich navigation menu */
	.header.fightpass .navbar-default .navbar-collapse
	{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		z-index: 100;
		height: 0;
		overflow: hidden;
	}
	.header.fightpass .menu-list
	{
		position: absolute;
		width: 100%;
		background-color: #000;
	}
	.header.fightpass .menu-list .menu-item
	{
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 1px solid #231f20;
	}
	.header.fightpass .menu-item .menu-link
	{
		width: 100%;
		margin-right: 0;
	}
	.header.fightpass .menu-item .menu-link
	{
		padding-top: 11px;
		padding-bottom: 11px;
		line-height: 28px;
		background: transparent;
	}
	.header.fightpass .menu-item.menu-ext .arrow.visible-xp
	{
		display: block !important;
	}
	.header.fightpass .menu-item .arrow
	{
		float: right;
	}
	.header.fightpass .menu-item .arrow .fa
	{
		font-size: 18px;
		transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transition: transform 0.5s;
		-moz-transition: transform 0.5s;
		-webkit-transition: transform 0.5s;
		-ms-transition: transform 0.5s;
	}
	.header.fightpass .menu-dropdown .menu-dropdown-item
	{
		display: none;
	}
	.header.fightpass .navbar-default .menu-dropdown .view-all
	{
		height: 50px;
		line-height: 50px;
	}
	.header.fightpass .navbar-default .view-all .link
	{
		width: 100%;
		height: 100%;
		display: inline-block;
		padding-left: 10px;
		padding-right: 10px;
	}
}
/*[320,767]*/
@media (max-width: 767px)
{
	.header .alertbar-wrap .container
	{
		padding: 0 14px;
	}
	.login-panel
	{
		width: 0;
		top: 98px;
		right: 0;
		transition: opacity .2s linear, width .4s ease-out;
		-moz-transition: opacity .2s linear, width .4s ease-out;
		-webkit-transition: opacity .2s linear, width .4s ease-out;
		-ms-transition: opacity .2s linear, width .4s ease-out;
		box-shadow: 0 0 5px #ccc;
	}
	.login-panel.open
	{
		top: 98px;
		width: 100%;
	}
	.hasAlert .login-panel.open
	{
		top: 120px;
	}
	.landing-page .login-panel.open
	{
		top: 35px;
	}
	.hasAlert.landing-page .login-panel.open
	{
		top: 57px;
	}
	.events .login-panel.open
	{
		top: 30px;
	}
	.hasAlert.events .login-panel.open
	{
		top: 52px;
	}
	.header .header-right .login
	{
		margin-right: 14px;
	}
	.header .header-top .container
	{
		padding-left: 14px;
	}
	.header .header-top .link
	{
		font-size: 10px;
		margin-right: 8px;
	}
	.landing-page .myaccount-panel
	{
		top: 40px;
	}
	/* Header of Landing Start */
	.header.landing .user
	{
		width: 100%;
	}
	.header.landing .header-right .user .myaccount
	{
		width: calc(100% - 24px);
		width: -webkit-calc(100% - 24px);
		width: -moz-calc(100% - 24px);
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: right;
	}
	.header.landing .header-right .login-panel
	{
		top: 34px;
	}
	/* Header of Landing End */
	/* Header of PPV Start */
	.header.ppv .container
	{
		padding-left: 14px;
		padding-right: 14px;
	}
	.header.ppv .header-bottom-wrapper
	{
		position: relative;
	}
	.header.ppv .header-bottom .header-right
	{
		width: calc(100% - 224px);
		width: -webkit-calc(100% - 224px);
		width: -moz-calc(100% - 224px);
		white-space: nowrap;
	}
	.header.ppv .header-right .user
	{
		width: 100%;
	}
	.header.ppv .header-right .user .myaccount
	{
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: right;
	}
	.header.fightpass .header-bottom .container
	{
		padding: 0;
	}
	.header.fightpass .navbar-default .navbar-collapse
	{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		z-index: 100;
		height: 0;
		overflow: hidden;
	}
	.header.fightpass .menu-list
	{
		position: absolute;
		width: 100%;
		background-color: #000;
	}
	.header.fightpass .menu-list .menu-item
	{
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 1px solid #231f20;
	}
	.header.fightpass .menu-dropdown .menu-dropdown-item
	{
		display: none;
	}
	.header.fightpass .menu-item .menu-link
	{
		padding-top: 11px;
		padding-bottom: 11px;
		line-height: 28px;
		background: transparent;
	}
	.header.fightpass .menu-item .menu-link
	{
		width: 100%;
		margin-right: 0;
	}
	.header.fightpass .menu-item .logout-button:hover,
	.header.fightpass .menu-item .menu-login:hover
	{
		color: #e22e2e;
		cursor: pointer;
	}
	.header.fightpass .menu-item .arrow
	{
		float: right;
	}
	.header.fightpass .menu-item .arrow.visible-xp
	{
		display: none!important;
	}
	.header.fightpass .menu-item.menu-ext .arrow.visible-xp
	{
		display: block!important;
	}
	.header.fightpass .menu-item .arrow .fa
	{
		font-size: 18px;
		transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transition: transform 0.5s;
		-moz-transition: transform 0.5s;
		-webkit-transition: transform 0.5s;
		-ms-transition: transform 0.5s;
	}
	.header.fightpass .menu-item.open .arrow .fa
	{
		transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	}
	.header.fightpass .login-panel
	{
		position: absolute;
		top: 64px;
		width: 0;
		background: #fff;
		left: 100%;
		color: #000;
		height: 571px;
	}
	.header.fightpass .login-panel.slideInRightMobile
	{
		width: 100%;
	}
	.header.fightpass .header-right .login
	{
		display: none;
	}
	.header .header-right .search
	{
		top: 47px;
	}
	.header .header-form input
	{
		margin-left: 14px;
	}
	.header .header-form.open input
	{
		width: calc(100% - 116px);
	}
	/* Fight Pass Menu Dropdown Start */
	.header.fightpass .navbar-default .menu-dropdown
	{
		background: #231f20;
		margin-left: -10px;
		margin-right: -10px;
	}
	.header.fightpass .navbar-default .item-list .item
	{
		position: relative;
		padding: 10px;
		border-bottom: 1px solid #000;
	}
	.header.fightpass .navbar-default .item-list .top
	{
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.header.fightpass .menu-dropdown .item-list .type
	{
		font-size: 14px;
		font-family: 'Klavika Medium';
		color: #fff;
	}
	.header.fightpass .menu-dropdown .item-list .title
	{
		font-size: 18px;
		font-weight: bold;
		color: #fff;
	}
	.header.fightpass .menu-dropdown .item-list .link
	{
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		width: 100%;
		display: inline-block;
	}
	.header.fightpass .menu-dropdown .item-list .date
	{
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		margin-top: 8px;
		height: 20px;
	}
	.header.fightpass .menu-dropdown .item-list .desc
	{
		font-size: 14px;
		color: #fff;
	}
	.header.fightpass .navbar-default .menu-dropdown .view-all
	{
		height: 50px;
		line-height: 50px;
	}
	.header.fightpass .navbar-default .view-all .link
	{
		width: 100%;
		height: 100%;
		display: inline-block;
		padding-left: 10px;
		padding-right: 10px;
	}
	.header.fightpass .navbar-default .view-all .fa
	{
		font-size: 18px;
		padding-left: 4px;
	}
	/* Menu Liveevents */
	.header.fightpass .menu-dropdown-item.menu-fightpass-live-events .item-list .desc
	{
		max-height: 60px;
		white-space: normal;
	}
	.header.fightpass .menu-dropdown-item.menu-fightpass-live-events .item-list .top
	{
		width: 98px;
	}
	.header.fightpass .menu-dropdown-item.menu-fightpass-live-events .item-list .down
	{
		padding-left: 108px;
		min-height: 72px;
	}
	/* Menu Fight Library */
	.header.fightpass .menu-dropdown-item.menu-fightlibrary .item-list .desc
	{
		display: none;
	}
	.header.fightpass .menu-dropdown-item.menu-fightlibrary .item-list .top
	{
		width: 72px;
	}
	.header.fightpass .menu-dropdown-item.menu-fightlibrary .item-list .down
	{
		padding-left: 82px;
		min-height: 48px;
	}
	/* Menu Categories/Collections */
	.header.fightpass .menu-dropdown-item.menu-collections .item-list .desc
	{
		display: none;
	}
	.header.fightpass .menu-dropdown-item.menu-collections .item-list .top
	{
		width: 72px;
	}
	.header.fightpass .menu-dropdown-item.menu-collections .item-list .down
	{
		padding-left: 82px;
		min-height: 48px;
	}
	/* Menu Category/Features&Shows */
	.header.fightpass .menu-dropdown-item.menu-features-and-shows .item-list .desc
	{
		display: none;
	}
	.header.fightpass .menu-dropdown-item.menu-features-and-shows .item-list .top
	{
		width: 72px;
	}
	.header.fightpass .menu-dropdown-item.menu-features-and-shows .item-list .down
	{
		padding-left: 82px;
		min-height: 72px;
	}
	/* profile */
	.menu-myaccount .profile
	{
		padding: 10px;
	}
	.menu-myaccount .profile .profile-title
	{
		overflow: hidden;
		padding-bottom: 10px;
	}
	.menu-myaccount .profile .profile-title .icon.watchnow-icon
	{
		display: inline-block;
		float: left;
	}
	.menu-myaccount .profile .profile-title .profile-link
	{
		float: left;
	}
	.header.fightpass .item-list .profile-link .title
	{
		font-size: 14px;
		margin: 0 10px 0;
	}
	.menu-myaccount .profile .profile-link .video-total
	{
		font-size: 14px;
		font-weight: normal;
		margin-left: 5px;
	}
	.menu-myaccount .profile .profile-link .text
	{
		font-size: 14px;
		margin-left: 10px;
	}
	.header.fightpass .navbar-default .menu-dropdown .profile-title .view-all
	{
		border-left: 1px solid #fff;
		padding-left: 10px;
		height: 37px;
		line-height: 37px;
		float: right;
	}
	.menu-myaccount .profile .category-collection .large
	{
		padding: 0 10px;
	}
	.menu-myaccount .profile .category-show .desc-top
	{
		padding-top: 0;
		font-size: 14px;
	}
	.menu-myaccount .profile .collection-buttons a.collection-button .icon
	{
		background-size: 20px 20px;
		width: 20px;
		height: 20px;
	}
	.menu-myaccount .profile .collection-buttons a.collection-button .text
	{
		margin-top: 0;
		font-size: 14px;
	}
	.menu-myaccount .profile .program-content .code
	{
		color: #fff;
	}
	.menu-myaccount .profile .program-content .name a
	{
		color: #fff;
	}
	.mobile-profile .no-queue,
	.mobile-profile .no-queue .hint a
	{
		color: #fff;
		text-align: left;
	}
	.menu-myaccount .mobile-profile .profile.no-profile .profile-title
	{
		padding-bottom: 0;
	}
	.header.fightpass .item-list .no-profile .profile-link .title
	{
		margin: 0;
		line-height: 37px; 
	}
	.mobile-profile .profile .no-queue
	{
		padding: 10px 0;
	}
	.mobile-profile .profile .no-queue .no-queue-content
	{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 0;
	}
	.landing .myaccount-panel.profile-show,
	.ppv .myaccount-panel.profile-show
	{
		width: 180px;
		overflow: hidden;
	}
	.landing .myaccount-panel.profile-show .profile,
	.ppv .myaccount-panel.profile-show .profile
	{
		display: none!important;
	}
	.landing .myaccount-panel .myaccount-content,
	.ppv .myaccount-panel .myaccount-content
	{
		display: inline-block!important;
	}
	/* Predictive Search Start */
	.header.fightpass .header-bottom .search-results .container
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	.header .search-results .view-all
	{
		border-top: none;
	}
	.header .search-results .item-content
	{
		padding-left: 10px;
	}
	.header .search-results .fighter-rating
	{
		margin-top: 0;
		color: #000;
		font-size: 14px;
	}
	.header .search-results .fighter-rating span
	{
		color: #000;
		font-size: 14px;
	}
	.header .search-results .fighter-rating span.fighter-champion
	{
		background-image: url(../images/thumbs/champ-icon-red.png);
		width: 14px;
		height: 11px;
		margin: 0;
	}
	.header .search-results .fighter-firstname,
	.header .search-results .item-list-mobile .collection-title
	{
		font-family: "Klavika Bold";
		color: #000;
		font-size: 16px;
	}
	.header .search-results .fighter-firstname a
	{
		color: #000;
	}
	.header .search-results .fighter-nickname
	{
		color: #000;
		font-size: 14px;
	}
	.header .search-results .fighter-record
	{
		color: #000;
		font-size: 14px;
		margin-top: 0;
	}
	.header .search-results .playlist .row
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header .search-results .item-list-mobile .hidden-title a,
	.header .search-results .item-list-mobile a.collection-link
	{
		color: #000;
	}
	.header .search-results .no-results
	{
		height: 232px;
		font-size: 20px;
	}
	/* Predictive Search End */
	/* Fight Pass Menu Dropdown End */
	/* Header of FightPass End */
}
/*[320,483]*/
@media (max-width: 483px)
{
	.header.ppv .header-right .login-panel
	{
		right: -14px;
	}
	.header .header-top .container,
	.header .header-bottom .container
	{
		width: 100%;
	}
	.header .header-right .header-search-button
	{
		padding: 0;
		margin: 0;
		margin: 0 14px 0 0;
	}
	.profile .profile-title .icon.watchnow-icon
	{
		display: inline-block;
		float: left;
		background-size: 25px 25px;
		width: 25px;
		height: 25px;
	}
	.header.fightpass .item-list .profile-link .title
	{
		margin: 0 5px 0;
	}
	.menu-myaccount .profile .profile-link .text
	{
		margin-left: 5px;
	}
	.header.fightpass .navbar-default .menu-dropdown .profile-title .view-all
	{
		padding-left: 5px;
	}
	.profile .category-collection .large
	{
		padding: 0 5px;
	}
}

/* Header End */
/* Footer Start */
.footer a
{
	color: #fff;
}
.footer a:hover
{
	color: #fff;
}
.footer ul,
.footer li
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer
{
	background-color: #231f21;
	position: relative;
	z-index: 1;
	clear: both;
	overflow: hidden;
}
.footer .link
{
	display: inline-block;
	height: 22px;
	line-height: 22px;
}
.footer .link:hover
{
	cursor: pointer;
	text-decoration: underline;
}
.footer .footer-up .container
{
	position: relative;
}
.footer .ufc-icon
{
	width: 77px;
	height: 27px;
	margin: 27px 37px 27px 0;
}
.footer .footer-up .link-list
{
	margin-top: 31px;
	margin-bottom: 28px;
}
.footer .footer-up .link-list .link
{
	margin-right: 22px;
}
.footer .share-icon
{
	margin-left: 48px;
	position: absolute;
	right: 0;
	top: 24px;
}
.footer .facebook-icon,
.isIOS .footer .facebook-icon:hover,
.isAndroid .footer .facebook-icon:hover
{
	background-image: url(../images/footer/footer_facebook.png);
	width: 34px;
	height: 33px;
}
.footer .facebook-icon:hover
{
	background-image: url(../images/footer/footer_facebook_mo.png);
}
.footer .twitter-icon,
.isIOS .footer .twitter-icon:hover,
.isAndroid .footer .twitter-icon:hover
{
	background-image: url(../images/footer/footer_twitter.png);
	width: 34px;
	height: 33px;
}
.footer .twitter-icon:hover
{
	background-image: url(../images/footer/footer_twitter_mo.png);
}
.footer .share-icon .twitter-icon
{
	margin-left: 15px;
}
.footer .footer-down
{
	border-top: 1px solid #000;
	position: relative;
}
.footer .footer-down .link
{
	font-weight: bold;
}
.footer .fightpass
{
	padding-top: 24px;
	padding-bottom: 19px;
	line-height: 22px;
}
.footer .fightpass-logo
{
	background-repeat: no-repeat;
	width: 117px;
	height: 20px;
	margin-right: 20px;
	margin-left: 63px;
}
.footer .ppv
{
	padding-top: 24px;
	padding-bottom: 19px;
	line-height: 22px;
	border-right: 1px solid #000;
}
.footer .ppv-logo
{
	height: 22px;
	color: #fff;
	font-family: 'Klavika Light';
	margin-right: 20px;
	margin-left: 3px;
	font-size: 10px;
}
.footer .ppv-logo img
{
	width: 53px;
	height: 18px;
	display: inline-block;
	vertical-align: sub;
	margin-right: 1px;
}
/*[320,1019]*/
@media (max-width: 1039px)
{
	.footer .footer-up
	{
		padding-top: 75px;
	}
	.footer .footer-up .link-list
	{
		margin-top: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	.footer .footer-up .link-list .link
	{
		margin-right: 12px;
	}
	.footer .share-icon
	{
		top: -50px;
	}
	.footer .footer-down .link
	{
		font-size: 12px;
	}
	.footer .fightpass-logo
	{
		margin-right: 8px;
		margin-left: 36px;
	}
	.footer .ppv-logo
	{
		margin-right: 10px;
		margin-left: 0;
	}
}
/*[320,767]*/
@media (max-width: 767px)
{
	.footer .container
	{
		padding-left: 28px;
		padding-right: 28px;
	}
	.footer .ufc-icon
	{
		margin-bottom: 13px;
		margin-top: 26px;
	}
	.footer .share-icon
	{
		right: 28px;
	}
	.footer .footer-up .link-list
	{
		margin-bottom: 5px;
	}
	.footer .footer-up .link-list li
	{
		width: 50%;
		margin-bottom: 5px;
	}
	.footer .fightpass .link
	{
		margin-top: 4px;
	}
	.footer .ppv
	{
		border-right: none;
	}
	.footer .ppv-logo
	{
		margin-left: 0;
		float: none!important;
		display: block;
		
	}
	.footer .fightpass-logo
	{
		margin-left: 0;
		float: none!important;
		display: block;
	}
	.footer .footer-line
	{
		border-bottom: 1px solid #000;
		position: absolute;
		bottom: 89px;
		width: 100%;
	}
}
/*[320,483]*/
@media (max-width: 483px)
{
	.footer .footer-up .link-list .link
	{
		margin-right: 0;
	}
	.footer .fightpass
	{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.footer .ppv
	{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.footer .footer-line
	{
		bottom: 77px;
	}
}
/* Footer End */