@charset "utf-8"; 

@font-face{font-family:'McClatchy Sans';font-style:normal;font-weight:400;src:url(../fonts/McClatchySans-Regular.woff) format("woff")}@font-face{font-family:'McClatchy Sans';font-style:normal;font-weight:500;src:url(../fonts/McClatchySans-Semibold.woff) format("woff")}
 
@font-face{font-family:'McClatchy Sans Cond';font-style:normal;font-weight:600;src:url(../fonts/McClatchySansCond-Semibold.woff) format("woff")}@font-face{font-family:'McClatchy Slab';font-style:normal;font-weight:400;src:url(../fonts/McClatchySlab-Regular.woff) format("woff")}@font-face{font-family:'McClatchy Slab';font-style:normal;font-weight:600;src:url(../fonts/McClatchySlab-Semibold.woff) format("woff")}
 

*{
	outline:none;
	padding:0px;
	margin:0px;
}
html { 
    min-height: 100%;
    position: relative;
}
body{
    margin: 0px;
    padding: 0px; 
	letter-spacing: normal;
	color:#000; 
	font-family:'McClatchy Sans';font-style:normal;font-weight:400;
	    margin-bottom: 50px;
}  
 
 
.clear{clear:both;}
.clearBr{clear:both; height:20px;}
#nextbeeCookieFrame { display:none;}


#loginFormPanel{display:none;}

#header {
    box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.32);
    position: relative;
    z-index: 1;
}

.banner{
	/*background: url('../img/trophy-bg.jpg') no-repeat center;*/
	position:relative;
	/* height: 30vw; */
	background-size: cover;
	background-color:#379ad3;
	padding: 60px 0;
}

.bannerContent p {
    color: #fff;
}

.bannerContent a {
    color: #fff;
    font-size: 16px;
}

.bannerContent .fa {
    padding-left: 10px;
}
.top_header {
    background: #0066b3;
    padding: 10px 0;
}

.startele_logo img {
    max-width: 220px;
}

.top-rightnav {
    text-align: right;
    color: #fff;
}

.top-rightnav a {
    color: #fff;
    display: block;
    font-size: 11px;
}
.top-rightnav li {
    list-style: none;
}

.top_points img {
    max-width: 20px;
}

.top_points h6 {
    margin: 0;
    color: #fff;
}

.top_points {
    text-align: center;
}
.reward_logo img {
    max-width: 150px;
}

.reward_logo {
    padding: 10px 0;
}


.tabPanel {
    float: right;
    padding-top: 18px;
}
.tabPanel ul.nav.nav-tabs {
    border: 0px;
}
.tabPanel .nav-tabs>li{
	margin:0;
	/*padding: 10px 15px;*/
	padding-right: 61px;
}
.tabPanel .nav-tabs>li>a {
    color: #000;
    text-transform: uppercase;
    border-radius: 0px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
    webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: all .3s ease;
    /* margin-right: 3px; */
    font-weight: bold;
    letter-spacing: normal;
    border: 0;
    border-bottom: 1pt transparent solid;
}

.tabPanel .nav-tabs>li.active>a, .tabPanel .nav-tabs>li.active>a:focus, .tabPanel .nav-tabs>li.active>a:hover {
    background: none;
    border: 0;
    border-bottom: 1pt #379ad3 solid;
    color: #379ad3;
}

.tabPanel .nav>li>a:focus, .tabPanel .nav>li>a:hover {
    background: none;
    border: 0;
    border-bottom: 1pt #379ad3 solid;
    color: #379ad3;
    webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: all .3s ease;
    outline: none;
}
.login-btn{
	border-radius: 5px;
	border: 2px #fff solid;
	color: #379ad3 !important;
    padding: 10px 20px;
    font-size: 18px !important;
	box-sizing: border-box;
	text-align: center;
	font-weight: 400;
	background: #fff;
	margin: 10px;
	text-transform: uppercase;
	min-width: 250px;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.17);
}
.login-btn:hover, .login-btn:active:hover, .login-btn:active:focus, .login-btn:active, .login-btn:focus, .login-btn:active:focus {
    background: #fff;
    color: #379ad3;
    border-color: #379ad3;
    outline: none;
}
.holder h2 {
    font-size: 28px;
    color: #0066b3;
    text-align: center;
}

