

html,body {
	margin: 0;
	padding: 0;
	background: #fffffd;
}

.bd-content-wrapper {
	height: auto;
	width: 100%;
}
.bd-content-wrap {
	width: 100%;
	background: inherit;
	height: auto;
}

/* more contents */
.bd-more-content-wrap {
	width: 99%;
	margin: 0px auto;
	position: relative;
	top: -20px;
	background: #fff8f8;
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	font-family: "Time New Roman",sans-serif,arial;
	font-size: 16px;
	text-transform: capitalize;
}
.bd-more-content-wrap h2 {
	text-transform: capitalize;
	font-size: 35px;
	left: 30px;
	position: relative;
	font-family: cursive,tahoma,serif;
}
.bd-more-content-wrap .more-contents{
	width: 70%;
	height: auto;
	background: inherit;
	display: inline-table;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.more-contents li{
	width: 28%;
	height: auto;
	display: inline-table;
	padding: 10px;
	margin: 5px;
	background: inherit;
	text-align: left;
}
.more-contents li p > a {
	text-decoration: none;
	color : #039cff;
}
.more-contents li p > a:hover {
	color: #000;
	transition : 0.5s ease-in;
}
.more-contents li p > span {
	padding: 5px;
	display: block;
	text-align: center;
	color: #310858;
}
.more-contents li > div{
	height: 200px;
	width: 96%;
	margin: 2px auto;
	border-radius: 4px;
	background: #000;
}
/* mid grid ad */
.more-contents .first-grid-ad {
	display: none;
}
.more-contents li.first-grid-ads p span > label{
	font-family: "Time New Roman",serif;
	font-size: 14px;
	padding: 6px;
	border: 1px solid #000;
	border-radius: 4px;
}
/* most viewed */
.bd-more-content-wrap .most-viewed-grid {
	background: #e3e3e3ff;
	width: 28%;
	position: relative;
	border-radius: 6px;
	top: -130px;
}
.most-viewed-grid h3 {
	padding: 3px;
	margin-top: 5px;
}
.most-viewed-grid li{
	width: 98%;
	padding: 0px;
	margin: 2px;
}
.most-viewed-grid li > p{
	padding: 6px;
	line-height: 1.4em;
	font-size: 13px;
	margin: 0px;
}
.most-viewed-grid li p > a{
	color: navy;
}
.most-viewed-grid li p > a:hover{
	text-decoration: underline;
	transition : 0.5s ease-in;
}
.most-viewed-grid li p span > label{
	padding: 4px;
	border-radius: 4px;
	border: 1px solid #000;
}

/* last grid content */
.bd-more-content-wrap .last-grid{
	background: inherit;
	width: 100%;
	margin-top: 0px;
}
.last-grid li{
	width: 16%;
	background: inherit;
}
.last-grid li > div{
	height: 180px;
}
/* mozilla */
@-moz-document url-prefix() {
	.bd-more-content-wrap .last-grid {
		margin-top: -20px;
	}	
}
/* last grid ad */
.more-contents .ad-0,.more-contents .ad-1,
.more-contents .ad-2 {
	display: non;
}
.more-contents li#l-grid-ad p span > label{
	font-family: "Time New Roman",serif;
	font-size: 14px;
	padding: 6px;
	border: 1px solid #000;
	border-radius: 4px;
}
/*
.more-contents li.ad-0 p span > label,
.more-contents li.ad-1 p span > label,
.more-contents li.ad-2 p span > label{
	font-family: "Time New Roman",serif;
	font-size: 14px;
	padding: 6px;
	border: 1px solid #000;
	border-radius: 4px;
}
*/


@media screen and (max-width: 1175px) { 	
	.bd-more-content-wrap .last-grid{
		border-radius: inherit;
		margin-top: -70px;
	}
}

@media screen and (max-width: 920px) { 
	.mid-grid li{
		width: 42%;
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	}
	.bd-more-content-wrap .last-grid{
		background: inherit;
		margin-top: -50px;
	}
	.last-grid li {
		width: 20%;
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	}
}



@media screen and (max-width: 830px) { 
    /* big grid */
	.big-grid {
		width: 94%;
		left: 2.6%;
		position: relative;
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	}
	.big-grid li{
		width: 40%;
		margin: 16px;
		display: inline-table;
		height: 550px;
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	}
	.big-grid li:first-child {
		left: 2.8%;
	}
	.big-grid li > div{
		height: 280px;
	}
	/* mid grid */
	.mid-grid {
		width: 92%;
		left: 2.6%;
		position: relative;
		text-align: center;
		top: -30px;
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	}
	.mid-grid li{
		width: 30%;
		text-align: left;
	}
	.mid-grid li > div{
		height: 200px;
	}
	/* more contents */
	.bd-more-content-wrap .first-grid{
		background: inherit;
	}
	.first-grid li{
		width: 42%;
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	}
	.bd-more-content-wrap .last-grid {
		margin-top: 10px;
	}
	.last-grid li {
		width: 28%;
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	}

}

@media screen and (max-width: 700px) { 
	.mid-grid li{
		width: 44%;
	}
}


@media screen and (max-width: 600px) { 

    .bd-content-wrap h2 {
    	font-family: "Time New Roman",tahoma,serif;
    	text-align: left;
    	margin-left: 2%;
    	font-size: 30px;
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
	.big-grid li{
		background: #2d2121;
		border-radius: 6px;
		display: block;
		width: 96%;	
		margin-left: 0%;
		height: 350px;
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	}
	.big-grid li:first-child {
		left: -10px;
	}
	.big-grid li > div{
		height: 320px;
		width: 99%;
	}
	.big-grid li > h3{
		font-size: 18px;
		background: #2d2121;
		padding: 6px;
		opacity: 0.9;
		color: gray;
		width: 80%;
		top: -190px;
		left: 10px;
		position: relative;
    }
	.big-grid li h3 > a{
		color: #fff;
	}
    /* medium */
    .mid-grid li > h3{
		font-size: 18px;
	}
    .mid-grid li h3 > span{
    	font-size: 15px;
    	text-align: left;
    }
    /* more contents */
	.bd-more-content-wrap .first-grid,
	.bd-more-content-wrap .last-grid {
		width: 100%;
		background: inherit;
	}
	.first-grid li , .last-grid li{
		width: 94%;
	}
	.first-grid li > div , 
	.last-grid li > div {
		width: 100px;
		float: left;
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
		height: 100px;
	}
	.first-grid li > p , 
	.last-grid li > p{
		width: 86%;
		margin-left: 40px;
		position: relative;
		left: 20px;
		top: 20px;
	}
	/* most viewed */
     .bd-more-content-wrap .most-viewed-grid {
		top: 10px;
		width: 96%;
		left: 2%;
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	}
	.most-viewed-grid li{
		width: 99%;
		margin: 4px;
	}
	/* last content */
	.bd-more-content-wrap .last-grid{
		position: relative;
		top: 10px;
	}
}


@media screen and (max-width: 500px) { 
    .mid-grid {
	    width: 95%;
	    left: 0px;
    }
    .mid-grid li{
    	width: 44%;
    	display: inline-block;
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
}

@media screen and (max-width: 350px) { 
    .mid-grid li{
	    width: 96%;
    }
    .mid-grid li > div{
	    width: 90%;
	    height: 300px;
    }

}