body{
	font-family:IRANSansWeb;
	direction:rtl;
	font-size:170% !important;
	margin-top: 78px;
  	background:rgb(249, 249, 249);
}

@media screen and (max-width:768px){
    .ersal nav,
    .postPage nav {
        display: none !important;
    }
}

@media screen and (max-width:768px){
.mobile-container {
    padding: 0 !important;
}
}

@font-face {
  font-family: IRANSansWeb;
  src: url(/uploads/IRANSansWeb.0b5055a.woff2);
  font-display:swap;
}

.glyphicon{
	font-size: 20px;
	transform:scale(0.575);
}

.navbar-toggle .icon-bar {
    background-color: green;
    margin: -2px 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 17px;
    height: 3px;
    border-radius: 1px;
}

.navbar-fixed-top {
    background: rgba(255, 255, 255, 0.995);
}

.navbar-collapse{
	box-shadow:none;
}

.nav>li>a:focus, .nav>li>a:hover{
	background:transparent;
}

.nav>li>.send-button:focus, .nav>li>.send-button:hover{
	background:rgba(0, 128, 0,.9);
	color:white;
}

.send-button {
    background: green;
    border-radius: 3px;
    padding: 10px 14px 10px 14px !important;
    margin: 5px 15px 0 0;
    font-weight: 700;
	margin-left: 6px;
}

.smallest-send-button{
	display:none;
}

.send-button{
    color:white !important;
	text-decoration:none !important;
}

.navbar {
    border-bottom:1px solid rgba(0,0,0,.0975);
}

.navbar a{
	color:black;
}

.blog-title {
    color: green !important;
    font-weight: bold;
    font-size: 12pt;
    margin-top: 0px;
}

.app-location{
	display:none;
}

.app-location a:hover{
	text-decoration:none;
}

.navbar-collapse{
	z-index:+9;
}	
	
.navbar-toggle{
	margin-right:0px
}

.navbar-right{
	margin-right: -47px;
}

.navbar .row {
    margin:7px 0 6px 0;
}

.navbar-btn {
    margin-top: 3px;
    margin-bottom: 6px;
}

.navbar .btn-group .btn-default {
    color: #8e8e8e;
    border-color: #efefef;
    padding-left: 0;
    font-weight: 700;
}


.navbar .btn-group .btn-success {
    color: green;
    background-color: #f0f0f0;
    border-color: #e2e2e2;
	height:40px;
}

.navbar .btn-group .btn-success,
.navbar .btn-group .btn-default {
    padding: 9px 9px;
}

@media screen and (min-width:1200px){
	
	.navbar .btn-group .btn-success {
		color: green;
		background-color: #f0f0f0;
		border-color: #e2e2e2;
		height:39px;
	}

	.navbar .btn-group .btn-success,
	.navbar .btn-group .btn-default {
		padding: 10px;
	}
	
}

.navbar .btn-group .btn-success:hover {
    color:green;
	border-right-color:transparent;
}

.nav>li {
    position: relative;
    display: block;
    padding: 0 4px;
}

.navbar {
    margin-bottom: 15px;
}


@media screen and (max-width: 991px) {

	.app-location{
		display:block;
	}
	
	.pc-location, .pc-send-button{
		display:none !important;
	}
	
	.nav>li>a:focus, .nav>li>a:hover{
		background:#f6f6f6;
	}
	
	.navbar-nav {
		margin: 12.5px -15px;
		border: solid 1px #eaeaea;
		width: 163px;
		margin-right: 0;
		padding-right: 0;
		border-radius: 4px;
		box-shadow: 0px 2px 2px #e8e8e8;
		background:white;
	}	
	
	.pc-blog-title{
		display:none !important;
	}

	.app-send-button {
		padding: 10px 10px 10px 10px !important;
		float: left;
		margin-left: 1%;
		border-radius: 4px;
		margin: 7px 15px 0 0;
	}
	
	.navbar-collapse{
		position: absolute !important;
	}	

	.navbar-toggle {
		position: relative;
		float: left;
		padding: 15px 15px;
		margin-top: 13.5px;
		margin-right: 15px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		margin-left:4px;
		border: 1px solid #d9f1d9;
	}
	
	.navbar-nav>li>a {
		background: transparent;
	}	
	
	.navbar-collapse {
		left: 15px;
		top: 50px;
	}
	
	.navbar-btn{
		margin-right:7px;
	}

	.navbar-btn {
		margin-top: 7px;
		margin-bottom: 8px;
	}
	
	.nav>li {
		position: relative;
		display: block;
		padding:0px;
	}

	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 15px !important;
	}
	
	.range {
		margin-left: 13px !important;
		margin-right: -14px !important;
	}

}


.fixed {
    position: fixed;
    margin-right: 1.25%;
}

.panel-default{
	border:none;
	box-shadow:none;
    /*padding: 0px 22px;*/	
	padding-left:19px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f0f0f0;
    border-color: #dddddd80;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11pt;
    color: inherit;
	cursor:context-menu;
}

.list-group-item {
    margin-bottom: 0px;
    border: none;
    border-bottom: 1px solid rgba(236, 236, 236, 0.85) !important;
    padding: 12px 15px;
    cursor: pointer;
}

#categories .list-group-item{
    border-bottom-color:#e5e5e5f2 !important; 
    direction:rtl;
}

.list-group-item a{
	color:black;
	padding-right:10px;
}

.list-group-item a:focus{
	text-decoration:none;
}

.list-group-item a:hover{
	text-decoration:none;
}

.list-group-item:hover{
	background: rgb(230, 230, 230) !important; 
}

.panel-heading {
    padding: 12px 15px;
}

.form-control-feedback {
	right: auto;
}

.checkbox, .radio {
    margin:auto;
    height: 0px !important;	
}	


.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-right: -20px;
}

.checkbox label, .radio label {
    width: 150px;
    margin: 0;
}

.checkbox button {
    border: none;
    padding: 9px 11px;
    background: green !important;
    border-radius: 3px !important;
    float:left;
    margin-top: 0.5px;
    font-weight: 700;
    margin-right: 15px;
    margin-left: 1px;
    margin-top: -7px;
    color: white !important;
}

.checkbox button:hover{
	background:rgba(0, 128, 0,.9);
}

.search-bar {
    background: rgb(255, 255, 255) !important;
    position: relative;
    display: block;
    height: 261px;
    padding: 0px 4px;
    padding-top: 24px;
    padding-left: 15px;
    border-radius: 3px;
    border-color: transparent;
}

.range {
    margin-left: 79px;
    margin-right: -79px;
    display:none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bfbfbf !important ;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bfbfbf !important ;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #bfbfbf !important ;
    opacity: 1; /* Firefox */
}

.content-agahi-contains li:nth-child(1){

	margin-top:2px;
}

form {
    padding-left: 47px;
}


.form-group{
	margin-bottom:134px !important;
	padding: 0 11px 0 0
}

.form-control {
    padding: 22px 0;
    box-shadow: none;
}

.form-control:focus {
	box-shadow: none;
}

.form-control-feedback {
    line-height: 255%;
    font-size: 22px;
    color: #8e8e8e;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    font-weight: 700;
    z-index: +999999999;
}

.has-feedback .form-control {
    padding-right: 35px;
    height:47px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 10px;
}

@media (min-width: 1024px) and (max-width: 1536px) {

}

@media screen and (max-width: 991px) {

	.subjects{
		display:none;
	}


	.search-bar {
		height: 275px;
	}

	.form-group {
		margin-bottom: 14px !important;
	}	
	
	.range {
		margin-left: -2px;
		margin-right: -8px;
	}
	
}

@media screen and (max-width: 1200px) {
	
	.checkbox, .radio {
		margin: auto;
		height: 0px !important;
		margin-top: 47px;
	}	


}

@media screen and (max-width: 517px) {

	.send-button, .app-send-button{
		display:none;
	}
	
	.smallest-send-button{
		display:block;
	}
	
}

.option-search-bar {
    background: #fafafa;
    border: solid 1px #ededed;
    width: 266px;
    height: 156px;
    border-radius: 3px;
    margin-left: 50px;
}

