@font-face {
  font-family: "Iransans";
  src: url("../fonts/Iransans.woff2") format("woff");
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
}
body {
	background-color: #e6e6e6;
	font-size: 13px;
	font-family: "Iransans", tahoma;
	color: #333;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #05801C;
	outline: none !important;
}

a:hover, a:focus {
	text-decoration: none;
	color: #0b661c;
}
h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 2;
}
h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
}
h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}
h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
h5 {
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
}
h6 {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}
ol, ul , li {
	list-style: none;
}


img {
	width: auto;
	max-width: 100%;
	height: auto;
}



main label {
	text-align: right !important;
	direction: rtl;
	display: block;
}

main label {
	text-align: right !important;
}
input[type="file"] {
	border: 3px dashed #ddd !important;
	box-shadow: none !important;
	padding: 30px !important;
	height: auto !important;
	width: 100% !important;
}
.boxed {
	max-width: 1170px;
	margin: 30px auto;
	background: #fff;
	box-shadow: 0 1px 5px #bababa;
	border-radius: 5px;
	overflow: hidden;
}


.tct-white {
	text-decoration: none;
	color: #fff;
	outline: none !important;
}

.tct-white:hover, .tct-white:focus {
	text-decoration: none;
	color: #05801C;
}


.btn {
	transition: all 0.3s ease;
}
.btn-theme {
	background: #05801C;
	color:#fff;
}
.btn-theme:hover, .btn-theme:focus {
	background: #0b661c;
	color:#fff;
}

.btn-themei {
	background: #E85200;
	color:#fff;
}
.btn-themei:hover, .btn-themei:focus {
	background: #CE4B04;
	color:#fff;
}



.bnb {
	background: transparent;
	border: 2px solid #05801C;
	color: #05801C;
}
.bnb:hover, .bnb:focus {
	background: #05801C;
	color: #fff;
}

.bnbi {
	background: transparent;
	border: 2px solid #E85200;
	color: #E85200;
}
.bnbi:hover, .bnbi:focus {
	background: #E85200;
	color: #fff;
}

.alignright {
	float: right;
	margin-left: 15px;
	display: block;
}
.alignleft {
	float: left;
	margin-right: 15px;
	display: block;
}
.aligncenter {
	float: none;
	margin: 10px auto;
	display: block;
}

.main-content:before, .main-content:after , .article:before, .article:after, .comment-respond:before, .comment-respond:after {
	content:"";
	display:table;
}
.main-content:after, .article:after, .comment-respond:after {
	clear: both;
}


.white-box {
	background: #fff;
}

.mb-30 {
    margin-bottom: 20px;
}


.section-title {
	padding: 60px 0 30px;
	text-align: center;
}
.section-title h2 {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: bold;
}
.section-title p {
	font-size: 15px;
	margin-bottom: 15px;
	color: #666;
}



.main-body {
	position: relative;
	margin: 55px auto;
}
.form-control {
	background: #fff;
	border: 1px solid #ddd;
	width: 100%;
	padding: 5px 10px;
	height: 40px;
	border-radius: 2px;
	box-shadow: none;
}
.form-control:focus {
	border-color: #ddd;
	box-shadow: none;
	border-bottom: 2px solid #E85200;
}

.tbfb tbody td:nth-child(2n) {
    text-align: center;
}






.back-ttb {
	position: fixed;
	z-index: 9;
	right: 30px;
	bottom: 30px;
	font-size: 18px;
	line-height: 20px;
	width: 45px;
	height: 45px;
	background-color: #43A351;
	color: #fff;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	padding: 12px;
	cursor: pointer;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}
.back-ttb.show{
    opacity: 1;
    pointer-events: auto;
}


.dl-list li {
	background: #f7f7f7;
	margin-bottom: 10px;
	padding: 5px 15px;
	position: relative;
	border: 1px solid #eee;
	border-radius: 4px;
	list-style: none !important;
}
.dl-list a {
	font-weight: bold;
	font-size: 15px;
	line-height: 2.5;
	padding-right: 50px;
}
.dl-list li a:before {
	content: "\f019";
	font-family: fontawesome;
	margin-left: 15px;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	background: green;
	height: 100%;
	color: #fff;
	text-align: center;
	padding: 7px;
	border-radius: 0 4px 4px 0;
}

