<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*modern*/
.pcmodern {
	overflow:hidden !important;
	/*cursor:pointer;*/

}
.pcmodern a{
	color:#FFFFFF !important;

}
.pcmodern img {
	opacity: 1;
	overflow:hidden !important;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	-webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
	max-height:100% !important;
	max-width:100% !important;
	height:auto !important;
    transition: all .5s ease;
	margin:0 !important;
	padding:0 !important;
	border:none !important;
	outline:none !important;

}
.pcmodern:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
	opacity: .1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    transition: all .5s ease;

}
.modern-top-box {
	position:absolute;
	padding:10px 10px ;
	left: -600px;
	top:0px;
	color: #fff;
	text-align:left;
	width: calc(100% - 4px);
	box-sizing: border-box;
	cursor:pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
          transition: all 0.4s ease;
	}
.modern-top-box .font20{
	font-size:20px !important;
	}
.modern-top-box .font18{
	font-size:18px !important;
	}
.modern-top-box .font16{
	font-size:16px !important;
	}
.modern-top-box .font14{
	font-size:14px !important;
	}
.modern-top-box .font12{
	font-size:12px !important;
	}
.modern-top-box .font11{
	font-size:11px !important;
	}
.modern-top-box .font10{
	font-size:10px !important;
	}
.pcmodern:hover .modern-top-box{
	left: 0px;
  -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  transform: translate3d(0px,0px,0px);
  filter: brightness(1.01);
}
.modern-top-box-title{
	text-transform:uppercase;
	font-weight: 500;
	margin-bottom:5px;
	text-shadow: 0px 1px 0px rgba(51,51,51,0.1);
	-webkit-font-smoothing: antialiased;
}
.modern-top-box-author, .modern-top-box-cat,.modern-top-box-votes{
	text-transform:uppercase;
	font-weight: 300;
}
.modern-bottom-box {
	position:absolute;
	padding:10px 10px ;
	bottom: -200px;
	font-size:12px;
	color: #fff;
	width: calc(100% - 4px);
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-align:right;
	}
.modern-bottom-box .fa-play	{
	color:#3dc0f1;

}
.pcmodern:hover .modern-bottom-box{
	bottom: 0px;
  -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  transform: translate3d(0px,0px,0px);
  filter: brightness(1.01);
}
.modern-bottom-box .fa-stack
{
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);
	transition:0.3s;
	cursor:pointer;
}
.modern-bottom-box .fa-stack:hover
{
	color:#fff;
}
.modern-bottom-box .fa-stack:hover
{
	-ms-transform: rotate(240deg); /* IE 9 */
    -webkit-transform: rotate(240deg); /* Safari */
    transform: rotate(240deg);
	transition: 0.8s;
	transform-style: preserve-2d;
}
.modern-bottom-box a{
	display:inline !important;
	float:none !important;

}
.modern-image-box {
	overflow:hidden !important;
	cursor:pointer;
	line-height:0;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.modern-image-box img{
   background-size: cover !important;
   background-position:center !important;
   background-repeat:no-repeat !important;
}
.pcmodern:hover{
	background-color:#3dc0f1;
}
.vc-one-full{
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position:relative !important;
	text-align:center;
	margin:0 auto 10px !important;
	max-width: 500px;
}
.vc-one-full img{
	max-height:750px !important;
	max-width:100%;
}
.vc-one-half {
	float:left !important;
	width: calc(50% - 5px) !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position:relative !important;
	margin:0 4px 4px 0!important;
}

.vc-one-third {
	float:left !important;
	width: calc(33.4% - 5px) !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position:relative !important;
	margin:0 4px 4px 0!important;
	display: block;

}
.vc-one-fourth {
	float:left !important;
	width: calc(25% - 4px) !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position:relative !important;
	margin:0 4px 4px 0!important;
	display: block;
}

.vc-one-fifth {
	float:left !important;
	width: calc(20% - 4px) !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position:relative !important;
	margin:0 4px 4px 0!important;
	display: block;
}
.vc-one-half a, .vc-one-third a, .vc-one-fourth a, .vc-one-half a img, .vc-one-third a img, .vc-one-fourth a img {
	float:left;
	margin:0 !important;
	width:100% !important;
}
.vc-one-half img {
	width:100% !important;
}
.vc-one-full img, .vc-one-half img, .vc-one-third img, .vc-one-fourth img, .vc-one-fifth img{
	box-shadow:none !important;
}
.fa-20x{
	font-size:20px;

}
.fa-18x{
	font-size:18px;

}
.fa-16x{
	font-size:18px;

}
.vc-one-half.pcmobile, .vc-one-full.pcmobile{
	display:none !important;
}
.pcmodern .pc-playicon30{
	display:inline-block;
	width:30px;
	height:30px;
	margin:0 4px 0 0;
	background: url("../assets/icons/playicon30.png") no-repeat center;
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg);
	transition:0.6s;
	cursor:pointer;
}
.pcmodern .pc-playicon40{
	display:inline-block;
	width:40px;
	height:40px;
	margin:0 4px 0 0;
	background: url("../assets/icons/playicon40.png") no-repeat center;
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg);
	transition:0.6s;
	cursor:pointer;
}
.pcmodern .pc-playicon50{
	display:inline-block;
	width:50px;
	height:50px;
	margin:0 4px 0 0;
	background: url("../assets/icons/playicon50.png") no-repeat center;
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg);
	transition:0.6s;
	cursor:pointer;
}

.modern-bottom-box .pc-playicon30:hover,
.modern-bottom-box .pc-playicon40:hover,
.modern-bottom-box .pc-playicon50:hover
{   -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari */
	transform: rotate(360deg);
	transition: 0.3s;
	transform-style: preserve-3d;
	color:#fff;
}
@media (max-width: 800px) {
.vc-one-half.pcmobile, .showm{
	display:block !important;
}
.vc-one-full.pcdesktop, .vc-one-half.pcdesktop, .vc-one-third.pcdesktop, .vc-one-fourth.pcdesktop, .vc-one-fifth.pcdesktop, .hidem {
	display:none !important;
}
}
@media (max-width: 500px) {
.vc-one-half.pcmobile{
	display:none !important;
}
.vc-one-full.pcmobile{
	display:block !important;
}

}
</pre></body></html>