.option-search-bar .list-group-item,
.option-search-bar .list-group-item:hover {
    background: transparent;
}

.option-search-bar .panel-default {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0;
    text-indent: -10px;
}

.option-search-bar .list-group-item,
.option-search-bar .list-group-item:hover{
    background: rgb(241, 241, 241);
}

li.list-group-item.list-item-range,
li.list-group-item.list-item-range:hover{
    height: 63px;
}

ul.show-coast-value li {
    display: inline-block;
    width: 50%;
}

li.list-group-item.show-cost-values {
    padding: 0;
    margin: 0;
}

ul.show-coast-value {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 29%;
}

ul.show-coast-value li:nth-child(1) {
    border-left: solid 1px #ededed;
    padding: 0;
    margin: 0;
}

ul.show-coast-value li {
    display: inline-block;
    width: 50%;
    margin-left: -9px;
    /* padding: 12px 0; */
    height: 100%;
}

.min-coast-value,
.max-coast-value {
    padding:10px 0;
}

.min-coast-value {
    padding:10px 0px;
    padding-right:10px !important;
}

.min-coast-value span,
.max-coast-value span{
    padding:0 5px;
    color:gray;
}

.txt {
    max-width: 100%!important;
    text-align: center;
    background: transparent;
    border: none;
    color: green;
	margin:0 2px;
	position:relative;
	z-index:+999;
}

.txt:focus{
	outline:none;
	border:none;
}

/* multirange input */

section.range-slider {
  position: relative;
  width: 300px;
  float: left;
  text-align: center;
}

section.range-slider input[type="range"] {
    pointer-events: none;
    position: absolute;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 14px;
    background: white;
	border: solid 1px #f0f0f0;
    left: 0px;
    top: 13.5px;
    width: 239px;
    outline: none;
    height: 7px;
    margin: 0 auto;
    padding: 0;
	cursor: pointer;
}

section.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 14px;
  background:green;
  /* W3C */
}

section.range-slider input[type="range"]::-webkit-slider-thumb:hover{
	background:rgba(0, 128, 0,.9);
}

section.range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 14px;
  background:green;
  /* W3C */
}
section.range-slider input[type="range"]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 14px;
  border: 0;
  background:green;
  /* W3C */
}
section.range-slider input[type="range"]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: black;
  border: 0;
}
section.range-slider input[type="range"]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
section.range-slider input[type="range"]::-moz-focus-outer {
  border: 0;
}



.list-group-item:nth-last-child(1){
	border:none !important;
}

.max-coast-value.value-shower {
    margin-left: -6px;
}

#range-coast {
    width: 207px;
    height: 5px;
    background: green;
    position: absolute;
    margin: -78.5px 26px 0px 0;
}

div#right-white-coast {
    background: white;
    width: 0px;
    height: 7px !important;
    position: absolute;
    margin: -79.5px 10px 0 0;
    border:solid 1px #f0f0f0;
	border-right:none;
    border-radius:0 14px 14PX 0;
	border-left-color:transparent;
}

.checkbox button {
    border: none;
    padding: 9px 11px;
    background: green;
    border-radius: 3px;
    margin-top: 0.5px;
    font-weight: 700;
    margin-right: 15px;
    margin-left: 1px;
    margin-top: -8px;
}

.checkbox-input {
  position: relative;
  margin: 0 10px;
  background: #d5d5d5;
  outline: 0;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius:3px;
}

.checkbox-input::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: calc((100% - 4px) / 2);
    height: calc(100% - 4px);
    background: white;
    transition: all .1s linear;
    box-shadow:inset 0 0 4px #adacac61;
	border-radius:3px;	
}

.checkbox-input:checked {
  background: #d70e4e;
}

.checkbox-input:checked::after {
  transform: translateX(100%);
}

.checkbox-input {
    width: 42px !important;
    height: 23px !important;
}

label li {
    list-style: none;
    line-height: 239%;
    float: right;
    margin: 0 10px 0 0px;
    font-weight: normal;
    cursor: pointer;
}

.search-option label {
    margin-right: 3px;
    margin-top: 2px;
}

.search-option input:focus{
	outline:none;
}

.form-control {
    border-color: #dddfe2;
}

.form-search-bar{
	margin: 0 auto;
        float:right;
}

@media screen and (max-width: 1300px) {
	.fixed{
		width:220px;
	}
}

@media screen and (max-width: 1100px) {
	.fixed{
		width:200px;
	}
}

@media screen and (max-width: 1240px) {

	.has-feedback .form-control{
		
		padding-right: 30px;
		
	}

}


@media screen and (max-width: 1200px) {
	.search-bar{
		height:242px;
	}
	
	.form-group{
		margin-bottom:5px !important;
	}
	
	.checkbox button {
		margin-top: 11px;
	}
	
	.search-option label {
		margin-right: 14px;
		margin-top: 20px;
	}


	.agahi-col-container {
		float: right !important;
		padding: 0 !important;
		margin-top: 28px !important;
		padding: 9% !important;
		margin-right: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
	}
		

	.fixed {
		position: fixed !important;
		margin-right: -0.2% !important;
	}	
			
}


@media screen and (max-width: 768px) {
	
	form{
		padding-left:0;
	}
	
}

@media screen and (max-width: 991px){
	.range {
		margin-left: 3%;
		margin-right: -7%;
	}
	

	
}

@media screen and (max-width: 900px){
	
	/*.range {
		margin-left: 4.5%;
		margin-right: -7%;
	}*/
	
}

@media screen and (max-width: 850px){
	
	.range {
		margin-left: 5.5%;
		margin-right: -7%;
	}
	
}

@media screen and (max-width: 800px){
	
	.range {
		margin-left: 6.5%;
		margin-right: -7%;
	}
	
}

@media screen and (max-width: 768px){
	
	.range {
		margin-left:0 !important;
		margin-right:0 !important;
		margin-bottom: 10px;
	}
	
}

.profile-icon-back {
    float: right;
    color: green;
    margin-left: 7px;
}

.agahiha,
.agahiha2{
	direction:ltr;
}

.agahiha .col-lg-4, 
.agahiha2 .col-lg-4{
    background:white;
    padding: 0;
	margin-top:14px;
	float: right;
}


.agahi-contains li {
    list-style: none;
    /* float: left; */
    width: 50%;
    text-align: right;
    height: 200px;
    overflow: hidden;
}

.agahi-contains li:nth-child(1) {
    border: 1px solid #dddfe2;
    border-radius: 4px 4px 0 0;
    width: 100%;
    overflow: hidden;
    border-bottom-color: transparent;
}

.agahi-contains li:nth-child(2) {
    border:1px solid #dddfe2;
    width: 100%;
    height: 62px;
    /*border-top-color: transparent;*/
    border-radius: 0 0 4px 4px;
    margin-top: -3.5px;
    margin-bottom:14px;
}

ul.agahi-contains {
    padding: 0;
}

ul.agahi-contains h3 {
    margin-top: 13px;
    margin-right: 2px;
    font-size: 10pt;
    color: #afafaf;
    padding-bottom: 0;
}

.price {
    color: white !important;
    font-size: 8.8pt;
    position: absolute;
    top: 198px;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 4.9px !important;
    right: 24px;
    border-radius: 3px;
    direction: rtl;
    /* display: none; */
}

ul.agahi-contains:hover .price{
    display:block;
}

@media screen and (max-width: 768px) {

		.agahi-contains li:nth-child(1),
		.agahi-contains li:nth-child(2){
			width:50%;
		}
			
}

.agahiha,
.agahiha2 {
    direction: ltr;
    margin-bottom: 42px;
}

.agahi-col-container{
	float:right;
}

.col-lg-12.col-md-12.col-xs-12.agahiha,
.col-lg-12.col-md-12.col-xs-12.agahiha2 {
    padding: 0;
}