/************************************* Header ****************************************/

.header-top {
	background-color: #2c2c2c;
	padding: 5px 0;
}
.header-top .mini-account {
  display: inline-block;
  text-align: right;
  position: relative;
  top: -2px;
}
.header-top .mini-account a {
  color: #eee;
}
.header-top .mini-account a:hover {
  color: #007c15;
}
.header-top .social-links {
	padding-right: 20px;
	text-align: left;
	direction: ltr;
	display: inline-block;
}
.header-top .social-links a {
	display: inline-block;
	color: #43a351;
	font-size: 17px;
	margin-right: 20px;
}
.header-top .social-links a:hover, .header-top .social-links a:hover * {color: #fff;fill:#fff;}
.header-top {text-align: left;}
.header-top .fgb-info {
	text-align: right;
	color:#fff;
	padding: 4px 0;
}
.fgb-info li {
    display: inline-block;
    margin-left: 15px;
}
.header-middle {
	background-color: #fff;
	z-index: 999;
	position: relative;
	transition: all 0.2s ease;
}
.header-wrapper {
    position: relative;
}
.header-nav {
    float: left;
	position: relative;
	padding-left: 35px;
}



.header-menu {
	line-height: 1.7;
	margin-bottom: 0px;
}

.header-menu li {
    float: right;
	padding: 30px 4px 25px;
}
.header-menu li a {
	font-size: 13px;
	padding: 24px 5px;
	color: #333;
	font-weight: bold;
}
.header-menu ul.sub-menu li a {
    font-weight: normal;
}
.header-menu li a:hover {
	color: #0b661c;
}




.header-menu .sub-menu {
	list-style: none;
	position: absolute;
	display: none;
	z-index: 99;
	min-width: 220px;
	font-size: 14px;
	color: #6e6e6e;
	transition: all 0.3s ease;
}

.header-menu.des li > ul.sub-menu {
	top: 100%;
}
.header-menu ul.sub-menu li ul.sub-menu {
	top: 0;
	right: 0;
	margin-right: 100%;
}

.header-menu.des li:hover > ul.sub-menu {
	display: block;
}
.header-menu .sub-menu li {
	position: relative;
	white-space: nowrap;
	background-color: #f3f3f3;
	padding: 12px 11px;
	float: none;
	display: block;
	transition: all 0.3s ease-in;
}
.header-menu ul.sub-menu li.menu-item-has-children:after {
	content: "\f104";
	position: absolute;
	left: 15px;
	font-family: fontawesome;
}
.header-menu.des li:hover , .header-menu.des li.current-menu-item {
	border-bottom: 2px solid #E85200;
}
.header-menu.des .sub-menu li.current-menu-item, .header-menu.des .sub-menu li:hover {
	background: #ddd;
	border-bottom: 0;
}




.header-mob-menu {
	display: block !important;
	position: fixed;
	top: 0;
	right: 0;
	background: #ddd;
	bottom: 0;
	z-index: 999;
	left: 0;
	padding: 10px 20px;
	overflow-y: auto;
}
.header-mob-menu li {
	display: block;
	float: none;
	border: 1px solid #ddd;
	cursor: pointer;
}
.header-mob-menu > li {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

.header-mob-menu .sub-menu li {
    padding: 10px 11px;
}
.header-mob-menu .menu-item-has-children:before {
	content: "\f104";
	left: 30px;
	float: left;
	font-family: fontawesome;
	font-size: 20px;
	position: relative;
	left: 5px;
	margin-top: -5px;
	transition: all 0.3s ease-in;
}
.header-mob-menu .active.menu-item-has-children:before {
    content: "\f107";
}


.header-mob-menu li.active .sub-menu {
	display: block !important;
}
.header-mob-menu .sub-menu {
	position: relative;
	margin-top: 20px;
}







.hmenu-btn{
    display:none;
    position: absolute;
	left: 40px;
	top: 27px;
	background: #E85200;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 3px;
}
.hmenu-btn.close-menu i::before {
    content: "\f00d";
}
.hmenu-btn.close-menu {
    z-index: 999;
    position: fixed;
    top: 10px;
    left: 10px;
}

.header-wrapper .search-btn {
	position: absolute;
	left: 0;
	top: 27px;
	background: #E85200;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 3px;
}
.header-wrapper .search-btn.active i:before {
	content: "\f00d"; 
}


.header-search {
	position: absolute;
	width: 100%;
	transform: translate(0,-55px);
	z-index: 300;
	background: #f7f7f7;
	padding: 10px 0;
	transition: transform 0.3s ease-in;
}
.header-search.opened {
	transform: translate(0);
	z-index: 300;
	transition: transform 0.3s ease-in;
	border-bottom: 1px solid #ddd;
}
.header-search form {
	position: relative;
}
.header-search input[type="text"] {
	float: right;
	width: 100%;
	height: 35px;
	padding: 10px;
	padding-left: 60px;
	border: 1px solid #ddd;
}
.header-search input[type="submit"] {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 50px;
	height: 35px;
	padding: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
}
.header-search form:after {
	content: "\f002";
	font-family: "fontAwesome";
	width: 50px;
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	left: 0;
	top: 0;
	background: #E85200;
	padding: 10px 20px;
	color: #fff;
	border: 1px solid #E85200;
	border-radius: 4px 0 0 4px;
}


.header-middle.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 1px 3px #ddd;
	height:56px;
	transition: all 0.2s ease;
}
.header-middle.fixed .h-logo img {
    height: 50px;
    padding: 5px 5px 0px;
}
.header-middle.fixed .header-menu > li {
    padding-top: 17px;
    padding-bottom: 15px;
}
.header-middle.fixed .header-wrapper .search-btn, .header-middle.fixed .header-wrapper .hmenu-btn {top:13px;}

/************************************* Footer ****************************************/
.footer-main {
	background: #202020;
	padding: 50px 0 0;
	color: #fff;
}
.footer-main a {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.footer-main a:hover {
	color: #0b661c;
}

.footer-middle .widget-title {
	font-size: 17px;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 500;
	margin-bottom: 30px;
}
.footer-middle .about-us .textwidget {
	color: #ddd;
	line-height: 2;
	text-align: justify;
}
.footer-middle ul.menu li {
	font-size: 14px;
	margin-bottom: 10px;
	padding-right: 20px;
	line-height: 20px;
	padding-bottom: 11px;
	width: 50%;
	float: right;
	position: relative;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}
.footer-middle ul.menu li:before {
	content: "\f104";
	font-family: FontAwesome;
	text-align: center;
	position: absolute;
	right: 0px;
	display: block;
	height: 20px;
	width: 20px;
	margin-top: -1px;
	color: #ddd;
}
.footer-middle ul.menu li a {color: #ddd;}
.footer-middle ul.menu li a:hover { color: #05801C;}
.footer-main .widget {
	position: relative;
	margin-bottom: 30px;
}


.footer-contact li {
	display: block;
	margin-bottom: 20px;
	line-height: 1.5;
}
.footer-contact a, .footer-contact span {
    color: #fff;
}
.footer-contact li i {
	margin-left: 15px;
	font-size: 15px;
	color: #43A351;
}

.copyright {
	background: #181818;
	padding: 20px 0 10px;
	color: #e6e6e6;
	margin-top: 20px;
}
.copyright .social-links a {
	float: left;
	margin-right: 20px;
	font-size: 17px;
	color: #eee;
}
.copyright .social-links a:hover, .copyright .social-links a:hover * {
	color: #E85200;
	fill: #E85200;
}

/************************************* Main ****************************************/

.main-content, .comment-respond {
	position: relative;
	background: #fff;
	box-shadow: 0 2px 3px #cccbcb;
	padding: 20px 10px;

}

.breadcrumb {
	position: relative;
    margin-bottom: 0px;
    background: #f7f7f7;
	padding: 15px;
    border: 0;
    border-radius: 0;
}
.breadcrumb a {
    color: #666;
    padding-left: 5px;
}
.breadcrumb a:hover {
	color: #0A8321;
}
.breadcrumb i {
    margin-left: 5px;
}
.print-page {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 21px;
}
.print-page a span {
    display: none !important;
	opacity: 0;
	visibility: hidden;
	font-size: 0;
	position: absolute;
	top: 5px;
	left: 40px;
	width: 62px;
	transition: all 0.3s ease-in;
	text-align: center;
}
.print-page a:hover span {
	opacity: 1;
	visibility: visible;
	font-size: 14px;
}



.pagination {
	display: block;
	margin: 10px auto 20px;
	text-align: left;
	direction: ltr;
}
.pagination li {
	display: inline-block;
	margin-right: 10px;
	padding: 9px 0;
}
.pagination li a, .pagination li span {
	font-size: 14px;
	padding: 9px 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #929292;
	background-color: #CECBCB;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.pagination li span, .pagination li a:hover {
    background-color: #ea4517;
	color: #fff;
}








.article.archive {
	background: #fff;
	box-shadow: 0 1px 3px #ddd;
	border: 1px solid #eee;
	margin-bottom: 30px;
}
.article .post-thumbnail {
    margin-bottom: 27px;
    overflow: hidden;
    background: #000;
    line-height: 0;
    position: relative;
}

.post-thumbnail img {
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
	-o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}
.article.archive .post-thumbnail img {
	width: 100%;
	max-height: 250px;
}
.post-thumbnail:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.article .post-details {
    padding: 0 15px;
}
.article time a, .article-book time {
	font-size: 12px;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	color: #989898;
}
.post-title {
	height: 40px;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.post-title a {
	font-size: 15px;
    font-weight: bold;
	color: #343434;
}
.single .post-title a {
    font-size: 18px;
}
.post-excerpt {
	min-height: 115px;
	margin-bottom: 30px;
	color: #6e6e6e;
	line-height: 2;
	font-size: 13px;
	padding: 5px 0;
	text-align: justify;
	max-height: 140px;
    overflow: hidden;
}
.post-postb {
    padding-top: 12px;
	border-top: 1px solid #eee;
	color: #989898;
}
.post-postb a {
	color: #989898;
}
.post-postb a:hover {
	color: #05801C;
}
.post-postinfo {
	display: inline-block;
	margin-left: 25px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.post-postinfo i {
    margin-left: 5px;
}
time.post-postinfo {
	float: left;
	margin-left: 0;
}
.article .more-link {
	display: block;
	margin: 10px 0;
}


.news-cat {
    border-bottom: 1px solid #eee;
    padding: 10px 15px 15px;
}
.news-cat .post-title {
    display: block;
}
.news-cat .post-postinfo, .news-cat .post-postinfo a {
    float: none;
    color: #666;
    margin-left: 10px;
}
.news-cat .more-link {
    float: left;
}



.single .post-edit-link {
	position: absolute;
	top: 10px;
	left: 10px;
}
.single .post-postb {
	margin-top: 15px;
}
.single .post-postinfo {
	float: none !important;
	margin: 10px 0;
	display:block;
}

.post-content {
	border-top: 1px solid #eee;
	margin: 15px 0;
	color: #333;
	line-height: 2.5;
	text-align: justify;
	padding: 20px 0;
}
.post-content h2 {
  font-size: 16px;
  margin-bottom: 15px
}
.post-content h3 {
  font-size: 15px;
  margin-bottom: 10px
}
.post-content h4 {
  font-size: 14px;
  margin-bottom: 10px
}
.post-content ol, .post-content ol li, .post-content ul, .post-content ul li {
	list-style: inherit;
	margin-right: 20px;
	text-align: right;
    word-wrap: break-word;
}

.shortlink {
	display: table;
	width: 100%;
	text-align: left;
	border-top: 1px solid #eee;
	padding: 20px 0 10px;
}
.shortlink span {
	float: right;
	margin-bottom: 10px;
}
.shortlink span.link {
	background: #f7f7f7;
	padding: 5px 10px;
	color: #666;
	float: left;
	border: 1px solid #ddd;
	max-width: 280px;
}


.main-content ol , .main-content ol li {
    list-style: url;
    margin-right: 15px;
    margin-left: auto;
}

.archive-book .article-book {
    border-bottom: 1px solid #eee !important;
}
.article-book {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.article-book:last-child {border:none;}
.article-book .post-thumbnail {
	text-align: center;
}
.article-book .post-thumbnail img {
	max-width: 80px;
}
.article-book  time.post-postinfo {
	float: none;
	margin: 10px 0;
}
.article-book .btn {
	margin-top: 30px;
}
.article-book .post-content {
	padding: 15px;
}

.book-details {
    display: block;
    padding: 10px;
}
.book-details td {
    text-align: right;
    padding: 5px;
}
.book-details td.th {
    font-weight: bold;
	border-left: 1px solid #ddd;
}
.book-details > span span{
    font-weight: normal;
}





.page-errors h1 {
	color: #E85200;
	font-size: 150px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 40px;
	font-family: arial;
}
.page-errors h3 {
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.page-errors p {
    color: #666;
    font-size: 14px;
}


.page-errors form.search-form {
	max-width: 430px;
	margin: 58px auto 0px;
	position: relative;
	margin-bottom: 13px;
}

.page-errors form.search-form input[type="text"]{
    background-color: #008000;
    font-size: 15px;
    width: 100%;
    border: none;
    padding: 22px 25px 22px 60px;
    height: 64px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	color: #fff;
}
.page-errors form.search-form .top-search-submit {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -10px;
	font-size: 18px;
	color: #ffffff;
}
.page-errors form.search-form  input.search-submit {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 64px;
	height: 64px;
	opacity: 0;
	filter: alpha(opacity=0);
}
/************************************* Comments ****************************************/

#comments {
	position: relative;
	margin-top: 40px;
}
.comments-title {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 55px;
	color: #464646;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0px;
}
.comments-list > li {
	background: #fff;
	box-shadow: 0 2px 3px #cccbcb;
	padding: 20px;
	margin-bottom: 20px;
}


.comment-details {
	float: right;
	width: 100%;
}
article.comment .comment-avatar {
	max-width: 80px;
	margin-left: 35px;
	float: right;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.comment-meta {
	width: calc(100% - 100px);
	float: right;
}
.comment-author {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
	word-wrap: break-word;
}
.comment-meta .comment-time {
	color: #555;
	display: block;
	margin-top: 10px;
}

.comment-reply-link , .comment-edit-link {
	padding: 5px 10px;
	border-radius: 3px;
}
.comment-reply-link {margin-right: 15px;}

.comment-content {
	clear: both;
	position: relative;
	padding: 30px 0 10px;
	line-height: 2;
	border-top: 1px solid #ddd;
	display: block;
}



.comments-list > li > ul.children li article {
	margin: 0;
	background: #f7f7f7;
	margin-bottom: 20px;
	padding: 15px 20px;
	border: 1px solid #ddd;
}

.comments-list ul.children {
	margin: 10px 35px 10px 0;
}
.comment-top {
	display: block;
	position: relative;
	padding: 0 0 10px;
}
.comment-link {
	text-align: left;
	padding-top: 15px;
}
.comment-title {
	font-size: 16px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	color: #464646;
	border-bottom: 1px solid #eee;
	padding: 5px 0 20px 0;
	margin: 0;
	margin-bottom: 23px;
}
.logged-in-as, .logged-in-as a, .must-log-in , .must-log-in a {
	color: #444;
	padding: 5px 0px 15px;
	text-decoration: none;
}

.comment-respond {
    padding: 20px;
}



.widget-wlp {
	padding-bottom: 0;
}
.wlp-header {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	padding: 10px 10px 15px;
	margin-bottom: 25px;
	background: #E85200;
}
.wlp-header i {
	font-size: 23px;
	margin-left: 10px;
	position: relative;
	top: 5px;
}
.wlp {
}
.wlp li {
	display: block;
	position: relative;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.wlp li:last-child{border:none;}
.wlp li a {
	color: #333;
	font-size: 14px;
}
.wlp li:hover a {
    color: #43A351;
    transition: all 0.3s ease;
}


/************************************* Search ****************************************/
.search-results {
	list-style: none;
	margin: 0;
	padding: 0;
}
.search-results > li {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 20px;
}
.search-results > li:last-child {
    border: 0;
}
.search-results h6 {
    font-size: 14px;
	font-weight: 400;
	margin: 0;
	line-height: 20px;
}
.search-results h6 a{
    color: #333;
}

.search-results .result-url {
	color: #239169;
	margin: 5px 0;
	display: inline-block;
	direction: ltr;
	font-size: 12px;
}
.search-results p {
    margin: 0 0 10px;
}



/************************************* Widgets ****************************************/


.recent-posts .article.archive {
	background: none;
	box-shadow: none;
	border: none;
}


#theme-my-login {
	margin: 0 auto;
	max-width: 600px;
}
#theme-my-login.tml-user-panel {
	max-width: 100%;
}

.tml .error,
.tml .message {
	color: #333;
	padding: 0.5em;
}

.tml .error {
	border: 1px solid #c00;
	background-color: #ffebe8;
}

.tml .message {
	border: 1px solid #e6db55;
	background-color: #ffffe0;
}

.tml p {
	margin: 0 0 1.5em 0;
	padding: 0;
}

.tml label {
	display: block;
	text-align: left;
}

.tml .tml-rememberme-wrap label {
	display: inline;
}

.tml input,
.tml textarea,
.tml select {
	margin: 0.5em 0;
	width: 100%;
}

.tml input[type="checkbox"],
.tml input[type="radio"],
.tml .tml-rememberme-wrap input {
	vertical-align: middle;
	width: auto;
}

.tml .tml-action-links {
	display: inline-block;
	list-style: none;
	margin: 0.5em auto;
	padding: 0;
	text-align: center;
}

.tml .tml-action-links li {
	border: none;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	line-height: 1;
	list-style: none;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
}

.tml .tml-action-links li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.tml .tml-action-links a {
	border: none;
	display: block;
	padding: 0;
	text-decoration: none;
}

.tml .tml-rememberme-submit-wrap:before,
.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:before,
.tml .tml-action-links:after {
	content: "";
	display: table;
}

.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:after {
	clear: both;
}

.tml .tml-user-avatar {
	text-align: right;
}

.mu_register .hint {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

.mu_register label.checkbox {
	display: inline;
}

#pass-strength-result {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #23282d;
	font-weight: 600;
	margin: -1px 0 1.5em;
	padding: 3px 5px;
	text-align: center;
	width: 100%;
	opacity: 0;
}

#pass-strength-result.short {
	background-color: #f1adad;
	border-color: #e35b5b;
	opacity: 1;
}

#pass1.short,
#pass1-text.short {
	border-color: #e35b5b;
}

#pass-strength-result.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
	opacity: 1;
}

#pass1.bad,
#pass1-text.bad {
	border-color: #f78b53;
}

#pass-strength-result.good {
	background-color: #ffe399;
	border-color: #ffc733;
	opacity: 1;
}

#pass1.good,
#pass1-text.good {
	border-color: #ffc733;
}

#pass-strength-result.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
	opacity: 1;
}

