Sindbad~EG File Manager
/*
* Modules
*
*/
.module-wrapper{background-color:#fff;width:100%;display:inline-block;margin:0 0 15px;box-shadow:0 2px 5px -1px #d1d1d1}
.module-head{width:100%;float:left;position:relative}
.module-head h2{float:left;text-indent:10px}
.module-head a i{font-size:20px;color:#656c7a;right:10px;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}
.module-head .search{line-height:0;right:10px;position:absolute;top:50%;-ms-transform:translateY(-49%);transform:translateY(-50%)}
.module-head-style1 .search .text{background-color:#fff;border:1px solid #e9edf0;border-right:none;color:#777;padding:4px 5px}
.module-head-style2 .search .text{color:#777;width:170px;padding:4.8px 5px}
.module-head .search .text{color:#777;float:left;width:170px;}
.module-head .search .button{background-color:transparent}
.module-head .search .button i{color:#fff;float:right;padding:6px;min-height:27px;width:30px;border-radius:0 4px 4px 0}
.module-head .search-bg{right:5px}
.module-head .search-bg .text{background-color:#fff;color:#656c7a}
.rtl .module-head{float:right}
.rtl .module-head h2{float:right}
.rtl .module-head i{right:auto;left:10px}
.rtl .module-head .search{right:auto;left:10px}
.rtl .module-head .search .text{float:right;border-right:1px solid #e9edf0;border-left:none;}
.rtl .module-head .search .button i{float:left}
.rtl .module-head .search-bg{right:auto;left:10px}
.rtl .module-head .search .button i{border-radius:4px 0 0 4px}
.module-head-style1{border-bottom:1px solid #e9edf0;background:#ffffff;background:-moz-linear-gradient(top,#ffffff 0%,#f9f9f9 100%);background:-webkit-linear-gradient(top,#ffffff 0%,#f9f9f9 100%);background:linear-gradient(to bottom,#ffffff 0%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0)}
.module-head-dark.module-head-style1{border-bottom:1px solid #333;background:#23262e;background:-moz-linear-gradient(top,#23262e 0%,#23262e 100%);background:-webkit-linear-gradient(top,#23262e 0%,#23262e 100%);background:linear-gradient(to bottom,#23262e 0%,#23262e 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23262e',endColorstr='#23262e',GradientType=0)}
.module-head-style2 h2{text-indent:10px}
.module-head-style2 h2 span{position:relative;color:#fff;z-index:5}
.module-head-style2 .icon-bg i{color:#fff;font-size:24px;right:10px}
.rtl .module-head-style2 .icon-bg i{right:auto;left:10px;}
.module-head-style1 .module-head .search .text{background-color:#fff;border:1px solid #e9edf0;border-right:none;color:#777;float:left;width:170px;padding:4px 5px}
.module-head-style2 .module-head .search .text{color:#777;float:left;width:170px;padding:4px 5px}
.module-head-style2 .search .button i{background-color:rgba(255, 255, 255, 0.25);}
.module-body{width:100%;display:inline-block;background-color:#fff;padding:10px 10px 5px;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 h2,.module-body p{display:inline-block}
.module-body p{color:#656c7a}
/*
* Dark Style
*
*/
.module-wrapper-dark{background-color:#23262e}
.module-head-dark h2 a{color:#fff;padding:0 5px}
.module-head-dark a:hover{color:#fff!important}
.module-head-dark a i{border-radius:50%;color:#fff;line-height:25px;padding:0;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}
.module-body-dark{background-color:#23262e;}
.module-body-dark a{color:#fff}
.module-body-dark span{color:#ccc!important}
.module-body-dark p{color:#ccc!important}
.module-body-dark .bg-trans span{color:#fff!important}
.module-body-dark li{border-color:#333}
@media only screen and (max-width:767px) and (min-width:560px){
.module-head .search{display:none}
}
@media only screen and (max-width:559px){
.module-head .search{display:none}
}
/*
* 4 Columns
*
*
*/
.module-sm{width:100%;display:inline-block}
.module-wrapper-sm{background-color:#fff;width:24.25%;float:left;margin:0 1% 15px 0;vertical-align:top;box-shadow:0 2px 5px -1px #d1d1d1}
.module-wrapper-sm-rm{margin:0 0 15px!important}
.module-head-sm{width:100%;float:left;position:relative}
.module-head-sm h2{float:left;padding-right:10px}
.module-head-sm a i{font-size:20px;color:#555;right:2px;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}
.rtl .module-wrapper-sm{margin:0 0 15px 1%;float:right}
.rtl .module-head-sm{float:right}
.rtl .module-head-sm h2{float:right;padding-left:10px;padding-right:0}
.rtl .module-head-sm i{right:auto;left:2px}
.module-body-sm{width:100%;display:inline-block;background-color:#fff;padding:10px 10px 5px;list-style:none;position:relative}
.module-body-sm ul{list-style:none}
@media only screen and (max-width:986px) and (min-width:768px){
.module-wrapper-sm{width:49.5%}
.module-wrapper-sm-rm2{margin:0 0 15px!important}
}
@media only screen and (max-width:767px) and (min-width:560px){
.module-wrapper-sm{width:49.5%}
.module-wrapper-sm-rm2{margin:0 0 15px!important}
}
@media only screen and (max-width:559px){
.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{background-color:#fff;width:48.85%;float:left;margin:0 2.3% 15px 0;vertical-align:top;box-shadow:0 2px 5px -1px #d1d1d1}
.module-wrapper-2c-rm{margin:0 0 15px!important}
.module-head-2c{width:100%;float:left;position:relative}
.module-head-2c h2{float:left;padding-right:10px}
.module-head-2c a i{font-size:20px;color:#555;right:2px;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}
.rtl .module-wrapper-2c{margin:0 0 15px 2.3%;float:right}
.rtl .module-wrapper-2c-rm{margin:0 0 15px!important}
.rtl .module-head-2c{float:right}
.rtl .module-head-2c h2{float:right;padding-left:10px;padding-right:0}
.rtl .module-head-2c i{right:auto;left:2px}
.module-body-2c{width:100%;display:inline-block;background-color:#fff;padding:10px 10px 5px;list-style:none;position:relative}
.module-body-2c ul{list-style:none}
@media only screen and (max-width:767px) and (min-width:560px){
.module-wrapper-2c{width:100%;margin:0 0 15px!important}
.module-wrapper-2c-rm{margin:0 0 15px!important}
}
@media only screen and (max-width:559px){
.module-wrapper-2c{width:100%;margin:0 0 15px!important}
.module-wrapper-2c-rm{margin:0 0 15px!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 .thumbnail{width:50%;margin-right:2%;float:left}
.module-1a .thumbnail img{width:100%}
.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;float:left}
.module-1b:nth-child(2n+1){margin:0 0 5px}
.module-1b:nth-last-of-type(-n+2){border-bottom:none}
.module-1b .thumbnail{float:left;width:40%;margin-right:2%}
.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%;float:right}
.rtl .module-1b:nth-child(2n+1){margin:0 0 5px}
.rtl .module-1b:nth-last-of-type(-n+2){border-bottom:none}
.rtl .module-1b .thumbnail{float:right;margin-right:0;margin-left:2%}
@media only screen and (max-width:1219px){
.module-1b .thumbnail{width:35%}
.module-1b h2,.module-1b .meta{width:63%}
}
@media only screen and (max-width:767px) and (min-width:560px){
.module-1a p{display:none}
.module-1b{width:100%;margin:0 0 5px}
.rtl .module-1b{margin:0 0 5px}
.module-1b:nth-child(2n+1){margin:0 0 5px}
.module-1b:nth-last-of-type(-n+2){border-bottom:1px solid #e9edf0!important}
.module-1b:last-child{border-bottom:none!important}
}
@media only screen and (max-width:559px){
.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+1){margin:0 0 5px}
.module-1b:nth-last-of-type(-n+2){border-bottom:1px solid #e9edf0!important}
.module-1b:last-child{border-bottom:none!important}
.module-1b .meta{margin:0}
.module-1b .thumbnail{width:40%}
.module-1b h2,.module-1b .meta{width:58%}
}
/*
* Module 2
*
*/
.module-2a{width:50%;margin-right:1%;float:left}
.module-2a .thumbnail{display:inline-block;width:100%;margin-bottom:5px}
.module-2a .thumbnail img{width:100%}
.module-2a h2{margin:0 0 5px}
.module-2a .meta{width:100%}
.module-2b{width:49%;padding:0 0 5px;margin:0 0 5px;border-bottom:1px solid #e9edf0;float:right;clear:right;}
.module-2b:last-child{margin:0;border-bottom:none}
.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-2a{margin-right:0;margin-left:1%;float:right}
.rtl .module-2b{float:left;clear:left;}
.rtl .module-2b:last-child{margin:0;border-bottom:none}
.rtl .module-2b .thumbnail{float:right;margin-right:0;margin-left:2%}
@media only screen and (max-width:767px) and (min-width:560px){
.module-2a{width:100%;margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #e9edf0}
.module-2b{width:100%}
.module-2b .thumbnail{width:30%}
.module-2b h2{width:68%}
}
@media only screen and (max-width:559px){
.module-2a{width:100%;margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #e9edf0}
.module-2b{width:100%}
.module-2b .thumbnail{width:40%}
.module-2b h2{width:58%}
.module-2b .meta{margin:0}
}
/*
* 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:last-child{margin:0;padding:0;border-bottom:none}
.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:last-child{margin:0;padding:0;border-bottom:none}
.rtl .module-3b .thumbnail{float:right;margin-right:0;margin-left:2%}
.rtl .module-3b h2{padding:0 5px 0 0}
@media only screen and (max-width:767px) and (min-width:560px){
.module-3a{width:100%;margin:0}
.module-3b{width:100%}
}
@media only screen and (max-width:559px){
.module-3a{width:100%;margin:0}
.module-3b{width:100%}
}
/*
* Module 4
*
*/
.module-4{width:32.6%;margin-right:1%;margin-bottom:5px;padding-bottom:5px;float:left}
.module-4:nth-child(3n){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%;float:right}
.rtl .module-4:nth-child(3n){margin-left:0;margin-right:0}
.rtl .module-4 .thumbnail .date{right:5px;left:auto}
@media only screen and (max-width:767px) and (min-width:560px){
.module-4{width:100%;margin:0 0 5px!important;padding-bottom:5px}
.module-4 .thumbnail{width:30%;margin:0 2% 5px 0;float:left}
.module-4 h2{width:68%}
.rtl .module-4 .thumbnail{margin:0 0 5px 2%;float:right}
}
@media only screen and (max-width:559px){
.module-4{width:100%;margin:0 0 5px!important;padding-bottom:5px}
.module-4 .thumbnail{width:40%;margin:0 2% 5px 0;float:left}
.module-4 h2{width:58%}
.rtl .module-4 .thumbnail{margin:0 0 5px 2%;float:right}
.module-4 .thumbnail .date{display:none}
}
/*
* Module 5
*
*/
.module-5{width:24.2%;margin-right:1%;margin-bottom:3px;float:left}
.module-5:nth-child(4n){margin-right:0}
.module-5 .thumbnail{display:inline-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%;float:right}
.rtl .module-5:nth-child(4n){margin-right:0;margin-left:0}
.rtl .module-5 .thumbnail .module-5i{right:0;left:auto}
@media only screen and (max-width:767px) and (min-width:560px){
.module-5{width:49%;margin-right:2%}
.module-5:nth-child(4n){margin-right:2%}
.module-5:nth-child(2n){margin-right:0}
.rtl .module-5{margin-left:2%;margin-right:0}
.rtl .module-5:nth-child(4n){margin-left:2%;margin-right:0}
.rtl .module-5:nth-child(2n){margin-left:0;margin-right:0}
}
@media only screen and (max-width:559px){
.module-5{width:49%;margin-right:2%}
.module-5:nth-child(4n){margin-right:2%}
.module-5:nth-child(2n){margin-right:0}
.rtl .module-5{margin-left:2%;margin-right:0}
.rtl .module-5:nth-child(4n){margin-left:2%;margin-right:0}
.rtl .module-5:nth-child(2n){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(2n){margin:0 0 5px}
.module-6:nth-last-of-type(-n+2){border-bottom:none}
.module-6 .thumbnail{float:left;width:90px;margin-right:2%}
.module-6 .thumbnail img{width:90px;height:90px;border-radius:5px}
.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(2n){margin:0 0 5px}
.rtl .module-6:nth-last-of-type(-n+2){border-bottom:none}
.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) and (min-width:560px){
.module-6{width:100%;margin:0 0 5px}
.rtl .module-6{margin:0 0 5px}
.module-6:nth-child(2n){margin:0 0 5px}
.module-6:nth-last-of-type(-n+2){border-bottom:1px solid #e9edf0!important}
.module-6:last-child{border-bottom:none!important}
}
@media only screen and (max-width:559px){
.module-6{width:100%;margin:0 0 5px}
.rtl .module-6{margin:0 0 5px}
.module-6:nth-child(2n){margin:0 0 5px}
.module-6:nth-last-of-type(-n+2){border-bottom:1px solid #e9edf0!important}
.module-6:last-child{border-bottom:none!important}
}
/*
* Module 7
*
*/
.gal7-carosel-loaded{display:none}
.module-7{width:32.6%;margin-right:1%;margin-bottom:5px;padding-bottom:5px;float:left}
.module-7:nth-child(3n){margin-right:0}
.module-7 .thumbnail{margin:0 0 5px;height:0;overflow:hidden;position:relative;width:100%;padding-bottom:56.25%}
.module-7 .thumbnail img{height:100%!important;right:0;position:absolute;top:0;width:100%!important}
.module-7 .thumbnail .date{position:absolute;left:5px;bottom:5px;padding:5px 10px;color:#fff;border-radius:3px}
.module-7 .thumbnail .mduration{position:absolute;left:5px;bottom:10px;padding:5px 10px;color:#fff;border-radius:3px}
.module-7 .thumbnail .mplay{position:absolute;left:5px;bottom:5px;border-radius:4px;border:2px solid #555;color:#fff;padding:8px 10px 8px 14px;font-size:19px;line-height:19px}
.module-7 h2{text-align:center;width:100%}
.rtl .module-7{margin-right:0;margin-left:1%;float:right}
.rtl .module-7:nth-child(3n){margin-left:0;margin-right:0}
.rtl .module-7 .thumbnail .date{right:5px;left:auto}
.rtl .module-7 .thumbnail .mduration{left:auto;right:5px}
.rotator-group,
.rotator-body{position:relative;width:100%;display:inline-block;overflow:hidden;list-style:none}
.module-7-nav{width:100%;margin-bottom:5px;padding-bottom:5px;display:inline-block;text-align:center}
.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) and (min-width:560px){
.module-7{width:100%;margin:0 0 5px!important;padding-bottom:5px}
.module-7 .thumbnail{width:30%;margin:0 2% 5px 0;float:left}
.module-7 h2{width:68%;display:inline-block;text-align:left}
.rtl .module-7 h2{text-align:right}
.rtl .module-7 .thumbnail{margin:0 0 5px 2%;float:right}
}
@media only screen and (max-width:559px){
.module-7{width:100%;margin:0 0 5px!important;padding-bottom:5px}
.module-7 .thumbnail{width:40%;margin:0 2% 5px 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 5px 2%;float:right}
.module-7 .thumbnail .date{display:none}
.module-7 .thumbnail .mduration{bottom:5px}
}
/*
* Module 8
*
*/
.module-8-cola {width:65%;margin-right:1%;float:left}
.module-8-cola .module-8a{width:100%;display:inline-block;padding:0 0 10px;margin:0 0 10px;border-bottom:1px solid #e9edf0}
.module-8-cola .module-8a .thumbnail{width:50%;margin-right:2%;float:left}
.module-8-cola .module-8a .thumbnail img{width:100%}
.module-8-cola .module-8a h2{width:48%;margin:0 0 5px}
.module-8-cola .module-8a p,.module-8-cola .module-8a .meta{width:48%}
.module-8-cola .module-8b{width:49%;padding:0 0 5px;margin:0 2% 5px 0;border-bottom:1px solid #e9edf0;float:left}
.module-8-cola .module-8b:nth-child(2n+1){margin:0 0 5px}
.module-8-cola .module-8b:nth-last-of-type(-n+2){border-bottom:none}
.module-8-cola .module-8b .thumbnail{float:left;width:40%;margin-right:2%}
.module-8-cola .module-8b h2,.module-8-cola .module-8b .meta{width:58%}
.rtl .module-8-cola {margin-right:0;margin-left:1%;float:right}
.rtl .module-8-cola .module-8a .thumbnail{margin-right:0;margin-left:2%;float:right}
.rtl .module-8-cola .module-8b{margin:0 0 5px 1%;float:right}
.rtl .module-8-cola .module-8b:nth-child(2n+1){margin:0 0 5px}
.rtl .module-8-cola .module-8b:nth-last-of-type(-n+2){border-bottom:none}
.rtl .module-8-cola .module-8b .thumbnail{float:right;margin-right:0;margin-left:2%}
.module-8-colb {width:34%;float:left}
.module-8-colb .module-8c{width:100%;padding:0 0 5px;margin:0 0 5px;border-bottom:1px solid #e9edf0;float:left}
.module-8-colb .module-8c:last-child{border-bottom:none}
.module-8-colb .module-8c .thumbnail{float:left;width:40%;margin-right:2%}
.module-8-colb .module-8c h2,.module-8-colb .module-8c .meta{width:58%}
.rtl .module-8-colb {float:right}
.rtl .module-8-colb .module-8c{float:right}
.rtl .module-8-colb .module-8c:last-child{border-bottom:none}
.rtl .module-8-colb .module-8c .thumbnail{float:right;margin-right:0;margin-left:2%}
@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-cola .module-8b .thumbnail{width:35%}
.module-8-cola .module-8b h2,
.module-8-cola .module-8b .meta{width:63%}
.module-8-colb {width:33%}
.w1170 .module-8b .meta,.w1170 .module-8c .meta{display:none}
}
@media only screen and (max-width:986px) and (min-width:768px){
.module-8-cola {width:100%;margin:0}
.module-8-cola .module-8b .thumbnail{width:44%}
.module-8-cola .module-8b h2,.module-8-cola .module-8b .meta{width:54%}
.module-8-cola .module-8b:nth-last-of-type(-n+2){border-bottom:1px solid #e9edf0!important}
.module-8-colb {width:100%}
.module-8-colb .module-8c{width:49%;padding:0 0 5px;margin:0 2% 5px 0!important;border-bottom:1px solid #e9edf0;float:left}
.module-8-colb .module-8c:nth-child(2n){margin:0 0 5px!important}
.module-8-colb .module-8c:nth-last-of-type(-n+2){border-bottom:none}
.module-8-colb .module-8c .thumbnail{float:left;width:44%;margin-right:2%}
.module-8-colb .module-8c h2,.module-8-colb .module-8c .meta{width:54%}
.rtl .module-8-colb .module-8c{margin:0 0 5px 2%!important;float:right}
.rtl .module-8-colb .module-8c:nth-child(2n){margin:0 0 5px!important}
.rtl .module-8-colb .module-8c:nth-last-of-type(-n+2){border-bottom:none}
.rtl .module-8-colb .module-8c .thumbnail{float:right;margin-right:0;margin-left:2%}
.module-8b .meta,.module-8c .meta{display:none}
}
@media only screen and (max-width:767px) and (min-width:560px){
.module-8-cola {width:100%;margin:0}
.module-8-cola .module-8a p{display:none}
.module-8-cola .module-8b{width:100%;margin:0 0 5px}
.rtl .module-8-cola .module-8b{margin:0 0 5px}
.module-8-cola .module-8b:nth-child(2n+1){margin:0 0 5px}
.module-8-cola .module-8b:nth-last-of-type(-n+2){border-bottom:1px solid #e9edf0!important}
.module-8-colb {width:100%}
.module-8-colb .module-8c .thumbnail{width:35%}
.module-8-colb .module-8c h2,.module-8-colb .module-8c .meta{width:63%}
.module-8b .meta,.module-8c .meta{display:inline-block!important}
}
@media only screen and (max-width:559px){
.module-8-cola {width:100%;margin:0}
.module-8-cola .module-8a .thumbnail{width:100%;margin:0 0 10px}
.module-8-cola .module-8a .meta,.module-8-cola .module-8a h2,.module-8-cola .module-8a p{width:100%}
.module-8-cola .module-8b{width:100%;margin:0 0 5px}
.rtl .module-8-cola .module-8b{margin:0 0 5px}
.module-8-cola .module-8b:nth-child(2n+1){margin:0 0 5px}
.module-8-cola .module-8b:nth-last-of-type(-n+2){border-bottom:1px solid #e9edf0!important}
.module-8-cola .module-8b .meta{margin:0}
.module-8-cola .module-8b .thumbnail{width:40%}
.module-8-cola .module-8b h2,.module-8-cola .module-8b .meta{width:58%}
.module-8-colb {width:100%}
.module-8-colb .module-8c .thumbnail{width:40%}
.module-8-colb .module-8c h2,.module-8-colb .module-8c .meta{width:58%}
.module-8b .meta,.module-8c .meta{display:inline-block!important}
}
@media only screen and (max-width:460px){
.module-8b .meta,.module-8c .meta{display:none!important}
}
/*
* Module 9
*
*/
.module-9{width:32.66%;padding:0 0 5px;margin:0 1% 5px 0;border-bottom:1px solid #e9edf0;float:left}
.module-9:nth-child(3n){margin:0 0 5px}
.module-9:nth-last-of-type(-n+3){border-bottom:none}
.module-9 .thumbnail{float:left;width:40%;margin-right:2%}
.module-9 h2,.module-9 .meta{width:58%}
.rtl .module-9{margin:0 0 5px 1%;float:right}
.rtl .module-9:nth-child(3n){margin:0 0 5px}
.rtl .module-9:nth-last-of-type(-n+3){border-bottom:none}
.rtl .module-9 .thumbnail{float:right;margin-right:0;margin-left:2%}
.w986 .module-9 .meta{display:none}
@media only screen and (max-width:1219px){
.module-9 .thumbnail{width:35%}
.module-9 h2,.module-9 .meta{width:63%}
.module-9 .meta{display:none}
}
@media only screen and (max-width:986px) and (min-width:768px){
.module-9{width:49.5%}
.module-9 .thumbnail{width:44%}
.module-9 h2,.module-9 .meta{width:54%}
.module-9:nth-child(3n){margin:0 1% 5px 0!important}
.rtl .module-9:nth-child(3n){margin:0 0 5px 1%!important}
.module-9:nth-child(2n){margin:0 0 5px!important}
.rtl .module-9:nth-child(2n){margin:0 0 5px!important}
.module-9:nth-last-of-type(-n+3){border-bottom:1px solid #e9edf0}
.rtl .module-9:nth-last-of-type(-n+3){border-bottom:1px solid #e9edf0}
.module-9:nth-last-of-type(-n+1){border-bottom:none!important}
.rtl .module-9:nth-last-of-type(-n+1){border-bottom:none!important}
.module-9 .meta{display:none}
}
@media only screen and (max-width:767px) and (min-width:560px){
.module-9{width:100%;margin:0 0 5px}
.rtl .module-9{margin:0 0 5px}
.module-9:nth-child(3n){margin:0 0 5px}
.module-9:nth-last-of-type(-n+3){border-bottom:1px solid #e9edf0!important}
.module-9:last-child{border-bottom:none!important}
.module-9 .meta{display:inline-block!important}
}
@media only screen and (max-width:559px){
.module-9{width:100%;margin:0 0 5px}
.rtl .module-9{margin:0 0 5px}
.module-9:nth-child(3n){margin:0 0 5px}
.module-9:nth-last-of-type(-n+3){border-bottom:1px solid #e9edf0!important}
.module-9:last-child{border-bottom:none!important}
.module-9 .meta{margin:0}
.module-9 .thumbnail{width:40%}
.module-9 h2,.module-9 .meta{width:58%}
}
/*
* Module 10
*
*/
.module-10{width:32.66%;padding:0 0 5px;margin:0 1% 5px 0;border-bottom:1px solid #e9edf0;float:left}
.module-10:nth-child(3n){margin:0 0 5px}
.module-10:nth-last-of-type(-n+3){border-bottom:none}
.module-10 .thumbnail{float:left;width:90px;margin-right:2%}
.module-10 .thumbnail img{width:90px;height:90px;border-radius:5px}
.module-10 .author-name{display:block;line-height:1.6;margin:0 0 5px;font-weight:700}
.module-10 h2{display:inline;font-size:12px;line-height:1.7}
.rtl .module-10{margin:0 0 5px 1%;float:right}
.rtl .module-10:nth-child(3n){margin:0 0 5px}
.rtl .module-10:nth-last-of-type(-n+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(3n){margin:0 1% 5px 0!important}
.rtl .module-10:nth-child(3n){margin:0 0 5px 1%!important}
.module-10:nth-child(2n){margin:0 0 5px!important}
.rtl .module-10:nth-child(2n){margin:0 0 5px!important}
.module-10:nth-last-of-type(-n+3){border-bottom:1px solid #e9edf0}
.rtl .module-10:nth-last-of-type(-n+3){border-bottom:1px solid #e9edf0}
.module-10:nth-last-of-type(-n+1){border-bottom:none!important}
.rtl .module-10:nth-last-of-type(-n+1){border-bottom:none!important}
}
@media only screen and (max-width:767px) and (min-width:560px){
.module-10{width:100%;margin:0 0 5px}
.rtl .module-10{margin:0 0 5px}
.module-10:nth-child(3n){margin:0 0 5px}
.module-10:nth-last-of-type(-n+3){border-bottom:1px solid #e9edf0!important}
.module-10:last-child{border-bottom:none!important}
}
@media only screen and (max-width:559px){
.module-10{width:100%;margin:0 0 5px}
.rtl .module-10{margin:0 0 5px}
.module-10:nth-child(3n){margin:0 0 5px}
.module-10:nth-last-of-type(-n+3){border-bottom:1px solid #e9edf0!important}
.module-10:last-child{border-bottom:none!important}
}
/*
* Module 11
*
*/
.module-11a{width:35%;margin-right:1%;float:left}
.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.66%;margin-right:1%;float:left;margin-bottom:10px}
.module-11b:nth-child(3n+1){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}
.rtl .module-11a{margin-left:1%;margin-right:0;float:right}
.rtl .module-11b{margin-left:1%;margin-right:0;float:right}
.rtl .module-11b:nth-child(3n+1){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+1){margin-right:2%!important}
.module-11b:nth-child(2n+1){margin-right:0!important}
.rtl .module-11b{margin-left:2%;margin-right:0}
.rtl .module-11b:nth-child(3n+1){margin-left:2%!important;margin-right:0!important}
.rtl .module-11b:nth-child(2n+1){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+1){margin-right:2%!important}
.module-11b:nth-child(2n+1){margin-right:0!important}
.rtl .module-11b{margin-left:2%;margin-right:0}
.rtl .module-11b:nth-child(3n+1){margin-left:2%!important;margin-right:0!important}
.rtl .module-11b:nth-child(2n+1){margin-left:0!important;margin-right:0!important}
}
/*
* Module 12
*
*/
.module-12a{width:50%;margin-right:1%;float:left}
.module-12a .thumbnail{padding-bottom:58.25%;height:0;overflow:hidden;position:relative;width:100%}
.module-12a .thumbnail img{height:100%!important;right:0;position:absolute;top:0;width:100%!important}
.module-12a .thumbnail .mduration{position:absolute;right:5px;bottom:5px;padding:5px 10px;color:#fff;border-radius:3px}
.module-12a .thumbnail .mplay{height:42px;position:absolute;left:5px;bottom:5px;border-radius:4px;border:2px solid #555;color:#fff;padding:8px 13px 8px 17px;font-size:19px;line-height:19px}
.module-12a h2{margin:10px 0 5px}
.module-12a p{color:#ccc}
.module-12a .meta{color:#ccc;margin:5px 0;width:100%}
.module-12b{width:24%;margin-right:1%;float:left;margin-bottom:10px}
.module-12b:nth-child(2n+1){margin-right:0}
.module-12b .thumbnail{width:100%;position:relative}
.module-12b .thumbnail a{display:inline-block;width:100%}
.module-12b .thumbnail img{width:100%}
.module-12b .thumbnail .crop{float:left;height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}
.module-12b .thumbnail .crop img{height:100%;left:0;position:absolute;top:0;width:100%}
.module-12b .thumbnail .mduration{position:absolute;right:5px;bottom:8px;padding:5px 10px;color:#fff;border-radius:3px}
.module-12b .thumbnail .mplay{height:35px;position:absolute;left:5px;bottom:8px;border-radius:4px;border:2px solid #555;color:#fff;padding:7px 10px 7px 12px;font-size:16px;line-height:16px}
.module-12b h2{padding:5px 0;text-align:center;width:100%}
.rtl .module-12a,
.rtl .module-12b{margin-left:1%;margin-right:0;float:right}
.rtl .module-12b:nth-child(2n+1){margin-left:0;margin-right:0}
@media only screen and (max-width:986px) and (min-width:768px){
.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+1){margin-right:0!important}
.rtl .module-12b{margin-left:2%;margin-right:0}
.rtl .module-12b:nth-child(2n+1){margin-left:0!important;margin-right:0!important}
}
@media only screen and (max-width:767px) and (min-width:560px){
.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+1){margin-right:0!important}
.rtl .module-12b{margin-left:2%;margin-right:0}
.rtl .module-12b:nth-child(2n+1){margin-left:0!important;margin-right:0!important}
}
@media only screen and (max-width:559px){
.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+1){margin-right:0!important}
.rtl .module-12b{margin-left:2%;margin-right:0}
.rtl .module-12b:nth-child(2n+1){margin-left:0!important;margin-right:0!important}
}
/*
* Module 13
*
*/
.module-13{width:32.66%;margin-right:1%;float:left;padding:0 0 5px}
.module-13:nth-child(3n){margin-right:0}
.module-13 .thumbnail{display:inline-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%;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-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:1%;float:right}
.rtl .module-13:nth-child(3n){margin-right:0;margin-left:0}
.rtl .module-13 .thumbnail .module-13i{right:0;left:auto}
@media only screen and (max-width:986px) and (min-width:768px){
.module-13{width:100%;margin:0 0 5px}
.module-13 .thumbnail{width:100%;margin:0}
.module-13 h2,.module-13 .meta{width:100%}
}
@media only screen and (max-width:767px) and (min-width:560px){
.module-13{width:100%;margin:0 0 5px}
.module-13 .thumbnail{width:100%;margin:0}
.module-13 h2,.module-13 .meta{width:100%}
}
@media only screen and (max-width:559px){
.module-13{width:100%;margin:0 0 5px}
.module-13 .thumbnail{width:100%;margin:0}
.module-13 h2,.module-13 .meta{width:100%}
}
/*
* Module 14
*
*/
.module-14{width:24.25%;margin-right:1%;margin-bottom:3px;float:left}
.module-14:nth-child(4n){margin-right:0}
.module-14 .thumbnail{display:inline-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(4n){margin-right:0;margin-left:0}
.rtl .module-14 .thumbnail .module-14i{right:0;left:auto}
@media only screen and (max-width:986px) and (min-width:768px){
.module-14{width:49%;margin-right:2%}
.module-14:nth-child(4n){margin-right:2%}
.module-14:nth-child(2n){margin-right:0}
.rtl .module-14{margin-left:2%;margin-right:0}
.rtl .module-14:nth-child(4n){margin-left:2%;margin-right:0}
.rtl .module-14:nth-child(2n){margin-left:0;margin-right:0}
}
@media only screen and (max-width:767px) and (min-width:560px){
.module-14{width:49%;margin-right:2%}
.module-14:nth-child(4n){margin-right:2%}
.module-14:nth-child(2n){margin-right:0}
.rtl .module-14{margin-left:2%;margin-right:0}
.rtl .module-14:nth-child(4n){margin-left:2%;margin-right:0}
.rtl .module-14:nth-child(2n){margin-left:0;margin-right:0}
}
@media only screen and (max-width:559px){
.module-14{width:49%;margin-right:2%}
.module-14:nth-child(4n){margin-right:2%}
.module-14:nth-child(2n){margin-right:0}
.rtl .module-14{margin-left:2%;margin-right:0}
.rtl .module-14:nth-child(4n){margin-left:2%;margin-right:0}
.rtl .module-14:nth-child(2n){margin-left:0;margin-right:0}
.module-14 .meta{display:none}
}
/*
* Module 15
*
*/
.module-15{width:24.2%;margin-right:1%;margin-bottom:5px;padding-bottom:5px;float:left}
.module-15:nth-child(4n){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%}
.module-15 .thumbnail{padding-bottom:56.25%;height:0;overflow:hidden;position:relative;width:100%;margin:0 0 5px}
.module-15 .thumbnail img{height:100%!important;right:0;position:absolute;top:0;width:100%!important}
.module-15 .thumbnail .mduration{position:absolute;right:5px;bottom:5px;padding:5px 10px;color:#fff;border-radius:3px}
.module-15 .thumbnail .mplay{height:35px;position:absolute;left:5px;bottom:5px;border-radius:2px;border:2px solid #555;color:#fff;padding:7px 9px 6px 12px;font-size:16px;line-height:16px}
.rtl .module-15{margin-right:0;margin-left:1%;float:right}
.rtl .module-15:nth-child(4n){margin-left:0;margin-right:0}
.rtl .module-15 .thumbnail .date{right:5px;left:auto}
.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) and (min-width:768px){
.module-15{width:49%;margin-right:2%}
.module-15:nth-child(4n){margin-right:2%}
.module-15:nth-child(2n){margin-right:0}
.rtl .module-15{margin-left:2%;margin-right:0}
.rtl .module-15:nth-child(4n){margin-left:2%;margin-right:0}
.rtl .module-15:nth-child(2n){margin-left:0;margin-right:0}
}
@media only screen and (max-width:767px){
.module-15{width:49%;margin-right:2%}
.module-15:nth-child(4n){margin-right:2%}
.module-15:nth-child(2n){margin-right:0}
.rtl .module-15{margin-left:2%;margin-right:0}
.rtl .module-15:nth-child(4n){margin-left:2%;margin-right:0}
.rtl .module-15:nth-child(2n){margin-left:0;margin-right:0}
}
@media only screen and (max-width:430px){
.module-15{width:100%;margin-right:0}
.module-15:nth-child(4n){margin-right:0}
.module-15:nth-child(2n){margin-right:0}
.rtl .module-15{margin-left:0;margin-right:0}
.rtl .module-15:nth-child(4n){margin-left:0;margin-right:0}
.rtl .module-15:nth-child(2n){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(3n){margin-right:0}
.module-16 .thumbnail{position:relative;width:100%;margin:0 0 5px}
.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{height:40px;position:absolute;left:5px;bottom:8px;border-radius:4px;border:2px solid #555;color:#fff;padding:7px 10px 7px 13px;font-size:19px;line-height:19px}
.module-16 h2{width:100%;text-align:center}
.rtl .module-16{margin-right:0;margin-left:1%;float:right}
.rtl .module-16:nth-child(3n){margin-left:0;margin-right:0}
.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-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}
.module-16 .thumbnail a{display:inline-block;width:100%}
.module-16 .thumbnail .crop{float:left;height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}
.module-16 .thumbnail .crop img{height:100%;left:0;position:absolute;top:0;width:100%}
.gal16-carosel-loaded{display:none}
@media only screen and (max-width:767px) and (min-width:560px){
.module-16{width:100%;margin:0 0 5px!important;padding-bottom:5px}
.module-16 .thumbnail{width:30%;margin:0 2% 5px 0;float:left}
.module-16 h2{width:68%;display:inline-block;text-align:left}
.rtl .module-16 h2{text-align:right}
.rtl .module-16 .thumbnail{margin:0 0 5px 2%;float:right}
}
@media only screen and (max-width:559px){
.module-16{width:100%;margin:0 0 5px!important;padding-bottom:5px}
.module-16 .thumbnail{width:40%;margin:0 2% 5px 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 5px 2%;float:right}
}
/*
* 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%}
.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}
}
@media only screen and (max-width:360px){
.module-17a p{display:none}
}
/*
* Module 18
*
*/
.module-18a{width:100%;float:left;margin:0 0 5px;padding:0 0 5px;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;min-height:42px;}
.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;float:left}
.module-18b:nth-child(3n){margin:0 0 5px}
.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{float:right;margin:0 0 5px 2%}
.rtl .module-18b:nth-child(3n){margin:0 0 5px}
.rtl .module-18b h2{padding:0 5px 0 0}
.rtl .module-18b .thumbnail .date{left:auto;right: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%}
}
@media only screen and (max-width:420px){
}
@media only screen and (max-width:360px){
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists