	* { 
		margin: 0;
		padding: 0px;
	} 
	.big-icon{
		font-size: 80px;
		margin-bottom: 15px;
	}
	body {
		font-family: 'Open Sans', Yekan, Helvetica, sans-serif;
		font-size:14px;
		line-height:22px; 
		position:relative;
		background:#f1f5f8;
		color:#6f808c;
		padding:0;
		margin:0;
	}
	#wrapper{
		overflow: hidden;
	}
	html {
		overflow-x: hidden;
		overflow-y: auto;
	}
	small
	{
		font-size: 11px;
	}
	
	html,
	body {
		height: 100%;
		#direction: rtl;
	}
	
	div.body {
		height: 100%;
		width: 100%;
	}
	
	img {
		height: auto;
		max-width: 100%;
	}
	
	.hidden { display: none; }
	.alignright { text-align: right; }
	.alignleft { text-align: left; }
	.aligncenter {
		text-align: center;
	}
	.clear {
		clear: both;
		display: block;
		font-size: 0;
		height: 0;
		line-height: 0;
		width:100%;
	}
	::-moz-selection  {
		color: #fff;
		text-shadow:none;
		background:#2B2E31;
	}
	::selection {
		color: #fff;
		text-shadow:none;
		background:#2B2E31;
	}
	*,
	*:after,
	*:before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		margin: 0;
	}
	a { 
		color: #3EB13D;
		padding: 0;
		margin: 0;
		text-decoration: none; 
		direction: rtl;
	}
	
	a:hover,
	a:focus {
	  text-decoration: none;
	  color:#2c3e50;
	}
	a img { 
		border: none; 
		vertical-align: bottom;
	}
	a.remove{
		display:block;
		height:18px;
		width:18px;
		margin:10px;
		padding-right:0 !important;
		text-indent:-9999px;
		background:url(images/remove.png) #01090C;
		border-radius:100px;
		border-style:solid;
		border-width:1px
	}

	h1,h2,h3,h4,h5,h6{ 
		letter-spacing:0px;
		font-weight:normal;
		position: relative;
		padding: 0 0 10px 0;         
		font-weight:600;
		font-family: mitra;
		line-height:140% !important;
		color:#2c3e50;
		margin: 0px;
		direction: rtl;
	}
	.thumb{
		display: inline-block;
	}
	.thumb:hover{
		opacity: 0.7;
	}
	.title{
		font-size: 22px;
		text-transform: uppercase;
		color: #00b8e1;
	}
	h1{
		font-size: 32px; 
	}
	
	h2{
		font-size: 28px; 	
	}
	
	h3{
		font-size: 24px; 
	}
	
	h4{
		font-size: 21px; 		
	}
	
	h5{
		font-size: 18px; 		
	}
	
	h6{
		font-size: 14px;  	
	}
	.uppercase{
		text-transform: uppercase;
	}
	p,
	pre,
	ul,
	ol,
	dl,
	dd,
	blockquote,
	address,
	table,
	fieldset,
	form
	{ margin-bottom: 20px;
	direction: rtl; }
	
	a img {
		border: none; 
	}
	
	ul,
	ol,
	dl { margin-right: 30px; }
	ul,
	ol,
	dl {
	  margin-bottom: 1.25em;
	  font-family: inherit;
	}
	ul, ol {
	  margin-right: 0;
	}
	ul.no-bullet, ol.no-bullet {
    	margin-right: 0;
	}
	ul li ul,
	ul li ol {
	  margin-right: 1.25em;
	  margin-bottom: 0;
	}
	ol li ul,
	ol li ol {
	  margin-right: 1.25em;
	  margin-bottom: 0;
	}
	dl dt {
	  margin-bottom: 0.3em;
	  font-weight: bold;
	}
	dl dd {
	  margin-bottom: 0.75em;
	}
	.lead {
		font-family: 'Droid Sans', Yekan, Helvetica, sans-serif !important;
		font-size:18px;
		margin:15px 0;
		padding:0;
	}
	
	section::before,
	section::after {
		position: absolute;
		content: '';
		pointer-post-wraps: none;
	}	
	.first {clear:both}
	.last{margin-left:0}
	
	audio,
	video {
		max-width: 100%;
		height: auto;
	}

	#soundcloud {
		margin-bottom:-5px !important;
	}
	iframe,
	embed,
	object {
		max-width: 100%;
	}
	
	.color{
		color: #00b8e1;
	}
	.color_custom{
		color: #e74c3c;
	}
	.bgcustom{
		background: #e74c3c !important;
		color: #fff;
	}
	
	.bgcolor{
		background-color: #2c3e50;
		padding: 40px 0px;
		color: #c9d5e1;
	}
	.whitebg{
		background: #fff;
		padding: 15px;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-bottom: 3px solid #e2e8ec;
	}
	.divider{
		clear: both;
		height: 60px;
	}
	hr {
		border-top-color: #d0d7dd;
	}
	.message{
		padding: 40px 0px ;
		color: #fff;
	}
	.big-message{
		padding: 40px 0px;
	}
	.message-white h2, .big-message h2{
		font-size: 26px;
		text-transform: uppercase;
	}
	.color_light{
		color: #3EB13D;
	}
	p{
		font-family:Yekan;
	}
/*	################################################################
	2. HEADER STYLES
################################################################# */
.topbar{
	border-top: 5px solid #1f2f3f;
	min-height: 90px;
	line-height: 50px;
	background: rgb(12,46,10);
}
.topbar .col-md-9{
	#background: #2c3e50;
}
.topbar.affix{
	z-index: 1000;
	width: 100%;
}
.gototop {
		background-image: url(../images/arrow.png);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-color:#111111;
		z-index: 999;
		width: 40px;
		height: 40px;
		border-radius:0;
		text-indent: -999px;
		position: fixed;
		bottom: -100px;
		left: 25px;
		cursor: pointer;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		-ms-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		overflow: auto;
	}
