﻿body
{
	position: relative;
	box-sizing: border-box;
	direction: rtl;
	margin: 97px 0 0 0;
	font-family: Yekan, Tahoma;
	font-size: 12pt;
	background-color: #fff; /*#eeeff1; */
}
form
{
	display: block;
	position: relative;
	text-align: center;
}
body > div
{
	border:1px solid #000;
}
.mobilebar 
{
	display: none;
}

.page 
{
	margin: 0px auto 0px auto;
	width: 1200px;
	padding: 0px;
}

.header  
{
	width: 100%;
	vertical-align: middle;
}
input, textarea
{
	font-family: Yekan, Tahoma !important;
	font-weight: normal;
}
.mobilelogo
{
	display: none;
}
.visible_ib
{
	display: inline-block !important;
}
.visible_b
{
	display: block !important;
}
.invisible
{
	display: none !important;
}
.hidden
{
	height: 0px !important;
}
/*---------------------------------*/
.onfly
{
	position: fixed;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 100;
}
.onfly:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.onfly.progress
{
	background-color: rgba(255, 255, 255, 0.78);
}
.onfly.progress > img
{
	display: inline-block;
	vertical-align: middle;
}
.onfly.progress > .progresscontent
{
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding-top: 200px;
}
.onfly.progress > .progresscontent > div
{
	display: block;
	text-align: center;
}
.onfly.progress > .progresscontent > div img.mobile
{
	display: none;
}
.onfly.progress > .progresscontent > div img.pc
{
	display: inline;
}
/*---------------------------------*/
.viewport 
{
	position: fixed;
	width: 100%;
	z-index: 100000;
	border: none 0px;
	direction: ltr;
	top: 0px;
}
.viewport .logo 
{
	display: inline-block;
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 2000;
    margin-left: -69px;
    border: none 0px;
    box-shadow: 2px 2px 15px #662D91;
    border-radius: 0 0 5px 5px;
}
/*---------------------------------*/
/*            Top Info             */
/*---------------------------------*/
@media screen and (max-width: 1235px)
{
	.topinfo li 
	{
		width: 190px !important;
		font-size: 8.5pt !important;
	}
}
.topinfo
{
	display: inline-flex;
    position: absolute;
    top: 55px;
    left: 0px;
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    padding: 0;
    z-index: 1000;
    background-color: #D139D7;
    box-shadow: 0px 2px 13px #191419;
}
.topinfo ul 
{
	box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    background-color: white;
}
.topinfo li 
{
	box-sizing: border-box;
    list-style-type: none;
    display: inline-block;
    width: 185px;
    height: 100%;
    line-height: 42px;
    margin: 0px;
    padding: 0px;
    font-family: Times New Roman;
    font-size: 11pt;
    font-weight: bold;
    /*background-color: White;*/
    color: #D139D7;
    vertical-align: top;
}
.topinfo li:nth-child(1), .topinfo li:nth-child(2) 
{
	text-align: left	;
}
.topinfo li:nth-child(3), .topinfo li:nth-child(4)
{
	text-align: left;
}
.topinfo li:before
{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    
	padding: 6px;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	font-size: 19px;
	text-align: center;
	vertical-align: middle;
	line-height: 13px;
	background-color: #D139D7;
	color: White;
	margin-top: -4px;
}
.topinfo li.tel
{
	position: absolute;
    left: 50%;
    margin-left: -527px;
    width: 540px;
}
.topinfo li.tel:before
{
	content: "\f095";
	font-size: 16px;
}
.topinfo li.time
{
	position: absolute;
    left: 50%;
    margin-left: 329px;
    width: 140px;
}
.topinfo li.time:before
{
	content: "\f017";
	font-size: 16px;
	padding-right: 8px;
}
.topinfo li.mobile
{
	position: absolute;
    left: 50%;
    margin-left: 85px;
    width: 230px;
    font-size: 10.8pt;
}
.topinfo li.mobile:before
{
	content: "\f10b";
	font-size: 19px;
}
.topinfo li.email
{
	display: none;
	position: absolute;
    left: 50%;
    margin-left: 329px;
    width: 240px;
}
.topinfo li.email:before
{
	content: "\f1d8";
    background-color: #55acee;
	font-size: 12px;
}
/*---------------------------------*/
/*            Top Menu             */
/*---------------------------------*/
@media screen and (max-width: 1235px) and (min-width: 1001px)
{
	.topmenu > ul > li
	{
		width: 105px !important;
		font-size: 12pt !important;
	}
	.topmenu > ul > li.blank
	{
		width: 140px !important;
	}
}
.topmenu 
{
	box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 55px;
    margin: 0 auto;
    padding: 0 1px 0 1px;
    font-size: 0;
    direction: rtl;
    background-color: #662D91;
}
.topmenu ul
{
	box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    margin: 0 auto;
    padding: 0;
}
.topmenu > ul > li
{
	box-sizing: border-box;
	list-style-type: none;
	display: inline-block;
	/*overflow: hidden;*/
	width: 120px;
	height: 100%;
	line-height: 55px;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
    font-weight: bold;
	background-color: #662D91;
	border-left: none 0px;
}
.topmenu > ul > li.blank
{
	width: 140px;
}
.topmenu > ul > li:hover
{
	background-color: rgba(123,74,125,0.955);
	/*background: linear-gradient(to bottom, #d3677b 50%, #c12a46 50%);*/
}
.topmenu > ul > li a
{
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: White;
}
.topmenu > ul > li a > h1
{
	font-size: 12pt;
	margin: 0;
}
.topmenu > ul > li:hover a
{
	cursor: pointer !important;
}
.topmenu > ul > li:first-child
{
	/*border-radius: 0 10px 0 0;*/
}
.topmenu > ul > li:last-child
{
	/*border-radius: 15px 0 0 0;*/
	border-left: none 0px;
}
.topmenu > ul > li.products
{
	position: relative;
}
.topmenu > ul > li.products::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: #eaeaea transparent transparent transparent;
}
/*--------------*/
.topmenu > ul > li.products > .submenu
{
	display: none;
	/*transition: opacity 0.20s linear 0s;*/
}
/*.topmenu > ul > li.products > .submenu*/
.topmenu > ul > li.products:hover > .submenu
{
	display: block;
    position: absolute;
    width: 1160px;
    top: 100%;
    right: -140px;
    /*background-color: rgba(123,74,125,0.955);*/
    padding-top: 2px;
    box-sizing: border-box;
    z-index: 10000;
    text-align: center;
}
.topmenu > ul > li.products:hover > .submenu > ul.topmenuproducts
{
	padding: 0;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    color: White;
    text-align: right;
    width: 100%;
    margin: 0 auto;
    line-height: 15px;
    /* margin: 0; */
    /* background-color: #b779cc; */
}
.topmenu > ul > li.products:hover > .submenu > ul.topmenuproducts li
{
	box-sizing: border-box;
    list-style-type: none;
    display: inline-block;
    /* color: White; */
    width: 189px;
    font-size: 10pt;
    font-weight: normal;
    text-align: right;
    padding: 0;
    padding-right: 5px;
    overflow: hidden;
    height: 30px;
    line-height: 25px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    border: solid 1px #bcbcbc;
    margin: 0px 0.5px -0.1px 0.5px;
    box-shadow: 2px 2px 2px #d139d7;
}
.topmenu > ul > li.products:hover > .submenu > ul.topmenuproducts li:hover
{
	background-color: #662D91;
	/*background: linear-gradient(to left, #662D91, rgba(0,0,0,0.0));*/
	border-radius: 5px;
}
.topmenu > ul > li.products:hover > .submenu > ul.topmenuproducts li:hover a
{
	color: White;
}
.topmenu > ul > li.products:hover > .submenu > ul.topmenuproducts li a
{
	text-align: right;
	color: black;
}
/*---------------------------------*/
/*           Site Banner           */
/*---------------------------------*/
.sitebanner
{
	position: relative;
	width: 100%;
    /*max-height: 340px;*/
    height: auto;
    overflow: hidden;
    margin: 97px auto 0px auto;
}
.sitebanner img
{
	display: block;
	width: auto;
    height: auto;
    max-width: 100%;
    /*max-height: 340px;*/
}
/*---------------------------------*/
.sitebanner .slider 
{
	position: relative; 
	width: 100%; 
	height: 340px;
	overflow: hidden;
}
.sitebanner .slider .item
{
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	overflow: hidden;
}
/*---------------------------------*/
/*             Top Bar             */
/*---------------------------------*/
.searchbar 
{
	position: absolute;
    width: 250px;
    right: 50%;
    margin-right: 348px;
    top: 0;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    height: 34px;
    color: black;
    line-height: 30px;
    vertical-align: middle;
}
.searchbar .searchword
{
    font-weight: bolder;
    font-size: 10pt;
    color: #662D91;
}
.searchbar .searchicon
{
	box-sizing: border-box;
	display: none;
}
.searchbar .searchbox 
{
	box-sizing: border-box;
    display: inline-block;
    height: 22px;
    width: 175px;
    padding: 0;
    border-radius: 4px;
    font-size: 9pt;
}
.searchbar .ibtn
{
	display: inline-block;
    vertical-align: middle;
    padding: 0;
    cursor: pointer;
}
/*---------------------------------*/
.searchbar .telinfo
{
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 0px;
	direction: ltr;
	height: 30px;
	padding: 0;
	margin: 0;
}
.searchbar .telinfo img
{
	display: inline;
	vertical-align: middle;
}
.searchbar .telinfo span
{
	padding-left: 10px;
	color: White;
	font-weight: bolder;
}
/*---------------------------------*/
/*            Path Line            */
/*---------------------------------*/
.header .pathline 
{
	width: 100%;
	border: none 0px;
	border-top: none 0px #bcbcbc;
	border-bottom: solid 1px #bcbcbc;
	margin: 2px 0 0 0;
	height: 32px;
	line-height: 26px;
	background-color: white;
	text-align: right;
}
.header .pathline > #lblPath
{
	display: inline;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-right: 15px;
	line-height: 29px;
	font-size: 10pt;
	color: Gray;
}
.header .pathline .pathsep
{
	font-size: 7pt;
	font-weight: bold;
	color: #b90e2e;
}
.header .pathline a
{
	text-decoration: none;
	color: Gray;
	font-size: 9.5pt;
	font-weight: bolder;
}
.header .pathline .mobilebar 
{
	display: none;
}
/*---------------------------------*/
/*			  Main Page            */
/*---------------------------------*/
.main 
{
	display: flex;
	width: 100%;
	position: relative;
	/*background-color: White;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.main .rightcol 
{
	box-sizing: border-box;
	display: block;
	width: 250px;
	right: 0px;
	border-left: none 0px #bcbcbc;
    padding: 0 0 0 0;
	margin: 0;
}
.main .mainpage 
{
	position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 950px;
    left: 0px;
    padding: 5px 0 0 0;
    margin: 0 0 5px 0;
    overflow: hidden;
}
.main .mainpage .maintitle 
{
    text-align: center;
}
/*---------------------------------*/
/*			Product Menu           */
/*---------------------------------*/
.productmenumobile 
{
	display: none;
}
.productmenu 
{
	box-sizing: border-box;
    width: 240px;
    margin: 10px 0 0 0;
    background-color: White;
    color: #38075E;
}
.productmenu ul 
{
	padding: 0;
    font-size: 0;
}
.productmenu ul li
{
	position: relative;
	box-sizing: border-box;
	list-style-type: none;
	display: flex;
	width: 100%;
	height: 35px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: solid 1px #eaeaea;
	transition: background 0.20s linear 0s;
}
.productmenu ul li:last-child 
{
	border-bottom: none 0px;
}
.productmenu ul li:hover
{
	/*background: linear-gradient(to right, #dfe1e4 35%, #eaeaea 65%);*/
	background-color: #662d91;
}
.productmenu ul li a:hover
{
	cursor: pointer;
	color: White;
}
/*
.productmenu ul li::before
{
	content: ".";
	display: inline-flex;
	width: 5px;
	height: 100%;
	color: #eaeaea;
	background-color: #eaeaea;
	text-align: center;
	margin-left: 3px;
}
*/
.productmenu ul li a
{
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	text-align: right;
	vertical-align: middle;
	text-decoration: none;
	color: #38075E;
	overflow: hidden;
}
.productmenu ul .withsub::after {
    content: " ";
    position: absolute;
    top: 17px;
    left: 10px;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #38075E transparent transparent;
}
.productmenu ul .withsub cover
{
	display: none;
}
/*---------------------------------*/
.productmenu ul li .submenu
{
	display: none;
}
.productmenu ul li:hover > .submenu 
{
	display: inline-block;
	margin: 0 0px;
	padding: 0;
	position: absolute;
	top: 0px;
	left: -200px;
	background-color: #fff;
    border-top: solid 1px #eaeaea;
	box-shadow: 1px 1px 2px #222;
	z-index: 1000;
    font-size: 0;
}
.productmenu ul li .submenu ul
{
	background-color: White;
	display: inline-block;
	width: 220px;
	margin: 0px;
}
.productmenu ul li .submenu::before {
    content: " ";
    position: absolute;
    top: 17px;
    right: -11px;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #38075E;
	z-index: 10000;
}
/*---------------------------------*/
/*		  Advance Search           */
/*---------------------------------*/
.advancesearch 
{
	display: block;
    width: 240px;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
    line-height: 2em;
    margin: 10px 0 0 0;
}
.advancesearch .title 
{
	box-sizing: border-box;
    width: 100%;
    height: 25px;
    background-color: #662D91;
    color: White;
    line-height: 20px;
    font-family: Yekan, Tahoma;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}
.advancesearch .item 
{
	display: flex;
    justify-content: space-between;
    width: 230px;
    margin: 0 auto;
}
.advancesearch .caption 
{
	box-sizing: border-box;
    display: inline-block;
    text-align: right;
    font-size: 9pt;
    font-weight: bold;
    width: 80px;
}
.advancesearch .value 
{
	box-sizing: border-box;
    display: inline-block;
    width: 148px;
    text-align: right;
    margin-left: 2px;
    font-size: 10pt;
}
.advancesearch .value > input, .advancesearch .value > select, .advancesearch .value > textarea
{
	box-sizing: border-box;
    width: 100%;
    font-family: Yekan;
    font-size: 12px;
}
.advancesearch .value.slider
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.advancesearch .value.slider > .ui-slider
{
    width: 90%;
}
.advancesearch .buttons 
{
	text-align: left;
}
.advancesearch .buttons > *
{
	background: linear-gradient(to bottom, #ffffff,#662d91 150%);
	cursor: pointer;
}
.advancesearch .buttons > #btnAdvanceSearch
{
	font-size: 9pt;
    width: 100px;
    height: 25px;
}
/*---------------------------------*/
/*			Right Ads	           */
/*---------------------------------*/
.rightads 
{
	display: block;
    width: 240px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: 10px 0 0 0;
}
.rightads ul
{
	margin: 0;
    padding: 0;
    width: 100%;
}
.rightads li
{
	list-style-type: none;
	display: block;
	padding: 0;
}
.rightads li:last-child
{
	padding-bottom: 5px;
}
.rightads li a
{
	text-decoration: none;
	display: block;
}
.rightads li a img
{
	display: block;
	margin: 0 auto;
}
/*---------------------------------*/
/*         Item Info Page          */
/*---------------------------------*/
.gitem
{
	position: relative;
	overflow: hidden;
}
.gitem .giteminfo 
{
	opacity: 1;
	bottom: -124px;
	background-color: rgba(0, 0, 0, 0.53); /*rgba(56,7,94,0.75);*/
	transition: all 0.8s ease;
}
.gitem:hover .giteminfo 
{
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.53); /*rgba(56,7,94,0.75);*/
	bottom: 0px;
}
/*---------------------------------*/
/*		 	 Top Text	           */
/*---------------------------------*/
.toptext 
{
	margin: 0;
    padding: 0;
    width: 100%;
    height: 25px;
    overflow: hidden;
    font-family: Yekan;
    font-size: 8pt;
    color: #38075E;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    background-color: White;
    /*border-top: solid 1px #292929;*/
}
/*---------------------------------*/
/*		 	   Footer 	           */
/*---------------------------------*/
.footer 
{
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
	/*border-top: solid 1px white;*/
	background-color: #292929; /*#6d717a;*/
	text-shadow: 1px 1px 2px #000;
	color: #ddd;
	line-height: 1.5em;
    text-align: right;
    min-height: 250px;
    padding: 10px 80px 20px 80px;
}
.footer .section
{
	display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-left: 12px;
}
/*------------------*/
.footer .companyinfo 
{
}
.footer .companyinfo ul li 
{
	text-align: right;
	margin-right: 20px;
}
.footer .companyinfo h2
{
	font-size: 1.7em;
	text-align: right;
}
.footer .companyinfo h3
{
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: right;
}
.footer .companyinfo i
{
	font-size: 1.0em;
	line-height: 1.5em;
}
/*------------------*/
.footer .contactus
{
	float: left;
}
.footer .contactus h4
{
	font-size: 1.2em;
	text-align: right;
}
.footer .contactus ul 
{
	direction: ltr;
	text-align: right;
}
.footer .contactus ul li
{
	font-size: 0.9em;
	list-style-type: none;
	text-align: right;
}
.footer .contactus ul li:after
{
	content: "\f095";
	padding-left: 10px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.footer .contactus .addr 
{
	box-sizing: border-box;
    width: 200px;
    display: inline-block;
    position: absolute;
    font-size: 10pt;
}
.footer .contactus .addr span
{
}
.footer .contactus .addr a
{
    text-decoration: none;
    color: #ddd;
}
/*------------------*/
.footer > .categories
{
	box-sizing: border-box;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px rgba(200,200,200,0.5);
    padding-bottom: 10px;
}
/*
.footer1 > .categories {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px rgba(200,200,200,0.5);
    padding-bottom: 10px;
}
*/
.footer .section.category > h3
{
	max-height: 24px;
    overflow: hidden;
	font-size: 11pt;
	color: #cb76ff;
}
.footer .section ul
{
	padding: 0;
}
.footer .section.category
{
	max-width: 150px;
}
/*
.footer1 .section.category {
    max-width: 150px;
    border-left: solid 1px rgba(255,255,255,0.4);
}
*/
.footer .section.category li
{
	font-size: 10pt;
    overflow: hidden;
    list-style-type: none;
    border-bottom: dashed 1px white;
    /*cursor: pointer;*/
    max-height: 27px;
    box-sizing: border-box;
    padding-bottom: 2px;
}
.footer .section.category li a
{
	color: white;
	text-decoration: none;
}
@keyframes catanim {
	25%		{ color: green; }
	50%		{ color: blue; }
	75%		{ color: red; }
	to		{ color: yellow;  }
}
.footer .section.category li a:hover
{
	animation: catanim 0.5s linear;
	color: yellow;
}
/*------------------*/
.footer .social
{
	position: relative;
    display: inline-flex;
    box-sizing: border-box;
    right: 50%;
    margin-right: -360px;
    margin-top: 81px;
}
.footer .social a
{
	box-sizing: border-box;
    display: block;
    color: White;
    text-decoration: none;
    margin-left: 5px;
    width: 43px;
    height: 43px;
}
.footer .social a div:before
{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    
	padding: 8px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	font-size: 20px;
    text-align: center;
    line-height: 27px;
}
.footer .social .facebook:before
{
	content: "\f09a";
	background-color: #3b5998;
}
.footer .social .google:before
{
	content: "\f0d5";
	background-color: #dd4b39;
}
.footer .social .instagram:before
{
	content: "\f16d";
	background-color: #3f729b;
}
.footer .social .email:before
{
	content: "\f003";
	background-color: #ad5c2d;
}
.footer .social .telegram:before
{
	content: "\f1d8";
	background-color: #55acee;
	padding-right: 10px;
	font-size: 18px;
}
/*--
facebook	: #3b5998
google		: #dd4b39
instagram	: #3f729b
telegram	: #55acee
email		: #ad5c2d
-*/
/*------------------*/
.footer .bottomlinks
{
    display: block;
    direction: rtl;
    text-align: center;
    width: 100%;
    font-size: 0;
    margin-top: 20px;
}
.footer .bottomlinks li
{
	box-sizing: border-box;
    display: inline-block;
    list-style-type: none;
    padding-right: 10px;
    padding-left: 10px;
    border-left: solid 1px #dddddd;
    font-size: 10pt;
}
.footer .bottomlinks li:first-child
{
	border-right: none 0px;
}
.footer .bottomlinks li:last-child
{
	border-left: none 0px;
}
.footer .bottomlinks li a
{
	display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    color: #dddddd;
}
/*------------------*/
.fixTelegramMain 
{
	display: inline-block;
    z-index: 999;
    position: absolute;
    top: 98px;
    font-size: 7.2pt;
    color: white;
    background-color: #55acee;
    width: 57px;
    text-align: center;
    height: 53px;
    box-sizing: border-box;
    padding: 4px 0px 0 0;
    border-radius: 0 10px 10px 0px;
    box-shadow: 0px 2px 7px -2px #191419;
    border: double 3px white;
    text-decoration: none;
}
.fixTelegramMain.main 
{
    left: 0;
    top: 8cm;
}
.fixTelegramMain.sale 
{
    left: 0;
    top: 9.5cm;
}
.fixTelegramMain i 
{
	color: white;
    font-size: 15pt;
    margin-top: 4px;
}
/*---------------------------------*/
/*			Right Ads	           */
/*---------------------------------*/
.links 
{
	display: block;
    width: 240px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: 10px 0 0 0;
}
.links .title
{
	box-sizing: border-box;
    width: 100%;
    height: 25px;
    background-color: #662D91;
    color: White;
    line-height: 20px;
    font-family: Yekan, Tahoma;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}
.links ul
{
	margin: 0;
    padding: 0;
    width: 100%;
}
.links li
{
    list-style-type: none;
	box-sizing: border-box;
    display: block;
    padding: 0;
    font-size: 10pt;
    text-align: right;
    line-height: 1.8em;
    border-bottom: solid 1px #8f4192;
    padding-top: 2px;
    padding-bottom: 5px;
}
.links li:last-child
{
	border-bottom-width: 2px;
}
.links li a
{
	text-decoration: none;
	display: block;
}
/*---------------------------------*/
/*				Weblog	           */
/*---------------------------------*/
.blog
{
	
}
.blogitem
{
	box-sizing: border-box;
    position: relative;
    overflow-x: hidden;
    margin-bottom: 5px;
    padding-top: 31px;
    box-shadow: 0 2px 2px rgba(123,74,125,0.5);
    text-align: right;
    min-height: 240px;
}
.blogitem.full
{
    box-shadow: none;
}
.blogitem .blogdate
{
	position: absolute;
    right: 0px;
    top: 0px;
    font-size: 9pt;
    line-height: 25px;
    width: 300px;
    text-align: center;
    /*padding: 3px 0 3px 0;*/
}
.blogitem .blogdate *
{
	display: inline-block;
}
.blogitem .blogdate .day
{
	margin-left: 5px;
}
.blogitem .blogdate .month
{
	margin-left: 5px;
}						
.blogitem .blogdate .year
{
	
}					
.blogitem .blogpic
{
	display: inline-block;
    width: 300px;
    text-align: center;
}
.blogitem .blogbody
{
	display: inline-block;
    vertical-align: top;
    width: 645px;
    margin-top: -31px;
}
.blogitem .blogbody .blogsubject
{
	border-bottom: solid 1px #38075e;
    padding-bottom: 5px;
    font-size: 12pt;
    margin: 0;
}
.blogitem .blogbody .blogsubject > a
{
    text-decoration: none;
    color: Black;
}
.blogitem .blogbody .blogtext
{
    box-sizing: border-box;
	display: block;
    font-size: 10pt;
    text-align: justify;
	padding-top: 5px;
	line-height: 2em;
}
.blogitem .blogbody .blogtext h1
{
	font-size: 13pt;
    line-height: 1.7em;
}
.blogitem .blogbody .blogtext h2
{
	font-size: 12pt;
	font-weight: normal;
	line-height: 1.6em;
}
.blogitem .blogbody .blogtext > .cont
{
	margin-right: 10px;
	text-decoration: none;
    color: #d139d7;
    transition: all 0.5s ease;
}
.blogitem .blogbody .blogtext > .cont:hover
{
	color: #662d91;
}
/*---------------------------------*/
/*			comments	           */
/*---------------------------------*/
.comments
{
	display: inline-block;
	width: 900px;
	text-align: center;
	margin-bottom: 50px;
}
.comments > .title
{
	box-sizing: border-box;
}
.comments > .emptylist
{
	box-sizing: border-box;
    color: #d139d7;
    padding: 10px;
    margin-top: -10px;
    text-align: right;
}
.comments > .commentitem
{
    box-sizing: border-box;
    display: inline-block;
    width: 890px;
    position: relative;
    overflow-x: hidden;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px rgba(102, 45, 145, 0.26);
    text-align: right;
    min-height: 100px;
}
.comments > .commentitem > .commentinfo
{
	
}
.comments > .commentitem > .commentinfo > .icon
{
    box-sizing: border-box;
    display: inline-block;
}
.comments > .commentitem > .commentinfo > .icon i:before {
    font-size: 20pt;
}
.comments > .commentitem > .commentinfo > .name
{
    box-sizing: border-box;
    display: inline-block;
    font-size: 10pt;
    font-weight: bold;
    color: rgba(102, 34, 103, 0.6);
}
.comments > .commentitem > .commentinfo > .commentdate
{
    box-sizing: border-box;
    font-size: 8pt;
    color: gray;
}
.comments > .commentitem > .commenttext
{
    box-sizing: border-box;
    font-size: 10pt;
    margin-top: 10px;
    direction: rtl;
    text-align: justify;
}
.comments > .commentitem > .replycontainer
{
	display: block;
	width: 100%;
	text-align: center;
}
.comments > .commentitem > .replycontainer > .commentreply
{
    box-sizing: border-box;
    display: inline-block;
    font-size: 10pt;
    margin-top: 15px;
    direction: rtl;
    text-align: justify;
    border: solid 1px #c2afd0;
    border-radius: 5px;
    padding: 5px 30px 5px 5px;
    width: 95%;
}
.comments > .commentitem > .replycontainer > .commentreply:before {
	content: 'پاسخ ادگیفت:';
	color: #c2afd0;
    display: block;
	margin-right: -25px;
    margin-bottom: 5px;
}
/*---------------------------------*/
/*			newcomments	           */
/*---------------------------------*/
.newcomment
{
	box-sizing: border-box;
    display: inline-block;
    width: 900px;
    text-align: center;
    border: solid 1px rgba(102, 45, 145, 0.26);
    text-align: center;
    padding: 5px;
	margin-bottom: 15px;
}
.newcomment > *
{
	margin-bottom: 5px;
    width: 880px;
    display: inline-block;
}
.newcomment > .title
{
	box-sizing: border-box;
    /*text-align: right;
    font-size: 12pt;
    font-weight: bold;
    color: #38075e;*/
}
.newcomment > .commentbody
{
}
.newcomment > .commentbody > textarea
{
	box-sizing: border-box;
    width: 100%;
    border: solid 1px rgb(169, 169, 169);
    background-color: #eee;
}
.newcomment > .commentinfo
{
    box-sizing: border-box;
    position: relative;
}
.newcomment > .commentinfo > *
{
	box-sizing: border-box;
    display: inline-block;
    width: 290px;
}
.newcomment > .commentinfo > * > input
{
	box-sizing: border-box;
    width: 100%;
    border: solid 1px rgb(169, 169, 169);
    background-color: #eee;
}
.newcomment > .commentinfo > .name 
{
	position: absolute;
    right: 0;
}
.newcomment > .commentinfo > .email
{
}
.newcomment > .commentinfo > .site
{
	position: absolute;
    left: 0;
}
.newcomment > .captcha {
	margin-top: 25px;
	text-align: right;
}
.newcomment > .captcha > label {
	font-size: 10pt;
}
.newcomment > .captcha > * {
}
.newcomment > .captcha > .image
{
	display: inline-block;
	vertical-align: middle;
}
.newcomment > .controls
{
}
/*---------------------------------*/
/*			  keywords             */
/*---------------------------------*/
.keywords
{
	text-align: right;
    margin-right: 300px;
}
.keywords > .title
{
	display: inline-block;
    text-align: right;
    font-size: 9pt;
    font-weight: bold;
    width: 55px;
    vertical-align: top;
}
.keywords > .labels
{
	font-size: 9pt;
    display: inline-block;
    width: 590px;
    vertical-align: top;
	text-align: justify;
}
.keywords > .labels > .keyworditem
{
	text-decoration: none;
    margin-left: 2px;
}
.keywords > .labels > .keyworditem:hover
{
	text-decoration: underline;
}
.keywords > .labels > .keyworditem:last-child:after
{
	content: '';
}
.keywords > .labels > .keyworditem:after
{
	content: '، ';
}
/*---------------------------------*/
/*			Recent Blogs           */
/*---------------------------------*/
.recentblogs
{
	box-sizing: border-box;
    text-align: right;
    margin-bottom: 10px;
}
.recentblogs > .caption
{
	font-size: 12pt;
    font-weight: bold;
    text-align: right;
    padding: 5px;
    border-bottom: solid 3px #662d91;
    margin-bottom: 5px;
}
.recentblogs > art
{
	box-sizing: border-box;
    display: inline-block;
    text-align: right;
    width: 465px;
    border: solid 1px gray;
    overflow: hidden;
    padding: 2px;
    height: 70px;
}
.recentblogs > art:nth-of-type(2n+1)
{
	margin-left: 20px;
}
.recentblogs > art > artpic
{
	box-sizing: border-box;
    display: inline-block;
    width: 100px;
    vertical-align: top;
    text-align: right;
}
.recentblogs > art > artpic > img
{
	max-width: 80px;
    max-height: 80px;
    vertical-align: top;
    display: inline-block;
}
.recentblogs > art > artbody
{
	display: inline-block;
    width: 350px;
    overflow: hidden;
}
.recentblogs > art > artbody > artdate
{
	display: block;
    margin-bottom: 5px;
    font-size: 10pt;
    color: #7b4a7d;
}
.recentblogs > art > artbody > arttitle
{
	display: block;
    font-size: 11pt;
}
.recentblogs > art > artbody > arttitle > a
{
	text-decoration: none;
}
/*--------------------------------*/
/*		 	Blog Videos           */
/*--------------------------------*/
.blog .videolist .title
{
	box-sizing: border-box;
    width: 100%;
    text-align: right;
    font-size: 13pt;
    color: #662d91;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #eee;
}
.blog .videolist
{
}
.blog .videolist .videoitem
{
	border-bottom: solid 1px #eaeaea;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.blog .videolist .videoitem video
{
	width: auto;
}
/*-------------------------------*/
/*		    Pic Slider           */
/*-------------------------------*/
.picslidercontainer
{
	display: none;
}
.picslidercontainer .imagecontainer:before
{
	content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.picslidercontainer .imagecontainer
{
	position: relative;
	display: inline-block;
    vertical-align: middle;
    width: 1000px;
    height: 600px;
    background-color: white;
    border: solid 2px #44075e;
    box-shadow: 2px 2px 2px grey;
    margin-top: 100px;
}
.picslidercontainer .imagecontainer > img
{
	display: inline-block;
    vertical-align: middle;
}
.picslidercontainer .controls
{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.picslidercontainer .controls .close
{
	position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.picslidercontainer .controls .next
{
	position: absolute;
	top: 50%;
    right: 10px;
    cursor: pointer;
	margin-top: -16px;
}
.picslidercontainer .controls .prev
{
	position: absolute;
	top: 50%;
    left: 10px;
    cursor: pointer;
	margin-top: -16px;
}
/*---------------------------------*/
.sharelinks
{
    font-size: 10pt;
}
.sharelinks a
{
    box-sizing: border-box;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: #662d91;
}
.sharelinks a i
{
    font-size: 25pt;
    border: solid 1px #dacbcb;
    box-sizing: border-box;
    padding: 2px;
    border-radius: 5px;
    display: inline-block;
    width: 40px;
    height: 38px;
    line-height: 30px;
    text-align: center;
}
.sharelinks a.twitter
{
	color: #1da1f2 !important;
}
.sharelinks a.googleplus
{
	color: #dd5348 !important;
}
.sharelinks a.facebook
{
	color: #4867aa !important;
}
.sharelinks a.linkedin
{
	color: #0274b3 !important;
}
.sharelinks a.pinterest
{
	color: #bd081b !important;
}
.sharelinks a.telegram
{
	color: #32aade !important;
}
/*---------------------------------*/
