/* 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: 400;
    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;
}

.loading {
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    filter: alpha(opacity=50);
    background: #b7b7b7 url(../images/loader.gif) no-repeat center center;
}


/* Top Nav */
.topWrap {
    font-size: 12px;
    height: 34px;
    padding-right: 5px; 
    border-bottom: 1px solid #eee;
}

.topNav {
    float: left;
}

.toploginNav {
    float: right;
    margin-right: 5px;
}

.topWrap li {
    line-height: 34px;
    float: left;
    font-size: 13px;
}
.topWrap a {
    display: block;
    padding: 0 5px;
    color: black;
}
.topWrap a:hover {
    color: #ec1c24;
}
.topWrap .topNavActive a {
    color: #ec1c24;
}

.userNav {
    position: relative;
    top: 0;
    right: 0;
    float: right;
}

.userNav .userName {
    position: relative;
    z-index: 112;
    display: block;
    margin-top: -3px;
    padding: 0 15px;
}

.userNav .userName {
    cursor: pointer;
}

.topWrap .userNav .userName {
    padding-top: 8px;
}

.userNav .userName span {
    font-size: 13px;
    line-height: 24px;
    float: left;
    color: #000;
}

.userNav .userName .icon-arrow {
    background-position: 0 -18px;
    width: 12px;
    height: 14px;
    margin: 10px 0 0 5px;
	float: right;
}

.userNav .name {
    margin-left: 5px;
}
.userNav ul {
    position: absolute;
    z-index: 111;
    top: 33px;
    right: 0;
    display: none;
    width: 175px;
    padding: 3px 15px;
    list-style-type: none;
    border: 1px solid #e5e5e5;
    border-top: 1px solid #fff;
    background: #fff;
}
.userNav.userNavActive ul{
    display: block;
}
.userNav ul li {
    float:none;
    border-top:1px solid #e5e5e5;
}

.userNav ul li:first-child {
    border-top:none;
}
.userNav ul li a {
    padding:2px 0 2px 0;
    display:block;
    color:#000;
    font-size:13px;
    line-height:30px;
}
.contentWrap {
    position: relative;
    border: solid 1px #ddd;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px #d9e0e8;
       -moz-box-shadow: 0 2px 4px #d9e0e8;
            box-shadow: 0 2px 4px #d9e0e8;
}

/* Header */
.headerWrap {
    margin-bottom: 15px;
}

.logo {
    float: left;
    margin-top: 17px;
}
.logo a {
    display: block;
    width: 180px;
}
.logoMobile {
    display: none;
}
.headerAds {
    float: none;
    margin: 0 auto;
    width: 728px;
    height: 90px;
    text-align: center;
    color: #4e4e4e;
    background: #f1f1f1;
}

/* icons */
[class^='icon-'], [class*=' icon-'] {
    margin-top: 0;
    background-image: url('../images/iconSprite.png');
    background-repeat: no-repeat;
}

/* Nav */
nav {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    height: 42px;
    text-transform: uppercase;
    border-left: 0;
    background: #404041;
}

.menuNav {
    float: left;
}
.menuNav li {
    position: relative;
    float: left;    
}
.menuNav > li {
	border-left: 1px solid #292929;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.menuNav > li:nth-child(2) {
  border-left: 0
}
.menuNav li:hover, .menuNav li.active {
    background: #58585a;
}
.menuNav li a {
    display: block;
    line-height: 42px; 
    padding: 0 5px;
    padding: 0 4.5px\9;
    color: white;
}
.menuNav li a.subMenuArrow {
  padding-right: 19px;
}
.subMenuArrow::after {
  background: url(../images/iconSprite.png) -68px -436px no-repeat;
  content: '';
  display: block;
  width: 15px;
  height: 8px;
  position: absolute;
  right: 2px;
  top: 15px;
}
.menuNav li a sub {
    bottom: 0;
}
.menuNav .drfNav {
    margin: -1px 0 -1px -1px;
    border: 1px solid #890000;
    background: #ec1c24;
    display: none;
}
.menuNav .drfNav a {
    width: 40px;
    height: 40px;
    margin-top: 0;
    padding: 0;
    text-indent: -10000px;
    background-position: 9px -155px;
}
.menuNav .drfNav a:hover {
    background: #58585a;
    background-image: url('../images/iconSprite.png');
    background-repeat: no-repeat;
    background-position: 9px -155px;
}

.subMenu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: absolute;
    z-index: 9999;
    top: 42px;
    display: none;
    width: 198px;
    text-transform: none;
    border: 1px solid #d2d2d2;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 4px 8px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 4px 8px 0px rgba(0, 0, 0, 0.4);
}
.subMenu.subMenuActive {
    display: block;
}
.subMenu .colMenu {
    float: left;
    width: 160px;
    padding: 8px 0;
    border-left: 1px solid #ccc;
}
.subMenu .colMenu:first-child {
    border-left: 0;
}
.subMenu .colMenu ul:first-child h2 {
    padding-top: 10px;
}

.subMenu li {    
    float: none;
}
.subMenu li h2 {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    padding: 20px 15px 10px;
    text-transform: uppercase;
    color: #666;
}
.subMenu li h2 a{
    padding: 0;
    margin: 0;
    color: #666;
    text-decoration: none;
}
.subMenu li:hover {
    background: transparent;
}
.subMenu li a {
    padding: 0 15px;
    color: #000;
    line-height: 18px;
    margin-bottom: 16px;
    text-decoration: underline;
}
.subMenu li a:hover {
    color: #ec1c24;
}

/* Search Box */
.searchWrap {
    position: relative;
    float: right;
    width: 38px;
}
.searchWrap .icon-search {
    position: absolute;
    z-index: 103;
    top: 0;
    right: 0;
    width: 38px;
    height: 55px;
    cursor: pointer;
    border: 0;
    border-left: 1px solid #262626;
    background: none;    
}
.searchWrap .icon-search:before {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url('../images/iconSprite.png');
    background-repeat: no-repeat;
    background-position: 0px -284px;
    display: block;
    margin: 19px 0 0 10px
}
.searchWrap.searchOpen .icon-search {
    background: #585858;    
}
.searchWrap .searchBox {
    position: absolute;
    z-index: 102;
    top: 55px;
    right: 0px;
    overflow: hidden;
    width: 310px;
    height: 0;
    background: #585858;
}
.searchWrap .searchBox input {
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 40px;
    width: 235px;
    height: 40px;
    padding: 0 10px;
    color: white;
    border: 0;
    border: none !important;
    outline: none;
    background: transparent;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}
.searchWrap .searchBox input.btnSubmit {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    width: 60px;
    padding: 0 10px;
    color: white;
    border: 0;
    background: transparent;
}

.searchWrap.searchOpen .searchBox input.btnSubmit{
 background-image: none;
}
.searchWrap .searchBox .placeholder {
    float: left;
    width: 235px;
}
.searchWrap .searchBox .placeholder_span {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 26px;
    text-indent: 10px;
    text-transform: none;
}

#mainContainer {
    width:100%;
    max-width:1449px;
    padding-top:70px;
    margin:0 auto;
}

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

/* Page Main Content */
.contentWrap {
    position: relative;
    margin-bottom: 30px;
    border: solid 1px #eeeeee;
    background: white;
    -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;
}