#pass1.strong,
#pass1-text.strong {
	border-color: #83c373;
}

.tml .password-input-wrapper {
	display: table;
	width: 100%;
}

.tml .input.password-input {
	display: table-cell;
	margin: 0;
}

.tml .pw-weak {
	display: none;
	margin-bottom: 1.5em;
}

.tml .wp-hide-pw {
	cursor: pointer;
	display: table-cell;
	margin: 0;
	padding: 0 0.5em;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

#pass1,
#pass1-text {
	width: 100%;
}

#pass1-text,
.show-password #pass1 {
	display: none;
}

.show-password #pass1-text
{
	display: inline-block;
}


.tml .tml-submit-wrap input {
	background: #05801C;
	color: #fff;
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
}
.tml-login .tml-submit-wrap input {width:100% !important;}
.tml .tml-submit-wrap input:hover {
    background: #0b661c;
    color: #fff;
}
@media screen and (min-width: 768px) {
	.tml .tml-submit-wrap input {
		width: auto;
	}

	.tml-login .tml-rememberme-submit-wrap {
		display: table;
		margin-bottom: 1.5em;
		width: 100%;
	}

	.tml-login .tml-rememberme-wrap {
		display: table-cell;
	}

	.tml-login .tml-rememberme-wrap input {
		margin: 0;
	}

	.tml-login .tml-submit-wrap {
		display: table-cell;
		text-align: right;
	}

	.tml-login .tml-submit-wrap input {
		margin: 0;
		width: auto;
	}
}








