@charset "UTF-8";

/* Layout Small Screens */

body {  font-size: 13px;    }

/* ******** Header Section ******* */

#Header {
    height: auto;
    min-height: 75px;
/*    max-height: 200px;*/
}

#divHeaderBox {
    height: auto;
    min-height: 75px;
    max-height: 200px;
    width: auto;
    min-width: 320px;
    max-width: 500px;
}

#Logos{
/*    width: 100px;*/
    max-width: 100px;
    min-height: 75px;
    margin-right: 1em;
/*    padding-right: 0.9em;*/
/*    border: 1px solid white;
    display: block;*/
}


#C-SPAN_Logo {
    width: 5.5em; 
    top: 1.2em; 
}

#NCC_Logo{
    float: right;
    width: 9em;
    color: rgb(0, 0, 0);
    display: block;
    position: relative;
    top: 1.9em;
}

#LMC_Logo {
    max-width: 12em;
    position: relative;
    top: 1.6em;
    left: 0em;
}

/* ******** Top Black Bar ******* */
#topBlackBar{
    height: 1.8em !important;
    width: 100%;
    background-color:black;
    margin: 0 auto;
}

#topBlackBox {
    width: auto;
    max-width: 500px;
    min-width: 310px;
    margin: 0 auto;
    padding: 0px 15px;
}

#LMCTagline{
    color: white;
    font-size: 1em;
    line-height:1.7em;
    font-family: "Arial Narrow", Arial, Helvetica, "Myriad Pro", "Lucida Grande", "Helvetica Neue", sans-serif;
    font-weight: bold;
    position: relative;
    left: 2.3em;
}

#LMCTaglineRight{
    display:none;
}

/* ******** Navigation Bar ******* */
.newNavArea{
    width: auto;
    margin:0 auto;
}

.navbar-toggle{
    top: 56px !important;
    border-radius: 0em !important;
}

.navbar-collapse{
    font-weight: 300!important;
    color: white!important;
}

.navbar-nav li{
    border-bottom: 1px solid #514438 !important;
}

.mobile_menu { 
    display: block; 
    width: 30px;
    height: 26px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #a78c3d url(//static.c-spanvideo.org/landmarkCases/Images/mobile_link_menu6.png) no-repeat 4px 4px;
    position: absolute; top: 71px; left: 10px;
    cursor: pointer;
}

a.mobile_menu { 
    display: block; 
    width: 30px;
    height: 26px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #a78c3d url(//static.c-spanvideo.org/landmarkCases/Images/mobile_link_menu6.png) no-repeat 4px 4px;
    position: absolute; top: 71px; left: 10px;
    cursor: pointer;
}

a.mobile_menu.selected { background-position: 4px -18px; }

nav {
    display: block;
    height: 0px;
    width: 100%;
    background:none;
}

#divNavBox {
    width: auto;
    max-width: 500px;
    min-width: 299px;
}

#divNavBox ul{
    min-width: 299px;
}

.navCenter {
    width: 100%;
    min-width: 299px;
}

.navCenter li{
    display: block;
    float: none;
    height: 38px;
    margin: 0px;
    padding: 0px;
    font-size: 1.5em;
    line-height: 1.5em;
    border-bottom: 1px solid #fed381;
    background-color: #a78c3d;
}

.navCenter li a{ display: block;
    margin: 0px;
    padding: 7px;
    background:url(//static.c-spanvideo.org/landmarkCases/Images/mobile_link_arrow.png) no-repeat right 10px; }

.navCenter li:hover {
    background-color:#d2b45f;
}

.navPipe {
    display: none;
}

/* ******** Main content Section ******* */
#MainContain{
    max-width: 500px;
    min-width: 50px;
}

#CasesContainer {
    width: 100%;
    max-width: 100%;
    min-width: 50px;
    clear: both;
    margin: 0 auto;
}
/*#1*/
.CaseBox {
    width: 100%;
    margin: 1%;
    max-width: 24%;
    min-width: 70px;
    min-height: 90px;
    max-height: 120px;
}

.caseNameBox{
    width: 100%;
    max-height: 85px;
    min-height: 55px;
    line-height: 85px;
}
.airdat {  
    font-size: 0.8em;
    top: -2px;
}
.caseName {  
    line-height: 1.1em; 
    font-size: 1.3em;
}

#SchedTxtColLeft, #SchedTxtColRight{
    width:100%;
    padding: 0px 10%;
    border-left:none;
}

#SchedTxtColRight{
    top:-60px;
}

#SchedTxtColRight .PressColumnTitle{
    margin:40px 0px 16px 0px;
}