.agahi-col-container {
    float: right;
    padding: 0;
	margin-top: 4px;	
}
/*
.form-group:nth-child(2) {
    padding: 0;
    border-radius: 0px;
}

.form-group:nth-child(1) {
    padding: 0;
}

.form-group:nth-child(1) input{
    border-radius: 4px 0 0 4px;
}

.form-group:nth-child(2) input{
    border-right:none;
    border-left:none;
	border-radius:0;
}

.form-group:nth-child(3) input{
    border-radius: 0 4px 4px 0;
}*/

.form-control:focus {
    border-color: #00800094;
}

.form-group:nth-child(2) .form-control-feedback,
.form-group:nth-child(1) .form-control-feedback{
    font-size:15px;
    line-height:400%;
	left:0;
}

.form-group:nth-child(3) .form-control-feedback{
    color:#8e8e8e;
    font-size:22px;
    line-height:238%;
}

.form-group:nth-child(2) input, .form-group:nth-child(1) input{
	padding-right:12px;
}

@media screen and (max-width: 768px){
	
	.agahi-contains li:nth-child(1) {
		border-left: none;
		border-top: none;
		border-bottom: none;
		border-radius: 3px 0 0 3px;
		width: 50%;
	}
	
	.agahi-contains li:nth-child(2) {
		border-right: none;
		border-top: none;
		border-bottom: none;
		border-radius: 0 3px 3px 0;
		width: 50%;
	}	
	
	.agahiha .col-lg-4,
	.agahiha2 .col-lg-4 {
		background: white;
		padding: 0;
		margin-top: 0;
		float: right;
		padding: 2px 0;
	}	
	
	.agahi-contains li {
		list-style: none;
		/* float: left; */
		width: 50%;
		text-align: right;
		height: 140px;
		overflow: hidden;
		padding-top: 2px;
	}	
	
	.agahiha .col-xs-12:nth-child(1) li,
	.agahiha2 .col-xs-12:nth-child(1) li{
		border:none;
	}
	
	ul.agahi-contains {
		border-top: solid 1px #d8d8d8 !important;
	}	
	
	.form-search-bar {
		padding:0;
                display:none !important;
	}

	.option-search-bar {
		background: #fafafa;
		border: solid 1px #ededed;
		width: 266px;
		height: 156px;
		border-radius: 3px;
		margin-left: 50px;
		margin: 0 auto;
	}
	
	label li{
		margin:0 5px 0 0;
	}
	
	.checkbox button {
		border: none;

		background: green;
		border-radius: 3px;
		font-weight: 700;

		/* margin-left: 1px; */

		width: 97%;
	}	
	
	.search-bar{
		height:285px;
	}
		
	ul.agahi-contains h2 {
		margin: 0;
		margin-top: 14px;
		margin-right: 5px;
		font-size: 10.2pt;
		font-weight: 700;
	}
	
	.price {
		font-size: 9pt;
		margin-right: 5px;
		color: gray;
		direction: rtl;
		padding-top: 58px;
	}

	.agahi-image {
		margin-left: -3px;
	}
	
}

@media screen and (max-width: 768px){
	
	.agahi-contains li:nth-child(1) {

		width: 50%;	
	}
	
	.agahi-contains li:nth-child(2) {

		width: 50%;
	}

	.agahi-image {
		transform: scale(1) !important;
	}	
	
}

@media screen and (max-width: 800px){
	label li{
		margin:0 5px 0 0;
	}
}

@media screen and (max-width: 991px){

.agahi-col-container {
    float: right !important;
    padding: 0 !important;
    margin-top: 28px !important;
    padding: 4.5% !important;
    margin-right: 0 !important;
    padding-top: 0 !important;
    padding-right: 3.5% !important;
}
	
}

ul.agahi-contains {
	border-top: none;
	cursor: pointer;	
}
	
span {
    font-size: 8pt;
    color: #afafaf;
    padding-right: 1px;
}

@media screen and (max-width: 768px){
	
	.blog-title{
		display:none;
	}
	
	
}

.dropdown{
	width:100%;
	border-color:#dddddd;
}

.dropdown button:focus {
    border-color: rgba(169, 169, 169, 0.58);
	outline:none;
	border-radius:4px 4px 0 0;
	border-bottom:none;
	background:white;
}

.agahiha-dropdown{
	text-align:right;
	color:#bfbfbf ;
    height:46px;
}

.btn .caret {
    margin-left: 0;
    margin-top: 9px;
    color: #7b7c7d;
}

.agahiha-dropdown .caret{
	float:left;
}

.dropdown-agahiha-col-8 .col-lg-4 {
    padding-left: 0;
}

.open>.dropdown-menu {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0;
    box-shadow: none;
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    border-top: none !important;
    border:solid 1px #00800094;
    height:auto;
}

.dropdown-menu>li>div {
    display: block;
    padding: 10px 24px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	cursor:pointer;
}

.dropdown-cities>li>div {
	background:white;
}

.dropdown-menu li:nth-last-child(1) a{
	border-radius: 0 0 4px 4px !important;
}

.dropdown-cities {
    max-height: 164px;
    overflow-y: auto;
}

.agahi-image {
    background: url(http://piqagram.ir/uploads/nopicphoto.jpg) /*#efefef*/ !important;
    /*width: 231px;*/
    height: 231px;
    background-position-x: -15px !important;
    background-position-y: -10px;
    background-size: cover !important;
}


/*** modal ***/

.modal-header .close {
    margin-top: -2px;
    float: left;
}

.modal-body .col-lg-3 {
    float: right;
    direction: rtl;
    text-align: center;
    padding: 9px;
}

.place-name-1 {
    padding: 10px 0;
    border: solid 2px #ccc;
}

.place-name-1:hover {
    background: green;
    color: white;
    border-color: transparent;
}

.modal-header .close {
    float: left;
    color: white;
    line-height: 144%;
    text-shadow: none;
    opacity: 0.5;
    margin-left: 1%;
}

.modal-header .close:hover{
	opacity:0.8 !important;
}

.modal-header {
    padding: 15px;
    /* border-bottom: 1px solid #e5e5e5; */
    background: green;
    color: white;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0.8;
    opacity: 0.85 !important;
	
}



@media (min-width: 768px){
	.modal-dialog {
		width: 680px;
		margin: 30px auto;
	}
}

/*** location ***/

.shahrestanha{
	display:none;
}

.agahi-content {
    padding-right: 3px;
}

.modal-body {
    position: relative;
    padding: 15px 13.5px;
}

@media screen and (max-width:768px){

	.wrapper-agahi-image {
		overflow: hidden;
		width: 157px;
	}	
	
	.agahi-image img {
		max-height: 142px;
		float: left;
		padding: 10px;
		padding-left: 0;
		padding-top: 5.5px;
	}	
		
	.agahi-contains li {
		list-style: none;
		/* float: left; */
		width: 50%;
		text-align: right;
		height: 138px;
		overflow: hidden;
		padding-top: 2px;
	}	
		
	ul.agahi-contains h2 {
		margin: 0;
		margin-top: 10px;
		margin-right: 5px;
		font-size: 11.6pt;
		font-weight: normal;
	}

	.navbar-nav {
		margin: 12.5px -15px;
		border: solid 1px #d8d8d8;
		width: 163px;
		margin-right: 0;
		padding-right: 0;
		border-radius: 4px;
		box-shadow: 1px 2px 2px 0px #cdcdcd;
		overflow:hidden;
	}

    .navbar-nav li:nth-child(2) a {
        border-radius:4px 4px 0 0;
    }

	.wrapper-agahi-image {
		overflow: hidden;
		width: 131px;
	}

	.price {
		font-size: 9pt;
		margin-right: 5px;
		color: gray;
		direction: rtl;
		padding-top: 57px;
	}	

	ul.agahi-contains {
		border-top: solid 1px #ebebeb !important;
	}

	.agahiha .col-xs-12:nth-child(1) ul.agahi-contains,
	.agahiha2 .col-xs-12:nth-child(1) ul.agahi-contains{
		border:none !important;
		padding-top:0 !important;
		margin-top:-7px !important;
	}

	.modal-body.col-xs-12 {
		padding: 6px;
	}
	.hame_ostanha .col-xs-4 {
		padding: 6px;
		margin: 0;
	}

	.shahrestanha {
		max-height: 400px !important;
		overflow-y: auto;
	}


	.agahi-col-container {
		float: right;
		padding: 0 !important;
		margin-top: 28px;
		/* padding: 9%; */
		margin-right: 0;
		padding-right: 0;
		padding-top: 0;
		padding: 0;
	}

	.navbar-btn {
		margin-top: 7px;
		margin-bottom: 8px;
		margin-right: 0;
	}
	
	.agahi-content {
		padding-right: 0px;
		margin-right:-2px;
	}
	

}

span {
    font-size: 9pt;
    color: #afafaf;
    padding-right: 1px;
}

.choose_ostanga {
    background: #4CAF50;
    color: white;
    padding: 6px 6px;
    border-radius: 4px;
    display: inline-block;
    padding-right: 8px;
    cursor: pointer;
    margin-top: -5px;
    margin-bottom: -5px;
}

.choose_ostanga span {
    color: #ffffff;
    font-size: 14pt;
    padding: 0px 10px;
    background: #029402c4;
    border-radius: 4px;
    margin-right: 10px;
}

.choose_ostanga span:hover{
	background:#027902c4;
}

.choose_ostanga:nth-child(2){
	margin-right:7px;
	padding: 7px 10px;	
}

.shahrestanha {
    max-height: 550px;
    overflow-y: auto;
}


div#right-white-coast {
    margin: -79.5px 14px 0 0;
}

ul.agahi-contains h2 {
    margin: 0;
    margin-top: 11px;
    margin-right: 2px;
    font-size: 13.7px!important;
    font-weight: 600;
}

.price {
    color: #9e9e9e;
	font-size:9.7pt;
	padding-top: 78px;
}

.agahi-contains li {
    height: 235px;
    background:white;
}

.agahi-image img {
    border-bottom: solid 1.2px #dee0e2;
    max-width: 100%;
}

.navbar {
    border-bottom: 1px solid rgba(0,0,0,.0975);
}

.dropdown-menu>li>div {
    width: 100%;
}

@media screen and (max-width: 768px){

	.navbar .btn-group .btn-success {
		border-color: #d0d0d1b8;
	}

	.navbar .btn-group .btn-default {
		border-color: #d0d0d1b8;
	}

    .agahi-image{
        background-position:-6px -6px;
    }
	
	.agahi-contains li {
		height: 132px;
	}
	
	.agahi-image img {
		max-height: 131px;
		float: left;
		padding: 5.5px;
		padding-left: 0;
	}
	
	
	ul.agahi-contains h2 {
		margin: 0;
		margin-top: 10.5px;
		margin-right: 5px;
		font-size: 11.5pt;
		font-weight: lighter;
	}

	.price {
		color: #9e9e9e;
		font-size: 8.8pt;
		padding-top: 55px;
	}
	
}

.agahiha-dropdown .caret{
	left:13px;
	position:absolute;
}

.agahiha-dropdown {
    text-align: right;
    color: #bfbfbf;
    height: 47px;
    border-color: #ffffff !important;
    border-bottom: solid 1.3px #c3c3c3 !important;
    border-radius: 0!important;
}

.agahiha a, .agahiha a:hover,
.agahiha2 a, .agahiha2 a:hover {
    color: black;
    text-decoration:none;
}

.panel-default>.panel-heading {
    background-color: rgb(235, 235, 235); 
}


.navbar .btn-group .btn-success {
    background-color: #efefef;
    padding-right: 2px;
    border-right-color: transparent;
    border-radius: 0;
    border-top: none;
    border-color: #d3d3d38f;
    border-bottom: none;
    border-right: none;
}

@media screen and (max-width: 768px){

	.agahi-col-container {
                width:100%;
		margin-top: 0 !important;
	}
	
	.search-bar {
		background: rgb(249, 249, 249);
	}
	
}
.country-title.selected,
#modal-1 .btn-default:hover {
    color: #fff!important;
    background-color: #008000!important;
    border-color: #008000!important;
}

@media (min-width: 991px) and (max-width: 1199.98px) {
.left-side{
	padding:2px;
	padding-top:0;
}
}

.container-fluid.mobile-view {
    padding: 0px 11px;
}

@media screen and (max-width:768px){

	.col-md-10.left-side {
		padding: 12px;
                padding-top:0px;
	}

.col-lg-12.col-md-12.col-xs-12.agahiha{
margin-left:-2px;
}
 
}

ul.agahi-contains h2{
	margin-top:10.7px !important;
	direction: rtl;
}

ul.ostanha_city_page li {
    list-style:none;
    width:23%;
    background:white;
    float:right;
    padding:8px;
    border:solid 1px lightgray;
    text-align:center;
    margin:7px;
    border-radius:3px;
}

ul.ostanha_city_page li a{
    color:black;
}

.modal-body .btn-default {
    color: #4f4f4f;
    background-color: #fff;
    border-color: #ccc;
}

.place-name-1 {
    padding: 10px 0;
    border: solid 1.7px #ccc;
}

.btn-back {
    width: 19px;
    height: 20px;
    text-align: center;
    color: green;
    cursor: pointer;
    display: none; 
    margin-left: 9px;
	float:right;
}

.btn-back .glyphicon{
	font-size: 16pt;
    line-height: 94%;
}

#parent_0{
	cursor:pointer;
    font-weight:700;
}

ul.agahi-contains h3 {
    margin-top: 3px;
    padding: 7px;
    border-radius: 3px;
    position: absolute;
    right: 17px;
}

span {
    font-size: 9pt;
    color: #afafaf;
    padding-right: 1px;
}

.agahi-contains li {

    overflow: inherit; 
}


.left-side {
    padding-left: 94px;
    padding-right: 4px;
}

.ostan-block {
    width: 82% !important;
    display: block;
    background: #f4fff463 !important;
    padding: 15px 0 !important;
}

.list-onvan {
    background: rgb(247, 247, 247);
    text-indent: -11px;
    font-weight: bold;
	border-radius: 0 0 3px 3px !important;
}

.list-onvan a{
    color:green;
}

.pic-album{width:100%; height:138px;}

.pic-album .pic{
	float:right;
	margin-left:15px;
	height:138px;
	width:157px;
	background-color:transparent;
	border:solid 1px lightgray;
	overflow:hidden;
}


/* modal new basic style */

.modal-header {
    padding: 15px;
    /* border-bottom: 1px solid #e5e5e5; */
    background: white !important;
    color: black !important;
    opacity: 0.5;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 12pt;
    font-weight: bold;
    color:rgba(0,0,0,0.85)
}

.modal-header .close {
    float: left;
    color: white;
    line-height: 144%;
    text-shadow: none;
    opacity: 0.5;
    margin-left: 1%;
}

.modal-header .close {
    color: black !important;
    opacity: 0.5;
}

.input-modal,textarea.modal-textarea{
	border: solid 1px rgba(211, 211, 211, 0.75);
}

#modal-3 .btn-block,
#modal-2 .btn-block,
#modal-1 .btn-block {
    font-weight: bold;
}

/* end modal basic style */


.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -44px;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -44px;
}

.carousel-indicators {
    bottom: -2px;
}

.left-side {
    padding-left: 54px;
    padding-right: 10.44px;
    margin-left: 1.2%;
}

.fixed {
    position: fixed;
    margin-right: 0.5%;
    padding-left:19px;
    padding-right:19px;
}

.modal-footer{
 border:none !important;
}

.modal-header {
    border-radius: 5px 5px 0 0;
}

.pageofbox {
    background: white;
    width: 545px;
    max-height: 364px;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-right: -447px;
    height: auto;
    border: solid 1px #ebebeb;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.0975);
    box-shadow: 0 0 5px rgba(0,0,0,.0975);
}

.pageofbox::before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: white;
    border: solid 1px rgb(239, 239, 239);
    position: absolute;
    left: 50%;
    margin-left: -185.5px;
    margin-top: -9px;
    z-index: -1;
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.0975);
    box-shadow: 0 0 5px rgba(0,0,0,.0975);
}

.pageofbox::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background: transparent;
    border-top: solid 14px transparent;
    border-right: solid 14px transparent;
    border-bottom: solid 14px #ffffff;
    border-left: solid 14px transparent;
    position: absolute;
    left: 50%;
    margin-top: -25px;
    margin-left: -190px;
    top: 0;
}

	.hidebox > .pageofbox {

		display:none;
	}

	.showbox > .pageofbox {

		display:block;
	}

	.box{
		z-index:+99999;
		cursor:pointer;
	}

	.infoBox:nth-child(1) {
		margin-top: 0px;
	}

.infoBox {
    margin-top: 0px;
    width: 100%;
    height: auto;
    min-height: 63px;
    padding-top: 0px;
    direction: ltr;
    clear: both;
    /* margin-top: 5px; */
}

.infoProfilePic {
    background: url(http://piqagram.ir/uploads/fbfafb2….jpeg);
    width: 50px!important;
    height: 50px;
    float: left!important;
    background-size: cover;
    border-radius: 50%;
}

.infoBox div{
    display: inline-block;
    vertical-align:middle;
}

.infoBox > div:nth-child(1) {
    width: 15%;
    float: right;
    transform: scale(.904);
}

.infoBox div:nth-child(2) {
    width: 77%;
    float:right;
}

.pbContains {
    overflow-y: auto;
    max-height: 361px;
    direction: ltr;
    cursor: pointer;
    height: auto;
    z-index: +99999999999!important;
    margin-top: 0!important;
    position: relative;
}


.infoText {
    font-size: 12.8px;
    padding-top: 0!important;
}

.infoText p:nth-child(1) {
    color: black;
    font-weight: 700;
    padding-top: 8px;
    margin-bottom: 3.4px;
}

.infoText p:nth-child(2){
    color:gray;
    direction:rtl;
    line-height: 152%;
}

.seen::before {
    content: "+";
    display: block;
    width: 19px;
    height: 19px;
    background: red;
    position: absolute;
    border-radius: 100%;
    top: 6px;
    right: -2px;
    padding-top: 0.9px;
    font-size: 20px;
    text-align: center;
    transform: scale(.5);
    color: white;
    font-weight: bold;
}

.infoText div {
    display: inline-block;
}

.infoText div:nth-child(1) {
    width: 80%;
    float:right;
    margin-right:7px;
}

.infoText div:nth-child(2) {
    width: 10%;
    border: none;
    float: left;
    padding-left: 4px;
    font-size: 11.5px;
}

.infoFollow {
    background: green;
    padding: 9.4px 3px 9.4px 3px;
    width: 64px !important;
    color: white;
    font-size: 11.5px!important;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    float: left !important;
    margin-top: 11px !important;
}

.infoLoading {
    width: 100%;
    text-align: center;
}

.pbContains img {
    width: 7.5%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    left: 50% !important;
    right:50%;
    opacity: 0.7;
    padding: 4px;
    margin: 19px;
}

.followed{
   border:solid 1px green !important;
   background:white !important;
   color:green !important;
}

.infoBox:nth-child(1) > .infoText{
    border-top:none;
}


button.close:focus {
     outline:none !important;   
}

.newSeen {
    box-shadow: 0 0 0 1.1px white, 0 0 0 3.2px #d70e4e !important;
}

.infoProfile, .infoText{
    padding-top:0px !important;
}

.infoProfile{
    padding-top:5px !important;
}

.agahiha .col-lg-3{
    padding-left:0;
    float:right;
}

.panel{
   background:transparent;
}

.list-group-item{
   background:transparent;
}

.agahi-content {
    padding-right: 7.5px !important;
}

ul.right_menu {
    width: 100%;
    margin-top: 0;
    margin: 0;
    margin-right: 14px !important;
    /* display: none; */
    right: 4px;
    position: relative;
}

ul.right_menu > li{
    list-style:none;
    float:right;
    vertical-align:top;
    margin-top:0px;
}

ul.right_menu > li:nth-child(2){
    width: 0%;
}

ul.right_menu > li:nth-child(3){
    width: 59%;
}

/*** search focus ***/

input#form-elem-top{
    transition:none;
}

div#dd-menu {
    background: transparent;
    width: 100%;
    padding: 0;
    border: none;
    margin: 3px 0 0 0;
    outline: none;
    border-radius: 0;
    box-shadow: none;
}

.open>.dropdown-menu {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0;
    box-shadow: none;
    border-radius: 0 0 7px 7px;
    margin-top: 0;
    border-top: none !important;
    border: none;
    height: auto;
    z-index: +999999;
}

li.advsh > div.dropdown.open::before {
    content: "";
    display: block;
    position: absolute;
    z-index: +99999;
    background: rgba(0, 0, 0,.7);
    width: 1594px;
    height: 750px;
    margin-right: -217px;
    margin-top: 57px;
}

.open .fovus{
    box-shadow: 0 0 0px 4px #20bc20;
    margin-right: 0px;
    border-radius: 4px !important;
    padding-right: 29px;
    z-index: +99999999;
    position: relative;
}

.dropdown-header{
   padding-top:15px;
}

.carousel-control {
    filter: alpha(opacity=70);
    opacity: .7;
}

.carousel-indicators .active{
    background-color: rgba(255, 255, 255, 0.7) !important;
    border: none !important;
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.4) !important;
    border: none !important;
}

.btn:active, .btn.active{
   box-shadow:none !important;
}

.btn-default:active:focus{
    background:#efefef;
    outline:none;
}

div#categories {
    height: 628px;
    overflow-y: auto;
    text-align: right;
    direction: ltr;
}

.subjects .list-group-item{
    padding: 11.8px 14.8px;
}

.subjects .panel-heading {
    padding: 11.8px 14.8px;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none !important;
    filter: none !important;
}

.carousel-control.left {
    background-image: none !important;
    filter: none !important;
    background-repeat: repeat-x;
}


.carousel-indicators {
    direction: ltr;
    background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.24) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.24))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.24) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.24) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.24) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.24) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
    height: 70px;
    padding-top: 44px;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: -50%;
    margin-bottom: -10px;
    text-align: center;
    list-style: none;
}

.carousel span {
    font-size: 9pt;
    color: #f1f1f1 !important;
    padding-right: 1px;
}

.carousel-indicators .active {
    background-color: rgba(255, 255, 255, 1) !important;
    border: none !important;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
}
.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.57) !important;
    border: none !important;
}
.carousel-indicators li {
    margin:0px;
}

.multipic div {
    position: absolute;
    box-shadow: 0px 0px 0px 2.2px #ffffff !important;
    opacity:1;
}

.multipic div:nth-child(2) {
     right: 0;
     top:5px;
     padding:0 !important; 
     min-height:auto!important; 
     z-index:-1;
     opacity:0.9;
     margin-right:8px;
}

.multipic div:nth-child(3) {
     right: 0;
     top:5px;
     padding:0 !important; 
     min-height:auto!important; 
     z-index:-2;
     opacity:0.8;
     margin-right:4px;
}

.textDetails p a {
    display: block;
}

.textDetails p a:hover {
    display: block;
    text-decoration: underline !important;
}

.navbar-nav > li{
    float:right;
}

.toman {
    display: inline-block;
    direction:ltr;
}

@media (min-width: 500px) and (max-width: 1199.98px) {

    .agahiha2 .col-xs-6, .agahiha .col-xs-6{
        padding:7px !important;
    }

    .col-xs-6 {
        width: 33.333333333333%;
    }

}

