﻿@font-face {
  font-family: Vazir;
  src: url('font/Vazir.eot');
  src: url('font/Vazir.eot?#iefix') format('embedded-opentype'),
       url('font/Vazir.woff') format('woff'),
       url('font/Vazir.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: Vazir;
  src: url('font/Vazir-Bold.eot');
  src: url('font/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
       url('font/Vazir-Bold.woff') format('woff'),
       url('font/Vazir-Bold.ttf') format('truetype');
  font-weight: bold;
}
h1 {
	font-size: 12pt;
}
* {
	font-family: 'Vazir',tahoma;
	line-height: 150%;

}
.maindiv {
	padding-right:10px;
	padding-left:10px;
	box-sizing: border-box;
	width: 1400px;
	max-width: 100%;
	direction: rtl;
	margin-right: auto;
	margin-left: auto;
}
.maindiv * {
	max-width: 100%;
}
.maindiv .fixed * {
	max-width: none !important;
}
body {
	margin: 0;
	background: #f9f9f9;
	color: #000000;
	line-height: 200%;
	
}

body,input,select,textarea{
	font-size: 12pt;
}
table {
	border-collapse: collapse;
}
a {
	color: #2f7fad;
	text-decoration: none;
}
a:hover {
	color: #d42b1e;
}

.full{
	width:1200px;max-width:100%;margin:auto;
}
.gray {
	color: #aaaaaa;
	border-bottom: 1px solid #cccccc;
}
.menu_active {
	background: #ff8800;
}
.bordered {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,1px 1px 0 #000;
}
.borderedw {
	color: #000;
	text-shadow: -1px -1px 0 #aaa, 1px -1px 0 #aaa, -1px 1px 0 #aaa,1px 1px 0 #aaa;
}
.searchbutton {
	cursor: pointer;
	vertical-align: middle;
	border: 0px solid #16345d;
	width: 36px;
	height: 36px;
	text-indent: -1000px;
	background: url('template/icon-search.png') center no-repeat;
}
.searcharea {
	color: #000000;
	padding: 6px 10px;
	height: 16px;
	width: 140px;
	border: 1px solid #aaaaaa;
	background: #e4edee;
	margin: 0;
	border-radius: 5px;
	opacity: 0.7;
}
.photothumb {
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	vertical-align: top;
	display: inline-block;
}
.photothumb img {
	vertical-align: top;
	width:150px;height:150px;
}

.albumLink{
	color:#666666;
	font-size:9pt;
	display:block;
}
.albumLink img{
	width:100%;
	vertical-align:top;
	border:1px solid #bbbbbb;
}

.photoCounter{
	position:relative;
	top:-40px;
	margin-bottom:-50px;
	display:inline-block;
	padding-right:20px;
	padding-left:40px;
	background:#ffffff;
	border:1px solid #aaaaaa;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	padding-top:5px;
	padding-bottom:5px;
	box-shadow:-5px 5px 5px -2px rgba(0,0,0,0.4);
	right:-1px;
	border-right:2px solid #999999;
}
.view {
	flex:0 0 calc(20% - 10px);
	box-sizing:border-box;
	padding: 5px;
	border: 1px solid #aaaaaa;
	margin: 5px;
	border-radius: 2px;
	font-size: 9pt;
	background:#ffffff;
	padding-top:10px;
}
.view * {
	font-size: 10pt;
}
@media all and (max-width:800px){
.view {
	flex:0 0 calc(25% - 10px);
}
}
@media all and (max-width:600px){
.view {
	flex:0 0 calc(33% - 10px);
}
}
@media all and (max-width:400px){
.view {
	flex:0 0 calc(50% - 10px);
}
}
@media all and (max-width:300px){
.view {
	flex:0 0 calc(100% - 10px);
}
}
.titles {
	font-size: 12pt;
	text-align: right;
	color: #000000;
	line-height: 30px;
	width: 100%;
	background: #5fafe0;
	box-sizing: border-box;
	padding: 8px;
}
.titles h1 {
	font-size: 14pt;
	margin: 0;
	padding: 10px;
}
.billboardHolder {
	width: 100%;
	padding-top: 33.33%;
	position: relative;
	top: 0;
	left: 0;
}
.billboardbullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 8px;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	cursor: pointer;
}
.billboard {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	display: none;
	z-index: 1;
}
.billboard:first-of-type {
	display: block;
}
.billboardText {
	position: absolute;
	bottom: 10%;
	right: 10%;
	width: 100%;
	text-align: justify;
	box-sizing: border-box;
	z-index: 50;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
	color: #ffffff;
	display: none;
	font-size: 26pt;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
	direction: rtl;
}
@media all and (max-width:700px){
.billboardText {
	padding-right: 20px;
	font-size: 12pt;
	right: 5%;
}
}
.titleslink {
	color: #ffffff;
}
.white {
	color: #ffffff;
}
.white:hover {
	color: #fbd88a;
}
.clear {
	clear: both;
	display: block;
}
.box {
	background: #ffffff;
	border: 1px solid #dddddd;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	width: 100%;
	box-sizing: border-box;
}
.readon {
	padding-right: 14px;
	display: block;
	background: url('template/readon-bg.png') no-repeat right center;
	color: #666666;
	border-right: 10px solid transparent;
}
.readon:hover {
	background: url('template/readon-hover-bg.png') no-repeat right;
	color: #d42b1e;
	color: #d42b1e;
}
form {
	margin: 0;
}
input {
	outline: 0;
}
.fade {
	background: #aaaaaa;
}
.fadewhite {
	background: #ffffff;
}
.text {
	text-align: justify;
}
.jumpinactive {
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #888888;
	border: 1px solid #000000;
}
.jumpactive {
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #2d6c86;
	border: 1px solid #000000;
}
.topmenu {
	position: relative;
	top: 0;
	left: 0;
}
.menu {
	color: #000000;
	display: inline-block;
	min-width: 140px;
}
.copyright {
	text-align: center;
	width: 100%;
	min-height: 30px;
	background: #6173a5;
	line-height: 30px;
	color: #ffffff;
}
.bullet {
	border: 0;
	background: url('template/bullet.png') no-repeat center;
	width: 23px;
	height: 23px;
	display: inline-block;
	vertical-align: middle;
}
.brief {
;
	color: #dddddd;
}
.myhr {
	height: 1px;
	background: #999999;
}
.lastlinks {
	color: #ffffff;
}
.navig {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: #C1DBE3;
	margin-right: 5px;
	cursor: pointer;
}
.navig-active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: #203f6b;
	margin-right: 5px;
	cursor: pointer;
}
#tabs_title {
	width: 120px;
	color: #222222;
	padding-right: 10px;
	display: inline-block;
	position: relative;
	top: 0;
	height: 20px;
	line-height: 20px;
}
.tab {
	text-align: center;
	width: 100px;
	background: #8fa8b5;
	display: inline-block;
	border: 1px solid #00689d;
	border-bottom: 0;
	position: relative;
	top: 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding-right: 5px;
	padding-left: 5px;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	cursor: pointer;
}
.tab:hover {
	color: #ffffff;
}
.tab_active {
	text-align: center;
	width: 100px;
	display: inline-block;
	border: 1px solid #00689d;
	border-bottom: 0;
	position: relative;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 25px;
	color: #000000;
	cursor: pointer;
	top: 0;
	height: 26px;
	background: #ffffff;
	margin-bottom: -1px;
}
.tab_active:hover {
	color: #000000;
}
.section {
	border: 1px solid #00689d;
	border-radius: 6px;
	border-top-right-radius: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
	background: #ffffff;
	min-height: 240px;
}
.paging {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #d8fc62;
	border: 1px solid #347f00;
	vertical-align: middle;
	margin: 2px;
}
.paging_active, .paging:hover {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #347f00;
	border: 1px solid #75af25;
	vertical-align: middle;
	color: #ffffff;
	margin: 2px;
}
.brandlink {
	color: #666666;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 200px;
	height: 100px;
	display: block;
	line-height: 100px;
}
.confirmhouse {
	display: inline-block;
	padding: 5px;
	background: #999999;
	border: 1x solid #777777;
	color: #ffffff;
	cursor: pointer;
	border-radius: 5px;
}
.confirmhouse:hover {
	background: #777777;
	border: 1x solid #777777;
	color: #ffffff;
}
.inner {
	width: calc(100% - 20px);
	margin-right: 10px;
	margin-left: 10px;
	box-sizing: border-box;
}
.pagerinactive {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #888888;
	cursor: pointer;
	border-radius: 10px;
	margin: 0;
	padding: 0;
}
.pageractive {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 10px;
	background: #0082c5;
	margin: 0;
	padding: 0;
}
.username {
	width: 200px;
	background: url('template/email-red.png') left no-repeat transparent;
	border: 0;
	padding-left: 24px;
	box-sizing: border-box;
	outline: none;
}
.password {
	width: 200px;
	background: url('template/lock.png') left no-repeat transparent;
	border: 0;
	padding-left: 24px;
	box-sizing: border-box;
	outline: none;
}
#membersUL li {
	display: inline-block;
	margin: 5px;
	min-width: 150px;
	height: 30px;
	line-height: 30px;
	background: #eeeeee;
	border: 1px solid #888888;
	text-align: center;
}
#membersUL li:hover {
	background: #fbd88a;
}
#membersUL li:hover a {
	color: #000000;
}
#membersUL li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
}
.edit {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('template/edit.png');
}
.delete {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('template/delete.png');
}
.item {
	display: inline-block;
	float: right;
	margin: 10px;
	text-align: center;
}
.searchitem {
	padding: 10px;
	float: right;
	display: inline-block;
}
/* styles for map */
.pac-controls {
	display: inline-block;
	padding: 5px 11px;
}
.pac-controls label {
	font-size: 12px;
	font-weight: 300;
}
#pac-input {
	font-size: 11pt;
	background-color: #fff;
	text-overflow: ellipsis;
	width: 100%;
}
#pac-input:focus {
	border-color: #4d90fe;
}
.centerMarker {
	position: absolute; /*url of the marker*/;
	background: url(http://maps.gstatic.com/mapfiles/markers2/marker.png) no-repeat;
/*center the marker*/top: 50%;
	left: 50%;
	z-index: 1; /*fix offset when needed*/;
	margin-left: -10px;
	margin-top: -34px; /*size of the image*/;
	height: 34px;
	width: 20px;
	cursor: pointer;
}
.listitem {
	flex:0 0 25%;
	margin-bottom: 20px;
	box-sizing: border-box;
	text-align: center;
}

.listitem .inner{
	padding:10px;
	height:100%;
	background: #ffffff;
	border: 1px solid #999999;
}
@media all and (max-width:800px){
.listitem {
	flex:0 0 49%;
}
}
@media all and (max-width:450px){
.listitem {
	flex:0 0 100%;
}
}
.kindBlock {
	display: inline-block;
	white-space: nowrap;
	margin: 4px;
}
.highMenu {
	display: none;
}
.mobileOnly {
	display: none;
}
@media all and (max-width:760px){
.mobileOnly {
	display: block;
}
}
.flexRow {
	display: flex;
	flex-wrap: wrap;
}
.col125 {
	flex:0 0 12.5%;
	box-sizing: border-box;
}
.col16 {
	flex:0 0 16.66%;
	box-sizing: border-box;
}
.col50 {
	flex:0 0 50%;
	box-sizing: border-box;
}
.col25 {
	flex:0 0 25%;
	box-sizing: border-box;
}
.flex25 {
	flex: 1 0 25%;
}
.agile50 {
	width: 50%;
	float: right;
	box-sizing: border-box;
	display: inline-block;
}
@media all and (max-width:600px){
.agile50 {
	width: 100%;
	float: none;
	box-sizing: border-box;
	display: block;
}
}
@media all and (max-width:800px){
.col125 {
	flex:0 0 25%;
}
.col16 {
	flex:0 0 33.33%;
}
}
@media all and (max-width:700px){
.col25 {
	flex:0 0 50%;
}
.flex25 {
	flex: 1 0 50%;
}
}
@media all and (max-width:460px){
	.col125 {
		flex:0 0 50%;
	}
	.col16 {
		flex:0 0 50%;
	}
	.col25 {
		flex:0 0 100%;
	}
	.flex25 {
		flex: 1 0 100%;
	}
	.col50 {
		flex:0 0 100%;
	}
}
#profileLeftDiv {
	float: left;
	display: inline-block;
	text-align: center;
	width: 20%;
}
#profileRightDiv {
	float: right;
	display: inline-block;
	width: 80%;
}
@media all and (max-width:700px){
#profileLeftDiv {
	float: none;
	display: block;
	text-align: center;
	width: 100%;
}
#profileRightDiv {
	float: none;
	display: block;
	width: 100%;
}
}
.orderTable {
	width: 100%;
	box-sizing: border-box;
}
.orderTable tr {
	border-bottom: 1px solid #aaaaaa;
}
.orderTable td {
	padding: 5px;
}
.orderTable tr:hover {
	background: rgba(100,100,100,0.05);
}
.basket {
	height: 25px;
}
.reBasket {
	box-sizing: border-box;
	border: 1px solid #888888;
	line-height: 22px;
	vertical-align: middle;
	height: 25px;
	display: inline-block;
	width: 25px;
	text-align: center;
	cursor: pointer;
	background: #888888;
	color: #ffffff;
}
.reBasket:hover {
	background: #444444;
	color: #ffffff;
}
.col3 {
	column-count: 3;
}
.col3 .nobreak {
	break-inside: avoid-column;
}
.priceTitle {
	display: block;
	background: #bbbbbb;
	padding-right: 5px;
	padding-left: 5px;
}
.priceAmount {
	display: inline-block;
	width: 40%;
	float: right;
}
.priceRoller {
	display: inline-block;
	width: 60%;
	float: left;
	text-align: left;
}
@media all and (max-width:900px){
.col3 {
	column-count: 1;
}
}
.grid {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}