.pageData {
    width: 100%;
    min-height: 500px;
}
.pageDataFull {
    float: none;
    width: 100%;
    min-height: 500px;
    padding-top: 15px;
    border-right: 0;
}
.rightColumn {
/*     width: 321px; */
    margin-left: -1px;
    border-left: solid 1px #eeeeee;
    float: right;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -ms-border-radius: 0 0 5px 0;
    -o-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}
.rightColumn img {
    width: 100%;
}

/* Global */
.btnRed {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    vertical-align: top;
    color: white;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
    background: #ec1c24;
}
.btnRed:hover {
    color: white;
    background: #a21116;
}
.btnblue {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    padding: 0 18px;
    color: white;
    border: 0;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
    background: #3079f0;
}
.btnblue:hover {
    color: white; 
    background: #2266ee  
}

.updatesCount {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    display: inline-block;
    width: 70px;
    height: 18px;
    margin-left: 10px;
    text-align: center;
    vertical-align: middle;
    color: #3079f0;
    border: 1px solid #ddd;
    -webkit-border-radius: 9px;
       -moz-border-radius: 9px;
        -ms-border-radius: 9px;
         -o-border-radius: 9px;
            border-radius: 9px;
}

.valLive {
    color: #3079f0;
}

.bannerWrap {
    padding-bottom: 20px;
}
.bannerWrap .adWrap {
    display: none;
}
.banner {
    float: right;
    width: 618px;
    margin: 9px 9px 0 0;
    border: 1px solid #eee;
    background: #eee;
}
.slider {
    position: relative;
    overflow: hidden;
    height: 252px;
}
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.banner .slide-captions {
    position: absolute;
    top: 71%;
    left: 0;
    width: 100%;
}
.banner .slide-captions .slideHeadline {
    display: inline-block;
    width: 365px;
    margin: 0 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}
.banner .slide-captions h3 {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: white;
}
.banner .slide-captions .discription {
    font-size: 12px;
    color: #fff;
}
.banner .slide-captions .btnRed {
    float: right;
    min-width: 110px;
    margin-right: 20px;
    padding: 0 10px;
    text-align: center;
}
.banner .arrow {
    position: absolute;
    z-index: 800;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 0;
    cursor: pointer;
    opacity: .7;
    filter: alpha(opacity = 70);
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
    background-image: url('../images/iconSprite.png');
    background-repeat: no-repeat;
}
.banner .arrow:hover {
    opacity: 1;
    filter: alpha(opacity = 100);
}
.banner .arrow.prev {
    left: 0;
    background-position: -32px -232px;
}
.banner .arrow.next {
    right: 0;
    background-position: 10px -232px;
}


/*---------------------------------------------------------
NAV
---------------------------------------------------------*/
.nav {
    text-align: center;
    display: block;
    position: absolute;
    z-index: 1002;
    left: 0;
    bottom: 4px;
    right: 0;
    margin-bottom: 0
}
.nonDraggableImage {
    -webkit-user-drag: none;
}
.nav .wrapper {
    margin: 0 auto;
    width: 100%;
}
.nav ul {
    width: 100%;
    margin: 0;
}
.nav .dot, .nav .dot a {
    display: inline-block;
    zoom: 1;
}
.dots .dot {
    position: relative;
    margin: 0 2px;
    width: 12px;
    height: 12px;
}
.dots .dot a {
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 4px;
    cursor: pointer;
    text-indent: -10000px;
    opacity: .5;
    filter: alpha(opacity = 50);
    border: 1px solid white;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}
.dots .dot a:hover,
.dots .dot a.active {
    opacity: 1;
    filter: alpha(opacity = 100);
    background: white;
}
/* drf Bets */
.drfBets {
    padding: 14px 10px 0 9px;
    width: 310px;
    text-align: center;
    float: left;
}
.drfBets .btnRed {
    display: block;
    padding: 0;

    margin: 13px 10px 10px;
    font-size: 17px;
}
.drfBets .createAc {
	color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #c9c9c9;
    font-size: 14px;
}
.drfBets .createAc a {
    display: block;
}
.drfBets .linkTo {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.drfBets .linkTo li {
    width: 50%;
    border: 1px solid #eeeeee;
    border-top: 0;
    border-left: 0;
	line-height: 34px;
    float: left;
}
.drfBets .linkTo li:hover {
	background: #f2f2f2
}
.drfBets .linkTo li a {
    display: block;
    text-decoration: underline;
}
.drfBets .linkTo li:hover a {
    color: black;
}
.drfBets .linkTo li:nth-of-type(2), .drfBets .linkTo li:nth-of-type(4), .drfBets .linkTo li:nth-of-type(6) {
    border-right: 0;
}
.drfBets .linkTo li:nth-of-type(5), .drfBets .linkTo li:nth-of-type(6) {
    border-bottom: 0;
}

/* Saddle Color */
.oddsNo {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 15px;
    color: black;
    border: 1px solid transparent;
    background-color: white;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.saddle1 {
    background: #e91c1f;
    color: white !important;
}

.saddle2 {
    background: white;
    border-color: #babbbe;
}

.saddle3 {
    background: #0d4a9c;
    color: white;
}

.saddle4 {
    background: #e8e536;
}

.saddle5 {
    background: #438642;
    color: white;
}

.saddle6 {
    background: #0c0c0f;
    color: white;
}

.saddle7 {
    background: #f06724;
    color: white;
}

.saddle8 {
    background: #f8bec5;
}

.saddle9 {
    background: #20bbda;
    color: white;
}

.saddle10 {
    background: #761b77;
    color: white;
}

.saddle11 {
    background: #979998;
    color: white;
}

.saddle12 {
    background: #6bbd45;
    color: white;
}

.saddle13 {
    background: #5f3516;
    color: white;
}

.saddle14 {
    background: #771115;
    color: white;
}

.saddle15 {
    background: #cdc4b7;
    border-color: #999999;
}

.saddle16 {
    background: #8789c4;
    color: white;
}

.saddle17 {
    background: #1c3975;
    color: white;
}

.saddle18 {
    background: #103c1b;
    color: white;
}

.saddle19 {
    background: #0b73a8;
    color: white;
}

.saddle20 {
    background: #df0b7a;
    color: white;
}

/* DRF Trending */
.trendWrap .trendMenu {
    background: #f8f8f8;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.trendWrap .trendMenu li {
    line-height: 48px;
    float: left;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
 	margin-bottom: -1px;
}
.trendWrap .trendMenu li a {
    display: block;
    text-transform: uppercase;
    padding: 0 15px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: black;
}
.trendWrap .trendMenu li a:hover {
    background: #ececec
}
.trendWrap .trendTitle {
    background-image: url("../images/iconSprite.png");
    background-repeat: no-repeat;
    background-position: 7px -187px;
    background-color: #ec1c24;
    border: 1px solid #a81419;
    color: white;
    width: 140px;
    height: 49px;
    text-indent: -10000px;
    float: left
}

/* Tab */
.homeLiveNews .feedTabs {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin: 30px 20px 20px 20px;
    }
.homeLiveNews .feedTabs li {    
    text-align: center;
    float: left;
    z-index: 100;
    line-height: 40px;
    color: #3079f0;
    border: 1px solid #3079f0;
    cursor: pointer;
    margin-left: -1px;
    width: 33.33%
}
.homeLiveNews .feedTabs li:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.homeLiveNews .feedTabs li:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.homeLiveNews .feedTabs li .mobileHide{
	display: inline;
}
.homeLiveNews .feedTabs li.activeTab {
    color: #fff;
    background: #3079f0
} 
.homeLiveNews .feedTabs li .icon-arrowDown {
	background-position: 0 -16px;
    width: 12px;
    height: 8px;    
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -6px;
    display: none;
}
.homeLiveNews .feedTabs li.activeTab .icon-arrowDown {
    display: inline-block;
}

.homeLiveNews .tabContent {
	position: relative;
}

.homeLiveNews .tabContent h2 {
    margin: 0 235px 10px 20px;
}

.dataTable li {
    border-bottom: 1px solid #eeeeee;
}
.dataTable .sCell {
    display: inline-block;
    margin-right: -4px;
    padding: 8px 12px;
    vertical-align: top;
}

/* New Home Page */
.dateWrap {
    overflow: hidden;
    height: 72px;
    float: left;
    width: 280px;
    margin: 10px 0 0 10px
}
.dateWrap ul {
    margin: 0;
    padding: 0 20px;
}
.dateWrap .mCSB_horizontal > .mCSB_container {
    margin-bottom: 2px;
}
.dateWrap li {
    width: 48px;
    height: 72px;
    float: left;
    list-style-type: none;
    text-align: center;
    font-size: 11px;
    line-height: normal;
}

.dateWrap .mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
    height: 0px;
}
.dateWrap .mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    display: none;
}
.dateWrap .mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
    overflow: visible;
}
.dateWrap .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.dateWrap .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    top: -77px;
    height: 69px;
    opacity: 1;
}
.dateWrap .mCustomScrollBox > .mCSB_scrollTools,
.dateWrap .mCSB_scrollTools .mCSB_buttonUp:hover,
.dateWrap .mCSB_scrollTools .mCSB_buttonDown:hover,
.dateWrap .mCSB_scrollTools .mCSB_buttonLeft:hover,
.dateWrap .mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 1;
}
.dateWrap .mCSB_scrollTools .mCSB_buttonUp,
.dateWrap .mCSB_scrollTools .mCSB_buttonDown,
.dateWrap .mCSB_scrollTools .mCSB_buttonLeft,
.dateWrap .mCSB_scrollTools .mCSB_buttonRight {
    background-image: url("../images/iconSprite.png");
    background-color: #ffffff;
    background-position: -60px 28px;
}
.dateWrap .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -83px 28px;
}
.dateWrap .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    margin-left: 0;
}
.dateWrap .mCSB_scrollTools .mCSB_buttonLeft.disabled {
    background-position: -108px 28px;
}
.dateWrap .mCSB_scrollTools .mCSB_buttonRight.disabled {
    background-position: -125px 28px;
}

