/*transition*/
.alert-info {
  background: white;
  border-color: #b0bfc6;
  border-right: 3px solid #76b852;
  border-radius: 0;
}
.alert-info span {
  color: #ea3d23 !important;
}
.alert-danger {
  background: rgba(248, 218, 218, 0.79);
  border-color: rgba(248, 218, 218, 0.88);
  border-right: 3px solid #ea3d23;
  border-radius: 0;
  color: #ea3d23;
}
.alert-danger span {
  color: #ea3d23 !important;
}
body {
  background-image: url('/img/pattern/404pattern.png');
}
.search-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(154, 232, 112, 0.1);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.search-section {
  position: relative;
  background: url('/img/GreenTheme.png') repeat;
}
.search-section .seaching {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #76b852;
  border-radius: 5px;
}
.search-section .seaching h5.head {
  background: #76b852;
  color: white;
}
.search-section .seaching h5.head i {
  color: white;
}
.search-section .seaching .form-control {
  border-color: #b4cda8;
  border-radius: 2px;
  font-size: 13px;
  box-shadow: 0;
}
.search-section .seaching h5.head:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 40px;
  border-top: 10px solid #76b852;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
}
.search-section .seaching a.btn {
  background: #76b852;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.search-section .seaching a.btn:hover {
  background: #5e983f;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.search-section .seaching P {
  color: #ea3d23;
}
/* Go top*/