.gototop:hover{
	background-color:#00b8e1;
}
.navbar{
	margin: 0px;
	border: none;
}
.nav>li>a {
    padding: 10px 15px;
    font-size: 18px;
}
.nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus, 
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .nav li.active > a{
	background-color:#3EB13D;
	border: none;
	color: #fff;
}
.nav-tabs li.active > a, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus, .nav-tabs .open>a, .nav-tabs .open>a:hover, .nav-tabs .open>a:focus{
	background-color: #fff;
	color: #00b8e1;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-right: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    /*display: block;*/
}
.carousel{
	margin-bottom: 20px;
}
.carousel-caption{
	position: static !important;
	right: 0px;
	text-shadow: 0px 0px 0px #ccc;
	color: #6f808c;
	
}
.carousel-indicators .active{
	width: 15px;
	background-color: #bcccd8;
	height: 15px;
}
.carousel-indicators li{
	border-color: #bcccd8;
	width: 15px;
	height: 15px;
}
.carousel-indicators{
	width: 100%;
	bottom: -10px;
	right: 0px;
	margin: 0px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-right-color: #ccc;
    margin-top: 5px;
    margin-left: -10px;
}

.dropdown-submenu:hover>a:after {
    border-right-color: #fff;
}

.dropdown-submenu.pull-right {
    float: none;
}

.dropdown-submenu.pull-right>.dropdown-menu {
    right: -100%;
    margin-right: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-submenu, .dropdown-menu {
	background-color: #2c3e50;
}
.dropdown-menu>li>a, .dropdown-submenu>li>a{
	color: #fff;
}
.dropdown-menu, .dropdown-submenu{
	-webkit-border-radius: 6px 6px 6px 6px !important;
	-moz-border-radius: 6px 6px 6px !important;
	border-radius: 6px 6px 6px 6px !important;
	padding: 3px 4px;
}
.dropdown-submenu > .dropdown-menu{
	margin-right: 10px !important;
}
.dropdown-menu{
	margin-top: 18px !important;
}
.dropdown > .dropdown-menu:before{
	content: "";
	display: block;
	border-style: solid;
	border-width: 8px;
	border-color: transparent transparent #2c3e50 transparent;
	position: absolute;
	right: 19px;
	top: -16px;
}
.navbar-toggle{
	border: 1px solid #fff;
}
.navbar-toggle .icon-bar{
	background: #fff;
}
.navbar{
	#background: #2c3e50;
	z-index: 1000;
	min-height: 45px !important;
}
.logo h1{
	margin: 0px;
	padding: 0px;
}
.logo h1 a{
	font-size: 25px;
	color: #00b8e1;
}
	.navbar-collapse{
        margin-top:17px;
	}
 .feature{
    margin-top: 10px;
 }
@media (min-width: 768px){
	.navbar-nav>li>a {
		padding-top: 13px;
		padding-bottom: 12px;
		color: #fff;
	}
	.navbar-collapse{
		padding: 0px;
        margin-top:17px;
	}
}
.header-wrapper{
	padding: 10px 0px;
}
.top-info{
	display: inline-block;
	margin: 15px 0px;
	font-size: 12px;
}
.parallax{
		
		background-color: #f5f5f5;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center top;
		background-size: cover;
}
.overlay_dark{
	padding: 20px 0px;
	background: rgba(44, 62, 80, 0.7);
	color: #fff;
}
.overlay_dark h1{
	color: #fff;
}
.c_author{
	font-style: italic;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 40px;
}
.c_author a{
	color: #fff;
}
#carousel-testimonial{
	font-size: 16px;
}
.single-title h3{
	color: #fff;
	font-size: 32px;
	margin-top: 10px;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.breadcrumb {
	background: none;
	margin-top: 7px;
	margin-bottom: 0px;
}
.breadcrumb li a{
	color: #fff;
}
.top-wrapper{
	padding: 35px 0px;
	background-image: url(../images/01_bg.jpg);
}
.customer{
     
    
    background: transparent;
}
.customer ul li img{
    background: #fff;
}/*
.customer ul li a {
    opacity: 1 !important;
    }*/
.t-label{
	min-width: 120px;
	color: #a4b6c3;
}
.single-content{
	padding: 20px 0px;
}
.btn{
	padding: 10px 20px !important;
	border: none !important;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}

.btn-lg{
	font-size: 14px !important;
	padding: 15px 30px !important;
	}
.btn, a{
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.project-item{
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.readmore{
	margin-top:20px;
}
.btn{
	border-bottom: 3px solid rgb(12,42,10) !important;
	background-color: #3EB13D !important;
	color: #fff;
	font-weight: 500;
}
.btn:hover, .message .btn, .btn-dark{
	color: #fff;
	background-color: #2c3e50 !important;
	border-bottom: 3px solid #172432 !important;
}
.btn-dark:hover{
	border-bottom: 3px solid #009ec1 !important;
	background-color: #00b8e1 !important;
	color: #fff;
	font-weight: bold;
}
.grey{
	padding: 40px 0px;
	background: #e8ecef;
}
.message h2{
	color: #fff;
}
.btn-primary{
	background-color: #1abc9c !important;
	border-bottom-color: #16a085 !important;
}
.btn-success{
	background-color: #2ecc71 !important;
	border-bottom-color: #27ae60 !important;
}
.btn-info{
	background-color: #3498db !important;
	border-bottom-color: #2980b9 !important;
}
.btn-warning{
	background-color: #9b59b6 !important;
	border-bottom-color: #8e44ad !important;
}
.check-list{
	list-style: none;
}
.check-list li:before{
	content: "\e013";
	position: relative;
	top: -2px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 300;
	font-size: 7px;
	margin-left: 7px;
	color: #6f808c;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

blockquote{
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: none;
	border-bottom: 3px solid #2c3e50 !important;
	background-color: #34495e;
	color: #fff;
	font-style: italic;
	font-size: 14px;
}
.callout{
	overflow: hidden;
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: none;
	border-bottom: 3px solid #2c3e50 !important;
	background-color: #34495e;
	font-size: 24px;
	color: #c9d5e1;
}
.callout mark{
	background: none;
	color: #fff;
	font-weight: bold;
	font-family: 'Quicksand';
}
.callout .btn{
	background: #00b8e1;
	border: none !important;
}
.ratting .star{
	background: #2c3e50;
}
.tab-pane{
	background: #fff;
	border-radius: 0px 4px 4px 0px;
	border-bottom: 3px solid #e2e8ec;
	padding: 20px;
}
.nav-tabs, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li>a{
	border: none;
}
.nav-tabs>li>a{
	font-weight: bold;
	font-size: 12px;
	color: #7a8e9d;
}
.nav-tabs>li.active>a{
	color: #00b8e1;
}
.panel-default>.panel-heading{
	background: transparent;
	color: #fff;
	border: none; 
 
}
.panel-default>.panel-heading a:hover{
	color: #fff;
}
.panel-title{
	font-size: 14px;
	padding: 0px;
}
.panel-body{
	border: none;
	border-bottom:3px solid #e2e8ec;
}
.panel {
	border: none;
}
/**Footer**/
.footer-content{
	background: rgb(12,46,10);
	padding: 15px 0px 5px 0px;
}
 .footer-content{
	color: #c9d5e1;

}
.contact-info{
	color: #fff;
	 
	padding-bottom: 15px;
	min-height: 202px;
	
}
.contact-info i{
	margin-left: 5px;
	font-size: 18px
}
.contact-info p{
	margin-bottom: 5px;
	font-size: 14px
}
.contact-info p small{
	font-size:14px;
}
.footer-content h1, .footer-content h2, .footer-content h3, .footer-content h4, .footer-content h5, .footer-content h6, .footer-content .widget-title{
	color: #ccc;
}
 h3.widget-title, h3.widget-title:after{
	color: #3EB13D;
 }
.footer-content h3.widget-title,  h3.widget-title{
	font-size: 18px;
	font-family: "Yekan",Helvetica,Yekan,sans-serif !important;
	text-transform: uppercase;
	font-weight: 800;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.footer-content .widget-title:after,  h3.widget-title:after{
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 3px;
	background: #6a7f94;
	right: 0px;
	bottom: 0px;
	width: 100px
}
h3.widget-title:after{
	background: #3EB13D;
}
 h3.widget-title{
	color: #3EB13D;
 }
.copy-left{
	padding: 20px 0px;
	background: #f1f5f8;
	font-size: 12px;
	color: #2c3e50;
	direction: rtl;
	text-align: center;
}
/**Pricing**/
.pricing .name{
	padding: 20px 15px;
	background: #2c3e50;
}
.pricing .name h2{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.pricing ul{
	padding: 0px 15px;
	background: #fff;
	list-style: none;
	margin: 0px;
}
.pricing ul li{
	
	padding: 15px 0px;
	border-bottom: 1px solid #dae1e8;
}
.pricing .price-row{
	padding: 20px;
	background: #e7ecf0;
	font-size: 21px;
}
.price-footer{
	padding: 20px;
	background: #e7ecf0;
}
.pricing ul li:last-child{
	border: none;
}
.intro h4{
	color: #00b8e1;
}
.margin{
	clear: both;
	height: 40px;
}
.bgcolor h1{
	color: #fff;
}
/**Sectiob**/
.section-title{
	text-align: center;
	max-width: 300px;
	margin: 0px auto;
	margin-bottom: 30px;
	position: relative;
}
.section-title p{
	margin: 0px;
}
.title_border{
	margin-top: 15px;
	width: 100%;
	height: 1px;
	background: #d0d7dd;
}
.section-title:after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #3FB03C;
	position: absolute;
	top: 100%;
	right: 50%;
	margin-right: -25px;
}
.intro h2{
color: #3EB13D !important;
}
.section-title h2{
	color: #3EB13D;
	font-size: 26px;
	padding-bottom: 0px;
}
.parallax{
		
		display:block;
		color:#ffffff;
		background-color: #f5f5f5;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		
}
section.slider .slides li{
	#height: 500px;
}
.overlay,.overl{
	
	position: relative;
	width: 100%;
	margin: 0;
	z-index: 1;
	height: 100%;
}
.ccc{
background:#ccc;
}
.overl{
      background:#1E824C;
}
/**Slider**/
.slides li p{
	font-size: 18px;
}
.flex_caption1{
	position: absolute;
	z-index: 30;
	right: 0px;
	top: 320px;
	color: #fff;
}
.overlay .flex_caption1 .btn{
	background: #2c3e50 !important;
	border-bottom: 3px solid #172432 !important;
	margin-top: 20px;
}
.relative{
	position: relative;
	height: 500px;
}
.flex_caption1 h1{
	color: #fff;
	font-family: mitra;
background: rgba(0,0,0,0.7);
    padding: 10px;
    text-align: center;
}
.flexslider{
	overflow: hidden;
	margin-bottom: 40px;
}
.flex_caption1 h2{
	color: #fff;
	font-size: 26px;
}
.hr{
	margin-right: 0px;
	margin-left: 0px;
}
.flex-active-slide .flex_caption2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;															
}
.flex-active-slide .flex_caption1{
	opacity: 1;
}
.flex_caption2{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.post-media .flexslider{
	margin-bottom: 0px;
}
.dark{
	color: #c9d5e1;
	background: #1a2530;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe  {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/**Team**/
.team-head {
	overflow: hidden;
}
.team-des{
	padding: 15px 20px 20px 20px;
	background: #fff;
}
.team-head h5{
	color: #00b8e1;
	padding: 0px;
	margin: 0px;
	
}
.overflow{
	overflow: hidden;
}
.team-head small{
	font-size: 11px;
}
/**Widget**/
.popular {
	list-style: none;
}
.popular li{
	margin-bottom: 10px;
}
.popular li img{
	margin-left: 5px;
}
.popular li h2{
	font-size: 14px;
	color: #fff;
	padding: 0px;
	font-weight: 600;
	margin-bottom: 5px;
}
.popular li h2 a{
	color: #fff;
}
.popular li h2 a:hover{
	color: #00b8e1
}
.flickr{
	margin: -3px;
}
.flickr li{
	padding: 3px 1px;
	width: 84px;
}
.popular li p{
	margin: 0px;
	line-height: 14px;
}
.popular li small{
	font-size: 11px;
}
.widget{
	#margin-bottom: 40px;
}
.popular li:last-child, .widget ul{
	margin: 0px;
}
.widget p{
	line-height: 30px;
font-size:14px;
padding:0px 10px;
text-align:justify;
}
.inline-list {
	list-style: none;
}
.inline-list li{
	display: inline-block;
}
.clients img{
	background: #eaeff3;
	border: 1px solid #d0d7dd;
}
.clients li{
	margin: 5px;
	padding: 10px;
}
@media (max-width: 1024px) {

	.slides li{
		#height: 420px;
	}

	.relative{
		position: relative;
		height: 420px;
	}
	.flex_caption1{
		top: 210px;
	}
}
@media (max-width: 768px) {
	.header-wrapper{
		text-align: center;
	}
	.post-des{
		padding-right: 0px !important;
	}
	.img-wrap img{
		width: 100%;
	}
	.header-wrapper .alignleft{
		text-align: center;
	}
	.slides li{
		#height: 320px;
	}
	.post-media .slides li{
		height: auto;
	}
	.relative{
		position: relative;
		height: 500px;
	}
	.flex_caption1{
		top: 30px;
		width: 100%;
		text-align: center;
		transform:scale(0.8);
		-moz-transform:scale(0.8);
		-webkit-transform:scale(0.8);
	}
}
/**Portfolio **/
.img-wrap{
	position: relative;
}
.project-item, .team{
	margin-bottom: 30px;
}
.project-item a{
	color: #fff;
}
.project-item a:hover{
	color: #fff;
}
.portfolio-filter ul{
	list-style: none;
}
.portfolio-filter ul li{
	display: inline-block;
}

.portfolio-filter ul li a{
	
}
.img-wrap .hover-box{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(62, 177, 61, 0.8);
	color: #fff;
	top: 0px;
	right: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform: scale(0);
	-webkit-transform: scale(0);
	opacity: 0;
}
.img-wrap:hover .hover-box{
	-webkit-transform: scale(1);
	opacity: 1;
}
.img-wrap .hover-box i{
	font-size: 40px;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -20px;
	margin-right: -20px;
}
.img-wrap .hover-box .p-caption{
	width: 100%;
	bottom: 10%;
	position: absolute;
	right: 0px;
}
.img-wrap .hover-box .p-caption h5{
	color: #fff;
	margin: 0px;
	padding: 0px;
}
.img-wrap .hover-box  small{
	font-size: 11px;
}
/*Team Social*/
.socials a{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #d0d7dd;
	color: #fff;
	line-height: 30px;
	text-align: center;
	opacity: 0.7
}
.socials a:hover{
	color: #fff;
	opacity: 1;
}
.follow {
	margin: 0px -10px;
}
.follow a{
	display: inline-block;
	font-size: 20px;
	margin: 0px 10px;
	color: #fff;
}
.follow a:hover{
	color: #00b8e1;
}
/*Service*/
.service .icon {
	width: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	height: 40px;
	font-size: 25px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #00b8e1;
}
.service2{
	margin-bottom: 20px;
}
.service2 .icon{
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 60px;
	text-align:center;
	margin: 0 auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-bottom: 10px;
	color: #fff;
	background: #00b8e1;
}
.dotted{
	display: inline-block;
	height: 1px;
	width: 50%;
	border-top: 1px dashed #2c3e50;
}
.service h3{
	color: #00b8e1;
}
.service-ct{
	padding-right: 45px;
}
.skill{
	margin-bottom: 20px;
}
.percent{
	display: block;
	letter-spacing: -3px;
	padding: 0px;
	line-height: 120px !important;
	font-weight: bold;
	position: absolute;
	text-align: center;
	top: -3px;
	color: #00b8e1;
	width: 90%;
	z-index: 10;
}
.skill h4{
	font-size: 14px;
	padding-bottom: 0px;
}
.skill small{
	font-size: 11px;
}

.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
.contact-box{
	font-size: 12px;
    direction: ltr;
}

.icon-square{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	background: #00b8e1;
	margin-bottom: 15px;
}
.form-control{
	min-height: 40px;
	background: #ebeff2;
	border: 2px solid #d0d7dd;
	margin-bottom: 20px;
	box-shadow: 0px 0px 0px #ccc;
	border-radius: 3px;
}
textarea.form-control{
	min-height: 110px;
}
.map-wrap{
	border: 2px solid #d0d7dd;
	border-radius: 3px;
}

.input-label{
	color: #2c3e50;
}
.form-control:focus{
	outline: none;
	background: #fff;
	-webkit-box-shadow: 0px 0px 0px #ccc;
	border-color: #00b8e1;
}
/*Article*/
.post-style {
	width: 70px;
	float: right;
}
.post-des{
	padding-right: 85px;
}
.post-content{
	line-height: 35px;
	direction: rtl;
    color: #444;
}
.post-format{
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	background: #3EB13D;
}
.post-time{
	padding: 10px 5px;
	text-align: center;
	color: #444;
	text-transform: uppercase;
	font-weight: 500;
	background: #e4ebf0;
}
.post-media{
	margin-bottom: 15px;
	
}
.post-title a {
	font-size: 20px;
}
.post-author{
	font-size: 14px
}
.post-meta{
	font-size: 12px;
	color: #5e5e5e;
	direction: rtl;
}
.after-title{
	height: 1px;
	background: #d0d7dd;
	width: 100%;
	position: relative;
	margin: 15px 0px;
	clear: both;
       float: right;
}
.after-title:after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #3EB13D;
	position: absolute;
	top: 100%;
	right: 0px;
}
#carousel li{
    margin: 5px;
}
.slider_option{
    position: absolute;
    float: right;
     margin: 100px ;
    
    padding: 10px 20px;
    background: rgba(0,0,0,0.8);
    color: #fff;
}
.post-media .flex-direction-nav a, .post-media .flexslider:hover .flex-direction-nav a{
	#width: 25px;
	#height: 30px;
	text-indent: 0px;
	color: #fff;
	#background: rgba(0, 0, 0, 0.9);
	text-align: center;
	line-height: 30px;
	right: 15px;
	bottom: 15px;
	#top: auto;
	opacity: 0.7 !important;
}
.post-media .flexslider .flex-direction-nav a:hover{opacity: 1 !important}
.post-media .flex-direction-nav .flex-next, .post-media .flexslider:hover .flex-direction-nav .flex-next{
	right: 93%;
}
.widget_categories li {
	list-style: none;
	padding: 10px 0px;
	border-bottom: 1px solid #d0d7dd;
	direction: rtl;
}

.widget_categories li a{
	font-size: 12px;
	color: #72818c;
	font-weight: bold;
	list-style: none;
	
}
.widget_categories li a:hover, .sidebar .popular li h2 a:hover{
	color: #3EB13D;
}
.widget_categories li:before{
	margin-left: 5px;
	display: inline-block;
	content: "\f104";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.margin-bottom{
	margin-bottom: 30px;
}
.sidebar .popular li h2 a{
	color: #72818c;
	font-size: 14px;
}
.tagcloud {
	margin: -2px;
}

.tagcloud a, .portfolio-filter ul li a{
	display: inline-block;
	margin: 0 2px 5px 0;
	padding: 8px 18px;
	color: #7e8d9b;
	#font-weight: bold;
	font-size: 13px !important;
	border-radius: 4px;
	background: #d5dde4;
}
.project-detail span{
	color: #000;
	display: block;
	margin-bottom: 10px;
}
.project-detail span strong{
	color: #1f2f3f;
}
.tagcloud a:hover, .portfolio-filter ul li a:hover, .portfolio-filter ul li a.active{
	color: #fff;
	background: #3eb13d;
}
/**Comments**/
.comment-title h3{
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 0px;
}
.comment-list, .child{
	list-style: none;
}
.child{
	margin-right: 30px;
	border-right: 1px solid #d0d7dd;
}
.child > li{
	padding-right: 30px;
	position: relative;
	
}
.child > li:before{
	content: "";
	border-bottom: 1px solid #d0d7dd;
	position: absolute;
	width: 20px;
	right: 0px;
	top: 40px;
}
.comment{
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-bottom: 3px solid #e2e8ec;
	margin-bottom: 20px;
	padding: 15px;
}
.comment .avatar{
	float: right;
	margin-left: 10px;
}
.comment-author, .comment-author a{
	font-size: 16px;
	color: #3EB13D;
}
.comment-reply a{
	font-weight: bold;
	font-size: 12px;
}
.comment-author small{
	font-size: 11px;
}
.comment-content{
	font-size: 13px;
}
.comment-heading{
	margin-bottom: 10px;
	overflow: hidden;
}
.pager li>a{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0px;
	width: 38px;
	height: 33px;
	border: none;
	opacity: 1;
	background: url(images/page_prev.png);
}
.pager li>a:hover{
	opacity: 0.8;
}
.pager li.next>a{
	background: url(images/page_next.png);
}
/**Shop Style**/
.product-item .product-title{
	font-size: 12px;
	color: #6f808c;
}
.product-item{
	margin-bottom: 30px;
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-bottom: 3px solid #e2e8ec;
}
.hover-box a, .hover-box a:hover{
	color: #fff;
}
.product-info{
	padding: 20px;
}
.price{
	display: block;
	font-family: "Quicksand";
	font-weight: bold;
	margin-bottom: 10px;
}
.price del span{
	font-size: 13px;
	color: #a9bbc8;
}
.price ins{
	text-decoration: none;
}
.price ins span{
	font-size: 16px;
	color: #3EB13D;
}

.rating {
		list-style: none;
		margin:0 auto;
		display:inline-block;
		padding:0;
		position: relative;
		width: 65px;
		position: relative;
		height: 20px;
		margin-bottom: 5px;
	}

	.rating li {
		margin:0 1px 0 0;
		padding:0;
		float: right !important;
		width: 100%;
		height: 20px;
		width: 100%;
	}
	.rating li{
		margin: 0px;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.rating i.star-on {
		
		height:20px;
		display: block;
		position: absolute;
		top: 0px; 
		right: 0px;
		overflow: hidden;
	}
	.rating i.star-on:before{
		content: "\f005\f005\f005\f005\f005";
		font-family: 'FontAwesome';
		overflow: hidden;
	}
	.rating i.star-off:before{
		content: "\f006\f006\f006\f006\f006";
		font-family: 'FontAwesome';
	}
	.rating i.star-off {
		
		height:20px;
		display: block;
	}
	.thumbnails{
		margin: 5px -5px;
	}
	.thumbnails .entry  {
		display: inline-block;
		float: right;
		margin: 5px;
	}
	.cart .quantity {
		display: inline-block;
		position: relative;
		height: 35px;
		width: 60px;
	}
	.cart .quantity input[type="number"]{
		width: 60px;
		height: 35px;
		text-align: center;
	}
	.product-price {
		padding: 10px 0px;
		border-top: 1px solid #d0d7dd;
		margin-bottom: 15px;
		margin-top: 15px;
		border-bottom: 1px solid #d0d7dd;
	}
	.product-price .price {
		line-height: 40px;
		margin-bottom: 0px;
	}
	.product-price form{
		margin: 0px;
	}
	.product-title .product_meta{
		font-size: 11px;
	}
	.product-title h1{
		font-size: 22px;
	}
	#commingsoon input{
		max-width: 400px;
		float: none;
		display: inline-block;
	}
	#commingsoon{
		background: #e8ecef;
	}
	.big-quote p{
		font-size: 21px;
		font-weight: bold;
	}
/**TimeLine**/
.timeline{
	position: relative;
}
.timeline-col{
	position: absolute;
	width: 2px;
	background: #c6d2db;
	height: 100%;
	top: 0px;
	right: 50%;
	margin-right: -1px;
}
.timeline article{
	padding: 15px;
	border-radius: 4px;
	border-bottom: 3px solid #e2e8ec;
	background: #fff;
	font-size: 13px;
	position: relative;
}
.timeline article h5{
	font-size: 16px;
}
.timeline .right{
	
	clear: right;
	padding-left: 30px;
}
.timeline .right article:after{
	content: "";
	position:absolute;
	right: 100%;
	top: 30px;
	width: 18px;
	height: 23px;
	background: url(images/timeline_arrow.png) no-repeat top right;
}
.timeline .left article:after{
	content: "";
	position:absolute;
	left: 100%;
	top: 30px;
	width: 18px;
	height: 23px;
	background: url(images/timeline_arrowleft.png) no-repeat top right;
}
.timeline .right:after, .timeline .left:after{
	content: "";
	position:absolute;
	right: 100%;
	top: 30px;
	width: 18px;
	height: 18px;
	background: url(images/timeline_circle.png) no-repeat top right;
	margin-right: -9px;
	margin-top: -9px;
}
.timeline .left:after{
	right: auto;
	left: 100%;
	margin-right: 0px;
	margin-left: -9px;
}
.timeline .left{
	margin-top: 40px;
	padding-right: 30px;
}
.timeline .year {
	position: relative;
	clear: both;
}
.timeline .year h5{
	display: inline-block;
	padding: 5px;
	background: #f1f5f8;
	margin-top: 30px;
	margin-bottom: 15px;
}
.timeline .year:before{
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #c6d2db;
	top: 0px;
	right: 50%;
	margin-right: -9px;
	margin-top: -9px;
}
#tag_cloud-2{
    margin-top: 50px;
}
/**End**/
.social li {
    display: inline-block!important;
    margin: 0 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 20px;
    border: 1px solid #3EB13D;
    padding:5px 10px;
}
 .blog-search {
    height: 36px;
    width: 100%;
    position: relative;
    margin-top: -20px;
    margin-bottom: 7px;
}
.blog-search input {
    right: 0;
    width: 100%;
    padding: 0 9px 0 0;
    background: #3EB13D;
    border: none;
    font-size: 16px;
    font-weight: 400;
      color: #fff !important;
}
.blog-search button:hover {
    color: #fff;
    background: rgb(12,46,10);
}
.blog-search button {
    left: 0;
    width: 35px;
    border: 0;
    padding: 0;
    background: 0 0;
}
.blog-search button, .blog-search input {
    height: 100%;
    position: absolute;
    margin: 0;
    color: #fff !important;
    top: 0;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.popular li a{
    color: #444;
}
.popular li a:hover{
   color: green; 
}
.slid-carsoul li{
    width: 150px !important;
   margin-left: 13px; 
   display: block !important;
   float: right;  
}
.copy-left .aa{color: #f1f5f8;}
#about-wrapper table{
    border: 1px solid #ccc;
}

.tabs-right {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #fff;
	text-align: right;
	direction: rtl;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
	margin-top: 10px;
  }
  
  .pro_info {
	padding: 20px 20px 10px;
	direction: rtl;
	text-align: right;
  }
  
  .pro_info p {
	font-size: 12px;
  }
  
  .tabs-right ul {
	display: inline-block;
	width: 100%;
  }
  
  .menu-profile {
	display: block;
	margin-bottom: 0;
	padding-right: 0;
	list-style: none;
  }
  
  .tabs-right ul li {
	float: right;
	width: 100%;
	border-bottom: 1px solid #eee;
  }
  
  .tabs-right ul li.active a {
	border: 0;
	border-top: 1px solid #eee;
	color: #5b9bd1;
	background-color: #f6f9fb;
	border-right: 2px solid #5b9bd1;
	margin-right: -2px;
  }
  
  .tabs-right ul li a {
	color: #666;
	font-size: 15px;
	margin-right: 0px;
	padding-right: 13px;
	border: 0;
	text-decoration: none;
	width: 100%;
	padding: 15px;
	float: right;
  }
  
  .tabs-right ul li a i {
	padding-left: 10px;
  }
  #rows_Tools td{
	  font-size: 14px;
  }
  .arial{
	font-family: 'tahoma';
	font-size: 13px;
}
  .menu-profile li:last-child {
	border-bottom: none;
  }
  
  .dashboard .tab-pane {
	border: 1px solid #eee;
	border-radius: 5px;
	direction: rtl;
	float: right;
	width: 100%;
	padding: 10px;
	background: #fff;
	display: none;
  }
  
  .dashboard .tab-pane.active {
	display: block;
  }
  
  .profile-title {
	border-bottom: 1px solid #eeeeee;
	padding: 10px;
	font-size: 16px;
	padding: 5px 15px 10px;
	color: #f36371 !important;
	float: right;
	width: 100%;
  }
  
  .list-group-item {
	border: none;
	width: 50%;
	float: right;
  }
  
  #collapseOne .list-group-item {
	width: 100%;
  }
  
  .dashboard .tab-content {
	padding: 0px;
	background: transparent;
	margin-top: 10px;
	float: right;
	width: 100%;
  }
  
  .dashboard input,
  .dashboard select {
	margin-bottom: 10px;
  }

  .loginError {
	padding: 0;
	color: #a94442;
	height: 20px;
  }
  
  


  
#login_nav,
#user_profile {
    #border: 1px solid #ddd;
    #margin: 10px auto;
    width: 100%;
    # float: right;
    height: auto;
}

#reg_nav {
    background: #fff;
    border: 1px solid #ddd;
    margin: 20px 0px;
    padding: 20px;
    width: 100%;
    float: right;
    height: auto;
}

#scroll_navigation1,
#scroll_navigation2,
#scroll_navigation3 {
    width: 100%;
    height: 155px;
    float: right;
    overflow-y: auto!important;
}

#user_profile {
    border: 0;
    background: none
}

#nav_user_profile_title,
#nav_user_pro_title,
#nav_user_pro_in_t,
#nav_user_pro_in_row {
    width: 100%;
    float: right;
    background: #5f5f5f
}

#nav_user_pro_in_t {
    margin-top: 10px;
    background: #eee
}

#nav_user_pro_title {
    background: #c5eff7
}

#nav_user_pro_in_row {
    background: #fff;
    border-bottom: 1px solid #e9edf0
}

.nav_user_pro_in_td {
    width: 120px;
    height: 100%;
    float: right;
    font: 13px Yekan;
    color: #000;
    text-align: center;
    direction: rtl;
    border-left: 1px solid #aee3ed;
    line-height: 30px;
    cursor: pointer;
    background: transparent;
    padding: 10px;
}

.nav_user_pro_in_td:hover {
    background: #3498db;
    color: #fff
}

#nav_user_pro_in_row_td,
#nav_user_pro_in_row_td1,
#nav_user_pro_in_row_td2,
#nav_user_pro_in_row_td3,
#nav_user_pro_in_row_td4,
.nav_user_pro_in_row_td5 {
    float: right;
    font: 13px Yekan;
    color: #000;
    text-align: center;
    direction: rtl;
    padding: 5px;
    line-height: 30px
}

#nav_user_pro_in_row_td1 {
    width: 40px
}

#nav_user_pro_in_row_td2 {
    width: 120px
}

#nav_user_pro_in_row_td3 {
    width: 100px
}

#nav_user_pro_in_row_td4 {
    width: 215px;
}

#save_btm {
    float: left;
    margin: .3px 0;
    cursor: pointer;
    display: block;
    width: 111px;
    height: 29px;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    background-color: #22A7F0;
    font-size: 12px;
    font-family: "Yekan";
    text-align: center;
    color: #fff;
    line-height: 29px
}

#save_btm:hover {
    background-color: #3498DB;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.nav_user_pro_in_row_td5 {
    width: 110px;
    border: 0;
    outline: 0;
    background: transparent
}

#factor_state_new,
#factor_state_proc,
#factor_state_send {
    padding: 1px 5px 2px;
    margin: 3px auto;
    background: #ff9d9d;
    font-size: 13px ;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    height: 20px;
    line-height: 20px
}

#factor_state_proc {
    background: #f7ca18
}

#factor_state_send {
    background: #1bbc9b
}

#nav_user_title,
#nav_user_title_name {
    height: 100%;
    float: right;
    font: 14px Yekan;
    color: #fff;
    direction: rtl;
    text-align: right;
    padding: 10px 20px;
    line-height: 27px;
    border-left: 1px solid #999;
}

.edite_profile,
.edite_pass {
    display: none
}

.full_wishlist {
    display: none;
}

#nav_user_title_name {
    cursor: pointer;
    float: left;
    min-width: 35px;
    text-align: center;
    border-right: 1px solid #999
}

#user_profile_nav_in {
    width: 100%;
    float: right;
    margin: 10px 0;
    background: #fff
}











#login,
#recover {
    float: right;
    padding-bottom: 15px
}

#login a {
    text-decoration: none;
    list-style-type: none
}

#logina {
	background: #fff;
    color: #EEE;
    width: 100%;
    min-height: 380px;
    padding: 15px 27px;
    border: 1px solid #eee;
    margin: 25px 0px;
}

.utitle,
.register_title {
    width: 70px;
    float: right;
    margin-top: 50px;
    margin-bottom: 15px;
    background: url("../../../templates/default/css/Images/nav-user.svg") right center no-repeat;
    font-family: "IranSans";
    font-size: 22px;
    color: #000;
    height: 25px;
    line-height: 25px
}

.register_title {
    width: 90px;
    background: url("../../../templates/default/css/Images/nav-user.svg") right center no-repeat
}

.register_top_txt {
    color: #444;
    float: right;
    font: 12px "IranSans";
    margin: 5px 0px 20px auto;
    padding-right: 10px;
    text-align: right;
    width: 600px;
    height: 32px;
    line-height: 32px
}

#after_login {
    width: 350px;
    height: 30px;
    float: left
}

#view_comment,
.edite_comment {
    width: 15px;
    height: 15px;
    float: right;
    cursor: pointer;
    background: url("../Images/view.png");
    margin: 8px 35px 5px 5px
}

.edite_comment {
    background: url("../Images/Edite.png");
    margin: 8px 0 5px 5px
}

.input_username {
    width: 100%;
    height: 40px;
    font: 12px Tahoma;
    color: #333;
    outline: 0;
    text-align: right;
    float: right;
    border: 1px solid #ddd;
    padding: 0 4px;
    margin: 5px 0 0;
    background: #f6f6f6
}

#password_n {
    text-align: right;
    outline: 0
}

#login_btm {
    float: right;
    margin: 20px 2px 13px 0;
    border: none;
    cursor: pointer;
    display: block;
    height: 29px;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    font-size: 12px;
    font-family: "Yekan";
    text-align: center;
    height: 29px;
    line-height: 26px;
    border-radius: 2px;
    background-color: #010101;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    padding: 2px 22px 12px;
    text-transform: uppercase;
    transition: background 0.5s ease-out 0s;
}


#login_btm:hover {
    opacity: .6;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s
}
.flipLink,
#register_btm {
    float: right;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
    font-weight: 400;
    text-transform: uppercase;
    transition: background 0.5s ease-out 0s;
}
.flipLink:hover,
#register_btm:hover {
    opacity: .6;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s
}
#register_btm {
    margin-right: 0
}
.login_nlink:link,
.login_nlink:visited,
.login_nlink {
    font: inherit;
    padding: 5px;
    color: #010101;
    cursor: pointer;
    float: right;
    text-decoration: none;
    clear: right;
    margin: 15px 0;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -o-transition: .4s all;
    opacity: .8
}
.login_nlink:hover {
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -o-transition: .4s all;
    opacity: .6
}
#sub_login,
#sub_login_forget {
    width: 100%;
    float: right;
    padding-right: 35px;
    clear: right;
    text-align: right;
}
#sub_login a,
#sub_login_forget a {
    text-decoration: none
}
#sub_login h3,
#sub_login_forget h3 {
    /* border-bottom: 1px solid #3C3B3B;
    color: #eee;
    font: 14px Tahoma;
    direction: rtl;
    font-weight: normal;
    padding: 7px*/
}
#sub_login h4,
#sub_login_forget h4,
#welcome,
#gift {
    width: 98%;
    float: right;
    color: #eee;
    font: bold 12px Tahoma;
    text-align: right;
    direction: rtl;
    padding: 5px
}
#sub_login_forget {
    margin: 0 auto;
    float: none
}
.mrgT20 {
	margin-top: 20px !important;
  }