.form-control {
    box-shadow: none;
    height: 38px;
    border-radius: 0;
}

a {
    color: #379ad3;
    text-decoration: none;
}

.accounttext {
    text-align: center;
    padding: 10px 0;
}

.forgorpwd {
    text-align: center;
}

#login button.close {
    width: 40px;
    height: 40px;
    background: #379ad3;
    border-radius: 100%;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    font-size: 35px;
    line-height: 40px;
}
.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(89, 198, 167, 0.55);
    position: absolute;
	top: 0;
    left: 0
}

.bannerContent {
    text-align: center;
    color: #fff;
    vertical-align: middle; 
}
.bannerContent a {
    color: #fff;
    text-decoration: none;
}
.bannerContent h1 {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.23);
    font-weight: 600;
    line-height: normal;
}

.bannerContent h3 {
    font-size: 20px;
    width: 60%;
    margin: auto;
    padding: 0px 10px;
    font-weight: normal;
    line-height: normal;
	    padding-bottom: 20px;
}

.submit-btn{
	border-radius: 5px;
	border: 2px #379ad3 solid;
	color: #fff;
	padding: 8px 20px;
	font-size: 18px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 400;
	background: #379ad3;
	margin: 10px auto;
	text-transform: uppercase;
}
.submit-btn:hover, .submit-btn:active:hover, .submit-btn:active:focus, .submit-btn:active, .submit-btn:focus, .submit-btn:active:focus {
    background: #fff;
    color: #379ad3;
    border-color: #379ad3;
    outline: none;
}

.dashboard_icon img {
    max-width: 100px;
}

.contentPanel {
    padding: 40px 0; 
} 
.howitwork {
    text-align: center;
}

.howItWorksBox h3 {
    font-size: 26px;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
}

.dashboard_icon {
    margin: 20px auto;
}

.formBtns {
    padding-top: 30px;
}

 
.welcomeSection {
    padding: 20px 0;
	background: #eeeeee;
}

.welcomeMsg h2 {
    font-weight: bold;
    line-height: normal;
	margin-top: 0;
}

.welcomeMsg h4 {
    font-size: 16px;
    color: #495053;
}

.welcomeMsg .user_rewardsPnts {
    font-size: 45px;
    /*font-weight: bold;*/
    color: #379ad3;
}
.user_rewardsPnts{
   font-weight: bold; 
}
#dashboard_points{
	font-size: 45px;
    /*font-weight: bold;*/
    color: #379ad3;
}
.welcomeMsg {
    text-align: center;
}

.featured {
    text-align: center;
    margin: auto;
}
 
.userImg {
    text-align: left;
    margin: auto;
}

.userLevel {
    text-align: center;
    margin: auto;
    vertical-align: middle;
    height: 100%;
}

.userLevel img {
    max-width: 30px;
}

.userLevel h4 {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    vertical-align: middle;
    padding-top: 10px;
}

.userLevel h4 span {
    padding: 10px 5px 15px;
    vertical-align: middle;
   /* border: 1px #8a8a8a solid; */
}
.prizeInfo {
    text-align: left;
}
.prizeImg {
    text-align: right;
}
.prizeImg img {
    max-width: 100px;
    text-align: right;
    margin-right: 0;
    height:92px;
}
.prizeInfo h4 {
    margin: 0;
    font-weight: 600;
}

.prizeInfo h5 {
    color: #6b6b6b;
    text-transform: uppercase;
} 

.featured h3 {
    color: #379ad3;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 22px;
    /*font-weight: bold;*/
}

img {
    max-width: 100%;
}

