/*transition*/
body {
  background: #f5e7e7;
  background-image: url('/img/pattern/PatternGOM.png');
}
.alert-info {
  background: white;
  border-color: #b0bfc6;
  border-right: 3px solid #ea4c89;
  border-radius: 0;
}
.alert-info span {
  color: #f73315 !important;
}
.alert-danger {
  background: rgba(248, 218, 218, 0.79);
  border-color: rgba(248, 218, 218, 0.88);
  border-right: 3px solid #f73315;
  border-radius: 0;
  color: #f73315;
}
.alert-danger span {
  color: #f73315 !important;
}
.search-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(44, 10, 65, 0.24);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.search-section {
  position: relative;
  background: url('/img/pattern/dark_wood.png') repeat;
  background: url('/img/Search.jpg') center center no-repeat;
}
.search-section .seaching {
  background: rgba(6, 60, 83, 0.26);
  border: 1px solid rgba(205, 94, 137, 0.57);
  border-radius: 5px;
}
.search-section .seaching h5.head {
  background: rgba(205, 94, 137, 0.57);
  color: white;
}
.search-section .seaching h5.head i {
  color: white;
}
.search-section .seaching .form-control {
  border-color: #b4cda8;
  border-radius: 2px;
  box-shadow: 0;
  font-size: 12px;
}
.search-section .seaching h5.head:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 40px;
  border-top: 10px solid rgba(205, 94, 137, 0.57);
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
}
.search-section .seaching a.btn {
  background: #ea4c89;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.search-section .seaching a.btn:hover {
  background: #e51e6b;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.search-section .seaching P {
  color: #ea4c89;
  padding: 2px 5px;
}
/* Go top*/

