/* Box Sizing */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #666;
}

a {
    text-decoration: none;
    color: #005bf0;
    outline: 0;

    -webkit-tap-highlightgit-color: rgba(170, 170, 170, .2) !important;
}
a:hover {
    text-decoration: none;
    color: black;
    outline: 0;
}
a:focus {
    text-decoration: none;
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: normal;
    margin: 0;
    padding: 0;
}

h2 {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #d7171e;
}

ul, li {
    line-height: 18px;
    margin: 0;
    list-style-type: none;
}
/* icons */
[class^='icon-'], [class*=' icon-'] {
    margin-top: 0;
    background-image: url('https://static.drf.com/sstf/images/Icons/iconSprite.png');
    background-repeat: no-repeat;
}

/* Page Main Content */
#mainContainer {
    width:100%;
    max-width:1349px;
    padding-top:80px;
    margin:0 auto;
}

.contentWrap {
    position: relative;
    margin-bottom: 30px;
    border: solid 1px #eeeeee;
    background: #f4f6fa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px #d9e0e8;
    -moz-box-shadow: 0 2px 4px #d9e0e8;
    -ms-box-shadow: 0 2px 4px #d9e0e8;
    -o-box-shadow: 0 2px 4px #d9e0e8;
    box-shadow: 0 2px 4px #d9e0e8;
}

/* New Home Page */
.dateWrapMobile,
.mobileShow,
.titlePrint{
    display: none;
}