.glyphicon.glyphicon-arrow-right:before {
    content: "";
    display: block;
    background: url(http://piqagram.ir/uploads/e13afa519a6b.png);
    background-size: 411px 259px;
    background-position: -153px -498px;
    background-clip: border-box;
    width: 24px;
    height: 24px;
    margin-top: 0 !important;
    text-align: center;
    transform: scale(1.1) translateX(0px);
}

@media screen and (max-width: 991px)
{
    .yourchatLi{
        display:none !important;
    }

    .left-side{
        margin-left:4px !important;
    }

    .mobile-container {
        padding: 0 !important;
    }

    .noMobile {
        display: none !important;
    }


    .nav .glyphicon-home::after {
        content: "دنبال‌شده‌ها";
        font-size: 21px;
        display: block;
        width: 101px;
        font-family: IRANSansWeb;
        padding-top: 21.5px;
        font-weight: 700;
    }

    .nav .glyphicon-search::after {
        content: "محصول‌یاب";
        font-size: 21px;
        display: block;
        width: 89px;
        font-family: IRANSansWeb, serif;
        padding-top: 21.5px;
        font-weight: 700;
    }

    .glyphicon.glyphicon-transfer::after {
        content: "گفتگوها";
        font-size: 21px;
        display: block;
        width: 115px;
        font-family: IRANSansWeb;
        padding-top: 21.5px;
        font-weight: 700;
    }

    .nav .glyphicon-user::after {
        /* content: "صفحه شما"; */
        font-size: 21px;
        display: block;
        width: 89px;
        font-family: IRANSansWeb;
        padding-top: 21.5px;
        font-weight: 700;
    }

    .spcontains > .list-group-item span::before {
        content: "";
        display: block;
        width: 2000%;
        height: auto;
        border: 1px solid rgba(236, 236, 236, 0.85);
        position: absolute;
        top: 50%;
        z-index: -1;
    }

    .spcontains > .list-group-item {
        border: none !important;
        overflow: hidden;
    }

    .showDetails .bsCallInfo {
        padding-left: 15px;
    }

    .infoBox div {
        display: inline-block;
    }

    .bsCallInfo {
        margin: 12px auto;
    }

    .bsCallInfo div {
        float: right !important;
    }

    .sandughPost2 .infoBox div:nth-child(2) {
        width: 57%;
    }

    .sandughPost2 div.panel-collapse:nth-last-child(1) {
        border: none !important;
    }

    .showDetails {
        width: 22%;
    }

    .bsCallInfo div {
        float: none !important;
        text-align: center;
    }

    .person-info {
        background: white;
        width: 100%;
        height: auto;
        direction: ltr;
    }

    .person-info div {
        font-weight: bold;
        float: none !important;
        display: inline-block !important;
        vertical-align: top !important;
    }

    .spcontains {
        height: 91.2%;
        overflow-y: auto;
        z-index:-9;
        position:relative;
        direction:ltr;
    }

    .person-info .pip {
        width: 34px;
        height: 34px;
    }

    .bsCallInfo > div {
        margin: 2px;
        display: inline-block;
        transform: scale(1) !important;
        padding: 0 17px !important;
    }

    .bsCallInfo .phone {
        width: 24px !important;
        height: 24px;
        text-align: center;
        border-radius: 50%;
        padding: 1px;
        margin-right: 10px;
    }

    .bsCallInfo .whatsup {
        width: 24px !important;
        height: 24px;
        text-align: center;
        border-radius: 50%;
        padding: 1px;
    }

    .bsCallInfo .sms {
        width: 24px !important;
        height: 24px;
        text-align: center;
        border-radius: 50%;
        padding: 1px;
        display: none;
    }

    .bsCallInfo a {
        color: white;
    }

    .showBsp {
        display: none;
    }

    .showBsp .pinf {
        width: 75%;
        direction: ltr;
        text-align: left;
        padding-left: 8px;
        letter-spacing: -.1px;
    }

    .showBsp .person-info .pip {
        width: 63px;
        height: 63px;
        border-radius:50%;
        border: solid 1px #dbdbdb;
    }

    .person-info .pip img {
        max-width: 100%;
        border-radius: 50%;
    }

    .pinf {
        font-weight: 700;
        text-align: right;
    }

    .showBsp .pinf span {
        padding: 1.2px;
    }

    .pinf span {
        font-size: 10.5pt !important;
        display: block;
        /* float: right; */
        direction: rtl;
        text-align: right;
        line-height: 134%;
        color: black;
        margin-right: 7px;
    }

    .pinf span:nth-child(1) {
        font-weight: normal;
    }

    .showBsp .pinf span {
        font-weight: normal;
        /* overflow: hidden; */
        color: gray;
        word-break: break-all;
        height: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
        font-size: 101% !important;
    }

    .showBsp .agahi-contains .person-info {
        width: 72%;
        font-size: 100% !important;
    }

    .showBsp .agahi-contains .bsCallInfo {
        direction: rtl;
    }

    .showBsp .pinf span:nth-child(1) {
        font-weight: bold;
        color: black;
        text-align: left;
        /* padding-bottom: 0 !important; */
    }

    .person-info {
        margin-bottom: 5px;
    }
}

.spcontains .list-group-item:hover {
    background: transparent !important;
}

.callInfo a {
    color: white;
    text-decoration: none;
}

.callInfo {
    color: white;
    background: green;
    padding: 8px 15px;
    width: auto !important;
    border-radius: 3px;
    font-weight: 700;
    font-size: 12.4px !important;
    margin-right: -34px !important;
    margin-top: 1px !important;
}

.bsn:before {
    content: "";
    dispaly: block;
    width: 15px;
    height: 15px;
    background: #ff4141;
    position: absolute;
    border-radius: 100%;
    top: 5px;
    right: 3px;
    padding-top: 0;
    font-size: 20px;
    text-align: center;
    transform: scale(.5);
    color: white;
    font-weight: bold;
}

.glyphicon-filter:before {
    content: "\e138";
    top: 0;
    display: block;
    position: relative;
    transform: scale(1.2);
    padding-bottom: 4px;
}

.mobile-filter-search {
    display: none;
}

.left-side {
    padding-left: 58px;
    padding-right: 15px;
}

.cities-dropdown,
.dropdown-menu {
    height: 200px;
    overflow-y: auto;
}

.col-lg-12.col-md-12.col-xs-12.agahiha {
    padding: 0;
    padding-left: 0;
}

.dropdown-menu>li>div {
    border-bottom: solid 1px #f0fbf0;
}

.modal-backdrop.show {
    display: none !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: rgba(0, 0, 0, 0.78) !important;
    opacity: 0.85 !important;
}

@media screen and (max-width: 991px)
{
    .mobile-search {
        display:block !important;
    }

    .col_agahi_info {
        padding: 0;
    }
}

.carousel-inner > .item {
    width: 100%;
    max-width: 100%;
    max-height: 400px;
}

.profile-icon-back {
    float: right;
    color: green;
    margin-left: 7px;
}

input#form-elem-top {
    display: inline;
    padding: 20px;
    padding-right: 34px;
    background: #efefef;
    border-color: transparent;
    /* border-right: 1px solid rgb(216, 216, 216);*/
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    font-weight: 700;
}

.top-search {
    margin-right: 195.5px;
    margin-top: 7.5px;
}

input#form-elem-top::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8e8e8e !important;
    opacity: 1;
    /* Firefox */
}

a.btn.btn-default {
    background: #efefef!important;
    padding-left: 4px!important;
}

a.btn.btn-success {
    height: 42px !important;
}

.modal-body .infoLoading {
    width: 24px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 225px;
}

.modal-body .infoLoading img {
    width: 27px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: block;
}

#myModal .modal-dialog.modal-lg {
    top: 7.4%;
}

div#categories .cat_search_bar {
    padding: 0;
    width: 100%;
    margin: 0;
    border: none;
}

div#categories .cat_search_bar input {
    width: 100%;
    margin: 0;
    border: none;
    padding: 12px 14px 12px 16px;
}

input.search_categoroy {
    margin-top: 1px !important;
}

input.search_categoroy:focus {
    outline-color: green;
}

.nav li div.glyphicon {
    display: none;
}

