@charset "utf-8";
/* :::::::::::: <AppSoft> Stylesheet 
 -----------------------------------------------------------------  
 :: StyleSheet  : Home
 :: Version     : 1.0.0
 :: Author      : James Gober
 :: Company     : App Soft Development
 :: Company URL : http://appsoftdevelopment.com
 -----------------------------------------------------------------
     Copyright  : (C) 2014 App Soft Development.
*/




/*
 : Under Head
 *****************************************************************/
div#underhead{
    height: 130px;
    padding-top: 10px;
    text-align: center;
}

div#underhead p{
    padding-top: 30px;
    display: block;
    font-size: 36px;
    color: #727272;
}

@media screen and (max-width: 767px){
    div#home_poll div#home_poll_body p, div#home_poll div#home_poll_body div#home_poll_form label{
        font-size: 18px!important;
    }
}

@media screen and (max-width: 991px){
    div#underhead{ height: 80px; padding-top: 20px; }
    div#underhead p{ margin-top: 0px; padding-top: 0px; font-size: 28px;}
}

@media screen and (max-width: 640px){
    div#underhead{ height: 60px; padding-top: 15px; }
    div#underhead p{ margin-top: 0px; padding-top: 0px; font-size: 20px;}
}

@media screen and (max-width: 500px){
    div#underhead{ height: 40px; padding-top: 10px; }
    div#underhead p{ margin-top: 0px; padding-top: 0px; font-size: 16px;}
}

@media screen and (max-width: 400px){
    div#underhead{ height: 40px; padding-top: 12px; }
    div#underhead p{ margin-top: 0px; padding-top: 0px; font-size: 12px;}
}




/*
 : Mag Strip
 *****************************************************************/
#issue_slider{
    height: auto;
    min-height: 50px;
    margin-bottom: 10px;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px;
    max-width:1250px;
}

#issue_slides {
    position: relative;
}

.issue_slide {
    width: 5.42%;
    display: inline;
}

@media screen and (min-width: 1200px){
    #issue_slider{max-height: 450px;}
    #issue_slides{width: 300%;}
}
@media screen and (min-width: 992px) and (max-width:1199px){
    #issue_slider{max-height: 500px;}
    #issue_slides{width: 600%;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
    #issue_slider{max-height: 630px;overflow-x: scroll;}
    #issue_slides{width: 900%;}
}
@media screen and (max-width: 767px){
    #issue_slider{max-height: 1000px;overflow-x: scroll;}
    #issue_slides{width: 1800%;}
}




/*
 : Home Content
 *****************************************************************/
div#home_content{
    height: auto;
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 30px;
    background: #ffffff url('../images/body/pattern.jpg') repeat left top;
}




/*
 : Home Blog
 *****************************************************************/
div#home_blog{ height: auto; }

div#home_blog h3{
    margin-bottom: 20px;
    font-size: 30px;
    color: #00658e;
    text-align: center;
}div#home_blog h3.left{text-align: left;}

.home_blog{
    height: auto;
    margin-bottom: 25px;
}

.home_blog img{
    width: 92%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 5px;
    display: block;
    float: left;
}

.home_blog p{
    width: 53%;
    height: auto;
    margin-bottom: 4px;
    float: left;
    font-size: 12px;
}

.home_blog a{ color: #333333; }
.home_blog a:hover{ color: #00658e; }

.center-cropped {
    width: 270px;
    height: 270px;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Set the image to fill its parent and make transparent */
.center-cropped img {

}

@media screen and (max-width: 400px){
    .home_blog img{ width: 100%; height: auto; margin-right: 0; float: none; }
    .home_blog p{ width: 100%; height: auto; float: none; font-size: 12px; }
}


/*
 : Home Issues
 *****************************************************************/
div#home_issues{
    height: auto !important;
    height: 100%;
    padding-top: 50px;
    text-align: center;
}

div#home_issues img{
    width: 75%;
    height: auto;
    margin-bottom: 15px;
}




/*
 : Home Poll
 *****************************************************************/
div#home_poll{
    height: auto !important;
    height: 100%;
    margin-top: -20px;
    padding-top: 20px;
    display: inline-block;
    vertical-align: top;    
    margin-right: -3px;
}

