﻿body 
{
	padding: 0px;
	direction: rtl;
	margin: 0;
	font-family: Yekan, Tahoma;
	font-size: 10pt;
	/*background-color: #eeeff1;*/
}

body > div
{
	border:1px solid #000;
}
form
{
	position: relative;
}
input 
{
	font-family: Yekan, Tahoma !important;
	font-weight: bold;
}
.viewport 
{
	position: relative;
	width: 100%;
	z-index: 5;
	border: none 0px;
	direction: ltr;
	text-align: center;
	padding: 0;
}
.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;
}
.visible_ib
{
	display: inline-block !important;
}
.visible_b
{
	display: block !important;
}
.invisible
{
	display: none !important;
}
.modal.tbg
{
	display: none;
}
.main .mainpage 
{
}
.main .mainpage .maintitle 
{
    text-align: center;
}
/*---------------------------------*/
.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: inline;
}
.onfly.progress > .progresscontent > div img.pc
{
	display: none;
}
/*---------------------------------*/
/*              Page               */
/*---------------------------------*/
.page 
{
	box-sizing: border-box;
	margin: 0px auto 0px auto;
	width: 100%;
	padding: 5px;
}

.header  
{
	width: 100%;
	vertical-align: middle;
}
/*---------------------------------*/
/*            Top Info             */
/*---------------------------------*/
.topinfo 
{
	display: none;
}
.desktoplogo
{
	display: none;
}
.mobilelogo
{
	position: relative;
    display: block;
    text-align: center;
    height: 120px;
	padding-bottom: 3px;
}
.mobileheader
{
	position: relative;
    text-align: center;
}
.pmenuvisible
{
	display: block !important;
	position: relative;
}
/*---------------------------------*/
/*            Top Menu             */
/*---------------------------------*/
.topmenu 
{
	display: none;
	text-align: center;
}
.topmenu ul
{
	padding: 0px;
	margin: 5px;
}
.topmenu li
{
	box-sizing: border-box;
    list-style-type: none;
    display: block;
    line-height: 40px;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    font-size: 12pt;
    font-weight: bold;
    background: #bba0d0;
    border-bottom: solid 1px #dedede;
    border-left: solid 1px #dedede;
    border-right: solid 1px #dedede;
    text-align: right;
}
.topmenu li.blank
{
	display: none;
}
.topmenu li:hover 
{
	cursor: pointer;
}
.topmenu li a
{
	box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 28px;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    padding-right: 20px;
    padding-top: 2px;
}
.topmenu > ul > li a > h1
{
	font-size: 12pt;
	margin: 0;
}
/*---------------------------------*/
/*        Top Menu Products        */
/*---------------------------------*/
.topmenu > ul > li.products
{
	position: relative;
}
.topmenu > ul > li.products::after {
    content: " ";
    position: absolute;
    top: 20px;
    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: inline-block;
    position: relative;
    width: 100%;
    /* top: 100%; */
    /* right: -140px; */
    /* background-color: rgba(123,74,125,0.955); */
    padding-top: 2px;
    box-sizing: border-box;
    text-align: center;
    z-index: 10000;
}
.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: center;
    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: block;
    /* color: White; */
    width: 100%;
    font-size: 10pt;
    font-weight: normal;
    text-align: right;
    padding: 0;
    padding-right: 5px;
    overflow: hidden;
    height: 40px;
    line-height: 35px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    border: solid 1px #bcbcbc;
    margin: 0px 0.5px -0.1px 0.5px;
}
.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;
	font-size: 20px !important;
    height: 40px;
    line-height: 35px;
}
/*---------------------------------*/
/*           Site Banner           */
/*---------------------------------*/
.sitebanner
{
	/*display: none;*/
	width: 100%;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
.sitebanner img
{
	width: 100% !important;
	height: auto !important;
}
/*---------------------------------*/
.sitebanner .slider 
{
	position: relative; 
	width: 100%; 
	height: 190px;
	overflow: hidden;
}
@media screen and (max-width: 800px) {
	.sitebanner .slider 
	{
		height: 170px;
	}
}
@media screen and (max-width: 700px) {
	.sitebanner .slider 
	{
		height: 140px;
	}
}
@media screen and (max-width: 500px) {
	.sitebanner .slider 
	{
		height: 120px;
	}
}
@media screen and (max-width: 400px) {
	.sitebanner .slider 
	{
		height: 95px;
	}
}
.sitebanner .slider .item
{
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	overflow: hidden;
}
/*---------------------------------*/
/*		 	 Top Text	           */
/*---------------------------------*/
.toptext 
{
	display: none;
}
/*---------------------------------*/
/*             Search Bar             */
/*---------------------------------*/
.searchbar
{
	display: none;
}
/*---------------------------------*/
/*            Path Line            */
/*---------------------------------*/
.pathline 
{
	display: none;
}
/*---------------------------------*/
/*            Mobile Bar           */
/*---------------------------------*/
.mobilebar
{
	position: relative !important;
    top: 0px;
    z-index: 10000;
    display: block;
    width: 100%;
    /*height: 170px;*/
    border: none 0px;
    border-bottom: solid 1px #bcbcbc;
    background-color: #662d91;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0px 2px 13px #191419;
    text-align: center;
}
.mobilebar .fixBar
{
	box-sizing: border-box;
    position: relative;
    display: block;
	margin: 5px 0 5px 0px;
}
.mobilebar .fixBar .fix-items
{
	box-sizing: border-box;
    display: flex;
    text-align: right;
}
.mobilebar .fixBar.dock
{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0;
	padding-bottom: 5px;
    background-color: #662d91;
    z-index: 10001;
}
.mobilebar .fixBar .fix-item 
{
    cursor: pointer;
	box-sizing: border-box;
    display: inline-block;
    width: 25%;
    margin: 0;
    color: white;
	text-align: center !important;
}
.mobilebar .fixBar .fix-item.selected
{
    color: #662d91;
    background: white;
}
.mobilebar .fixBar .fix-item  a
{
	color: White;
	text-decoration: none;
}
.mobilebar .fixBar .menuicon
{
	position: relative;
    vertical-align: middle;
}
.mobilebar .fixBar .telegramicon
{
}
.mobilebar .fixBar .telegramicon a
{
	color: #55acee;
}
.mobilebar .fixBar .telegramicon i
{
	background-color: white;
    border-radius: 50%;
    box-sizing: border-box;
}
.mobilebar .fixBar .telicon
{
	padding-top: 3px;
}
.mobilebar .fixBar .searchicon
{
}
.mobilebar .tellist
{
	display: none;
}
.mobilebar .tellist ul
{
	padding: 0;
    margin: 0;
    border-top: solid 1px #371562;
}
.mobilebar .tellist li
{
    font-size: 20pt;
    list-style-type: none;
    border-bottom: solid 1px #3a1565;
    height: 60px;
}
.mobilebar .tellist a
{
	color: white;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
	padding-top: -2px;
}
.mobilebar .tellist li a:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/*---------------------------------*/
.mobilebar .searchbar 
{
	position: relative;
    display: none;
    bottom: 0px;
    line-height: 39px;
    margin: 0px 0 0 0;
    /* background-color: yellow; */
    height: 45px;
    text-align: left;
    vertical-align: top;
}
@media screen and (min-width: 500px) {
	.mobilebar .searchbar 
	{
		/*width: 80%;*/
	}
}
.mobilebar .searchbar:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.mobilebar .searchbox
{
    position: relative;
    display: inline-block;
    height: 25px;
    width: 85%;
    vertical-align: middle;
    margin: -2px 0 0 35px;
}
.mobilebar .searchbox.active
{
	display: none;
}
.mobilebar .searchbar i 
{
	display: inline-block;
    position: absolute;
    left: 0px;
    top: 5px;
    width: 25px;
    height: 25px;
    font-size: 1.5em;
    cursor: pointer;
    text-align: center;
    color: white;
    vertical-align: middle;
    padding: 5px;
}
/*---------------------------------*/
/*		  Advance Search           */
/*---------------------------------*/
.advancesearch 
{
	display: none;
	width: 100%;
	box-sizing: border-box;
	border-top: solid 1px #bcbcbc;
	padding: 5px;
	position: relative;
	line-height: 2em;
	font-family: Yekan, Tahoma;
}
.advancesearch .title 
{
	width: 240px;
	height: 25px;
	margin: 0px auto;
	background-color: White;
	box-sizing: border-box;
	line-height: 25px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #555555;
}
.advancesearch .item 
{
	display: flex;
	justify-content: space-between;
	width: 230px;
	margin: 0 auto;
}
.advancesearch .caption 
{
	display: inline-block;
	text-align: right;
	margin-left: 5px;
	font-size: 10pt;
	font-weight: bold;
}
.advancesearch .value 
{
	display: inline-block;
	width: 150px;
}
.advancesearch .value *
{
	width: 100%;
	font-family: Yekan, Tahoma;
	font-size: 9px;
	line-height: 20px;
	height: 20px;
	margin-top: 8px;
}
/*---------------------------------*/
/*			Right Ads	           */
/*---------------------------------*/
.rightads 
{
	display: none;
}
/*---------------------------------*/
/*						           */
/*---------------------------------*/
.main .rightcol
{
	display: none;
}
.gitem 
{
	position: relative;
	overflow: hidden;
}
.gitem .giteminfo 
{
	opacity: 1;
	background-color: rgba(0,0,0,0.5);
	bottom: -125px;
	overflow: hidden;
}
.gitem .giteminfo .itemname 
{
	font-size: 10pt !important;
	height: 25px;
	line-height: 25px;
}
.subtabligh
{
	display: none !important;
}
.maintabligh
{
	display: none !important;
}
/*---------------------------------*/
/*				Footer		       */
/*---------------------------------*/
.footer 
{
	box-sizing: border-box;
	display: inline-flex;
	flex-direction: column;
	width: 100%;
	border-top: solid 1px white;
	background-color: #292929; /*#6d717a;*/
	text-shadow: 1px 1px 2px #000;
	color: #ddd;
	padding: 10px;
	line-height: 1.5em;
}
/*------------------*/
.footer > .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: #b085ca;
}
.footer .section ul
{
	padding: 0;
}
.footer .section.category
{
	/*max-width: 150px;*/
}
.footer .section.category li
{
	font-size: 13pt;
    overflow: hidden;
    list-style-type: none;
    border-bottom: dashed 1px white;
    /* cursor: pointer; */
    min-height: 34px;
    height: 34px;
    line-height: 30px;
    max-height: 27px;
    box-sizing: border-box;
    padding-bottom: 2px;
}
.footer .section.category li a
{
	color: white;
	text-decoration: none;
}/*------------------*/
.footer .companyinfo 
{
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
}
.footer .companyinfo h1
{
	font-size: 1.7em;
}
.footer .companyinfo h2
{
	font-size: 1.2em;
	line-height: 1.5em;
}
.footer .companyinfo li
{
	font-size: 1.0em;
	line-height: 1.5em;
    text-align: right;
    padding-right: 40px;
}
/*------------------*/
.footer .contactus
{
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
    padding-right: 41px;	
}
.footer .contactus h4
{
	font-size: 1.2em;
    text-align	: right;
}
.footer .contactus ul 
{
	direction: ltr;
}
.footer .contactus ul li
{
	font-size: 1.0em;
	list-style-type: none;
}
.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 
{
	display: none;
}
/*------------------*/
.footer .social
{
	display: inline-flex;
	box-sizing: border-box;
	padding: 5px;
	margin: 0 auto;
}
.footer .social a
{
	box-sizing: border-box;
	color: White;
	text-decoration: none;
	margin-left: 10px;
}
.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;
}
/*------------------*/
.footer .bottomlinks 
{
	display: none;
}
/*---------------------------------*/
/*			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: 100%;
    border: solid 1px gray;
    overflow: hidden;
    padding: 2px;
    height: 70px;
}
.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;
    max-width: 70%;
    overflow: hidden;
}
@media screen and (max-width: 350px) 
{
	.recentblogs > art > artbody
	{
		max-width: 65%;
	}
}
.recentblogs > art > artbody > artdate
{
	display: block;
    margin-bottom: 5px;
    font-size: 10pt;
    color: #7b4a7d;
}
.recentblogs > art > artbody > arttitle
{
	display: block;
    font-size: 11pt;
    max-width: 100%;
}
.recentblogs > art > artbody > arttitle > a
{
	text-decoration: none;
}
/*------------------*/
.fixTelegramMain 
{
	display: none;
}
/*---------------------------------*/
/*				Weblog	           */
/*---------------------------------*/
.blog
{
	
}
.blogitem
{
	box-sizing: border-box;
    position: relative;
    overflow-x: hidden;
    margin-bottom: 5px;
    padding-bottom: 20px;
    box-shadow: 0 2px 2px rgba(123,74,125,0.5);
    text-align: right;
    min-height: 240px;
}
.blogitem.full
{
    box-shadow: none;
}
.blogitem .blogdate
{
	display: block;
    font-size: 9pt;
    line-height: 25px;
    height: 30px;
    text-align: center;
    line-height: 27px;
}
.blogitem .blogdate *
{
	display: inline-block;
}
.blogitem .blogdate .day
{
	margin-left: 5px;
}
.blogitem .blogdate .month
{
	margin-left: 5px;
}						
.blogitem .blogdate .year
{
	
}					
.blogitem .blogpic
{
	display: block;
    text-align: center;
}
.blogitem .blogbody
{
	display: block;
    vertical-align: top;
}
.blogitem .blogbody .blogsubject
{
	border-bottom: solid 1px #38075e;
    padding: 0 5px 5px 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: 5px;
    line-height: 2em;
}
.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;
}
.blogitem .blogbody .blogtext img
{
	width: 100%;
    height: auto;
}
/*---------------------------------*/
/*			comments	           */
/*---------------------------------*/
.comments
{
	display: inline-block;
	width: 100%;
	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: 100%;
    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: 100%;
    text-align: center;
    border: solid 1px rgba(102, 45, 145, 0.26);
    padding: 5px;
	margin-bottom: 15px;
}
.newcomment > *
{
	margin-bottom: 5px;
    width: 100%;
    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;
}
.keywords > .title
{
	display: inline-block;
    text-align: right;
    font-size: 9pt;
    font-weight: bold;
    width: 55px;
    vertical-align: middle;
}
.keywords > .labels
{
	font-size: 9pt;
    display: inline;
    width: 590px;
    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: '، ';
}
/*---------------------------------*/
/*			Product Menu           */
/*---------------------------------*/
.productmenu 
{
	box-sizing: border-box;
    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: block;
    width: 100%;
    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;
    background-color: white;
}
.productmenu ul li:last-child 
{
	border-bottom: none 0px;
}
.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: 40px;
	text-align: right;
	vertical-align: middle;
	text-decoration: none;
	color: #38075E;
	overflow: hidden;
}
.productmenu ul .withsub::after {
    content: " ";
    position: absolute;
    top: 21px;
    left: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: #38075E transparent transparent transparent;
}
.productmenu ul .withsub cover
{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.productmenu ul li .submenu
{
	display: none;
}
.productmenu ul li.hover > .submenu 
{
	display: block;
    margin: 0 0px;
    padding: 0;
    position: relative;
    top: 0px;
    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
{
    display: block;
    margin: 0px;
	background-color: White;
}
/*-------------------------------*/
/*		    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;
	box-sizing: border-box;
    width: 100%;
    height: 80%;
    background-color: white;
    border: solid 2px #44075e;
    box-shadow: 2px 2px 2px grey;
    margin-top: 50px;
}
.picslidercontainer .imagecontainer > img
{
	display: inline-block;
    vertical-align: middle;
    max-width: 300px;
    height: auto;
}
@media screen and (max-width: 350px) 
{
	.picslidercontainer .imagecontainer > img 
	{
		max-width: 250px;
	}
}
.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: 5px;
    cursor: pointer;
	margin-top: -16px;
}
.picslidercontainer .controls .prev
{
	position: absolute;
	top: 50%;
    left: 5px;
    cursor: pointer;
	margin-top: -16px;
}
/*---------------------------------*/
/*            Compare Info             */
/*---------------------------------*/
.compare
{
	display: none;
}
/*---------------------------------*/
/*          Contacts Info          */
/*---------------------------------*/
.telcontact 
{
}
.telcontact .telcontactitem
{
	display: inline-block;
    text-align: left;
    direction: ltr;
    font-size: 19pt;
}
/*---------------------------------*/
.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;
}
/*---------------------------------*/