@media screen and (max-width: 991px)
{
    /*** nav settings ***/
    .navbar-nav {
        margin: 12.5px -15px;
        border: solid 1px #d8d8d8;
        width: 163px;
        margin-right: 0;
        padding-right: 0;
        border-radius: 4px;
        box-shadow: 1px 2px 2px 0px #cdcdcd;
        overflow: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 340px;
        overflow: visible;
    }

    .navbar-nav {
        border: none;
        width: 100%;
        margin: 0;
        padding-right: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }

    .navbar-fixed-top {
        bottom: -20px;
        top: auto;
        border-width: 0 0 1px;
    }

    header {
        margin-top: -67px;
    }

    .nav>li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        padding: 0px;
        width: 20%;
        text-align: center;
        margin-left: -3.5px;
        float: none;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 15px 10px !important;
        z-index: +9999999999;
    }

    .nav li div.glyphicon {
        display: block;
        position: absolute;
        left: 50%;
        top: -4px;
        margin-top: -14px;
        font-size: 32px;
        color: rgb(80, 80, 80);
        /* margin: 0 auto; */
        right: 50%;
        margin-right: -40px;
    }

    .glyphicon.glyphicon-plus-sign {
        font-size: 36px !important;
        margin-top: -17px !important;
        margin-left: -15px !important;
    }

    .agahi-contains li:nth-child(1) {
        border: none !important;
    }

    .nav li .glyphicon-user {
        margin-top: -11px;
    }

    .nav li .textLi {
        display: none;
    }

	ul.nav.navbar-nav li {
		text-align: center;
		border-radius: 50px;
		margin: 0 4px;
	}

	ul.nav.navbar-nav {
		display: flex;
		justify-content: center;
		margin: 0;
	}

	.nav li a {
		color: white;
		font-weight: bold;
	}

    .navbar-fixed-top {
        background: #ffffff;
        bottom: -16px;
        padding-top: 12px;
        padding-bottom: 12px;
        top: auto;
        border-width: 0 0 1px;
        box-shadow: 0 0 2.15px 0.6px rgba(0, 0, 0, 0.17);
        border-top: solid .5px #ffffff42;
        transition: 0.24s;
    }

    body {
        margin-bottom: 24px;
        margin-top: 0px !important;
    }

    .nav>li>a:focus, .nav>li>a:hover {
        background: transparent;
    }

    /*** end nav settings ***/
}

@media screen and (max-width: 991px)
{
    .seen::before {
        content: "" !important;
        dispaly: block !important;
        width: 12px !important;
        height: 12px !important;
        background: red !important;
        position: absolute !important;
        border-radius: 100% !important;
        top: -7px !important;
        right: 14.4px !important;
        padding-top: 0.9px !important;
        font-size: 20px !important;
        text-align: center !important;
        transform: scale(.9) !important;
        color: white !important;
        font-weight: bold !important;
        border: solid 2px white;
    }

    .seenNew::after {
        content: "" !important;
        dispaly: block !important;
        width: 15px !important;
        height: 15px !important;
        background: red !important;
        position: absolute !important;
        border-radius: 100% !important;
        top: .2px !important;
        right: -3px !important;
        padding-top: 0.9px !important;
        font-size: 20px !important;
        text-align: center !important;
        transform: scale(.8) !important;
        color: white !important;
        font-weight: bold !important;
        border: solid 2.5px white;
    }

    .sandughPost {
        width: 100%;
        height: 93.4%;
        background: #fff;
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        z-index: +999;
        display: none;
    }

    .sandughPost2 {
        width: 100%;
        height: 93.4%;
        background: #fff;
        position: fixed;
        display: block !important;
        top: 0;
        left: 0;
        z-index: +999;
        display: none;
    }

    .sdbuttons {
        background: #fafafa;
        display: block !important;
        padding: 0;
        box-shadow: 0 0 2.15px 0.6px rgba(0, 0, 0, 0.17);
        border-bottom: solid 0.5px #ffffff42;
        background: #fafafa;
        z-index:+9;
        margin-bottom:0 !important;
    }

    .sdactive {
        border-color: black !important;
        color: black !important;
    }

    .infoText {
        border-color: rgb(237, 237, 237) !important;
    }

    .infoText p:nth-child(2) {
        color: #494949;
        direction: rtl;
        line-height: 152%;
    }

    .infoBox:nth-child(1) {
        margin-top: 11.4px;
    }

    ul.list-group.profile-menu {
        width: 91% !important;
        margin: 0 !important;
    }

    .spcontains .list-group-item > span {
        vertical-align: middle;
        display: inline-block;
        position: relative;
        margin-right: 7px;
        margin-top: -2px;
        background: rgba(244, 244, 244, 1);
        text-align: center;
        padding: 0 7px;
        color: black;
        border-radius: 3px;
        height: 20px;
        line-height: 183%;
        text-indent: -1px;
        font-weight: 700;
    }

    .spcontains > .list-group-item span::after {
        content: "نفر";
        padding-right: 5px;
    }

    .spcontains .list-group-item a {
        color: black;
        padding-right: 11px;
        display: inline;
        margin: 0;
        font-weight: 700;
    }

    .spcontains > li {
        margin: 15px auto;
    }

    .textDetails {
        text-align: right;
    }

    .hidebox2 {
        display: none !important;
    }

    /*** sefaresh btn ***/
    ul.agahi-contains:hover .sfsh_btn {
        display: block;
    }

    .sfsh_btn {
        position: absolute;
        top: 120.5px;
        left: 5px;
        color: white;
        border: none;
        background: rgba(0, 110, 30, 0.85);
        padding: 5px;
        border-radius: 4px;
        font-weight: normal;
        display: none;
    }

    /*** end sefaresh btn ***/
    .col-lg-12.col-md-12.col-xs-12.agahiha2.page-content {
        padding-left: 0 !important;
    }

    .ufs_ul {
        padding: 0;
    }

    .ufs_ul li {
        width: 100% !important;
        float: right;
        list-style: none;
    }

    form {
        padding-left: 0 !important;
    }

    .ufs_info li img {
        width: 80%;
        height: auto;
        padding: 0;
        border-radius: 50%;
    }

    .ufs_ul > li {
        margin-right: 0;
    }

    .form-group {
        padding: 0 !important;
    }

    .mobile-filter-search {
        width: 100%;
        height: 100%;
        background: #fff;
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        z-index: +9999;
        /* display: none; */
    }

    ul.mobile-options {
        padding: 8px;
        color: gray;
    }

    .filtering-title {
        color: #454545;
        font-weight: 700;
    }

    .mobile-options .glyphicon {
        position: absolute;
        color: #bebebe;
        top: 50%;
        margin-top: -11px;
        right: 4px;
        transform: scale(.7);
    }

    .filtering-title .glyphicon {
        color: gray;
    }

    .filtering-title {
        padding-right: 0;
        padding-bottom: 14px !important;
    }

    .filtering-title .glyphicon {
        margin-top: -8px;
    }

    .mobile-options .list-group-item {
        padding: 19px;
        padding-right: 32px;
    }

    .filtering-save {
        text-align: center;
        font-weight: 700;
        background: #d70e4e;
        color: white;
        position: absolute;
        border-radius: 4px;
        bottom: 7px;
        width: 98%;
        margin-right: 1%;
        margin-left: 5px;
        left: 0;
        right: 0;
        font-size: 15.5px;
        padding: 18px !important;
    }

    .filtering-buyers.active-filter::before,
    .filtering-sellers.active-filter::before {
        content: 'فقط';
    }

    .filtering-buyers.active-filter::after,
    .filtering-sellers.active-filter::after {
        content: 'فعال';
        color: black;
        padding-right: 5px;
    }

    .filtering-location div {
        display: inline-block;
    }

    .mobile-options .list-group-item:hover {
        background: transparent !important;
    }

    .active-filter .glyphicon {
        color: #d70e4e;
    }

    .active-filter .close-filter {
        display: inline;
    }

    .close-filter {
        display: none;
        position: absolute;
        left: 35px;
        margin-top: 10px;
    }

    .close-filter .glyphicon {
        font-size: 24px !important;
    }

    .window-resualt {
        background: white;
        width: 90%;
        top: 0;
        margin-right: 5%;
        margin-top: 27%;
        height: auto;
        z-index: +99;
        border-radius: 5px;
        position: fixed;
    }

    .window-footer {
        background: #ededed;
        width: 100%;
        height: 40%;
        position: fixed;
        bottom: 0;
        z-index: +9;
    }

    .window-footer-items {
        overflow-y: auto;
        height: 82%;
    }

    .filter-ruckesh {
        background: rgba(0, 0, 0, 0.26);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .window-footer-items .list-group-item {
        background: #fafafa;
        text-align: center;
        padding: 15px;
    }

    .window-resualt .list-group-item:hover {
        background: transparent !important;
    }

    .window-resualt .list-group-item:nth-child(3) {
        width: 100%;
        text-align: center;
        font-weight: 700;
        color: #d70e4e;
        font-size: 15px;
        padding: 15px;
    }

    .window-resualt .list-group-item li {
        display: inline-block;
        margin-left: -2px;
    }

    .window-resualt .list-group-item:nth-child(1) {
        font-size: 15px;
        font-weight: 700;
        border: none !important;
    }

    .window-resualt .list-group-item:nth-child(1) .glyphicon {
        float: right;
        color: #d70e4e;
        font-size: 25px;
        margin-top: -2px;
    }

    .window-resualt .list-group-item:nth-child(2) {
        padding: 34px;
    }

    .window-resualt .list-group-item:nth-child(2) .glyphicon {
        font-size: 19px;
        vertical-align: middle;
        color: #d70e4e;
    }

    .show-selected-item {
        background: rgb(255, 255, 255);
        box-shadow: 0 0px 0 0px rgb(139, 139, 139), 0px 1px 4px 0 rgb(240, 240, 240);
        border-bottom: solid .7px rgb(223, 223, 223) !important;
        z-index: +99;
        padding:15px;
    }

    .dvblock {
        display: inline-block !important;
    }

    .final-uns {
        display: inline-block;
        margin: 0 4px;
    }
}

/*.agahi-image {
    background:url(data:image/gif;base64,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) !important;
    background-repeat:no-repeat !important;
    background-size:contain !important;
}*/


@media screen and (max-width: 991px)
{
    .agahi-image {
        padding-bottom:100%;
    }
    .agahi-content{
        padding-right: 4px !important;
    }
}

@media (min-width:993px)
{
    .panel-footer div{
        padding-right:12px !important;
    }
}

@media (max-width:991px)
{
    #modal-sefaresh .modal-dialog {
        width: 100%;
        height: 100%;
        background: white;
        margin: 0 !important;
    }

    #modal-sefaresh .modal-dialog .modal-content {
        box-shadow:none !important;
        border:none;
    }

    #modal-sefaresh button {
        font-weight: 700;
    }

    .order_weight {
        display: flex;
        justify-content:center;
        align-items:center;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .order_weight button{
        background:white !important;
        border:solid 1px #dbdbdb !important;
        margin:0 auto !important;
    }

    .dropdown li a{
        text-align:right;
    }

    .dropdown{
        text-align:right;
    }

    #modal-sefaresh .form-control {
        padding: 4px 6px;
        height: 45px;
    }

    #modal-sefaresh .modal-body{
        padding: 15px 5px !important;
    }

    #modal-sefaresh .btn-block {
        padding: 14px !important;
        margin-top: 24px !important;
        margin-bottom: 0px !important;
        font-size: 12pt !important;
    }
}

