/*
Theme Name: sabcsport
Theme URI: http://www.sabc.co.za
Version: 1.21
Author: SABC
Author URI: http://www.sabc.co.za
Text Domain: sport-ak
Description: Sport Theme for SABC
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
.WarningMessage
{
    width: auto !important;
    margin: 0 auto !important;
	text-align: center !important;
	padding: 10px !important;
	background-color: #333 !important;
}
.WarningMessage a{
    color: #fff !important;
}
a.attachment-link {
    color: #fff !important;
}
.posts-list.post.sidebar-important-links {
    margin-top: 20px;
	background-color: rgba(131, 131, 131, 0.99);
	padding: 15px;
}
.posts-list.post.sidebar-important-links h2 a {
    margin-bottom: 0px !important;
	color: #000 !important;
	font-size: 1.0em !important;
}
.posts-list.post.sidebar-important-links h3 {
    margin-bottom: 0px !important;
	color: #000 !important;
	font-size: 1em !important;
}
.list-header {
    padding-bottom: 20px;
}
.entry-extra {
    display: none;
}
.entry-date {
    display: none;
}
.vc_col-sm-12.vc_gitem-col.vc_gitem-col-align-left {
    background-color: #000000;
}
.wp-caption { 
}
.wp-caption .wp-caption-text { 
	color: #000 !important;
}
.wp-caption img { 
}
.gallery-caption { 
}
.bypostauthor {
}
.alignleft {
}
.alignright {
}
.aligncenter {
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.ratecard-download p {
    color: #fff !important;
    padding: 25px;
    margin-top: 20px;
    background: url("http://www.sabc.co.za/sabc/wp-content/plugins/download-attachments/images/ext/pdf.gif") no-repeat left;
}
.ratecard-download a {
    color: #fff !important; 
}
.download-attachments p{
    background: none;
        padding: 0px;
}
ul#nav-channels li{
    color: #000;
    font-weight: bold !important;
}
a:any-link{
    text-decoration: none !important;
}
.attachment-size {
    display: none;
}
.attachment-downloads {
    display: none;
}
.attachment-icon {
    float: left;
    padding-right: 10px;
}
#SABCMasterFooter .nav li{
	width: 20% !important;
}
@media all {
    .vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
        padding-bottom: 0px !important;
    }
}
.vc_gitem-post-data {
	margin-bottom: 0px !important;
}
/* SABC1 - Media Page -----------------------------------------------------------------------------------*/

