@font-face {
    font-family: 'pt_sans_captionregular';
    src: url('../fonts/ptsans/PTC55F-webfont.eot');
    src: url('../fonts/ptsans/PTC55F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ptsans/PTC55F-webfont.woff') format('woff'), url('../fonts/ptsans/PTC55F-webfont.ttf') format('truetype'), url('../fonts/ptsans/PTC55F-webfont.svg#pt_sans_captionregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



.headerCont {
    position: sticky;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    background: #fff;
    padding: 10px 0;
}

header.headerCont.sticky-header {
    position: fixed;
}

.hdrCont,
.mainCont {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.headerCont .hdrCont {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}

.headerCont-Right {
    position: relative;
    width: 100%;
}

.mainCont {
    min-height: 100%;
}

.mainContent1 {
    float: left;
    padding: 3%;
    width: 40%;
    border: 1px solid #e30613;
}

.videosection {}

.albumName1:first-child {
    border-left: none
}

.mrfLogo {
    position: fixed;
    left: 1em;
    top: 1em;
    z-index: 10;
}

.headerCont .mrfLogo {
    position: inherit;
    margin-left: 1em;
}

.mrfLogo img {
    transition: all 0.8s ease-in-out;
    width: 110px;
}

.headerCont.sticky-header .mrfLogo img {
    width: 70px;
    transition: all 0.8s ease-in-out;
}

.jspVerticalBar {
    right: 0;
}

.scroll-pane {
    height: 100px;
    overflow: auto;
    outline: none;
}

.scrollpaneheight {
    width: 100.5%;
}

.scrollpaneheight1 {
    height: 100px !important
}

.vidsocial {
    width: 30%;
    float: right;
    margin: 2em 0 0;
}

.vidsocial ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.vidsocial ul li {
    float: left;
    padding: 0 1em 0 0;
}

/**menu starts**/

.menuCont {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.menu-icon {
    padding: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
}

#nav-toggle {
    cursor: pointer;
    padding: 20px;
    position: fixed;
    right: 2em;
    top: 1em;
    z-index: 1001;
}

.headerCont #nav-toggle {
    position: absolute;
}


#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 8px;
    width: 40px;
    background: #e30613;
    position: absolute;
    display: block;
    content: '';
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    left: 0;
}

.score {
    width: 100%;
    font-size: 1.4em
}

.slideHoriz .score1 {
    width: 650px;
}

.bl {
    color: #1653a3
}

.score tr {
    height: 25px
}

#nav-toggle span:before {
    top: -10px;
    left: 0;
}

#nav-toggle span:after {
    bottom: -10px;
    left: 0;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    background: #ff6a00;
}

#nav-toggle.active span::after {
    background: #fff;
}

.menuItem {
    text-transform: uppercase;
    color: #fff;
    font-size: 180%;
    margin: .1em 0;
    padding: .4em 0.8em;
    display: block;
    font-family: 'pt_sans_captionregular', 'robotoregular';
    line-height: 1.1;
}

.menuItem:hover,
.menuItemActive {
    color: #000;
}

.mac-os .menuItem {
    padding: 1em .8em .4em .8em;
}