/*** start image button navbar and others ***/

@media screen and (max-width: 992px)
{
    .glyphicon.glyphicon-earphone,
    .glyphicon.glyphicon-comment,
    .glyphicon.glyphicon-bookmark,
    .glyphicon.glyphicon-phone-alt {
        background: url(http://piqagram.ir/uploads/e13afa519a6b.png);
    }

    .glyphicon.glyphicon-earphone {
        background-size: 411px 259px;
        background-position: -2497px -129px;
        transform: rotateX(0deg) rotate(356deg) scale(.85) !important;
        display: block;
        width: 24px;
        height: 24px;
    }
  
  	.agahi-contains .glyphicon.glyphicon-earphone {
      	opacity:0.4;	
	}

    .glyphicon.glyphicon-comment:before,
    .glyphicon.glyphicon-earphone:before,
    .glyphicon.glyphicon-bookmark:before,
    .glyphicon.glyphicon-phone-alt::before {
        content: "";
    }

    .glyphicon.glyphicon-comment {
        background-size: 411px 259px;
        background-position: -382px -129px;
        display: block;
        width: 24px;
        height: 24px;
    }

    .glyphicon.glyphicon-bookmark {
        background-size: 411px 259px;
        background-position: 337px -210px;
        display: block;
        width: 24px;
        height: 24px;
    }

    .glyphicon.glyphicon-plus-sign:before {
        content: "";
        display: block;
        background: url(http://piqagram.ir/uploads/e13afa519a6b.png) 597px -185px;
        background-size: 411px 259px;
        background-clip: border-box;
        width: 24px;
        height: 24px;
        margin-top: 4.5px !important;
        text-align: center;
        transform: scale(1.8) translateX(-21px) translateY(0px);
    }

    .glyphicon.glyphicon-home:before {
        content: "";
        display: block;
        background: url(http://piqagram.ir/uploads/e13afa519a6b.png) 498px -160px;
        background-size: 411px 259px;
        background-clip: border-box;
        width: 24px;
        height: 24px;
        margin-top: 2px !important;
        text-align: center;
        transform: scale(1.8) translateX(-24px);
    }

    .glyphicon.glyphicon-search:before {
        content: "";
        display: block;
        background: url(http://piqagram.ir/uploads/e13afa519a6b.png) -536px -210px;
        background-size: 411px 259px;
        background-clip: border-box;
        width: 24px;
        height: 24px;
        margin-top: 2px !important;
        text-align: center;
        transform: scale(1.8) translateX(-21px);
    }

    .glyphicon.glyphicon-transfer:before {
        content: "";
        display: block;
        background: url(http://piqagram.ir/uploads/e13afa519a6b.png) -461px -159px;
        background-size: 411px 259px;
        background-clip: border-box;
        width: 25px;
        height: 24px;
        margin-top: 2px !important;
        text-align: center;
        transform: scale(1.8) translate(-25px,-1.7px);
    }


    .mobile-search .glyphicon.glyphicon-arrow-right:before {
        content: "";
        display: block;
        background: url(http://piqagram.ir/uploads/e13afa519a6b.png) -153px -497px;
        background-size: 411px 259px;
        background-clip: border-box;
        width: 24px;
        height: 24px;
        margin-top: 0 !important;
        text-align: center;
        transform: scale(1.4) translateX(5px);
    }

    .filtering-title .glyphicon.glyphicon-arrow-right:before {
        content: "";
        display: block;
        background: url(http://piqagram.ir/uploads/e13afa519a6b.png) -151px -498px;
        background-size: 411px 259px;
        background-clip: border-box;
        width: 24px;
        height: 24px;
        margin-top: 2px !important;
        text-align: center;
        transform: scale(1.1) translateX(3.5px);
    }

    ul.mobile-options {
        color: gray;
        padding: 0 8px 8px;
        font-weight: bold;
    }

    ul.nav.navbar-nav .glyphicon:before {
        opacity: .85;
    }
}

/* end icons iamge button ****/

/* hotjar */
div[id^="_hj-f5b2a1e"]{
    display:none;
}

.Shrinker {
    width: 87% !important;
}

.emptyMsg {
    background: url(http://piqagram.ir/uploads/e13afa519a6b.png);
    background-size: 411px 259px;
    background-position: 0px 0px;
    background-clip: border-box;
    margin: 0 auto;
    width: 96px;
    height: 129px;
    margin-top: 15% !important;
    text-align: center;
    position: relative;
}

.emptyMsg:after {
    content: "یافت نشد!";
    font-weight: 700;
    bottom: -40px;
    margin: 0 auto;
    right: -48px;
    padding: 0;
    width: 200px;
    text-align: center;
    position: absolute;
    direction: rtl;
}

.mobile-category li{
    overflow:hidden;
    position:relative;
}


li.loading::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    background: #d70e4e;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -5px;
    border-radius: 50px;
    animation: loading 2s ease-in-out .8s infinite;
}


li.loading::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    background: #d70e4e;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -5px;
    border-radius: 50px;
    animation: loading 2s ease-in-out infinite;
}

@keyframes loading{
    100%{
        opacity:0;
        width:20px;
        height:20px;
        transform:scale(10);
    }
}
