/*transition*/
/*Alert*/

.alert-info {
  background: rgba(246, 246, 246, 0.79);
  border-color: #dddded;
  border-right: 3px solid #1d1924;
  border-radius: 0;
}
.alert-info span {
  color: #f94877 !important;
}
.alert-danger {
  background: rgba(246, 246, 246, 0.79);
  border-color: #dddded;
  border-right: 3px solid #f94877;
  border-radius: 0;
  color: #f94877;
}
.alert-danger span {
  color: #f94877 !important;
}
.sel {
  color: #f94877 !important;
}
.sel option {
  color: #282828;
}
/* Go top*/

.cd-top {
  background: #fdc3d3 url('/img/go-top-3.png') no-repeat center 95%;
  border-radius: 5px;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
}
.btn-style {
  background: #352e42;
  color: white;
  border-radius: 40px;
}
.btn-style:hover,
.btn-style:focus {
  background: #413851;
  color: white;
}
.btn-style-b {
  color: white;
  background: #f94877;
  border-radius: 40px;
}
.btn-style-b:hover,
.btn-style-b:focus {
  color: #f2f2f2;
  background: #f82f65;
}
.title-public h5,
.title-public p {
  border-bottom: 0;
  text-align: center;
}
.title-public h5 i,
.title-public p i {
  color: #f94877;
}
.title-public h5 span,
.title-public p span {
  border-bottom: 1px solid #f94877;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  color: #1d1924;
  margin-bottom: -1px;
  font-size: 18px;
  position: relative;
}
.title-public h5 span:before,
.title-public p span:before {
  position: absolute;
  content: "";
  right: 50%;
  bottom: -5px;
  border-radius: 50%;
  margin-right: -5px;
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid #f94877;
}
/*common-form*/

.agency-form form .form-group label {
  color: #2c2b2b;
}
.agency-form form .form-group .form-control {
  color: #f94877;
  border-color: #7e6e9b;
  font-size: 13px;
}
/*top-header*/

