
/*------------------------------------ Slide Show1 ------------------------------------*/
div.SlideShow1
{
	position:relative;
}
div.SlideShow1 div.slideshowtitle
{
	background:#888;
	color:#fff;
	padding:5px 10px;
	text-align:right;
}
div.SlideShow1 div.slideshowtitle::before
{
	font:900 14px 'FontAwesome';
	content:"\f111";
	padding:0 0 0 5px;
}
div.SlideShow1 div.slides1
{
	display:none;
	cursor:pointer;
}
div.SlideShow1 div.slides1:hover
{}
div.SlideShow1 div.slides1 img
{
	width:100%;
	height:300px;
	margin-bottom:-9px;
	object-fit:cover;
}
div.SlideShow1 div.text1
{
	width:100%;
	text-align:center;
	padding:10px 5px 5px 5px;
	position:absolute;
	bottom:140px;
	background:rgba(0,0,0,0.5);
	line-height:1.5;
	display:none;
}
div.SlideShow1 div.text1 span
{
	font-size:13px;
	color:#fff;
	text-shadow:0 0 10px #000;
}
div.SlideShow1 div.text1 div
{
	color:#bbb;
	font-size:13px;
	margin:10px 0 0 0;
}
div.SlideShow1 div.prev1,div.SlideShow1 div.next1
{
	position:absolute;
	font:900 40px 'FontAwesome';
	color:rgba(255,255,255,0.5);
	padding:10px;
	top:20%;
	cursor:pointer;
	transition:color 0.3s;
}
div.SlideShow1 div.prev1
{
	right:1%;
}
div.SlideShow1 div.next1
{
	left:1%;
}
div.SlideShow1 div.prev1:hover,div.SlideShow1 div.next1:hover
{
	color:rgba(255,255,255,1);
}
div.SlideShow1 div.prev1::after
{
	content:"\f105";
}
div.SlideShow1 div.next1::after
{
	content:"\f104";
}
div.slidethumbs1
{
	display:flex;
}
div.slidethumbs1 div.thumb1
{
	height:85px;
	filter:grayscale(100%);
	transition:filter 0.6s;
	cursor:pointer;
	margin:5px 0 0 0;
	opacity:0.8;
}
div.slidethumbs1 div.thumb1:not(:last-child)
{
	margin-left:5px;
}
div.slidethumbs1 div.active,div.slidethumbs1 div.thumb1:hover
{
	filter:none;
	opacity:1;
}
div.slidethumbs1 div.thumb1 img
{
	width:100%;
	height:100%;
	object-fit:cover;
}
div.slidedots1
{
	margin:10px 0 0 0;
}
div.slidedots1 span.dot1
{
	height:15px;
	width:15px;
	margin:0 1px;
	background:#bbb;
	border-radius:50%;
	display:inline-block;
	transition:background 0.6s;
	cursor:pointer;
}
div.slidedots1 span.active,div.slidedots1 span.dot1:hover
{
	background:#444;
}
@media only screen and (min-width:992px)
{
	div.SlideShow1 div.slides1 img	{ height:500px; }
	div.SlideShow1 div.text1		{ display:block; }
	div.SlideShow1 div.text1 span	{ font-size:17px; }
	div.SlideShow1 div.text1 div	{ font-size:15px; }
	div.SlideShow1 div.prev1		{ font-size:50px; top:40%; transform:translate(0,-50%); }
	div.SlideShow1 div.next1		{ font-size:50px; top:40%; transform:translate(0,-50%); }
}
/*------------------------------------ Fast Content ------------------------------------*/
.fastcontent
{
	position:fixed;
	bottom:0;
	background:#f25e61;
}
.fastcontent span
{
	color:#fcba40;
}
.fastcontent a
{
	color:#111;
}
.fastcontent a:hover
{
	color:#fcba40;
}
/*------------------------------------ Vote ------------------------------------*/
div[class^='votebar']
{
	width:4px;
	height:15px;
	display:inline-block;
}
div.votebar1	{ background:#00f; }
div.votebar2	{ background:#f00; }
div.votebar3	{ background:#080; }
div.votebar4	{ background:#f0f; }
div.votebar5	{ background:#f80; }
div.votebar6	{ background:#08f; }
div.votebar7	{ background:#088; }
div.votebar8	{ background:#888; }
div.votebar9	{ background:#222; }
div.votebar10	{ background:#ff0; }
/*------------------------------------ ImportantSite ------------------------------------*/
div.importantsite span::before
{
	font:900 16px 'FontAwesome';
	content:"\f0d9";
	margin:0 5px;
}
div.importantsite img
{
	width:100%;
	max-width:64px;
}
/*------------------------------------ Advertisement ------------------------------------*/
div.advertisement
{}
div.advertisement>div
{
	padding:15px 15px 0 15px;
}
@media only screen and (min-width:992px)
{
	div.advertisement>div
	{
		padding:15px;
	}
}
/*------------------------------------ List Latest2 ------------------------------------*/
div.ll2							{ width:270px; margin:auto; }
div.ll2block					{ min-width:260px; width:260px; height:220px; }
div.ll2block img				{ transition:all 3s; }
div.ll2block img:hover			{ transform:scale(1.2); }
div.ll2text						{ background:rgba(0,0,0,0.4); transition:all 0.5s; }
div.ll2block:hover div.ll2text	{ height:60px; }
@media only screen and (min-width:1200px)
{
	div.ll2	{ width:810px; }
}
/*------------------------------------ More View ------------------------------------*/
div.moreviewshits:hover	{ background:#333; }
/*------------------------------------ Category Latest1 ------------------------------------*/
div.cl1					{ margin:20px 0; }
div.cl1first			{ height:490px; background-position:center; background-size:cover; }
div.cl1firsttext		{ bottom:45px; }
div.cl1firstdate		{ bottom:15px; }
@media only screen and (min-width:992px)
{
	div.cl1	{ margin:20px 0 20px 20px; border-radius:5px; }
}
/*------------------------------------ Category Latest2 ------------------------------------*/
div.cl2							{ margin:25px 0; }
div.cl2image					{ max-width:350px; }
div.cl2image img				{ min-height:225px; transition:all 3s; }
div.cl2image img:hover			{ transform:scale(1.2); }
div.cl2text						{ background:rgba(0,0,0,0.4); transition:all 0.5s; }
div.cl2image:hover div.cl2text	{ height:0; }
@media only screen and (min-width:992px)
{
	div.cl2			{ margin:20px 20px 20px 0; border-radius:5px; }
	div.cl2image	{ max-width:275px; max-height:250px; }
}
/*------------------------------------ categorylatest3 ------------------------------------*/
div.cl3title			{ background:#822B84; }
div.cl3title a			{ color:#fff; }
div.cl3title a:hover	{ color:#000; }
div.cl3block			{ border-right:6px solid #822B84; }
div.cl3block a			{ color:#822B84; }
div.cl3block a:hover	{ color:#f00; }
/*------------------------------------ categorylatest4 ------------------------------------*/
div.cl4					{ margin:25px 15px; }
div.cl4title			{ background:#822B84; }
div.cl4title a			{ color:#fff; }
div.cl4title a:hover	{ color:#000; }
div.cl4block			{ border-right:6px solid #822B84; }
div.cl4block a			{ color:#822B84; }
div.cl4block a:hover	{ color:#f00; }
@media only screen and (min-width:992px)
{
	div.cl4				{ margin:0 0 0 20px; }
}
/*------------------------------------ Category Latest5 ------------------------------------*/
div.cl5					{ margin:25px 15px; }
div.cl5image img		{ transition:all 3s; }
div.cl5image img:hover	{ transform:scale(1.2); }
div.cl5text				{ margin:10px 0 0 0; }
div.cl5block			{ max-width:100%; }
@media only screen and (min-width:992px)
{
	div.cl5				{ margin:35px 0; }
	div.cl5text			{ margin:0 15px 0 0; }
	div.cl5block		{ max-width:220px; }
}
/*------------------------------------ Category Latest6 ------------------------------------*/
div.cl6					{ margin:25px 15px; }
div.cl6block			{ max-width:350px; }
div.cl6image img		{ transition:all 3s; }
div.cl6image img:hover	{ transform:scale(1.2); }
@media only screen and (min-width:992px)
{
	div.cl6				{ margin:20px 0 20px 20px; }
	div.cl6block		{ max-width:270px; }
}
/*------------------------------------ Categories Icons ------------------------------------*/
div.categoryicon		{ background:#eee; max-width:330px; transition:all 0.3s; }
div.categoryicon:hover	{ background:#ddd; }
@media only screen and (min-width:992px)
{
	div.categoryicon	{ max-width:275px; }
}
/*------------------------------------ All Categories ------------------------------------*/
div.allcategories
{}
div.allcategories > div
{
	border:1px dashed #bbb;
}
div.allcategories > div:hover
{
	background:#f4f4f4;
}
/*------------------------------------ Content ------------------------------------*/
div.contenticons a
{
	font:900 34px 'FontAwesome';
	color:#444;
	margin:0 3px 0 0;
}
div.contenticons a:hover
{
	color:#000;
}
a.savetext::before
{
	content:"\f15c";
}
a.savehtml::before
{
	content:"\f15c";
	font-weight:400;
}
a.print::before
{
	content:"\f02f";
}
a.tellfriend::before
{
	content:"\f007";
}
div.contentsocialmedia
{}
div.contentsocialmedia a
{
	font:400 24px 'FontAwesome';
	color:#555;
	display:inline-block;
	margin:0 4px;
}