@font-face {
    font-family: 'IBM Flex Sans';
    src: url(/assets/fonts/IBMFlexSans.woff2)
}

@font-face {
    font-family: 'Helvetica';
    src: url(/assets/fonts/Helvetica.ttf)
}

@font-face {
    font-family: 'FranklinGothicBook';
    src: url(/assets/fonts/FranklinGothicBookRegular.ttf)
}

@font-face {
    font-family: 'Caslon Bold Italic';
    src: url(/assets/fonts/AdobeCaslonBoldItalic.ttf)
}

#boxing-news header,
#mma-news header,
#forums header,
#training-videos header,
#fight-polls header {
    display: block;
    text-align: left;
    padding-left: 14px;
    padding-right: 20px;
    background: #F3F3F3;
    /*border-bottom: 1px solid #B3B3B3;/*background:#77101a;background:linear-gradient(#c82129,#77101a);background:-webkit-linear-gradient(#c82129,#77101a);background:-o-linear-gradient(#c82129,#77101a);background:-moz-linear-gradient(#c82129,#77101a);box-shadow:.1px .1px .1px 0 #000;*/
    color: #F2F2F2
}

.ml10 {
    margin-left: 10px
}

#login-btn:hover {
    color: #000 !important;
    background: #fff !important
}

#login-btn i {
    font-size: 18px;
    margin-right: 10px
}

#login-btn {
    color: #fff;
    border-color: #fff;
    padding: 7px 21px;
    line-height: 1.75;
    margin-top: 16px;
    margin-bottom: 12px;
    letter-spacing: .02857em
}

.menu-section {
    padding-top: 85px;
    padding-bottom: 24px
}

.login-section {
    position: absolute;
    top: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.75
}

@media (max-width: 430px) {
    .rights-reserved {
        display: block
    }
}

@media (max-width: 767px) {
    .mvp_container {
        border: 5px solid #B3B3B3;
        border-top: 2px solid #B3B3B3 !important;
        border-bottom: none
    }
    #service_footer.mvp_container {
        padding-left: 5px;
        padding-right: 5px;
        border: none !important;
        background: -webkit-linear-gradient(top, #B3B3B3 0%, #000101 100%)
    }
}

.header-text,
.header-text a,
.header-text a:visited,
.header-text a:hover {
    color: #AF2109 !important;
    font-size: 28px;
    text-transform: uppercase;
}

.header-text a {
    position: relative;
    background-color: #F3F3F3;
    padding-right: 10px;
}

.header-text {
    position: relative;
}

header .header-text {
    font-family: 'DINCondensed-Bold';
    padding-top: 7px;
    line-height: 28px;
}

.header-text:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid black;
    background: black;
    width: 100%;
    transform: translateY(-50%);
}

.bg-grey {
    background: lightgray
}

.w70 {
    width: 70px
}

.w65 {
    width: 65px
}

.w140 {
    width: 140px
}

.pt0 {
    padding-top: 0
}

.pb0 {
    padding-bottom: 0
}

#inner-nav .navbar-nav {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center
}

#inner-nav .navbar-nav>li {
    display: inline-block;
    float: none
}

.headlines .slick-slide img {
    width: 100%;
}


.slick-prev:before,
.slick-next:before {
    color: #000
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2
}

.slick-active {
    opacity: .5
}

.lazy .slick-dots li.slick-active {
    background: -webkit-linear-gradient(top, rgba(255, 110, 20, 0) 0%, rgba(255, 213, 56, 1) 100%);
    border-bottom: solid 3px rgba(255, 213, 56, 1)
}

.lazy .slick-dots {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 4px
}

.lazy .slick-dots li {
    width: 23%;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    text-indent: -99999px;
    float: left;
    border-bottom: solid 3px #fff
}

.slick-current {
    opacity: 1
}

.mt15 {
    margin-top: 15px
}

.clear-left {
    clear: left
}

.mr15 {
    margin-right: 15px
}

.box-image {
    float: left;
    margin-left: 15px;
    margin-right: 15px
}

.nomargin {
    margin: 0
}

.bg-grey {
    background: #d7d9d9
}

.bg-button {
    background: #b3b3b3;
    padding: 5px
}

.vm {
    font-family: "fgHeavyItalic", sans-serif;
    text-transform: uppercase
}