.dateWrapMobile,
.mobileShow,
.titlePrint{
    display: none;
}

.dateWrap a {
    position: relative;
    color: #ffffff;
    display: block;
}
.dateWrap a .date {
    display: block;
    width: 27px;
    line-height: 26px;
    height: 27px;
    margin: auto;
    border: 1px solid #c6c6c6;
    text-indent: -1px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background: #ffffff;
    color: #000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}
.dateWrap .date.smallDate {
    width: 16px;
    height: 16px;
    position: absolute;
    font-size: 10px;
    line-height: 17px;
    text-indent: .1px;
    top: 15px;
    left: 25px;
    background-color: #3079f0;
    color: #fff;
    border: 0;
}
.dateWrap a .day,
.dateWrap a .month {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 11px;
    color: #000;
}
.dateWrap a .month {
	margin-top: 5px;
	margin-0: 5px;
}
.dateWrap a:hover,
.dateWrap .activeDate a {
    color: #000000;
}
.dateWrap .activeDate a .date,
.dateWrap .activeDate a:hover .date {
    color: #ffffff;
    background: #ec1c24;
    border-color: #ec1c24
}
.dateWrap a:hover .date {
     border-color: #ec1c24
}
.dateWrap a:hover .smallDate {    
    background-color: #3079f0;
    color: #fff;
}
.newsHomeWrap {
    position: relative;
}
.newsHomeWrap .newsHeader {
    border-bottom: 1px solid #eeeeee;   
}
.newsHomeWrap .title {
    float: left;
    width: 208px;
    margin: 23px 0 0 20px;
    color: #333333
}
.newsHomeWrap .currentDate {
    width: 90px;
    float: left;
    margin-top: 32px;
    padding-left: 10px;
    color: #000;
    font-size: 15px
}
.filterRefreshWrap {
    border-top: 1px solid #eeeeee;
    padding: 0 10px;
    overflow: hidden;
    width: 100%;
}
.filterRefreshWrap .btnRefresh {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 10px;
    display: block;
    vertical-align: top;
    cursor: pointer;
    line-height: normal;
    float: left;
}
.filterRefreshWrap .btnRefresh .icon-refresh {
    background-position: 0 -314px;
    height: 17px;
    margin-right: 5px;
    margin-top: -1px;
}

/* Filter */
.filterBtn {
    cursor: pointer;
    padding: 5px;
    font-size: 16px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    float: right;    
    color: #838383
}
.filterBtn .icon-arrow {
    background-position: 0 -436px;
    width: 14px;
    height: 8px;
    margin: 9px 0 9px 5px;
}
.filterActive  .icon-arrow{
    background-position: -17px -436px;
}
.filterWrap {
    background: #f9f9f9;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 20px;
}
.filterTracks {
    float: left;
    margin-right: 15px;
    width: 225px;
}
.filterAuthors {
    float: left;
    width: 48%;
}
.ms-parent {
    width: 100% !important
}
.ms-drop ul {
    padding-right: 10px
}
.filterAction {
    float: left
}
.filterAction .btnblue {
    float: left;
    line-height: 35px;
}
.fliterReset {
    line-height: 35px;
    float: left;
    margin-left: 10px;
    cursor:pointer
}
.ms-choice  {
    border: 1px solid #dcdcdc;
    height: 35px;
    line-height: 35px
}
.ms-drop {
	border: 1px solid #dcdcdc;
}
.ms-drop input[type="checkbox"] {
    float: right;
}
.ms-drop ul > li {
    color: #888;
}
.ms-drop ul > li label {
    font-size: 13px;
}
.ms-drop ul > li.selected {
    color: #000;
}
.ms-choice > div {
    background: url('../images/iconSprite.png') 1px -445px no-repeat;
    top: 5px
}

.ms-choice > div.open {
    background: url('../images/iconSprite.png') -19px -445px no-repeat;
}

/* DRF Live */
.newsWrap li {
    position: relative;
    padding-left: 50px;
    border-bottom: 1px solid #eeeeee;
}
.newsWrap li:hover {
    background: #fafafa
}
.newsWrap li:last-child .newsCnt {
    border-bottom: 0;
}
.newsWrap li .newsLeft {
    position: absolute;
    left: 15px;
    top: 20px;
}
.newsWrap li .imgAuthor {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 6px;
    width: 30px;
    height: 30px;
    overflow: hidden;
}
.newsWrap li .icon-star {
    background-position: -114px -39px;
    width: 10px;
    height: 9px;
    vertical-align: inherit;
    margin-right: 2px
}
.newsWrap li .icon-starSmall {
    background-position: -95px -41px;
    width: 9px;
    height: 9px;
    vertical-align: inherit;
    margin-right: 2px
}
.newsWrap li .icon-drfPlus {
    background-position: 0 -410px;
    width: 32px;
    height: 12px;
}
.newsWrap li .icon-livePlus {
    background-position: -40px -410px;
    width: 32px;
    height: 12px;
}
.newsWrap li .newsDrfNote {
    padding: 10px;
    border-top: 1px solid #eeeeee;
}
.newsWrap li .newsDrfNote span {
    color: black;
}
.newsWrap li .newsDrfNote .newsNoteCnt {
    float: left;
    width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsWrap li .newsDrfNote .newsNoteLink {
    float: left;
    width: 125px;
}
.newsWrap li.noResult {
    padding: 100px 0;
    text-align: center;
    border: 0;
}
.newsWrap li.noResult:hover {
    background: none
}

.newsCnt {
    padding: 20px 20px 20px 10px;
}
.newsCnt .newsAuthorDate {
    margin: 5px 0 10px;
}
.newsCnt .newsAuthorDate .newsAuthor {
    color: black;
    float: left;
    font-size: 15px;
}
.newsCnt .newsAuthorDate .newsDate {
    font-size: 11px;
    float: right;
    width: 170px;
    text-align: right;
}
.newsCnt h3 {
    color: black;
    margin-bottom: 15px;
    line-height: 26px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 24px;
    word-break: break-word;
}
.newsCnt h3 a {
    color: black;
}
.newsCnt h3 a:hover {
    color: #3079f0;
}
.newsCnt .newsDisc {
    margin-bottom: 10px;
    word-break: break-word;
    line-height: 26px;
    font-size: 15px;
    color: #333333
}
.newsCnt .newsImg {
    float: right;
    width: 120px;
    cursor: pointer;
    height: 80px;
    margin-left: 20px;
    overflow: hidden;
    text-align: right;
}
.newsCnt .newsImg img {
    max-width: 100%;
}
.moreLink,
.moreLink:hover {
	font-size: 15px;
	text-decoration: underline;
	margin-top: 10px;
	cursor: pointer;
}
.newsCnt .newsMedia {
    margin-bottom: 10px;
}
.newsCnt .newsMedia img {
    max-height: 200px;
    max-width: 400px;
}
.newsCnt .newsTags {
    color: #000;
}
.newsCnt .newsTags span {
    color: #888888;
}
.newsCnt .drfSponsor {
    color: #000;
}
.newsCnt .newsAuthor .mobileHide {
    display: inline-block;
}
.newsMoreLink {
    text-align: center;
    padding: 10px 0;
}
.newsMoreLink a {
    display: inline-block;
    padding: 5px 15px;
}
.loadingWrapper {
	text-align: center;
}

/* Side Content */
.sideWrap {
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
}
.sideWrap:first-child {
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
}

/* Loading */
.loader {
    width: 42.33333px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
}

.circleG {
    background-color: #cdddfb;
    float: left;
    height: 10px;
    margin-left: 4px;
    width: 10px;
    -webkit-animation-name: bounce_circleG;
    -moz-animation-name: bounce_circleG;
    -ms-animation-name: bounce_circleG;
    -o-animation-name: bounce_circleG;
    animation-name: bounce_circleG;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#circleG1 {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#circleG2 {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#circleG3 {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-moz-keyframes bounce_circleG {
    50% {
        background-color: #598ef1;
    }
}

@-webkit-keyframes bounce_circleG {
    50% {
        background-color: #598ef1;
    }
}

@-ms-keyframes bounce_circleG {
  50% {
    background-color: #598ef1;
}
}

@-o-keyframes bounce_circleG {
    50% {
        background-color: #598ef1;
    }
}

@keyframes bounce_circleG {
    50% {
        background-color: #598ef1;
    }
}

/* footer */
.footerWrap {
    border-top: 1px solid #eeeeee;
    background: #f9f9f9;
    padding-top: 25px;
}

.footerMenu {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 25px;
}
.footerMenu h5 {
    text-transform: uppercase;
    font-size: 18px;
}
.footerMenu li h5.secondList  {
	margin-bottom: 15px;
}
.footerMenu li {
    width: 146px;
    margin-right: 10px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    float: left;
}
.footerMenu li a {
	color: black;
  	display: block;
    text-decoration: underline;
    line-height: 18px;
    padding-bottom: 16px; 
}
.footerMenu li a:hover {
    color: #d7171e;
}
.footerMenu li ul {
    margin: 5px 0 0 0;
}
.footerMenu li ul.subLink {
    margin-bottom: 30px;
}
.footerMenu li ul li {
    float: none;
    width: auto;
    margin: 0;
}

.footer {
    margin: 18px 0;
}

.copyRight {
	text-align: center;
    color: #888888;
}
.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("../images/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("../images/iconSprite.png");
    background-repeat: no-repeat;
    background-position: 0px -94px;
    display: block;
    width: 8px;
    height: 16px;
    position: absolute;
	left: 9px;
	top: 5px;
}

.mobileShow {
    display: none;
}

.mobileHide {
    display: block;
}

.ipadShow {
    display: none;
}

.ipadHide {
    display: block;
}

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;
}
input.filledPass {
    font-family: Arial, sans-serif !important;
}
.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;
}
/* login */
.formWrap {
    color: #666666;
}
.formWrap h2 {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: 26px;
    padding: 0 20px;
    line-height: normal;
}
.formWrap ul {
    margin: 0;
    padding: 0 20px;
    list-style-type: none;
}
.formWrap li {
    margin-top: 10px;
    position: relative;
}
.formWrap li:first-child {
    margin-top: 0;
}
.required {
    position: absolute;
    right: 5px;
    top: 11px;
    color: red;
}