.sabc1-stream {
    background-image: url(http://www.sabc.co.za/sabc/wp-content/uploads/2017/10/sabc1bg-stream.jpg) !important;
    background-position: 0px 60px !important;
}
.sabc1-stream h2.entry-title{
	display: none;
}
/* SABC3 - Media Page -----------------------------------------------------------------------------------*/

.sabc3-stream {
    background-image: url(http://www.sabc.co.za/sabc/wp-content/uploads/2017/10/sabc3bg-stream.jpg) !important;
    background-position: 0px 60px !important;
}
.sabc3-stream h2.entry-title{
	display: none;
}
/* SABC2 - Media Page -----------------------------------------------------------------------------------*/

.sabc2-stream {
    background-image: url(http://www.sabc.co.za/sabc/wp-content/uploads/2017/10/sabc2bg-stream.jpg) !important;
    background-position: 0px 60px !important;
}
.sabc2-stream h2.entry-title{
	display: none;
}

/* PRESS RELEASE -----------------------------------------------------------------------------------*/

.vc_grid-container.vc_clearfix.wpb_content_element.vc_basic_grid.press-release img{
    display: none;
}
.entry-summary {
    display: none;
}
.entry-footer {
    display: none;
}
.entry.half-image-post .entry-data::before{
	display: none;
}

/* WEATHER -----------------------------------------------------------------------------------*/


* {
	margin:0;
	padding:0;
}

#tabContainer {
	width:700px;
	padding:15px;
	background-color:#2e2e2e;
	-moz-border-radius: 4px;
	border-radius: 4px; 
}

.tabs{
	height:30px;
}

.tabs > ul{
	font-size: 1em;
	list-style:none;
}

.tabs > ul > li{
	margin:0 2px 0 0;
	padding:5.5px 10px;
	display:block;
	float:left;
	color:#FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
        line-height: 19px;
	background: #C9C9C9; /* old browsers */
	color: #333
}

.tabs > ul > li:hover{
	background: #0C91EC;; /* old browsers */
	cursor:pointer;
	color: #333;
}

.tabs > ul > li.tabActiveHeader{
	background: #FFFFFF; /* old browsers */
	cursor:pointer;
	color: #333;
}

.tabscontent {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; 
	padding:10px 10px 25px;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #e4e9ed 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#e4e9ed)); /* webkit */
	margin:0;
	color:#333;
}

div.columns { 
	width: 100%; 
	height: 30px;
}
div.columns div{	
	text-align: center; 
	line-height:30px; 
	-moz-border-top-left-radius: 5px; 
	border-top-left-radius: 5px; 
	-moz-border-top-right-radius: 5px; 
	border-top-right-radius: 5px; 
	width: 150px; 
	height: 30px; 
	float: left; 
	margin-right: 2px; 
	color: #333;
}
div.grey{ 
	background-color: #cccccc; 
}
div.grey:hover{ 
	background-color: #0C91EC;
	cursor:pointer;
}
div.white{ 
	background-color: #ffffff; 
}
div.clear{ 
	clear: both; 
}
div.tabscontent img {
    width: 100%;
}


/* MENU -----------------------------------------------------------------------------------*/

.menu-link {
    text-align: right;
}
/* SITEMAP -----------------------------------------------------------------------------------*/

ul.simple-sitemap-post{
	padding-bottom: 15px;
	list-style-type: disc;
	padding-left: 25px;
}

/* RADIO ICONS -----------------------------------------------------------------------------------*/
div#radio-links ul {
	padding: 10px;
    background: #e9e9e9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)!important;
    color: #000 !important;
}
h2.fa.fa-microphone{
	font-size: 18px !important;
	font-weight: 700 !important;
}
.fa.fa-microphone {
    width: 100%;
}
.fa.fa-microphone:before {
	padding-right: 5px;
}
.fa.fa-video-camera:before {
	padding-right: 5px;
}
.fa.fa-globe:before {
	padding-right: 5px;
}
.fa.fa-video-camera {
    width: 100%;
}
.fa.fa-globe {
    width: 100%;
}
.fa.fa-headphones {
    width: 100%;
}
.fa.fa-headphones:before {
	padding-right: 4px;
}
.fa.fa-calendar {
    width: 100%;
}
.fa.fa-calendar:before {
	padding-right: 4px;
}
.fa.fa-wifi {
    width: 100%;
}
.fa.fa-wifi:before {
	padding-right: 4px;
}
#radio-links a{

	font-family: arial;
}
/* YOUTUBE GRID -----------------------------------------------------------------------------------*/
.yottie-widget-video-info-title{
	font-size: 12px !important;
}
/* YOUTUBE GRID -----------------------------------------------------------------------------------*/
.tg-txt .tg-nav-font, .tg-txt input.tg-search[type="text"] {
	font-size: 14px;
	font-weight: 600;
	margin: 20px;
	background: #fff;
	padding: 10px;
	width: 200px;
}
/* LEADERBOARD ADVERTISING -----------------------------------------------------------------------------------*/

.LeaderboardContainer{
	height: 110px !important;
	text-align: center !important;
}
#LeaderboardAdvertising {
	display: none;
    background: #000000 !important;
	padding: 5px !important;
}
/* WEATHER -----------------------------------------------------------------------------------*/
#link_get_widget {
    display: none;
}
.aw-more-block {
    display: none;
}
.aw-more-inner {
    display: none;
}
.aw-more-link {
    display: none;
}
.aw-six-hours {
    display: none;
}
#link_arrow_right {
    display: none;
}
.aw-day-details {
    display: none !important;
}
#link_panel0 {
    pointer-events: none;
    cursor: default;
}
#link_panel1 {
    pointer-events: none;
    cursor: default;
}
#link_panel2 {
    pointer-events: none;
    cursor: default;
}
#link_current {
    pointer-events: none;
    cursor: default;
}
#link_logo {
    display: none !important;
}
#link_lfs_day1_3 {
    pointer-events: none;
    cursor: default;
}
/* RSS BOX -----------------------------------------------------------------------------------*/

