/*transition*/
@font-face {
  font-family: 'Vazir';
  src: url('../fonts/Vazir.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Vazir';
  src: url('../fonts/Vazir.ttf') format('truetype');
}
@font-face {
  font-family: 'Vazir';
  src: url('../fonts/Vazir.woff') format('woff');
}
body {
  background: white;
}
.sel {
  color: #f45b4d;
}
.sel option {
  color: #282828;
}
.site-review > div {
  text-align: right;
}
/* Go top*/

.cd-top {
  border: 1px solid rgba(181, 139, 210, 0.52);
  background: #6a4e95 url('/img/go-top1.png') no-repeat center 50%;
  height: 35px !important;
  width: 35px !important;
}
.btn-style-b {
  background: white;
  color: #f45b4d;
  border: 1px solid #f45b4d;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-style-b:hover,
.btn-style-b:focus {
  background: #f45b4d;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-style {
  color: #6a4e95;
  border: 1px solid #6a4e95;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-style:hover,
.btn-style:focus {
  color: white;
  background: #6a4e95;
  -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: 1px solid #e5dede;
}
.title-public h5 i,
.title-public h1 i,
.title-public p i {
  color: #f45b4d;
}
.title-public h5 span,
.title-public h1 span,
.title-public p span {
  border-bottom: 1px solid #f45b4d;
  /*color:darken(@primaryColor, 33%);*/
  color: #f45b4d;
  font-size: 20px;
  padding-bottom: 10px;
}
/*common-form*/

.agency-form form .form-group label {
  color: #1e162a;
}
.agency-form form .form-group .form-control {
  color: #f45b4d;
}
/*top-header*/

.top-header {
  background: #6a4e95;
}
.top-header .right-bar .user-account a.dropdown-toggle {
  color: white;
}
.top-header .right-bar .user-account a.dropdown-toggle i {
  color: white;
  margin-left: 2px;
}
.top-header .right-bar .user-account a.dropdown-toggle:hover {
  color: #ededed;
}
.top-header .right-bar .user-account .dropdown-menu {
  background: #baaad2;
}
.top-header .right-bar .user-account .dropdown-menu li a {
  color: #333333;
}
.top-header .right-bar .user-account .dropdown-menu li a i {
  color: #333333;
}
.top-header .right-bar .user-account .dropdown-menu li a:hover {
  background: #9f88c1;
}
.top-header .right-bar .user-account .dropdown-menu:after {
  border-bottom: 8px solid #baaad2;
}
.top-header .right-bar a.link-login {
  color: white;
}
.top-header .right-bar a.link-login i {
  color: #ededed;
}
.top-header .right-bar a.link-login:hover {
  color: #e0e0e0;
}
.top-header .left-bar span {
  color: white;
}
.top-header .left-bar span i {
  color: #ededed;
}
.top-header .left-bar span:hover {
  color: #e0e0e0;
}
.top-header .left-bar span:hover i {
  color: #dbdbdb;
}
/*navigation*/

.navbar-toggle .icon-bar {
  background-color: #6a4e95 !important;
}
.nav-top {
  background: white !important;
  border-bottom: 1px solid #eeeeee !important;
  border-bottom: 0;
  margin-bottom: 0;
}
.nav-top .navbar-collapse {
  background: white;
}
.nav-top .navbar-collapse ul.navbar-top li a {
  color: black;
  border-bottom: 2px solid transparent;
}
.nav-top .navbar-collapse ul.navbar-top li a:before {
  background: #6c5098;
  color: #6a4e95;
  height: 2px;
}
.nav-top .navbar-collapse ul.navbar-top li a:hover:before {
  background: #9f88c1;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #6a4e95 !important;
  border-bottom: 2px solid #6a4e95 !important;
  background: white;
}
/*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: #1e162a;
  }
  .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: #6a4e95;
  }
  .nav-top .navbar-collapse ul.navbar-top li:last-child {
    border-bottom: 1px solid #f45b4d;
    padding-bottom: 20px;
  }
}
.agency-name {
  background: #c2b4d8;
}
.agency-name h1 {
  color: #6a4e95;
}
.agency-name h5 img {
  border: 1px solid #6a4e95;
}
.agency-name h5 span {
  color: #6a4e95;
}
.agency-name h5 b {
  color: #6a4e95;
}
/*Property search*/

.search-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.05);
  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: 31px;
  bottom: 0;
  right: 0;
}
.search-section {
  position: relative;
  background-image: url('/img/violetTheme.jpg');
  padding-bottom: 65px;
}
.search-section .seaching {
  z-index: 2;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #a18cc3;
}
.search-section .seaching .form-control {
  box-shadow: none;
  border-radius: 2px;
  border-color: #e8caf4;
  font-size: 13px;
}
.search-section .seaching h5.head {
  background: #ac99ca;
  color: white;
}
.search-section .seaching h5.head i {
  color: #e8e8e8;
}
.search-section .seaching h5.head:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 40px;
  border-top: 10px solid #ac99ca;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
}
.search-section .seaching a.btn {
  background: #f45b4d;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.search-section .seaching a.btn:hover {
  background: #f24030;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.search-section .seaching P {
  color: white;
}
/*estate-box*/

