@font-face {
    font-family: 'Iranian';
    src: url('../fonts/iranian.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
	font-family: Iranian, nassim, sans-serif;
}
.navbar-nav>li {
	float: right;
	font-size: 16px;
}
.carousel-content,.media-body, .rtl{
	direction: rtl;
}
h1,h2,h3,h4,h5,h6,p,span,label, address{
	direction: rtl;
}
.bold{
	font-weight: 600;
}
.c2, .c3{
	display: none;
}
blockquote{
	border-left: 0;
	border-right: 5px solid #eee;
}
tspan, text{
	font-family: "nassim", tahoma;
}
#recent-works {
	padding: 30px 0 0 0;
	background-color: #E1E1E1;
} 
#bottom p{
	text-align: justify;
}
ul.arrow li{
	direction: rtl;
	text-align: right;
}
ul.arrow li::before, ul.arrow-double li::before, ul.tick li::before, ul.cross li::before, ul.star li::before, ul.rss li::before {
margin-left: 5px;
}
ul.breadcrumb{
	direction: rtl;
}
.cells{
	height: 25%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-right: 8px;
	padding-left: 8px;
	border: 2px solid #fff;
	position: relative;
}
.cells:hover{
	/* border: 2px solid #000; */
}
.cell1{
	background-color: #df4a67;
}
.cell2{
	background-color: #fed747;
}
.cell3{
	background-color: #0088cc;
}
.cell4{
	background-color: #10a8ab;
}
.cell5{
	background-color: #fbae54;
}
.cell6{
	background-color: #4fc5f7;
}
.cell6{
	background-color: #50597a;
}
.cell7{
	background-color: #1f253d;
}
.cell8{
	background-color: #2ecc71;
}
.cell9{
	background-color: #e74c3c;
}
.cell10{
	background-color: #6cff00;
	cursor: pointer;
}
.cell11{
	background-color: #00ffe4;
}
.cell12{
	background-color: #8400ff;
}
.caption{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 22%;
	font-size: 150%;
}
.caption:hover{
	background: rgba(0,0,0, 0.2);
}
.calEvent{
	font-size: 90%;
	padding: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	margin: 1px auto;
}

div.myAssets{
	margin-bottom: 20px;
}
div.myAssets ul{
	display: inline-block;
	width: 15%;
	float: right;
}
div.myAssets div.cWraper{
	display: inline-block;
	width: 85%;
	float: left;
	direction: rtl;
	border: 4px solid #1093e5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	margin: 0 0 20px;
	min-height: 400px;
}
div.myAssets ul li{
	background: #e0eaf3;
	margin: 1px 0;
	cursor: pointer;
}
div.myAssets ul li:first-child{
	margin-top: 10px;
	cursor: auto;
}
div.myAssets ul li span.iconWraper{
	display: inline-block;
	width: 66px;
	background: #fbf0d9;
	height: 100%;
	float: right;
	margin-left: 10px;
	padding: 8px 4px;
}
div.myAssets ul li span.ttWraper{
	line-height: 55px;
}
div.myAssets ul li.detailed{
	background: #1093e5;
}
div.myAssets ul li.detailed span.iconWraper{
	background: #037cc8;
}
div.cWraper div.type2bg{
	width: 338px;
	height: 182px;
	background: transparent url(../images/type2.png) no-repeat;
	margin: 10px auto;
	direction: ltr;
	padding: 5px;
}

