body {
	overflow-y: auto;
	background: #F0F0F1;
	font-family: 'Sansx', tahoma;
	color: #000000;
}
a, a:hover {
	text-decoration: none;
}
@font-face {
	font-family: Yekanx;
	src: url("../font/Yekanx.ttf");
}
@font-face {
	font-family: Sansx;
	src: url("../font/IRANSansXDemiBold.ttf");
}
@font-face {
	font-family: Zodiac;
	src: url("../font/ZodiacSigns.ttf");
}
.yekanx {
	font-family: Yekanx !important;
}
.sansx {
	font-family: Sansx !important;
}
.zodiac-font {
	font-family: Zodiac !important;
}
.ltr {
	direction: ltr;
}
.w3-overlay {
	z-index: 3;
}
.w3-top {
	z-index: 2;
}
.w3-dropdown-content {
	right: 0 !important;
}
.w3-col {
	float: right;
}
/* Default END */
.app {
	padding-top: 30px;
	direction: rtl;
}
.menu-link {
	font-family: Sansx !important;
}
.header-menu .menu-link {
	color: rgb(51, 51, 51);
	margin: 0 15px 0 15px;
}
.sidebar .menu-link {
	font-size: 20px;
}
.tagcloud li {
	border-bottom: 1px solid #333;
}
.header {
	padding-top: 15px;
	background: #FFFFFF;
	width: 100%;
}
.header-title {
	font-size: 50px;
	color: #fff;
}
.header-menu {
	margin-top: 8px;
	font-size: 20px;
	text-align: right;
}
.bars-menu {
	padding-top: 2px;
	text-align: right;
	cursor:pointer;
	font-size: 23px;
	margin-right: 15px;
	color: #222;
}
.header-logo {
	text-align: center;
}
.header-logo img {
	margin-top: 3px;
	max-height: 35px;
	width: auto;
}
.menu-bg {
	background-image: url("../image/menu-bg.jpg");
	padding: 0px 0 10px 0;
	border-top: #ccc solid 1px;
}
.hero {
	position: relative;
	width: 100%;
	min-height: 600px;
	background-image: url("../image/hero.jpg?v=1");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	text-align: center;
}
.hero-shadow {
	position: absolute;
	width: 100%;
	min-height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.hasor-text {
	text-align: justify;
}
.page-wapper {
	max-width: 1200px;
}
.zod-wapper {
	max-width: 1200px;
}
.blog-wapper {
	max-width: 1200px;
	margin-top: 50px;
}
.form-wapper {
	max-width: 800px;
}
.zod-item-padding {
	padding: 5px;
}
.zod-item {
	min-height: 20px;
	margin-top: 20px;
}
.zod-item-triangle-wapper {
	position: relative;
	width: 100px;
	height: 86px;
}
.zod-item-triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 86.6px 50px;
}

.zod-item-triangle-a {
	border-color: transparent transparent #007bff transparent !important;
}
.zod-item-triangle-b {
	border-color: transparent transparent #6610F2 transparent !important;
}
.zod-item-triangle-c {
	border-color: transparent transparent #6F42C1 transparent !important;
}
.zod-item-triangle-d {
	border-color: transparent transparent #E83E8C transparent !important;
}
.zod-item-triangle-e {
	border-color: transparent transparent #DC3545 transparent !important;
}
.zod-item-triangle-f {
	border-color: transparent transparent #FD7E14 transparent !important;
}
.zod-item-triangle-g {
	border-color: transparent transparent #FFC107 transparent !important;
}
.zod-item-triangle-h {
	border-color: transparent transparent #28A745 transparent !important;
}
.zod-item-triangle-i {
	border-color: transparent transparent #20C997 transparent !important;
}
.zod-item-triangle-j {
	border-color: transparent transparent #17A2B8 transparent !important;
}
.zod-item-triangle-k {
	border-color: transparent transparent #007bff transparent !important;
}
.zod-item-triangle-l {
	border-color: transparent transparent #6610F2 transparent !important;
}