.btn-grey {
    background: #444;
    padding: 5px 10px;
    color: #fff
}

@media (min-width: 351px) and (max-width: 375px) {
    #left-nav .sub-menu {
        padding-right: 20px !important
    }
}

@media (min-width: 320px) and (max-width: 350px) {
    #left-nav .sub-menu {
        padding-right: 35px !important
    }
}
@media (max-width: 450px){
    .headlines .slick-slide img{
        height:246px;
    }
}
@media (min-width: 451px) and (max-width: 767px){
    .headlines .slick-slide img{
        height:323px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .headlines .slick-slide img{
        height:410px;
    }
}
@media (min-width: 1025px) and (max-width: 1300px){
    .headlines .slick-slide img{
        height:550px;
    }
}
@media (min-width: 1301px) and (max-width: 2000px){
    .headlines .slick-slide img{
        height:650px;
    }
}


.sub-menu {
    padding: 0 10px;
    margin: 0;
    background-color: transparent;
    border: none
}

.sub-menu .dropdown-item {
    padding: 0
}

.sub-menu-toggle::after {
    content: none
}

#left-nav .nav-item {
    border-right: 1px solid rgba(214, 118, 15, 0.3)
}

.main-menu {
    font-size: 18px;
    color: #191919 !important;
    padding-top: 6px;
    padding-bottom: 6px;
}

.closebtn {
    border-radius: 25px
}

.closebtn,
.closebtn:hover,
.closebtn:visited {
    color: #fff;
    background: #000
}

.white-font {
    color: #fff
}

.menu-list .main-menu {
    font-size: 1.5rem;
    color: #fff !important
}

#mySidenav .menu-list .main-menu {
    font-size: 16px !important;
    color: #fff !important
}

.inner-menu {
    color: #555 !important;
    font-size: 1.125rem
}

.inner-menu:active {
    color: #191919 !important;
    font-size: 1.125rem;
    background: none
}

.footer-list li,
.footer-list li a {
    list-style-type: none;
    font-family: 'DINCondensed-Bold'
}

.gobold {
    font-family: 'GoboldUplow'
}

.footer-list li:first-child {
    color: #fff;
    text-transform: uppercase
}

.footer-list li,
.footer-list li a {
    color: #8d8d8e
}

.copyright-text {
    font-family: 'DINCondensed-Bold'
}

.copyright-text .prop {
    font-weight: 600
}

.bg-black {
    background: #000101
}

.col-centered {
    float: none;
    margin-right: auto;
    margin-left: auto
}

.nopadding {
    padding: 0
}

#mobile-footer {
    display: none
}

.copyright-text {
    border-top: 1px solid #dee2e6 !important;
    margin: 0 20px
}

.copyright-text p {
    color: #8d8d8e;
    text-align: center
}

hr.border {
    border: 2px solid #b3b3b3;
    margin-right: 20px;
    margin-left: 25px
}

#legal ul {
    padding-left: 20px
}

.f-left {
    float: left;
    float: right
}

.white-txt {
    color: #fff
}

.padLR15 {
    padding: 0 15px
}

.brdr-red {
    border-bottom: 1px solid red;
    padding: 10px 15px
}

.pt10 {
    padding-top: 10px
}

.flex-col {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #979ca2;
    padding-bottom: 5px
}

.chevron-icon {
    position: absolute;
    right: 5px;
    color: #9d0e11
}

@media (min-width: 300px) and (max-width: 419px) {
    .footer-list {
        padding-left: 15px
    }
}

@media (min-width: 420px) and (max-width: 449px) {
    .footer-list {
        padding-left: 30px
    }
}

@media (min-width: 450px) {
    .footer-list {
        padding-left: 40px
    }
}

.box-image img {
    width: 120px
}

h2 {
    font-size: 1.2rem !important
}

#training-videos a,
#caption-list a {
    color: #000
}

#training-videos .videos-btn {
    color: #fff !important
}

.bg-black {
    background: #000101
}

#caption-list {
    margin-top: -6px;
    background: #000101
}

#caption-list a {
    color: rgba(255, 213, 56, 1);
    text-transform: uppercase
}

#training-videos .list-item.caption {
    text-transform: uppercase
}

