#homebanner{
	margin:20px auto;
	background:#f5f5f5;
	max-width:1380px;
}

#homebanner .owl-dots{
	position: absolute;
	width: 100%;
	bottom: 5px;
	display:none;
}

#homebanner-mobile{
	margin:0 auto;
	background:#f5f5f5;
	display:none;
}

#homebanner-mobile .owl-dots{
	display:none;
}

.socialfollow{
	margin: 10px 0;
	text-align: center;
	background: #ffca27;
}

.socialfollow span{
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}

.socialfollow .sfitems{
	font-size:0;
}

.socialfollow .sfitems .item{
	display: inline-block;
	width: 25%;
	color: #fff;
	font-size: 30px;
	padding: 10px 0;
}

.socialfollow .sfitems .fb{
	background: #316FF6;
}

.socialfollow .sfitems .insta{
	background: #E1306C;
}

.socialfollow .sfitems .youtube{
	background: #FF0000;
}

.socialfollow .sfitems .whatsapp{
	background: #25d366;
}

.ajaxblock{
	opacity:0.3;
}

.homeblocks{
	min-height:50px;
}

.homeblocks .greybox{
	background:#f5f5f5;
	padding:30px;
	margin-top:20px;
}

#featuredpublishers,
#featuredauthors,
.featuredoptions{
	font-size:0;
}

#featuredpublishers .item,
#featuredauthors .item,
.featuredoptions .item{
	display: inline-block;
	vertical-align: top;
	padding: 15px 6%;
	position: relative;
}

#featuredpublishers .item img,
#featuredauthors .item img,
.featuredoptions .item img{
	width:100%;
	height: auto;
	max-width:150px;
}

#featuredauthors .item h5,
.featuredoptions .item h5{
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0;
}

#featuredauthors .item h5 font,
.featuredoptions .item h5 font{
	font-size: 12px;
	color: #999;
	font-weight: 300;
}

#homeadsrow3,
#homeadsrow2,
#homeadsrow1{
	font-size:0;
}

#homeadsrow3 .greybox,
#homeadsrow2 .greybox,
#homeadsrow1 .greybox{
	padding:0;
}

#homeadsrow3 .item{
	width:33.33%;
	margin:0;
	display:inline-block;
	vertical-align:top;
	padding: 10px;
}

#homeadsrow2 .item{
	width:46%;
	margin:20px 2%;
	display:inline-block;
	vertical-align:top;
}

#homeadsrow1 .item{
	width:100%;
	margin:0;
	display:inline-block;
	vertical-align:top;
}


#homeadsrow3 .item img,
#homeadsrow2 .item img,
#homeadsrow1 .item img{
	width:100%;
}

#homepagetext{
	margin:50px 0 -20px;
	padding:20px 0;
}

#homepagetext h2{
	font-size:20px;
	line-height:24px;
	margin:5px 0;
	text-align:left;
	color:#555;
}

#homepagetext h3{
	font-size:16px;
	line-height:20px;
	margin:5px 0;
	text-align:left;
	color:#777;
}

#homepagetext p{
	font-size:12px;
	line-height:18px;
	margin:5px 0;
	text-align:left;
	color:#999;
}

#homepagetext h2 a{
	color:#555;
}

#homepagetext h3 a{
	color:#777;
}

#homepagetext p a{
	color:#999;
}

#authorinfocus .left{
	display:inline-block;
	vertical-align:top;
	width:21%;
	margin-right:5%;
	padding:15px;
	background:#F2663A;	
}


#authorinfocus .left img{
	width:100%;
	height: auto;
}

#authorinfocus .left h5{
	font-size:20px;
	margin:10px 0 0;
	color:#fff;
}

#authorinfocus .left h5 font{
	font-size: 12px;
	color: #ddd;
	font-weight: 300;
}

#authorinfocus .right{
	display:inline-block;
	vertical-align:top;
	width:74%;
}

#homeadsrow5{
	font-size:0;
}

#homeadsrow5 .greybox{
	padding:0;
}

#homeadsrow5 .item{
	width:25%;
	margin:0;
	float:left;
	padding:3%;
}

#homeadsrow5 div.item:first-of-type{
	width:50%;
}

#homeadsrow5 .item img{
	width:100%;
}

.homemiddlebanner img{
	width:100%;
}

.collectiongrid .item{
	display: inline-block;
    vertical-align: top;
    padding: 15px 6%;
    position: relative;
}

@media screen and (max-width: 1379px) {
	
#homebanner{
	border:none;
	margin:0 auto;
}
	
}

@media screen and (max-width: 1119px) {

#authorinfocus .left{
	width:30%;
}
	
#authorinfocus .right{
	width:65%;
}
	
}

@media screen and (max-width: 899px) {

#authorinfocus .left{
	width:34%;
}
	
#authorinfocus .right{
	width:61%;
}
	
}

@media screen and (max-width: 767px) {

#homebanner{
	display:none;
}
	
#homebanner-mobile{
	display:block;
}

#homeadsrow3 .item{
	width:50%;
}

#homeadsrow3 .item:first-child{
	width:100%;
}

#homeadsrow5 .item{
	width:50%;
}

#homeadsrow5 div.item:first-of-type{
	width:100%;
}
	
}

@media screen and (max-width: 679px) {
	
#authorinfocus .left{
	width:100%;
	margin-right:0;
}
	
#authorinfocus .right{
	width:100%;
	display:none;
}	
	
}

@media screen and (max-width: 599px) {
	
#homeadsrow3 .item,
#homeadsrow2 .item{
	width:94%;
	margin: 15px 3%;
}	

#homeadsrow5 .item{
	width:100%;
}	


}