.copyRight {
    text-align: center;
    color: #aaaaaa;
    clear: both;
    margin: 10px 0;
}
.socialMedia{
    margin-top: 4px;
    float: right;
}
.socialMedia li {
    float: left;
}
.socialMedia li a {
    position: relative;
    display: block;
    padding: 0;
    width: 25px;
    height: 25px;
    text-indent: -10000px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.socialMedia li a.twitter {
    background: #00aced;
}
.socialMedia li a.twitter:hover {
    background: #38b1da;
}
.socialMedia li a.twitter:before {
    content:"";
    background-image: url("https://static.drf.com/sstf/images/Icons/iconSprite.png");
    background-repeat: no-repeat;
    background-position: 1px -63px;
    display: block;
    width: 19px;
    height: 18px;
    position: absolute;
    left: 3px;
    top: 4px;
}
.socialMedia li a.facebook {
    background: #3b5998;
    margin-left: 5px;
}
.socialMedia li a.facebook:hover {
    background: #2f5b9f;
}
.socialMedia li a.facebook:before {
    content:"";
    background-image: url("https://static.drf.com/sstf/images/Icons/iconSprite.png");
    background-repeat: no-repeat;
    background-position: 0px -94px;
    display: block;
    width: 8px;
    height: 16px;
    position: absolute;
    left: 9px;
    top: 5px;
}
.mobileHide,
.ipadHide{
    display: block;
}
.ipadShow,
.mobileShow{
    display: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea,
.btn,
input.btn,
input.btn:hover,
input.btn:active,
input.btn:focus {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/* form Style */
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    width: 100%;
    height: 34px;
    line-height: 24px;
    padding-right: 15px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    outline: 0;
    font-size: 14px;
}
.btn,
.btn:active,
.btn:focus,
input.btn,
input.btn:active,
input.btn:focus {
    background: #ec1c24;
    border: 0 none;
    box-shadow: 0 1px #a21116, 0 1px rgba(255, 255, 255, 0.2) inset;
    border-radius: 3px;
    color: #ffffff;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    height: 40px;
    display: inline-block;
    line-height: 38px;
    outline: 0 none;
    padding: 0 10px;
}
.btn:hover,
input.btn:hover {
    background: #a21116;
    color: #ffffff;
}
.btnBlue,
.btn:active,
.btn:focus {
    background: #3079f0;
    box-shadow: 0 0 0;
}
.btn:hover {
    background: #256ce0;
}
.mobileMenu li a,
.feedTabs li a,
.btnRefresh,
.trendWrap .trendMenu li a,
.trendMenu li a,
.valLive a,
.vsMenu .drfProMenu li a,
.vsMenu li a,
.newsMoreLink a {
    -webkit-tap-highlight-color: rgba(170, 170, 170, 0.2);
}
.errorMsg{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px;
    margin: 10px;
    border-radius: 4px;
    display: none;
}
.socialIcon{
    background: url(https://static.drf.com/sstf/images/Icons/iconSprite.png) 0 0 no-repeat;
    display:block;
    width:32px;
    height: 31px;
}
.twitterIcon{
    background-position: -63px -69px;
}
.fbIcon{
    background-position: -105px -69px;
}
.youtubeIcon{
    background-position: -64px -109px;
}
.socialIcons li{
    display: inline-block;
    padding-right: 5px;
}

ul.playStoreWrap{
    width: 290px;
    margin: 0 auto;
    overflow: hidden;
}
.playStoreWrap li {
    float: left;
    margin-right: 10px;
}
.printBtn{
    float: right;
    padding: 0 10px;
    margin-right: 20px;
}
.printBtn a{
    display: inline-block;
    border: 1px solid #005bf0;
    border-radius: 3px;
    line-height: normal;
    padding: 5px;
}
.printBtn a svg {
    vertical-align: middle;
}
.printBtn a span{
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
    font-weight: bold;
    padding-left: 3px;
}
/* Sire Listing :: Start */
.noResultsWrap {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}
.drfBreadcrumb {
    padding: 20px 0 0 20px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 13px;
}
.drfBreadcrumb span.breadcrumbArrow {
    font-weight: bold;
    font-size: 22px !important;
    display: inline-block;
    margin-top: -3px;
}
.drfBreadcrumb a{
    display: inline-block;
    padding: 0 5px;
    color: #135079;
    vertical-align: middle;
    font-size: 16px;
}
.drfBreadcrumb span{
    font-size: 16px;
    vertical-align: middle;
}
.drfBreadcrumb .activePage{
    padding: 0 5px;
    font-weight: bold;
}

.drfPageTitle{
    padding: 20px 0 15px 20px;
}
.drfPageTitle h2{
    font-size: 24px;
    color:#000;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.drfPageTitle img{
}
.sireListFilter{
    background: #fafafa;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 48px;
    line-height: 48px;
}
.sireListFilter ul li{
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #ddd;
    line-height: 44px;
}
.sireListFilter ul li.goBtnWrap{
    height: 46px;
    line-height: 46px;
}
.sireListFilter ul li .clearFilter{
    text-transform: capitalize;
    font-weight: bold;
    font-size: 15px;
}
.sireListFilter ul li:last-child{
    border:none;
}
.sireListFilter ul li select{
    height: 47px;
    border: none;
    background: none;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 200px;
}
.sireListFilter ul li select.SelectYearField{
    width:119px;
}
.btnBlueBg{
    background: #005bf0;
    color: #fff;
    height: 35px;
    line-height: 35px;
    box-shadow: none;
}
.sireListFilter ul li .btnBlueBg{
    width: 50px;
    font-size: 16px;
    font-weight: 600;
}
.sireListingWrap{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.sireListingWrap .sireListingRow,
.sireListingRow.SireListingHead:hover{
    display: table-row;
    height: 48px;
    background-color: #fff;
}
.sireListingWrap .sireListingRow:hover,
.sireListingWrap .sireListingRow:hover .Beyer90Plus,
.sireListingWrap .sireListingRow:hover .Beyer100Plus{
    background:#ececec;
}
#SireListingHead:hover, #SireListingHeadFixed:hover{
    background: #fff;
}
.sireListingRow .sireListingCell{
    display: table-cell;
    border-bottom: 1px solid #ddd;
    padding: 8px 0px 5px 0;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-family:"Arial", Helvetica Neue, Helvetica, sans-serif;
    word-wrap: break-word;
    vertical-align: middle;
}
.SireListingHead .sireListingCell{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    font-weight: bold;
    text-transform: uppercase;
    color:#000  !important;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}
.sireListingRow .sireStart,
.sireListingRow .sireBeyer90,
.sireListingRow .sireBeyer100,
.sireListingRow .sireHighBeyer > span:first-child{
    font-weight: bold;
}
.sireListingRow .Beyer90Plus{
    background: #eff2f9;
}
.borderLeft{
    border-left:1px solid #ddd;
}
.sireListingRow .Beyer100Plus{
    background: #fcfff5;
}
.icon{
    background: url(https://static.drf.com/sstf/images/Icons/iconSprite.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
}
.iconSort{
    background: url(https://static.drf.com/sstf/images/Icons/iconSprite.png) no-repeat;
    height: 8px;
    width: 10px;
    display: inline-block;
    vertical-align: baseline;
}
.iconSort.iconSortUp{
    background-position:-39px -538px;
}
.iconSort.iconSortDown{
    background-position:-39px -548px;
}
.iconSort.iconSortUpRed{
    background-position:-24px -562px;
}
.iconSort.iconSortDownRed{
    background-position:-24px -572px;
}
.iconInfo{
    background-position: -1px -564px;
    height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: text-bottom;
    position: relative;
}
.sortIcon{
    background-position: -1px -564px;
    height: 14px;
    width: 17px;
    display: inline-block;
}
.mobileSortIcon{
    background-position: -29px -313px;
    height: 17px;
    width: 17px;
    margin-right: 10px;
}
.filterIcon{
    background-position: -52px -315px;
    height: 15px;
    width: 17px;
    margin-right: 10px;
}

.bannerAdRow {
    width: 100%;
    display: table-row;
    position: relative;
    height: 111px;
    background: #fff;
}
.bannerAdRow .SireRankingBannerAd{
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.bannerAdRow .SireRankingBannerAd > div{
    margin: 0 auto;
}
.menuNav li:hover .subMenu{
    display: block;
}
.Handicapping48 .subMenu{
    width:980px;
}

.filterWrapper,
.sortWrapper{
    display: none;
}
.tooltipSire{
    display: none;
    background: #333333;
    border-radius: 3px;
    padding: 10px;
    color: #eeeeee;
    position: absolute;
    width: 165px;
    top: 24px;
    left: -25px;
    font-size: 12px;
    font-family: "Arial", Helvetica Neue, Helvetica, sans-serif;
    text-transform: capitalize;
    text-align: left;
    z-index: 10;
}
.tooltipSire:before {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 8px solid #333;
    position: absolute;
    content: "";
    top: -7px;
    left: 22px;
}
.sponsorText{
    font-size: 15px;
    color: #194898;
    font-family: "Titillium Web", Helvetica, sans-serif;
    clear: both;
    font-weight: bold;
    text-decoration: underline;
}
span.sireListingCell.sireName .externalIcon{
    display: inline-block;
    width: 20px;
    vertical-align: middle;
}
.postloader{
    background: #b7b7b7 ;
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
    display: none;
}
.postloader img{
    border: none;
    width: 202px;
    height: 112px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.noJsOverlay{
    position: fixed;
    background: rgba(51, 51, 51, 0.93);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}
.noJsOverlay .noJsPopup{
    background: #fff;
    padding: 20px;
    width: 500px;
    border-radius: 5px;
    position: absolute;
    top: 42%;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 20px;
    line-height: normal;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.noJsOverlay .nojsPopup a {
    text-decoration: underline;
}
.sortNumber{
    display: inline-block;
    background: #fd5c5c;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    position: absolute;
    bottom: -9px;
    font-size: 11px;
    color: #fff;
}
.importCSV .btn{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

/*Sire Ranking Info Paragraph: Start*/
.moreInfoText {
    padding: 6px 10px;
    line-height: 22px;
}
.moreInfoText a {
    display: inline-block;
}
.moreInfoText .moreInfoPara,
.moreInfoText .infoLessBtn{
    display: none;
}
.moreInfoText p, .moreInfoText a {
    display: inline-block
}
/*Sire Ranking Info Paragraph: Stop*/

/* Iframe Layout :: Start */
.iframeWrapper .headerWrapper,
.iframeWrapper .drfBreadcrumb,
.iframeWrapper .footerWrap,
.iframeWrapper .bannerAdRow,
.iframeWrapper .mHeaderWrapper,
.iframeWrapper .mobileBanner,
.iframeWrapper #div-gpt-ad-1510940885653-0,
.iframeWrapper .ads320{
    display: none;
}
.iframeWrapper .sireListingWrap{
    table-layout: auto;
}
.iframeWrapper .sireDataHeader.stick,
.iframeWrapper #SireListingHeadFixed{
    top: 0;
}
/* Iframe Layout :: End */

.sponsoredBy {
    font-size:13px;
    font-weight:600;
    text-align:left;
    margin-bottom:5px;
}


/************************************ Media queries (1200 MIN) ********************************/
@media (min-width: 1200px) {
    .container {
        width: 1070px;
        margin-left:275px;
    }

    .footerContainer {
        width: 1070px;
        margin-left:275px;
    }


    /* New Home page  */
    .btnBlue{
        color:#005bf0;
        border:1px solid #005bf0;
        background: #fff;
    }
    .btnBlue:hover{
        background: #005bf0;
        color:#fff;
    }
    .btnGreen{
        background: #1b962e;
        color:#fff;
    }
    .btnGreen:hover{
        color:#fff;
    }
    .btnGreenSmall{
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        color: #fff;
        font-weight: 600;
        padding: 0 10px;
    }
    .buttonTrans,
    .buttonTrans:hover{
        background: none;
        border: 1px solid #666;
        color: #fff;
        height: 28px;
        line-height: 28px;
        border-radius: 4px;
        font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
        padding: 0 10px;
    }
}

@media only screen and (min-width: 980px) {
    .headerLogo .headerTopMenu{
        display: inline-block;
        width: 136px;
        height: 66px;
        background: url(https://static.drf.com/sstf/images/Icons/DRF-Logo.jpg) no-repeat 0 0;
    }
    .ads320{
        text-align: center;
        padding-top: 25px;
        margin-bottom: 10px;
        margin-right:20px;
    }
    #div-gpt-ad-1507047834931-3{
        margin: auto;
    }
}
/************************************ Media queries (1200 MAX) ********************************/
@media only screen and (max-width: 1200px) {
    .drfPageTitle {
        padding: 0 0 0px 20px;
    }

    .socialMedia li a {
        width: 40px;
        height: 40px;
    }
    .socialMedia li a.facebook {
        margin-left: 20px
    }
    .socialMedia li a.twitter:before {
        background-position: -24px -62px;
        width: 20px;
        height: 18px;
        left: 10px;
        top: 10px;
    }

    .socialMedia li a.facebook:before {
        background-position: -20px -92px;
        width: 9px;
        height: 20px;
        left: 16px;
        top: 10px;
    }
}

/************************************ Media queries (768 MIN 979 MAX) ********************************/
@media (min-width: 768px) and (max-width: 979px) {
    .headerWrapper{
        display: none;
    }
    .mobileContainer.mobileShow{
        display: block;
    }
    .sireListingCell.sireHighBeyer,
    span.sireListingCell.sireName,
    .sireListingCell.sireFee{
        text-align: left !important;
    }
    span.sireListingCell.sireNo {
        width: 35px;
    }
    span.sireListingCell.sireName {
        width: 125px;
    }
    span.sireListingCell.sireFee {
        width: 61px;
    }
    span.sireListingCell.sireStarter {
        width: 83px;
    }
    span.sireListingCell.sireStart {
        width: 73px ;
    }
    span.sireListingCell.sireNAWin {
        width: 50px;
    }
    span.sireListingCell.sireGSWin {
        width: 44px;
    }
    span.sireListingCell.sireNAEarning {
        width: 88px;
    }
    span.sireListingCell.sireBeyer90 {
        width: 85px ;
    }
    span.sireListingCell.sireBeyer90Horse {
        width: 69px;
    }
    span.sireListingCell.sireBeyer90Perc {
        width: 60px;
    }
    span.sireListingCell.sireBeyer100.borderLeft {
        width: 83px ;
    }
    span.sireListingCell.sireBeyer100Horse {
        width: 74px ;
    }
    span.sireListingCell.sireBeyer100Perc {
        width: 60px ;
    }
    span.sireListingCell.sireHighBeyer {
        width: 170px;
    }
    .block{
        display: block;
    }
    .beyerText{
        display: inline-block;
        vertical-align: top;
    }
    .sireListingWrap .sireListingRow span.sireListingCell.sireHighBeyer{
        padding-left: 17px;
    }
    .ipadShow {
        display: block;
    }

    .ipadHide,
    .mobileLayout,
    .mobileStakes .sideCntWrap h3,
    .mobileVideo .sideCntWrap h3 {
        display: none;
    }

    .logoMobile a {
        display: block;
        text-indent: -10000px;
        width: 51px;
        height: 20px;
        background: url(images/logo-drf.png) left top no-repeat;
        background-size: 51px
    }
    .container {
        width: 100%;
    }
    .logo,
    .topNav,
    .toploginNav,
    .menuNav,
    .userNav .userName{
        display: none !important;
    }
    .logoMobile {
        width: 88px;
        margin-left: 22px;
    }
    .searchWrap {
        position: fixed;
        top: 0;
        right: 205px;
        z-index: 99999;
    }
    .searchWrap .searchBox {
        height: 40px !important;
        top: 15px;
        background: #ffffff;
        width: 435px;
    }

    .searchWrap.searchOpen .searchBox input.btnSubmit,
    .searchWrap .searchBox input.btnSubmit {
        width: 36px;
        height: 38px;
        background-image: url('https://static.drf.com/sstf/images/Icons/iconSprite.png');
        background-repeat: no-repeat;
        background-position: -23px -274px;
        text-indent: -10000px;
    }
    .footerWrap {
        padding-top: 0
    }
    .footerMenu h5 {
        font-size: 16px;
    }
    .footerMenu li {
        width: 116px;
    }
    .footer {
        margin: 10px;
    }
    .footerLogo {
        margin-right: 35px;
        margin-left: 30%;
        margin-bottom: 35px;
    }
}

/************************************ Media queries (767 MAX) ********************************/
@media only screen and (max-width: 767px) {
    .container {
        width: auto;
    }

    .mobileShow {
        display: block;
    }

    .mobileHide{
        display: none;
    }

    .logoMobile {
        float: left;
        display: block;
        margin: 12px 0 0 15px;
    }
    .logoMobile a {
        display: block;
        text-indent: -10000px;
        width: 51px;
        height: 20px;
        background: url(images/logo-drf.png) left top no-repeat;
        background-size: 51px
    }
    .offerSubWrap li {
        width: auto;
        float: none;
        border-left: 0;
        border-top: 1px solid #eeeeee;
        text-align: left;
        padding: 25px 15px;
    }
    .mobileMainContent .headerBeyerPerc .tooltipSire{
        right: -15px;
        left: auto;
    }
    .mobileMainContent .headerBeyerPerc .tooltipSire:before{
        right: 15px;
        left: auto;
    }
    .footerWrap {
        border-color: #dddddd;
        padding: 15px 50px 25px;
        background: white;
        text-align: center;
    }

    .footer {
        margin: 0;
    }
    .copyRight {
        line-height: 18px;
        margin-bottom: 10px;
        float: none;
    }
    .socialMedia {
        float: none;
        width: 130px;
        margin: 0 auto;
    }
    .footerWrap .footerTop .footerSearch {
        width: 100% !important;
    }
    .noJsOverlay .noJsPopup {
        width: 95%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    [class^="icon-"], [class*=" icon-"],
    .banner .arrow,
    .ms-choice > div,
    .ms-choice > div.open,
    .socialMedia li a.twitter:before,
    .socialMedia li a.facebook:before,
    .dateWrap .mCSB_scrollTools .mCSB_buttonLeft,
    .dateWrap .mCSB_scrollTools .mCSB_buttonRight,
    .searchWrap .searchBox input.btnSubmit {
        background-image: url("https://static.drf.com/sstf/images/Icons/iconSprite@2x.png");
        background-size: 140px auto;
    }
}
@media screen and (min-width:480px){
    #div-gpt-ad-1510940885653-0{
        margin: 10px 0 0 0;
        float: right;
    }
}
@media screen and (max-width:479px){
    #div-gpt-ad-1510940885653-0{
        clear: both;
        display:none;
    }
}
@media (hover:none), (hover:on-demand) {
    .mHeaderDropList a:hover{
        color: red;
    }
}

@media screen and (min-width:1024px){
    .desktopLayout{
        display: block;
    }
    .desktopHide,
    .mobileLayout{
        display: none;
    }
    .headerLogo .headerTopMenu{
        display: inline-block;
        width: 136px;
        height: 66px;
        background: url(https://static.drf.com/sstf/images/Icons/DRF-Logo.jpg) no-repeat 0 0;
    }
    .sireListingCell.sireHighBeyer,
    span.sireListingCell.sireName,
    .sireListingCell.sireFee{
        text-align: left !important;
    }
    span.sireListingCell.sireNo {
        width: 40px;
    }
    span.sireListingCell.sireName {
        width: 118px;
    }
    span.sireListingCell.sireFee {
        width: 65px;
    }
    span.sireListingCell.sireStarter {
        width: 68px;
    }
    span.sireListingCell.sireStart {
        width: 58px ;
    }
    span.sireListingCell.sireNAWin {
        width: 50px;
    }
    span.sireListingCell.sireGSWin {
        width: 50px;
    }
    span.sireListingCell.sireNAEarning {
        width: 89px;
    }
    span.sireListingCell.sireBeyer90 {
        width: 65px ;
    }
    span.sireListingCell.sireBeyer90Horse {
        width: 60px;
    }
    span.sireListingCell.sireBeyer90Perc {
        width: 50px;
    }
    span.sireListingCell.sireBeyer100.borderLeft {
        width: 75px ;
    }
    span.sireListingCell.sireBeyer100Horse {
        width: 60px ;
    }
    span.sireListingCell.sireBeyer100Perc {
        width: 50px ;
    }
    span.sireListingCell.sireHighBeyer {
        width: 145px;
    }
    #SireListingHeadFixed .sireListingCell.sireNo{
        width: 41px;
    }
    #SireListingHeadFixed span.sireListingCell.sireName {
        width: 120px;
    }
    #SireListingHeadFixed span.sireListingCell.sireFee{
        width: 68px;
    }
    #SireListingHeadFixed span.sireListingCell.sireStart{
        width: 77px;
    }
    #SireListingHeadFixed span.sireListingCell.sireNAEarning{
        width: 92px;
    }
    #SireListingHeadFixed span.sireListingCell.sireBeyer90Horse{
        width: 88px;
    }
    #SireListingHeadFixed span.sireListingCell.sireBeyer100Horse{
        width: 82px;
    }
    #SireListingHeadFixed span.sireListingCell.sireHighBeyer {
        width: 172px;
    }
    .iframeWrapper #SireListingHeadFixed span.sireListingCell.sireNAEarning {
        width: 86px;
    }
    .iframeWrapper #SireListingHeadFixed span.sireListingCell.sireBeyer90Perc {
        width: 51px;
    }
    .iframeWrapper #SireListingHeadFixed span.sireListingCell.sireBeyer100Horse {
        width: 84px;
    }
    .iframeWrapper #SireListingHeadFixed span.sireListingCell.sireHighBeyer {
        width: 175px;
    }
    .block{
        display: block;
    }
    .beyerText{
        display: inline-block;
        vertical-align: top;
    }
    .sireListingRow span.sireListingCell.sireHighBeyer{
        padding-left: 17px;
    }
    .footerTop .footerSearch #footerSearch{
        width: 80%;
    }
    #SireListingHead.stick{
        position: fixed;
        top: 72px;
        width: 1068px;
    }
    #SireListingHeadFixed{
        display: none;
        position: fixed;
        top: 56px;
        width: 1168px;
        background: #fff;
        z-index: 1;
    }
    #SireListingHeadFixed span.sireListingCell {
        padding-top: 20px;
        background: #fff;
    }
}
@media screen and (min-width:768px) and (max-width:1024px) and (orientation: landscape){
    #headerMenu .rightNav > li{
        padding: 0 8px;
    }
    .footerMenu li {
        width: 178px;
    }
    .sireListingWrap{
        width: auto;
    }
    #SireListingHeadFixed{
        width: 938px ;
    }
    #SireListingHeadFixed .sireListingCell.sireNo{
        width: 26px;
    }
    #SireListingHeadFixed span.sireListingCell.sireName {
        width: 126px;
    }
    #SireListingHeadFixed span.sireListingCell.sireFee,
    #SireListingHeadFixed span.sireListingCell.sireStarter{
        width: 68px;
    }
    #SireListingHeadFixed span.sireListingCell.sireStart{
        width: 53px;
    }
    #SireListingHeadFixed span.sireListingCell.sireNAWin,
    #SireListingHeadFixed span.sireListingCell.sireGSWin{
        width: 35px;
    }
    #SireListingHeadFixed span.sireListingCell.sireNAEarning{
        width: 82px;
    }
    #SireListingHeadFixed span.sireListingCell.sireBeyer90,
    #SireListingHeadFixed span.sireListingCell.sireBeyer100{
        width: 50px;
    }
    #SireListingHeadFixed span.sireListingCell.sireBeyer90Horse,
    #SireListingHeadFixed span.sireListingCell.sireBeyer100Horse{
        width: 59px;
    }
    #SireListingHeadFixed span.sireListingCell.sireBeyer90Perc,
    #SireListingHeadFixed span.sireListingCell.sireBeyer100Perc{
        width: 40px;
    }
    #SireListingHeadFixed span.sireListingCell.sireHighBeyer{
        width: 149px;
    }
}
@media screen and (min-width:992px){
    .mobileLayout,
    .footerHeadingWrap i{
        display: none;
    }
    .sortNumber{
        left: 45%;
    }
    .SireRankOtherDetails .ItemsRow .SireRankOtherLabel .icon .tooltipSire{
        display: none;
    }
    .SireRankOtherDetails .ItemsRow .SireRankOtherLabel .icon.iconInfo:hover .tooltipSire{
        display: block;
    }
    .icon.iconInfo:hover .tooltipSire{
        display: block;
    }
}