.zod-item .zodiac-font {
	position: absolute;
	margin: 0 auto;
	line-height: 30px;
	font-size: 87px;
	top: calc(50% - 10px);
	left: calc(50% - 20px);
}
.zodic-item-image {
	text-align: center;
	margin: 15px 0 25px 0;
}
.zodic-item-image img {
	width: 100%;
	height: auto;
	max-width: 160px;
}
.zodic-item-farsi_name {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 25px;
	margin-bottom: 10px;
}
.blog-item-padding {
	padding: 10px;
}
.blog-item {
	background: #1E3C66;
	min-height: 20px;
	border: 1px solid rgba(240, 240, 240, 0.6);
	transition: all 0.2s linear;
	border-radius: 10px;
}
.blog-item-big {
	background: #1E3C66;
	min-height: 20px;
}
.blog-item:hover {
	background-color: rgba(50, 50, 50, 0.6);
	box-shadow: 0 0 10px 2px rgba(240, 240, 240, 0.2);
}
.blog-item-image, .blog-item-big-image {
	position: relative;
}
.blog-item-image-date {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.blog-item-image-views {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.blog-item-image img {
	object-fit: cover;
	width: 100%;
	height: auto;
	max-height: 200px;
	border-radius: 10px 10px 0 0;
}
.blog-item-big-image img {
	object-fit: cover;
	width: 100%;
	height: auto;
	max-height: 400px;
}
.blog-item-title {
	width: 100%;
	text-align: right;
	margin-top: 5px;
	color: #fff;
	font-size: 20px;
}
.blog-item-text {
	width: 100%;
	text-align: justify;
	margin-top: 15px;
	color: #ccc;
	font-size: 15px;
	min-height: 45px;
}
.blog-item-text-big {
	width: 100%;
	text-align: justify;
	margin-top: 15px;
	font-size: 17px;
	min-height: 45px;
	color: #f4ecec;
}
.footer {
	
}
.footer-logo {
	max-width: 60px;
	height: auto;
	margin-left: 10px;
}
.footer-sitename {
	color: #333;
	margin-right: 10px;
}
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.rotate-main {
	margin: 50px;
	position: relative;
	width: 100%;
	max-width: 600px;
	aspect-ratio: 1/1;
}
.rotate-wapper {
	background: #090909 url("../image/star.png") no-repeat center center fixed;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	border-radius: 50%;
	box-shadow: inset 0px 0px 21px 5px rgba(198,198,198,0.43), 0px 0px 21px 5px rgba(198,198,198,0.43);
}
.rotate1 {
	width: 30%;
	position: absolute;
	max-width: 231px;
}
.rotate1 img {
	width: 100%;
	height: auto;
}
.rotate2 {
	position: absolute;
	-webkit-animation: rotating 30s linear infinite reverse;
}
.rotate2 img {
	width: calc(100% - 50px);
	height: auto;
}
.rotate3 {
	position: absolute;
	-webkit-animation: rotating 35s linear infinite;
}
.rotate3 img {
	width: 100%;
	height: auto;
}

.w3-bar-item {
	text-align: right !important;
}
.menu-button {
	background: #206DD8;
	transition: all 0.2s linear;
	border-bottom: 1px solid #1E3C66 !important;
	font-family: Sansx !important;
	color: #FFF;
	font-size: 18px;
}
.menu-button:last-child {
	border-bottom: 0px !important;
}
.menu-button:hover {
	background: #588FDD;
}
.sidebar {
	z-index: 503;
	width: 300px;
	right: 0;
	overflow-y: auto;
	display: none;
}
.zodiac-reading-wapper {
	min-height: 500px;
	margin-top: 30px;
}
.zodiac_detail_text {
	margin-top: 10px;
	min-height: 100px;
	text-align: justify;
	line-height: 35px;
	font-size: 20px;
	color: #eee;
	background: #1E3C66;
	padding: 10px;
}
.blog_text {
	margin-top: 10px;
	margin-bottom: 32px;
	min-height: 500px;
	text-align: justify;
	line-height: 35px;
	font-size: 20px;
	color: #eee;
	background: #1E3C66;
	padding: 15px;
}
td {
	display: table-cell;
	text-align: center;
	vertical-align: middle !important;
}
.error-panel-wapper {
	font-family: Yekanx;
	position: fixed;
	top: 30px;
	right: 30px;
	width: 550px;
	max-width: calc(100% - 60px);
	min-height: 20px;
	padding: 15px;
	color: #fff;
	border-radius: 10px;
	z-index: 50000;
	direction: rtl;
}
.horoscope-item {
	background: #1E3C66;
	padding: 5px;
}