.section-main:before, .section-main:after {
	content: "";
	display: table;
}
.section-main:after {
	clear: both;
}











.feature-title {
  margin-bottom: 20px;
  text-align: center;
}
.feature-title i {
  font-size: 38px;
  line-height: 38px;
  width: 38px;
  color: #43a351;
}
.feature-title h2 {
  font-size: 20px;
  margin: 15px 0;
}
.feature-title h2 a {
    color: #333;
}
.feature-content {
  color: #444;
  text-align: center;
  line-height: 2;
  font-size: 13px;
}

.fb-brand {
	float: right;
	display: block;
	text-align: center;
}
.hasc {
    margin: 30px 0 20px !important;
}
.hasc li {
	font-size: 14px;
	color: #333;
	line-height: 2.5;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.hasc li:last-child {border: 0;}
.hasc li i {
	color: #05801C;
	margin-left: 7px;
	font-size: 18px;
}



.owl-item [class*="col-"] {
	width: 100% !important;
}
#blog_post .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    text-align: center;
}
#blog_post .owl-nav > div {
    display: inline-block;
    padding: 5px 15px;
}

.services-title {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	text-align: center;
}
.services-title h2 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.service-thumb {
	width: 80%;
	margin: 0 auto;
}
.service-title {
	text-align: center;
	padding: 20px 10px 15px;
}
.service-title h3 a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.pp_gallery li {
    width: 52px;
}
.pp_content_container {
    direction: ltr;
}