.top-header {
  padding: 4px 0 3px;
  background: #fdc3d3;
}
.top-header .right-bar .user-account {
  display: inline-block;
  margin-top: 0;
}
.top-header .right-bar .user-account a.dropdown-toggle {
  color: #f94877;
  background: white;
  border-radius: 20px;
  font-size: 13px;
  display: inline-block;
  padding: 2px 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top-header .right-bar .user-account a.dropdown-toggle i {
  color: #f94877;
  margin-left: 2px;
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top-header .right-bar .user-account a.dropdown-toggle:hover {
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top-header .right-bar .user-account a:hover {
  color: white;
  background: #f94877;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top-header .right-bar .user-account a:hover i {
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top-header .right-bar .user-account .dropdown-menu {
  background: #47475a;
}
.top-header .right-bar .user-account .dropdown-menu li a {
  color: white;
}
.top-header .right-bar .user-account .dropdown-menu li a i {
  color: #f94877;
}
.top-header .right-bar .user-account .dropdown-menu li a:hover {
  background: #5e5e71;
}
.top-header .right-bar .user-account .dropdown-menu:after {
  border-bottom: 8px solid #47475a;
}
.top-header .right-bar a.link-login {
  color: #f94877;
  background: white;
  border-radius: 20px;
  font-size: 13px;
  display: inline-block;
  padding: 2px 13px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top-header .right-bar a.link-login > i {
  color: #f94877;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top-header .right-bar a.link-login:hover {
  color: white;
  background: #f94877;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top-header .right-bar a.link-login:hover > i {
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top-header .left-bar span {
  color: #5c4f72;
  font-size: 15px;
  display: inline-block;
}
.top-header .left-bar span i {
  font-size: 15px;
  color: #5c4f72;
  vertical-align: text-bottom;
}
/*navigation*/

.nav-top {
  background: #ffebf1;
}
.nav-top a.logo {
  margin-top: 4px;
  margin-left: 15px;
  float: left;
}
.nav-top a.logo img {
  margin: 1px 0;
  max-height: 62px;
}
.nav-top .navbar-collapse {
  background: #ffebf1;
}
.nav-top .navbar-collapse ul.navbar-top {
  padding-top: 20px;
  padding-bottom: 20px;
}
.nav-top .navbar-collapse ul.navbar-top li a {
  color: #2c2b2b;
  padding: 4px 10px;
  border-radius: 20px;
}
.nav-top .navbar-collapse ul.navbar-top li a:hover {
  color: #f94877;
}
.nav-top .navbar-collapse ul.navbar-top li a:before {
  display: none;
}
.navbar-toggle .icon-bar {
  background-color: white !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white !important;
  background: #f94877;
}
/*for xs*/

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none;
}
.affix {
  background: white;
}
.affix .navbar-collapse {
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .agency-name {
    background: transparent !important;
  }
  .nav-top {
    background: #fb799c;
  }
  .nav-top .navbar-collapse {
    background: #fb799c;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    border-bottom: none;
  }
  .nav-top .navbar-collapse ul.navbar-top li a {
    color: white;
    font-size: 12px;
  }
  .nav-top .navbar-collapse ul.navbar-top li a:before {
    background: none;
  }
  .nav-top .navbar-collapse ul.navbar-top li a:hover:before {
    background: none;
  }
  .nav-top .navbar-collapse ul.navbar-top li a:hover {
    color: #1d1924;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #1d1924 !important;
    border-bottom: 0 !important;
    background: #fb8daa;
  }
}
.agency-name {
  background: #84749f;
}
.agency-name h1 {
  color: #f94877;
}
.agency-name h5 img {
  border: 1px solid #1d1924;
  background: white;
}
.agency-name h5 span {
  color: #f94877;
}
.agency-name h5 b {
  color: #1d1924;
  font-size: 12px;
}
/*Property search*/

.search-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(48, 8, 88, 0.29);
  background-image: url('/img/pattern/bg-dottes.png');
  opacity: 0.9;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.search-section:after {
  content: "";
  display: block;
  position: absolute;
  background: url('/img/pattern/bg-section-cta-bottom-inside.svg') no-repeat 50% 100%;
  background-size: contain;
  width: 100%;
  height: 20px;
  bottom: 0;
  right: 0;
}
.search-section {
  position: relative;
  background-image: url('/img/img-banner.jpg');
}
.search-section .seaching {
  z-index: 2;
  background: rgba(21, 3, 3, 0.7);
  border: 2px solid #1d1924;
  border-radius: 4px;
}
.search-section .seaching .form-control {
  box-shadow: none;
  border-radius: 4px;
  border-color: #5e5e71;
  font-size: 13px;
}
.search-section .seaching h5.head {
  background: #1d1924;
  color: white;
}
.search-section .seaching h5.head i {
  color: white;
}
.search-section .seaching h5.head:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 40px;
  border-top: 10px solid #1d1924;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
}
.search-section .seaching a.btn {
  background: #f94877;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.search-section .seaching a.btn:hover {
  background: #f71752;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.search-section .seaching P {
  color: #f94877;
  background: rgba(29, 25, 36, 0.83);
  padding: 2px 5px;
}
/*estate-box*/

.estate-box {
  margin-top: 0;
  background: #f1f2f4;
  padding-top: 20px;
}
.estate-box .estate-detail {
  background: #f2d7d7;
  background: #fee1e9;
  margin-top: 0;
  margin-top: 15px;
  height: 150px;
}
.estate-box .estate-detail a svg {
  padding: 10px;
  width: 90px;
  height: 90px;
  margin-top: -40px;
  border-radius: 50%;
  border: 7px solid #f1f2f4;
  background: #fee1e9;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.estate-box .estate-detail a svg path {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  fill: #f94877;
}
.estate-box .estate-detail a h2 {
  color: #2c2b2b;
  margin: 0;
}
.estate-box .estate-detail a p {
  color: #1d1924;
}
.estate-box .estate-detail a p b {
  color: #f94877;
}
.estate-box .estate-detail:hover {
  background: white;
}
.estate-box .estate-detail:hover a h2 {
  color: #f94877;
}
.estate-box .estate-detail:hover a b {
  color: #f94877;
}
.estate-box .estate-detail:hover a svg {
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  transform: rotate(6deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
}
/*occasions*/

.occlist {
  background: white;
  border: 1px solid #dddded;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.occlist .wrapper-boxx > a img {
  border: 1px solid #fae9e9;
}
.occlist .media-body > span {
  color: #f94877;
}
.occlist .media-body > a p {
  color: #1d1924;
  font-size: 13px;
}
.occlist:hover {
  background: rgba(255, 220, 251, 0.27);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.occlist:hover .media-body > a {
  text-decoration: none;
}
.occlist:hover .media-body > a p {
  color: #62031d;
}
/*searchresult*/

.result-section {
  background: #f1f2f4;
  margin-bottom: 25px;
}
.search-result .search-top {
  background: #fee6ec;
  border-right: 3px solid #67031e;
}
.search-result .search-top p span {
  color: #f94877;
}
.search-result .search-top p b {
  color: #f94877;
}
.search-result .search-top span b {
  color: #f94877;
}
.info-estate {
  border: 1px solid #dddded;
  background: white;
}
.info-estate > p.price {
  color: #1d1924;
  font-family: web_yekan;
  font-size: 14px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.info-estate > p.price span {
  color: #2c2b2b;
  font-family: Tahoma;
}
.info-estate h5.position-estate,
.info-estate b {
  color: #1d1924;
  font-size: 13px;
  font-family: vazir;
}
.info-estate p {
  color: black;
}
.info-estate span i {
  color: #f94877;
}
.info-estate a {
  color: #1d1924;
  border: 1px solid #f94877;
  text-decoration: none;
  font-size: 13px;
  border-radius: 40px;
  padding: 3px 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.info-estate:hover {
  background: white;
}
.info-estate:hover > p.price {
  color: #f94877;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.info-estate:hover a {
  color: white;
  background: #f94877;
  border-color: #f94877;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*result-list*/

.result-list {
  border-top: 1px solid #dddded;
}
.result-list .media-right a img {
  border: 1px solid #e4e4f1;
  border-radius: 3px;
}
.result-list .media-body h2 a {
  color: #f94877;
}
.result-list .media-body h2 a:hover {
  color: #d4073d;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.result-list .media-body span.price {
  color: #333333;
}
.result-list .media-body span.price > span {
  font-weight: normal;
}
.result-list .media-body .rent-price {
  color: #333333;
}
.result-list .media-body .rent-price > span {
  font-weight: normal;
}
.result-list .media-body p.detail span {
  color: #333333;
}
.result-list .media-body p.comment {
  color: #333333;
  font-family: Vazir;
}
.result-list .media-body a.more-detail {
  background-color: white;
  color: #f94877;
  border: 1px solid #f94877;
  border-radius: 20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.result-list .media-body a.more-detail:hover {
  background: #f94877;
  color: white;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/*Pagination*/

ul.pagination li a {
  color: black;
  background: #fff5fe;
  font-size: 12px;
}
ul.pagination li a:hover {
  background: #f94877;
  color: white;
}
ul.pagination li a:active,
ul.pagination li a:focus {
  background: #fa6189;
}
ul.pagination .active > a,
ul.pagination .active > span,
ul.pagination .active > a:hover,
ul.pagination .active > span:hover,
ul.pagination .active > a:focus,
ul.pagination .active > span:focus {
  background: #fa6189;
  color: white !important;
  border-color: #dddded;
}
/*_________________View Filws_________________*/

.View-files .title-public p span {
  font-size: 15px;
  padding-bottom: 0;
}
/*State Info*/

.estate-info {
  padding: 5px 5px;
}
.estate-info .header {
  background: #fee6ec;
}
.estate-info .header span {
  color: #1d1924;
  font-size: 14px;
  margin-left: 20px;
}
.estate-info .header span b {
  color: #f94877;
}
.estate-info .item-content {
  border: 1px solid #dddded;
}
.estate-info .item-content ul.items li {
  line-height: 38px;
}
.estate-info .item-content ul.items li h4 {
  color: #f94877;
  font-weight: normal;
}
.estate-info .item-content ul.items li span {
  font-family: Vazir;
}
.estate-info .item-content ul.items li b.locked {
  color: #ed0845;
}
.estate-info .item-content ul.items li b.locked > a {
  color: #ed0845;
}
/*Specification-Owner*/

.specification-owner .owner-info {
  border: 1px solid #dddded;
}
.specification-owner .owner-info ul.owner li {
  line-height: 38px;
}
.specification-owner .owner-info ul.owner li h4 {
  color: #f94877;
}
.specification-owner .owner-info ul.owner li span {
  font-family: Vazir;
}
.specification-owner .owner-info ul.owner li b.locked {
  color: #ed0845;
}
.specification-owner .owner-info ul.owner li b.locked > a {
  color: #ed0845;
}
/*map-show*/

.map-show {
  margin-bottom: 15px;
}
.map-show h6 {
  margin: 0;
  font-size: 12px;
  color: #1d1924;
}
.social-sharing h6 {
  color: #1d1924;
}
/*right-sidebar*/

.right-sidebar .sidebar {
  margin-bottom: 15px;
}
.right-sidebar .sidebar .title-sidebar {
  border: 1px solid transparent;
  color: white;
  text-align: right;
  padding-right: 5px;
  background: #f94d7b;
  font-size: 13px;
  padding-bottom: 4px;
}
.right-sidebar .sidebar .body-sidebar {
  border: 1px solid #a79cba;
  background: white;
  border-radius: 4px;
}
.right-sidebar .sidebar .img-sidebar {
  padding: 5px;
}
.right-sidebar .sidebar .img-sidebar a h2 {
  color: #f94877;
}
.right-sidebar .sidebar .img-sidebar a h2:hover {
  color: #1d1924;
}
.right-sidebar .sidebar .img-sidebar p {
  color: #1d1924;
}
.right-sidebar .sidebar .img-sidebar h2 {
  color: #f94877;
  text-align: center;
}
.right-sidebar .sidebar .notice-a h3 {
  color: #f94877;
}
.right-sidebar .sidebar .notice-a h3 a {
  color: #f94877;
}
.right-sidebar .sidebar .notice-a h3 a:hover {
  color: #1d1924;
}
.right-sidebar .sidebar .notice-a p {
  color: #1d1924;
}
.right-sidebar .sidebar .news ul li {
  border-bottom: 1px solid #dddded !important;
}
.right-sidebar .sidebar .news ul li a:before {
  color: #f94877;
}
.right-sidebar .sidebar .news ul li a {
  color: #1d1924;
}
.right-sidebar .sidebar .news ul li a:hover {
  background: #fee6ec;
  color: #f94877;
}
.right-sidebar .sidebar .news span.link-eram {
  color: black;
}
.right-sidebar .sidebar .news span.link-eram > a {
  color: black;
}
.right-sidebar .sidebar .news span.link-eram > a:hover {
  color: #2c2b2b;
}
.site-review > div {
  text-align: right;
}
/*advert-home*/

.advert-home {
  background: white;
  border: 1px solid #dddded;
  padding-top: 0;
}
.advert-home > p.head-ad {
  background-color: #fedce5;
  margin-left: -8px;
  margin-top: 0;
  margin-right: -8px;
  border-radius: 2px 2px 0 0;
}
.advert-home > p.head-ad > a {
  color: #1d1924;
  font-size: 13px;
}
.advert-home > span {
  color: #1d1924;
  font-family: vazir;
}
.advert-home > span:before {
  color: #1d1924;
}
.advert-home .bottom-ad i.locked {
  color: #f94877;
  font-weight: bold;
}
.advert-home .bottom-ad > p {
  margin: 0;
  margin-bottom: -5px;
}
.advert-home .bottom-ad > p a {
  color: #f94877;
  border: 1px solid #f94877;
  border-radius: 40px;
  padding: 1px 6px 2px;
  line-height: 15px;
  font-size: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.advert-home .bottom-ad > p a:after {
  font-size: 8px;
  color: #2c2b2b;
}
.advert-home:hover .bottom-ad > p a {
  background: #f94877;
  border-color: #f94877;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.advert-home:hover .bottom-ad > p a:after {
  color: white;
}
/*Member agencies*/

.member {
  border: 1px solid #dddded;
  border-bottom-color: #fcabc0;
  background: white;
  border-radius: 3px;
}
.member p.name-state {
  color: #1d1924;
  background: white;
  border-bottom: 1px solid #dddded;
  font-size: 14px;
}
.member h5 {
  color: #1d1924;
}
.member h5 b {
  color: #1d1924;
  font-size: 13px;
}
.member p.phones {
  text-align: left;
  line-height: 25px;
}
.member p.phones i {
  color: #f94877;
  background: #8c7da5;
  border-radius: 50%;
  padding: 4px;
  background: rgba(221, 221, 228, 0.77);
  float: left !important;
  vertical-align: middle;
  margin-right: 3px;
}
.member .observe {
  line-height: 16px;
  padding: 0;
  color: #f94877;
}
.member .observe:hover {
  text-decoration: underline;
}
.member a.link {
  color: black;
  text-align: left;
}
.member a.link i {
  color: #0ba6ab;
}
.member a img.img-member {
  border: 1px solid #dddded;
}
.member:before {
  background: #fb83a3;
}
.member:hover:before {
  background: #f94877;
}
.member:hover {
  background: #fff0f4;
}
.member:hover p.name-state {
  background: #fff0f4;
}
.member:hover .observe {
  color: #e52531;
}
.member:hover p i {
  color: #f94877;
}
/*box-news*/

.box-news {
  border: 1px solid #fee1e9;
}
.box-news .header-news {
  background: #fcabc0;
}
.box-news .header-news h5 {
  font-size: 13px;
  color: #1d1924;
}
.box-news .header-news h5 a {
  color: #1d1924;
}
.box-news .header-news:before {
  border-top: 10px solid #fcabc0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.box-news .content-news p {
  color: #1d1924;
}
.box-news .content-news .detail-news > span {
  color: black;
}
.box-news .content-news .detail-news > span i {
  color: #f94877;
}
.box-news .content-news .detail-news > a {
  color: #1d1924;
  background: white;
}
.box-news:hover .header-news {
  background: #fb92ae;
}
.box-news:hover .header-news h5 a {
  color: #333333;
}
.box-news:hover .header-news:before {
  border-top: 10px solid #fb92ae;
}
.box-news:hover .content-news p {
  color: #5f5e5e;
}
.box-news:hover .content-news .detail-news > a {
  color: #f94877;
}
/*view-news*/

.view-news h1 {
  color: #f94877;
  font-size: 18px;
}
.view-news hr {
  border-top: 1px solid #f94877;
}
/*box-opinion*/

.opinion .opinion-wrapper .opinion-users {
  background: #bcb4cb;
}
.opinion .opinion-wrapper .opinion-users p {
  color: #333333;
}
.opinion .opinion-wrapper .opinion-users:before {
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #bcb4cb;
  border-top: 10px solid #bcb4cb;
}
.opinion .opinion-wrapper h5 {
  color: #f94877;
}
.opinion .opinion-wrapper span {
  color: #2c2b2b;
}
/*footer*/

.footer {
  background: #2d3f51;
  border-top: 3px solid #2c2b2b;
  color: white;
}
.footer ul.footer-link li a {
  color: #b2b2b2;
}
.footer ul.footer-link li > a:hover {
  color: white;
}
.footer ul.footer-link li > a:before {
  content: "\e605";
  font-family: 'simple-line-icons';
  color: #f94877;
  font-size: 11px;
  vertical-align: bottom;
  margin-left: 3px;
}
.footer .footer-bottom {
  color: #d4d4d4;
}
.footer .footer-bottom span a {
  color: #f94877;
}
/*RegisterWays*/

.ways-select .ways-register h5 a {
  color: #f94877;
  text-decoration: none;
}
.ways-select .ways-register h5 a:hover {
  color: #1d1924;
}
/*Estate*/

ul.top-estate li {
  font-family: web_yekan;
}
ul.top-estate li:before {
  color: #f94877;
  font-size: 17px;
}
.estate {
  background: rgba(255, 245, 254, 0.27);
  border: 1px solid #dddded;
}
.estate p {
  color: #1d1924;
}
.estate .checkbox label {
  color: #5f5e5e;
}
/*account*/

.account {
  border: 1px solid #fdb5c8;
  background: #fee6ec;
}
.account h5 {
  background: #f94877;
  color: white;
  margin: 0;
}
.account form .form-group {
  position: relative;
}
.account form .form-group label {
  color: #1d1924;
}
.account form .form-group .form-control {
  color: #f94877;
  border-color: transparent;
}
.account form .form-group i {
  color: #f94877;
}
.account form .btn-wrapper .btn-account i {
  color: #2c2b2b;
  display: none;
}
.account form .bottom-box p a {
  color: #f94877 !important;
}
.account form .bottom-box span a {
  color: #f94877;
}
/*payment*/

.payment {
  background: rgba(255, 245, 254, 0.27);
  border: 1px solid #dddded;
}
.payment p {
  color: #2c2b2b;
}
.payment p:before {
  color: #f94877;
  content: "\e07a";
  vertical-align: top;
  font-size: 16px;
}
/*ContactUs*/

.contact-us {
  border: 1px solid #dddded;
  background: rgba(255, 245, 254, 0.27);
}
.contact-us h5 {
  color: #2c2b2b;
  font-size: 16px;
}
.contact-us h5 i {
  color: #f94877;
  font-size: 25px;
  vertical-align: text-bottom;
}
.contact-us p {
  color: black;
}
.contact-us ul li {
  color: black;
}
.contact-us span {
  color: black;
}
/*Map*/

h2.map-name {
  color: #f94877;
}
/*occasion-menu*/

.occasion {
  margin-top: 20px;
  /*Occasion*/

  /*occasion Lease*/

}
.occasion .alert-info {
  background: rgba(246, 246, 246, 0.79);
  border-color: #e6e5e5;
  border-right: 3px solid #f94877;
}
.occasion .types-state {
  border: 1px solid #dddded;
  background: white;
}
.occasion .types-state > h5 {
  background: #ffebf1;
  border-bottom: 1px solid #dddddd;
  padding-right: 10px;
  text-align: right;
}
.occasion .types-state > h5 a {
  color: black;
  font-size: 13px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.occasion .types-state > h5 a span {
  color: gray;
}
.occasion .types-state > h5:hover a {
  color: #333333;
}
.occasion .types-state > h5:hover a span {
  color: #333333;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.occasion .types-state ul li {
  border-bottom: 1px solid #dddddd;
}
.occasion .types-state ul li a {
  color: #666666;
}
.occasion .types-state ul li a span {
  color: #aca9a9;
  margin-right: 3px;
}
.occasion .types-state ul li a:hover {
  color: #f94877;
}
.occasion .types-state ul li:last-child {
  border-bottom: 0;
}
.occasion .Lease {
  border: 1px solid #e2e8e2;
}
.occasion .Lease > h5 {
  background: #f3d5de;
  border-bottom: 1px solid #dddddd;
}
.occasion .Lease ul li:first-child {
  border-bottom: 0;
}
/*qaa*/

.qaa h4 {
  color: #1d1924;
}
.qaa h4:before {
  content: "\e08b";
  vertical-align: baseline;
  color: #f94877;
}
.qaa p {
  color: black;
}
.qaa ul.qaa-comment li:before {
  color: #2c2b2b;
}
/*new-member*/

.new-member {
  border: 1px solid #dddded;
}
.new-member p {
  color: black;
}
.new-member p a {
  color: #f94877;
}
.new-member p:before {
  color: #f94877;
}
.new-form {
  background: rgba(255, 245, 254, 0.27);
  border: 1px solid #dddded;
}
.new-form ul li {
  color: black;
}
.new-form ul li:before {
  color: #f94877;
}
.new-form p.bottom-form {
  color: black;
}
.new-form p.bottom-form b {
  color: #1d1924;
}
/*agency-name*/

h1#agency-name {
  color: #1d1924;
  text-shadow: 1px 1px 5px #f94877;
  text-align: right;
}
/*Ribbon*/

.vertical-ribbon span {
  color: white;
  font-size: 12px;
  padding-right: 8px;
}
.vertical-ribbon:after {
  border: 18px solid #f94877;
  border-bottom-color: transparent;
  border-top-width: 24px;
}
/*Ribbon-solid*/

.ribbon-sold aside.diamond {
  background-color: #fb799c;
  color: white;
  font-size: 12px;
}
.ribbon-sold aside.diamond i {
  font-size: 15px;
  color: white;
}
.ribbon-sold aside.diamond:after,
.ribbon-sold aside.diamond:before {
  border-color: transparent #fb799c;
}
/*left-ribbon */

.left-ribbon span {
  background: #f94877;
}
.left-ribbon .left-ribbon span::before {
  border-left: 3px solid #f94877;
  border-top: 3px solid #f94877;
}
.left-ribbon .left-ribbon span::after {
  border-right: 3px solid #f94877;
  border-top: 3px solid #f94877;
}
/*occasion-data*/

.occasion-data {
  border: 1px solid #c6c6e1;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.occasion-data h4 {
  color: #f94877;
  border-bottom: 1px solid #dddddd;
}
.occasion-data > p {
  color: #333333;
}
.occasion-data span.price {
  position: absolute;
  top: -12px;
  left: -1px;
  background: white;
  border: 1px solid #c6c6e1;
  color: #1d1924;
}
.occasion-data .specification {
  background: white;
}
.occasion-data .specification span.owner {
  color: #333333;
  font-size: 12px;
}
.occasion-data .specification span.phone {
  font-size: 12px;
}
.occasion-data .specification > p {
  margin: 0;
}
.occasion-data .specification > p > b {
  font-size: 12px;
}
.occasion-data .specification > p > b:after {
  color: #555555;
}
.occasion-data .specification > p a {
  color: #f94877;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 1px 5px;
  border-radius: 3px;
  line-height: 20px;
  border: 1px solid transparent;
  margin-top: 1px;
}
.occasion-data .specification > p a:after {
  content: "\e605";
  font-family: 'simple-line-icons';
  color: #f94877;
}
.occasion-data:hover span.price {
  background: #fffafb;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.occasion-data:hover .specification a {
  color: #f94877;
  border: 1px solid #f94877;
  background: rgba(255, 245, 254, 0.27);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
