html{
	overflow: hidden;
}
body{
	width: 100%;
	max-width: 1000px;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 13px;
	font-family: Arial, sans-serif;
	overflow: hidden;

}
p{
	margin: 8px 0;
}
h3 {
	font-family: Arial,Sans-Serif;
margin-bottom: 6px;
display: -webkit-box;
	color: #191919;
font-weight: 300;
font-size: 24px;
overflow: hidden;
text-decoration: none;
height: 100%;
	margin-top: 5px
}
h3 a{
	color: inherit;
}
h3 a:hover{
	text-decoration: none;
	opacity: 0.8;
}
a{
	text-decoration: none;
}

#page-wrap{
		background-color:#ffefdf;

}
#page-wrap:after{
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
   overflow: hidden;

}

.row{
	margin: 0;
	width: 100%;
	clear:both;
	padding: 0;
	position: relative;
	display: block;


}

.block{
	height: 135px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color:#ffefdf;
    border-right-color: rgb(232, 231, 236);
    border-right-style: solid;
    border-right-width: 0px;
    border-left-color: rgb(232, 231, 236);
    border-left-style: solid;
    border-left-width: 0px;

	border-top: 0px solid #ababab;
	border-bottom: 0px solid #ababab;
	padding: 10px;


}

.top{
	height: 0px;
	line-height: 100%;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
	background-color: #ff007d;

}

.down{
	background-color: #ffffff;
	height: 0px;
}
.col-half{
	float: right;
	padding-left: 0px;
}
.col-half.col-left{
	float:left;

}


.col-half.col-right2{
	padding-top: 0px;
	float: left;
	position: fixed;
}
.col-half.col-left2{
	padding-left: 225px;
	float: left;

}
.logo{
	font-family: Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #ff007d;
}

.OBA{
	font-family: Helvetica, sans-serif;
	color: #ffffff;
	text-align: right;
	padding-top: 11px;
	padding-bottom: 0px;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 0px;

}

.theme-label{
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	margin-top: 7px;
	padding: 10px 8px 5px 15px;

}
.theme-label a{
	color: inherit;
}
.sponsored-label{
	font-family: Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	float: left;
	font-weight: normal;
	font-size: 12px;
	margin-right: 0px;
	padding: 4px 5px 4px 5px;
	background-color: rgba(252,197,0,.8);
	opacity: 0.9;
	display: none;
}
.sponsored-label2{
font-family: 'Duplicate Sans Web',Arial,Helvetica,sans-serif;
font-weight: 700;
font-size: 14px;
line-height: 1.5;
color: #191919;
text-transform: uppercase;
z-index: 10;
margin-right: 5px;
		display: inline-block;

}
.text {
	font-family: Helvetica, sans-serif;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-right:8px;
	line-height: 17px;
	color: #333;
	font-size: 12px;
}
.info{
	padding: 0px 0px 0px 25px;
	

}
.article-1{

}
.article-2{
	margin-top: 0px;
}
.article-3{
	margin-top: 0px;
}
.article{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: relative;



}
.thumb img {
	display: none;
}
.thumb div{
	display: block;
	width: 235px;
	height: 135px;
	background-position: center center;
	background-size: cover;
}


.read-more{
	font-family: 'Duplicate Ionic Web',Georgia,'Times New Roman',Times,serif;
	font-size: 12px;
	color: #0076ab;
	font-weight: normal;
	margin-right: 10px;
	bottom: 4px;
	margin-top: 12px;
	text-align: left;
}
.read-more a{
	color: inherit;
}
.read-more a:hover{
	text-decoration: underline;
}
.advertiser-title{
font-family: 'Duplicate Sans Web',Arial,Helvetica,sans-serif;
font-weight: 300;
color: #858d8f;
font-size: 15px;
	display: inline-block;

}
p.text a:link, p.text a:visited, h3 a:link, h3 a:visited { text-decoration: none; }
p.text a:hover, p.text a:focus, h3 a:focus { text-decoration: underline; }


@media only screen and (max-width: 450px) {
.block{
	height: 80%;
 }

    .col-right2{
    	padding-top: 0px;
    	float: left;
    	position: relative;
    	width: 100%;
    }
    .col-half.col-right2{
    	padding-top: 0px;
    	float: left;
    	position: relative;
    }

    .col-half.col-left2{
    	padding-left: 0px;
    	float: left;
    	width: 100%;

    }
    .thumb div{
    	display: block;
    	width: 100%;
    	height: 100%;
		padding-bottom: 65%;
    	background-position: center center;
    	background-size: cover;
    	margin-top: 0px;
    	margin-left: 0px;
    }
.info{
	padding: 10px 0px 10px 0px;

}
}