.pb20 {
    padding-bottom: 20px
}

.pl15 {
    padding-left: 15px
}

.jquery-comments .textarea-wrapper {
    padding-left: 0 !important
}

#menuToggle {
    display: inline-block;
    position: relative;
    border: 0;
    padding: 8px;
    padding-right: 5px;
    padding-left: 1.125rem;
    font-size: 1.25rem;
    background: none;
    margin-right: 0;
    text-transform: uppercase;
    line-height: 1.125rem;
    color: #191919;
    font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

#msite-header .subscribe-btn {
    display: inline-block;
    position: relative;
    border: 0;
    float: right;
    margin-top: 30px;
    margin-right: 1.125rem;
    padding: 10;
    border: #000 1px solid;
    background: none;
    margin-right: 10px;
    text-transform: uppercase;
    line-height: 1.125rem;
    color: #191919;
    font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

#msite-header .hdr-social-icons {
    display: inline-block;
    position: relative;
    border: 0;
    float: right;
    margin-top: 10px;
    margin-right: 1.125rem;
    padding: 0;
    background: none;
    margin-right: 10px;
    text-transform: uppercase;
    line-height: 1.125rem;
    color: #191919;
    font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

#msite-header .hdr-social-icons a i {
    font-size: 16px;
    color: #dc0000;
    height: 22px;
    width: 24px;
    border: 1px solid;
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}

#msite-header .search-btn {
    display: inline-block;
    position: relative;
    border: 0;
    float: right;
    padding: 20px;
    padding-right: 1.125rem;
    background: none;
    margin-right: 0;
    text-transform: uppercase;
    line-height: 1.125rem;
    color: #fff;
    font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.mbtu {
    padding: 1.4rem 0;
    border-bottom: 2px solid rgba(255, 213, 56, 1)
}

.header-bg {
    background-image: linear-gradient(to top, rgba(138, 138, 138, 1) 0%, rgba(255, 255, 255) 100%);
}

#nav-block {
    background-image: linear-gradient(to top, rgba(214, 118, 15, 1) 0%, rgba(214, 118, 15, 1) 1%, rgba(255, 255, 255, 0.36) 90%);
    background-size: 104%;
    background-blend-mode: normal;
    opacity: 91%;
    margin-top: 4rem
}

.inner-menu-navs .nav-item,
#formNav {
    padding: .375rem 1.125rem;
    text-transform: uppercase;
    font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

#formNav {
    padding-top: 0;
    padding-bottom: 0;
}

.inner-menu-navs .nav-item.first,
.inner-menu-navs .nav-link.first {
    padding-top: 0;
    line-height: 1.5rem
}

.slick-caption .caption {
    font-family: 'fgDemi', Helvetica, Arial, sans-serif !important;
    font-size: 16px
}

.list-item.caption {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px !important;
    line-height: 15px;
    padding-right: 5px;
    font-size: 18px;
}

/*#training-videos .box-image img{border:4px solid #A5A7A9}*/

#training-videos .list-item.caption {
    font-size: 22px !important;
    font-family: 'fgDemi', Helvetica, Arial, sans-serif !important;
    text-transform: uppercase
}

.hgt250 {
    height: 370px
}

.text-black {
    color: #383636
}

.headlines {
    border-bottom: 5px solid #B3B3B3
}

.fight_poll {
    margin-top: 10px
}

#location_socials {
    width: 100% !important;
    margin-left: 10px;
    margin-right: 10px
}

.location_details {
    width: 100% !important;
    margin-top: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important
}

.addr_detail,
.location_on_google {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.h1,
h1 {
    font-size: 1.5rem
}

.loc_form_title {
    font-size: 18px !important
}

.locat_contact_form {
    margin-left: 10px;
    margin-right: 10px
}

#dropdownMenuButton.dropdown-toggle:after {
    content: none
}

#dropdownMenuButton {
    font-size: 14px
}

#dropdownMenuButton:focus,
#dropdownMenuButton:active {
    text-decoration: none;
    color: #fff !important
}

.fContactFormArea,
.fContactFormAd2 {
    width: 100% !important
}