/* LogIn */
.loginWrap .pageData {
    width: 599px;
    min-height: 300px;
    padding: 0;
}
.loginWrap .rightColumn {
    width: 340px;
    padding: 20px 0;
}
.loginHead {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 20px;
}
.loginHead h2 {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 25px;
    color: #000000
}
.icon-drfplus {
    background-position: 0 -478px;
    width: 81px;
    height: 27px;
    vertical-align: top;
}
.drfplusCnt {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #666666;
    line-height: 22px;
    padding-right: 80px;
}
.drfplusCnt span {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.loginBody {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 20px 30px;
}
.loginCnt {
    width: 365px;
    float: left;
    margin-right: 20px;
}
.loginCnt sup {
    font-size: 9px;
}
.listCnt {
    margin: 0;
    list-style-type: none;
}
.listCnt li {
    padding-left: 30px;
    margin-top: 12px;
    background: url("../images/bullet.png") left 3px no-repeat;
}
.listCnt li:first-child {
    margin-top: 0;
}
.findOutWrap {
    width: 160px;
    float: left;
    text-align: center;
}
.findOutWrap .txtAsLow {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #999999;
}
.findOutWrap .txtCent {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 72px;
    color: #66aa33;
    line-height: 62px;
}

/* login */
.formWrap {
    color: #666666;
}
.formWrap h2 {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: 26px;
    padding: 0 20px;
    line-height: normal;
}
.formWrap ul {
    margin: 0;
    padding: 0 20px;
    list-style-type: none;
    margin: 0;
}
.offerSubWrap li {
    border-left: 1px solid #eeeeee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 33.33%;
    float: left;
    position: relative;
    padding: 25px 0;
    color: #3079f0;
}
.offerSubWrap li:first-child {
    border: 0;
    border-radius: 0 0 0 5px;
}
.offerSubWrap span {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
}
.offerSubWrap .txtSave {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #e31d1a;
    font-size: 14px;
}
.offerSubWrap .txtSave span {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.premiumCnt .loginMsg {
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.premiumCnt .offerSubWrap {
    border-bottom: 1px solid #eee;
}
.premiumCnt .loginHead,
.premiumCnt .loginBody,
.premiumCnt .offerSubWrap {
    background: #f9f9f9;
}
.premiumCnt .loginCnt {
    width: 395px;
}
.premiumCnt .offerSubWrap .txtSave {
    left: 28px;
}

/* LogIn */
.loginWrap .pageData {
    width: 599px;
    min-height: 300px;
    padding: 0;
}
.loginWrap .rightColumn {
    width: 340px;
    padding: 20px 0;
}
.loginHead {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 20px;
}
.loginHead h2 {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 25px;
    color: #000000
}
.icon-drfplus {
    background-position: 0 -478px;
    width: 81px;
    height: 27px;
    vertical-align: top;
}
.drfplusCnt {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #666666;
    line-height: 22px;
    padding-right: 80px;
}
.drfplusCnt span {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.loginBody {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 20px 30px;
}
.loginCnt {
    width: 365px;
    float: left;
    margin-right: 20px;
}
.loginCnt sup {
    font-size: 9px;
}
.listCnt {
    margin: 0;
    list-style-type: none;
}
.listCnt li {
    padding-left: 30px;
    margin-top: 12px;
    background: url("../images/bullet.png") left 3px no-repeat;
}
.listCnt li:first-child {
    margin-top: 0;
}
.findOutWrap {
    width: 160px;
    float: left;
    text-align: center;
}
.findOutWrap .txtAsLow {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #999999;
}
.findOutWrap .txtCent {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 72px;
    color: #66aa33;
    line-height: 62px;
}
.findOutWrap .txtPerDay {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 40px;
}
.findOutWrap .btnBlue {
    height: 35px;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
}
.offerSubWrap ul {
    text-align: center;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .5px;
    list-style-type: none;
    margin: 0;
}
.offerSubWrap li {
    border-left: 1px solid #eeeeee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 33.33%;
    float: left;
    position: relative;
    padding: 25px 0;
    color: #3079f0;
}
.offerSubWrap li:first-child {
    border: 0;
    border-radius: 0 0 0 5px;
}
.offerSubWrap span {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
}
.offerSubWrap .txtSave {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #e31d1a;
    font-size: 14px;
}
.offerSubWrap .txtSave span {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.premiumCnt .loginMsg {
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.premiumCnt .offerSubWrap {
    border-bottom: 1px solid #eee;
}
.premiumCnt .loginHead,
.premiumCnt .loginBody,
.premiumCnt .offerSubWrap {
    background: #f9f9f9;
}
.premiumCnt .loginCnt {
    width: 395px;
}
.premiumCnt .offerSubWrap .txtSave {
    left: 28px;
}
.loginNote {
    margin-bottom: 15px;
    padding: 0 20px;
}
.btnForgotPass {
    text-align: right;
}
.btnForgotPass a {
    color: #666666;
    display: inline-block;
    margin: 5px 0;
}
.btnForgotPass a:hover {
    color: #3079f0;
}
.formWrap input.btn {
    width: 100%;
    padding: 0;
    margin-right: 0;
}
.formWrap .btnCreateAc {
    text-align: center;
    color: #888888;
    margin-top: 20px;
}
.formErrorWrap {
    color: #d7181f;
    background: #fef2f2;
    border-top: 1px solid #f5dcdc;
    border-bottom: 1px solid #f5dcdc;
    position: relative;
    padding: 5px 20px 5px 55px;
    margin-bottom: 15px;
}
.formErrorWrap span {
    color: #888888;
    font-size: 12px;
    display: block;
}
.icon-error {
    background-position: left -377px;
    width: 23px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 11px;
}
.placeholder{
    position:relative;
    overflow:hidden;
}
.placeholder_span {
    top:8px;
    position:absolute;
    font-size:16px;
    text-indent:6px;
    color:#aaa;
    white-space:nowrap;
}
.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);
}

.pageNotFound {
    padding: 110px 0;
    text-align: center;
}
.error404 {
    margin-bottom: 20px;
}
.error404 .errorNo {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    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: #666666;
    line-height: 20px;
    width: 330px;
}
.pageNotFound a {
    width: 100px;
    display: inline-block;
    border: 1px solid #cdcccc;
    margin-top: 90px;
    line-height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #3079f0;
}
.pageNotFound a:hover {
    color: #005580;
}

/* HOme Popup*/
.popupOverlay, #drf_openx_page_overlay_ad {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=70);
    opacity: 0.7;
    z-index: 103;
    /*display: none;*/
}
.popup, #drf_openx_page_overlay_wrapper{
    width: 100%;
    margin: 0 auto;
    /*display: none;*/
    position: absolute;
    z-index: 99999;
}
.popupCnt, #drf_openx_overlay_ad_zone{
    width: 790px;
    min-height: 150px;
    margin: 50px auto;
    background: #ffffff;
    position: relative;
    z-index: 105;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}
.popupCnt img{
    border: 1px solid #eee;
}
.popupClose, #close-button{
    float: right;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #666;
    cursor: pointer;
}
.popupClose:hover{
    cursor: pointer;
    color: #3079f0;
}
.newsCnt .newsAuthor .mobileHide {
    display: inline-block;
}
/* Right Column Content */