/* ******** PormoBoxes Section ******* */
#PromoBoxES {
    width: 100%;
    max-width: 500px;
    min-width: 50px;
    float: none;
    clear:both;
}

.PROMOBox {
    width: 49%;
    height: auto;
    padding-bottom: 15px;
    display: inline-block;
}

#PromoThisWK{
    float: left;
    margin-bottom: 0px;
}

#PromoNextWk{
    float: right;
}

/* ****** New Series & NCC Section *****/

#IntroCredit {
    max-width: 500px;
    min-width: 50px;
}

#NewSeries {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    /*max-height: 500px;
    min-height: 260px;*/
}

#SeriesImage{
    display: none;
}

#SeriesContent{
    max-width: 100%;
}

.seriTitle {
    font-size: 1.6em;
    top: 0px;
    left: 0px;
}

.textBox {
    font-size: 1.15em;
}

.moreLink{
    font-size: 0.9em;
}

/* ****** Social Media Section *****/

#SocialRedbar {
    max-height: 55px;
    min-height: 30px;
}

#SocialMedia {
    max-width: 500px;
    min-width: 50px;
}

#SocialMedia div{
    line-height: 55px;
}

#SocialMedia img{
    width: 2.125em;
}

/* ****** Footer Section *****/
#Footer {
    font-size: 1.2em;
}

#FooterBox {
    max-width: 500px;
    min-width: 50px;
}

.FooterColumn1 {
    float: none;
    width: 90%;
}

.FooterColumn2 {
    float: none;
    width: 90%;
    padding-top: 20px;
}

.FooterColumn3 {
    float: none;
    width: 90%;
    padding-top: 20px;
}

.FooterTitle {
    font-size: 1.2em;
}

/* ******** Book Section ******** */

#BookImgBox, #BookRIGHT {
    width:100%;
    padding: 0px 3%;
    border-left:none;
}

#BookRIGHT
{
    margin-top:10px;
}

#BookDesc
{
    font-size: 1.2em;
}

 @media (min-width: 441px) and (max-width: 500px){
     /*#2*/
    .CaseBox {
        width: 100%;
        margin: 1%;
        max-width: 31%;
        min-width: 70px;
        min-height: 90px;
        max-height: 120px;
    }

    .PROMOBox {
        width: 48%;
        height: auto;
    }

    #PromoBoxES {
        width:96%;
        clear:both;
        float: none;
        max-width: 100%;
        padding: 0px;
        margin-top: 10px;
    }

    #PromoThisWK {
        clear:none;
        float: left;
    }

    #PromoNextWk {
        float:right;
        clear: none;
    }
    #PromoNCC {
        clear:none;
        font-size: .8em;
        float: right;
        min-height: 195px;
    }
    #PromoNCC img {
        min-width: 128px;
        max-width: 100%;
    }
    #CasesContainer {
        width: 100%;
        padding-right: 0px;
        margin: 0px;
        float: none;
    }

    .nav>li>a{color: white !important;}
}

@media all and (max-width: 440px)
 {
    #CasesContainer {
        width: 100%;
        padding-right: 0px;
        margin: 0px;
        float: none;
    }
	
	.DecideTitl {
        font-size: 1.4em;
	}
	
	.DecideDT {
        font-size: 1.5em;
	}
	
    /*#3*/
    .CaseBox {
        max-width: 31%;
        min-width: 70px;
        min-height: 90px;
        max-height: 120px;
        border-bottom-width: 37px;
    }

    .caseNameBox{
        width: 100%;
        max-height: 85px;
        min-height: 55px;
        line-height: 85px;
    }

    .caseName {  
        line-height: 1em; 
        font-size: 0.95em;
    }

    .caseBrief a {
        font-size: 1.3em;
    }

    .PROMOBox {
        min-width: 96%;
        height: auto;
        padding-bottom: 15px;
        margin-top: 10px;
        line-height: 1.1em;
        font-size: 1em;
    }

    #PromoThisWK, #PromoNextWk {
        float: left;
    }

    .pritnTxt {
        font-size: .5em;
        letter-spacing: .05px; 
    }
    .nav > li > a {
        color: white !important;
    }
 }

/* *************** Exclusive **************** */
.IntweeTxtColLeft
{
    clear:both;
    width:100%;
    /*position: relative;
    top: -60px;*/
}

.IntweeTxtColRight
{
    clear:both;
    width:100%;
    border-left: 0px;
    padding-left: 0px;
}

.IntweeDesc {
    width: 74%;
    font-size: 1.4em;
    padding-left: 0.3em;
}