.vc_wp_rss.wpb_content_element.rss-frontpage-container {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)!important;
    padding: 20px 30px 30px;
    background-color: #fff;
}

/* BOX SHADOW -------------------------------------------------------------------------------*/
.vc_grid-item-mini.vc_clearfix {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)!important;
}
/* FRONTPAGE BOX -------------------------------------------------------------------------------*/
div#frontpage-mpu-section.vc_row.wpb_row.vc_row-fluid.container{margin-top: 40px;padding: 40px !important;background-image: linear-gradient(rgb(0 0 0 / 46%), transparent) !important;}
div.frontpage-mpu-section-content.wpb_column.vc_column_container.vc_col-sm-8{
/*margin-top:-15%;*/
}
div#side_ad.ad_box.portlet_4.brd_wh marg_7.float_le {
float: right;
padding-right: 40px;
}
div.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt{
	display:none;
}
@media all and (min-width: 360px) and (max-width: 1800px) {
div.vc_row.wpb_row.vc_inner.vc_row-fluid.container.v-align-columns.row-0-paddings{
    margin-top: -22% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 40px !important;
    padding-bottom: 0px !important;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.87) 0%, rgba(0,0,0,0.67) 47%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.87) 0%,rgba(0,0,0,0.67) 47%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.87) 0%,rgba(0,0,0,0.67) 47%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
}
@media all and (min-width: 1800px) and (max-width: 2400px) {
div.vc_row.wpb_row.vc_inner.vc_row-fluid.container.v-align-columns.row-0-paddings{
    margin-top: -16% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 40px !important;
    padding-bottom: 0px !important;
    background-color: rgba(0, 0, 0, 0.82);
}
}

.vc_btn3-container{
    display: none !important;
}
/* SLIDER -------------------------------------------------------------------------------*/
#rev_slider_1_1 .zeus.tparrows:before{
	font-size: 50px !important;
}
div.frontpage-mpu-section-ad.wpb_column.vc_column_container.vc_col-sm-4{
    margin-top: 10px;
    padding: 15px;
    width: 330px;
    margin-left: 30px;
    background: rgba(204, 204, 204, 0.33)

}
div.aboutpage-mpu-section-ad.wpb_column.vc_column_container.vc_col-sm-4{
/*margin-top: -8%;*/
padding-left: 30px;
text-align: right;
}
/* CURRENCY -------------------------------------------------------------------------------*/
.WNtopmenu2{
width: 100% !important;
}
.WNcol2 b{
color: #000055 !important;
}
.WNcol1{
	padding: 8px !important;
}
.WNcol1a{
	padding: 8px !important;
}

/* COMMENT BOX -------------------------------------------------------------------------------*/
#comments {
    display: none;
}
/* ICON WRAPPER -------------------------------------------------------------------------------*/
#icon_wrapper{
	top: 45%;
}

/* MASTER HEADER HACKS -------------------------------------------------------------------------------*/
#SABCMasterHeader
{
    display: none !important;
}
.site-header .header-main .site-title::before {
  top: 0px !important;
  bottom: 0px !important;
}
.landing .site-header .header-main{
  background-color: rgb(0, 0, 0, 1) !important;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.23);
}
.tv-landing .site-header .header-main{
  background-color: rgba(13, 98, 173, 0.92) !important;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.23);
}
.radio-landing .site-header .header-main{
  background: rgba(255, 29, 37, 0.92) !important;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.23);
}
.site-header .header-main{
  background: rgba(0, 0, 0, 1) !important;
}
#SABCMasterHeader a{
	font-size: 1.0em !important;
}

