@charset "utf-8";
/* CSS Document */

.tryfree-msg,
.subscribe-msg {
	padding: 15px;
	border: 1px solid #ddd;
}

.thestar-logo img {
	width: auto !important;
	text-align: center;
}

.subscribe-msg .thestar-logo {
	margin-top: 5px;
}

.tryfree-msg .promo-text p {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 6px;
	color: #4a4a4a !important;
}

.subscribe-msg .promo-text {
	text-align: center !important;
}

.subscribe-msg .promo-text h4 {
	color: #bb0000;
	font-weight: 700;
	font-size: 20px;
}

.subscribe-msg .promo-text p {
	color: #4a4a4a !important;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0;
}

.promo-btn {
	text-align: center;
}

.subscribe-msg .promo-btn {
	margin-top: 3px;
}

@media only screen and (max-width : 767px) {
	
	.thestar-logo {
		text-align: center;
		margin-bottom: 5px;
	}
	
	.promo-text {
		text-align: center;
	}
	
	.tryfree-msg .promo-text,
	.subscribe-msg .promo-text {
		margin-bottom: 15px;
	}
}



/*------------------
   PROMO SLIDE BOX 
-------------------*/

#promobox{
    width: 100%;
    padding: 3px 20px;
    background-color:#CBCBCD;
    position:fixed;
    bottom:0px;
    right: 0;
/*    -moz-box-shadow:-1px 0px 2px #d7d7d7;
    -webkit-box-shadow:-1px 0px 2px #d7d7d7;
    box-shadow:-1px 0px 2px #d7d7d7;*/
	z-index:99;
	border-top:3px solid #BD1900;
	text-align: center;
	display: block;
}

#promobox .slidebox-wrapper {
	display: inline-flex;
}

#promobox p {
    font-size: 17px;
    color: #BD1900 !important;
    font-weight: 700;
    line-height: 22px;
	margin-top: 8px;
}

#promobox a.subscribe-link{
    cursor: pointer;
    color: #b00;
	font-weight: 600;
	font-size: 14px;
	margin-left: 10px;
}

#promobox  a.more:hover{
    text-decoration: underline;
}

#promobox a.close{
    xwidth: 13px;
    xheight: 13px;
    position: absolute;
    cursor: pointer;
    top: -15px;
    right: 10px;
	border-radius: 80px;
	padding: 2px 5px 5px 5px;
	border: 1px solid #ccc;
	font-size: 16px !important;
	opacity: 1 !important;
	background: #fff;
    color: #BD1900;
}

#promobox a.close:hover{
    background-position: 0px -13px;
}

#promobox .freebutton {
	font-size: 14px;
	margin-left: 10px;
	display: inline-table;
}

@media only screen and (max-width : 767px) {
	#promobox {
		margin: 0;
		bottom: 0;
		padding: 10px;
	}
	
	#promobox p {
		font-size: 17px;
		color: #BD1900 !important;
		font-weight: 700;
		line-height: 18px;
	}
	
	.sbpv2018 .row {
    	display: block;
	}
}


@media only screen and (max-width : 448px) {
	#promobox p {
		margin-top: 0;
		text-align: left;
	}
	
	.subscribe-text p {
		text-align: center !important;
	}
}