.login_txt {
    width: 100%;
    height: 25px;
    float: right; 
    color: #888;
    text-align: right;
    direction: rtl;
    margin: 5px 0 0;
    line-height: 25px
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f6f6f6 inset
}
#register_txt {
    width: 100%;
    height: 32px;
    float: right;
    color: #000;
    margin-top: 90px;
    font: 20px 'Iransans';
    text-align: center;
    direction: rtl
}
#gift {
    font: 15px BNazanin
}
#login_register {
    margin-right: 15px;
    color: #555
}
.link_login:link,
.link_login:visited,
.link_login {
    width: 50px;
    height: 20px;
    clear: right;
    float: right;
    padding: 5px 10px;
    text-decoration: none;
    color: red;
    cursor: pointer;
    font: 12px Tahoma;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -o-transition: .4s all
}
.link_login:hover {
    color: #F9AD0C
}
#register {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #CFCD03;
    float: left;
    margin: 40px 0;
    min-height: 520px;
    width: 740px
}
#register_content {
    width: 880px;
    float: right;
    margin: 10px 60px
}
.register_top,
.register_top_forget {
    font: 18px 'Iransans';
    color: #000;
    float: right;
    width: 200px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    padding-right: 30px;
    background: url("../../../templates/default/css/Images/nav-user.svg") right center no-repeat;
    margin: 30px 60px 20px auto
}
.register_top_forget {
    margin: 30px 140px 20px auto
}
.login_row {
    width: 425px;
    height: 33px;
    margin: 10px 0;
    float: right
}
.login_row_txt_n {
    width: 100px;
    height: inherit;
    font: 12px Shabnam;
    color: #888;
    direction: rtl;
    float: right;
    margin-right: 40px
}
.login_row_txt_n a,
.login_row_txt_n a:visited,
.login_row_txt_n a:hover {
    color: #8076F5;
    text-decoration: none
}
.input_register {
    width: 190px;
    height: 30px;
    font: 12px IranSans;
    color: #333;
    outline: 0;
    text-align: right;
    float: right;
    border: 1px solid #ddd;
    padding: 0 4px;
    margin: 0;
    background: #f6f6f6;
    direction: rtl;
}
#register_img_captcha,
#forget_password_img_captcha {
    float: right;
    margin-right: 5px
}
#register_refresh,
#forget_password_refresh {
    width: 25px;
    height: 25px;
    #background: url("../Images/refresh_chapcha.png") no-repeat center;
    float: right;
    margin-right: 5px;
    cursor: pointer
}
#register_save,
#forget_password_btm,
#register_continue {
    width: 111px;
    cursor: pointer;
    float: right;
    margin: 10px 0px 25px 10px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 29px;
    border-radius: 2px
}
#forget_password_btm {
    margin: 10px 140px 25px 10px
}
#register_save:hover,
#forget_password_btm:hover {
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -o-transition: .4s all
}
#register_continue {
    margin-right: 0;
    background-color: #010101
}
#register_continue:hover {
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -o-transition: .4s all
}
#register_error,
#forget_password_error {
    float: right;
    margin: 20px 5px;
    text-align: right;
    color: #D91E18;
    direction: rtl;
    font: 16px "Yekan"
}
#forget_password_error {
    margin: 0 140px 10px 30px
}
#forget_password {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #CFCD03;
    float: left;
    margin: 40px 150px;
    min-height: 250px;
    width: 380px
}
#err{
	color: red;
	margin-top: 20px;
}
/*
#rows_Toolsprj{
	height: 198px;
    overflow-y: scroll;
    display: block;
    width: 100%;
}
.table-responsive  tr{ 
    display: block;
    
}*/
.nav_selection{
	position: absolute;
    z-index: 10;
    width: 88%;
    height: 150px;
    overflow-y: scroll;
    background: white;
    border: 1px solid #eee;
    padding: 7px;
	margin-top: -9px;
	display: none;
}
.nav_selection ul li{
	cursor: pointer;
}
section.slider {display: inline-block;margin-top: -60px;z-index: 10;}
.topbar{z-index:999;position:relative;}
.topbar.affix {
    position: fixed;
}