@media(max-width: 470px) {
    .modal-dialog-right {
        max-width: 100% !important;
    }
    .mvp-comment-video p {
        margin: 10px !important;
    }
    .comment_section .comment-submit .comment-btn {
        margin-left: 0px !important;
    }
    .mvp-comment-video .video-comments .comment-date-time {
        margin-left: 0px !important;
    }
    .comment_section {
        max-height: 65vh !important;
    }
    .full-comment-section .comment-input-section {
        display: block !important;
    }
    .full-comment-section .comment-send #comment-input {
        width: 95% !important;
        margin-left: 10px;
    }
    .full-comment-section .comment-input-section .submit-comment {
        margin-right: 5px;
    }
    .full-comment-section .comment-input-section {
        padding-bottom: 20px !important;
    }
}

@media(min-width: 380px) and (max-width: 470px) {
    .comment_section {
        max-height: 72vh !important;
    }
}

@media(min-width: 472px) and (max-width: 650px) {
    .comment_section {
        height: 60vh !important;
    }
}
@media(min-width: 651px) and (max-width: 768px) {
    .comment_section {
        height: 73vh !important;
    }
    .modal-dialog-right {
        max-width: 55vw !important;
    }
}

@media(min-width: 769px) and (max-width: 946px) {
    .modal-dialog-right {
        max-width: 55vw !important;
    }
    .full-comment-section .comment-input-section {
        display: block !important;
    }
    .full-comment-section .comment-send #comment-input {
        width: 95% !important;
        margin-left: 10px;
    }
    .full-comment-section .comment-input-section .submit-comment {
        padding: 2px 15px !important;
        margin-left: 10px !important;
        display: block !important;
        width: 85px !important;
        height: 30px !important;
        font-size: 18px !important;
    }
    .full-comment-section .comment-input-section {
        padding-bottom: 20px !important;
    }
}

@media(min-width: 947px) and (max-width: 1024px) {
    .comment_section {
        height: 82vh !important;
    }
    .modal-dialog-right {
        max-width: 55vw !important;
    }
}

@media(max-width: 320px) {
    .headlines .slider img {
        height: 200px !important
    }
}

@media(min-width: 321px) and (max-width: 400px) {
    .headlines .slider .img-fluid {
        height: 250px !important;
    }
}

@media(min-width: 401px) and (max-width: 470px) {
    .headlines .slider .img-fluid {
        height: 300px !important;
    }
}

@media(min-width: 471px) and (max-width: 550px) {
    .headlines .slider .img-fluid {
        height: 350px !important;
    }
}

@media(min-width: 551px) and (max-width: 600px) {
    .headlines .slider .img-fluid {
        height: 400px !important;
    }
}

@media(min-width: 601px) and (max-width: 767px) {
    .headlines .slider .img-fluid {
        height: 450px !important
    }
}

@media(max-width: 425px) {
    .trustarc-secondary-btn {
        margin-left: 0 !important
    }
    #truste-consent-button,
    #truste-show-consent {
        width: 100% !important;
        font-family: 'DIN2014-Narrow', Verdana, Arial, Times New Roman
    }
}

.sidenav {
    display: none;
    font-family: IBM Plex Sans, Helvetica Neue, Arial, sans-serif;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.87);
    overflow-x: hidden;
    padding-top: 60px;
    text-align: left
}

.fwb {
    font-weight: 700
}

.sidenav .menu-list {
    text-decoration: none;
    color: #fff;
    display: block
}

.sidenav div.menu-txt:hover {
    background: #FFB900
}

.sidenav #MassonMenu:hover {
    background: none
}

.sidenav #mainMenuHeader,
.sidenav #MassonMenu {
    padding-left: 16px
}

@media (hover: none) {
    .sidenav div.menu-txt:hover {
        background-color: transparent
    }
}

.sidenav div.menu-txt {
    line-height: 20px;
    letter-spacing: .00938em;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 8px 16px 8px 24px
}

.sidenav .closebtn {
    font-size: 22px;
    line-height: 18px;
    float: right;
    margin-top: 10px;
    padding: 12px;
    margin-right: -10px
}

.sidenav .sym,
.sidenav .sitesym {
    font-size: 16px;
    line-height: 24px;
    width: 16px
}

.f-right {
    float: right
}

.submenu ul li,
.submenu .inner-menu-link {
    padding: 0 !important;
    margin-top: 5px;
    line-height: 18px;
    letter-spacing: .01071em
}