.menuWrap {
    position: fixed;
    width: 20%;
    right: -100%;
    z-index: 400;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.menuWrap.open {
    right: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    bottom: 0;
    top: 0;
    background: #e30613;
}

.menuList {
    position: relative;
    /* background: #e30613; */
    padding: 4em 0 4em 2em;
}

.menuList li {
    padding: 0 0 0.7em 0.8em;
    width: 100%;
    position: relative;
}

.menuItem:hover::before,
.menuItemActive::before {
    top: 17px;
}

.menuTxt {
    font-family: 'bebasregular', 'robotoregular';
    /*color: #343434;*/
    color: #000;
    font-size: 175%;
    left: 0;
    padding: 20px 0 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.navToggle.active .menuTxt {
    color: #fff;
}

/**menu ends**/
/**menu level 2 starts**/

.menuWrapLvl2 {
    background: #343434 none repeat scroll 0 0;
    display: none;
    right: 100%;
    padding: 1em 2em;
    position: absolute;
    top: 50%;
    width: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menuItemLst:hover .menuWrapLvl2 {
    display: block;
}

.menuItem2 {
    color: #fff;
    font-size: 140%;
}

.menuItem2:hover {
    color: #e30613;
}

.menuList li.menuItemLst2 {
    padding: 1em 0;
}

.menuWrapLvl2:after {
    content: "";
    position: absolute;
    left: 99%;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #343434;
    margin-top: -5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/**menu level 2 ends**/
.bannBottom {
    max-width: 1400px;
    margin: 0px auto;
    padding: 20px;
}

.bannBottom img {
    width: 100%;

}

.responsive-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.directorCont {
    margin: 0 auto;
    overflow: hidden;
    padding: 8em 0 15em;
    width: 80%;
}

.directorContWrp {
    padding: 8em 0 10em;
}

.directorBx {
    float: left;
    width: 50%;
}

.directDiv {
    display: flex;
}

.directDiv .directorBx {
    margin: 0 auto;
}

.dirImg {
    float: left;
    max-width: 131px;
}

.directorBx .img2 {
    float: right;
    margin-right: 105px;
}

.dirHd3 {
    font-size: 230%;
    text-transform: uppercase;
    margin: 0 0 0.5em 0;
}

.dirHd3 span {}

.dirDataCont {
    float: left;
    padding-left: 2em;
    width: 50%;
}

.dirDataCont p {
    padding-bottom: .6em;
}

.dirHd4 {
    text-transform: uppercase;
    font-size: 140%;
}

.dirHd {
    padding: 4.5em 0 0 0;
}

.dirHdPara {
    margin: 0 0 0 22%;
    padding-bottom: 1em;
}

.dirVidLnk {
    background: url(../images/Video-icon.png) no-repeat left center;
    color: #202020;
    padding: 0 0 0 50px;
    display: block;
    width: 13rem;
}

.hofCont {
    padding: 3em 0 0em 0
}

.hofBx {
    width: 100%;
}

.hofBxScroll {}

.hofBxCont {}

.hofBxLst {
    float: left;
    padding: 0 2em 0 0;
}

.hof1Para {
    margin: 0 auto;
    padding: 2em 0 0 0;
    width: 70%;
}

.hof1 .clickTxt {
    width: 70%;
    margin: auto;
    padding: 0em 0 2em 0;
}

.hof2 {
    position: relative;
    padding: 3em 2em;
}

.hofImg {
    border: 1px solid #e0e0e0;
    padding: 15px;
    position: relative;
    max-width: 160px;
}

.hofImg:after,
.hofImg:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
}

.hofImg:after {
    background: url(../images/frame-left-bottom.png) no-repeat 0 0;
    left: -4px;
    bottom: -4px;
}

.hofImg:before {
    background: url(../images/frame-right-top.png) no-repeat 0 0;
    right: -4px;
    top: -4px;
}

.flightIcon {
    background: url(../images/icon-plane.png) no-repeat 0 0;
    display: inline-block;
    font-size: 140%;
    height: 32px;
    left: -11px;
    padding: 0 0 0 40px;
    position: absolute;
    top: -21px;
}

.hofPlrdata {
    border-left: 1px solid #e0e0e0;
    margin: 3em 0;
    padding-left: 10px;
}

.hofPlrdata .dirHd3 span {
    display: block;
}

.hofPlrdata p {
    text-transform: uppercase;
    padding: .5em 0;
}

.atCont {
    background: url(../images/pitch.png) no-repeat left bottom;
    padding-bottom: 4rem;
    position: relative;
    background-size: 90%;
}

.atContFacilities {
    background: url(../images/pitch-ground.png) no-repeat left bottom;
    padding-bottom: 4rem;
    position: relative;
    background-size: 80%;
}

.atContInr {
    margin: 0 auto 3em auto;
    overflow: hidden;
    width: 70%;

}

.atContFacilities .atContInr {
    margin: 0 auto 3em auto;
    overflow: hidden;

    width: 65%;
}

.atLftCont {
    background: url(../images/loader.GIF) no-repeat center center;
    float: left;
    width: 80%;
    margin: 0 0.1em 0 0;
}

.atContFacilities .atLftCont {
    background: none;
}

.atVidCont {
    float: left;
    width: 100%;
}

.atRhtCont {
    float: left;
    width: 14%;
    height: 369px
}

.atContFacilities .atRhtCont {

    height: 342px
}


.vidImgCont {
    position: relative;
    max-height: 370px
}

.vidTxtCont {
    color: #fff;
    left: 0;
    padding: 7% 2%;
    position: absolute;
    top: 0;
    width: 96%;
    z-index: 3;
}

.vidTxtCont p {
    color: #fff;
}

.acHd3 {
    font-size: 900%;
    line-height: 1;
}

.atRhtCont a {
    position: relative;
    display: block;
    margin: 0 0 0.1em 0;
    float: left;
    width: 100%;
}

.atRhtCont a img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.atRhtCont a.vid:hover,
.atRhtCont a.activeVideo {
    background-color: rgba(218, 37, 28, 1);
}

.atRhtCont a.mCSB_scrollTools .mCSB_buttonUp:hover {
    background: none
}

.atRhtCont a:hover img {
    opacity: 0.7;
}

.atRhtCont a.activeVideo img {
    opacity: 0.3
}

.ballnbails {
    bottom: 10px;
    position: absolute;
    left: 6%;
    width: 16%;
}

.nbCont {
    padding: 10em 0 9em 0;
    overflow: hidden;
}

.nbLftCont {
    float: left;
    border: 1px solid #e30613;
    padding: 3%;
    width: 100%;
    /*min-height: 305px*/
}

.nbRhtCont {
    float: left;
    padding: 0 0 0 2em;
    width: 60%;
}

.hd2 {
    font-size: 1110%;
    text-align: center;
    word-spacing: 0.3em;
}

.nbCont .hd2 {
    text-align: center;
    word-spacing: 0.3em;
    line-height: 2;
    padding-bottom: 0;
}

.hd2 span {
    color: #e30613;
    position: relative;
}

/*.hd2 span:after {
    content: "";
    position: absolute;
    left: 0;
    top:50%;
    background: #a9a9a9;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    margin:-10px 0 0 -12.5%; 
    
}*/

.nbHd4,
.blogDetailBx .nbHd4 {
    color: #343434;
    font-size: 270%;
    padding-bottom: .2em;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}

.nbHd4 a {
    color: #343434;
}

.nbLftImgData {
    overflow: hidden;
    margin-bottom: 1em;
}

.nbLftImg {
    float: left;
    max-width: 80px;
}

.nbImgData {
    margin: 4em 0 0 2em;
    float: left;
}

.nbLftImgData {}

.nbHd5 {
    font-size: 260%;
    line-height: 1.3;
}

.nbHd5 span {
    color: #e30613;
}

.nbHd6 {
    font-size: 120%;
    color: #939393;
    margin: 0 0 0.45em 0;
}

.nbSocCont {
    float: left;
    padding: 2em 0 0;
}

.hdrCont .nbSocCont {
    position: absolute;
    z-index: 9;
    right: 85px;
    top: 0;
}

.nbSocCont li {
    float: left;
    padding: 0 .5em;
}

.nbSocCont li a.iconNb {
    background: #e30613;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 140%;
    /* display: block; */
    display: flex;
    justify-content: center;
    align-items: center;
}

i.icon-twitter {
    font-size: 11px;
}

.nbSocCont li a i {
    color: #fff;
    /* padding: 9px 0 0; */
    /* padding: 4px 0 0; */
}

.nbLnkCont {
    float: right;
    padding: 2.5em 0 0;
}

.nbLnkCont li {
    float: left;
    padding: 0 1em;
    border-left: 1px solid #000;
}

.nbLnkCont li:first-child {
    border: none;
}

.nbLnkCont li a {
    font-size: 140%;
    text-transform: uppercase;
}

.nbLstBx {
    display: inline-block;
    padding: 0 1%;
    margin-bottom: 2em;
    width: 32.33%;
    min-height: 244px;
}

.nbLstBx:hover .nbLstImg {
    -webkit-filter: none;
    -webkit-filter: none;
    filter: none;
    filter: none;
}

.nbLstImg {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
    /*-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);*/
    /*filter: gray;
	filter: grayscale(100%);*/

    -webkit-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.nbLst {}

.nbMdName {
    font-weight: bold;
}

.nbSeeAll {
    display: block;
    background: #343434;
    color: #fff;
    font-size: 180%;
    padding: 2.5em 0;
    text-align: center;
    vertical-align: middle;
}

.nbSeeAll:hover {
    background: #8c8b8b;
}

.dirCont {
    margin-bottom: 3em;
}

.dirMacgrath {
    position: relative;
    background: url(../images/bg_mcgrath.png?v3) no-repeat left bottom;
    margin: 6em 0 0;
}

.dirDenisLillee {
    position: relative;
    background: url(../images/bg-lillee.png?v4) no-repeat left bottom;
    margin: -1em 0 5em 0;
}

.dirMnData {
    padding: 4em 1% 6% 35em;
}

.dirMnData tr td:first-of-type {
    width: 25%;
}

.dirh3 {
    color: #ed1b24;
    font-size: 800%;
    line-height: 1;
}

.dirDenisLillee .dirMnData {
    /*
	padding: 7em 5% 13% 40em;*/
}

.dirMnData p {
    padding-bottom: .1em;
    padding-right: 1em
}

.dirMnData .para {
    padding-top: 1em
}

.dirHd1 {
    font-size: 800%;
    line-height: 1.1;
    padding: 0.2em 0 0;
}

.dirHd1 span {
    color: #e30613;
    display: block;
    font-size: 158%;
    padding: 0em 0 0;
}

.dirLnk {
    background: #e30613;
    color: #fff;
    display: block;
    float: right;
    font-size: 250%;
    margin: -2.5em 4em 0 0;
    max-width: 270px;
    padding: 0.4em 0.8em;
    text-align: center;
    position: relative;
    z-index: 10;
}

.show-on-mobile {
    display: none;
}

.firstvideo {
    position: relative;
    padding-bottom: 55.25%;
    /* 16:9 */

    padding-top: 0px;
    height: 0;
}

.firstvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 370px
}

/*.scrollDn {
	bottom: 23%;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	z-index: 5;
}*/
/**/
/*popup css*/

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.popupcontent {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0;
    width: 55%;
    margin: auto;
    z-index: 1000;
    border-radius: 2px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    will-change: top, opacity;
}

.closebutton {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 2%;
    margin-top: 1%;
    cursor: pointer;
}

.centeralign {
    width: 92%;
    border-left: 1px solid #cccccc;
    padding: 4em;
    border-right: 1px solid #cccccc;
    position: relative;
    margin: 0 4%;
}

.centeralign:after {
    background: url(../images/popup/hover.jpg) no-repeat 0 0;
    content: "";
    height: 50px;
    left: -12px;
    position: absolute;
    top: 40%;
    width: 22px;
    margin: 0 0 0 -10px;
}

.nodealer {
    width: 100%;
    float: left;
    margin: 0 0 3em 0;
    padding: 0;
}

.nodealer p {
    color: #343434;
    width: 100%;
    float: left;
    padding: 0 0 0.4em 0;
}

.nodealer strong {
    padding: 0 1em 0 0
}

.cl {
    color: #343434;
    font-weight: bold;
    background: #e9e9e9;
    letter-spacing: 2px
}

.score1 {
    width: 100%;
    font-size: 1.5em;
    background: #f4f4f4;
    margin: 0 0 5em 0
}

.score1 td {
    border: 1px solid #fff;
    height: 30px;
    padding: 0 0 0 1em;
}

.maplocator {
    width: 100%;
    float: left;
    padding: 3em 0 11em 3.6%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/**/

.scrollBtn {
    bottom: -3em;
    left: 0;
    margin: 0 auto;
    max-width: 125px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 10;
}

.scrollBtn {
    -webkit-animation: boun .8s ease-in-out infinite;
    -moz-animation: boun .8s ease-in-out infinite;
    -o-animation: boun .8s ease-in-out infinite;
    animation: boun .8s ease-in-out infinite;
}

.logTabs {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 5.2em;
}

.logTabs ul {
    width: 220px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
    clear: both;
}

.logTabs ul li {
    text-transform: uppercase;
    width: 33%;
    float: left;
    font-size: 2em;
}

.logTabs ul li a {
    color: #000;
}

.logTabs ul li.act a {
    color: #e81f25;
    text-decoration: none;
}

.videosection {
    width: 100%;
    float: left;
    margin-bottom: 3em;
}

.videotitle {
    width: 70%;
    float: left;
    margin: 1em 0 0
}

.videotitle h3 {
    width: 100%;
    float: left;
    font-family: 'pt_sans_captionregular', 'robotoregular';
    font-weight: bold;
    font-size: 1.8em;
    padding: 0.5em 0 0
}

.videoDescription {
    width: 60%;
    margin: 0;
    float: right;

}

.videotitle p {
    width: 100%;
    float: left;
    font-family: 'pt_sans_captionregular', 'robotoregular';
    font-size: 1.3em;
    padding: 0.2em 0 0
}

.blogListBx {
    width: 38%;
    margin: 1% 2%
}

.vidimgsec {
    float: left;
    width: 100%;
}

.vidimgsec iframe {
    width: 100%;
    background: url(../images/loader.GIF) center center no-repeat
}

.vidimg {
    height: 308px
}

.thumbcontent {
    /*border:1px solid transparent;*/

    overflow: hidden;
    padding: 0px;
    width: 40%;
    float: left;
    margin: 0;
    height: 315px;
    outline: none;
}

.selected {
    background: #cc3333 !important;
    box-sizing: border-box;
}

.thumsec {
    float: left;
    background: #333333;
    padding: 1.9em 3.6em;
}

.slidethumb {
    width: 24%;
    float: left;
}

.infosec {
    width: 50%;
    float: left;
    padding-left: 1em;
}

.thumbcontent a {
    width: 100%;
    float: left;
    display: block;
    clear: both
}

.infosec p {
    width: 100%;
    float: left;
    font-family: 'pt_sans_captionregular', 'robotoregular';
    font-weight: bold;
    font-size: 1.5em;
    padding: 0.1em;
    color: #fff;
}

@-webkit-keyframes boun {
    0% {
        bottom: -3em;
    }

    50% {
        bottom: -3.5em;
    }

    100% {
        bottom: -3em;
    }
}

@-ms-keyframes boun {
    0% {
        bottom: -3em;
    }

    50% {
        bottom: -3.5em;
    }

    100% {
        bottom: -3em;
    }
}

@-o-keyframes boun {
    0% {
        bottom: -3em;
    }

    50% {
        bottom: -3.5em;
    }

    100% {
        bottom: -3em;
    }
}

@keyframes boun {
    0% {
        bottom: -3em;
    }

    50% {
        bottom: -3.5em;
    }

    100% {
        bottom: -3em;
    }
}

.bnrSec {
    position: relative;
}

.btnWrap {
    background: url(../images/btnShadow.png) no-repeat 0px 100%;
    position: absolute;
    left: 50%;
    z-index: 0;
    padding: 0 0 1.4em 0;
    width: 198px;
    bottom: 5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;*/
}

.btnWrap span {
    background: #ed1b24;
    bottom: 1.5em;
    font-size: 204%;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0.4em 1em 0.4em 1em;
    margin: 0 0 0 0.65em;
}

.vidImgCont img {
    width: 100%;
    height: auto;

}

.atContFacilities .vidImgCont img {
    width: 100%;
    height: auto;
    opacity: 0.8;
}

.atContFacilities .atVidCont .firstvideo iframe {
    opacity: 0.8;
}

.clickTxt {
    margin: 0.5em 0 0 0;
    font-weight: bold;
}

.atRhtCont .playIcon {
    position: absolute;
    background: url(../images/imgPlay.png) no-repeat 0 0;
    width: 29px;
    height: 29px;
    display: block;
    bottom: 0.5em;
    right: 0.5em;
}

.atRhtCont .imgIcon {
    position: absolute;
    background: url(../images/imgicon.png) no-repeat 0 0;
    width: 29px;
    height: 29px;
    display: block;
    bottom: 0em;
    right: 0em;
}

.atRhtCont a:hover .playIcon,
.atRhtCont a.activeVideo .playIcon {
    display: none;
}

.atRhtCont a:hover .imgIcon,
.atRhtCont a.activeVideo .imgIcon {
    display: none;
}

/*footer start*/

footer {
    clear: both;
    width: 100%;
    padding: 0.5em 0 1em 0;
    background: #ccc;
}

.footermenu li {
    float: left;
    text-transform: uppercase;
    font-size: 140%;
    padding: 0 1em;
}

.footermenu li a {
    font-family: 'bebasregular', 'robotoregular';
    color: #414141;
    word-spacing: 3px;
}

.footermenu li {
    border-right: 1px solid #b8b8b8;
}

.footermenu li:last-child {
    border: none;
}

footer .lhsFdata {
    float: left;
    color: #a2a2a2;
    display: none;
}

footer .lhsFdata a {
    word-spacing: 3px;
    color: #343434;
    float: left;
    font-family: "bebasregular", 'robotoregular';
    font-size: 150%;
    margin: 0.25em 0 0 0.7em;
    text-transform: uppercase;
}

.atRhtCont a:first-child .playIcon {
    display: none;
}

.dirMnData .dirHd4 {
    text-transform: capitalize;
}

.desigTxt {
    float: left;
    font-size: 140%;
    color: #343434;
}

.poRight {
    text-align: center;
    bottom: -2em;
    position: absolute;
    right: 0;
    width: 11%;
    z-index: 10;
}

.poRight .dirDataCont {
    padding-left: 0;
    width: 100%;
    margin: 0.8em 0 0 0;
}

.poRight .dirDataCont>a {
    color: #000;
}

.poRight .dirHd3 {
    font-size: 190%;
}

.footRhs {
    float: right;
    margin: 0 5em 0 0;
}

.footRhs .footermenu {
    float: left;
    margin: 1.2em 0 0 0;
}

.footRhs .nbSocCont {
    float: left;
    padding: 0;
    /*display: none;*/
}

.footRhs .nbSocCont li {
    padding: 0 0.25em;
}

/*static pages start*/

.Policysec p {
    color: #343434;
    margin-bottom: 10px;
}

.Policysec {
    padding: 5em 4% 3em 8%;
    clear: both
}

.Policysec .hedTone span {
    color: #ed1b24;
    display: block;
}

.Policysec .hedTone {
    line-height: 130%;
    color: #343434;
    font-size: 580%;
}

.policydata {
    margin-top: 2.3em;
}

.policydata .paraspace {
    padding-top: 1em;
}

.policytitle,
.Policysec p strong {
    font-family: 'pt_sans_captionregular', 'robotoregular';
    font-weight: bold;
    color: #343434;
    font-size: 200%;
    margin: 0.5em 0 0.2em 0;
    display: inline-block;
}

.policydata .policytitle span {
    font-family: 'pt_sans_captionregular', 'robotoregular';
    font-weight: normal;
}

/*privacy policy end*/
/*term-conditions*/

.termsec p {
    color: #343434;
    margin-bottom: 10px;
}

.termsec .hedTone {
    line-height: 130%;
    font-size: 580%;
    color: #343434;
    margin-bottom: 10px;
}

.termsec .hedTone span {
    color: #ed1b24;
    display: block;
}

.termsec {
    padding: 5em 4% 3em 8%;
    float: left;
    width: 100%;

}

.termsec .paraspace {
    padding-top: 1em;
}

/*term-conditions end*/
/*copyright*/

.copyrightsec p {
    color: #343434
}

.copyrightsec {
    padding: 5em 4% 3em 8%;
    /*height: calc(100vh - 53px);*/
    clear: both
}

.copyrightsec .hedTone {
    line-height: 130%;
    font-size: 580%;
    color: #343434;
}

.copyrightsec .hedTone span {
    color: #ed1b24;
    display: block;
}

.copyrightsec .paraspace,
.copyrightsec p {
    padding-top: 1em;
}

/*copyright end*/
/*combine css*/

.newsListBx {
    /*min-height: 440px;*/
}

.staffCont {
    min-height: 480px;
}

.showLoad {
    min-height: inherit;
}

.blogListCont .loading {
    height: calc(100vh - 280px);
}

.dirDiv {
    float: left;
    width: 100%;
}

.direLoadw {
    height: 100vh;
}

.direLoadw .loading {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
}

p:empty {
    display: none;
}

p:blank {
    display: none;
}

p:-moz-only-whitespace {
    display: none;
}

.nbLst>p {
    color: #343434;
    font-size: 170%;
    line-height: 1.35;
    margin: 0.3em 0 0;
    float: left;
}

.nbLst p.nbMdName {
    margin: 0;
}

.hbannW {
    position: relative;
    padding: 0 0 46% 0;
}

.bgImage1,
.bgImage2,
.bgImageB {
    position: absolute;
    width: 100%;
}

.bgImage1 {
    /*bottom: -4em;*/

    bottom: -6%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform-origin: center 66%;
    -ms-transform-origin: center 66%;
    transform-origin: center 66%;
}

.bgImage2 {
    bottom: 0;
    -webkit-transform: scale(0.58);
    -ms-transform: scale(0.58);
    transform: scale(0.58);
}

.bgImageB {
    /*bottom: 6em;
	left: 13%;*/

    left: -12%;
    bottom: 11%;
    width: 22%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.imgMaskimg {
    position: absolute;
    margin: auto;
    width: 28%;
    left: 50%;
    top: 14%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.imgMaskimg .blackImg {
    background: url(../images/animation/imgmaskBlackn.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*max-width: 329px;*/

    width: 100%;
    min-height: 388px;
    display: block;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.imgMaskimg .colorImg {
    background: url(../images/animation/imgmaskColorn.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*max-width: 329px;*/

    width: 100%;
    height: 0;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.aLogoShadow {
    background: url(../images/animation/grassShadow.png) no-repeat 0 0;
    background-size: 100%;
    bottom: 17%;
    height: 32px;
    left: 42%;
    position: absolute;
    width: 182px;
    z-index: 2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.nbLstBx a {
    color: #000;
    float: left;
    width: 100%;
    clear: both;
}

.blogDetailBx p {
    margin: 0 0 1.2em 0;
}

.mainSlider,
.mainBann {
    position: relative;
    margin: auto;
    max-width: 1400px;
}

.bannCt {
    position: absolute;
    bottom: 6.4em;
    width: 100%;
    text-align: center;
}

.bannTxt1,
.bannTxt2 {
    color: #fff;
    line-height: 1.2;
}

.bannTxt1 {
    font-size: 300%;
    font-style: italic;
}

.bannTxt2 {
    font-size: 580%;
}

.uKnowm {
    position: relative;
    background: #ed1b24;
    font-size: 220%;
    color: #fff;
    text-transform: uppercase;
    padding: 0.5em 1.1em;
    margin: 0.4em auto 0 auto;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.uKnowm:hover {
    background: #D81720;
}

.uKnowm::after,
.uKnowm::before {
    position: absolute;
    content: "";
    right: -3px;
    top: -3px;
    background: url(../images/slider/imgRight.png) no-repeat 0 0;
    width: 12px;
    height: 12px;
}

.uKnowm::before {
    background: url(../images/slider/imgLeft.png) no-repeat 0 0;
    left: -3px;
    right: inherit;
    top: inherit;
    bottom: -3px;
}

.uKnowm:hover {
    color: #fff;
}

.noit {
    font-style: normal;
}

.mainSlider .bannTxt1,
.mainSlider .bannTxt2 {
    text-shadow: -9px 2px 21px #1f1e1e;
}

.mainSlider {
    overflow: hidden;
}

.mainSlider .slick-dots {
    bottom: 3em;
    /* width: 130px; */
    right: 0;
    left: 0;
    margin: 0 auto
}

.mainSlider .slick-dots li {
    width: 20px;
    height: 13px;
}

.mainSlider .slick-dots li button {}

.mainSlider .slick-dots li.slick-active button {}

#horiz_container_outer {
    height: auto;
}

.hideDesk {
    display: block;
}

.showMobile {
    display: none;
}

.halloffameAppend,
.toLeft {
    float: left;
    position: relative;
}

.hofBxLst .toLeft {
    border-right: 1px solid #ccc;
    padding: 3em 5em 0em 2em;
    height: 465px
}

.halloffameAppend {}

.close {
    position: absolute;
    right: 0;
    display: block;
    padding: 1em;
}

.slideData .score1 {
    margin: 0;
}

.slideData .score1 td {
    text-align: center;
    padding: 0;
    position: relative;
}

.slideData {
    position: relative;
    padding: 5em 0 0 0;
    max-width: 690px;
}

.slideData:before {
    content: "";
    border-right: 1px solid #ccc;
    position: absolute;
    right: 0;
    height: 465px;
    top: 0;
}

.slideData:after {
    background: url(../images/popup/hover.jpg) no-repeat 0 0;
    content: "";
    height: 50px;
    left: -32px;
    position: absolute;
    top: 40%;
    width: 22px;
    margin: 0 0 0 -10px;
}

.hofLi {}

.hofLi:last-of-type .slideData:before {
    border: none;
}

.slideHoriz {
    padding: 0;
}

.loadMore {
    display: block;
    clear: both;
    text-align: center;
    font-size: 200%;
    text-transform: uppercase;
    background: #e30613;
    color: #fff;
    max-width: 170px;
    padding: .5em 1em;
    margin: 1em auto;
    border: 2px solid #e30613;
}

.loadMore:hover {
    background: #F8F7F7;
    color: #e30613;
}

.score td {
    padding: 5px;
}

.firstHOF {
    text-align: center;
    padding-top: 7em;
}

/* new album code*/

.album {
    margin-left: 1.25em;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0em;
    float: left;
}

.albumName1 {
    border-left: solid 1px #cc3333;
    float: left;
    background-color: #cccccc;
    padding: 1em 1em 1em 1em;
    color: #333333;
}

.albumName1.active,
.albumName1:hover {
    background-color: #cc3333;
    color: #fff;
}

.jspPane {
    padding: 0px;
    width: 532px;
    top: 0px;
}

.mainVideo {
    overflow: hidden;
    float: left;
    height: 331px;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}


.tAndCB {
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-decoration: underline;
    color: #ffffff;
    font-size: 120%;
}

.tAndCB:hover {
    color: #e30613;
}

@media only screen and (min-width: 0px) and (max-width: 1280px) {
    .mac .vidTxtCont p {
        margin-top: 1em;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .hdrCont,
    .mainCont {
        max-width: 1200px
    }

}

@media only screen and (min-width: 0px) and (max-width: 1200px) {

    .termsec,
    .Policysec,
    .copyrightsec {
        padding: 5em 4% 3em 15%;
    }

    .nbLftCont {
        min-height: 280px;
    }

    .mainContent1 {
        min-height: 280px;
    }

    /*.blogListBx {
       width: 52%;
    margin: 1% 8%;
}*/
}


@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .footermenu li {
        padding: 0 0.4em;
    }

    .directorBx .img2 {
        float: right;
        margin-right: 50px;
    }

    .mac-os .dirMnData {
        padding: 4em 1% 11% 35em;
    }

    .mac-os .dirDenisLillee .dirMnData {
        padding: 4em 1% 9% 35em;
    }

    .atRhtCont {
        height: 315px
    }

    .footRhs {
        margin: -0.8em 0 0;
    }

    .nbCont {
        padding: 6em 1.5em;
    }

    .acHd3 {
        font-size: 300%;
        line-height: 1.3;
    }

    .atCont {
        margin: 3em 0 0;
        padding-bottom: 3.3rem;
    }

    .vidTxtCont {
        padding: 4% 3%;
        width: 100%;
    }

    .hofCont {
        padding: 0;
    }

    .directorBx {
        margin: 0 0 0 5%;
        width: 45%;
    }

    .dirHd3 {
        font-size: 210%;
    }

    .termsec .hedTone,
    .Policysec .hedTone,
    .copyrightsec .hedTone {
        font-size: 450%;
    }

    .termsec {
        height: inherit
    }

    .poRight {
        display: none;
    }

    .popupcontent {
        width: 95%;
    }

    .score1 {
        width: 100%;
        font-size: 1em;
    }

    .score1 td {
        padding: 0 0 0 0.5em;
    }

    .nodealer {
        width: 100%;
        float: left;
        margin: 0 0 1em 0;
    }

    .centeralign:after {
        background: url(../images/popup/mobilehover.jpg) no-repeat 0 0;
        content: "";
        height: 50px;
        left: 0px;
        position: absolute;
        top: 40%;
        width: 22px;
        margin: 0 0 0 -10px;
    }

    .infosec p {
        font-size: 1.2em;
        padding: 1em 0 0;
    }

    .centeralign {
        width: 92%;
        border-left: 1px solid #cccccc;
        padding: 0 1em 0 1em;
    }

    .dirMnData tr td:first-of-type {
        width: 30%;
    }

}

@media only screen and (min-width: 0px) and (max-width: 960px) {
    .dirHd1 {
        font-size: 400%;
    }

    .dirHd1 span {
        font-size: 4rem;
    }

    .directorBx .img2 {
        float: right;
        margin-right: 10px;
    }

    .directorCont {
        width: 96%;
    }

    .atContInr {
        margin: 0 auto;
    }

    .aLogoShadow {
        display: none;
    }

    .atRhtCont {
        height: 238px;
    }

    .atCont {
        padding-bottom: 4rem;
    }

    .mac-os .dirDenisLillee .dirMnData {
        padding: 7em 5% 14% 40em;
    }

    .mac-os .dirMnData {
        padding: 3em 5% 14% 40em;
    }

    .thumsec {
        float: left;
        width: 100%;
        padding: 0.8em 0;
    }

    .bannCt {
        bottom: 3em;
    }

    .blogListBx {
        width: 45%;
        margin: 1% 2%
    }

    .bannTxt2 {
        font-size: 530%;
    }

    .menuWrap {
        width: 35%;
    }

    .mainSlider .slick-dots {
        bottom: 1em;

    }

    .dirVidLnk {
        width: 11rem;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .hdrCont .nbSocCont {

        /* padding-top: 12px; */
        padding-top: 5px;
        top: 10px;
        right: 50px;
    }

    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        width: 30px;
    }

    .nbSocCont li a.iconNb {
        height: 27px;
        width: 27px;
        /* font-size: 127%; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nbSocCont li a i {
        padding-top: 0;
    }

    .maplocator {
        padding-left: 0;
    }

    .hideDesk {
        display: none;
    }

    .atRhtCont {
        height: auto
    }

    .atRhtCont .slick-dots {
        bottom: -10px;
        margin-bottom: 21px;
    }

    .atRhtCont .slick-prev {
        left: 0;
        z-index: 2;
        background-size: 50%;
    }

    .atRhtCont .slick-next {
        right: 0;
        z-index: 2;
        background-size: 50%;
    }

    .directorBx .img2 {
        float: none;
        margin: 0 auto 2em auto;
    }

    .showMobile {
        display: block;
    }

    .vidImgCont {
        border-bottom: 1px solid #fff;
    }

    .bannCt.showMobile {
        bottom: -3em;
        position: relative;
        padding: 0 0 6em 0;
    }

    .mrfLogo img {
        /* width: 50px; */
        width: 70px;
        display: inline-block;
    }

    /* .headerCont.sticky-header .mrfLogo img {
        width: 50px;
    } */

    #nav-toggle {
        /* top: 0em; */
        top: 10px;
    }

    .headerCont #nav-toggle {
        /* padding: 10px 20px; */
        padding: 10px;
    }

    .menuTxt {
        font-size: 140%;
    }

    .mrfLogo {
        position: relative;
        top: 0.5em;
    }

    .show-on-mobile {
        display: block;
    }

    .menuWrap {
        width: 100%;
        height: 100%
    }

    .menuWrapLvl2 {
        position: relative;
        right: 0;
        width: 100%;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        /* margin-left: 1.3em; */
    }

    .menuWrapLvl2:after {
        border: none;
    }

    .dirMacgrath,
    .dirDenisLillee {
        background: none;
    }

    .dirMnData .dirHd1 {
        display: none;
    }

    .dirMnData {
        padding: 1em 5% 7em 5%;
    }

    .nbLstBx {
        width: 50%;
    }

    .ballnbails {
        display: none;
    }

    .hd2 {
        font-size: 500%;
    }

    .hd2 span:after {
        height: 10px;
        width: 10px;
    }

    .bannBottom {
        padding-bottom: 0;
    }

    .directorCont {
        width: 98%;
    }

    .directDiv {
        flex-direction: column;
        margin-top: 20px;
    }

    .directorBx {
        margin-bottom: 2em;
        /* width: 90%; */
        width: 100%;
        left: 50%;
        position: relative;
        margin: 0 0 3em 0;
        clear: both;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .directDiv .directorBx {
        margin: 0 0 3em 0;
    }

    .dirHdPara {
        width: 90%;
        margin: 0;
        text-align: center;
        padding-left: 8%;
    }

    .hofTitleImg {
        width: 80%;
    }

    /*
	.hof1Para {
		margin-left: 5em;
		padding: 2em;
		text-align: center;
		width: 40%;
	}*/

    .hof1 .responsive-image {
        margin: 0 auto 0 15%;
    }

    .atContInr {
        width: 100%;
    }

    .atContFacilities .atContInr {
        width: 100%;
    }

    .atLftCont,
    .atRhtCont {
        width: 100%;
    }

    .atContFacilities .atRhtCont {
        height: auto;
    }

    .lhsFdata {
        float: left;
        text-align: center;
        width: 100%;
    }

    .desigTxt,
    footer .lhsFdata a {
        float: none;
    }

    .footermenu li {
        border: none;
        margin: 0.5em 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .footRhs {
        width: 100%;
    }

    .footRhs .footermenu {
        margin: 2em 0 0;
        width: 100%;
    }

    .footermenu li a {
        font-size: 118%
    }

    .footRhs .nbSocCont {
        left: 50%;
        margin: 1em 0;
        position: relative;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .atRhtCont a {
        width: 33.32%;
        margin: 0;
        border-right: 1px solid #fff;
    }

    .atRhtCont a:last-child {
        border-right: none
    }

    .atCont {
        margin: 1em 2em 0;
        background-position: bottom center;
        background: none;
        padding: 0;
    }

    .dirImg {
        float: none;
        margin: 0 auto 2em auto;
    }

    .dirDataCont {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .dirVidLnk {
        background: none;
        color: #1653a3;
        width: auto;
        padding: 0;
    }

    .poRight {
        display: none;
    }

    .dirDenisLillee .dirMnData {
        padding: 2em 5% 9em 5%;
    }

    /*.vidImgCont img {
		min-height: 260px;
	}*/

    .termsec .hedTone,
    .Policysec .hedTone,
    .copyrightsec .hedTone {
        font-size: 300%;
        padding: 0 0 .2em 0;
    }

    .termsec,
    .Policysec,
    .copyrightsec {
        padding: 3em 4%;

    }

    .nbHd4 {
        font-size: 180%;
    }

    .breadCrumbCont {
        margin: 1em 0%;
        padding: 0 10px;
    }

    .menuList li {
        /* padding: 0 0 0.1em 0.8em; */
        padding: 0 0 0.1em 0em;
    }

    .menuItem {
        font-size: 150%;
    }

    .menuWrap .menuList {
        height: 100%;
        overflow-y: scroll;
        padding: 4em 0 4em 0em;
    }

    .videoDescription {
        width: 100%;
    }

    .thumbcontent {
        width: 100%;
        margin: 2em 0 0;
        overflow: auto;
        height: auto
    }

    .bannCt {
        bottom: 2.4em;
    }

    .uKnowm {
        font-size: 200%;
    }

    .bannTxt2 {
        font-size: 250%;
        color: #3E3E3E;
    }

    .bannTxt1 {
        font-size: 230%;
        color: #3E3E3E;
    }

    .directorCont {
        padding: 2em 0 2em;
    }

    .mainSlider {
        /* margin: 1em 0 0; */
        margin: 0 0 0;
    }

    .slideData {
        padding: 7em 2em 0 2em;
    }

    .hof1 img:first-of-type {
        margin: 0 auto;
    }

    .hof1 img:last-of-type {
        width: 400px;
        margin-top: 2em;
    }

    .hof1 {
        margin: 5em 0 0
    }

    .nbCont {
        padding: 0em 1.5em;
    }

    .dirHd.showMobile {
        padding: 1em 0 1em;
    }

    .hofBxCont li:first-of-type {
        width: 9%;
        position: relative;
    }

    .nbLnkCont li a {
        font-size: 120%;
    }

    .albumName1 {
        width: 100%;
    }

    .album {
        width: 100%;
    }

    .album {
        margin-left: 0;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
        background-color: #ffffff;
        color: #000;
        border: 1px solid #000;
        margin: 0 0 1em 0;
    }

    .imgholder {
        float: left;
        width: 30%;
        padding: 1em
    }

    .cont {
        float: left;
        width: 70%;
        text-align: center;
    }

    .cont a {
        color: #000;
        ;
    }

    .cont p {
        float: left;
        padding: 2em 0 0.5em 0;
    }

    .imgholder img {
        max-width: 100%;
    }

    .cont ul {
        float: left;
        width: 100%
    }

    .cont ul li {
        float: left;
        padding: 0 0.5em 0 0;
    }

    .mainVideo {
        overflow: auto;
        height: auto;
    }

    .vidsocial ul {
        width: 100%;
        float: right;
        display: block
    }

    .mobilecont .cont p {
        width: 100%;
        float: left;
        padding: 1em 0 0.5em 0;
        text-align: left;
    }

    .slidethumb img {
        max-width: 100px
    }

    .infosec {
        width: 70%;
        padding-left: 4em;
    }

    .infosec p {
        font-size: 1.5em;
    }

    .vidsocial {
        width: 100%;
        float: left;
        margin: 1em 0;
    }

    .videotitle {
        width: 100%;
    }

    .slidethumb {
        margin-left: 1em
    }

    .pager {
        background: #ebebeb;
        padding: 1em;
        float: left;
        width: 100%;
    }

    .back {
        float: left;
        color: #616161;
        font-size: 1.8em;
    }

    .next {
        float: right;
        color: #616161;
        font-size: 1.8em;
    }

    .next:hover {
        color: #d11621
    }

    .back:hover {
        color: #d11621
    }
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
    .mac-os .dirDenisLillee .dirMnData {
        padding: 7em 5% 14% 1em;
    }

    .mac-os .dirMnData {
        padding: 3em 5% 14% 1em;
    }

}

@media only screen and (min-width: 0px) and (max-width: 480px) {

    @-webkit-keyframes boun {
        0% {
            bottom: -7em;
        }

        50% {
            bottom: -7.5em;
        }

        100% {
            bottom: -7em;
        }
    }

    @-ms-keyframes boun {
        0% {
            bottom: -7em;
        }

        50% {
            bottom: -7.5em;
        }

        100% {
            bottom: -7em;
        }
    }

    @-o-keyframes boun {
        0% {
            bottom: -7em;
        }

        50% {
            bottom: -7.5em;
        }

        100% {
            bottom: -7em;
        }
    }

    @keyframes boun {
        0% {
            bottom: -7em;
        }

        50% {
            bottom: -7.5em;
        }

        100% {
            bottom: -7em;
        }
    }

    .nbLstBx {
        width: 100%;
        min-height: auto;
    }

    section.nbCont .mainContent1 {
        margin-top: 0;
    }

    .nbRhtCont,
    .nbLftCont {
        margin: 0 auto;
        width: 100%;
    }

    .nbRhtCont {
        padding: 0;
    }

    .vidTxtCont {
        width: 100%;
        font-size: 82%;
    }

    .dirLnk {
        font-size: 220%;
    }

    .scrollBtn {
        -webkit-animation: boun .8s ease-in-out infinite;
        -moz-animation: boun .8s ease-in-out infinite;
        -o-animation: boun .8s ease-in-out infinite;
        animation: boun .8s ease-in-out infinite;
    }

    .btnWrap {
        bottom: -20%;
    }

    .firstvideo {
        padding-bottom: 52.25%;
    }

    .blogListBx {
        width: 88%;
        margin: 1% 0
    }

    .mainContent1 {
        width: 100%;
        margin: 2em auto;
    }

    .imgholder {
        float: left;
        width: 50%;
    }

    .cont {
        float: left;
        width: 50%;
    }

    .mobilecont .cont p {
        float: left;
        padding: 4em 0 0.5em 0;
        font-size: 1em;
        text-align: left;
    }

    .videotitle h3 {
        height: 1.1
    }

}

@media only screen and (max-width: 420px) and (min-width: 0px) {
    .mobilecont .cont p {
        padding: 3em 0 0.5em 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 380px) {
    .menuWrap.open .menuList {
        height: 470px;
    }

    .menuItem {
        /* padding: 0.3em 0.8em; */
        padding: 0.3em 1.3em;
    }

    .score1 td {
        border: 1px solid #fff;
        height: 40px;
        padding: 0 0 0 0.2em;
    }

    .score1 {
        width: 100%;
        font-size: 1em;
    }

    .infosec p {
        font-size: 1.2em;
    }

    .blogListBx {
        width: 100%;
        margin: 1% 0
    }

    .thumsec {
        float: left;
        width: 100%;
        padding: 0.2em 0;
    }

    .relSec img {
        width: 100%
    }

    .album {
        width: 100%;
        font-size: 1.3em;
        margin-left: 0;
    }

    .mobilecont .cont p {
        padding: 2em 0 0.5em 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
    .acHd3 {
        font-size: 200%;
    }

    .mac-os .dirDenisLillee .dirMnData {
        padding: 7em 5% 14% 1em;
    }

    .mac-os .dirMnData {
        padding: 3em 5% 14% 1em;
    }
}