#mobileHeader{display:none}
#mobileMenuBar{text-align:center;direction:rtl;box-sizing:border-box;position:fixed;top:0;;left:0;background:#222222;width:100%;min-height:50px;padding-right:13px;padding-left:13px;z-index:1998}
.mobileMenuTitle{line-height:50px;display:inline-block;white-space:nowrap;color:#ffffff;font-size:9pt;}
#mobilemenu{position:fixed;top:0;right:0;height:100%;overflow-y:auto;overflow-x:hidden;width:250px;margin-right:-250px;background:#222222;direction:ltr;padding-top:50px;box-sizing:border-box;;z-index:2000}
.mobileMenuItem{font-size:10pt;color:#ffffff;display:block;width:100%;line-height:35px;padding-right:10px;border-bottom:1px solid #555555;cursor:pointer}
a.mobileMenuItem:hover{font-size:10pt;background:#555555;color:#ffffff;}
.mobileSubMenuItem{font-size:10pt;color:#ffffff;display:block;width:100%;height:35px;line-height:35px;padding-right:30px;}
.mobileSubMenuItem:hover{font-size:10pt;color:#ffffff;}
.mobileMenuItem:before{
	font-family:'Times New Roman';
	display:inline-block;
	content:'◄';
	font-size:6pt;
	margin-left:5px;
}
.mobileMenuItem.changed:before{
	font-family:'Times New Roman';
	display:inline-block;
	content:'▼';
	font-size:6pt;
	margin-left:5px;
}

#mobileMenuMask{
	position: fixed!important;
    top: 0!important;
    left: 0!important;
    width: 100vw!important;
    height: 100vh!important;
    opacity: 0.5;
    background-image: none!important;
    background-color: #000;
    z-index: 1999;
    display:none;
}

#backButton{width:60px;height:50px;position:fixed;top:0;left:15px;z-index:2000;;box-sizing:border-box;background:url('template/back.png') no-repeat left center;background-size:8px 12px}
#humburger{width:48px;height:48px;position:fixed;top:0;right:15px;z-index:2002;;box-sizing:border-box}
.c-hamburger {display: block;position: relative;overflow: hidden;margin: 0;padding: 0;width: 48px;height: 48px;
  font-size: 0;text-indent: -9999px;appearance: none;box-shadow: none;border-radius: none;border: none;cursor: pointer;
  transition: background 0.3s;background:transparent;
}
.c-hamburger:focus {outline: none;}
.c-hamburger span {display: block;position: absolute;top: 22px;left: 9px;right: 9px;height: 4px;background: white;border-radius:2px;}
.c-hamburger span::before,.c-hamburger span::after { position: absolute;display: block;left: 0;width: 100%;border-radius:2px;  height: 4px;  background-color: #ffffff;  content: "";}
.c-hamburger span::before {top: -10px;}
.c-hamburger span::after {bottom: -10px;}
.c-hamburger--htx {}
.c-hamburger--htx span {transition: background 0s 0.3s;}
.c-hamburger--htx span::before,.c-hamburger--htx span::after {transition-duration: 0.3s, 0.3s;transition-delay: 0.3s, 0s;}
.c-hamburger--htx span::before {transition-property: top, transform;}
.c-hamburger--htx span::after {transition-property: bottom, transform;}
.c-hamburger--htx.is-active {background-color: transparent;}
.c-hamburger--htx.is-active span {background: none;}
.c-hamburger--htx.is-active span::before {top: 0;transform: rotate(45deg);}
.c-hamburger--htx.is-active span::after {bottom: 0;transform: rotate(-45deg);}
.c-hamburger--htx.is-active span::before,.c-hamburger--htx.is-active span::after {transition-delay: 0s, 0.3s;}


@media all and (max-width:760px){
	body{padding-top:60px;}
	#mobileHeader{display:block;}
	#desktopHeader{display:none;}
	.mobileOnly{display:block;}

}

.membersOptions{
	
	display:block;
	border:1px dotted darkorange;
	padding:10px;
	padding-top:20px;
	paddibg-bottom:20px;
	box-sizing:border-box;
	text-align:center;
	margin:5px;
	color:#000000;
	background:#eeeeee;
	height:calc(100% - 5px);
	margin-bottom:5px;
}
.membersOptions:hover{
	background:#dddddd;
	color:#222222;
}

.myAlert{
	margin:auto;
	background:red;
	color:white;
	padding:15px;
	box-sizing:border-box;
	width:100%;

	text-align:center;
}

.memberslistloader{
	background:url('template/wait.svg') no-repeat center center;
}

.wait{
	background:url('template/wait.svg') no-repeat center center;height:30px;background-size:contain;
}
.block{
	display:block;
}

.pointer{
	cursor:pointer;
}
.red{
	color:red;
}

ul.drop{
z-index:597;
margin:0;
direction:rtl;
display:inline-block;
white-space:nowrap;
position:relative;
}



ul.drop li a{
display:inline-block;
text-decoration:none;
text-align:center;
color:#000000;
font-size:10pt;
padding-right:10px;
padding-left:10px;
}

ul.drop li a span{
display:inline-block;margin-right:5px;font-size:5pt;
}

ul.drop li:hover a{
	color:#000000
}

ul.drop ul li a{
	text-align:center;
	font-size:10pt;
}

ul.drop, ul.drop li, ul.drop ul{
list-style:none;
margin:auto;
padding:0;
}

ul.drop>li{
float:right;
vertical-align:middle;
text-align:center;
min-width:100px;
height:40px;
line-height:40px;
border-left:1px solid #5c7987;
box-sizing:border-box;
}
ul.drop>li:last-of-type{border-left:0px;}

ul.drop > li.hover, ul.drop > li:hover{
position:relative;
z-index:599;
cursor:default;
background:#fdeabe;
}


ul.drop ul{
visibility:hidden;
position:absolute;
top:100%;
right:0;
z-index:0;
background:#fdeabe;
padding-top:0px;
padding-bottom:0px;
}

ul.drop ul li{
	white-space:nowrap;
}

ul.drop ul li a{
color:#000000;
display:block;
height:40px;line-height:40px;
text-align:right;
box-sizing:border-box;
}


ul.drop ul li a:hover{
color:#000000;
border-bottom:1px solid #dddddd;
background:#eeeeee;
}

ul.drop ul ul{
position:relative;
top:0px;
right:100%;
z-index:1;
}
ul.drop li:hover > ul{
visibility:visible;
}

ul.drop li ul li a{width:180px;text-align:right;}

.topmenulevel1{
height:40px;line-height:40px;display:block;white-space:nowrap;box-sizing:border-box;
}
	

/*Right Menu */

ul#rightmenu{
margin:0;
direction:rtl;
}

#rightmenu li a{
display:block;
padding-right:15px;
padding-left:15px;
width:180px;
font-family:tahoma;
font-size:11pt;
text-decoration:none;
text-align:right;
font-family:'B Koodak';
color:#afafaf;
}

#rightmenu li a:hover{
	color:#ffffff;
}

#rightmenu, #rightmenu li, #rightmenu ul{
list-style:none;
margin:0;
padding:0;
}

#rightmenu{
top:0;
left:0;
position:relative;
z-index:597;
}
#rightmenu li{
vertical-align:middle;
text-align:right;
background:url('template/rightmenubg.png') #0d2039;
min-height:40px;
line-height:40px;
border-top:1px solid #193967;
border-left:1px solid #112849;
}


#rightmenu li.hover, #rightmenu li:hover{
position:relative;
z-index:599;
cursor:default;
background:#16345d;
}

#rightmenu li ul{
visibility:hidden;
position:absolute;
right:100%;
top:0;
z-index:598;
width:210px;
}
#rightmenu ul li{
float:none;
min-height:40px;
line-height:40px;
background:#16345d;
}
#rightmenu ul li.hover a{
color:#ffffff
}

#rightmenu li ul li {
	border-bottom:0px solid #112849;
}

#rightmenu ul ul{
top:0px;
right:100%;
}
#rightmenu li:hover > ul{
visibility:visible;

}

.itemtable{
	width:100%;
	box-sizing:border-box;
	border-collapse:collapse;
	}
.itemtable tr{
	border-bottom:1px solid #eeeeee;
}
.itemtable tr:last-of-type{
	border-bottom:0px solid #dddddd;
}