.banner_navIcon {
    border: 2px #fff solid;
    border-radius: 100%;
    width: 180px;
    height: 180px;
    margin: 10px auto;
    text-align: center;
    line-height: 170px;
    cursor: pointer;
}

.banner_navIcon img {
    max-width: 50%;
}
/*.banner_navIcon:hover{
    background-color: #379ad3;
}
*/
.week_winners {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.dashboard-bottomWinner h4 {
    color: #379ad3;
    font-size: 22px;
    font-weight: bold;
}

.last_chance ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dashboard-bottomWinner .table thead th {
    background: #0066b3;
    color: #fff;
    text-align: center;
}

 

.dashboard-bottomWinner .table-responsive {
    width: 100%;
    margin: 20px auto 10px;
    background: #dcdcdc;
    color: #424242;
    text-align: center;
}

.enter-btn{
	border-radius: 5px;
	border: 2px #379ad3 solid;
	color: #fff;
	font-size: 15px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 400;
	background: #379ad3;
	margin: 0px auto;
	text-transform: uppercase;
}
.enter-btn:hover, .enter-btn:active:hover, .enter-btn:active:focus, .enter-btn:active, .enter-btn:focus, .enter-btn:active:focus {
    background: #00ab7a;
    color: #ffffff;
    border-color: #00ab7a;
    outline: none;
}

.get_points {
    width: 100%;
    margin: auto;
}
.get_points img {
    max-width: 50px;
}
.tiles {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    color: #424242;
    cursor: pointer;
    padding: 10px;
}

.tiles .icnstyle {
    font-size: 50px;
    color: #379ad3;
}
 
.tiles h3 {
    text-transform: uppercase;
    margin-top: 0px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
}

.tiles h4 {
    color: #8c8c8c;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
}


.connect-box i.fa {
    background: #379ad3;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    line-height: 80px;
    font-size: 35px;
    color: #fff;
    text-align: center;
}

.connect-box h4 {
    color: #424242;
    font-weight: 600;
    margin-bottom: 5px;
}

.connect-box p {
    color: #379ad3;
}

#tiles-frame {
    margin: auto;
    background: #f2f2f2;
    padding: 20px 20px;
}

.connect-box {
    text-align: center;
}

.importContacts a {
    display: inline-table;
    margin: 0 0px 0 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

.importContacts {
    padding: 25px 0px;
    text-align: left;
}

.importContacts h5 {
    color: #424242;
    display: inline;
    font-weight: bold;
    margin-right: 9px;
    text-transform: uppercase;
}

.game-info {
    text-align: center;
}

.redeem-box {
    width: 100%;
    margin: 15px auto;
    text-align: center;
    background: #fdfdfd;
    color: #424242;
    cursor: pointer;
    border: 1px #0066b3 solid;
    padding: 20px;
    min-height:440px;
}

.redeemImg {
    text-align: center;
    margin: auto;
	height:250px;
	overflow:hidden;
}

.redeem-desc h3 {
    font-weight: bold;
    font-size: 22px;
    margin: 5px auto;
}

.redeem-desc p {
    color: #8c8c8c;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
}

.redeem-desc {
    padding-top: 10px;
}

#levels {
    width: 100%;
    margin: 20px auto;
    border: 1px #0066b3 solid;
    color: #000;
    text-align: left;
}

#levels .table > tbody > tr > td {
    padding: 18px 15px;
    border: 0px;
    vertical-align: middle;
    padding-right: 30px;
    border: 0;
}

.level-icon img {
    max-width: 70px;
}

 .level-name {
    color: #379ad3;
    font-size: 25px;
	font-size: 20px;
}

#levels .table {
    width: 90%;
    margin: auto;
}

#levels .table > tbody > tr {
    border-bottom: 1px #bdbdbd solid;
}

#levels .table > tbody > tr:last-child {
    border: 0;
}
 .level-desc {
    font-size: 16px;
}
 
 
 #footer {
        background: #0066b3;
    padding: 16px 0;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
   /* height: 50px;*/
}

 
 
.copywrite {
    font-size: 13px;
}