form.commentForm{
	background: #e7e7e7;
	padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	margin: 10px 0;
}
form.commentForm input.rInput{
	width: 45%;
	margin: 0 0 20px 4%;
}
form.commentForm input.lInput{
	width: 45%;
	margin: 0 4% 20px 0;
}
form.commentForm textarea{
	width: 100%;
	height: 220px;
}
form.commentForm a{
	display: block;
	width: 380px;
	background: #249fdb;
	color: #fff;
	margin: 0 auto;
	padding: 10px 0;
	text-decoration: none;
}
input, select, textarea {
	border: 1px solid #e1e1e1;
	vertical-align: middle;
	-webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgb(0,0,0,0.15);
	-moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgb(0,0,0,0.15);
	box-shadow: 0 1px #fff, inset 0 1px 4px rgb(0,0,0,0.15);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 40px;
	padding: 8px 12px;
	color: #555;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
div.centerErapper {
	text-align: center;
	direction: rtl;
}
span.captcha_container {
	position: relative;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	vertical-align: top;
	z-index: 1;
}
span.captcha_container span img {
	height: 40px;
	width: auto;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
span.captcha_container i {
	position: absolute;
	top: 1px;
	left: 102px;
	cursor: pointer;
	color: #fff;
	background: #006687;
	height: 38px;
	width: 20px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 11px;
}
div.systemMsg{
	line-height: 40px;
	height: 40px;
	border: 1px solid #4970b7;
	margin-top: 10px;
	background: #7ca3ea;
	color: #fff;
	display: none;
}
.clearfix{
	clear: both;
	zoom: 1;
	width: 100%;
}
.center{
	text-align: center;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
ul.arrow li::before, ul.arrow-double li::before, ul.tick li::before, ul.cross li::before, ul.star li::before, ul.rss li::before {
    margin-left: 5px;
    margin-right: 0;
}
div.form-group img{
	width: 100%;
	height: 68px;
	margin-bottom: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

/* Coming Soon Page
---------------------------------- */
.is-countdown {
  border: 1px solid transparent;
  background-color: transparent;
}

.countdown-row {
  height: 0;
  padding: 0;
}

.countdown-section {
  text-align: center;
  padding: 20px;
  border: 1px solid rgba(0,0,0, 0.1);
  background-color: rgba(0,0,0, 0.2);
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  border-radius: 5%;
}

.wet-asphalt a.rr{
	color: #fff;
}

.wet-asphalt a.rr:hover{
	color: #ccc;
}

.countdown-show4 .countdown-section {
  width: 24%;
  margin: 10px 0.5%;
}

.countdown-amount {
  font-size: 36px;
  font-weight: 700;
  display: block;
}

.countdown-period {
  display: block;
  font-size: 28px;
  line-height: 1.2;
  margin-top: 15px;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .countdown-amount {
    font-size: 24px;
  }

  .countdown-period {
    font-size: 18px;
  }
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  .countdown-amount {
    font-size: 18px;
  }

  .countdown-period {
    font-size: 10px;
  }
}
/* Pages Misc
---------------------------------- */
.icons-page i {
  font-size: 20px;
  width: 35px;
  text-align: center;
}

.grid span {
  padding: 5px 5px;
  background-color: #666;
  border: 1px solid #444;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color: $white;
}

.reqPeriod{
	background-color: #e74c3c;
	color: #fff;
	font-size: 110%;
}
.reqPeriod a{
	color: #000;
	text-decoration: underline;
}
a.greenBtn{
	display: block;
	border: 1px solid #2ecc71;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #2ecc71;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	margin: 25px auto;
	font-size: 150%;
}
a.greenBtn:hover{
	color: #2ecc71;
	background-color: #fff;
}
a.redBtn{
	display: block;
	border: 1px solid #e74c3c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e74c3c;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	margin: 25px auto;
	font-size: 150%;
}
a.redBtn:hover{
	color: #e74c3c;
	background-color: #fff;
}
.input-group{
	direction: rtl;
}
.entry-meta a{
	font-size: 130%;
}
.registration-form{
	border: 1px solid #34495e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	max-width: 682px;
	margin: 0 auto;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a{
	text-align: right;
}
.wet-asphalt{
	background-color: #7c00a4;
}
.navbar-inverse .navbar-nav > li > a{
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #bdc3c7;
}
.timercount{
	bottom: 35px;
	position: absolute;
	z-index: 1020;
}
.newcellwrapper{
	padding: 1px;
	float: right;
	min-width: 33.333%;
}
.newcell{
	border: 1px solid #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
}
.newcell:hover{
	border: 1px solid #000;
	box-shadow: 4px 4px 2px #888;
}
.newcell .cellHeader{
	/* border-bottom: 1px solid #797979; */
	padding: 5px;
	background: #d9d9d9;
	height: 37px;
}
.newcell .cellHeader img{
	float: left;
}
.newcell .cellHeader span{
	float: right;
	font-size: 80%;
	display: inline-block;
	padding: 5px;
}
.newcell .cellBody{
	padding: 12px 5px;
	font-size: 94%;
	direction: rtl;
	line-height: 25px;
}
.newcell .signBtn{
	display: block;
	background: #ff5325;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	padding: 4px;
	margin-top: 12px;
}
.newcell .signBtn:hover{
	background: #2ecc71;
}
.portfolio-item .item-inner{
	text-align: center;
}
img.smallImg{
	width: 139px;
	height: 155px;
	margin: 0 auto;
}
#finallCode{
	font-size: 200%;
	text-align: center;
}
.newcell .signBtn.disable{
	background: #898989;
}
.rmor{
	text-align: left;
}
.rmor a{
	color: #fff;
}
.rmor a:hover{
	color: #898989;
}
.hback{
	float: left;
	color: #fff;
	background-color: #d9534f;
	border: 1px solid #d43f3a;
	display: inline-block;
	padding: 5px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 2px;
}
.hback:hover{
	color: #d9534f;
	background-color: #fff;
}
.portfolio-item .item-inner{
	background: none;
    border: 0px solid #eee;
}
.portfolio-item .item-inner img{
	/*border-radius: 50%;*/
	margin-bottom: 5px;
}
i.weicon{
	color: #ff5325;
	line-height: 20px;
	vertical-align: middle;
}
.pts{
	display: none;
}
.pt0{
	display: block;
}
.panelBoxBody{
	padding: 70px 0 0 0;
	/* background-color: #fff; */
	margin-top: -10px;
}
#container{
	margin: 31px 0;
}



.emerald {
    background-color: #efefef;
}

.reqPeriod {
    background-color: #fff;
    color: #000;
    font-size: 110%;
}
.wet-asphalt {
    background-color: #7c00a4;
}
.alizarin {
    background-color: #efefef;
}
.midnight-blue {
    background-color: #7c00a4;
}
.newcell .signBtn {
background-color: #7c00a4;
}
.btn-danger {
	background-color: #7c00a4;
    border-color: #a646c2;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    
    background-color: #7c00a4;
    border-color: #a646c2;
}
/*
.cr1{
	background: url( ../images/timeline/1.png );
	background-size: cover;
}
.cr2{
	background: url( ../images/timeline/2.png );
	background-size: cover;
}
.cr3{
	background: url( ../images/timeline/3.png );
	background-size: cover;
}
.cr4{
	background: url( ../images/timeline/4.png );
	background-size: cover;
}
*/
.mb20{
	margin-bottom: 60px;
}
.mt20{
	margin-top: 30px;
}
.turquoise, .green-sea, .sun-flower, .orange, .emerald, .nephrits, .carrot, .pumkin, .peter-river, .belize-hole, .alizarin, .pomegranate, .amethyst, .wisteria, .clouds .silver, .wet-asphalt, .midnight-blue, .concrete, .asbestos {
    color: #000;
}
.turquoise h1, .green-sea h1, .sun-flower h1, .orange h1, .emerald h1, .nephrits h1, .carrot h1, .pumkin h1, .peter-river h1, .belize-hole h1, .alizarin h1, .pomegranate h1, .amethyst h1, .wisteria h1, .clouds .silver h1, .wet-asphalt h1, .midnight-blue h1, .concrete h1, .asbestos h1, .turquoise h2, .green-sea h2, .sun-flower h2, .orange h2, .emerald h2, .nephrits h2, .carrot h2, .pumkin h2, .peter-river h2, .belize-hole h2, .alizarin h2, .pomegranate h2, .amethyst h2, .wisteria h2, .clouds .silver h2, .wet-asphalt h2, .midnight-blue h2, .concrete h2, .asbestos h2, .turquoise h3, .green-sea h3, .sun-flower h3, .orange h3, .emerald h3, .nephrits h3, .carrot h3, .pumkin h3, .peter-river h3, .belize-hole h3, .alizarin h3, .pomegranate h3, .amethyst h3, .wisteria h3, .clouds .silver h3, .wet-asphalt h3, .midnight-blue h3, .concrete h3, .asbestos h3, .turquoise h4, .green-sea h4, .sun-flower h4, .orange h4, .emerald h4, .nephrits h4, .carrot h4, .pumkin h4, .peter-river h4, .belize-hole h4, .alizarin h4, .pomegranate h4, .amethyst h4, .wisteria h4, .clouds .silver h4, .wet-asphalt h4, .midnight-blue h4, .concrete h4, .asbestos h4, .turquoise h5, .green-sea h5, .sun-flower h5, .orange h5, .emerald h5, .nephrits h5, .carrot h5, .pumkin h5, .peter-river h5, .belize-hole h5, .alizarin h5, .pomegranate h5, .amethyst h5, .wisteria h5, .clouds .silver h5, .wet-asphalt h5, .midnight-blue h5, .concrete h5, .asbestos h5, .turquoise h6, .green-sea h6, .sun-flower h6, .orange h6, .emerald h6, .nephrits h6, .carrot h6, .pumkin h6, .peter-river h6, .belize-hole h6, .alizarin h6, .pomegranate h6, .amethyst h6, .wisteria h6, .clouds .silver h6, .wet-asphalt h6, .midnight-blue h6, .concrete h6, .asbestos h6 {
    color: #000;
}
.carousel-content h1, .carousel-content h2, .timercount, .wet-asphalt .timercount a{
	color: #fff;
}
.timercount h3{
	color: #000;
}
#bottom {
	background-color: #E1E1E1;
    color: #575757;
}
section.chart{
	background-color: #efefef;
}
.turquoise small, .green-sea small, .sun-flower small, .orange small, .emerald small, .nephrits small, .carrot small, .pumkin small, .peter-river small, .belize-hole small, .alizarin small, .pomegranate small, .amethyst small, .wisteria small, .clouds .silver small, .wet-asphalt small, .midnight-blue small, .concrete small, .asbestos small {
    color: #999;
}
.wet-asphalt a:not(.btn):hover {
    color: #7c00a4;
}
.wet-asphalt a:not(.btn) {
    color: #0d0307;
}
.wet-asphalt .timercount a{
	color: #000;
}
.justify{
	text-align: justify;
}
a.greenBtn, input.greenBtn {
	background-color: #7c00a4;
	border: 1px solid #a646c2;
	color: #fff;
}
a.greenBtn:hover, input.greenBtn:hover {
	color: #7c00a4;
	background-color: #fff;
}
.portfolio-item h5 {
	background: transparent;
}
.vidtext{
	font-size: 120%;
}
.circles{
	/*border: 2px solid #ae64c7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
	width: 80%;
	display: inline-block;
	text-align: center;
}
.circles2{
	display: inline-block;
	width: 8%;
	float: left;
	text-align: center;
	height: 200px;
}
.circles2 i{
	/* border: 1px solid #ae64c7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; */
	width: 18px;
	height: auto;
	display: inline-block;
	vertical-align: center;
	margin-top: 92px;
}
.circles{
	position: relative;
}
.circles img{
	width: 100%;
	height: auto;
	/*position: absolute;
	top:0;
	left: 0;*/
	border: 2px solid #ae64c7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.circles img:hover{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	border: 2px solid #7c00a4;
}
.subtitle{
	text-align: center;
	font-size: 1.3em;
	min-height: 30px;
}
.overtitle{
	text-align: center;
	font-size: 1.3em;
	min-height: 30px;
}
.rmor a, ul.breadcrumb > li > a, ul.breadcrumb > li .divider{
	color: #151515;
}
ul.breadcrumb > li.active{
	color: #000;
}
blockquote div{
	display: block;
}
blockquote div small{
	line-height: 48px;
}
blockquote img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: right;
	margin-left: 5px;
	width: 48px;
	height: 48px;
}
.socialsIcons a{
	margin: 3px 5px;
	font-size: 130%;
}
.cellBody{
	text-align: right;
}
.cellBody a{
	text-align: center;
}
.cellBody span{
	display: inline-block;
	float: left;
	direction: ltr;
}
.eMsg{
	display: none;
	color: red;
	margin-right: 5px;
}
#main-slider .carousel .item{
	height: 580px;
}
.carousel-content h2 a{
	color: #fff !important;
}