@media screen and (max-width:1200px){

    .container {
        width:95% !important;
    }
    .desktopLayout,
    #headerMenu,
    .footerMenu > li:first-child .subLink li:nth-last-child(2) a,
    .footerMenu > li:first-child .subLink li:last-child a{
        display: none;
    }
    .mobileLayout{
        display: block;
    }

    /* Header :: Start */
    .mobileHeader{
        background: #000;
        overflow: hidden;
    }

    #div-gpt-ad-1510940988340-0{
        margin: 0 auto;
    }
    .bannerAdRow,
    .bannerAdRow .SireRankingBannerAd{
        height: auto;
        display: block;
        position: static;
        border: none;
        padding: 0 !important;
    }
    .bannerAdRow .SireRankingBannerAd{
        margin: 10px auto;
    }
    .sortFilterSection{
        border-top: 1px solid #cccccc;
        border-bottom:1px solid #cccccc;
        margin-top: 15px;
    }
    .sortFilterSection ul li{
        width:50%;
        border-right:1px solid #eeeeee;
        height: 46px;
        line-height: 46px;
        text-align: center;
        float: left;
    }
    .sortFilterSection ul li a{
        font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #1166ee;
        text-transform: uppercase;
    }
    .sortFilterSection ul li.FilterTab a{
        position: relative;
    }
    .sortFilterSection ul li.FilterTab a .filterCount{
        width: 12px;
        height: 12px;
        background: #ec1c24;
        color: #fff;
        font-family: "Arial", Helvetica Neue, Helvetica, sans-serif;
        font-size: 8px;
        display: inline-block;
        line-height: 13px;
        position: absolute;
        left: 8px;
        top: -1px;
        border-radius: 100%;
    }

    .drfPageTitle h2{
        font-size: 16px;
        padding: 15px 0;
    }

    /* Sire Table Data :: Start */

    /* Sire Table Header :: Start */

    .sireDataHeader{
        background: #fafafa;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        padding: 5px 0;
    }

    .sireDataHeader span.headerItem {
        font-size: 12px;
        color: #666666;
        font-family: Arial, Helvetica, sans-serif;
        display: inline-block;
        text-transform: uppercase;
        vertical-align: top;
    }
    .sireDataHeader span.headerItem {
        vertical-align: middle !important;
    }
    .sireDataHeader .headerItem.headerSrNo,
    .sireDataContent ul li .ContentSrNo{
        width:12%;
        text-align: center;
        vertical-align: top;
    }
    .sireDataHeader .headerItem.headerSireName,
    .sireDataContent ul li .secondRowDetails .ContentStudFee{
        width:25%;
    }
    .headerItem.headerSireName .studFee{
        text-transform: capitalize;
        display: block;
    }
    .sireDataHeader .headerItem.headerBeyer90,
    .sireDataContent ul li .secondRowDetails .headerBeyer90{
        width:17%;
        text-align: center;
    }
    .sireDataHeader .headerItem.headerBeyerHorse,
    .sireDataContent ul li .secondRowDetails .headerBeyerHorse{
        width:17%;
        text-align: center;
    }
    .sireDataHeader .headerItem.headerBeyerPerc,
    .sireDataContent ul li .secondRowDetails .headerBeyerPerc{
        width:8%;
        text-align: center;
    }
    /* Sire Table Header :: End */

    /* Sire Table Content :: Start */
    .sireDataContent ul li{
        padding-top: 5px;
        background: #fff;
        border-bottom: 1px solid #eeeeee;
    }
    .sireDataContent ul li.active{
        background: #fafafa;
    }
    .sireDataContent ul li span{
        display: inline-block;
    }
    .sireDataContent ul li span.tooltipSire{
        display: none;
    }
    .sireDataContent ul li .ContentSireName{
        width:68%;
        font-size: 15px;
        color:#000;
        text-transform: capitalize;
    }
    .sireDataContent ul li .ContentSireName .externalIcon{
        display: inline-block;
        vertical-align: middle;
    }

    .sireDataContent ul li .secondRowDetails{
        padding: 0 0 5px 0;
        position: relative;
    }
    .show{
        display: block;
    }
    .headerIconCol{
        position: absolute;
        top: -5px;
        right: 15px;
    }
    .sireDataContent ul li.active .headerIconCol{
        width: 40px;
        height: 40px;
        right: 4px;
        top: -18px;
    }
    .headerIconCol .accordionDownArrow{
        background-position: -53px -511px;
        width: 20px;
        height: 20px;
    }
    li.active .headerIconCol .accordionUpArrow{
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .SireRankOtherDetails{
        padding-left: 12%;
        display: none;
    }
    .SireRankOtherDetails .ItemsRow{
        border-top: 1px solid #eeeeee;
        padding: 3px  0;
    }
    .SireRankOtherDetails .ItemsRow .SireRankOtherLabel{
        font-size: 11px;
        color: #666666;
        text-transform: uppercase;
        display: block;
    }
    .SireRankOtherDetails .ItemsRow .SireRankOtherValue{
        font-size: 14px;
        color: #333333;
        display: block;
    }
    .SireRankOtherDetails .ItemsRow .SireRankOtherLabel .icon .tooltipSire{
        display: none;
    }
    .SireRankOtherDetails .ItemsRow .SireRankOtherDetailsItem.starters,
    .SireRankOtherDetails .ItemsRow .SireRankOtherDetailsItem.beyer100{
        width:30%;
    }
    .SireRankOtherDetails .ItemsRow .SireRankOtherDetailsItem.starts,
    .SireRankOtherDetails .ItemsRow .SireRankOtherDetailsItem.horses100{
        width:18%;
    }
    .SireRankOtherDetails .ItemsRow .SireRankOtherDetailsItem.starts .SireRankOtherValue,
    .SireRankOtherDetails .ItemsRow .SireRankOtherDetailsItem.beyer100 .SireRankOtherValue{
        font-weight: bold;
    }
    .SireRankOtherDetails .ItemsRow .SireRankOtherDetailsItem.naWins,
    .SireRankOtherDetails .ItemsRow .SireRankOtherDetailsItem.beyer100Perc{
        width:22%;
    }
    .SireRankOtherDetails .ItemsRow .SireRankOtherDetailsItem.gsWins{
        width:21%;
    }
    .SireRankOtherDetails .ItemsRow .SireRankOtherDetailsItem.highestBeyer{
        width:48%;
    }
    .SireRankOtherDetails .ItemsRow .SireRankOtherDetailsItem.naEarning{
        width:42%;
    }
    /* Sire Table Content :: End */
    /* Sire Table Data :: End */

    /* Popup Page :: Start */
    .popupPage{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
        width: 100%;
        height: 100%;
    }
    .popupPage .popupPageHeader{
        background: #fafafa;
        border-bottom: 1px solid #eeeeee;
        height: 46px;
        line-height: 45px;
    }
    .popupPage .popupPageHeader .popupPageClose{
        padding: 0 15px;
        float: left;
        display: inline-block;
    }
    .popupPage .popupPageHeader .popupPageClose a{
        display: inline-block;
        vertical-align: middle;
    }
    .popupPage .popupPageHeader .popupTitle{
        font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #1b6cf2;
    }
    .popupPage .popupPageHeader .popupClearLink{
        font-size: 14px;
        color: #1b6cf2;
        float: right;
        padding: 0 15px;
    }

    .popupPageFooter{
        height: 50px;
        line-height: 50px;
        position: fixed;
        width: 100%;
        bottom: 0;
        border-top: 1px solid #eee;
    }
    .popupPageFooter .popupActions ul li{
        width:100%;
        float: left;
        height: 50px;
    }
    .popupPageFooter .popupActions ul li{
        background: #fff;
        text-align: center;
        line-height: 50px;
    }
    .popupPageFooter .popupActions ul li .selectedCount{
        background: #1b6cf2;
        color: #fff;
        width: 17px;
        height: 17px;
        line-height: 17px;
        border-radius: 100%;
        text-align: center;
        font-size: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    .popupPageFooter .popupActions ul li .selectedText{
        font-size: 14px;
        color: #666666;
        display: inline-block;
    }
    .popupPageFooter .popupActions ul li.goBtn a{
        background: #1b6cf2;
        color:#fff;
        height: 50px;
        line-height: 50px;
        text-align: center;
        width: 100%;
        display: inline-block;
        font-weight: bold;
    }
    .popupPageContent{
        background: #eff2f9;
        height: 100%;
        clear: both;
    }
    .tab-content {
        display: none;
        width: 53%;
        float: left;
        background: #fff;
        border-left: 1px solid #e1e1e1;
        padding: 10px 0 0 15px;
        height: 80vh;
    }
    .popupPageContent .popupTabs{
        width: 47%;
        float: left;
    }
    .popupPageContent .popupTabs li{
        height: 52px;
        line-height: 52px;
        border-bottom: 1px solid #e1e1e1;
        padding: 0 0 0 20px;
        font-size: 15px;
        color: #444444;
        text-transform: capitalize;
    }
    .popupPageContent .popupTabs li i{
        float: right;
        padding-right: 15px;
    }
    .popupPageContent .popupTabs li.current{
        background: #fff;
        color: #1b6cf2 !important;
        margin-right: -1px;
        z-index: 1;
        position: relative;
    }
    .popupPageContent .popupTabs li.current i{
        display: none;
    }
    .popupPageContent .tab-content ul li{
        padding: 10px 0;
        position: relative;
    }
    .popupPageContent .tab-content ul li input[type="checkbox"]{
        vertical-align: middle;
        margin: 0;
        display: inline-block;
        width: 22px;
        height: 22px;
        opacity: 0;
    }
    .popupPageContent .tab-content ul li label{
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        color: #666666;
        padding-left: 5px;
        width: 84%;
    }
    .popupPageContent .tab-content ul li.selected label{
        color: #1b6cf2;
    }
    .tab-content {
        display: none;
    }
    .tab-content.current {
        display: block;
    }
    .checkboxWrap.icon{
        width: 22px;
        height: 22px;
        display: inline-block;
        float: left;
    }
    .checkboxWrap{
        background-position: -27px -343px;
    }
    .checkboxWrap.icon.checked{
        background-position: -54px -343px;
    }

    /* Filter Page :: Start */
    .horizontal .popupTabs,
    .horizontal .tab-content{
        width: 100%;
    }
    .horizontal .popupTabs li{
        width: 50%;
        float: left;
    }
    .horizontal .tab-content{
        border: none;
    }
    .horizontal .popupTabs li.current{
        border-bottom: none;
        margin: 0;
    }
    /* Filter Page :: End */

    /* Popup Page :: End */
    /* Sire Listing :: End */

    #mUserName{
        width: 96px;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .sireDataHeader.stick{
        position: fixed;
        top: 50px;
        width: 100%;
        z-index: 1;
        padding-top: 28px;
    }
    .sortNumber{
        right: 10px;
        top: 15px;
    }
    /*Sire Ranking Info Paragraph: Start*/
    .moreInfoText {
        padding: 10px 20px 10px 0;
    }
    /*Sire Ranking Info Paragraph: End*/
}

@media print {
    html, body {
        /*changing width to 100% causes huge overflow and wrap*/
        font: 13pt Tahoma, Geneva, sans-serif;
        line-height: 1.5;
        background: #FFF;
        font-size: 9.5pt;
        width: 100%;
    }
    @page {
        size: landscape;
        margin: 2cm;
    }

    #leftNavContainer, #drfNavigation, .headerTopWrap {
        display:none;
    }
    #mainContainer {
        padding-top:0;
    }
    .headerWrapper,
    .contentWrap .pageHeader,
    .sireListFilter,
    .bannerAdRow,
    .footerWrap,
    .container.mobileLayout,
    .icon.iconInfo,
    .iconSort,
    .mobileContainer .mHeaderWrapper,
    .externalIcon,
    #SireListingHeadFixed{
        display: none !important;
    }
    .sireListingCell.sireHighBeyer, span.sireListingCell.sireName, .sireListingCell.sireFee {
        text-align: left !important;
    }
    .sireListingWrap .sireListingRow span.sireListingCell.sireHighBeyer {
        padding-left: 17px;
    }
    .block {
        display: block;
    }
    .contentWrap,
    .container{
        width: 100%;
    }
    span.sireListingCell.sireNo {
        width: 50px;
    }
    a:link, a:visited, a {
        background: transparent;
    }
    a {
        page-break-inside:avoid
    }
    span.sireListingCell.sireNo {
        width: 35px;
    }
    span.sireListingCell.sireName {
        width: 125px;
    }
    span.sireListingCell.sireFee {
        width: 61px;
    }
    span.sireListingCell.sireStarter {
        width: 83px;
    }
    span.sireListingCell.sireStart {
        width: 73px ;
    }
    span.sireListingCell.sireNAWin {
        width: 50px;
    }
    span.sireListingCell.sireGSWin {
        width: 44px;
    }
    span.sireListingCell.sireNAEarning {
        width: 88px;
    }
    span.sireListingCell.sireBeyer90 {
        width: 60px ;
    }
    span.sireListingCell.sireBeyer90Horse {
        width: 50px;
    }
    span.sireListingCell.sireBeyer90Perc {
        width: 50px;
    }
    span.sireListingCell.sireBeyer100.borderLeft {
        width: 60px ;
    }
    span.sireListingCell.sireBeyer100Horse {
        width: 50px ;
    }
    span.sireListingCell.sireBeyer100Perc {
        width: 50px ;
    }
    span.sireListingCell.sireHighBeyer {
        width: 140px;
    }
    .sortNumber{
        left:45%;
        color:#000;
    }
}

.errorWrap .rightColumn {
    display: none;
}

.pageNotFound {
    padding: 110px 0;
    text-align: center;
}

.error404 {
    margin-bottom: 20px;
}

.error404 .errorNo {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-family: titilliumweb-SemiBold, Arial, sans-serif;
    font-size: 30px;
    display: inline-block;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #000000 ;
    margin: 0 6px;
}

.error404 .no4 {
    background: #e7e630 ;
}

.error404 .no0 {
    border: 1px solid #898989 ;
}

.pageNotFound h2 {
    color: #ec1c24 ;
    font-size: 30px;
    margin-bottom: 10px;
}

.pageNotFound span {
    display: inline-block;
    color: #888888 ;
    font-size:14px;
    line-height: 20px;
    width: 360px;
    font-family:Arial, sans-serif;
}

.pageNotFound a {
    width: 110px;
    font-family:Arial, sans-serif;
    display: inline-block;
    border: 1px solid #cccccc ;
    margin-top: 90px;
    font-size:14px;
    line-height: 33px;
    color:#005bf0 ;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