.yourRewards {
        padding: 30px 0px;
        margin: 10px auto;
} 
 
.yourRewards .tabTop {
    background: #dfe4ed;
    padding: 10px;
}
.yourRewards .tab-content .tab-pane {
    padding: 0 15px 10px;
    background: #f7f7f7;
}
.yourRewards .nav-tabs>li.active>a, .yourRewards .nav-tabs>li.active>a:focus, .yourRewards .nav-tabs>li.active>a:hover, .yourRewards .nav-tabs>li>a:hover {
    background: #379ad3;
    border: 0 !important;
    color: #ffffff;
    border-radius: 0;
}

.yourRewards .nav-tabs>li {
    margin: 0px;
    border: 0;
}

.yourRewards .nav-tabs {
    border: 0;
    padding: 0;
    margin: 0;
}

.yourRewards .nav-tabs>li>a {
    background: #0066b3;
    border: 0px;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
    padding: 10px 15px !important;
}

.yourRewards .table thead th {
    border-bottom: 1px #0066b3 solid;
    color: #000;
    text-align: center;
    font-weight: 600;
    padding-top: 20px;
}
.yourRewards .table tbody td {
    text-align: center;
}
.statBox {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    background: #edecec;
    color: #424242;
   /* cursor: pointer; */
}

.statBox .top .number {
    width: 100px;
    height: 100px;
    border: 5px solid #424242;
    text-align: center;
    line-height: 85px;
    display: inline-block;
    border-radius: 100%;
    font-size: 32px;
    cursor:default;
}

.statBox .top {
    padding: 15px 0px;
}

.statBox .bottom {
    background: #379ad3;
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
    cursor: default;
}


.faqcontent h5 {
    font-size: 15pt;
    line-height: 19pt;
    font-weight: 600;
    text-align: left;
    color: #000;
    margin-top: 20px;
}
.faqcontent p{color: #000;font-size: 16px;margin: 10px auto 20px;}

.terms p, .terms ul, .terms ol ol{color: #000;font-size: 16px;margin: 10px 0;}

.terms ol, .terms ul, .faqcontent ol{
    padding-left: 25px;
}
.terms li {
    padding-bottom: 12px;
}

.terms {
    font-size: 20px;
    text-align: left;
}

.terms ul {
    list-style-type: disc;
}

.terms h3 {
    font-size: 20px !important;
    padding-bottom: 5px !important;
    text-transform:none !important;
    text-align: left !important;
} 

.faqcontent {
    color: #000;
    font-size: 18px;
    margin: 20px auto;
}


@media screen and (max-width:991px){
    .banner {
        height: auto;
        padding-bottom: 20px;
    }
    .tabPanel .nav-tabs>li {
		padding: 10px 10px;
	}
}

@media screen and (max-width:767px){
	.tabPanel button.navbar-toggle {
		margin-top: -75px;
		font-size: 25px;
	}

	.tabPanel .nav-tabs>li {
		width: 100%;
		text-align: center;
		border: 0;
	}
	.top-rightnav {
		text-align: left;
		padding-top:10px;
	}
	.top_points {
		text-align: left;
		padding-top: 10px;
	}
	.welcomeSection {
		text-align: center;
	}

	.userImg, .featured  {
		text-align: center;
		padding-top: 20px;
		margin: auto;
	}

	.userLevel, .userLevel h4, .prizeImg {
		text-align: center;
	} 

	/*.banner_navIcon {
		width: 100px;
		height: 100px;
		line-height: 90px;
	} */
	 
	.prizeInfo {
		text-align: center;
	}
	.importContacts h5{
	    display:block !important;
	}
	.referfrnd .submit-btn{
	    display:block;
	}
}

@media screen and (max-width:360px){
	.reward_logo img {
		max-width: 120px;
	}
	.login-btn {
		min-width: 200px;
	}
	.yourRewards .nav-tabs>li {
		width: 100%;
		text-align: center;
	}
}
#widgetviewer1,#widgetviewer2,#widgetviewer3,#widgetviewer4,#widgetviewer5,#widgetviewer6,#widgetviewer7,#widgetviewer8,#widgetviewer9,#widgetviewer10,#widgetviewer13,#widgetviewer14{
    border: 0 none;
    display: none;
    height: 400px;
    overflow-x: hidden;
    width: 100%;
}
#widgetviewer11 {
    border: 0 none;
    display: none;
    height: 200px;
    overflow-x: hidden;
    width: 100%;
}
#widgetviewer12{
    border: 0 none;
    display: none;
    height: 150px;
    overflow-x: hidden;
    width: 100%;
}