/* LEADERBOARD HACKS -------------------------------------------------------------------------------*/
div#top_ad
{
	margin: auto;
	text-align: center;
}
/*   
Website Name: SABC
Description: This is the front-end website styles for SABC.

Version: (1)
*/

/* ============================================================================================ */
/* ! SCC RESETS																					*/
/* ============================================================================================ */
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{ border: 0; margin: 0; padding: 0 }

article, aside, figure, figure img, figcaption, hgroup, footer, header, navSABC, section, video, object
{ display: block }

a img
{ border: 0 }

figure
{ position: relative }

figure img
{ width: 100% }

/* ============================================================================================ */
/* ! Layout for DESKTOP version   				                                                */
/* ============================================================================================ */

/* BODY ----------------------------------------------------------------------------------------*/

body
{
 
}

/* MISC ----------------------------------------------------------------------------------------*/
.clear
{
    clear: both;
}

.clearfix:before,
.clearfix:after
{
    content: " ";
    display: table;
}

.clearfix:after
{
    clear: both;
}

.clearfix
{
    *zoom: 1;
}

.odd
{
    background: #EEEEEE;
    padding: 20px;
}

.even
{
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    padding: 20px;
}

.lazy
{
    display: none;
}

.pullCenter
{
    text-align: center;
}

.pullLeft
{
    float: left;
}

.pullRight
{
    float: right;
}

.leftColumn
{
    float: left;
    width: 47.2440944881890%;
}

.rightColumn
{
    float: right;
    width: 52.755905511811%;
}

.noBtmBorder
{
    margin-bottom: 0 !important;
}