.sideCntWrap {
	padding:20px;
	border-bottom:1px solid #eee;	
}
.sideCntWrap .sideCntHeading {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
	font-size:24px;
	line-height:26px;
	color:#444444;
	display:block;
	margin-bottom:15px;	
}
.sideCntWrap .videoWrap {
	border-bottom:1px solid #ededed;
	padding-bottom:13px;
	margin-bottom:0;
}
.sideCntWrap .stakeDays li {
	float:left;
	padding-right:12px;
	cursor: pointer;
}
.stakeDays span {
	display:block;
	font-size:11px;
	line-height:12px;
	color:#000;
	font-family:Airal, Helvetica, sans-serif;
}
.stakeDays a {
	font-weight: bold;
	display:block;
	width:28px;
	height:28px;
	margin:auto;
	line-height:27px;
	text-align:center;
	font-size:14px;
	color:#000;	
	border: 1px solid #c6c6c6; 
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	border-radius:14px;
}
.stakeDays li.active a {
	background:#ec1c24;
	border-color: #ec1c24;
	color:#fff;
}
.stakeDays .weekDays {
	margin-bottom:5px;
	text-align:center;
	text-transform: uppercase;
}
.stakeDays {
	padding-bottom:8px;
	border-bottom:1px solid #e6e6e6;
}
.stakeList {
	margin-bottom:9px;
}
.stakeList li {
	padding:11px 0;
	border-bottom:1px solid #f3f3f3;
	overflow:hidden;
}
.stakeList span {
	float:left;
	width:195px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
	font-size:16px;
	line-height:18 px;
	color:#333;
} 
.stakeList a {
	float:right;
	text-decoration: underline;
	font-size:14px;
	color: #005bf0
}
.stakeList a:hover {
	color: #000
} 
.sideCntWrap .videoCntWrap a {
    position: relative;
    display: block;
    min-height: 74px;
    padding: 10px 0;
}
.sideCntWrap .videoCntWrap a:hover .videoHeading {
    color: #888;
}
.videoCntWrap {
    margin-bottom: 9px;
}
.videoCntWrap li {
    border-bottom: 1px solid #eee;
}
.videoCntWrap a .videoWrapper {
    position: absolute;
    top: 10px;
    left: 0;
    width: 78px;
    height: 53px;
    border: 1px solid #eee;
}
.videoCntWrap a .videoWrapper img {
    height: 100%;
}
.videoCntWrap a .videoInfoWrap {
    padding-left: 88px;
    word-wrap: normal;
}
.videoCntWrap a .videoInfoWrap span {
    display: block;
}

