body {
	background: #222222;
}
.navbar {
	background: #333;
}
.navbar .navbar-nav > li > a {
	color: #fff;
}
.navbar .navbar-nav > li > a:hover {
	background: #e3ac10
}
.navbar .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: #e3ac10
}
.pclub {
	background: #181818;
	margin-top: -20px;
	padding-bottom: 20px;
	border-radius: 0 0 30px 30px;
	border-bottom: 2px solid #e3ac10;
}
.pc-solo-slide {
	padding: 10px;
	margin-bottom: 20px;
}
.pc-solo-slide .owl-controlls .owl-page span {
	background: #e3ac10 !important;
	border-radius: 0;
	width: 30px;
	height: 5px;
	margin: 5px 3px;
}
.pclub .solo-slide-dis {
	color: #fff;
	direction: rtl;
	padding-top: 30px;
}
.pclub .solo-slide-dis h2 {
	font-family: IRANSansWeb_Medium;
	color: #e3ac10;
}
.pclub .solo-slide-dis h2 a {
	font-family: IRANSansWeb_Medium;
	color: #e3ac10;
}
.pclub .solo-slide-dis h2 a:hover {
	color: #e36910;
}
.pclub .solo-slide-dis .lead {
	font-family: IRANSansWeb;
	font-size: 13px;
	padding: 30px 0 0 0;
}
.pclub .posts {
	background: transparent;
	box-shadow: none;
	min-height: auto;
	position: relative;
	padding: 0;
	height: auto;
}
.pclub .posts .thumb {
	width: 100%;
	height: 200px;
}
.pclub .posts h2 {
	position: absolute;
	background: none;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
	width: 100%;
	bottom: 0;
	right: 0;
	font-size: 14px;
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 15px;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
}
.pclub .posts:hover h2 {
	visibility: visible;
	opacity: 1;
}
.pclub .title {
	border-top: 1px solid #696969;
	position: relative;
	margin-bottom: 20px;
}
.pclub .title span {
	background: #181818;
	font: 20px IRANSansWeb_Medium;
	color: #e3ac10;
	margin-top: -20px;
	position: absolute;
	padding-left: 15px;
}
.pclub .porbazdid {
	padding-right: 20px;
}
.pclub .porbazdid .owl-item {
	position: relative;
	direction: rtl;
}
.pclub .porbazdid .owl-item img {
	width: 100%;
	height: 200px;
}
.pclub .porbazdid .owl-item h3 {
	position: absolute;
	background: none;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
	width: 100%;
	bottom: 0;
	right: 0;
	font-family: IRANSansWeb;
	font-size: 13px;
	color: #fff;
	margin: 0;
	padding: 15px;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
}
.pclub .porbazdid .owl-item:hover h3 {
	visibility: visible;
	opacity: 1;
}
.pclub .porbazdid .owl-buttons {
	font-family: IRANSansWeb;
	position: relative;
}
.pclub .porbazdid .owl-prev,
.pclub .porbazdid .owl-next {
	position: absolute;
	right: -25px;
	top: -125px;
	color: #fff!important;
	font-size: 30px!important;
	background: #181818!important;
	border-radius: 50%;
	padding: 0!important;
	height: 40px;
	width: 40px;
	line-height: 40px!important;
	z-index: 999
}
.pclub .porbazdid .owl-prev {
	left: 0;
	top: -125px;
}
.pclub .porbazdid .owl-prev:hover,
.pclub .porbazdid .owl-next:hover {
	background: #e3ac10!important;
}
.wp-pagenavi {
	background:transparent;
}
.wp-pagenavi a ,.wp-pagenavi span {
	color: #fff;
}
.wp-pagenavi .current {
	color: #e3ac10;
}
.wp-pagenavi a:hover ,.wp-pagenavi span:hover {
	background: #e3ac10;
}
.owl-carousel {
	border-bottom: 1px solid #696969;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.footer-cat {
	background: #222;
}
.footer-head {
	background: #282828;
}
.footer-head ul li a:hover {
	background: #e3ac10;
	color: #282828;
}
.footer-bot {
	background: #151515;
	color: #fff;
}
@media screen and (max-width: 767px) {
.navbar .navbar-nav > li > a {
    color: #333;
}
}