.archive .newcellwrapper{
	min-width: 16.65%;
}
.mbauto{
	margin-bottom: 30px;
}
ul.miniGallery{
	list-style: none;
	display: inline-block;
}
ul.miniGallery li{
	float: left;
	margin: 5px;
	background: #000;
	vertical-align: middle;
}
ul.miniGallery li a{
	border: 1px solid #fff;
	display: block;
}

ul.miniGallery li a:hover{
	border: 1px solid #000;
}
ul.miniGallery li img{
	width: 120px;
	height: 100px;
	vertical-align: middle;
}
a.toGallery{
	display: block;
	float: left;
	text-align: left;
	width: 100%;
	margin-top: 10px;
}
fieldset.mine{
	padding: 10px;
    border: 1px solid #c0c0c0;
}
fieldset.mine legend{
    width: auto;
    padding: 5px;
    margin: 5px;
    margin: 0;
    font-size: 100%;
    line-height: inherit;
    color: #333;
    border: 0;
}
ul.price{
	list-style: none;
	display: block;
	width: 100%;
}
ul.price li{
	display: block;
}
ul.price li label{
	font-weight: bold;
	display: inline-block;
	width: 160px;
}
a.offTerms{
	display: inline-block;
	width: 120px;
	font-size: 80%;
	float: left;
	margin-top: -20px;
	text-align: center;
}
a.offTerms img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.teacher{
	text-align: center;
	margin: 10px 0;
}
.teacherDesc{
	padding: 10px;
}
section.dividerClass section{
	border-bottom: 1px solid #d9d9d9;
}
.navbar-brand{
	width: 100px;
	height: 80px;
	display: block;
}
.count{
	width: 49%;
	text-align: center;
	padding: 50px 0;
	display: inline-block;
	font-size: 250%;
	position: relative;
}
.count:first-child{
	width: 100%;
}
.count img{
	position: absolute;
	width: 100px;
	height: auto;
	bottom: 110px;
	left: 50%;
	margin-left: -50px;
}
.navbar-fixed-top{
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}
/* .cbp-af-header{
	background-color: rgba(0, 0, 0, 1.0);
} */
.cbp-af-header.cbp-af-header-shrink {
	background-color: rgba(124, 0, 164, 0.8);
}
.cbp-af-header.cbp-af-header-shrink .navbar-brand{
	width: 75px;
	height: 60px;
	padding: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink .navbar-nav{
	margin-top: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink .mainSearch{
	line-height: 58px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.offTerms{
	cursor: pointer;
}
.offConditions{
	display: none;
}
li.unabele, li.unabele label{
	color: gray;
}
ul.price li input#offCode{
	border-radius: 2px;
	height: 30px;
	padding: 4px 6px;
	border-color: gray;
	width: 120px;
}
.count span{
	display: block;
	font-size: 50%;
}
.container-fluid{
	width: 640px;
}
ul.steps{
	width: 100%;
	display: block;
	text-align: right;
	padding: 0;
}
ul.steps li{
	display: inline-block;
	background: #d7d7d7;
	color: gray;
	padding: 10px;
	padding-right: 20px;
	margin: 0;
	position: relative;
	margin-left: -2px;
	border: 1px solid gray;
}
ul.steps li > span{
	padding-left: 10px;
}
ul.steps li > span > span{
	background: gray;
	width: 20px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 2px;
}
ul.steps li span.fa{
	position: absolute;
	font-size: 44px;
	top: 0;
}
ul.steps li span.fa.background{
	left: -26px;
	z-index: 2;
	color: #d7d7d7;
}
ul.steps li span.fa.colorA{
	left: -33px;
	z-index: 2;
	color: #d7d7d7;
}
ul.steps li span.fa.colorB{
	left: -34px;
	z-index: 1;
	color: gray;
}
ul.steps li.active span.fa.background{
	left: -24px;
	z-index: 2;
	color: lightblue;
}
ul.steps li.active span.fa.colorA{
	left: -33px;
	z-index: 2;
	color: lightblue;
}
ul.steps li.active span.fa.colorB{
	left: -34px;
	z-index: 1;
	color: gray;
}
ul.steps li.active > span > span{
	background: blue;
	width: 20px;
	display: inline-block;
	text-align: center;
	color: #fff;
}
ul.steps li.active{
	background: lightblue;
	color: blue;
}
.steps-content .form-group{
	font-size: 90%;
	float: right;
	margin: 0 2px 15px;
	width: 49%;
	display: none;
}
.step-pane .form-group{
	width: 49%;
	display: inline-block;
}
.steps-content .form-group.showit{
	display: inline-block;
}
div.facebook .pp_description{
	display: none;
}
div.relativeDiv{
	position: relative;
	display: inline-block;
	float: right;
}
i.mainSearch{
	float: right;
	vertical-align: middle;
	line-height: 75px;
	color: #fff;
	cursor: pointer;
	margin-right: 10px;
}
div.searchHolder{
	background-color: #2c3e50;
	position: absolute;
	top: 50px;
	right: 0;
	padding: 10px;
	display: none;
}
div.searchHolder input{
	direction: rtl;
}
div.searchHolder a{
	display: inline-block;
	border: 1px solid #7c00a4;
	background: #fff;
	color: #7c00a4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin: 5px 0 0 0;
}
i.mainSearch:hover + div.searchHolder, div.searchHolder:hover{
	display: block;
}
input.formSubmitter{
	font-family: Iranian, nassim;
	margin-left: 6px;
	background-color: #7c00a4;
	color: #fff;
	border: 1px solid #7c00a4;
}
input.formSubmitter:hover{
	background-color: #fff;
	color: #7c00a4;
}
.justify{
	text-align: justify;
}
#map_canvas{
	line-height: 20px;
	font-family: Iranian, tahoma;
	direction: rtl;
	text-align: justify;
}
#video_wrapper{
	width: 77%;
}
a.moreKnow{
	display: inline-block;
	margin: 0 auto;
	font-size: 90%;
}


[data-tip] {
    position:relative;
	font-family: "nassim", tahoma;
	font-size: 130% !important;
}
[data-tip]:before {
    content:'';
    /* hides the tooltip when not hovered */
    display:none;
    content:'';
    display:none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1a1a1a;
    position:absolute;
    top:30px;
    left:35px;
    z-index:8;
    font-size:0;
    line-height:0;
    width:0;
    height:0;
    position:absolute;
    top:30px;
    left:35px;
    z-index:8;
    font-size:0;
    line-height:0;
    width:0;
    height:0;
}
[data-tip]:after {
    display:none;
    content:attr(data-tip);
    position:absolute;
    top:35px;
    left:0px;
    padding: 5px 8px;
    background:#1a1a1a;
    color:#fff;
    z-index:9;
    font-size: 0.75em;
    height:30px;
    line-height:24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space:nowrap;
    word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
    display:block;
}
div.conTeach{
	text-align: left;
}
div.conTeach a i{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #0075b9;
	color: #fff;
	text-align: center;
	line-height: 20px;
}
div.conTeach a:last-child i{
	background-color: #22d2d2;
}
img.salePic{
	float: right;
	border: 1px solid #000;
	width: 100px;
	height: auto;
	margin-left: 25px;
}
#quiz{
	direction: rtl;
	text-align: right;
}
#ui-datepicker-div{
	left: 50%;
	margin-left: -200px;
}