.cd-top {
  border: 1px solid #b0bfc6;
  background: #76b852 url('/img/go-top.png') no-repeat center 50%;
  border-radius: 3px;
  height: 35px !important;
  width: 35px !important;
}
.sel {
  color: #76b852 !important;
}
.btn-style {
  background: #182d37;
  color: #76b852;
  font-size: 13px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-style:hover,
.btn-style:focus {
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-style-b {
  background: #182d37;
  color: white;
  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: #76b852;
  -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: #76b852;
}
.title-public h5 span,
.title-public h1 span,
.title-public p span {
  border-bottom: 0;
  color: #182d37;
  font-weight: normal;
  font-size: 18px;
}
.title-public h5:after,
.title-public h1:after,
.title-public p:after {
  position: absolute;
  width: 80px;
  height: 2px;
  background: #8bc34a;
  bottom: -8px;
  right: 0;
  content: '';
  margin: 0 0px 0px -40px;
}
/*common-form*/

.agency-form {
  background: rgba(105, 174, 107, 0.11);
}
.agency-form form .form-group label {
  color: #182d37;
}
.agency-form form .form-group .form-control {
  color: #333333;
}
.agency-form form .form-group .form-control option {
  color: #182d37;
}
.agency-form form .form-group .form-control:focus {
  border-color: #76b852;
}
/*top-header*/

.top-header {
  background: #182d37;
  border-top: 3px solid #76b852;
  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: #76b852;
  margin-left: 2px;
}
.top-header .right-bar .user-account a.dropdown-toggle:hover {
  color: #73b74e;
}
.top-header .right-bar .user-account a.dropdown-toggle:hover i {
  color: #76b852;
}
.top-header .right-bar .user-account .dropdown-menu {
  background: #182d37;
}
.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: #1d3642;
  color: white;
}
.top-header .right-bar .user-account .dropdown-menu:after {
  border-bottom: 8px solid #182d37;
}
.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: #76b852;
}
.top-header .right-bar a.link-login:hover {
  color: #76b852;
  -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: #76b852;
}
.top-header .left-bar span:hover {
  color: #76b852;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*navigation*/

.navbar-toggle .icon-bar {
  background-color: #76b852 !important;
}
.nav-top {
  background: white !important;
  border-bottom: 1px solid #eeeeee !important;
}
.nav-top .navbar-collapse {
  background: white !important;
}
.nav-top .navbar-collapse ul.navbar-top li a {
  color: #182d37;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.nav-top .navbar-collapse ul.navbar-top li a:hover {
  color: #76b852;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #76b852 !important;
  background: none;
}
/*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: #2d491e;
  }
  .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: #76b852;
  }
  .nav-top .navbar-collapse ul.navbar-top li:last-child {
    border-bottom: 1px solid #76b852;
    padding-bottom: 20px;
  }
}
/*agency-name*/

.agency-name {
  background: white;
}
.agency-name h1 {
  color: #182d37;
}
.agency-name h5 img {
  border: 1px solid #76b852;
  background: white;
}
.agency-name h5 span {
  color: #182d37;
}
.agency-name h5 b {
  color: #182d37;
}
/*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: #76b852 !important;
}
.property-search p {
  color: #76b852;
}
.property-search p i {
  color: #76b852;
}
/*estate-box*/

.estate-box:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(157, 219, 124, 0.14);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.estate-box {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #e2dfdf;
}
.estate-box .estate-detail {
  border: 1px solid #c9dbbf;
  background: white;
  height: 145px;
  border-radius: 5px;
  text-align: right;
  display: table;
  width: 100%;
}
.estate-box .estate-detail a {
  display: table-cell;
  vertical-align: middle;
}
.estate-box .estate-detail a svg {
  position: absolute;
  left: 23px;
  top: 50%;
  margin-top: -40px;
  width: 88px;
  height: 88px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.estate-box .estate-detail a svg path {
  fill: rgba(84, 162, 68, 0.23);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.estate-box .estate-detail a h2 {
  color: #182d37;
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.estate-box .estate-detail a p {
  color: #555555;
  max-width: 195px;
  line-height: 19px;
  padding-right: 5px;
}
.estate-box .estate-detail a p b {
  color: #ea3d23;
}
.estate-box .estate-detail:hover a h2 {
  color: #325021;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.estate-box .estate-detail:hover a svg path {
  fill: rgba(84, 162, 68, 0.38);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/*occasions*/

.occlist {
  background: white;
  border: 1px solid #b0bfc6;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.occlist .wrapper-boxx > a img {
  border: 1px solid #f5ecec;
}
.occlist .media-body > span {
  color: #76b852;
}
.occlist .media-body > a p {
  color: #182d37;
  font-size: 13px;
}
.occlist:hover {
  background: rgba(188, 219, 189, 0.11);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.occlist:hover .media-body > a {
  text-decoration: none;
}
.occlist:hover .media-body > a p {
  color: black;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/*searchresult*/

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

.result-list {
  border-top: none;
  background: white;
  padding: 10px;
  border: 1px solid #dce3e6;
}
.result-list .media-right a img {
  border: 1px solid #e5eaec;
  border-radius: 3px;
}
.result-list .media-body h2 a {
  color: #76b852;
}
.result-list .media-body h2 a:hover {
  color: #487430;
  -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: #76b852;
  border: 1px solid #76b852;
  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: #76b852;
  color: white;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/*pagination*/

ul.pagination li a {
  color: #182d37;
  background: #fafafa;
}
ul.pagination li a:hover {
  background: #76b852;
  color: white;
}
ul.pagination li a:active,
ul.pagination li a:focus {
  background: #76b852;
}
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: #79b956;
  color: #182d37 !important;
  border-color: #76b852;
}
/*_________________View Filws_________________*/

/*State Info*/

.estate-info {
  padding: 5px 5px;
}
.estate-info .header {
  border-right: 1px solid #b0bfc6;
  background: #76b852;
}
.estate-info .header span {
  color: #182d37;
  font-size: 14px;
  margin-left: 20px;
}
.estate-info .header span b {
  color: white;
}
.estate-info .header .special i {
  color: #ea3d23;
  background: white;
  padding: 3px;
  border-radius: 50%;
}
.estate-info .item-content {
  border: 1px solid #b0bfc6;
  border-right: 3px solid #76b852;
  background: white;
}
.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: #588e3a;
}
.estate-info .item-content ul.items li span {
  font-family: Vazir;
}
.estate-info .item-content ul.items li b.locked {
  color: #ea3d23;
}
.estate-info .item-content ul.items li b.locked > a {
  font-size: 14px;
  padding-right: 5px;
  color: #ea3d23;
}
/*Specification-Owner*/

.specification-owner .owner-info {
  border: 1px solid #b0bfc6;
  border-right: 3px solid #76b852;
  background: white;
}
.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: #588e3a;
}
.specification-owner .owner-info ul.owner li span {
  font-family: Vazir;
}
.specification-owner .owner-info ul.owner li b.locked {
  color: #ea3d23;
}
.specification-owner .owner-info ul.owner li b.locked > a {
  color: #ea3d23;
}
/*map-show*/

.map-show {
  margin-bottom: 15px;
}
.map-show h6 {
  margin: 0;
  font-size: 12px;
  color: #182d37;
}
.social-sharing h6 {
  color: #182d37;
}
/*album*/

.album {
  border: 1px solid #b0bfc6;
}
.album a span.layer {
  background: rgba(63, 159, 115, 0.57);
}
.album:hover span.layer:after {
  color: #ea3d23;
}
/*right-sidebar*/

.right-sidebar .sidebar {
  margin-bottom: 15px;
}
.right-sidebar .sidebar .title-sidebar {
  border: 1px solid #b0bfc6;
  color: rgba(0, 0, 0, 0.64);
  background: rgba(166, 171, 175, 0.24);
}
.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: 0 !important;
}
.right-sidebar .sidebar .img-sidebar a h2 {
  color: #76b852;
}
.right-sidebar .sidebar .img-sidebar a h2:hover {
  color: #ea3d23;
}
.right-sidebar .sidebar .img-sidebar p {
  color: #333333;
}
.right-sidebar .sidebar .img-sidebar h2 {
  color: #76b852;
}
.right-sidebar .sidebar .notice-a {
  background: white;
}
.right-sidebar .sidebar .notice-a h3 {
  text-align: right;
}
.right-sidebar .sidebar .notice-a h3 a {
  color: #76b852;
}
.right-sidebar .sidebar .notice-a h3 a:hover {
  color: #ea3d23;
}
.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: #76b852;
}
.right-sidebar .sidebar .news ul li a {
  color: #182d37;
}
.right-sidebar .sidebar .news ul li a:hover:before {
  color: #182d37;
}
.right-sidebar .sidebar .news span.link-eram {
  color: #2d491e;
}
.right-sidebar .sidebar .news span.link-eram > a {
  color: #2d491e;
}
.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;
  border-bottom: 1px solid #b0bfc6;
  border-radius: 0;
}
.advert-home > p.head-ad > a {
  color: #182d37;
}
.advert-home > span {
  color: #182d37;
}
.advert-home > span:before {
  color: black;
}
.advert-home .bottom-ad i.locked {
  color: #76b852;
  color: #ea3d23;
}
.advert-home .bottom-ad > p a {
  color: #182d37;
  background: white;
  border: 1px solid #76b852;
  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: #76b852;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.advert-home:hover > p.head-ad a {
  color: #76b852;
}
.advert-home:hover .bottom-ad > p a {
  color: white;
  background: #76b852;
  -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 #b3beb6;
  background: white;
}
.member p.name-state {
  color: #182d37;
  background: #b3beb6;
  font-size: 13px;
  padding-right: 10px;
}
.member h5 {
  color: #182d37;
}
.member h5 b {
  color: #182d37;
  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: #76b852;
}
.member .observe {
  border: 1px solid #76b852;
  background: white;
  color: #182d37;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.member .observe:hover {
  background: #182d37;
  color: #76b852;
  border-color: #182d37;
  -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: #76b852;
}
.member:hover:before {
  background: #76b852;
}
.member:hover p i {
  color: #76b852;
}
.member:hover a.link i {
  color: #ea3d23;
}
/*box-news*/

.box-news {
  border: 1px solid #b0bfc6;
  background: white;
}
.box-news .header-news {
  background: #b3beb6;
}
.box-news .header-news h5 {
  color: #182d37;
}
.box-news .header-news:before {
  border-top: 10px solid #b3beb6;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.box-news .content-news p {
  color: #182d37;
}
.box-news .content-news .detail-news > span {
  color: #182d37;
}
.box-news .content-news .detail-news > span i {
  color: #5e983f;
}
.box-news .content-news .detail-news > a {
  color: #69ab46;
  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 #76b852;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*view-news*/

.view-news h1 {
  color: #76b852;
}
.view-news hr {
  border-top: 1px solid #76b852;
}
/*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: #76b852;
}
.opinion .opinion-wrapper span {
  color: #ea3d23;
}
/*footer*/

.footer {
  background: #182d37;
  border-top: 2px solid #76b852;
}
.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: #76b852;
}
.footer .footer-bottom span {
  color: #707679;
}
.footer .footer-bottom span a {
  color: #5e983f;
}
@media only screen and (max-width: 500px) {
  .footer .footer-content ul.footer-link li:before {
    font-family: 'simple-line-icons';
    content: "\e605";
    color: #ea3d23;
    font-size: 12px;
    vertical-align: bottom;
  }
}
/*RegisterWays*/

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

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

.account {
  border: 1px solid #b0bfc6;
}
.account h5 {
  color: white;
  background: #5e983f;
}
.account form .form-group label {
  color: #2d491e;
}
.account form .form-group .form-control {
  color: #76b852;
}
.account form .form-group i {
  color: #76b852;
}
.account form .btn-wrapper .btn-account i {
  color: white;
}
.account form .bottom-box p a {
  color: #ea3d23;
}
.account form .bottom-box span a {
  color: #ea3d23;
}
/*payment*/

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

.contact-us {
  background: white;
}
.contact-us h5 {
  color: #70b54b;
}
.contact-us h5 i {
  color: #ea3d23;
}
.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: #76b852;
}
/*occasion-menu*/

.occasion .types-state {
  border: 1px solid #d2dfcc;
  background: white;
}
.occasion .types-state > h5 {
  background: white;
  border-bottom: 1px solid #dddddd;
  padding-right: 10px;
  text-align: right;
}
.occasion .types-state > h5 a {
  color: #5e983f;
  -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: #76b852;
}
.occasion .types-state ul li:last-child {
  border-bottom: 0;
}
.occasion .Lease {
  border: 1px solid #e2e8e2;
}
.occasion .Lease > h5 {
  background: rgba(219, 234, 212, 0.57);
  border-bottom: 1px solid #dddddd;
}
.occasion .Lease ul li:first-child {
  border-bottom: 0;
}
/*qaa*/

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

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

h1#agency-name {
  color: #182d37;
  text-shadow: 1px 1px 1px #76b852;
  text-align: right;
  margin-top: 14px;
}
/*Ribbon*/

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

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

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

.occasion-data {
  border: 1px solid #b0bfc6;
  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: #4c7c33;
  border-bottom: 1px solid #dddddd;
}
.occasion-data > p {
  color: #182d37;
}
.occasion-data span.price {
  position: absolute;
  top: -12px;
  left: -1px;
  background: #eef6ea;
  border: 1px solid #b0bfc6;
  color: #182d37;
}
.occasion-data .specification {
  background: white;
}
.occasion-data .specification span.owner {
  color: #182d37;
  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: #182d37;
}
.occasion-data .specification > p a {
  color: #182d37;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 1px 5px;
  border-radius: 3px;
  border: 1px solid #76b852;
  line-height: 20px;
  margin-top: 2px;
}
.occasion-data .specification > p a:after {
  content: "\e605";
  font-family: 'simple-line-icons';
  color: #182d37;
}
.occasion-data:hover span.price {
  background: #c3e0b4;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.occasion-data:hover .specification a {
  background: #c3e0b4;
  color: #182d37;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