/*  QUIZ  */

.quiz {
    display: inline-block;
    width: 100%;
    margin: auto;
}
ul.quiz {
    list-style: none;
    font-weight: normal;
}
.quiz li {
    padding-left: 30px;
    font-weight: normal;
    font-size: 15px;
    padding-bottom: 5px;
}
input[type=checkbox],
input[type=radio] {
		opacity: 100;
		/*position: absolute;*/
		z-index: 12;
		width: 18px;
		height: 18px;
		float:left;
		margin:1px 5px 10px ! important;
}
.poll_tb.disabled{
  background:#daeee8 !important;  
}

.poll_tb {
    background: #379ad3 !important;
    color: #000;
    border-color: #379ad3;
    box-shadow: none;
    outline: none;
}
#common_usr_name{
    display:none;
}
#common_points{
    display:none;
}
.common_crowns{
    display: none;
}

.user_icon img, .userImg img {
    max-width: 120px;
    max-height: 120px;
    width: 100%;
}

.earnPoints {
    width: 95%;
    margin: 20px auto;
}

#table_getpoints{
   border: 1px solid #bfbfbf;
}
#table_getpoints thead{
    background: #379ad3;
    color:#fff;
    border: 1px solid #bfbfbf;
}
#table_getpoints thead tr th{
    padding-left:20px;
    border: 0;
}
#table_getpoints tbody tr td{
    padding-left:20px;
    border-top: 1px #bfbfbf solid;
}
#more_points_title{
        margin: 0 auto;
        font-size: 25px;
        font-weight: normal;
        padding: 20px 0;
}
.row_extra{
    margin-left:5%;
}
.points_colored{
    color: #379ad3;
    font-size:50px;
    font-weight:bold;
}
.point_text{
    font-size:22px;
    line-height: 100px;
}
.myact_crown{
    width:40px;
    margin:41% 0 0 13%;
}
.list_title{
    color: #8c8c8c;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
}
.table_list{
   border: 1px solid #bfbfbf;
}
.table_list thead{
    background: #379ad3;
    color:#fff;
    border: 1px solid #bfbfbf;
}
.table_list thead tr th{
    padding-left:20px;
    border: 0;
}
.table_list tbody tr td{
    padding-left:20px;
    border-top: 1px #bfbfbf solid;
}
.instructions{
    font-size:12px;
}
.dsh_pnt_label{
    color:#191919;
    font-size:19px;
}
@media (max-width:767px){
    .user_rewardsPnts{
	text-align:center !important;
    }
}
.redeem_extr_mrgn{
    margin-top:100px;
}
.disabled{
    cursor: default !important;
    background: #c8d1e3 !important;
}
.reduced_panel{
   padding-top:0px !important; 
}
.widgetviewer {width: 100%; min-height: 250px!imporatnt;}
.hide-box { display:none; }
.prize_det{
    line-height:25px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

.hero-area{
	width:100%;
	height:100%;
	background: #379ad3 url(../img/hero-bg.png) no-repeat top center;
	position: relative;
}
.hero-area:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #379ad355;
    position: absolute;
    top: 0;
    left: 0;
}
.top-helplink {
    text-align: right;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.top-helplink a {
    display: inline-block;
    color: #fff;
}

.topheader-text {
    text-align: right;
    padding-top: 16px;
}

.topheader-text li {
        list-style: none;
    display: inline-block;
    padding: 5px 8px;
    color: #379ad3;
    font-size: 24px;
    font-weight: 400;
    position: relative;
}
.topheader-text li:before {
    content:"\f111";
    font-family:'FontAwesome';
    font-size: 10px;
    padding-right: 5px;
    vertical-align: middle;
}

.topheader-text li:first-child:before {
    content: none;
}
 
.topjoin-btn{
	border-radius: 15px;
	border: 2px #fff solid;
	color: #379ad3 !important;
	padding: 5px 16px;
	font-size: 30px !important;
	box-sizing: border-box;
	text-align: center;
	font-weight: 400;
	background: #fff;
	margin: 6px auto;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.17);
	line-height: normal;
	vertical-align: middle;
}
.topjoin-btn:hover, .topjoin-btn:active:hover, .topjoin-btn:active:focus, .topjoin-btn:active, .topjoin-btn:focus, .topjoin-btn:active:focus {
    background: #fff;
    color: #379ad3;
    border-color: #379ad3;
    outline: none;
}