.cd-top {
  border: 1px solid #b0bfc6;
  background: #ea4c89 url('/img/go-top.png') no-repeat center 50%;
  border-radius: 3px;
  height: 35px !important;
  width: 35px !important;
}
.sel {
  color: #ea4c89 !important;
}
.sel option {
  color: #04151d !important;
}
.btn-style {
  background: #04151d;
  color: #ea4c89;
  font-size: 13px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-style:hover,
.btn-style:focus {
  background: #072533;
  color: #ea4c89;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-style-b {
  background: white;
  color: #04151d;
  border: 1px solid #04151d;
  font-size: 13px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-style-b:hover,
.btn-style-b:focus {
  color: #ea4c89;
  border-color: #ea4c89;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.title-public h5,
.title-public h1,
.title-public p {
  border-bottom: 0;
  text-align: right;
  margin: 21px 0 15px;
  position: relative;
}
.title-public h5 i,
.title-public h1 i,
.title-public p i {
  color: #ea4c89;
}
.title-public h5 span,
.title-public h1 span,
.title-public p span {
  border-bottom: 0;
  color: #ea4c89;
  font-weight: normal;
  font-size: 18px;
}
/*common-form*/

.agency-form {
  background: rgba(161, 105, 174, 0.11);
}
.agency-form form .form-group label {
  color: #04151d;
}
.agency-form form .form-group .form-control {
  color: #333333;
}
.agency-form form .form-group .form-control option {
  color: #04151d;
}
.agency-form form .form-group .form-control:focus {
  border-color: #ea4c89;
}
/*top-header*/

.top-header {
  background: #04151d;
  border-top: 3px solid #ea4c89;
  padding: 8px 0;
}
.top-header .right-bar .user-account a.dropdown-toggle {
  color: #b0bfc6;
}
.top-header .right-bar .user-account a.dropdown-toggle i {
  color: #ea4c89;
  margin-left: 2px;
}
.top-header .right-bar .user-account a.dropdown-toggle:hover {
  color: #e94786;
}
.top-header .right-bar .user-account a.dropdown-toggle:hover i {
  color: #ea4c89;
}
.top-header .right-bar .user-account .dropdown-menu {
  background: #04151d;
}
.top-header .right-bar .user-account .dropdown-menu li a {
  color: #b0bfc6;
}
.top-header .right-bar .user-account .dropdown-menu li a i {
  color: white;
}
.top-header .right-bar .user-account .dropdown-menu li a:hover {
  background: #061f2a;
  color: white;
}
.top-header .right-bar .user-account .dropdown-menu:after {
  border-bottom: 8px solid #04151d;
}
.top-header .right-bar a.link-login {
  color: #b0bfc6;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.top-header .right-bar a.link-login i {
  color: #ea4c89;
}
.top-header .right-bar a.link-login:hover {
  color: #ea4c89;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.top-header .left-bar span {
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top-header .left-bar span i {
  color: #ea4c89;
}
.top-header .left-bar span:hover {
  color: #ea4c89;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*navigation*/

.navbar-toggle .icon-bar {
  background-color: #ea4c89 !important;
}
.nav-top {
  background: #f2f2f2 !important;
}
.nav-top .navbar-collapse {
  background: #f2f2f2 !important;
}
.nav-top .navbar-collapse ul.navbar-top li a {
  color: #04151d;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-top .navbar-collapse ul.navbar-top li a:hover {
  color: #ea4c89;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ea4c89 !important;
  border-color: #ea4c89 !important;
  background: #e0e0e0 !important;
}
/*for xs*/

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none;
}
@media only screen and (max-width: 767px) {
  .nav-top .navbar-collapse ul.navbar-top li a {
    color: #830f3c;
  }
  .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: #ea4c89;
  }
  .nav-top .navbar-collapse ul.navbar-top li:last-child {
    border-bottom: 1px solid #ea4c89;
    padding-bottom: 20px;
  }
}
/*Property search*/

.property-search {
  border: 1px solid #b0bfc6;
  background: rgba(34, 34, 34, 0.85);
  padding-bottom: 5px;
  padding-top: 25px !important;
  margin-top: 25px !important;
}
.property-search .form-group {
  margin-bottom: 20px;
}
.property-search .form-group label {
  color: #ea4c89 !important;
}
.property-search p {
  color: #ea4c89;
}
.property-search p i {
  color: #ea4c89;
}
/*estate-box*/

/*estate-box*/

.estate-box {
  margin-top: 0;
  padding-top: 20px;
}
.estate-box .estate-detail {
  background: white;
  margin-top: 0;
  border: 1px solid #04151d;
  border-top: 35px solid #031219;
  margin-top: 15px;
  height: 170px;
  padding-top: 0;
  border-radius: 5px;
}
.estate-box .estate-detail a svg {
  padding: 15px;
  width: 60px;
  height: 60px;
  margin-top: -45px;
  border-radius: 50%;
  background: #031219;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.estate-box .estate-detail a svg path {
  fill: #ea4c89;
}
.estate-box .estate-detail a h2 {
  color: #ea4c89;
  margin: 0;
}
.estate-box .estate-detail a p {
  color: #04151d;
}
.estate-box .estate-detail a p b {
  color: #ea4c89;
}
.estate-box .estate-detail:hover {
  border-top-color: #ea4c89;
}
.estate-box .estate-detail:hover a h2 {
  color: #ea4c89;
}
.estate-box .estate-detail:hover a b {
  color: #ea4c89;
}
.estate-box .estate-detail:hover a svg {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #ea4c89;
}
.estate-box .estate-detail:hover a svg path {
  fill: white;
}
/*occasions*/

.occlist {
  background: white;
  border: 1px solid #b0bfc6;
}
.occlist .wrapper-boxx > a img {
  border: 1px solid #dddddd;
}
.occlist .media-body > span {
  color: #ea4c89;
}
.occlist .media-body > a p {
  color: #04151d;
  font-size: 13px;
}
.occlist:hover {
  background: rgba(161, 105, 174, 0.11);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.occlist:hover .media-body > a {
  text-decoration: none;
}
.occlist:hover .media-body > a p {
  color: black;
}
/*searchresult*/

.search-result .search-top {
  border: 1px solid #b0bfc6;
  background: rgba(161, 105, 174, 0.11);
  border-radius: 2px;
}
.search-result .search-top p span {
  color: #f73315;
}
.search-result .search-top p b {
  color: #f73315;
}
.search-result .search-top span b {
  color: #f73315;
}
.info-estate {
  border: 1px solid #b0bfc6;
  background: white;
}
.info-estate > p.price {
  color: #04151d;
  font-family: 'web_Yekan';
  padding-bottom: 5px;
  border-bottom: 1px solid #b0bfc6;
}
.info-estate > p.price span {
  color: #04151d;
}
.info-estate .position-estate {
  font-family: vazir;
}
.info-estate p {
  color: #333333;
}
.info-estate .footer-estate span i {
  color: #ea4c89;
}
.info-estate .footer-estate a {
  color: #ea4c89;
  background: white;
  border: 1px solid #ea4c89;
  padding: 3px 5px;
  font-size: 13px;
  border-radius: 2px;
  text-decoration: none;
}
.info-estate:hover h5.price {
  color: #f73315;
}
.info-estate:hover .footer-estate a {
  border: 1px solid #04151d;
  color: #ea4c89;
  background: #04151d;
}
/*result-list*/

.result-list {
  border-top: none;
  background: white;
  padding: 10px;
  border: 1px solid #b0bfc6;
  border-radius: 2px;
}
.result-list .media-right a img {
  border-color: #efebeb;
  border-radius: 2px;
}
.result-list .media-body h2 a {
  color: #ea4c89;
}
.result-list .media-body h2 a:hover {
  color: #ba1655;
  -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: #ea4c89;
  border: 1px solid #ea4c89;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.result-list .media-body a.more-detail:hover {
  background: #ea4c89;
  color: white;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/*pagination*/

ul.pagination li a {
  color: #04151d;
  background: #fafafa;
}
ul.pagination li a:hover {
  background: #ea4c89;
  color: white;
}
ul.pagination li a:active,
ul.pagination li a:focus {
  background: #ea4c89;
}
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: #eb518c;
  color: #04151d !important;
  border-color: #ea4c89;
}
/*_________________View Filws_________________*/

/*State Info*/

.estate-info {
  padding: 5px 5px;
}
.estate-info .header {
  border-right: 1px solid #b0bfc6;
  background: #072533;
}
.estate-info .header .special i {
  color: #ea4c89;
  background: white;
  padding: 3px;
  border-radius: 50%;
}
.estate-info .header span {
  color: #ea4c89;
  font-size: 14px;
  margin-left: 20px;
}
.estate-info .header span b {
  color: white;
}
.estate-info .item-content {
  border: 1px solid #b0bfc6;
}
.estate-info .item-content ul.items {
  padding: 10px;
  border-radius: 0 0 3px 3px;
  margin-bottom: 0;
  margin-top: 0;
}
.estate-info .item-content ul.items li {
  line-height: 38px;
}
.estate-info .item-content ul.items li h4 {
  color: #ea4c89;
}
.estate-info .item-content ul.items li span {
  font-family: Vazir;
}
.estate-info .item-content ul.items li b.locked {
  color: #f73315;
}
.estate-info .item-content ul.items li b.locked > a {
  font-size: 14px;
  padding-right: 5px;
  color: #f73315;
}
/*Specification-Owner*/

.specification-owner .owner-info {
  border: 1px solid #b0bfc6;
}
.specification-owner .owner-info ul.owner li {
  line-height: 38px;
}
.specification-owner .owner-info ul.owner li img {
  max-height: 28px;
  vertical-align: text-bottom;
}
.specification-owner .owner-info ul.owner li h4 {
  color: #ea4c89;
}
.specification-owner .owner-info ul.owner li span {
  font-family: Vazir;
}
.specification-owner .owner-info ul.owner li b.locked {
  color: #04151d;
}
.specification-owner .owner-info ul.owner li b.locked > a {
  color: #04151d;
}
/*map-show*/

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

.right-sidebar .sidebar {
  margin-bottom: 15px;
}
.right-sidebar .sidebar .title-sidebar {
  border: 1px solid #b0bfc6;
  color: #ea4c89;
  background: #04151d;
}
.right-sidebar .sidebar .body-sidebar {
  background: white;
  border: 1px solid #b0bfc6;
}
.right-sidebar .sidebar .img-sidebar {
  padding: 5px;
}
.right-sidebar .sidebar .img-sidebar img {
  margin-right: 1px !important;
}
.right-sidebar .sidebar .img-sidebar a h2 {
  color: #ea4c89;
}
.right-sidebar .sidebar .img-sidebar a h2:hover {
  color: #f73315;
}
.right-sidebar .sidebar .img-sidebar p {
  color: #333333;
}
.right-sidebar .sidebar .img-sidebar h2 {
  color: #ea4c89;
}
.right-sidebar .sidebar .notice-a {
  background: white;
}
.right-sidebar .sidebar .notice-a a img {
  margin-right: 0;
}
.right-sidebar .sidebar .notice-a h3 {
  text-align: right;
}
.right-sidebar .sidebar .notice-a h3 a {
  color: #ea4c89;
}
.right-sidebar .sidebar .notice-a h3 a:hover {
  color: #f73315;
}
.right-sidebar .sidebar .notice-a p {
  color: #333333;
}
.right-sidebar .sidebar .news {
  background: white;
}
.right-sidebar .sidebar .news ul li {
  border-bottom: 1px solid #b0bfc6 !important;
}
.right-sidebar .sidebar .news ul li a:before {
  color: #ea4c89;
}
.right-sidebar .sidebar .news ul li a {
  color: #04151d;
}
.right-sidebar .sidebar .news ul li a:hover:before {
  color: #04151d;
}
.right-sidebar .sidebar .news span.link-eram {
  color: #830f3c;
}
.right-sidebar .sidebar .news span.link-eram > a {
  color: #830f3c;
}
.right-sidebar .sidebar .news span.link-eram > a:hover {
  color: #25aaa0;
}
.site-review > div {
  text-align: right;
}
/*advert-home*/

.advert-home {
  border: 1px solid #b0bfc6;
  background: white;
}
.advert-home > p.head-ad {
  border: 0;
  background: #072533;
  border-radius: 3px;
}
.advert-home > p.head-ad > a {
  color: #ea4c89;
  font-size: 13px;
}
.advert-home > span {
  color: #04151d;
}
.advert-home > span:before {
  color: black;
}
.advert-home .bottom-ad > p a {
  color: #04151d;
  background: white;
  border: 1px solid #ea4c89;
  line-height: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.advert-home .bottom-ad > p a:after {
  color: #ea4c89;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.advert-home:hover > p.head-ad a {
  color: #ea4c89;
}
.advert-home:hover .bottom-ad > p a {
  color: white;
  background: #ea4c89;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.advert-home:hover .bottom-ad > p a:after {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: white;
}
/*Member agencies*/

.member {
  border: 1px solid #04151d;
  background: white;
}
.member p.name-state {
  color: #ea4c89;
  border-bottom: 1px solid #e4dede;
  background: white;
  font-size: 13px;
  padding-right: 10px;
}
.member h5 {
  color: #04151d;
}
.member h5 b {
  color: #04151d;
  font-family: vazir;
}
.member p.phones i {
  color: black;
  background: rgba(246, 246, 246, 0.79);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  display: inline-block;
  margin-left: 3px;
}
.member a.link {
  color: black;
  padding-right: 10px;
}
.member a.link i {
  color: #0ba6ab;
}
.member a.link:hover {
  color: #ea4c89;
}
.member .observe {
  border: 1px solid #ea4c89;
  background: white;
  font-size: 10px !important;
  color: #04151d;
  margin-right: -6px;
  margin-bottom: 2px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.member .observe:hover {
  background: #04151d;
  color: #ea4c89;
  border-color: #04151d;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.member a img.img-member {
  border: 1px solid #b0bfc6;
}
.member:before {
  background: #ea4c89;
}
.member:hover:before {
  background: #ea4c89;
}
.member:hover p i {
  color: #ea4c89;
}
.member:hover a.link i {
  color: #f73315;
}
/*box-news*/

.box-news {
  border: 1px solid #b0bfc6;
  background: white;
}
.box-news .header-news {
  background: #072533;
}
.box-news .header-news h5 {
  color: #ea4c89;
  font-size: 13px;
}
.box-news .header-news:before {
  border-top: 10px solid #072533;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.box-news .content-news p {
  color: #04151d;
}
.box-news .content-news .detail-news > span {
  color: #04151d;
}
.box-news .content-news .detail-news > span i {
  color: #e51e6b;
}
.box-news .content-news .detail-news > a {
  color: #e7357a;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.box-news .content-news:hover p {
  color: black;
}
.box-news .content-news:hover .detail-news > a {
  border: 1px solid #ea4c89;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*view-news*/

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

.opinion .opinion-wrapper .opinion-users {
  background: rgba(234, 235, 236, 0.38);
}
.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 rgba(234, 235, 236, 0.38);
  border-top: 10px solid rgba(234, 235, 236, 0.38);
}
.opinion .opinion-wrapper h5 {
  color: #ea4c89;
}
.opinion .opinion-wrapper span {
  color: #f73315;
}
/*footer*/

.footer {
  background: #04151d;
  border-top: 2px solid #ea4c89;
}
.footer ul.footer-link li {
  border-left: 2px solid #b0bfc6;
}
.footer ul.footer-link li a {
  color: #90979a;
}
.footer ul.footer-link li a:hover {
  color: #ea4c89;
}
.footer .footer-bottom span {
  color: #707679;
}
.footer .footer-bottom span a {
  color: #e51e6b;
}
@media only screen and (max-width: 500px) {
  .footer .footer-content ul.footer-link li:before {
    font-family: 'simple-line-icons';
    content: "\e605";
    color: #f73315;
    font-size: 12px;
    vertical-align: bottom;
  }
}
/*RegisterWays*/

.ways-select .ways-register h5 a {
  color: #f73315;
}
/*Estate*/

ul.top-estate li:before {
  color: #f73315;
}
.estate {
  background: rgba(161, 105, 174, 0.11);
  border: 1px solid #b0bfc6;
}
.estate p {
  color: #ea4c89;
}
.estate .checkbox label {
  color: #5f5e5e;
}
/*account*/

.account {
  border: 1px solid #b0bfc6;
  border-radius: 4px;
}
.account h5 {
  border-radius: 4px 4px 0 0;
  color: white;
  background: #e51e6b;
}
.account form .form-group label {
  color: #830f3c;
}
.account form .form-group .form-control {
  color: #ea4c89;
}
.account form .form-group i {
  color: #ea4c89;
}
.account form .btn-wrapper .btn-account i {
  color: white;
}
.account form .bottom-box p a {
  color: #f73315;
}
.account form .bottom-box span a {
  color: #f73315;
}
/*payment*/

.payment {
  margin-bottom: 180px;
  background: rgba(161, 105, 174, 0.11);
  border: 1px solid #b0bfc6;
  border-radius: 3px;
}
.payment .agency-form {
  background: transparent;
}
.payment p {
  color: #04151d;
}
.payment p:before {
  color: #ea4c89;
  content: "\e080";
  vertical-align: bottom;
  font-size: 16px;
}
/*ContactUs*/

.contact-us {
  background: white;
}
.contact-us h5 {
  color: #e94383;
}
.contact-us h5 i {
  color: #f73315;
}
.contact-us p {
  color: #545a5a;
}
.contact-us ul li {
  color: #545a5a;
}
.contact-us span {
  color: #545a5a;
}
.contact-us .agency-form {
  border: 1px solid #dddddd;
}
/*map*/

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

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

  /*occasion Lease*/

}
.occasion .types-state {
  border: 1px solid #04151d;
  background: white;
  border-radius: 8px;
}
.occasion .types-state > h5 {
  background: #0a3245;
  border-bottom: 1px solid #0d4660;
}
.occasion .types-state > h5 a {
  color: #ea4c89;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.occasion .types-state > h5 a span {
  color: #e6e6e6;
}
.occasion .types-state > h5:hover a {
  color: #ea4c89;
}
.occasion .types-state > h5:hover a span {
  color: #ea4c89;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.occasion .types-state ul li {
  border-bottom: 1px solid #ced4d7;
}
.occasion .types-state ul li a {
  color: #04151d;
}
.occasion .types-state ul li a span {
  color: #b0b0b0;
  margin-right: 3px;
}
.occasion .types-state ul li a:hover {
  color: #ea4c89;
}
.occasion .types-state ul li:last-child {
  border-bottom: 0;
}
.occasion .Lease {
  border-bottom: 1px solid #0d4660;
}
.occasion .Lease > h5 {
  background: #0b3c53;
  border-bottom: 1px solid #0d4660;
}
.occasion .Lease ul li:first-child {
  border-bottom: 0;
}
/*qaa*/

.qaa h4 {
  color: #ea4c89;
}
.qaa h4:before {
  content: "\e605";
  vertical-align: middle;
  color: #f73315;
  font-size: 14px;
}
.qaa p {
  color: black;
}
.qaa ul.qaa-comment li:before {
  color: #f73315;
}
/*new-member*/

.new-member {
  background: white;
}
.new-member p {
  color: black;
}
.new-member p a {
  color: #f73315;
}
.new-member p:before {
  color: #f73315;
}
.new-form ul li {
  color: black;
}
.new-form ul li:before {
  color: #f73315;
}
.new-form p.bottom-form {
  color: black;
}
.new-form p.bottom-form b {
  color: #f73315;
}
/*agency-name*/

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

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

.ribbon-sold aside.diamond {
  background-color: #eb518c;
  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 #eb518c;
}
/*left-ribbon */

.left-ribbon span {
  background: #ea4c89;
}
.left-ribbon span::before {
  border-left: 3px solid #ea4c89;
  border-top: 3px solid #ea4c89;
}
.left-ribbon span::after {
  border-right: 3px solid #ea4c89;
  border-top: 3px solid #ea4c89;
}
/*advert-ccoas*/

.occasion-data {
  border: 1px solid #04151d;
  background: white;
  border-radius: 0 5px 3px 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.occasion-data h4 {
  color: #ea4c89;
  border-bottom: 1px solid #dddddd;
}
.occasion-data > p {
  color: #04151d;
}
.occasion-data span.price {
  position: absolute;
  top: -12px;
  left: -1px;
  background: #fdecf2;
  border: 1px solid #04151d;
  color: #04151d;
}
.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: #04151d;
}
.occasion-data .specification > p a {
  color: #ee3440;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 1px 5px;
  border-radius: 3px;
}
.occasion-data .specification > p a:after {
  content: "\e605";
  font-family: 'simple-line-icons';
  color: #ea4c89;
}
.occasion-data:hover span.price {
  color: #ea4c89;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.occasion-data:hover .specification a {
  background: #f8c7da;
  color: #04151d;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