.videoCntWrap .videoInfo {
    font-size: 14px;
    line-height: 18px;
    color: #888;
}
.videoCntWrap .videoHeading {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #000;
}

.videoCntWrap i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    margin-left: -13px;
    background: url('../images/iconSprite.png') 0 -124px no-repeat;
}
.viewAll {
	text-decoration: underline;
	font-size: 14px;
}
.viewAll:hover {
	color:#000;
	text-decoration: underline;
}
/* Media queries */
@media (min-width: 1200px) {
    .container {
        width: 1170px;
        margin-left:280px;
    }
    .logo {
	    margin-left: 70px;
	    margin-top: 5px
	}
	.logo a {
	    width: 240px;
	    height: 80px;    
	}
	.headerAds {
	 	/* margin-right: 100px; */
        margin-top: 20px;
	 }
    .pageData {
        width: 1170px;
    }
    .loginWrap .pageData {
        width: 829px;
    }
    .bannerWrap {
        width: 848px;
        float: left
    }
    .pageDataFull {
        width: 100%;
    }
	.menuNav li a {
		font-size: 15px;
		padding: 0 8px;
	}
    .subMenu li a  {
        font-size: 14px;
    }

    .subMenu .colMenu {
        width: 193px;
    }
    .menuNav li a.subMenuArrow {
		padding-right: 25px;
	}
    .subMenuArrow::after {
		right: 5px;
	}
    .bannerWrap .adWrap {
        width: 310px;
        display: block;
        float: left;
        padding-top: 10px;
        padding-right: 10px;
    }
    .newsWrap li .newsDrfNote .newsNoteCnt {
        width: 647px;
    }
    .filterRefreshWrap {
        overflow: inherit;
        width: 200px;
        float: right;
        border-top: 0;
        margin-top: 22px
    }
    .newsHomeWrap .currentDate {
        width: 100px
    }
    .filterTracks {
        width: 270px;
    }
    .newsCnt .newsAuthor {
        width: 595px;
    }

    .newsCnt .newsAuthor .mobileHide {
        display: inline-block
    }
    .sideWrap:first-child {
        padding-top: 0;
    }

    .rightColumn .sideWrap:first-child {
        padding-top: 10px;
        border-top: 0
    }
	.newsHomeWrap .title {
		width: 225px;
	}
    .drfBets {
        width: 221px;
    }
    .loginCnt {
        width: 595px;
    }

    .topWrap li {
	    font-size: 14px;
	}
	.topWrap a {
	    padding: 0 9px;
	}
	.userNav .userName span {
    	font-size: 14px;
	}
    .footerMenu li {
        width: 185px;
    }
}
@media only screen and (max-width: 1200px) {
	#mainContainer {
        padding-top: 70px;
	}

    .footerContainer {
        width: 1170px;
        margin-left: 0;
    }

    .rightColumn {
        display:none;
    }
	
}

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

    .footerContainer {
        width: 100%;
    }
	body {
        padding: 0 0;
    }

    .headerWrap {
        background: white;
        border-bottom: 1px solid #c9c9c9;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 70px;
        z-index: 999;
        margin-bottom: 0;
        display:none;
    }
    .headerWrap header {
        padding: 0;
    }
	.logoMobile img {
    	width: 88px
    }
    .vsMenuBody .topWrap, 
    .vsMenuBody .headerWrap,
    .vsMenuBody .searchWrap {
        position: absolute;
    }
    .vsMenuBody .contentWrap {
        pointer-events: none;
    }
	.mobileMenu {
        position: absolute;
        right: 0;
        top: 0;
    }
    .mobileMenu li {
        float: left;
    }
    .responsiveButton {
        pointer-events: auto;
        display: block;
        padding: 13px;
        z-index: 1000;
    }
    .responsiveButton .icon-bar {
        background-color: black;
        display: block;
        height: 1px;
        width: 22px;
        margin: 4px 0;
    }
    .vsMenu {
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 999999;
        width: 260px;
        overflow-y: auto;
        background: #fafafa;
        font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    	font-weight: 300;
        font-size: 18px;
        color: #333333;
        right: -260px;
        box-shadow: 8px 0 8px -8px rgba(0, 0, 0, 0.25) inset;
    }
    .vsMenu .logoMobile {
    	display: block;
    	text-align: center;
        float: none;
        width: auto;
        margin: 0;
        padding: 15px 0;
        border-bottom: 1px solid #e7e7e7;
    }
    .vsMenu li {
        float: none;
        margin: 0 15px;
        line-height: 55px;
    }
    .vsMenu li:last-child a {
        border-bottom: 0;
    }
    .vsMenu li a {
        display: block;
        color: #222222;
        padding: 0 15px;
        text-decoration: none;
        border-bottom: 1px solid #e7e7e7;
    }
    .vsMenu li a:hover {
        color: #3079f0;
    }
    .vsMenu .drfProMenu {
        border-bottom: 1px solid #bbbbbb;
    }
    .vsMenu .drfProMenu li {
        font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    	font-weight: 400;
    }
    .vsMenu .drfProMenu li a {
        color: #3079f0;
    }
    .vsMenu .drfProMenu li a:hover {
        color: #ec1c24;
    }
    .vsMenu .toploginNav {
        font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    	font-weight: 400;
        float: none;
        background: #eeeeee;
        box-shadow: 8px 0 8px -8px rgba(0, 0, 0, 0.25) inset;
    }
    .vsMenu .toploginNav a{
        padding: 0 15px;
    }
    .vsMenu .toploginNav .loginUser span{
        color: #000;
        width: 165px;
        height: 55px;
        margin-left: 15px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        float: left;
    }
    .vsMenu .toploginNav .loginUser a{
        font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    	font-weight: 600;
        padding: 0;
        color: #3079f0;
        display: inline-block;
        font-size: 12px;
        float: right;
    }
    .vsMenu .toploginNav .loginUser a:hover {
        color: #000;
    }
    
    .vsMenuLogo {
        float: none;
        display: block;
        margin: 12px 0 0 15px;
    }
    .vsMenuLogo a {
        display: block;
        text-indent: -10000px;
        width: 51px;
        height: 20px;
        background: url(../images/logo-drf.png) left top no-repeat;
    }
    .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 (min-width: 768px) and (max-width: 979px) {
    .ipadShow {
        display: block;
    }


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

    .container {
        width: 768px;
    }

    .headerWrap {
        margin-bottom: 0;
    }
	.headerWrap header {
		width: 786px;
		margin: 15px auto 0
	}
	.topWrap {
		position: fixed;
		top: 15px;
		right: 80px;
		z-index: 9999;
		border-bottom: 0
	}
    .logo,
    .topNav,
    .toploginNav,
    .menuNav,    
    .userNav .userName,
    .icon-search {
        display: none !important;
    }
    nav {    	
    	background: none;
    	height: 0px
    }
	.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 .searchBox .formWarp {
		border: 1px solid #dedede;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.searchWrap .searchBox input {
		line-height: 38px;
		height: 38px;
		color: #888888;
		width: 393px;
		font-size: 16px;
	}
	.searchWrap.searchOpen .searchBox input.btnSubmit,
	.searchWrap .searchBox input.btnSubmit {	
		width: 36px;
		height: 38px;
		background-image: url('../images/iconSprite.png');
		background-repeat: no-repeat;
		background-position: -23px -274px;	
		text-indent: -10000px;	
	}
	.vsMenu .toploginNav {
		display: block !important;
	}
    .headerAds {
        width: 546px;
        height: 68px;
        display: none
    }

    .topWrap a {
        padding: 0 3px;
        font-size: 12px;
    }
    .mainNav {
        width: 565px;
    }
    nav {
        margin-bottom: 0;
        font-size: 12px;
    }
    .menuNav li a {
        padding-left: 8px;
        padding-right: 8px;
    }
    .subMenu {
        max-width: 766px;
    }
    .subMenu .colMenu {
        width: 126px;
        font-size: 11px;
    }
    .subMenu li h2 {
        padding-left: 8px;
        font-size: 12px;
    }
    .subMenu li a {
    	margin-bottom: 10px;
    }

    .banner {
        float: none;
        margin: 10px auto 0
    }
    .bannerWrap {
    	padding-bottom: 0;
    }      
    .drfBets {
        width: 618px;
        margin: auto;
        float: none;
        padding: 0
    }
    .drfBetsTop {
    	border-right: 1px solid #c9c9c9;
    	width: 185px;
    	padding: 20px 26px 20px 0;
    	float: left;
    }
    .drfBets .linkTo {
    	width: 420px;
    	float: right;
    	margin: 20px 0
    }
    .drfBets .linkTo li {
    	line-height: 50px;
    	font-size: 16px
    }
    .userNav .userName span {
    	font-size: 12px;
    }
    .userNav .userName {
    	padding-left: 5px;
    	padding-right: 5px;
    	padding-top: 8px;
    }
    .drfBets .btnRed {
        margin-left: 0;
        margin-right: 0
    }
    .drfBets .createAc {
        margin-bottom: 0;
        border: 0;
        padding-bottom: 0;
    }
    .drfBets .createAc a {
    	line-height: 32px;
    }
    .filterTracks {
        width: 210px;
    }
    .contentWrap {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: 0;
        box-shadow: 0 0 0;
        margin-bottom: 0;
    }

    .pageData {
        width: auto;
        float: none;
        border: 0
    }
    .pageDataFull {
        width: 100%;
    }
    .rightColumn,
    .sideWrap {
    	display: none;
    }
    
    .sideCntWrap {
    	padding: 10px;
    }
    .getStakesWrap {
    	padding-top: 5px;
    }
    .stakeList span {
    	width: 175px;
    }
    .getStakesWrap .stakeDays li {	
		padding: 0 3px;
	}
	.mobileVideo {
		padding: 0
	}
	.videoCntWrap li {
		width: 46%;
		margin: 0 2%;
		float: left;
	}
    .loginWrap .pageData {
        width: 489px;
        border-right: 0px solid #eeeeee;
        float: left
    }
    .loginWrap .rightColumn {
        width: 280px;
        display: block;
    }
    .loginCnt {
        width: 267px;
    }
    .offerSubWrap ul {
        text-align: left;
    }
    .offerSubWrap li {
        padding-left: 20px;
    }
    .offerSubWrap li:first-child {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .offerSubWrap span {
        display: block;
    }
    .offerSubWrap .txtSave, .offerSubWrap .txtSave span {
        display: inline-block;
    }
    .premiumCnt .loginCnt {
        width: 510px;
    }
    .premiumCnt .offerSubWrap .txtSave {
        left: 20px;
    }
    .newsCnt .newsImg {
        margin-bottom: 20px;
    }    
    .newsCnt .newsAuthor .mobileHide {
        display: inline-block;
    }
    .footerWrap {
    	padding-top: 0
    }
    .footerMenu {
        display: none
    }
    .footerMenu h5 {
        font-size: 16px;
    }
    .footerMenu li {
        width: 116px;
    }
    .footer {
        margin: 10px;
    }
    .popupCnt, #drf_openx_overlay_ad_zone{
        width: 650px;
    }
    .newsHomeWrap .currentDate {
        display: none;
    }
    .newsHomeWrap .title {
        margin-left: 10px;
        width: 205px;
    }
    .dateWrap {
        margin-left: 20px;
        margin-bottom: 25px;
        width: 480px;
        height: 85px
    }
    .dateWrap li {
    	height: 85px;
    	width: 62px;
    }
    .sideCntWrap .stakeDays li {
    	width: 62px;
    }
    .dateWrap a .day, .dateWrap a .month {
    	font-size: 12px
    }
    .dateWrap a .day,
    .stakeDays .weekDays {
    	margin-bottom: 15px
    }
    .dateWrap a .month {
    	margin-top: 15px
    }
    .dateWrap .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft, 
    .dateWrap .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    	height: 82px;
    	top: -86px
    }

    .dateWrap .mCSB_scrollTools .mCSB_buttonLeft {
    	  background-position: -10px -565px;
    }
     .dateWrap .mCSB_scrollTools .mCSB_buttonRight {
    	  background-position: -36px -565px;
    }
    .dateWrap .mCSB_scrollTools .mCSB_buttonLeft.disabled {
    	background-position: -76px -565px;
    }
    .dateWrap .mCSB_scrollTools .mCSB_buttonRight.disabled {
    	background-position: -101px -565px;
    }
    .stakeDays {
    	padding-bottom: 25px
    }
    .filterRefreshWrap {
        padding: 0
    }
    .filterWrap {
        padding-right: 10px;
        padding-left: 10px; 
    }
    .socialMedia {
    	margin-top: 0
    }
    .mobileMenu {
    	top: 6px
    }
    .responsiveButton .icon-bar {
        height: 2px;
        width: 30px;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 767px) {
    #mainContainer {
        padding-top:50px;
    }

    #mainSection {
        margin-top: 10px;
    }

    .container {
        width: auto;
    }

    .mobileShow {
        display: block;
    }

    .mobileHide,
    .newsCnt .newsAuthor .mobileHide,
    .homeLiveNews .feedTabs li .mobileHide {
        display: none;
    }

    body {
        padding: 45px 0 0;
    }

    .headerWrap {
        height: 45px;
		border: 0
    }
    .logo {
        display: none;
    }
    
    .headerAds {
    	display: none;
    }
	.logoMobile {
		display: block;
		margin: 12px auto 0;
		width: 51px;
	}
    .userLink {
        padding: 12px;
        display: block;
    }
    .userLink .icon-user {
        background-position: 0 -343px;
        width: 18px;
        height: 19px;
    }

    .contentWrap {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: 0;
        box-shadow: 0 0 0;
        margin-bottom: 0;
    }

    .pageData {
        border-right: 0;
        float: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .dateWrap {
        width: 100%;
        margin: 20px 0 10px;
        padding: 0 5px;
    }
    .dateWrap li {
    	width: 54px
    }
    .stakeDays a,
    .dateWrap a .date {
    	width: 34px;
    	height: 34px;
    	line-height: 32px;
    	-webkit-border-radius: 17px;
		-moz-border-radius: 17px;
		border-radius: 17px;
    }
    .filterRefreshWrap {
        border-top: 0;
         padding: 0
    }
    .trendWrap {
        margin-bottom: 0px;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        overflow: hidden;
    }
    .trendWrap .trendTitle {
        float: none;
        width: auto;
        height: 25px;
        background-size: 100px auto;
        background-position: center -139px;
    }
    .trendWrap .trendMenu {
    	white-space: nowrap;
    	overflow-x: auto;
    	border-bottom: 1px solid #e6e6e6; 
        border: 0 
    }
    .trendWrap .trendMenu li {
		float: none;
		display: inline-block; 
		line-height: 34px;		
		border-bottom: 0;
 		margin-bottom: 0px;   
    }
    .trendWrap .trendMenu li a {
    	font-size: 13px;
    	line-height: 42px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold; 
    }
    .trendWrap .trendMenu li:first-child {
        border-top: 0;
        border-left: 0;
    }
	.homeLiveNews .feedTabs {
		margin: 15px auto;
		width: 300px
	}
	.homeLiveNews .feedTabs li {
		font-size: 14px;
		width: auto;
		padding: 0 6px
	}
	.homeLiveNews .btnRefresh {
		margin-top: 5px
	}
	
	.filterBtn {
		position: static;
		padding: 10px 5px;
		text-align: right;
	}
	.filterBtn.filterActive {
		border-bottom: 0
	}
    .homeLiveNews .tabContent h2 {
        margin: 0 0 50px 0;
        padding: 0 10px 10px;
        border-bottom: 1px solid #eeeeee;
    }
    .newsWrap li {
        padding-left: 50px;
    }
    .newsWrap li .newsLeft {
        left: 15px;
    }

    .filterWrap {
        width: 100%
    }
    .filterTracks {
        float: none;
        margin: 0 0 10px 0;
        width: 100%;
    }
    .filterAuthors {
        float: none;
        width: 100%;
    }
    .sTrackHead {
    	position: fixed;
    	top: 45px;
    	left: 0;
    	width: 100%;
    	background: #f9f9f9;
    	border-top: 1px solid #dddddd;
    	border-bottom: 1px solid #dddddd;
    	z-index: 101;
    	display: none;
    }
    .sTrackHead .sTrackTitle {
    	padding: 12px;
    	display: inline-block;
    }
    .sTrackHead .icon-close {
    	background-position: 2px -512px;
    	float: right;
    	margin: 15px 11px 0 0;
    	cursor: pointer;
    }
    .filterAction {
        float: none;
        position: fixed;
    	bottom: 0;
    	left: 0;
    	width: 100%;
    	padding: 9px 10px;
    	background: #ffffff;
    	border-top: 1px solid #dddddd;
    	text-align: center;
    	display: none;
    	z-index: 100
    } 
    .filterAction .btnblue {
    	float: none;
    	background: #fff;
    	color: #005bf0;
    	vertical-align: top;
    	font-size: 16px;
    	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    	font-weight: 600;
    }
    .mobileFilterActive .filterAction,
    .mobileFilterActive .sTrackHead {
    	display: block;
    }
    .mobileFilterShow {
    	position: fixed;
    	overflow: hidden;
    }
    .fliterReset {
    	float: none;
    	display: inline-block;
    	font-size: 16px;
    	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    	font-weight: 600;
    	margin-left: 40px;
    }
    .ms-choice {
    	height: 44px;
    	line-height: 44px;
    }
    .ms-choice > div {
    	top: 10px;
    }
    .ms-drop.bottom {
    	position: fixed;
    	top: 90px;
    	bottom: 45px;
    	border: 0;
    	left: 0;
    	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    .ms-drop ul{
    	margin-left: 5px;
    	padding: 0;
    	max-height: 100% !important;
    }
    .ms-drop ul > li {
    	border-top: 1px solid #eeeeee;
    }
    .ms-drop ul > li:first-child {
    	border-top: 0;
    }
	.ms-drop ul > li label {
		margin-bottom: 0;
		padding: 10px 
	}
    .newsCnt h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .newsCnt .newsAuthorDate {
        margin: 0 0 5px;
    }
    .newsCnt .newsAuthorDate .authorName {
        display: block;
    }
    .newsCnt .newsAuthorDate .newsDate, .newsCnt .newsAuthorDate .newsAuthor {
        float: none;
        text-align: left;
        width: auto;
    }
    .newsCnt .newsMedia {
        height: auto;
        margin-top: 10px;
    }
    .newsCnt .newsMedia img {
        max-width: 100%;
        max-height: 100%;
    }
    .newsWrap li .newsDrfNote .newsNoteCnt {
    	width: 100%
    }
    /* Login */
    .loginWrap .pageData {
        display: none;
    }
    .loginWrap .rightColumn {
        width: 100%;
        padding: 10px 0;
        border: 0;
        display: block !important;
        margin: 0 auto;
        float: none;
    }
    .btnForgotPass a {
        margin: 15px 0;
    }
    .formWrap h2,
    .loginNote,
    .formWrap ul {
        padding: 0 10px;
    }
    .formErrorWrap {
        padding-left: 45px;
    }
    .icon-error {
        left: 10px;
    }
    .premiumCnt .loginMsg,
    .premiumCnt .loginHead,
    .premiumCnt .loginBody {
        padding: 15px;
    }
    .loginHead h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .drfplusCnt {
        padding-right: 0;
    }
    .premiumCnt .loginCnt {
        width: auto;
        float: none;
        margin-right: 0;
    }
    .premiumCnt .findOutWrap {
        float: none;
        margin: 15px auto;
    }
    .offerSubWrap li {
        width: auto;
        float: none;
        border-left: 0;
        border-top: 1px solid #eeeeee;
        text-align: left;
        padding: 25px 15px;
    }
    .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: 100px;
        margin: 0 auto;
    }

    
    .formWrap {
        margin-top: 25px
    }
    #drf_openx_page_overlay_wrapper {
        display: none;
    }
    .mobileStakes .sideCntWrap h3,
    .mobileVideo  .sideCntWrap h3 {
    	display: none
    }
    .mobileVideo  .sideCntWrap {
    	padding-top: 10px
    }
}

@media (max-width: 320px) {
    body {
        width: 320px;
    }
    .pageNotFound {
        padding: 50px 0;
    }
    .pageNotFound h2 {
        font-size: 25px;
    }
    .pageNotFound span {
        width: 300px;
    }
}
@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("../images/iconSprite@2x.png");
        background-size: 140px auto;
    }
    .listCnt li {
        background: url("../images/bullet@2x.png") left 3px no-repeat;
        background-size: 16px auto;
    }
}

