/*
 * Modules Icons
*/
.svg-ellipsis-h-w-i {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='fill:%23fff'%3E%3Cpath d='M16,12A2,2 0 0,1 18,10A2,2 0 0,1 20,12A2,2 0 0,1 18,14A2,2 0 0,1 16,12M10,12A2,2 0 0,1 12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12M4,12A2,2 0 0,1 6,10A2,2 0 0,1 8,12A2,2 0 0,1 6,14A2,2 0 0,1 4,12Z'%3E%3C/path%3E%3C/svg%3E")}
/*
 * Modules Ads
*/
.adslot-modules{float:left;margin:0 0 15px;position:relative;width:100%}
.adslot-modules p{margin:auto;text-align:center}
.rtl .adslot-modules{float:right}
/*
 * Modules
 *
*/
.module-wrapper{background-color:#fff;width:100%;margin:0 0 15px;display:inline-block}
.module-head{width:100%;float:left;position:relative}
.module-head .module-head-title{float:left;text-indent:10px}
.module-head .module-head-title span{position:relative;color:#fff;z-index:5}
.module-head .svg-icon {background-repeat:no-repeat;right:10px;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);background-position:center;background-size:36px 36px;width:36px;height:28px}
.rtl .module-head,
.rtl .module-head .module-head-title{float:right}
.rtl .module-head .svg-icon{right:auto;left:10px}
.module-body{width:100%;display:inline-block;background-color:#fff;padding:7px;list-style:none;position:relative}
.module-body ul{list-style:none}
.module-body .meta{display:inline-block;color:#656c7a;margin:0 0 5px}
.module-body .meta span{display:inline-block;text-indent:5px}
.module-body .meta span:before{content:"/";font-size:80%;padding:0 5px 0 0}
.rtl .module-body .meta span:before{content:"/";font-size:80%;padding:0 0 0 5px}
.module-body .module-head-title,
.module-body p{width:100%;display:inline-block}
.module-body p{color:#656c7a}
.dark .module-wrapper{background-color:#1d2327}
.dark .module-body p{color:#bdc1c6}
.dark .module-body li{border-color:#272F34!important}
.dark .module-head .module-head-title a{color:#fff !important}
.dark .module-body .meta{color:#bdc1c6}
/*
 * Dark Style
 *
*/
.module-body-dark {padding:10px 7px 0}
.module-body-dark a{color:#fff}
.module-body-dark span{color:#ccc!important}
.module-body-dark p{color:#bdc1c6!important}
.module-body-dark .bg-trans span{color:#fff!important}
.module-body-dark  li{border-color:#333}
/*
 * 4 Columns
*/
.module-sm{width:100%;display:inline-block}
.module-wrapper-sm{width:24.25%;margin:0 1% 15px 0;vertical-align:top;vertical-align:top;display:inline-block}
.module-wrapper-sm-rm{margin:0 0 15px!important}
.rtl .module-wrapper-sm{margin:0 0 15px 1%}
.module-body-sm{width:100%;display:inline-block;padding:7px;list-style:none;position:relative}
.module-body-sm ul{list-style:none}
.dark .module-body-sm p{color:#ddd}
.dark .module-body-sm li{border-color:#272F34}
@media only screen and (max-width:986px) and (min-width:768px){
	.module-wrapper-sm{width:49%;margin:0 2% 15px 0}
	.rtl .module-wrapper-sm{margin:0 0 15px 2%}
	.module-wrapper-sm-rm2{margin:0 0 15px!important}
}
@media only screen and (max-width:767px){
	.module-wrapper-sm{width:100%;margin:0 0 15px!important}
	.module-wrapper-sm-rm2{margin:0 0 15px!important}
}
/*
 * 2 Columns
*/
.module-2c{width:100%;display:inline-block}
.module-wrapper-2c{width:49.25%;float:left;margin:0 1.5% 15px 0;vertical-align:top}
.rtl .module-wrapper-2c{margin:0 0 15px 1.5%;float:right}
.module-wrapper-2c-rm{margin:0 0 15px!important}
.rtl .module-wrapper-2c-rm{margin:0 0 15px!important}
.dark .module-wrapper-2c{background-color:#1d2327}
@media only screen and (max-width:767px){
	.module-wrapper-2c{width:100%;margin:0 0 15px!important}
	.module-wrapper-2c-rm{margin:0 0 15px!important}
}
/*
 * 3 Columns
*/
.box-w3c{width:100%;display:inline-block}
.box-w3c-section{width:32.667%;display:inline-block;vertical-align:top;margin:0 1% 15px 0;}
.dark .box-w3c-section{background-color:#1d2327}
.box-w3c-section:nth-child(3n){margin:0 0 15px}
.rtl .box-w3c-section{margin:0 0 15px 1%}
.rtl .box-w3c-section:nth-child(3n){margin:0 0 15px}
@media only screen and (max-width:986px){
	.box-w3c-section {width:100%;margin:0 0 15px}
	.rtl .box-w3c-section {margin:0 0 15px}
}

.module-head{
	border-left:5px solid rgba(0,0,0, 0.3)
}
.rtl .module-head{
	border-right:5px solid rgba(0,0,0, 0.3);
	border-left:0 none
}
.module-body-sm,
.module-body{
	border-right:1px solid #ebedef;
	border-left:5px solid #ebedef;
	border-bottom:3px solid #ebedef
}
.rtl .module-body-sm,
.rtl .module-body{
	border-right:5px solid #ebedef;
	border-left:1px solid #ebedef;
	border-bottom:3px solid #ebedef
}
.dark .module-body,
.dark .module-body-sm,
.rtl .module-body-dark,
.module-body-dark{
	background-color:#1d2327;
	border-color:#2A3238;
}
.module-body-dark,
.rtl .module-body-dark,
.rtl.dark .module-body-dark
.dark .module-body-dark {
  border-width:5px !important;
}
/*
 * Block C - 3 Columns
*/
.col3 {
	display:flex;
	flex-direction:row;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	position:relative;
	z-index:0;
	width:100%;
}
@media only screen and (max-width:986px){
	.col3 {
		display:block!important;
	}
}
/*
 * Block C - Box
*/
.col3-content {
	-webkit-box-ordinal-group:3;
	margin:0;
}
.col3-content.order-1 {
	-webkit-order:1;
	-ms-flex-order:1;
	order:1;
}
.col3-content.order-2 {
	-webkit-order:2;
	-ms-flex-order:2;
	order:2;
}
.w1170 .col3-content{
	width:590px
}
.w986 .col3-content{
	width:495px
}
@media only screen and ( max-width:1219px ){
	.col3-content{
		width:495px!important
	}
}
@media only screen and (max-width:986px){
	.col3-content{
		display:inline-block;
		width:100%!important;
		margin:0 0 10px!important
	}
}
/*
 * Block C - Widgets
*/
.col3-sidebar {
	-webkit-box-ordinal-group:3;
}
.col3-sidebar.order-1 {
	-webkit-order:1;
	-ms-flex-order:1;
	order:1;
	margin:0 15px 0 0;
}
.col3-sidebar.order-2 {
	-webkit-order:2;
	-ms-flex-order:2;
	order:2;
	margin:0 0 0 15px;
}
.rtl .col3-sidebar.order-1 {
	margin:0 0 0 15px;
}
.rtl .col3-sidebar.order-2 {
	margin:0 15px 0 0;
}
.w1170 .col3-sidebar{
	width:330px
}
.w986 .col3-sidebar{
	width:290px
}
@media only screen and ( max-width:1219px ){
	.col3-sidebar{
		width:290px!important
	}
}
@media only screen and (max-width:986px) and (min-width:768px){
	.col3-sidebar{
		-webkit-box-ordinal-group:1;
		display:block!important;
		width:100%!important;
		-webkit-columns:2;
		-moz-columns:2;
		columns:2;
		-webkit-column-gap:15px;
		-moz-column-gap:15px;
		column-gap:15px;
		position:relative;
		z-index:0;
		margin:0 0 10px!important
	}
}
@media only screen and (max-width:767px){
	.col3-sidebar{
		display:inline-block;
		width:100%!important;
		margin:0 0 10px!important
	}
}
/*
 * Block C - List
*/
.col3-vertical{
	-webkit-box-ordinal-group:3;
	-webkit-order:3;
	-ms-flex-order:3;
	order:3;
	margin:0 0 0 15px;
}
.rtl .col3-vertical {
	margin:0 15px 0 0;
}
.w1170 .col3-vertical{
	width:209px
}
.w986 .col3-vertical{
	width:179px
}
@media only screen and ( max-width:1219px ){
	.col3-vertical{
		width:179px!important
	}
}
@media only screen and (max-width:986px){
	.col3-vertical{
		display:inline-block;
		width:100%!important;
		margin:0 0 10px!important
	}
}
/*
 * Module 1
*/
.module-1a{width:100%;display:inline-block;padding:0 0 10px;margin:0 0 10px;border-bottom:1px solid #e9edf0}
.module-1a img{width:100%}
.module-1a .thumbnail{width:50%;margin-right:2%;float:left}
.module-1a h2{width:48%;margin:0 0 5px}
.module-1a p,
.module-1a .meta{width:48%}
.module-1b{width:49%;padding:0 0 5px;margin:0 2% 5px 0;border-bottom:1px solid #e9edf0;display:inline-block;vertical-align:top;}
.module-1b.nth-child-2n{margin:0 0 5px}
.module-1b.nth-last-of-type-2{border-bottom:none}
.module-1b .thumbnail{float:left;width:40%;margin-right:2%}
.module-1b img{width:100%}
.module-1b h2{width:58%}
.module-1b .meta{width:58%}
.rtl .module-1a .thumbnail{margin-right:0;margin-left:2%;float:right}
.rtl .module-1b{margin:0 0 5px 2%}
.rtl .module-1b.nth-child-2n{margin:0 0 5px}
.rtl .module-1b.nth-last-of-type-2{border-bottom:none}
.rtl .module-1b .thumbnail{float:right;margin-right:0;margin-left:2%}
@media only screen and (max-width:767px){
	.module-1a .thumbnail{width:100%;margin:0 0 10px}
	.module-1a .meta,
	.module-1a h2,
	.module-1a p{width:100%}
	.module-1b{width:100%;margin:0 0 5px}
	.rtl .module-1b{margin:0 0 5px}
	.module-1b.nth-child-2n{margin:0 0 5px}
	.module-1b.nth-last-of-type-2{border-bottom:1px solid #e9edf0!important}
	.module-1b.last-child{border-bottom:none!important;padding-bottom:0!important;margin-bottom:0!important}
}
/*
 * Module 2
*/
.module-2a{width:50%;margin-right:1%;float:left}
.module-2a .thumbnail{display:inline-block;width:100%;margin-bottom:5px}
.module-2a img{width:100%}
.module-2a h2{margin:0 0 5px}
.module-2a .meta{width:100%}
.rtl .module-2a{margin-right:0;margin-left:1%;float:right}
.module-2b{width:49%;padding:0 0 5px;margin:0 0 5px;border-bottom:1px solid #e9edf0;float:right;clear:right;}
.module-2b img{width:100%}
.module-2b .thumbnail{float:left;width:40%;margin-right:2%}
.module-2b h2{display:inline-block;width:58%}
.module-2b .meta{width:58%;margin:0 0 5px}
.rtl .module-2b{float:left;clear:left;}
.rtl .module-2b .thumbnail{float:right;margin-right:0;margin-left:2%}
.module-2b.last-child,
.rtl .module-2b.last-child{margin:0;padding:0;border-bottom:none}
@media only screen and (max-width:767px){
	.module-2a{width:100%;margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #e9edf0}
	.module-2b{width:100%}
}
/*
 * Module 3
*/
.module-3a{width:50%;margin-right:2%;float:left}
.module-3a .thumbnail{display:inline-block;width:100%;margin-bottom:5px;position:relative}
.module-3a .thumbnail img{width:100%}
.module-3a .thumbnail .module-3i{position:absolute;bottom:0;right:0;padding:30px 10px 5px;width:100%;background:rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0}
.module-3a .thumbnail .module-3i h2{margin:0 0 5px;color:#fff}
.module-3a .thumbnail .module-3i a{color:#fff!important}
.module-3a .meta{color:#fff;margin:0 0 5px}
.module-3b{width:48%;padding:0 0 5px;margin:0 0 5px;border-bottom:1px solid #e9edf0;float:left}
.module-3b:before{content:" \2022 ";color:#ccc;display:table-cell;font-size:25px;line-height:20px;vertical-align:top}
.module-3b h2{display:table-cell;padding:0 0 0 5px}
.rtl .module-3a{margin-right:0;margin-left:2%;float:right}
.rtl .module-3a .thumbnail .module-3i{right:0;left:auto}
.rtl .module-3b{float:right}
.rtl .module-3b .thumbnail{float:right;margin-right:0;margin-left:2%}
.rtl .module-3b h2{padding:0 5px 0 0}
.module-3b.last-child,
.rtl .module-3b.last-child{margin:0;padding:0;border-bottom:none}
@media only screen and (max-width:767px){
	.module-3a{width:100%;margin:0}
	.module-3b{width:100%}
}
/*
 * Module 4
*/
.module-4{width:32.667%;margin-right:1%;margin-bottom:5px;padding-bottom:5px;vertical-align:top;display:inline-block}
.module-4.nth-child-3{margin-right:0}
.module-4 .thumbnail{position:relative;width:100%;margin:0 0 5px}
.module-4 .thumbnail img{width:100%}
.module-4 .thumbnail .date{position:absolute;left:5px;bottom:5px;padding:5px 10px;color:#fff;border-radius:3px}
.rtl .module-4{margin-right:0;margin-left:1%;}
.rtl .module-4.nth-child-3{margin-left:0;margin-right:0}
.rtl .module-4 .thumbnail .date{right:5px;left:auto}
@media only screen and (max-width:767px){
	.module-4{width:100%;margin:0 0 5px!important;padding-bottom:5px}
	.module-4 .thumbnail{width:40%;margin:0 2% 0 0;float:left}
	.rtl .module-4 .thumbnail{margin:0 0 0 2%;float:right}
	.module-4 h2{width:58%}
	.module-4.last-child,
	.rtl  .module-4.last-child{margin:0!important;padding:0!important}
}
@media only screen and (max-width:559px){
	.module-4 .thumbnail .date{display:none}
	.module-4.last-child,
	.rtl  .module-4.last-child{margin:0!important;padding:0!important}
}
/*
 * Module 5
*/
.module-5{width:24.25%;margin-right:1%;margin-bottom:1%;vertical-align:top;display:inline-block}
.module-5.nth-child-4{margin-right:0}
.module-5 .thumbnail{display:block;width:100%;position:relative}
.module-5 .thumbnail img{width:100%}
.module-5 .thumbnail .module-5i{position:absolute;bottom:0;right:0;padding:30px 10px 5px;width:100%;background:rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.95) 100%) repeat scroll 0 0}
.module-5 .thumbnail .module-5i h2{margin:0 0 5px;color:#fff}
.module-5 .thumbnail .module-5i a{color:#fff!important}
.module-5 .meta{width:100%;color:#fff;margin:0 0 5px}
.rtl .module-5{margin-right:0;margin-left:1%}
.rtl .module-5.nth-child-4{margin-right:0;margin-left:0}
.rtl .module-5 .thumbnail .module-5i{right:0;left:auto}
.module-5.nth-last-of-type-2,
.rtl .module-5.nth-last-of-type-2{margin-bottom:0}
@media only screen and (max-width:767px){
	.module-5{width:49%;margin-right:2%}
	.module-5.nth-child-4{margin-right:2%}
	.module-5.nth-child-2{margin-right:0}
	.rtl .module-5{margin-left:2%;margin-right:0}
	.rtl .module-5.nth-child-4{margin-left:2%;margin-right:0}
	.rtl .module-5.nth-child-2{margin-left:0;margin-right:0}
}
/*
 * Module 6
*/
.module-6{width:49%;padding:0 0 5px;margin:0 2% 5px 0;border-bottom:1px solid #e9edf0;float:left}
.module-6.nth-child-2{margin:0 0 5px}
.module-6.nth-last-of-type-2{border-bottom:none;padding-bottom:0;margin-bottom:0;}
.module-6 .thumbnail{float:left;width:90px;margin-right:2%}
.module-6 .thumbnail img{width:90px;height:90px;border-radius:90px}
.module-6 .author-name{display:block;margin:0 0 5px}
.module-6 h2{display:inline}
.rtl .module-6{margin:0 0 5px 2%;float:right}
.rtl .module-6.nth-child-2{margin:0 0 5px}
.rtl .module-6.nth-last-of-type-2{border-bottom:none;padding-bottom:0;margin-bottom:0;}
.rtl .module-6 .thumbnail{float:right;margin-right:0;margin-left:2%}
@media only screen and (max-width:1219px){
	.module-6 .thumbnail{width:95px}
}
@media only screen and (max-width:767px){
	.module-6{width:100%;margin:0 0 5px}
	.rtl .module-6{margin:0 0 5px}
	.module-6.nth-child-2{margin:0 0 5px}
	.module-6.nth-last-of-type-2,
	.rtl .module-6.nth-last-of-type-2{border-bottom:1px solid #e9edf0;padding-bottom:5px;margin-bottom:5px}
	.module-6.last-child,
	.rtl .module-6.last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}
}
/*
 * Module 7
*/
.gal7-carosel-loaded{display:none}
.module-7{width:32.667%;margin-right:1%;margin-bottom:5px;padding-bottom:5px;vertical-align:top;display:inline-block}
.module-7 img{width:100%}
.module-7.nth-child-3{margin-right:0}
.module-7 .thumbnail {position:relative;width:100%}
.module-7 .thumbnail .date{position:absolute;left:5px;bottom:5px;padding:5px 10px;color:#fff;border-radius:3px}
.module-7 .thumbnail .mduration{position:absolute;right:5px;bottom:5px;padding:5px 10px;color:#fff;border-radius:3px}
.module-7 .thumbnail .mplay{position:absolute;left:5px;bottom:5px}
.module-7 h2{text-align:center;width:100%;margin:5px 0 0}
.rtl .module-7{margin-right:0;margin-left:1%}
.rtl .module-7.nth-child-3{margin-left:0;margin-right:0}
.rotator-group,
.rotator-body{position:relative;width:100%;display:inline-block;overflow:hidden;list-style:none}
.module-7-nav{width:100%;margin-top:5px;padding-bottom:5px;display:inline-block;text-align:center}
.module-7-nav svg{fill:#ddd;width:18px;height:18px}
.module-wrapper ul.unstyled{list-style:none}
.module-wrapper ul.unstyled li{margin:0;color:#ddd;cursor:pointer}
.module-wrapper ul.list-inline{list-style:none}
.module-wrapper ul.list-inline li{display:inline-block;margin:0 5px;width:auto}
@media only screen and (max-width:767px){
	.module-7{width:100%;margin:0 0 5px!important;padding-bottom:0}
	.module-7 .thumbnail{width:40%;margin:0 2% 0 0;float:left}
	.module-7 h2{width:58%;display:inline-block;text-align:left}
	.rtl .module-7 h2{text-align:right}
	.rtl .module-7 .thumbnail{margin:0 0 0 2%;float:right}
}
@media only screen and (max-width:559px){
	.module-7 .thumbnail .date{display:none}
}
/*
 * Module 8
*/
.module-8-cola {width:65%;margin-right:1%;float:left}
.module-8-colb {width:34%;float:left}
.module-8a{width:100%;display:inline-block;padding:0 0 10px;margin:0 0 10px;border-bottom:1px solid #e9edf0}
.module-8 img{width:100%}
.module-8a .thumbnail{width:50%;margin-right:2%;float:left}
.module-8a h2{width:48%;margin:0 0 5px}
.module-8a p,
.module-8a .meta{width:48%}
.module-8b{width:49%;padding:0 0 5px;margin:0 2% 5px 0;vertical-align:top;display:inline-block;border-bottom:1px solid #e9edf0}
.module-8b .thumbnail{float:left;width:40%;margin:0 2% 0 0}
.module-8b h2,
.module-8b .meta{width:58%;display:inline-block;vertical-align:top}
.module-8c{width:100%;padding:0 0 5px;margin:0 0 5px;border-bottom:1px solid #e9edf0;float:left}
.module-8c .thumbnail{float:left;width:40%;margin-right:2%}
.module-8c h2,
.module-8c .meta{width:58%}
.rtl .module-8-cola {margin-right:0;margin-left:1%;float:right}
.rtl .module-8-colb {float:right}
.rtl .module-8a .thumbnail{float:right;margin:0 0 0 2%}
.rtl .module-8b{margin:0 0 5px 2%}
.rtl .module-8b .thumbnail{float:right;margin:0 0 0 2%}
.rtl .module-8c{float:right}
.rtl .module-8c .thumbnail{float:right;margin:0 0 0 2%}
.module-8 .nth-child-3,
.module-8 .nth-child-5{margin:0 0 5px!important}
.module-8 .nth-child-4,
.module-8 .nth-child-5{border-bottom:none}
.module-8 .last-child{border-bottom:none!important}
@media only screen and (max-width:1219px){
	.module-8-cola {width:66%;margin-right:1%}
	.rtl .module-8-cola {margin-left:1%;margin-right:0}
	.module-8-colb {width:33%}
}
@media only screen and (max-width:986px) and (min-width:768px){
	.module-8-cola {width:100%;margin:0!important}
	.module-8-colb {width:100%}
	.module-8c{width:49%;margin:0 2% 5px 0}
	.rtl .module-8c{margin:0 0 5px 2%}
	.module-8 .nth-child-7,
	.module-8 .nth-child-9{margin:0 0 5px}
	.module-8 .nth-child-4,
	.module-8 .nth-child-5{border-bottom:1px solid #e9edf0}
	.module-8 .nth-child-8,
	.module-8 .nth-child-9{border-bottom:none}
	.module-8c.last-child{padding-bottom:0!important;margin-bottom:0!important}
}
@media only screen and (max-width:767px){
	.module-8-cola {width:100%;margin:0}
	.module-8-colb {width:100%}
	.module-8a .thumbnail{width:100%;margin:0 0 10px}
	.rtl .module-8a .thumbnail{margin:0 0 10px}
	.module-8a .meta,
	.module-8a h2,
	.module-8a p{width:100%}
	.module-8b{width:100%;margin:0 0 5px}
	.module-8b .meta{margin:0}
	.module-8b .thumbnail{width:40%}
	.module-8b h2,
	.module-8b .meta{width:58%}
	.rtl .module-8b{margin:0 0 5px}
	.module-8c .thumbnail{width:40%}
	.module-8c h2,
	.module-8c .meta{width:58%}
	.module-8 .nth-child-8,
	.module-8 .nth-child-4,
	.module-8 .nth-child-5{border-bottom:1px solid #e9edf0}
	.module-8 .nth-child-9{border-bottom:none}
	.module-8c.last-child{padding-bottom:0!important;margin-bottom:0!important}
}
@media only screen and (max-width:460px){
	.module-8b .meta,
	.module-8c .meta{display:none!important}
}
/*
 * Module 9
*/
.module-9{width:32.667%;padding:0 0 5px;margin:0 1% 5px 0;border-bottom:1px solid #e9edf0;vertical-align:top;display:inline-block}
.rtl .module-9{margin:0 0 5px 1%}
.module-9.nth-child-3{margin:0 0 5px}
.module-9.nth-last-of-type-3{border-bottom:none}
.module-9 .thumbnail{float:left;width:40%;margin:0 2% 0 0}
.module-9 .thumbnail img{width:100%}
.rtl .module-9 .thumbnail{float:right;margin:0 0 0 2%}
.module-9 h2,
.module-9 .meta{width:58%}
.w986 .module-9 .meta{display:none}
@media only screen and (max-width:1219px){
	.module-9 .meta{display:none}
}
@media only screen and (max-width:986px) and (min-width:768px){
	.module-9{width:49%}
	.module-9 .meta{display:none}
	.module-9 .thumbnail{width:40%}
	.module-9 h2,
	.module-9 .meta{width:58%}
	.module-9.nth-child-3{margin:0 1% 5px 0}
	.rtl .module-9.nth-child-3{margin:0 0 5px 1%}
	.module-9.nth-child-2{margin:0 0 5px}
	.module-9.nth-last-of-type-3{border-bottom:1px solid #e9edf0}
	.module-9.nth-last-of-type-2{border-bottom:none}
}
@media only screen and (max-width:767px){
	.module-9{width:100%;margin:0 0 5px}
	.rtl .module-9{margin:0 0 5px}
	.module-9 .meta{display:inline-block!important}
	.module-9.nth-child-3{margin:0 0 5px}
	.rtl .module-9.nth-child-3{margin:0 0 5px}
	.module-9.nth-child-2{margin:0 0 5px}
	.module-9.nth-last-of-type-2,
	.module-9.nth-last-of-type-3{border-bottom:1px solid #e9edf0}
	.module-9.last-child{border-bottom:none!important}
	.module-9.last-child{padding-bottom:0!important;margin-bottom:0!important}
}
/*
 * Module 10
*/
.module-10{width:32.66%;padding:0 0 5px;margin:0 1% 5px 0;border-bottom:1px solid #e9edf0;display:inline-block;vertical-align:top;}
.module-10.nth-child-3{margin:0 0 5px}
.module-10.nth-last-of-type-3{border-bottom:none}
.module-10 .thumbnail{float:left;width:90px;margin-right:2%}
.module-10 .thumbnail img{width:90px;height:90px;border-radius:90px}
.module-10 .author-name{display:block;line-height:1.6;margin:0 0 5px;font-weight:700}
.module-10 h2{display:inline;}
.rtl .module-10{margin:0 0 5px 1%}
.rtl .module-10.nth-child-3{margin:0 0 5px}
.rtl .module-10.nth-last-of-type-3{border-bottom:none}
.rtl .module-10 .thumbnail{float:right;margin-right:0;margin-left:2%}
@media only screen and (max-width:1219px){
	.module-10 .thumbnail{width:95px}
}
@media only screen and (max-width:986px) and (min-width:768px){
	.module-10{width:49.5%}
	.module-10.nth-child-3{margin:0 1% 5px 0!important}
	.rtl .module-10.nth-child-3{margin:0 0 5px 1%!important}
	.module-10.nth-child-2{margin:0 0 5px!important}
	.rtl .module-10.nth-child-2{margin:0 0 5px!important}
	.module-10.nth-last-of-type-3{border-bottom:1px solid #e9edf0}
	.rtl .module-10.nth-last-of-type-3{border-bottom:1px solid #e9edf0}
	.module-10.nth-last-of-type-2{border-bottom:none!important}
	.rtl .module-10.nth-last-of-type-2{border-bottom:none!important}
}
@media only screen and (max-width:767px) {
	.module-10{width:100%;margin:0 0 5px}
	.rtl .module-10{margin:0 0 5px}
	.module-10.nth-child-3{margin:0 0 5px}
	.module-10.nth-last-of-type-3{border-bottom:1px solid #e9edf0!important}
	.module-10.last-child{border-bottom:none!important;padding-bottom:0!important;margin-bottom:0!important}
}
/*
 * Module 11
*/
.module-11a{width:35%;margin-right:1%;float:left}
.module-11a p{margin-bottom:10px}
.module-11a .thumbnail{width:100%;display:inline-block;margin-bottom:5px}
.module-11a .thumbnail img{width:100%}
.module-11a h2{margin:0 0 5px}
.module-11a .meta{width:100%}
.module-11b{width:20.667%;margin-right:1%;margin-bottom:10px;vertical-align:top;display:inline-block}
.module-11b.nth-child-3n{margin-right:0}
.module-11b .thumbnail{width:100%;position:relative}
.module-11b .thumbnail img{width:100%}
.module-11b .thumbnail .date{position:absolute;left:5px;bottom:5px;padding:5px 10px;color:#fff;border-radius:3px}
.module-11b h2{padding:5px 0 0}
.rtl .module-11a{margin-left:1%;margin-right:0;float:right}
.rtl .module-11b{margin-left:1%;margin-right:0}
.rtl .module-11b.nth-child-3n{margin-left:0;margin-right:0}
.rtl .module-11b .thumbnail .date{left:auto;right:5px}
@media only screen and (max-width:986px) and (min-width:768px){
	.module-11a{width:100%;margin:0 0 5px!important}
	.module-11b{width:32.66%}
}
@media only screen and (max-width:767px) and (min-width:560px){
	.module-11a{width:100%;margin:0 0 10px!important}
	.module-11a .thumbnail{width:100%}
	.module-11b{width:49%;margin-right:2%}
	.module-11b.nth-child-3n{margin-right:2%!important}
	.module-11b.nth-child-2n{margin-right:0!important}
	.rtl .module-11b{margin-left:2%;margin-right:0}
	.rtl .module-11b.nth-child-3n{margin-left:2%!important;margin-right:0!important}
	.rtl .module-11b.nth-child-2n{margin-left:0!important;margin-right:0!important}
}
@media only screen and (max-width:559px){
	.module-11a{width:100%;margin:0 0 10px!important}
	.module-11a .thumbnail{width:100%}
	.module-11b{width:49%;margin-right:2%}
	.module-11b.nth-child-3n{margin-right:2%!important}
	.module-11b.nth-child-2n{margin-right:0!important}
	.rtl .module-11b{margin-left:2%;margin-right:0}
	.rtl .module-11b.nth-child-3n{margin-left:2%!important;margin-right:0!important}
	.rtl .module-11b.nth-child-2n{margin-left:0!important;margin-right:0!important}
}
/*
 * Module 12
*/
.module-12a{width:50%;margin-right:1%;float:left}
.module-12a .thumbnail{position:relative;width:100%}
.module-12a .thumbnail img{width:100%}
.module-12a .thumbnail .mduration{position:absolute;right:5px;bottom:5px;padding:5px 10px;color:#fff;border-radius:3px}
.module-12a .thumbnail .mplay{position:absolute;left:5px;bottom:5px}
.module-12a h2{margin:10px 0 5px}
.module-12a p{color:#ccc}
.module-12a .meta{color:#ccc;margin:10px 0 0;width:100%}
.module-12b{width:24%;margin-right:1%;margin-bottom:10px;vertical-align:top;display:inline-block}
.module-12b.nth-child-2n{margin-right:0}
.module-12b .thumbnail {position:relative;width:100%}
.module-12b .thumbnail img{width:100%}
.module-12b .thumbnail .mduration{position:absolute;right:5px;bottom:8px;padding:5px 10px;color:#fff;border-radius:3px}
.module-12b .thumbnail .mplay{position:absolute;left:5px;bottom:5px}
.module-12b  h2{margin:10px 0 5px;text-align:center;width:100%}
.rtl .module-12a{margin-left:1%;margin-right:0;float:right}
.rtl .module-12b{margin-left:1%;margin-right:0}
.rtl .module-12b.nth-child-2n{margin-left:0;margin-right:0}
@media only screen and (max-width:986px){
	.module-12a{width:100%;margin:0 0 10px!important}
	.module-12a .thumbnail{width:100%}
	.module-12b{width:49%;margin-right:2%}
	.module-12b.nth-child-2n{margin-right:0!important}
	.rtl .module-12b{margin-left:2%;margin-right:0}
	.rtl .module-12b.nth-child-2n{margin-left:0!important;margin-right:0!important}
}
/*
 * Module 13
*/
.module-13{width:33%;margin-right:0.5%;float:left;padding:0 0 0.5%}
.module-13.nth-child-3{margin-right:0}
.module-13 .thumbnail{display:block;width:100%;position:relative}
.module-13 .thumbnail img{width:100%}
.module-13 .thumbnail .module-13i{position:absolute;bottom:0;right:0;padding:30px 10px 5px;width:100%}
.module-13 .thumbnail .module-13i h2{margin:0 0 5px;color:#fff}
.module-13 .thumbnail .module-13i a{color:#fff!important}
.module-13 .meta{color:#fff;width:100%}
.rtl .module-13{margin-right:0;margin-left:0.5%;float:right}
.rtl .module-13.nth-child-3{margin-right:0;margin-left:0}
.rtl .module-13 .thumbnail .module-13i{right:0;left:auto}
@media only screen and (max-width:986px){
	.module-13{width:100%;margin:0 0 0.5%}
	.module-13 .thumbnail{width:100%;margin:0}
	.module-13 h2,
	.module-13 .meta{width:100%}
	.rtl .module-13,
	.rtl .module-13.nth-child-3{margin:0 0 0.5%}
	.module-13.last-child{padding-bottom:0!important;margin-bottom:0!important}
}
/*
 * Module 14
*/
.module-14{width:24.25%;margin-right:1%;margin-bottom:3px;float:left}
.module-14.nth-child-4{margin-right:0}
.module-14 .thumbnail{display:block;width:100%;position:relative}
.module-14 .thumbnail img{width:100%}
.module-14 .thumbnail .module-14i{position:absolute;bottom:0;right:0;padding:30px 10px 5px;width:100%;background:rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.95) 100%) repeat scroll 0 0}
.module-14 .thumbnail .module-14i h2{margin:0 0 5px;color:#fff}
.module-14 .thumbnail .module-14i a{color:#fff!important}
.module-14 .meta{width:100%;color:#fff}
.rtl .module-14{margin-right:0;margin-left:1%;float:right}
.rtl .module-14.nth-child-4{margin-right:0;margin-left:0}
.rtl .module-14 .thumbnail .module-14i{right:0;left:auto}
.module-14.nth-last-of-type-2,
.rtl .module-14.nth-last-of-type-2{margin-bottom:0}
@media only screen and (max-width:767px){
	.module-14{width:49%;margin-right:2%}
	.module-14.nth-child-4{margin-right:2%}
	.module-14.nth-child-2{margin-right:0}
	.rtl .module-14{margin-left:2%;margin-right:0}
	.rtl .module-14.nth-child-4{margin-left:2%;margin-right:0}
	.rtl .module-14.nth-child-2{margin-left:0;margin-right:0}
}
@media only screen and (max-width:559px){
	.module-14 .meta{display:none}
}
/*
 * Module 15
*/
.module-15{width:24.25%;margin-right:1%;margin-bottom:5px;padding-bottom:5px;vertical-align:top;display:inline-block}
.module-15.nth-child-4{margin-right:0}
.module-15 .thumbnail .date{position:absolute;left:5px;bottom:5px;padding:5px 10px;color:#fff;border-radius:3px}
.module-15 h2{text-align:center;width:100%;display:inline-block;margin:5px 0}
.module-15 .thumbnail{position:relative;width:100%;margin:0 0 5px}
.module-15 .thumbnail img{width:100%}
.module-15 .thumbnail .mduration{position:absolute;right:5px;bottom:5px;padding:5px 10px;color:#fff;border-radius:3px}
.module-15 .thumbnail .mplay{position:absolute;left:5px;bottom:5px}
.rtl .module-15{margin-right:0;margin-left:1%}
.rtl .module-15.nth-child-4{margin-left:0;margin-right:0}
.rtl .module-15 .thumbnail .date{right:5px;left:auto}
.rtl .module-15 .thumbnail .mduration{left:auto;right:5px}
.rtl .module-15 .thumbnail .mplay{left:5px;right:auto}
@media only screen and (max-width:986px){
	.module-15{width:49%;margin-right:2%}
	.module-15.nth-child-4{margin-right:2%}
	.module-15.nth-child-2{margin-right:0}
	.rtl .module-15{margin-left:2%;margin-right:0}
	.rtl .module-15.nth-child-4{margin-left:2%;margin-right:0}
	.rtl .module-15.nth-child-2{margin-left:0;margin-right:0}
}
/*
 * Module 16
*/
.module-16{width:32.66%;margin-right:1%;margin-bottom:5px;padding-bottom:5px;float:left}
.module-16.nth-child-3{margin-right:0}
.module-16 .thumbnail a{display:inline-block;width:100%}
.module-16 .thumbnail {position:relative;width:100%;margin:0 0 10px}
.module-16 .thumbnail img{width:100%}
.module-16 .thumbnail .date{position:absolute;right:5px;bottom:8px;padding:5px 10px;color:#fff;border-radius:3px}
.module-16 .thumbnail .mduration{position:absolute;right:5px;bottom:10px;padding:5px 10px;color:#fff;border-radius:3px}
.module-16 .thumbnail .mplay{position:absolute;left:5px;bottom:10px}
.module-16 h2{width:100%;text-align:center}
.rtl .module-16{margin-right:0;margin-left:1%;float:right}
.rtl .module-16.nth-child-3{margin-left:0;margin-right:0}
.rtl .module-16 .thumbnail {float:left}
.rotator-group-lg,
.rotator-body-lg{position:relative;width:100%;display:inline-block;overflow:hidden;list-style:none}
.module-16-nav{width:100%;margin-bottom:5px;padding-bottom:5px;display:inline-block;text-align:center}
.module-16-nav svg{fill:#ddd;width:18px;height:18px;}
.module-wrapper ul.unstyled{list-style:none}
.module-wrapper ul.unstyled li{margin:0;color:#ddd;cursor:pointer}
.module-wrapper ul.list-inline{list-style:none}
.module-wrapper ul.list-inline li{display:inline-block;margin:0 5px;width:auto}
.gal16-carosel-loaded{display:none}
@media only screen and (max-width:767px){
	.module-16{width:100%;margin:0 0 5px!important;padding-bottom:0}
	.module-16 .thumbnail{width:40%;margin:0 2% 0 0;float:left}
	.module-16 h2{width:58%;display:inline-block;text-align:left}
	.rtl .module-16 h2{text-align:right}
	.rtl .module-16 .thumbnail{margin:0 0 0 2%;float:right}
}
@media only screen and (max-width:559px){
	.module-16 .thumbnail .date{display:none}
}
/*
 * Module 17
*/
.module-17a{width:100%;float:left;margin:0 0 5px;padding:0 0 5px;border-bottom:1px solid #e9edf0}
.module-17a .thumbnail{width:100%;margin:0 0 5px;float:left;position:relative}
.module-17a .thumbnail img{width:100%}
.module-17a .thumbnail .date{position:absolute;left:5px;bottom:5px;padding:5px 10px;color:#fff;border-radius:3px}
.module-17a h2{width:100%;display:inline-block;margin:5px 0}
.module-17b{width:100%;padding:0 0 5px;margin:0 0 5px;border-bottom:1px solid #e9edf0;float:left}
.module-17b:before{content:" \2022 ";color:#ccc;display:table-cell;font-size:25px;line-height:20px;vertical-align:top}
.module-17b.last-child{margin:0;padding:0;border-bottom:none}
.module-17b h2{display:table-cell;padding:0 0 0 5px}
.rtl .module-17a{float:right}
.rtl .module-17a .thumbnail{float:right}
.rtl .module-17a .thumbnail .date{right:5px;left:auto}
.rtl .module-17b{float:right}
.rtl .module-17b h2{padding:0 5px 0 0}
@media only screen and (max-width:559px){
	.module-17a .thumbnail{width:100%;margin:0 0 5px!important}
	.module-17a h2,
	.module-17a p,
	.module-17a .meta{width:100%}
}
@media only screen and (max-width:420px){
	.module-17a p{display:none}
}
/*
 * Module 18
*/
.module-18a{width:100%;float:left;margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #e9edf0}
.module-18a .thumbnail{width:100%;margin:0 0 5px;float:left;position:relative}
.module-18a .thumbnail img{width:100%}
.module-18a .thumbnail .date{position:absolute;left:5px;bottom:5px;padding:5px 10px;color:#fff;border-radius:3px}
.module-18a h2{width:100%;display:inline-block;padding:5px 0;}
.rtl .module-18a,
.rtl .module-18a .thumbnail{float:right}
.rtl .module-18a .thumbnail .date{right:5px;left:auto}
.module-18b{width:49%;padding:0 0 5px;margin:0 2% 5px 0;vertical-align:top;display:inline-block}
.module-18b h2{display:table-cell;padding:0 0 0 5px}
.module-18b .thumbnail{width:100%;margin:0 0 5px;position:relative}
.module-18b .thumbnail img{width:100%}
.module-18b .thumbnail .date{position:absolute;left:5px;bottom:5px;padding:5px 10px;color:#fff;border-radius:3px}
.rtl .module-18b{margin:0 0 5px 2%}
.rtl .module-18b h2{padding:0 5px 0 0}
.rtl .module-18b .thumbnail .date{left:auto;right:5px}
.module-18b.nth-child-2n,
.rtl .module-18b.nth-child-2n{margin:0 0 5px}
@media only screen and (max-width:559px){
	.module-18a .thumbnail{width:100%;margin:0 0 5px!important}
	.module-18a h2,
	.module-18a .meta{width:100%}
}
/*
 * Module 19
*/
.module-19a{width:100%;float:left;margin:0 0 5px;padding:0 0 5px}
.module-19a .thumbnail{width:100%;margin:0 0 5px;float:left;position:relative}
.module-19a .thumbnail img{width:100%}
.module-19a .thumbnail .date{padding:5px 0;color:#fff;border-radius:3px}
.module-19a h2{width:100%;display:block;margin:0 0 5px;}
.module-19a a{color:#fff;width:100%;display:block}
.module-19a a:hover{color:#fff !important}
.module-19-trans {width:100%;padding:2% 3%;position:absolute;bottom:0}
.module-19b{width:100%;padding:0 0 5px;margin:0 0 5px;float:left}
.module-19b:before{content:" \2022 ";color:#ccc;display:table-cell;font-size:25px;line-height:20px;vertical-align:top}
.module-19b.last-child{margin:0;padding:0 0 7px;}
.module-19b h2{display:table-cell;padding:0 0 0 5px}
.rtl .module-19a{float:right}
.rtl .module-19a .thumbnail{float:right}
.rtl .module-19b{float:right}
.rtl .module-19b h2{padding:0 5px 0 0}
/*
 * Module 20
*/
.module-20{float:left;width:100%;border-bottom:1px solid #e9edf0;margin:0 0 5px;padding:0 0 5px}
.module-20.last-child{border-bottom:none;margin-bottom:0;padding-bottom:0;}
.module-20 .thumbnail{float:left;width:46%}
.module-20 .thumbnail img{width:100%}
.module-20 .meta,
.module-20 h2{float:left;width:52%;margin-left:2%}
.rtl .module-20,
.rtl .module-20 .thumbnail{float:right}
.rtl .module-20 .meta,
.rtl .module-20 h2{float:right;margin-left:0;margin-right:2%}
@media only screen and (max-width:986px) and (min-width:768px){
	.module-20{float:none;border-bottom:none;display:inline-block;width:49%;margin:0 2% 5px 0}
	.rtl .module-20{float:none;margin:0 0 5px 2%}
	.module-20:nth-child(2n){margin:0 0 5px}
}
/*
 * Module 21
*/
.module-21{width:100%;display:inline-block;padding:0 0 10px;margin:0 0 10px;border-bottom:1px solid #e9edf0}
.module-21.last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.module-21 img{width:100%}
.module-21 .thumbnail{width:50%;margin-right:2%;float:left}
.module-21 h2{width:48%;margin:0 0 5px}
.module-21 p,
.module-21 .meta{width:48%}
.rtl .module-21 .thumbnail{margin-right:0;margin-left:2%;float:right}
@media only screen and (max-width:767px){
	.module-21 .thumbnail{width:100%;margin:0 0 10px}
	.module-21 .meta,
	.module-21 h2,
	.module-21 p{width:100%}
}
/*
 * Module 22
*/
.module-22{width:49%;margin:0 2% 10px 0;vertical-align:top;display:inline-block}
.module-22.nth-last-of-type-2{padding-bottom:0;margin:0 2% 0 0}
.module-22.nth-child-2{margin-right:0}
.module-22 .thumbnail{float:left;margin-bottom:8px;height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}
.module-22 .thumbnail img{height:100%;left:0;position:absolute;top:0;width:100%}
.module-22 h2{float:left;width:100%;text-align:center}
.rtl .module-22{margin:0 0 10px 2%}
.rtl .module-22.nth-last-of-type-2{margin:0 0 10px 2%}
.rtl .module-22.nth-child-2{margin-left:0}
.rtl .module-22 .thumbnail{float:right}
.rtl .module-22 h2{float:right}
.module-22 .thumbnail .date{position:absolute;left:5px;bottom:5px;padding:5px 10px;color:#fff;border-radius:3px}
.rtl .module-22 .thumbnail .date{right:5px;left:auto}
/*
 * Module 23
*/
.module-23{width:32.667%;margin-right:1%;margin-bottom:5px;padding-bottom:5px;vertical-align:top;display:inline-block}
.module-23.nth-child-3{margin-right:0}
.module-23 .thumbnail{position:relative;width:100%;margin:0 0 5px}
.module-23 .thumbnail img{width:100%}
.module-23 .thumbnail .date{position:absolute;left:5px;bottom:5px;padding:5px 10px;color:#fff;border-radius:3px}
.rtl .module-23{margin-right:0;margin-left:1%;}
.rtl .module-23.nth-child-3{margin-left:0;margin-right:0}
.rtl .module-23 .thumbnail .date{right:5px;left:auto}
@media only screen and (max-width:700px){
	.module-23{width:100%;margin:0 0 5px!important;padding-bottom:5px;border-bottom:1px solid #e9edf0}
	.module-23.last-child{border-bottom:none;margin-bottom:0!important;padding-bottom:0!important;}
	.module-23 .thumbnail{width:40%;margin:0 2% 0 0;float:left}
	.rtl .module-23 .thumbnail{margin:0 0 0 2%;float:right}
	.module-23 h2{width:58%;margin:0 0 5px}
}
@media only screen and (max-width:559px){
	.module-23 .thumbnail .date{display:none}
}
/*
 * Module 24
*/
.module-24a{width:100%;display:inline-block;padding:0 0 5px;margin:0 0 5px}
.module-24a img{width:100%}
.module-24a .thumbnail{width:50%;margin-right:2%;float:left}
.module-24a h2{width:48%;margin:0 0 5px}
.module-24a p,
.module-24a .meta{width:48%}
.rtl .module-24a .thumbnail{margin-right:0;margin-left:2%;float:right}
.module-24b{width:100%;padding:0 0 5px;margin:0 0 5px;float:left}
.module-24b:before{content:" \2022 ";color:#ccc;display:table-cell;font-size:25px;line-height:20px;vertical-align:top}
.module-24b h2{display:table-cell;padding:0 0 0 5px}
.rtl .module-24b{float:right}
.rtl .module-24b h2{padding:0 5px 0 0}
@media only screen and (max-width:767px){
	.module-24a .thumbnail{width:100%;margin:0 0 10px}
	.module-24a .meta,
	.module-24a h2,
	.module-24a p{width:100%}
}

