/*
    Page Nav
*/
.pagenav{background:#2a2a2a;transition:.2s ease}
.navbar{padding:0;}
.nav-item{margin:0}
.nav-item .nav-link{text-transform:capitalize;font-weight: 500;}

.navbar-expand-lg .navbar-nav .nav-link{padding:20px 15px;font-size:15px}
.dropdown-menu{padding:0;font-size:.875rem;color:#4a4f54;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid transparent;border-radius:0}
.dropdown-divider{height:0;margin:0;overflow:hidden;border-top:1px solid #cdcdcd}
.dropdown-item{display:block;width:100%;padding:12px 15px;clear:both;font-weight:400;color:#4a4f54;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}
.dropdown-item:hover,.dropdown-item:focus{text-decoration:none;}

@media (max-width: 991px) {
	.navbar-expand-lg .navbar-nav .nav-link{padding:10px;display:block}
}

/*
    User Menu
*/
#ajaxMenu{position:relative; float:right; top:12px;margin-left:15px;}
#ajaxMenu{transition:all 0.3s ease-in-out;  -moz-transition:all 0.3s ease-in-out;  -webkit-transition:all 0.3s ease-in-out;  -o-transition:all 0.3s ease-in-out}
#ajaxMenu .nav-link{padding:0px;}
#ajaxMenu .dropdown { padding-bottom:12px;}
#ajaxMenu .user-btn{position:relative; display:block; float:right}
#ajaxMenu .user-btn i{font-size:1.2em !important; display:block; width:36px; cursor:pointer; height:36px;line-height:36px; text-align:center;}
#ajaxMenu .user-btn i{transition:all 0.2s ease-in-out;  -moz-transition:all 0.2s ease-in-out;  -webkit-transition:all 0.2s ease-in-out;  -o-transition:all 0.2s ease-in-out}
#ajaxMenu img.dp{width:36px;height:36px;max-width:none;}
#ajaxMenu .notify {display:inline-block;padding:1px 4px;font-size:10px;position:relative;}
#ajaxMenu .notify-pop {padding:0px 5px;font-size:9px;position:absolute;top:-10px;right:-9px;}
#ajaxMenu .notify-pop {-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}
#ajaxMenu:hover .notify-pop, #ajaxMenu .open .notify-pop {display:none;}

#userMenu { min-width:150px;padding:0px!important;overflow:hidden;}
#userMenu.dropdown-menu {left: auto;right: 0;border-radius:0px;border:0;}
#userMenu.dropdown-menu>li>a {padding:10px 10px;}
#userMenu li i{padding:6px;width:28px;height:28px;text-align: center;margin-right:5px;}

#loginMenu{ min-width:250px;padding:14px!important;padding-bottom:0!important;overflow:hidden;}
#loginMenu.dropdown-menu { left:auto;right:0;border-radius:0px;border:0;}
#loginMenu .forget-block{ font-size:12px }
#loginMenu .bottom{ clear:both;padding:14px}
#loginMenu .social-buttons{ margin:12px 0 }
#loginMenu .social-buttons a{ width:49%;padding:5px 10px;margin-bottom:5px;display: inline-block;font-size:13px;}
#loginMenu .social-buttons a:hover{ opacity:0.7;}
#loginMenu .form-group{ margin-bottom:10px}

@media (max-width:992px){ 
    #ajaxMenu{position:relative; float:none; top:5px;margin-left:0px;}
}

@media (max-width:768px){ 
    #loginMenu .bottom{ border-top:0 none}
}


/*
    Home
*/
.is-fixed #home-welcome{ margin-top:55px!important; }
#home-welcome{color:#fff;}
#home-welcome .search-box{position:relative}
#home-welcome .search-box .form-control{height:46px;border:0;outline:0;padding-left:20px;}
#home-welcome .search-box .form-control::-webkit-input-placeholder{color:#999;font-size:15px}
#home-welcome .search-box .form-control::-moz-placeholder{color:#999;font-size:15px}
#home-welcome .search-box .form-control::-ms-input-placeholder{color:#999;font-size:15px}
#home-welcome .search-box .form-control::placeholder{color:#999;font-size:15px}
#home-welcome .search-box .form-control-lg{height:70px}
#home-welcome .search-box .form-control.active.focus-visible{border-bottom-left-radius:0;border-bottom-right-radius:0}
#home-welcome .search-box button{background-color: #1a1a1a;border-radius:0;position:absolute;right:0px;top:50%;margin-top:0px;min-height:70px;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
#home-welcome .search-box button i{color:#fff}
#home-welcome a{color:#fff}
#home-welcome a:hover{color:#1a1a1a}

.home-content .feature-products h3 { font-size:1em;margin:0; margin-top:10px;font-weight:700;padding:0;}
.home-content .feature-products h3 a {display: block;color:#111}
.home-content .feature-products img {max-width:100%;border:1px solid #eee;padding:1px;margin-bottom: 5px;}

.home-content .feature-articles h2{}
.home-content .feature-article .article-item{border: 1px solid #f5f5f5;padding:10px 15px;}
.home-content .feature-article .article-item .title{ margin-bottom: 10px;font-size:18px;font-weight:600;overflow: hidden;white-space:nowrap;text-overflow: ellipsis; }
.home-content .feature-article .article-item .metaData{ font-size:13px;}
.home-content .feature-article .article-item .metaData ul {margin-bottom:0;}
.home-content .feature-article .article-item .metaData ul li{margin:0 10px 5px 0px;text-decoration:none;display:inline-block;}

.home-social-links {}
.home-social-links a{display:inline-flex;padding:10px 15px;margin-bottom:10px;font-size:45px;font-weight:700;margin-right:15px; }
.home-social-links a::after {clear: both;content: "";}

@media(max-width:768px){ 
    .home-social-links a{padding:7px 15px;margin-bottom:5px;font-size:28px;font-weight:600;margin-right:5px; }
}


/*
    Page Title
*/
.is-fixed .page-title{ margin-top:55px!important; }
.page-title{ position: relative;}
.page-title .breadcrumb { background-color: transparent;border-radius:0;margin-bottom:0;color:#fff;font-size:13px;}
.page-title .breadcrumb .breadcrumb-item a{ color:#fff;}
.page-title .breadcrumb .breadcrumb-item.active{color:#ececec;font-style: italic;}
.page-title .breadcrumb .breadcrumb-item+.breadcrumb-item::before {color:#eee;}

/*
    Dashboard
*/
.dash-info{padding-top:20px}
.dash-info .left{float:left;padding-left:10px;width:60px}
.dash-info .left i{font-size:23px;text-align:center}
.dash-info .left i::before{display:inline-block;margin-top:0;padding:13px;width:48px;height:48px;}
.dash-info .left i[class*="icon-"]{font-size:22px}
.dash-info .right{float:left;padding-left:10px}
.dash-info .right .number{font-weight:700;font-size:20px;margin-bottom:2px}
.dash-info .right .text{font-size:12px;text-align:left;text-transform:uppercase}

.dash-info .left i{color:#1c1c1c!important;}
.dash-info .right .text{color:#A3A3A3;}

/*
    Widgets
*/
#sidebar .widget{margin-bottom:30px;position: relative;}
#sidebar .widget .form-group {margin-bottom:0;}
#sidebar .widget ul{list-style: none;padding:0;margin:0;}
#sidebar .widget ul li{padding:0px; }
#sidebar .widget ul li:before {content: "";padding-right:0px;}
#sidebar .widget ul li a{padding:0px 0px 10px;text-decoration:none;display:block;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out}

#sidebar .widget .widget-title{ padding:10px 5px 5px 15px;margin:0;margin-bottom:16px;font-size:18px; font-weight:600; position:relative}

#sidebar .widget .widget-content{position: relative;margin-left:10px}
#sidebar .widget .widget-content::after { content: ""; clear: both; display: table;}

.widget input[type="search"], .widget input[type="text"], .widget input[type="email"] {background: transparent;display: block;width: 100%;height: 40px;margin-bottom:5px;padding: 10px 0;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #495057;background-clip: padding-box;border: 0;border-bottom: 1px solid #E2E2E2;border-radius: 0;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}

.widget input[type="search"]:focus,.widget input[type="text"]:focus{color: #495057;outline: 0;box-shadow: none;}
#sidebar .widget .widget-content.search-box input[type="search"]{ position:relative; margin:0;margin-bottom:5px; float:left; height:37px; line-height:37px; width:calc(100% - 38px); border-right:none; border-radius:2px 0 0 2px; -webkit-border-radius:2px 0 0 2px;  -moz-border-radius:2px 0 0 2px;  -o-border-radius:2px 0 0 2px}

#sidebar .widget .widget-content.search-box .search-btn{display:inline-block;border:none;font-size:1.2em; line-height:36px; text-align:center; }
#sidebar .widget .widget-content.search-box .search-btn{transition:all 0.2s ease-in-out;  -moz-transition:all 0.2s ease-in-out;  -webkit-transition:all 0.2s ease-in-out;  -o-transition:all 0.2s ease-in-out}

#sidebar .widget ul.inline-categories li{float: left;margin:0 5px 5px 0px;}
#sidebar .widget ul.inline-categories li a{padding:2px;text-decoration:none;display:inline-block;}

#sidebar .widget .recent-posts {}
#sidebar .widget .recent-posts h4 {font-size:14px;font-weight: 500;}
#sidebar .widget .recent-posts li{margin:0px 0px 10px;}
#sidebar .widget .recent-posts li a{padding:0px;text-decoration:none;display:inline-block;border-bottom:0px solid #eee;margin-bottom: 5px}
#sidebar .widget .recent-posts .thumb { position:relative;padding:0;margin:0;margin-bottom:5px;vertical-align: middle;min-height:120px;max-height:150px;overflow:hidden;}
#sidebar .widget .recent-posts .thumb a{ display:block;}
#sidebar .widget .recent-posts .metaData{ font-size:12px;}
#sidebar .widget .recent-posts .metaData ul li{margin:0 5px 5px 0px;padding:2px 5px;text-decoration:none;display:inline-block;border:1px solid #eee;}
@media (max-width:992px) {
 }


/*
    Pagination
*/
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination>li {display: inline;}
.pagination>li>a, .pagination>li>span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143; color: #337ab7;text-decoration: none;background-color: #fff;border: 1px solid #ddd;}
.pagination-sm>li>a, .pagination-sm>li>span {padding: 5px 10px;font-size: 14px;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {z-index: 2;color: #fff;cursor: default;background-color: #337ab7;border-color: #337ab7;}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus{ z-index:2;cursor:default;}
.pagination, .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;}
.pagination-xs>li>span,.pagination-xs>li>a {padding:2px 4px;font-size:11px;}

/*
    Posts
*/
.postItem{margin-bottom:35px;}
.postItem .title{ border-bottom:1px solid #eee;padding:4px 0 10px;margin:5px 0px 2px;font-size:20px;line-height:22px;font-weight:500;overflow: hidden;white-space:nowrap;text-overflow: ellipsis; }
.postItem .thumb { position:relative;vertical-align:middle;padding:2px;border:1px solid #eee;max-height:250px;overflow:hidden;vertical-align: middle;}
.postItem .excerpt { font-size:14px;}
.postItem .readmore {margin-top: 10px;text-align:left;}
.postItem .metaData {margin-bottom: 10px;}
.postItem .metaData span{margin-right:5px;margin-bottom:2px;font-size:13px;}
.postItem .metaData span:after{content: '/';color:#ececec;bottom: 1px;margin-left:5px;}

.post-img{position:relative;vertical-align:middle;padding:2px;margin-bottom:5px;border:1px solid #eee;}
.post-meta {margin-bottom:20px;padding:10px 0px;font-size:13px;border-bottom:2px solid #f5f5f5;text-align: center;}
.post-meta span{padding:0px 5px;margin-bottom:2px;margin-right:5px;}
.post-meta span a{margin-right:5px;padding:2px 8px;}
.post-meta span i{margin-right:5px;}
.post-meta span:first-child {padding-left:0px;}
.post-meta span:not(:first-child) {border-left:2px solid #f5f5f5;padding-right: 5px;}
.post-content h2{font-size: 35px;font-weight:700;}
.post-content h3{font-size: 28px;font-weight:600;}
.post-content h3{font-size: 24px;font-weight:600;}
.post-content img{ border:1px solid #eee;padding:2px;box-shadow: 0 2px 2px 0 #eee;-o-box-shadow: 0 2px 2px 0 #eee;-moz-box-shadow: 0 2px 2px 0 #eee;-webkit-box-shadow: 0 2px 2px 0 #eee;}
.post-content ul{list-style: none;padding:0;margin:0;}
.post-content ul li{padding-left: 16px; }
.post-content ul li:before {content: "•";padding-right: 8px;}
.post-vote{text-align: center;font-size:13px;padding:10px 0px;border-top:1px solid #f5f5f5;}
.post-vote .btn {padding:5px 15px!important;font-weight:400;font-size:12px;}

/*
    Comments
*/
.commentNav li > a > span.counts{ display:inline-block;padding:1px 5px;background-color:#2a2a2a;color:#fff;font-size:11px;}


/*
    Product
*/
.productItem{margin-bottom:30px;}
.productItem .title{ padding:0px 0px 10px;margin:0px 0px 2px;font-size:22px;overflow: hidden;white-space:nowrap;text-overflow: ellipsis; }
.productItem .thumb { position:relative;vertical-align:middle;padding:2px;border:1px solid #eee;}
.productItem .excerpt { margin-bottom: 10px;}
.productItem .metaData span{margin-bottom:2px;}
.productItem .metaData .badge{margin-right:5px;font-size: 13px;}

.productWrapper{display:flex;}
.productNav{ height:100%;width:25%;position: -webkit-sticky;position: sticky;z-index:1;top:50px;left:0;overflow-x:hidden;padding-top:20px}
.productNav a{ padding:6px 8px 6px 16px;text-decoration:none;display:block;font-weight:600;}

.productSubNav{margin-left: 10px;}
.productSubNav a{font-size:13px;font-weight:500;}
.productMain{ width:75%;}
.productMain .info{margin-bottom:10px;text-align: right;font-size:13px;}

.productSection .section-title{font-size: 26px; margin-top: 0;margin-bottom: 0;font-weight: bold;padding-bottom: 10px;border-bottom: 1px solid #d7d6d6;}
.productSection .section-block { padding-top: 15px; padding-bottom: 15px;}
.productSection .section-block h3{ font-size: 20px; margin-top: 0;margin-bottom: 0;padding-bottom: 10px;font-weight:600;}

.productScreenshots {}
.productScreenshots a img{border:1px solid #ccc;padding:1px;margin:0px 5px 5px 0px;}

@media (max-width:992px){ 
    .productMain .info{text-align:center;}
}
@media (max-width:768px){  
    .productWrapper{display:block;}
    .productNav{display:none;}
    .productMain{width:100%;}
    
    .productMain .info{text-align:center;}
}

.productTimeline{ min-width:200px;max-width:70%;margin:auto}
.productTimeline .content{ padding:15px 0px;position:relative;}
.productTimeline .version{  padding:15px 0px;text-align:left;border-bottom:2px solid #f5f5f5;font-weight:700;}
.productTimeline .released{font-size:13px; font-weight:600;}
.productTimeline .file-btn {float:right;}
.productTimeline .file-btn .btn { padding:2px 4px!important;font-size:13px;font-weight:500;}
.productTimeline .files{background-color:#f5f5f5;margin:5px 0px 15px;padding:10px;display:none;}
.productTimeline .files ul{list-style: none;padding:0;margin:0;}
.productTimeline .files li{padding-left: 16px;font-size:13px; }
@media (max-width:768px){  
    .productTimeline{ max-width:100%;}
}


/*
    Tickets
*/
.ticketItems{}
.ticketItem{margin-bottom:30px;padding:10px 15px;}
.ticketItem .title{ padding:10px 0px;margin:0px 0px 2px;font-size:18px;overflow: hidden;white-space:nowrap;text-overflow: ellipsis; }
.ticketItem .title span{font-size:12px;vertical-align: middle}
.ticketItem .excerpt {margin-bottom: 10px;}
.ticketItem .metaData {margin-bottom:10px;font-size:13px;border-top:2px solid #f5f5f5;padding-top:10px}
.ticketItem .metaData span{padding:5px 8px;margin-right:0px;margin-bottom:2px;}
.ticketItems .ticketItem:last-child{margin-bottom:0;}


#ticket {position:relative}
#ticket .title{ padding:10px 0px 0px;margin:0px 0px 30px;font-size:22px;border-bottom: 1px dotted #eee }
#ticket .title h2{ margin:0px;padding-bottom:8px;border-bottom: 1px solid #eee }
#ticket .title .title-info{ margin-bottom:10px;padding:4px 0px; }
#ticket .title-info span{/*padding:2px 5px;*/margin-right:5px;font-size:12px;}
#ticket .metaData {border: 1px solid #eee;padding: 10px; /*font-size:13px;*/}
#ticket .metaData p{margin:0px;margin-bottom: 5px;}
#ticket .metaData p span{ font-weight:bold;}
#ticket .content { margin-bottom: 30px;}
#ticket .response-view .sender{ padding:5px 10px;margin-bottom:10px;font-size:13px;}
#ticket .response-view .content {position:relative;min-height:50px;}
#ticket .response-view .votes{ display:none;position:absolute;top:0px;right:0;min-width:200px;min-height:50px;padding:2px 10px;}
#ticket .response-view .votes{ font-size:13px;}
#ticket .response-view:hover .votes {display: inline-block;}
#ticket .response-view .votes .vote-info, #ticket .response-view .votes .vote-thanks{text-align: center;font-size:12px}
#ticket .response-view .votes .vote-thanks{display:none;font-size:12px}


#ticket .response-view .votes .vote{ margin:0px auto;}
#ticket .response-view .votes .vote >*{ float:right}
#ticket .response-view .votes .vote label{ height:22px;width:20%;display:block;position:relative;cursor:pointer}
#ticket .response-view .votes .vote label:nth-of-type(5):after{ -webkit-animation-delay:0.25s;  animation-delay:0.25s}
#ticket .response-view .votes .vote label:nth-of-type(4):after{ -webkit-animation-delay:0.2s;  animation-delay:0.2s}
#ticket .response-view .votes .vote label:nth-of-type(3):after{ -webkit-animation-delay:0.15s;  animation-delay:0.15s}
#ticket .response-view .votes .vote label:nth-of-type(2):after{ -webkit-animation-delay:0.1s;  animation-delay:0.1s}
#ticket .response-view .votes .vote label:nth-of-type(1):after{ -webkit-animation-delay:0.05s;  animation-delay:0.05s}
#ticket .response-view .votes .vote label:after{ transition:all 0.4s ease-out;-webkit-font-smoothing:antialiased;position:absolute;content:"☆";top:0;left:0;width:100%;height:100%;text-align:center;font-size:26px;}



.ticketItem{background-color:#F5F5F5;}
.ticketItem .metaData span{background-color:#fff;border:1px solid #f3f3f3;}
#ticket .response-view .sender{ border:1px solid #eee;background-color:#f5f5f5;color:#222}
#ticket .response-view .votes{ border:1px solid #eee;background-color:rgba(245,245,245, 0.4);color:#222}
#ticket .response-view .votes:hover {background-color:rgba(245,245,245, 1);}
#ticket .response-view .votes .vote-thanks{color:#f00;}
#ticket .response-view .votes .vote label:after{ color:#444;}
#ticket .response-view .votes .vote label:hover:after{ color:#5e5e5e;text-shadow:0 0 5px #5e5e5e}
#ticket .response-view .votes .vote input{ display:none}
#ticket .response-view .votes .vote input:checked+label:after, 
#ticket .response-view .votes .vote input:checked ~ label:after{ content:"★";color:#F9BF3B;text-shadow:0 0 10px #F9BF3B}

#ticket .response-view .votes .vote input.checked+label:after, 
#ticket .response-view .votes .vote input.checked ~ label:after{ content:"★";color:#F9BF3B;text-shadow:0 0 10px #F9BF3B}

/*
    Footer
*/
footer { color:#2a2a2a;}
.footer-widgets{ font-size:15px;line-height:1.4em;}
.footer-widgets h3{ margin-top:0;margin-bottom:10px;font-size:20px;line-height:22px;font-weight:600;position:relative;}
.footer-widgets ul{ list-style:none;padding:0;margin:0}
.footer-widgets ul li{ display:block;padding:4px 0}
.footer-widgets ul li a{ font-weight:400;}
.footer-widgets .widget{ margin-bottom:0;padding-left:15px}
@media (max-width:768px){ 
    .footer-widgets .widget{ margin-bottom:15px;padding-left:0px}
}

.footer-widgets .widget .recent-posts .title{font-size:14px;margin:0px;}
.footer-widgets .widget .recent-posts li{margin:0px 0px 5px;position:relative;}
.footer-widgets .widget .recent-posts li a{padding:0px;text-decoration:none;display:inline-block;border-bottom:0px solid #eee;}
.footer-widgets .widget .recent-posts .thumb { position:absolute;float:left;padding:0;margin:0;vertical-align: middle;width:60px;height:60px;overflow:hidden;}
.footer-widgets .widget .recent-posts .thumb a{ display:block;}
.footer-widgets .widget .recent-posts .metaData{ font-size:11px;}
.footer-widgets .widget .recent-posts .metaData ul li{margin:0 2px 2px 0px;padding:1px;text-decoration:none;display:inline-block;}
.footer-widgets .widget .recent-posts-content.with-thumb{margin-left:65px}

footer #copyright { background-color:#000;font-size:13px;color:#999 }
footer #copyright ul{ list-style:none;padding:0;margin:0}
footer #copyright ul>li:not(:first-child):before{ content:'\2013';margin-right:5px;}
footer #copyright ul>li{ display:inline-block;margin-left:5px;}
footer #copyright ul>li>a{ color:#f5f5f5; }
@media (max-width:768px){ 
    footer #copyright ul{ float: none!important;}
    footer #copyright .col-sm-6{ text-align: center; }
}

.back2top{ display:none;position:fixed;bottom:18px;right:15px}
.back2top i{ color:#fff;background-color:#16ABE3;display:block;width:36px;height:36px;font-weight:700;line-height:36px;border-radius:5px;text-align:center;transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out}
.back2top i:hover{background-color:#111;color:#16ABE3;}

#loader{position:fixed; top:0; left:0; width:100%; height:100%;z-index:9999999999999}
#loader .spin-image{position:absolute; width:80px; height:80px; top:50%; left:50%; margin-left:-40px; margin-top:-40px;}
#loader .spin-image img{max-width:80px; max-height:80px;margin:0;padding:0;}

/*
    RTL / LTR
*/
.ltr { direction: ltr;unicode-bidi: bidi-override;}
.rtl { direction: rtl;text-align: right;/*unicode-bidi: bidi-override;*/overflow-x: hidden;}
.rtl .nav-item .dropdown-toggle::after {    margin-right: .255em; }
.rtl #ajaxMenu { margin-left:0px;margin-right: 15px;}
.rtl #home-welcome .search-box button { left:0px;right: auto; }
.rtl #home-welcome .col-lg-8 .text-left{ text-align: right!important;}
@media (min-width: 992px){
	.rtl .page-title .offset-lg-1{margin-right: 8.333333%;}
	.rtl #home-welcome .offset-lg-2 {margin-right: 16.666667%; }
}
.rtl .breadcrumb-item+.breadcrumb-item::before {padding-left: .5rem;}
.rtl #sidebar .widget .widget-title { border-right-width:5px;border-right-style: solid;border-left:none; }
.rtl #sidebar .widget ul.inline-categories li { float: right; margin: 0 0 5px 5px; }
.rtl .prevNextWrapper .text-lg-right {text-align: left !important;}
.rtl .section-title a.pull-right {float: left;    margin-left:0px!important;margin-right:15px!important; }
.rtl #contactForm .col-lg-6.text-right { text-align: left!important; }
@media (min-width: 992px){
	.rtl #page-content .offset-lg-3 { margin-right: 25%; }
}
.rtl .accountContent .float-right,.rtl .accountContent .pull-right { float: left!important;}
.rtl .accountContent .m-right-40 { margin-left: 40px!important;margin-right:0px!important;}
.rtl footer #copyright ul>li:not(:first-child):before { margin-left: 5px;margin-right:0px; }