div#home_poll div#home_poll_body{
    margin: 0 auto;
    background-color: #edecec;
    padding: 2% 3px;
    border: 1px solid #e0e1df;
}

div#home_poll div#home_poll_body p{
    width: auto;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e1df;
    text-align: center;
    font-size: 120%;
    color: #00658e;
}


div#home_poll div#home_poll_body div#home_poll_form{
    width: auto;
    height: auto;
    padding: 0px 4%;
}

div#home_poll div#home_poll_body div#home_poll_form label{
    margin-bottom: 3%;
    display: block;
}

div#home_poll div#home_poll_body div#home_poll_form label:hover{ color: #00658e; cursor: pointer; }

div#home_poll div#home_poll_body div#home_poll_form input[type='radio']{
    margin-right: 7px;
}

div#home_poll div#home_poll_body div#home_poll_form #home_poll_buttons{
    padding-bottom: 10px;
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #e0e1df;
}

div#home_poll div#home_poll_body div#home_poll_form input[type='submit']{
    padding: 2px 10px;
    margin-right: 7px;
    display: block;
    float: left;
    border: 0px;
    background-color: #00658e;
    font-weight: bold;
    color: #ffffff;
}

div#home_poll div#home_poll_body div#home_poll_form input[type='submit']:hover{
    background-color: #199bd0;
}

div#home_poll div#home_poll_body div#home_poll_form a{
    padding: 2px 10px;
    margin-right: 7px;
    display: block;
    float: left;
    background-color: #f1763a;
    font-weight: bold;
    color: #ffffff;
}

div#home_poll div#home_poll_body div#home_poll_form a:hover{
    background-color: #bf490f;
}

@media screen and (min-width: 1200px) {
    div#home_poll{
        width: 24.5%;
    }
}

/*
 : Home Subscriptions
 *****************************************************************/
div#home_subscriptions{
    height: auto;
    padding: 35px 0px;
    display: block;
    text-align: center;
}


div#home_subscriptions p{
    height: auto;
    margin-bottom: 15px;
    display: block;
    font-size: 26px;
    color: #727272;
    text-align: center;
}


div#home_plan_container{
    width: auto;
    height: auto; 
    margin: 0 auto;  
}

a.home_subsc_box{
    margin-bottom: 10px;
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #727272;
}

a.home_subsc_box:hover{ color: #00658e; }

a.home_subsc_box img{
    width: 100%;
    height: auto;
    margin-bottom: 7px;
    display: block;
}


div#home_plan_mob_container{
    width: auto;
    height: auto; 
    margin: 0 auto;  
}










/*
 : Subscribe Bar
 *****************************************************************/
div#subscribe_bar{
    height: 80px;
    max-height: 80px;
    padding-top: 10px;
    display: block;
    overflow: hidden;
    background-color: #00658e;
    text-align: center;
    font-size: 36px;
}

div#subscribe_bar a{
    color: #ffffff;
}

div#subscribe_bar a:hover{
    color: #f1763a;
}

@media screen and (max-width: 991px){
    div#subscribe_bar{ padding-top: 20px; font-size: 25px;}
}

@media screen and (max-width: 640px){
    div#subscribe_bar{ padding-top: 20px; font-size: 20px;}
}

@media screen and (max-width: 500px){
    div#subscribe_bar{ padding-top: 20px; font-size: 18px;}
}






/*
 : Social Bar
 *****************************************************************/
#home_social{
    background-color: #ffffff;
}

#home_social h3#home_social_h3{
    margin-bottom: 20px;
    display: block;
    font-weight: normal;
    font-size: 32px;
    text-align: center;
    color: #00658e;
}

#home_social h3#home_social_mob{
    margin-bottom: 20px;
    display: none;
    font-weight: normal;
    font-size: 32px;
    text-align: center;
    color: #00658e;
}

#home_social div#home_social_large{
    padding-bottom: 30px;
    display: block;
    text-align: center;
}

#home_social div#home_social_small{
    padding-bottom: 30px;
    display: none;
    text-align: center;
}

#home_social div#home_social_small a{
    margin-left: 7px;
    margin-right: 7px;
}


@media screen and (max-width: 991px){
    #home_social h3#home_social_h3     { display: none; }
    #home_social h3#home_social_mob    { display: block; }
    #home_social div#home_social_large { display: none; }
    #home_social div#home_social_small { display: block; }
}







/*
 : Advertise Bar
 *****************************************************************/
div#home_advertise_bar{
    height: 80px;
    max-height: 80px;
    padding-top: 10px;
    display: block;
    overflow: hidden;
    background-color: #f1763a;
    text-align: center;
    font-size: 36px;
}

div#home_advertise_bar a{
    color: #ffffff;
}

div#home_advertise_bar a:hover{
    color: #00658e;
}

@media screen and (max-width: 991px){
    div#home_advertise_bar{ padding-top: 20px; font-size: 25px;}
}

@media screen and (max-width: 640px){
    div#home_advertise_bar{ padding-top: 20px; font-size: 20px;}
}

@media screen and (max-width: 500px){
    div#home_advertise_bar{ padding-top: 20px; font-size: 18px;}
}





/*
 : Advertise Banner
 *****************************************************************/
div#home_advertise_banner{
    height: 110px;
    padding: 10px 0px;
    display: block;
    overflow: hidden;
    background-color: #cccccc;
    text-align: center;
}


@media screen and (max-width: 800px){
    div#home_advertise_banner{ height: 80px; }
    div#home_advertise_banner img{ width: 100%; height: 60px; }
}





/*
 : Home Channels
 *****************************************************************/
#home_channels{
    padding-bottom: 30px;
    display: block;
}

#home_channels h3{
    margin-bottom: 20px;
    display: block;
    font-weight: normal;
    font-size: 32px;
    text-align: center;
    color: #00658e;
}

#home_channels div.row ul{
    display: block;
    list-style: none;
    font-weight: normal;
    font-size: 32px;    
    color: #727272;
}

#home_channels div.row ul#home_chan_left{
    text-align: right;
}

#home_channels div.row ul#home_chan_right{
    text-align: left;
}


#home_channels div.row ul li{
    margin-bottom: 10px;
    display: block;
    list-style: none;
}

#home_channels div.row ul li a{
    display: block;
    color: #727272;
    line-height: 69px;
}

#home_channels div.row ul li a:hover{
    color: #f1763a;
}


.home_ch_1, .home_ch_2, 
.home_ch_3, .home_ch_4, 
.home_ch_5, .home_ch_6, 
.home_ch_7, .home_ch_8, 
.home_ch_9, .home_ch_10{
    width: 69px;
    height: 69px;
    display: block;
    background-image: url('../images/body/channel_icons.jpg');
    background-repeat: no-repeat;
}

.home_ch_1, .home_ch_2, 
.home_ch_3, .home_ch_4, 
.home_ch_5{ float: right; margin-left: 10px; }

.home_ch_6, .home_ch_7, 
.home_ch_8, .home_ch_9, 
.home_ch_10{ float: left; margin-right: 10px; }

.home_ch_1  { background-position: 0px top;    }
.home_ch_2  { background-position: -138px top; }
.home_ch_3  { background-position: -276px top; }
.home_ch_4  { background-position: -414px top; }
.home_ch_5  { background-position: -552px top; }

.home_ch_6  { background-position: -69px top;  }
.home_ch_7  { background-position: -206px top; }
.home_ch_8  { background-position: -344px top; }
.home_ch_9  { background-position: -482px top; }
.home_ch_10 { background-position: -620px top; }

@media screen and (max-width: 1600px){
    #home_channels div.row ul{ font-size: 18px; }

}

@media screen and (max-width: 991px){
    
    #home_channels div.row ul#home_chan_left{ text-align: center; }

    #home_channels div.row ul#home_chan_right{ text-align: center; }
    
    #home_channels div.row ul li{ margin-bottom: 5px; }
    
    #home_channels div.row ul li a{ line-height: 30px; }
    
    .home_ch_1, .home_ch_2, 
    .home_ch_3, .home_ch_4, 
    .home_ch_5, .home_ch_6, 
    .home_ch_7, .home_ch_8, 
    .home_ch_9, .home_ch_10{ display: none; }

}

div#home_video video{width: 100%; height: auto; margin-right: 0; float: none;}