.estate-box {
  background: #f1f2f4;
  margin-top: 0;
  padding-bottom: 20px;
}
.estate-box .estate-detail {
  background: #e8e3f0;
  border: 0;
}
.estate-box .estate-detail a svg {
  background: white;
  border: 5px solid #f0f0f0;
  padding: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.estate-box .estate-detail a svg path {
  fill: #6a4e95;
}
.estate-box .estate-detail a h2 {
  color: #463463;
  position: relative;
  transition: max-width 0.8s;
  margin: 1px auto 0;
}
.estate-box .estate-detail a p {
  color: #333333;
  font-weight: vazir;
}
.estate-box .estate-detail:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.estate-box .estate-detail:hover a {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.estate-box .estate-detail:hover a svg {
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.estate-box .estate-detail:hover a h2 {
  color: #f45b4d;
}
.estate-box .estate-detail:hover a p b {
  color: #6a4e95;
}
/*occasions(IndexPage)*/

.occlist {
  background: white;
  border: 1px solid rgba(181, 139, 210, 0.52);
  -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: #f45b4d;
}
.occlist .media-body > a p {
  color: #6a4e95;
  font-size: 13px;
}
.occlist:hover {
  background: rgba(255, 245, 254, 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: black;
}
/*searchresult*/

.result-section {
  background: #f1f2f4;
  margin-bottom: 18px;
  padding-bottom: 15px;
}
.search-result .search-top {
  background: #dad2e7;
  border-right: 3px solid #6a4e95;
}
.search-result .search-top p span {
  color: #6a4e95;
}
.search-result .search-top p b {
  color: #f45b4d;
}
.search-result .search-top span b {
  color: #f45b4d;
}
.info-estate {
  border: 1px solid rgba(181, 139, 210, 0.52);
}
.info-estate > p.price {
  color: #6a4e95;
}
.info-estate > p.price span {
  color: #6a4e95;
}
.info-estate p {
  color: #333333;
}
.info-estate .footer-estate span i {
  color: #f45b4d;
}
.info-estate .footer-estate a {
  color: #f45b4d;
}
.info-estate:hover {
  background: #fafafa;
}
.info-estate:hover h5.price span {
  color: #f45b4d;
}
/*result-list*/

.result-list {
  border-top: 1px solid rgba(193, 157, 217, 0.52);
}
.result-list .media-right a img {
  border: 1px solid rgba(193, 157, 217, 0.52);
  border-radius: 1px;
}
.result-list .media-body h2 a {
  color: #6a4e95;
}
.result-list .media-body h2 a:hover {
  color: #f45b4d;
  -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: #f45b4d;
  border: 1px solid #f45b4d;
  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: #f45b4d;
  color: white;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/*pagination*/

ul.pagination li:first-child a {
  margin-left: 4px;
  border-radius: 2px;
}
ul.pagination li:last-child a {
  margin-left: 0;
  border-radius: 2px;
}
ul.pagination li a {
  color: #333333;
  background: white;
  border-color: #fab4ad;
  border-radius: 2px;
  margin-left: 4px;
}
ul.pagination li a:hover {
  background: #f45b4d;
  color: white;
}
ul.pagination li a:active,
ul.pagination li a:focus {
  background: #f57165;
  color: white;
}
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: #f57165;
  color: white !important;
  border-color: rgba(181, 139, 210, 0.52);
}
/*album*/

.album {
  border: 1px solid #e0e0e0;
}
.album a span.layer {
  background: rgba(52, 28, 62, 0.37);
}
.album:hover span.layer:after {
  font-size: 32px;
  color: #f45b4d;
}
/*_________________View Filws_________________*/

/*State Info*/

.estate-info {
  padding: 5px 5px;
}
.estate-info .header {
  border-right: 3px solid #f45b4d;
  background: #e2dced;
}
.estate-info .header span {
  color: #6a4e95;
  font-size: 14px;
  margin-left: 20px;
}
.estate-info .header span b {
  color: #f45b4d;
}
.estate-info .header b.special i {
  color: #f45b4d;
}
.estate-info .alert-lock {
  border-right: 3px solid #f45b4d;
  background: rgba(181, 139, 210, 0.52);
}
.estate-info .alert-lock p {
  margin: 0;
  color: #6a4e95;
  font-size: 13px;
}
.estate-info .item-content {
  border: 1px solid rgba(181, 139, 210, 0.52);
  border-right: 3px solid #f45b4d;
}
.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: #6a4e95;
  font-weight: bold;
}
.estate-info .item-content ul.items li span {
  font-family: Vazir;
}
.estate-info .item-content ul.items li b.locked {
  color: #f45b4d;
}
.estate-info .item-content ul.items li b.locked > a {
  font-size: 14px;
  padding-right: 5px;
  color: #f45b4d;
}
/*Specification-Owner*/

.specification-owner .owner-info {
  border: 1px solid rgba(181, 139, 210, 0.52);
  border-right: 3px solid #f45b4d;
}
.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: #6a4e95;
  font-weight: bold;
}
.specification-owner .owner-info ul.owner li span {
  font-family: Vazir;
}
.specification-owner .owner-info ul.owner li b.locked {
  color: #f45b4d;
}
.specification-owner .owner-info ul.owner li b.locked > a {
  font-size: 14px;
  padding-right: 5px;
  color: #f45b4d;
}
/*map-show*/

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

.right-sidebar .sidebar {
  margin-bottom: 15px;
}
.right-sidebar .sidebar .title-sidebar {
  border: 1px solid rgba(181, 139, 210, 0.52);
  color: white;
  background: #f45b4d;
}
.right-sidebar .sidebar .body-sidebar {
  border: 1px solid rgba(181, 139, 210, 0.52);
}
.right-sidebar .sidebar .img-sidebar {
  padding: 5px;
}
.right-sidebar .sidebar .img-sidebar a h2 {
  color: #271d37;
  text-align: center;
  font-size: 14px;
}
.right-sidebar .sidebar .img-sidebar a h2:hover {
  color: #1e162a;
}
.right-sidebar .sidebar .img-sidebar p {
  color: #333333;
}
.right-sidebar .sidebar .img-sidebar h2 {
  text-align: center;
  font-size: 14px;
  color: #6a4e95;
}
.right-sidebar .sidebar .notice-a {
  background: #fdf9fe;
}
.right-sidebar .sidebar .notice-a h3 a {
  color: #6a4e95;
}
.right-sidebar .sidebar .notice-a h3 a:hover {
  color: #271d37;
}
.right-sidebar .sidebar .notice-a p {
  color: #333333;
}
.right-sidebar .sidebar .news ul li {
  border-bottom: 1px solid rgba(181, 139, 210, 0.52) !important;
}
.right-sidebar .sidebar .news ul li a:before {
  color: #6a4e95;
  font-size: 15px;
}
.right-sidebar .sidebar .news ul li a {
  color: #1e162a;
}
.right-sidebar .sidebar .news ul li a:hover {
  background-color: rgba(250, 250, 250, 0.8);
}
.right-sidebar .sidebar .news span.link-eram {
  color: #1e162a;
}
.right-sidebar .sidebar .news span.link-eram > a {
  color: #1e162a;
}
.right-sidebar .sidebar .news span.link-eram > a:hover {
  color: #f45b4d;
}
/*advert-home*/

.advert-home {
  border: 1px solid rgba(181, 139, 210, 0.52);
}
.advert-home > p.head-ad {
  background-color: #c7badb;
  border: 1px solid rgba(181, 139, 210, 0.52);
}
.advert-home > p.head-ad a {
  color: #333333;
  font-size: 13px;
}
.advert-home > span {
  color: #333333;
}
.advert-home > span:before {
  color: black;
}
.advert-home .bottom-ad i.locked {
  color: #6a4e95;
  color: #f45b4d;
}
.advert-home .bottom-ad > p a {
  color: #f45b4d;
  background: white;
  border: 1px solid #f45b4d;
  font-size: 12px;
  line-height: 21px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.advert-home .bottom-ad > p a:after {
  color: #f45b4d;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.advert-home:hover {
  background-color: rgba(250, 250, 250, 0.69);
}
.advert-home:hover .bottom-ad > p a {
  color: white;
  background: #f45b4d;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.advert-home:hover .bottom-ad > p a:after {
  color: white;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/*Member agencies*/

.member {
  border: 1px solid rgba(181, 139, 210, 0.52);
  background: white;
}
.member p.name-state {
  color: #463463;
  font-size: 13px;
  border-bottom: 1px solid #e5dfee;
  text-align: right;
  padding-right: 10px;
}
.member h5 {
  color: black;
  font-size: 13px;
}
.member h5 b {
  color: #333333;
  font-size: 12px;
}
.member p.phones i {
  color: #f45b4d;
  background: rgba(243, 230, 230, 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;
  left: auto;
  right: 5px;
  bottom: 8px;
}
.member a.link i {
  color: #0ba6ab;
}
.member a.link:hover {
  color: #f45b4d;
}
.member a img.img-member {
  border: 1px solid rgba(181, 139, 210, 0.52);
}
.member a.observe {
  border: 0;
  color: #f45b4d;
  right: auto;
  left: 3px;
  line-height: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.member:before {
  background: #f45b4d;
}
.member:hover:before {
  background: #fab4ad;
}
.member:hover a.observe {
  color: #f12f1d;
  text-decoration: underline;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.member:hover p i {
  color: #f45b4d;
}
.member:hover a.link i {
  color: #f45b4d;
}
/*box-news*/

.box-news {
  border: 1px solid rgba(181, 139, 210, 0.52);
}
.box-news .header-news {
  background: #ebe6f2;
  border-radius: 3px;
}
.box-news .header-news h5 {
  color: #444444;
  font-size: 13px;
}
.box-news .header-news h5 a {
  color: #1e162a;
}
.box-news .header-news:before {
  border-top: 10px solid #ebe6f2;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.box-news .content-news p {
  color: #333333;
}
.box-news .content-news .detail-news > span {
  color: #1e162a;
}
.box-news .content-news .detail-news > span i {
  color: #f45b4d;
}
.box-news .content-news .detail-news > a {
  color: #3a2b52;
}
.box-news .content-news .detail-news > a:hover {
  background: #dddddd;
  color: #f45b4d;
}
/*view-news*/

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

.opinion .opinion-wrapper .opinion-users {
  background: #bfb0d6;
}
.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 #bfb0d6;
  border-top: 10px solid #bfb0d6;
}
.opinion .opinion-wrapper h5 {
  color: #f45b4d;
}
.opinion .opinion-wrapper span {
  color: #1e162a;
}
/*footer*/

.footer {
  background: #25212c;
  border-top: 2px solid #f45b4d;
  color: white;
}
.footer ul.footer-link li {
  border-left: 2px solid #f45b4d;
}
.footer ul.footer-link li a {
  color: #d9d9d9;
}
.footer ul.footer-link li a:hover {
  color: #f45b4d;
}
.footer ul.footer-link li:before {
  color: #f45b4d;
}
.footer .footer-bottom {
  color: #d4d4d4;
}
.footer .footer-bottom span a {
  color: #f8958b;
}
@media only screen and (max-width: 500px) {
  .footer .footer-content ul.footer-link li {
    border-bottom: 1px solid #333333;
  }
}
/*RegisterWays*/

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

ul.top-estate li:before {
  color: #f45b4d;
}
.estate {
  background: rgba(255, 245, 254, 0.27);
  border: 1px solid rgba(181, 139, 210, 0.52);
}
.estate p {
  color: #6a4e95;
}
.estate .checkbox label {
  color: #5f5e5e;
}
/*account*/

.account {
  border: 1px solid rgba(181, 139, 210, 0.52);
  background: rgba(255, 245, 254, 0.27);
}
.account h5 {
  background: #654a8e;
  color: white;
}
.account form .form-group {
  position: relative;
}
.account form .form-group label {
  color: #1e162a;
}
.account form .form-group .form-control {
  color: #f45b4d;
}
.account form .form-group i {
  color: #f45b4d;
}
.account form .btn-wrapper .btn-account i {
  color: #f45b4d;
}
.account form .btn-wrapper .btn-account:hover i {
  color: white;
}
.account form .bottom-box p a {
  color: #f45b4d !important;
}
.account form .bottom-box span a {
  color: #f45b4d;
}
/*payment*/

.payment {
  background: rgba(255, 245, 254, 0.27);
  border: 1px solid rgba(181, 139, 210, 0.52);
}
.payment p {
  color: #f45b4d;
}
.payment p:before {
  content: "\e605";
  color: #f45b4d;
  vertical-align: top;
  font-size: 14px;
}
/*ContactUs*/

.contact-us {
  border: 1px solid rgba(181, 139, 210, 0.52);
  background: rgba(255, 245, 254, 0.27);
}
.contact-us h5 {
  color: #f45b4d;
}
.contact-us h5 i {
  color: #f45b4d;
}
.contact-us p {
  color: #5f5e5e;
}
.contact-us ul li {
  color: #5f5e5e;
}
.contact-us span {
  color: #5f5e5e;
}
/*Map*/

h2.map-name {
  color: #f45b4d;
}
.alert-info {
  background: rgba(246, 246, 246, 0.79);
  border-color: rgba(181, 139, 210, 0.52);
  border-right: 3px solid #6a4e95;
  border-radius: 0;
}
.alert-info span {
  color: #f45b4d !important;
}
.alert-danger {
  background: rgba(246, 246, 246, 0.79);
  border-color: rgba(181, 139, 210, 0.52);
  border-right: 3px solid #f45b4d;
  border-radius: 0;
  color: #f45b4d;
}
.alert-danger span {
  color: #f45b4d !important;
}
/*occasion*/

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

  /*occasion Lease*/

}
.occasion .types-state {
  border: 1px solid rgba(181, 139, 210, 0.52);
  background: white;
}
.occasion .types-state > h5 {
  background: rgba(181, 139, 210, 0.12);
  border-bottom: 1px solid #dddddd;
}
.occasion .types-state > h5 a {
  color: #8367af;
  -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: #f45b4d;
}
.occasion .types-state ul li:last-child {
  border-bottom: 0;
}
.occasion .Lease {
  border: 1px solid #e2e8e2;
}
.occasion .Lease > h5 {
  background: rgba(244, 203, 203, 0.27);
  border-bottom: 1px solid #dddddd;
}
.occasion .Lease ul li:first-child {
  border-bottom: 0;
}
/*qaa*/

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

.new-member {
  border: 1px solid rgba(181, 139, 210, 0.52);
}
.new-member p {
  color: black;
}
.new-member p a {
  color: #6a4e95;
}
.new-member p b {
  color: #f45b4d;
}
.new-member p:before {
  color: #f45b4d;
}
.new-form {
  border: 1px solid rgba(181, 139, 210, 0.52);
}
.new-form ul li {
  color: black;
}
.new-form ul li:before {
  color: #f45b4d;
}
.new-form p.bottom-form {
  color: black;
}
.new-form p.bottom-form b {
  color: #6a4e95;
}
/*agency-name*/

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

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

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

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

.occasion-data {
  border: 1px solid rgba(181, 139, 210, 0.52);
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.occasion-data h4 {
  color: #684c92;
  border-bottom: 1px solid #dddddd;
}
.occasion-data > p {
  color: #555555;
}
.occasion-data span.price {
  position: absolute;
  top: -12px;
  left: -1px;
  background: white;
  border: 1px solid rgba(181, 139, 210, 0.52);
  color: #6a4e95;
}
.occasion-data .specification {
  background: white;
}
.occasion-data .specification span.owner {
  color: #f45b4d;
  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: #f45b4d;
}
.occasion-data .specification > p a {
  color: #f45b4d;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 1px 5px;
  border-radius: 3px;
  line-height: 25px;
  margin-top: 1px;
}
.occasion-data .specification > p a:after {
  content: "\e605";
  font-family: 'simple-line-icons';
  color: #f45b4d;
}
.occasion-data:hover span.price {
  background: #f0edf5;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.occasion-data:hover .specification a {
  background: #ddd5e9;
  color: #f45b4d;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
