body{
	background: #fdfdfd;
	font-family: 'Raleway';
	font-size: 22px;
}
.container{
	width: 842px;
}
.threelines .container { width: 885px; }
.free-txt{
	background: #fed206; color: #333132; font-size: 140px; display: inline-block; padding: 10px;font-weight: 900; line-height: 1;
}
.highlight { background: #fed206; }
.red { color: #fe010a; }
.vip {
    color: #333132;
    font-size: 56px;
    font-weight: 900;
    margin: 14px 0 0 -11px;
    padding: 0;
    text-align: left;
}
.threelines .vip {
	font-size: 50px;
	margin: 0px 0px 0px -11px;
}
hr{
	border-color: #9f9f9f;
	border-width: 2px;
	margin: 30px 0;
}
.loading {
	margin-bottom: 40px;
}
.ty-txt{
	margin-bottom: 40px;
}
.wrapper{
	padding: 40px 0;
}
@media screen and (max-width: 842px) {
    /*for tablets and small screen desktop*/
    .container, .threelines .container{
    	width: 95%;
    }
    .text-right, .vip{
    	text-align: center;
    }
}
@media screen and (max-width: 700px) {
	.free-txt{font-size: 100px;}
	.vip {font-size: 40px;}
	.threelines .vip{font-size: 36px;margin-top:14px;}
	img{max-width: 100%;}
}
@media screen and (max-width: 479px) {
	.hidemobile { display: none; }
}