.submenu li:hover {
    background-color: #FFB900
}

.submenu li {
    padding-left: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase
}

.submenu li a,
.submenu .inner-menu-link {
    color: #fff !important
}

.fnt25 {
    font-size: 25px
}

.fnt16 {
    font-size: 16px
}

.fnt15 {
    font-size: 15px
}

.fnt14 {
    font-size: 14px
}

.fnt13 {
    font-size: 13px
}

.fnt20 {
    font-size: 20px
}

.bg-y {
    background: #FFB900
}

.fnt15 {
    font-size: 15px
}

.icon-pos {
    position: absolute;
    right: 0;
    top: 85px
}

#nav-img img {
    width: 70px
}

.fhv {
    font-family: 'Helvetica' !important
}

.cis {
    font-family: 'Caslon Bold Italic', 'Times New Roman', 'Times', 'serif' !important;
    font-style: italic !important;
    letter-spacing: initial !important
}

#MassonMenu svg {
    vertical-align: text-top !important
}

.btn.btn-book {
    color: #AF2109 !important;
    text-decoration: underline;
    font-family: 'DINCondensed-Bold';
    padding: 0;
    top: 5px;
    line-height: 28px;
    position: absolute;
    right: 15px;
    border: none;
}

#msite-header .mhead {
    position: relative;
    height: 55px;
}

.logo_image {
    /*position: absolute;*/
    top: 13px;
    height: 32px;
}

.sidenav #search_form_head {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.sidenav #search_form_head .inpt {
    background-image: none;
    font-size: 16px;
}

.sidenav #search_form_head SPAN.search_area_separator {
    right: 45px;
}

.sidenav #search_form_head .buton {
    right: 15px;
}

#fight-polls .vote_button {
    position: initial;
}

#fight-polls .polling_table {
    text-align: left;
}

#fight-polls .voteform {
    text-align: center;
}

.pl16 {
    padding-left: 16px;
}

.pr16 {
    padding-right: 16px;
}

.sidenav #search_form_head #search_keyword input::-moz-placeholder,
.sidenav #search_form_head #search_keyword input::-ms-input-placeholder,
.sidenav #search_form_head #search_keyword input::-webkit-input-placeholder {
    font-family: 'industry';
    font-weight: 400;
    font-size: 14px;
    color: #000
}

section {
    border-bottom: 5px solid #B3B3B3;
}

div.news_data {
    box-shadow: .1px .1px .1px .1px #F3F3F3;
    border-bottom: none;
}

.news_data .box-img,
#boxing-news .box-img,
#mma-news .box-img {
    padding: 0;
}

.news_data .box-img img {
    height: -moz-available;
    height: -webkit-fill-available;
    height: 130px;
}

.sidenav #search_form_head .inpt::placeholder,
.sidenav #search_form_head .inpt::-moz-placeholder,
.sidenav #search_form_head .inpt::-ms-input-placeholder,
.sidenav #search_form_head .inpt::-webkit-input-placeholder {
    font-size: 16px;
    font-family: Plex Sans, Helvetica Neue, Arial, sans-serif;
}

#podcast {
    background-color: #2D2C32;
}

#podcast .inner-layout {
    background-color: #0C0C0C;
    border: 1px solid #0C0C0C;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#podcast .inner-layout .podcast-type i {
    color: #D90801;
}

#podcast .inner-layout .podcast-type {
    color: #D90801;
    font-family: 'fgDemi', Verdana, Arial, Times New Roman;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #b3b3b3;
}

#podcast .inner-layout-header .logo {
    border: 1px solid #090909;
    border-top-left-radius: 10px;
    background-color: #090909;
}

#podcast .head-layout {
    border: 1px solid #1E1E1E;
    background-color: #1E1E1E;
    border-top-right-radius: 10px;
}

#podcast .head-layout .news-title {
    color: #fff;
    text-transform: initial;
}

#podcast .head-layout .sitename {
    text-transform: uppercase;
    color: #7C7C7C;
}

#podcast .head-layout .playstrip {
    width: 80%;
}

.podcast-link {
    color: #FDFDFD;
    line-height: 15px !important;
    font-size: 15px !important;
}

#podcast .video-span {
    font-size: 12px;
}