table.basketDetail{
	border-color: #D7D7D7;
	width: 100%;
}
table.basketDetail tr th{
	border-top: 0;
	border: 1px solid #ddd;
	border-bottom-width: 2px;
	padding: 8px;
	line-height: 1.428571429;
	border-color: #D7D7D7;
	vertical-align: middle !important;
	text-align: center;
	font-family: tahoma, sans-serif;
	font-size: 13px;
	color: #323232;
	background: #fff;
	font-weight: 500;
}
table.basketDetail tr td{
	border: 1px solid #ddd;
	padding: 8px;
	line-height: 1.428571429;
	border-color: #D7D7D7;
	vertical-align: middle !important;
	text-align: center;
	font-family: tahoma, sans-serif;
	font-size: 13px;
	color: #323232;
}
table.basketDetail tr td input, table.basketDetail tr td textarea, input.end{
	border: 1px solid #323232;
	padding: 5px 10px;
	width: 90%;
	font-family: tahoma, sans-serif;
	font-size: 11px;
}
table tr td textarea{
	height: 100px;
}
table.basketDetail tr td.method input{
	border: 0;
}
input.end{
	float: right;
	width: 100px;
}
input.additionalInputs{
	width: 20px;
	height: 20px;
	margin-right: 28px;
	display: inline-block;
	border: 1px solid #000;
}
div#lPro{
	float:left;
}
div#rPro{
	float:right;
}
div#lPro img, div#rPro img{
	width: 100%;
	height: auto;
	border: 1px solid #d9d9d9;
}
div#lPro, div#rPro{
	width: 49%;
	font-family: tahoma, sans-serif;
	font-size: 13px;
	color: #323232;
}
div.fixSize{
	height: 500px;
}

a.tup img{
	width: 100px;
	height: 100px;
	margin: 5px;
}
img.mainPic{
	width: 100%;
	height: auto;
}
.form-group div i{
	position: absolute;
	top: 9px;
	left: 9px;
	color: blue;
	cursor: pointer;
	font-size: 110%;
}
.adminMessage{
	line-height: 31px;
	background: lightblue;
	border: 1px solid gray;
	border-left: 0;
	border-right: 0;
}