.articleBody
{
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* RESPONSIVE GRID -----------------------------------------------------------------------------*/
.containerSABC
{
    padding-left: 45px;
    padding-right: 45px;
}

.rowSABC
{
    width: 100%;
    max-width: 1170px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

img,
object,
embed
{
    /*max-width: 100%;*/
}

img
{
    height: auto;
}

/* MASTER HEADER -------------------------------------------------------------------------------*/
#SABCMasterHeader
{
    background: #000000;
    /* min-height: 60px; */
    /* padding-right: 20px !important; */
    color: #FFFFFF;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.MastHeaderLogo
{
    float: left;
    padding: 5px 30px 10px 5px;
}

#SABCMasterHeader ul
{
    list-style-type: none;
}

#SABCMasterHeader li
{
    float: left;
}
#SABCMasterHeader a{
    font-size: 0.7em;
}

#SABCMasterHeader li a:link,
#SABCMasterHeader li a:active,
#SABCMasterHeader li a:visited
{
    color: #FFFFFF;
    text-decoration: none;

    padding: 15px 7px;

    display: block;
}

#SABCMasterHeader li a:hover
{
    color: #FEBB12;
}

#SABCMasterHeader .SiteSearch
{
    float: right;
    /* width:260px; */
    color: #FFFFFF;
    font-size: 0.8em;
    /* padding-top:15px; */
    /* padding-bottom:15px; */
    text-align: right;
    /* padding-right:15px; */
    display: none;
}

#SABCMasterHeader #s
{
    background: #333333;
    /* border: 1px solid #333; */
    /* padding:4px; */
    margin: 0 0 5px 0;
    /* height: 20px; */
    /* -moz-border-radius: 5px; */
    /* -webkit-border-radius: 5px; */
    /* border-radius: 5px; */
}

#SABCMasterHeader #go_btn
{
    background: #333333;
    border: 1px solid #333333;
    font-weight: bold;
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
}

/* SOCIAL BUTTONS -------------------------------------------------------------------------------------*/

div.leftmainfooterBtns
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    float: left;
    width: 100px;
}

.buttonmainfooter1,
.buttonmainfooter1:link,
.buttonmainfooter1:active,
.buttonmainfooter1:visited
{
    display: inline-block !important;
    padding: 0 3px;
    text-transform: uppercase;
    color: #60171A !important;
    line-height: 2em;
    margin: 0 1px 4px;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.buttonmainfooter1:hover
{
    border: 2px solid #FFFFFF;
    color: #FFFFFF !important;
}

a.buttonmainfooter1
{
    color: #FFFFFF;
}

.buttonmainfooter1 span
{
    width: 17px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
}

.buttonmainfooter1.large
{
    font-size: 1.5em;
}

.buttonmainfooter1.large span
{
    width: 30px;
    height: 35px;
    display: inline-block;
    background-size: 80%;
}

.buttonmainfooter1 .twitter
{
    background-image: url(https://www.sabc.co.za/sabc/wp-content/themes/sabcsport/images/buttonsocial-icon-twitter-small.png);
}

.buttonmainfooter1 .facebook
{
    background-image: url(https://www.sabc.co.za/sabc/wp-content/themes/sabcsport/images/buttonsocial-icon-facebook-small.png);
}

.buttonmainfooter1 .email
{
    background-image: url(https://www.sabc.co.za/sabc/wp-content/themes/sabcsport/images/buttonsocial-icon-email-small.png);
}

.buttonmainfooter1 .bbm
{
    background-image: url(https://www.sabc.co.za/sabc/wp-content/themes/sabcsport/images/buttonsocial-icon-bbm-small.png);
}

.buttonmainfooter1 .mxit
{
    background-image: url(https://www.sabc.co.za/sabc/wp-content/themes/sabcsport/images/buttonsocial-icon-mxit-small.png);
}

.buttonmainfooter1 .instagram
{
    background-image: url(https://www.sabc.co.za/sabc/wp-content/themes/sabcsport/images/buttonsocial-icon-instagram-small.png);
}

.buttonmainfooter1 .youtube
{
    background-image: url(https://www.sabc.co.za/sabc/wp-content/themes/sabcsport/images/buttonsocial-icon-youtube-small.png);
}

.buttonmainfooter1 .wechat
{
    background-image: url(https://www.sabc.co.za/sabc/wp-content/themes/sabcsport/images/buttonsocial-icon-wechat-small.png);
}

.buttonmainfooter1 .text
{
    padding: 0 3px;
    width: auto;
}

/* MASTER FOOTER -------------------------------------------------------------------------------*/
#SABCMasterFooter
{
    background: #000000;
    color: #FFFFFF;
    min-height: 90px;
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
}

#SABCMasterFooter a:link,
#SABCMasterFooter a:active,
#SABCMasterFooter a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#SABCMasterFooter a:hover
{
    text-decoration: underline;
}

#SABCMasterFooter .sabclogo
{
    width: 12%;
    float: left;
    padding-top: 26px;
    padding-right: 10px;
    padding-left: 30px;
}

#SABCMasterFooter .nav
{
    width: 50%;
    margin-left: 30%;
    padding-top: 25px;
    margin-bottom: 0px !important;
}

#SABCMasterFooter .dmma
{
    width: 12%;
    float: right;
    padding-right: 30px;
    padding-top: 8px;
    text-align: right;
}

#SABCMasterFooter .dmma img
{
    padding-bottom: 0px;
}

#SABCMasterFooter .nav ul
{
    display: table;
    list-style-type: none;
    width: 100%;
}

#SABCMasterFooter .nav li
{
    display: table-cell;
    width: 20%;
}

/* ADVERTISING ---------------------------------------------------------------------------------*/
#LeaderboardAdvertising
{
    background: #000 !important;
    padding: 10px;
}

.LeaderboardContainer
{

    width: auto !important;
    /*width: 728px;
    height: 90px;*/
    margin: 0 auto;
	text-align: center;
}
.LeaderboardContainer a{
    color: #fff !important;
}

/* ---------------------------------------------------------------------------------------------*/

/* ============================================================================================ */
/* ! 5th BREAK POINT - Change Main Navigation						                                */
/* ============================================================================================ */

@media handheld, only screen and (max-width: 990px)
{

}

/* ---------------------------------------------------------------------------------------------*/

/* ============================================================================================ */
/* ! FIRST BREAK POINT - Layout for SMALLER SCREENS & TABLETS LANDSCAPE                         */
/* ============================================================================================ */

@media handheld, only screen and (max-width: 960px)
{

    .container
    {
        padding-left: 20px;
        padding-right: 45px;
    }

    #SABCMasterHeader .SiteSearch
    {
        padding-right: 0;
    }

    #SABCMasterHeader
    {
        padding-right: 0 !important;
    }

    /* ============================================================================================ */
    /* ! SECOND BREAK POINT - Layout for SMALLER SCREEN & TABLETS PORTRAIT                          */
    /* ============================================================================================ */
    @media handheld, only screen and (max-width: 767px)
    {

        /* BODY ----------------------------------------------------------------------------------------*/
        body
        {
            font-size: 62.5%;
            line-height: 1.8em;
            background-position: center 15px !important;
        }

        /* RESPONSIVE GRID -----------------------------------------------------------------------------*/
        .container
        {
            padding: 0;
        }

        #SABCMasterHeader li a:link,
        #SABCMasterHeader li a:active,
        #SABCMasterHeader li a:visited
        {
            color: #FFFFFF;
            text-decoration: none;
            font-size: 0.8em;
            padding: 28px 7px;
            font-weight: bold;
            display: block;
        }

        div.navSABC
        {
            display: block;
            background: #FFFFFF url(../images/mastfooter-mobile-nav-bg.jpg) repeat-x center center;
            float: none;
        }

        /* MASTER HEADER -------------------------------------------------------------------------------*/
        #SABCMasterHeader .SiteSearch
        {
            display: none;
        }

        #SABCMasterHeader
        {
            min-height: 75px;
            padding: 0 !important;
        }

        .MastHeaderLogo
        {
            float: none;
            padding: 15px;
            display: block;
        }

        #SABCMasterHeader .nav
        {
            display: block;
            background-color: #FFFFFF;
            float: none;
        }

        #SABCMasterHeader ul
        {
            display: table;
            margin: 0.0em 0;
            width: 100%;
        }

        #SABCMasterHeader li
        {
            float: none;
            display: table-cell;
            text-align: center;
            border-right: 1px solid #737373;
        }

        #SABCMasterHeader li a:link,
        #SABCMasterHeader li a:active,
        #SABCMasterHeader li a:visited
        {
            padding: 4px 1px;
            color: #000000;
        }

        #SABCMasterHeader li a:hover
        {
            background-image: url(../images/mastfooter-mobile-nav-bg-hover.jpg);
            color: #FFFFFF;
        }

        /* MASTER FOOTER -------------------------------------------------------------------------------*/
        #SABCMasterFooter
        {
            min-height: 50px;
        }

        #SABCMasterFooter .sabclogo
        {
            width: 16%;
            padding: 2%;
        }

        #SABCMasterFooter .dmma
        {
            width: 36%;
            padding: 2%;
        }

        #SABCMasterFooter .nav
        {
            width: 100%;
            clear: both;
            margin: 0;
            padding: 10px;
            background: #0F0E0E;
        }

        /* ADVERTISING ---------------------------------------------------------------------------------*/
        #LeaderboardAdvertising
        {
            padding: 0;
            text-align: center;
        }

        .LeaderboardContainer
        {
            width: auto;
            height: auto;
            max-width: 728px;
            min-width: 320px;
        }

    }


    /* ============================================================================================ */
    /* ! THIRD BREAK POINT - Layout for MOBILE LANDSCAPE & PORTRAIT                                 */
    /* ============================================================================================ */
    @media handheld, only screen and (max-width: 630px)
    {

        /* BODY ----------------------------------------------------------------------------------------*/
        body
        {
            font-size: 55%;
            line-height: 1.6em;
            background-position: center -1px !important;
        }
    }

    /* ============================================================================================ */
    /* ! FORTH BREAK POINT - Layout for MOBILE 320 ONLY				                                */
    /* ============================================================================================ */
    @media handheld, only screen and (max-width: 320px)
    {

        /* BODY ----------------------------------------------------------------------------------------*/
        body
        {
            background-position: center -15px !important;
        }

	}
}