.login-info h3 {
    color: #fff;
    font-weight: 400;
    margin: auto;
    font-size: 20px;
    line-height: normal;
}

.login-info {
    padding: 10px;
    position: relative;
    display: block;
}

.overview-icon {
    display: inline-block;
    float: left;
    width: 90px;
    text-align: center;
}

.overview-icon img {
    max-width: 80px;
}

.bannerrightPanel {padding-top: 20px;/* background: #379ad3; */height: 100%;display: block;}

.top-overviewInfo {
    position: relative;
    width: 100%;
    clear: both;
    color: #fff;
    display: inline-block;
}

.overview-txt {
    float: right;
    display: inline-block;
    width: 69%;
}

.bannerleftPanel {
    padding-top: 20px;
}

.overview-txt p {
    color: #fff;
    line-height: normal;
    font-size: 16px;
}

.overview-txt h4 {
    font-weight: 400;
    font-size: 20px;
    margin: 5px auto;

}
.top-overviewInfo a{
	color:#fff;
}
.middle-content {
    text-align: center;
    position: relative;
}

.middle-content h2 {
    font-weight: 400;
    margin: 10px auto;
    color: #379ad3;
}
.featured-wrapper {
    width: 80%;
    margin: auto;
}
.featured-prize figcaption {
    font-weight: 400;
    font-size: 18px;
}

.featured-prize {
    position: relative;
    margin: 10px auto;
}

.footerlink a {
    color: #fff;
    font-size: 12px;
}
.subscriberlink {
    text-align: right;
}
.subscriberlink a {
    color: #fff;
    font-size: 18px;
}


@media screen and (max-width:991px){
	.featured-wrapper {
		width: 100%;
		margin: auto;
	}
}
@media screen and (max-width:767px){
    .topheader-text {
        text-align: center;
        padding: 0;
    }
    .topheader-text li {
        font-size: 15px;
    }
    .overview-txt {
		width: 80%;
	}
    .featured-prize figcaption {
		font-size: 14px;
		line-height: normal;
		/* padding: 5px 0; */
	}

    .hero-area {
        background-size: cover;
    }

    .middle-content {
        margin-bottom: 20px;
        position: relative;
    }

    .subscriberlink {
        text-align: center;
        padding-top: 10px;
    }
    .top-helplink {
		text-align: center;
		padding: 10px 0;
	}

	.startele_logo {
		text-align: center;
	}

	.reward_logo {
		text-align: center;
	}

	.login-info h3 {
		font-size: 18px;
		line-height: 26px;
	}
}

@media screen and (max-width:480px){
	body{
        margin:auto;
    }
	#footer {
		position: relative;
		height: 100px;
	}
	.overview-icon {
		float: none;
		text-align: center;
	}

	.top-overviewInfo {
		text-align: center;
		margin: 5px auto;
	}

	.overview-txt {
		width: 100%;
		margin: auto;
	}
	.featured-wrapper .col-xs-4 {
		width: 100%;
	}
}
