﻿@font-face {
  font-family: 'IRANSans-web';
    src: url('../fonts/IRANSansWeb(FaNum).eot');
  src: url('../fonts/IRANSansWeb(FaNum).eot?#iefix') format('eot'),  /* IE6–8 */
     url('../fonts/IRANSansWeb(FaNum).woff2') format('woff2'),  /* Chrome36+, Opera24+*/
     url('../fonts/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url('../fonts/IRANSansWeb(FaNum).ttf') format('ttf');  
  font-weight: normal;
}
@font-face {
  font-family: 'IRANSans-web';
    src: url('../fonts/IRANSansWeb(FaNum)_Medium.eot');
  src: url('../fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('eot'),  /* IE6–8 */
     url('../fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
     url('../fonts/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url('../fonts/IRANSansWeb(FaNum)_Medium.ttf') format('ttf');  
  font-weight: bold;
}
body {
    direction: rtl;
    font-family: IRANSans-web,Tahoma;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;    
  font-weight: 500;
  margin: 0;
  -webkit-font-smoothing: antialiased;
	color: #585858;
	background-color: #fff;
}

.h4, h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
table {
	width:100%;
}
.error {
	position: absolute;
	top: 67%;
	background-color: rgba(245, 202, 202, 0.9);
	color: rgb(239, 29, 13);
	padding: 3px 5px;
	right: 3px;
	border-radius: 2px;
}
.required-input::after {
	font-size: 1.3em;
	line-height: .39em;
	content: "*";
	color: #a94442;
}
.input-group-addon:last-child {
	border-left-color: #ccc;
}
.box {
	position: relative;
	border-radius: 3px;
	background: #ffffff;
	border-top: 3px solid #d2d6de;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box.box-primary {
	border-top-color: #3c8dbc;
}
.box-header {
	color: #444;
	display: block;
	padding: 10px;
	position: relative;
}
.box-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 10px;
}
.box-footer {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top: 1px solid #f4f4f4;
	padding: 10px;
	background-color: #fff;
}
    .btn-file {
        position: relative;
        overflow: hidden;
    }
    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
.preBtn {
	float: left;
	margin-left: 10px;
}

.ajax__fileupload_fileItemInfo {
	padding-right: 15px;
	text-align: left;
	direction: ltr;
}
.boldText {
	font-weight: bold;
	font-size: 1.1em;
	color: #837e7e;
}

.waitdiv {
	z-index: 999;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}
.waitbox {
	z-index: 1000;
	display: block;
	text-align: center;
	position: fixed;
	background: #fff;
	padding: 20px 25px;
	border-radius: 3px;
	margin: 0 auto;
	top: 35%;
	right: 45%;
}
.result {
	padding: 5px 15px;
}
.bg-blue-active {
    background-color: #005384 !important;
    color: #fff !important;
}
.bg-blue {
    background-color: #0073b7 !important;
    color: #fff !important;
}
.ratingtool {
	float: right;
	padding: 7px;
}
.ratingStar {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 12px;
    margin: 0;
    padding: 0;
    width: 13px;
   
}
.filledRatingStar {
    background-image: url("../img/FilledStar.png");
}
.emptyRatingStar {
    background-image: url("../img/EmptyStar.png");
}
.savedRatingStar {
    background-image: url("../img/SavedStar.png");
}
.BlogListText h4{   
	text-align: right;	
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
 height: 100%;}


input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }


figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out 0.3s ease;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #374249; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #374249; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 28px; }

h2, .h2 {
  font-size: 23px; }

h3, .h3 {
  font-size: 18px; }

h4, .h4 {
  font-size: 11px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

h1, .h1 {
  line-height: 33px; }

h2, .h2 {
  line-height: 28px; }

h3, .h3 {
  line-height: 23px; }

h4, .h4 {
  line-height: 20px;}

h4.an-small-title, .an-sidebar-search h4, .an-listing-search-content h4 {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #a4adb3; }
  h4.an-small-title.light-color, .an-sidebar-search h4.light-color, .an-listing-search-content h4.light-color {
    color: #a6a6a6; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 20px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right, .an-range-slider.alter .range-value input, .an-location-search-field .submit-btn, .an-sidebar-search h4, .an-blog-single .content h3, .an-blog-post h3 {
  text-align: right; }

.text-center, .an-range-slider.alter .range-value, .home-banner-content, .an-testimonial, .widget-author .listing-meta, .an-agency-single.an-agent-single .listing-meta, .an-sidebar-search .reset-filter, .an-listing-search-content .an-search-show-more > a, .an-post-title .listing-meta, .an-login-register-content .content, .an-contact-us-content .address-single i, .an-pricing-table-single, .an-pricing-table-single .price-header, .an-pricing-table-single .feature-lists {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, h4.an-small-title, .an-sidebar-search h4, .an-listing-search-content h4, .initialism, .an-pagination .an-paganation-list li a, .an-badge, .home-banner-content .details h2, .an-exchange .exchange-rate > h4, .widget-opening-hours h4, .an-comment-single h5 a, .an-login-register-content p.subtitle-404, .an-login-register-content h4, .an-pricing-table-single .price-header p {
  text-transform: uppercase; }

.text-capitalize, .an-category-single .category-content ul li a {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .an-pricing-table-single .feature-lists {
  padding-left: 0;
  list-style: none; }

.list-inline, .an-category-list-link, .an-social-icons {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li, .an-category-list-link > li, .an-social-icons > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 24px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

#header {
    position: fixed;
    top: 0;
    right: 0;
   left:auto;
    background-image: url('../img/header_bg.jpg');
}

.header-social > ul {
	float: right;
}
.header-social > ul > li > a > i {
	position: relative;
	top: 7px;
	font-size: 16px;
}
#header h1,#header .header-branding > a {
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	color: #fff;
	font-size: 20px;
	font-weight: 800;
}
#wrapper {
	margin-right: 25%;
	margin-left: 0;
}
.owl-carousel .owl-stage-outer {
	max-height: 80vh;
}
.header-panel-toggle {	
	left: 34px;
	right: auto;
}
.header-contact .ico {
	position: absolute;
	top: 1px;
	right: 0;
	font-size: 20px;
	left: auto;
}
.header-contact .item-inner {
	position: relative;
	padding-left: 0;
	padding-right: 30px;
}
.header-contact dl > dt {
	display: inline-block;
	clear: right;
	float: right;
	width: 40%;
	font-weight: bold;
}
@media (max-width: 1199px) {
    #header {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
    }
    #wrapper {
	margin-right: 0;
}

}
@media (max-width: 991px) {
    .header-panel-toggle {
	left: auto;
	right: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
    .owl-carousel .owl-stage-outer {
	max-height: 180px;
}
}

.section-button-holder .c-button {
	float: left;
}
@media (max-width: 1199px) {
    .section-button-holder .c-button {
	float: none;
	margin: 0;
}
}
.various-content h2 {
    padding-right:15px;
	padding-left: 0;
}
.various-content h1::before, .various-content h2::before {	
	right: 0;
	left: auto;
}
.various-content h2 em {
	color: #585858;
	font-size: 12px;
}
.c-service .service-image {
	margin: 0 auto 2px auto;	
}
.c-service {
	margin: 0 auto 24px auto;
	 float: none; 
	 max-width: none; 
	text-align: center;
}
.c-testimonial.m-has-portrait .testimonial-inner {
	padding-right: 180px;
	min-height: 150px;
	padding-left: 0;
}
.c-testimonial .testimonial-portrait {
	position: absolute;
	top: 0;
	left: auto;
	padding: 5px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	right: 0;
}
.c-testimonial blockquote p {
	margin: 0;
	font-size: 1.1em;
	font-style: normal;
	text-align: justify;
}
.footer-menu {
	float: left;
	width: 50%;
	text-align: left;
}
.footer-bottom {
	font-size: 0.875em;
	border-top: 1px solid #e1e1e1;
	padding-top: 15px;
	padding-bottom: 5px;
}
.various-content .c-accordion .accordion-title::before, .c-accordion .accordion-title::before {
	color: #ff007c;
	left: auto;
	right: 15px;
}
.various-content .c-accordion .accordion-title.m-has-price, .c-accordion .accordion-title.m-has-price {
	padding-right: 40px;
}
/*#bg {
    background-position: right 0;
    background-repeat: no-repeat;
    background-image: url('../img/bg.png');
}*/
#page-header {
	margin-bottom: 42px;
}
.various-content .c-accordion .collap, .c-accordion .collap {	
	margin-top: -5px;
	padding: 0 15px 18px 40px;
}
.various-content .c-team-member.m-has-portrait .member-inner, .c-team-member.m-has-portrait .member-inner {
	padding-right: 170px;
    padding-left: 0px;
	min-height: 150px;
}
.various-content .c-team-member .member-portrait, .c-team-member .member-portrait {	
	left: auto;	
	right: 0;
}
.post .user-block
{padding-right: 100px !important;
    padding-left: 0px;
	min-height: 100px !important;}
.user-block .member-portrait {
	height: 80px;
	width: 80px;
}
@media (max-width: 767px) {
    .c-testimonial .testimonial-portrait {
	display: inline-block;
	position: relative;
	top: auto;
	right: auto;
}
    .c-testimonial.m-has-portrait .testimonial-inner {
        padding-right: 0;
    }
    .post .user-block
{padding-right: 0px !important;}
    .c-testimonial {
	text-align: center;
}
}

@media (max-width: 480px) {
    .member-description
    {text-align:justify}
    .various-content .c-team-member, .c-team-member {
	text-align: center;
}
    .various-content .c-team-member .member-portrait, .c-team-member .member-portrait {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto 12px auto;
    }
    .various-content .c-team-member.m-has-portrait .member-inner, .c-team-member.m-has-portrait .member-inner {
	padding-right: 0;
}
}
.c-icon-block {
	position: relative;
	margin-top: 24px;
	padding-left: 0;
	padding-right: 24px;
}
.c-icon-block > .ico {
	position: absolute;
	top: 1px;
	left: auto;
	font-size: 24px;
	right: 0;
}
.c-icon-block dl > dt {
	clear: right;
	float: right;
	margin: 0;
	width: 37%;
	max-width: 140px;
	font-weight: bold;
}
.c-icon-block dl {
	margin: -4px 24px 0px 0;
}
.blog-detail .article-date, .blog-list .article-date {
	display: block;
	margin-bottom: 0;
	font-size: 0.8em;
}
.blog-detail .article-title, .blog-list .article-title {
	position: relative;
	line-height: normal;
	font-size: 1.7em;
	font-weight: bold;
}
.blog-list article .article-title::before {
	display: none;
	font-size:0;
}
.blog-detail .article-info > li, .blog-list .article-info > li {
	display: inline-block;
	margin-right: 0;
	font-size: 0.875em;
	margin-left: 20px;
	padding-left: 0;
	padding-right: 15px;
}
#sidebar {
	padding-left: 0px;  
	padding-right: 20px;
}
.widget.widget_categories > ul {
	padding-left: 0;
	padding-right: 20px;
	border-width: 0 1px 0 0;
}
.widget.widget_categories > ul > li::before {
	left: auto;
	right: -20px;
}
#sidebar .widget-title::before {	
	left: auto;
	right: 0;
}
#sidebar .widget-title {	
	padding-left: 0;
	padding-right: 15px;
}
#page-header .showarticle h1 {	
	font-size: 2em;
}
.article-content {
	text-align: justify;
}
@media (max-width: 991px) {
    .footer-text, .footer-menu {
        float: none;
        width: auto;
        margin-top: 24px;
        text-align: center;
    }
    .header-menu-toggle > i {
	margin-right: 5px;
	font-size: 18px;
	margin-left: 5px;
}
    .in > ul {
	display: block !important;
}
    .header-menu > ul > li > span {
	text-align: right;
	overflow: hidden;
}
    .header-menu > ul > li > span > a::before {
	display: block;
	left: auto;
	right: 100%;
}
}
.blog-detail .article-info > li::before, .blog-list .article-info > li::before {	
	margin-right: 0px;
	margin-left: 7px;
}

   .navbar-toggle {
	float: right;
}
   .header-branding {
	padding-top: 45px;
}