/*** grform ***/

.gform_wrapper input, .gform_wrapper textarea {
	background: #fff;
	border: 1px solid #ddd;
	width: 100%;
	padding: 5px 10px;
	height: 40px;
	border-radius: 2px;
	box-shadow: none;
	line-height: 1.42857143;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.gform_wrapper input:focus, .gform_wrapper textarea:focus {
    border-color: #ddd;
        border-bottom-color: rgb(221, 221, 221);
    box-shadow: none;
    border-bottom: 2px solid #E85200;
}

.gform_wrapper input[type="submit"] {
	background: #E85200;
	color: #fff;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 3px;
	border: none;
	height: auto;
	width: auto;
	display: inline-block;
	font-size: 14px;
	text-align: center;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label{letter-spacing: 0 !important;font-size: 100% !important;}

html[dir="rtl"] .gform_wrapper table.gfield_list td, html[dir="rtl"] .gform_wrapper table.gfield_list th {
    padding-left: 16px;
    padding-right: 0;
    text-align: right;
}

.bxf-wr {
    position: relative;
    top: 130px;
    z-index: 9;
}
.bxf-wr img {
    position: relative;
    margin-top: -100px;
}

.brands.owl-carousel .owl-item img {
    width: auto;
	margin: 0 auto;
}
.news-cat .post-title a {
    font-size: 15px;
}

.vc_goUp, .vc_goDown {
  color: #fff;
}
.vc_goUp, .vc_goDown {

    color: #333;
    background: #eee;
    padding: 0px 5px;
    text-align: center;
    border-radius: 4px;

}
.wlp-header .vc_goUp i,.wlp-header .vc_goDown i {
  font-size: 15px;
  margin: 0;
  top: 0;
}
.vc_goUp.isDisabled, .vc_goDown.isDisabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  cursor: not-allowed;
}
.vc_container {
  overflow: hidden;
  -moz-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
.vc_list {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}

.post-tags {
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.post-tags a {
  background: #eee;
  color: #666;
  padding: 5px 10px;
  border-radius: 4px;
  margin-left: 10px;
  border: 1px solid #e9e9e9;
  transition: all 0.2s ease;
  margin-bottom: 10px;
}
.post-tags a:hover {
  background: #43a351;
  color: #fff;
  border-color: #43a351;
}
