/* General Styles */
body {
  position: relative;
}
/*Page Loader*/
#page-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  z-index: 99999;
}
#page-loader .loaders {
  position: relative;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin: -150px 0 0 -150px;
}
#page-loader img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
}
select {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/arrow.png") 96% 50% no-repeat;
  padding-right: 25px;
}
.contact-template {
  background: #fff;
}
.listing-template #site-banner {
  margin-bottom: 0;
}
.btn {
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  transition-duration: 0.3s;
}



a {   
  color: #8c1d40;;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #018b6f;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}

a.link {
    color: rgb(51, 51, 51);
    padding-bottom: 2px;
    font-weight: bold;
    border-bottom: 2px solid #00c365;
}

ul, ol {
  padding: 0;
}








h1,
h2,
h3 {
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font: inherit;
  color: inherit;
}
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.section-header {
  margin-bottom: 40px;
}
.section-header h2 {
  margin: 0 0 30px 0;
  color: #8c1d40;
}
.home-section-header h2 {
  position: relative;
}
.home-section-header h2::before,
.home-section-header h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  border: 1px solid #222;
}
.home-section-header h2::before {
  bottom: -8px;
  width: 60px;
}
.home-section-header h2::after {
  bottom: -12px;
  width: 35px;
}

/*
img {
  max-width: 100%;
  height: auto;
}
*/

#scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  color: #fff;
  background: #333;
}
#scroll-top:hover {
  background: #6c98e1;
}
#scroll-top .fa {
  font-size: 30px;
  line-height: 20px;
  padding: 3px 5px;
}
/*Image Zoom*/
img[data-action="zoom"] {
  cursor: zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 999;
  transition: all 300ms;
}
img.zoom-img {
  cursor: zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  transition: opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}
/*Social Nav Styles*/
.social-icons {
  margin: 0 0 0 -11px;
  padding: 0;
}
.social-icons li {
  list-style: none;
  float: left;
  margin-left: 11px;
}
.social-icons .fa {
  color: #323232;
  background: #686868;
  padding: 8px 9px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}
.social-icons .fa:hover {
  background: #323232;
  color: #686868;
}
/*Slick Slider Common Styles*/


/*Social Nav Styles*/
.social-icons-1 {
  margin: 0 0 0 -11px;
  padding: 0;
}
.social-icons-1 li {
  list-style: none;
  float: left;
  margin-left: 11px;
}
.social-icons-1 .fa {
	color: #323232;
	padding: 8px 9px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	background-color: #909090;
}
.social-icons-1 .fa:hover {
  background: #323232;
  color: #909090;
}
/*Slick Slider Common Styles*/



.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  z-index: 9;
  background: #3a3a3a;
  background: rgba(58, 58, 58, 0.5);
  border-radius: 50%;
  padding: 25px;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.slick-slider .slick-arrow:hover {
  background: #3a3a3a;
}
.slick-slider .fa-angle-left {
  left: 45px;
}
.slick-slider .fa-angle-right {
  right: 45px;
}
/*Tabs Styles*/
#tabs,
#widget-tabs {
  z-index: 1;
  position: relative;
  margin-bottom: 50px;
}
.tab-list li {
  float: left;
  outline: none;
  margin: 0 !important;
}
.tab-list li:before {
  content: "";
}
.tab-list li.ui-tabs-active a {
  color: #333;
  background: #fff;
}
.tab-list a {
  font-size: 16px;
  font-weight: 600;
  padding: 16.5px 30px;
  border-radius: 0;
  outline: none;
}
.tab-list a:focus {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}
.tab-list a:active:focus {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}
.tab-list a:before {
  content: "" !important;
}
.tab-content {
  display: none;
  margin-top: 30px;
}
.tab-content.current {
  display: block;
}
/*Site Banner*/
#site-banner {
  background: url("../images/banner.jpg") center no-repeat;
  padding: 150px 0;
  position: relative;
  max-height: 400px;
  margin-bottom: 70px;
}
#site-banner:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
}
#site-banner h1 {
  color: #fff;
  margin: 0;
}
#site-banner .breadcrumb {
  background: none;
  color: #fff;
}
#site-banner .container {
  position: relative;
  z-index: 1;
}
#site-banner a {
  color: #fff;
}
#site-banner a:hover {
  color: #333;
}
#site-banner li {
  color: #fff;
}
#site-banner ol {
  margin-bottom: 0;
}
/*Pagination Styles*/
#pagination {
  margin: 40px 0 10px -10px;
  padding: 0;
}
#pagination li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}
#pagination a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #333;
  background: #fff;
  padding: 10px 18px;
  display: inline-block;
}
#pagination a:hover {
  background: #6c98e1;
  color: #fff;
}
#pagination .disabled a {
  color: #b5b5b5;
  cursor: default;
  pointer-events: none;
}
/*breadcrumb Styles*/
.breadcrumb > li + li:before {
  content: "\f105";
  display: inline-block;
  margin-right: 2px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*Contact Form*/
.contact-form {
  margin-bottom: 70px;
}
.contact-form h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.contact-form input[type="text"],
.contact-form textarea {
  border: 1px solid #e5e5e5;
  padding: 13px 10px 13px 35px;
  width: 100%;
  outline: none;
}
.contact-form .common {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
}
.contact-form .common:nth-of-type(even) {
  margin-right: -20px;
}
.contact-form .form-author:before {
  content: "\f007";
}
.contact-form .form-email:before {
  content: "\f0e0";
}
.contact-form .form-comment:before {
  content: "\f075";
}
.contact-form .form-submit:before {
  content: "";
}
.contact-form .form-phone:before {
  content: "\f095";
}
.contact-form .form-subject:before {
  content: "\f02d";
}
.contact-form p {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.contact-form p:before {
  content: "\f105";
  margin-right: 5px;
  position: absolute;
  left: 15px;
  top: 17px;
  color: #b5b5b5;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact-form label.error {
  display: none !important;
}
.contact-form input.error {
  border-color: red;
}
/*3d Btn Styles */
.btn-3d {
  position: relative;
  perspective: 800px;
  transition: background 0.6s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}
.btn-3d::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #427ad8;
  border-radius: inherit;
  color: inherit;
  content: attr(data-hover);
  transform: rotateX(270deg);
  transition: transform 0.6s;
  transform-origin: 0 0;
  pointer-events: none;
  padding: inherit;
  font: inherit;
}
.btn-3d:hover::before,
.btn-3d:focus::before {
  transform: rotateX(10deg);
}
#ajax-loader {
  display: none;
  margin-top: 8px;
  float: right;
}
#message-container,
#error-container {
  display: none;
  color: red;
}
.blog-single-page {
  background: #fff;
}
/*Filter Styles*/
#filter-container {
  position: relative;
}
#filter-container .mix {
  position: relative;
  transition-duration: 0s;
}
.controls {
  margin-left: -20px;
}
.controls span {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 30px;
}
.controls span:hover {
  color: #6c98e1;
}
.controls .mixitup-control-active {
  color: #6c98e1;
}
.layout-item-wrap,
.layout-item {
  transition-duration: 0.4s;
}

ul, li{
  margin: 0;
  padding: 0;
}

li{list-style-type:none;}


.header{min-width: 100%; background: #fff;color: #333;}
.header a {color: #333;}

.header .top{width: 100%;height: 47px;border-bottom: 1px solid #e7e7e7;}
.header .top .cont{width: 100%;height: 47px;margin: 0 auto;}
.header .top .cont .left{float: left;height: 47px;line-height: 47px;}
.header .top .cont .left a{ font-weight:bold;}
.header .top .cont .right{float: right;width: 334px;}
.header .top .cont .right li{float: left;background: url(../images/index_shop_li_bg.jpg) no-repeat right center;
  height: 47px;line-height: 47px;padding: 0 11px 0 11px;}
.header .top .cont .right li.last{background: url(../images/index_shop.jpg) no-repeat left center;margin-left: 3px;padding-left: 20px;}
.header .top .cont .right li.last span{color: #3379bf;font-weight: bold}
.header .top .cont .right .lang{float: right;margin-top: 10px;}
.header .mid{width: 100%;height: auto;min-width: 100%;background: #2461A2 url(../images/language_08.gif) repeat;}
.header .mid .cont{width: 100%;margin: 0 auto;padding-top: 12px;}
.header .mid .cont .logo{width: 100%;height: auto;float: left;}
.header .mid .cont .search{width: 100%;height: 109px;float: right;}
.header .mid .cont .search .text{width: 247px;height: 36px;border:none;background: #e2e2e2;float: left;margin-top: 30px;text-indent:10px;outline:0;}
.header .mid .cont .search .btn{width: 38px;height: 36px;background: url(../images/index_search_btn.jpg) no-repeat; border: none;float: left;margin-top: 30px;}
.header .mid .cont .search .hotpoint{float: left;margin-top: 5px;font-weight: bold;font-size: Arial;}
.header .mid .cont .search .hotpoint span{font-weight: normal;}
.header .nav{width: 100%;height: 57px;background-color: #353535;min-width: 100%;}
.header .nav .cont{width: 100%;height: 57px;margin: 0 auto;}
.header .nav .cont li{float: left;height: 57px;line-height: 57px;font-size: 14px;margin-top: 0px;}
.header .nav .cont li a{padding: 0 47px 0 47px;color:white;display: inline-block; font-weight: 700;}
.header .nav .cont li a:hover{height: 57px;background: #000; color: #FFB204}
.header .nav .cont li a.hover{height: 57px;background: #000;}










.contact-in-header {
  border-left: 1px solid #dfdfdf;
  margin-left: 30px;
  padding-left: 27px;
}
.contact-in-header .fa {
  font-size: 61px;
  color: #6c98e1;
  float: left;
  margin-right: 15px;
  line-height: 51px;
}
.contact-in-header span {
  color: #999999;
}
.contact-in-header strong {
  font-size: 21px;
  color: #6c98e1;
}
/* Main Slider Styles */
.main-slider-wrapper {
  position: relative;
}
.main-slider-wrapper #slider-contents {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.main-slider-wrapper .jumbotron {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  background: none;
  padding: 0;
  margin: auto;
  margin-top: -123px;
}
.main-slider-wrapper h1 {
  color: #fff;
  font-size: 60px;
  margin: 0 0 14px 0;
}
.main-slider-wrapper p {
  font-size: 17px;
  color: #fff;
}
.main-slider-wrapper .contents {
  margin-bottom: 45px;
}
.main-slider-wrapper .btn {
  margin-right: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.main-slider-wrapper .btn-border {
  background: none;
  border: 2px solid #fff;
  padding: 13px 18px;
}
.main-slider-wrapper .btn-border:hover {
  background: #fff;
  color: #333;
}
.main-slider-wrapper .btn-warning.btn-3d::before {
  background: #ec8b1b;
}
#advance-search {
  position: relative;
  padding-bottom: 35px;
  z-index: 99;
  background: #fff;
}
#advance-search fieldset {
  width: 85%;
  float: left;
}
#advance-search .top-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 16.5px 30px;
  border-radius: 0;
  margin-top: -85px;
  color: #333;
  background: #fff;
}
#adv-search-form {
  margin-top: 30px;
}
#adv-search-form select,
#adv-search-form input {
  width: 23%;
  height: 50px;
  margin-right: 2%;
  float: left;
  margin-bottom: 15px;
  border: 1px solid #dfdfdf;
  padding: 9px;
  outline: none;
}
#adv-search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}
#adv-search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}
#adv-search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1;
}
#adv-search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
}
#adv-search-form .btn[type="submit"] {
  width: 15%;
  float: left;
  padding: 32px 15px;
  font-weight: 600;
}
#home-property-listing {
  padding: 30px 0 60px 0;
  background: #fff;
}
#home-property-for-rent-listing {
  padding: 80px 0 60px 0;
  background: #58575C;
}
#home-property-for-rent-listing .section-header {
  color: #fff;
}
#home-property-for-rent-listing .section-header h2 {
  color: inherit;
}
#home-property-for-rent-listing .section-header h2::before,
#home-property-for-rent-listing .section-header h2::after {
  border-color: inherit;
}
#home-property-for-rent-listing .section-header p {
  color: #8d8d8d;
}
#property-for-rent-slider .slick-arrow {
  background: none;
  border: 1px solid #8d8d8d;
  color: #8d8d8d;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 38px;
}

#property-for-rent-slider .fa-angle-left {
  left: -60px;
}
#property-for-rent-slider .fa-angle-right {
  right: -60px;
}
/*Property Styles*/
.property {
  border-top: 0px solid #AFC5EA;
  background: #fff;
  /*
  padding: 10px;
  */
  margin-bottom: 30px;

}

.property .feature-image {

  position: relative;
  margin-bottom: 4px;
}
.property .feature-image img {
	width: 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.property .btn-sale {
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 3px 7px 2px 7px;
  z-index: 1;
}
.property .btn-sale:hover {
  background: #333;
}
.property .property-contents {
  margin: 15px 15px;
  text-align: center;
}
.property .property-contents p {
    text-align: left;
font-size: 16px;
color: #333;
}



.property .property-header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.property .entry-title {
  text-transform: capitalize;
  margin: 0 0 8px 0;
  color: #8c1d40;
}

.property .property-location {
  font-size: 12px;
  color: #999;
  display: block;
}
.property .property-location .fa {
  margin-right: 5px;
  font-size: 14px;
}
.property .btn-price {
  font-size: 15px;
  font-weight: 400;
}

.property .btn-price{width: 100%;height: 37px; font-weight: 700; background: #FFC627;color: #333;text-align: center;font-size: 14px;border-radius: 5px;cursor:pointer;}




.property .property-meta {
  color: #707070;
  font-size: 13px;
  margin-left: -19px;
}
.property .property-meta span {
  color: inherit;
  float: left;
  margin-left: 19px;
  margin-bottom: 2px;
}
.property .property-meta .fa {
  font-size: 14px;
  margin-right: 5px;
}
.property .author-box {
  display: none;
  font-size: 12px;
}
.property .author-box .author-img {
  float: left;
  margin-right: 10px;
}
.property .author-box .author-img img {
  border-radius: 50%;
}
.property .author-box .author-name {
  font-size: inherit;
  margin: 5px 0 0 0;
  color: inherit;
  display: block;
  font-style: normal;
}
.property .author-box .phone {
  font-weight: 600;
  font-size: inherit;
}
.property .author-box .phone .fa {
  color: #6c98e1;
  margin-right: 5px;
}
.property .contents {
  margin-bottom: 10px;
}
.list-style .feature-image {
  margin: 0 20px 0 0;
  float: left;
  width: calc(43% - 20px);
}
.list-style .property-contents {
  margin: 20px 20px 0 0;
  float: left;
  width: calc(57% - 20px);
}
.list-style .property-meta {
  margin-bottom: 18px;
}
.list-style .author-box,
.list-style .contents {
  display: block;
}
#home-features-section {
  padding: 80px 0 0 0;
  min-height: 620px;
  background: url("../images/features/iso.jpg") center bottom no-repeat #f9f9f9;
}
#home-features-section .feature {
  margin-bottom: 30px;
}
#home-features-section .feature .icon {
  margin-bottom: 33px;
  display: block;
  min-height: 80px;
  vertical-align: middle;
}
#home-features-section .feature h6.entry-title {
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
#home-features-section .feature p {
  line-height: 24px;
  color: #707070;
}









/* Footer
-------------------------------------------------------------------*/
footer#footer {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
}




.site-footer {
  background: url("../images/002.jpg") no-repeat;
  background-size:cover;
  padding: 100px 0 0 0;
}
.site-footer .widget {
  margin-bottom: 50px;
}
.site-footer h4 {
  margin: 0 0 30px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.site-footer .about-widget .footer-logo {
  margin-top: -20px;
}
.site-footer-bottom {
  background: #2A72BA;
  padding: 27px 0;
}
.site-footer-bottom p {
  margin: 0;
}
.site-footer-bottom .footer-nav ul {
  margin: 0 0 0 -25px;
  padding: 0;
}
.site-footer-bottom .footer-nav li {
  list-style: none;
  float: left;
  margin-left: 25px;
  color: inherit;
}
#twitter-feeds ul {
  margin: 0;
  padding: 0;
}
#twitter-feeds ul li {
  list-style: none;
  clear: both;
}
#twitter-feeds .avatar {
  width: 50px;
  float: left;
  margin-right: 10px;
}
#twitter-feeds .avatar img {
  max-width: 100%;
}
#twitter-feeds .tweet {
  overflow: hidden;
}
/*About Widget Styles*/
.about-widget .footer-logo {
  margin: 0 0 30px 0;
  display: block;
}
.about-widget p {
  margin-bottom: 35px;
  line-height: 26px;
  color: inherit;
  color: #FFF;
}
/*Quick Links Widget Styles*/
.quick-links ul {
  margin: 0;
  padding: 0;
}
.quick-links ul li {
  list-style: none;
  color: inherit;
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
.quick-links ul li:last-child {
  margin-bottom: 0;
}
.quick-links ul li:before {
  content: "\f105";
  margin-right: 5px;
  color: inherit;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.quick-links ul a {
  color: inherit;
}
/*Address Widget Styles*/
.block-block h4{
  color: #fff;
}
.address-widget ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 13px;
	margin-left: 0;
}
.address-widget ul li {
  list-style: none;
  margin-bottom: 3px;
  color: #f1f1f1;
}
.ab a{color: #f1f1f1;}
.address-widget ul li a:hover {
  color: #4385e6;
}

.address-widget ul .fa {
  margin-right: 5px;
}
.property-taxonomies li span {
  color: #999;
}
/*Tag Widget Styles*/
.widget_tag_cloud a {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  color: #333;
  font-size: 14px !important;
}
.widget_tag_cloud a:hover {
  color: #6c98e1;
}
.widget_tag_cloud a:last-child {
  margin-right: 0;
}
/*Recent Posts Style*/
.widget-post {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.widget-post:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.widget-post p.entry-title {
  margin: 0;
}
.widget-post p.entry-title a {
  color: #333;
}
.widget-post p.entry-title a:hover {
  color: #6c98e1;
}
/*Categories Widget Styles*/
.widget_categories li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #999;
  font-size: 13px;
}
.widget_categories li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.widget_categories li::before {
  content: "\f0da" !important;
  color: #333;
}
.widget_categories a {
  color: #333;
  font-size: inherit;
}
.widget_categories a:hover {
  color: #6c98e1;
}






.max-width-container,header#boxes .container,section#audience .container,header#buttions .container,section#carousels .container,.credits-block .content,.fat-footer-block .content,#block-asu-brand-asu-brand-footer .content {
  max-width:1170px;
  margin:0 auto;
  padding-left:15px;
  padding-right:15px;
}
header#asu_header .container {
  max-width:1170px;
  margin:0 auto;
}
.max-width-container:after,header#asu_header .container:after,header#boxes .container:after,section#audience .container:after,header#buttions .container:after,header#carousels .container:after,.credits-block .content:after,.fat-footer-block .content:after,#block-asu-brand-asu-brand-footer .content:after {
  content:"";
  display:table;
  clear:both;
}

.fat-footer-block {
  clear:both;
  background-color:#1e1e1e;
  font-size:16px;
  padding:2em 1em;
}
.fat-footer-block .content .contact-info {
  width:100%;
  float:right;
  margin-left:0;
  margin-right:0;
  clear:none;
}
@media (min-width:768px) {
  .fat-footer-block .content .contact-info {
  width:48.93617%;
  float:left;
  margin-right:-100%;
  margin-left:0%;
  clear:none;
}
}.fat-footer-block .content .contact-info .microdata {
  padding:0.5em;
  font-family:'Roboto';
  font-weight:200;
  text-align:left;
  color:#fff;
}
.fat-footer-block .content .contact-info .microdata a[itemprop=url] {
  color:#fff;
  text-decoration:none;
}
.fat-footer-block .content .contact-info .microdata div[itemprop=description] {
  margin-top:1em;
  font-family:'RobotoRegular';
}
.fat-footer-block .content .contact-info .microdata div[itemprop=address] {
  margin-top:1em;
  font-family:'RobotoRegular';
}
.fat-footer-block .content .contact-info .microdata div[itemprop=address] ul {
  margin:0.25em 0 0 0;
  padding:0;
}
.fat-footer-block .content .contact-info .microdata div[itemprop=address] ul li {
  list-style:none;
  display:inline;
}
.fat-footer-block .content .contact-info .microdata div[itemprop=address] ul li[itemprop=telephone] {
  clear:both;
  display:block;
  font-family:'RobotoRegular';
}
.fat-footer-block .content .contact-info .microdata div[itemprop=address] ul li[itemprop=telephone] a {
  color:#ccc;
  outline:0;
  transition:all 0.25s ease-in-out;
  text-decoration:none;
  background:transparent;
  border-bottom:1px dotted #ccc;
  font-family:'RobotoRegular';
}
.fat-footer-block .content .contact-info .microdata div[itemprop=address] ul li[itemprop=telephone] a:hover {
  color:#fff;
  border-bottom:1px dotted #fff;
}
.fat-footer-block .content .contact-info .microdata div[itemprop=address] ul li[itemprop=addressLocality]:after {
  content:",";
}
.fat-footer-block .content .contact-info ul.social-media {
  padding:0.5em;
  max-width:192px;
}
@media (min-width:480px) {
  .fat-footer-block .content .contact-info ul.social-media {
  max-width:384px;
}
}.fat-footer-block .content .contact-info ul.social-media a {
  text-decoration:none;
  background-image:url(../images/social_media_sprites2.png);
  background-repeat:no-repeat;
  width:40px;
  height:40px;
  text-indent:-5000px;
  display:block;
  margin:0 auto;
}
.fat-footer-block .content .contact-info ul.social-media li {
  list-style:none;
}
.fat-footer-block .content .contact-info ul.social-media li.col-1 {
  width:20%;
  float:left;
  margin-right:-100%;
  margin-left:0%;
  clear:none;
}
@media (min-width:480px) {
  .fat-footer-block .content .contact-info ul.social-media li.col-1 {
  margin-top:0;
  width:9.67742%;
  float:left;
  margin-right:-100%;
  margin-left:0%;
  clear:none;
}
}.fat-footer-block .content .contact-info ul.social-media li.col-1 a {
  background-position:0px 0;
}
.fat-footer-block .content .contact-info ul.social-media li.col-1 a:hover {
  background-position:0px -40px;
}
.fat-footer-block .content .contact-info ul.social-media li.col-2 {
  width:20%;
  float:left;
  margin-right:-100%;
  margin-left:26.66667%;
  clear:none;
}
@media (min-width:480px) {
  .fat-footer-block .content .contact-info ul.social-media li.col-2 {
  margin-top:0;
  width:9.67742%;
  float:left;
  margin-right:-100%;
  margin-left:12.90323%;
  clear:none;
}
}.fat-footer-block .content .contact-info ul.social-media li.col-2 a {
  background-position:-40px 0;
}
.fat-footer-block .content .contact-info ul.social-media li.col-2 a:hover {
  background-position:-40px -40px;
}
.fat-footer-block .content .contact-info ul.social-media li.col-3 {
  width:20%;
  float:left;
  margin-right:-100%;
  margin-left:53.33333%;
  clear:none;
}
@media (min-width:480px) {
  .fat-footer-block .content .contact-info ul.social-media li.col-3 {
  margin-top:0;
  width:9.67742%;
  float:left;
  margin-right:-100%;
  margin-left:25.80645%;
  clear:none;
}
}.fat-footer-block .content .contact-info ul.social-media li.col-3 a {
  background-position:-80px 0;
}
.fat-footer-block .content .contact-info ul.social-media li.col-3 a:hover {
  background-position:-80px -40px;
}
.fat-footer-block .content .contact-info ul.social-media li.col-4 {
  width:20%;
  float:right;
  margin-left:0;
  margin-right:0;
  clear:none;
}
@media (min-width:480px) {
  .fat-footer-block .content .contact-info ul.social-media li.col-4 {
  margin-top:0;
  width:9.67742%;
  float:left;
  margin-right:-100%;
  margin-left:38.70968%;
  clear:none;
}
}.fat-footer-block .content .contact-info ul.social-media li.col-4 a {
  background-position:-120px 0;
}
.fat-footer-block .content .contact-info ul.social-media li.col-4 a:hover {
  background-position:-120px -40px;
}
.fat-footer-block .content .contact-info ul.social-media li.col-5 {
  margin-top:0.5em;
  width:20%;
  float:left;
  margin-right:-100%;
  margin-left:0%;
  clear:none;
  clear:both;
}
@media (min-width:480px) {
  .fat-footer-block .content .contact-info ul.social-media li.col-5 {
  margin-top:0;
  width:9.67742%;
  float:left;
  margin-right:-100%;
  margin-left:51.6129%;
  clear:none;
}
}.fat-footer-block .content .contact-info ul.social-media li.col-5 a {
  background-position:-160px 0;
}
.fat-footer-block .content .contact-info ul.social-media li.col-5 a:hover {
  background-position:-160px -40px;
}
.fat-footer-block .content .contact-info ul.social-media li.col-6 {
  margin-top:0.5em;
  width:20%;
  float:left;
  margin-right:-100%;
  margin-left:26.66667%;
  clear:none;
}
@media (min-width:480px) {
  .fat-footer-block .content .contact-info ul.social-media li.col-6 {
  margin-top:0;
  width:9.67742%;
  float:left;
  margin-right:-100%;
  margin-left:64.51613%;
  clear:none;
}
}.fat-footer-block .content .contact-info ul.social-media li.col-6 a {
  background-position:-200px 0;
}
.fat-footer-block .content .contact-info ul.social-media li.col-6 a:hover {
  background-position:-200px -40px;
}
.fat-footer-block .content .contact-info ul.social-media li.col-7 {
  margin-top:0.5em;
  width:20%;
  float:left;
  margin-right:-100%;
  margin-left:53.33333%;
  clear:none;
}
@media (min-width:480px) {
  .fat-footer-block .content .contact-info ul.social-media li.col-7 {
  margin-top:0;
  width:9.67742%;
  float:left;
  margin-right:-100%;
  margin-left:77.41935%;
  clear:none;
}
}.fat-footer-block .content .contact-info ul.social-media li.col-7 a {
  background-position:-240px 0;
}
.fat-footer-block .content .contact-info ul.social-media li.col-7 a:hover {
  background-position:-240px -40px;
}
.fat-footer-block .content .contact-info ul.social-media li.col-8 {
  margin-top:0.5em;
  width:20%;
  float:right;
  margin-left:0;
  margin-right:0;
  clear:none;
}
@media (min-width:480px) {
  .fat-footer-block .content .contact-info ul.social-media li.col-8 {
  margin-top:0;
  width:9.67742%;
  float:right;
  margin-left:0;
  margin-right:0;
  clear:none;
}
}.fat-footer-block .content .contact-info ul.social-media li.col-8 a {
  background-position:-280px 0;
}
.fat-footer-block .content .contact-info ul.social-media li.col-8 a:hover {
  background-position:-280px -40px;
}
.fat-footer-block .content ul.footer-menu {
  width:100%;
  float:right;
  margin-left:0;
  margin-right:0;
  clear:none;
  margin-top:2em;
  margin-bottom:0;
  padding-left:0.5em;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
@media (min-width:768px) {
  .fat-footer-block .content ul.footer-menu {
  width:48.93617%;
  float:right;
  margin-left:0;
  margin-right:0;
  clear:none;
  padding-left:2em;
}
}.fat-footer-block .content ul.footer-menu li {
  display:block;
  padding-bottom:1em;
  width:100%;
  float:right;
  margin-left:0;
  margin-right:0;
  clear:none;
}
@media (min-width:640px) {
  .fat-footer-block .content ul.footer-menu li:nth-child(2n+1) {
  width:42.85714%;
  float:left;
  margin-right:-100%;
  margin-left:0%;
  clear:none;
  clear:both;
}
.fat-footer-block .content ul.footer-menu li:nth-child(2n+2) {
  width:42.85714%;
  float:right;
  margin-left:0;
  margin-right:0;
  clear:none;
}
}@media (min-width:980px) {
  .fat-footer-block .content ul.footer-menu li:nth-child(3n+1) {
  width:27.27273%;
  float:left;
  margin-right:-100%;
  margin-left:0%;
  clear:none;
  clear:both;
}
.fat-footer-block .content ul.footer-menu li:nth-child(3n+2) {
  width:27.27273%;
  float:left;
  margin-right:-100%;
  margin-left:36.36364%;
  clear:none;
}
.fat-footer-block .content ul.footer-menu li:nth-child(3n+3) {
  width:27.27273%;
  float:right;
  margin-left:0;
  margin-right:0;
  clear:none;
}
}.fat-footer-block .content ul.footer-menu a {
  color:#ccc;
  outline:0;
  transition:all 0.25s ease-in-out;
  text-decoration:none;
  background:transparent;
  border-bottom:1px dotted #ccc;
  font-family:'Roboto';
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  line-height:1.44;
  font-size:18px;
}
.fat-footer-block .content ul.footer-menu a:hover {
  color:#fff;
  border-bottom:1px dotted #fff;
}
#block-asu-brand-asu-brand-footer {
  background-color:#e5e5e5;
}
.misc-footer-block {
  padding:0.5em;
  font-family:'Roboto';
  font-size:1em;
  text-align:right;
  padding-right:2em;
}
@media (max-width:768px) {
  .misc-footer-block {
  text-align:left;
  padding-right:0;
}
}.misc-footer-block .credits {
  font-size:0.9em;
}
.misc-footer-block a {
  color:#8c1d40;
  text-decoration:none;
}
footer#devel .block:nth-child(1) {
  width:27.27273%;
  float:left;
  margin-right:-100%;
  margin-left:0%;
  clear:none;
}
footer#devel .block:nth-child(2) {
  width:27.27273%;
  float:left;
  margin-right:-100%;
  margin-left:36.36364%;
  clear:none;
}
footer#devel .block:nth-child(3) {
  width:27.27273%;
  float:right;
  margin-left:0;
  margin-right:0;
  clear:none;
}

#blackOut {
  display:none;
  background-color:rgba(0,0,0,.7);
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%
}
#asu_hdr #asu_login_module a,#asu_hdr #asu_universal_nav a {
  font-weight:400;
  color:#000
}
#asu_hdr #asu_login_module a:hover,#asu_hdr #asu_universal_nav a:hover,#asu_hdr #asu_universal_nav a:focus {
  color:#d23153
}
#asu_footer {
  font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color:#E5E5E5;
  padding:5px 0px
}
#asu_footer ul {
  list-style-type:none;
  margin-left:-40px
}
#asu_footer ul li {
  display:inline;
  margin-right:20px
}
#asu_footer a {
  text-decoration:none;
  font-size:1.1em;
  font-weight:400;
  color:#333
}
#asu_footer a:hover {
  color:#666
}
#innovation-bar span {
  }#innovation-bar .innovation-hidden {
  float:right;
  width:19%;
  height:0;
}
#innovation-bar img {
  margin-top:-1em;
  height:121px;
}
#innovation-bar {
  background-color:#FFC627;
  font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
#innovation-bar .innovation-status {
  text-align:right;
  width:78%;
  display:inline-block;
  margin-bottom:.7em;
  margin-top:.7em;
}
#innovation-bar a {
  border-bottom:0;
  color:black;
  font-size:x-large;
  font-weight:700;
  text-decoration:none;
}
#innovation-footer {
  position:absolute;
  left:0;
  right:0;
}
#innovation-bar .innovation-top {
  margin:0 auto;
}
#innovation-footer .footer-menu {
  padding:0 15px 0 15px;
  background-color:#e5e5e5;
}
#innovation-footer .footer-menu ul {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  display:table;
  list-style:none;
  margin:0 auto;
  padding-bottom:0.5em;
  padding-top:1em;
}
#innovation-footer .footer-menu ul.default {
  padding-left:15px;
}
#innovation-footer .footer-menu ul li {
  float:left;
  padding-bottom:12px
}
#innovation-footer .footer-menu ul li a {
  font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color:#333;
  font-weight:400;
  font-size:1.0em;
  margin-right:30px;
  text-decoration:none;
  border-bottom:none;
  transition:all .25s ease-in-out;
}
#asu_hdr_parent_title .asu-parent-org {
  border-right:2px solid #666;
  padding-right:7px;
  margin-right:7px;
}
#asu_hdr_parent_title .asu-site-title {
  color:#666666;
}


.connect-with-us-block {
  clear:both;
  background-color:#f1f1f1;
  padding:1.4em 0;
}
.connect-with-us-block h2 {
  color:#000;
  text-align:center;
  font-size:1.9em;
  margin:15px 0;
  font-family:'Roboto';
  font-weight:700;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.connect-with-us-block .content {
  text-align:center;
}
.connect-with-us-block ul {
  padding:0;
}
.connect-with-us-block ul li {
  list-style:none;
  border-left-style:solid;
  border-left-width:0;
  border-left-color:#a7a9ac;
  margin-bottom:0.5em;
}
.connect-with-us-block ul li.first {
  border-left-width:0;
}
@media (min-width:980px) {
  .connect-with-us-block ul li {
  margin-bottom:0;
  display:inline;
  border-left-width:1px;
}
}.connect-with-us-block ul a {
  margin-left:0.5em;
  margin-right:0.5em;
  font-family:'Roboto';
  font-weight:700;
  font-size:1.2em;
}
@media (min-width:980px) {
  .connect-with-us-block ul a {
  font-size:1em;
}
}.social-media-block {
  clear:both;
  background-color:#1e1e1e;
}
.social-media-block:after {
  content:"";
  display:table;
  clear:both;
}
.social-media-block .content {
  text-align:center;
  padding:0.5em 0;
  max-width:280px;
  margin:0 auto;
}
.social-media-block .content:after {
  content:"";
  display:table;
  clear:both;
}
@media (min-width:595px) {
  .social-media-block .content {
  max-width:980px;
}
}.social-media-block ul {
  padding:0;
  width:82.97872%;
  float:left;
  margin-right:-100%;
  margin-left:8.51064%;
  clear:none;
}
@media (min-width:768px) {
  .social-media-block ul {
  width:65.95745%;
  float:left;
  margin-right:-100%;
  margin-left:17.02128%;
  clear:none;
}
}.social-media-block ul a {
  text-decoration:none;
  background-image:url(/sites/all/themes/asu_home/images/social_media_sprites.png);
  background-repeat:no-repeat;
  width:50px;
  height:50px;
  text-indent:-5000px;
  display:block;
  margin:0 auto;
}
.social-media-block ul li {
  list-style:none;
}
.social-media-block ul li.col-1 {
  width:20%;
  float:left;
  margin-right:-100%;
  margin-left:0%;
  clear:none;
}
@media (min-width:595px) {
  .social-media-block ul li.col-1 {
  margin-top:0;
  width:9.67742%;
  float:left;
  margin-right:-100%;
  margin-left:0%;
  clear:none;
}
}.social-media-block ul li.col-1 a {
  background-position:0px 0;
}
.social-media-block ul li.col-1 a:hover {
  background-position:0px -50px;
}
.social-media-block ul li.col-2 {
  width:20%;
  float:left;
  margin-right:-100%;
  margin-left:26.66667%;
  clear:none;
}
@media (min-width:595px) {
  .social-media-block ul li.col-2 {
  margin-top:0;
  width:9.67742%;
  float:left;
  margin-right:-100%;
  margin-left:12.90323%;
  clear:none;
}
}.social-media-block ul li.col-2 a {
  background-position:-50px 0;
}
.social-media-block ul li.col-2 a:hover {
  background-position:-50px -50px;
}
.social-media-block ul li.col-3 {
  width:20%;
  float:left;
  margin-right:-100%;
  margin-left:53.33333%;
  clear:none;
}
@media (min-width:595px) {
  .social-media-block ul li.col-3 {
  margin-top:0;
  width:9.67742%;
  float:left;
  margin-right:-100%;
  margin-left:25.80645%;
  clear:none;
}
}.social-media-block ul li.col-3 a {
  background-position:-100px 0;
}
.social-media-block ul li.col-3 a:hover {
  background-position:-100px -50px;
}
.social-media-block ul li.col-4 {
  width:20%;
  float:right;
  margin-left:0;
  margin-right:0;
  clear:none;
}
@media (min-width:595px) {
  .social-media-block ul li.col-4 {
  margin-top:0;
  width:9.67742%;
  float:left;
  margin-right:-100%;
  margin-left:38.70968%;
  clear:none;
}
}.social-media-block ul li.col-4 a {
  background-position:-150px 0;
}
.social-media-block ul li.col-4 a:hover {
  background-position:-150px -50px;
}
.social-media-block ul li.col-5 {
  margin-top:0.5em;
  width:20%;
  float:left;
  margin-right:-100%;
  margin-left:0%;
  clear:none;
  clear:both;
}
@media (min-width:595px) {
  .social-media-block ul li.col-5 {
  margin-top:0;
  width:9.67742%;
  float:left;
  margin-right:-100%;
  margin-left:51.6129%;
  clear:none;
}
}.social-media-block ul li.col-5 a {
  background-position:-200px 0;
}
.social-media-block ul li.col-5 a:hover {
  background-position:-200px -50px;
}
.social-media-block ul li.col-6 {
  margin-top:0.5em;
  width:20%;
  float:left;
  margin-right:-100%;
  margin-left:26.66667%;
  clear:none;
}
@media (min-width:595px) {
  .social-media-block ul li.col-6 {
  margin-top:0;
  width:9.67742%;
  float:left;
  margin-right:-100%;
  margin-left:64.51613%;
  clear:none;
}
}.social-media-block ul li.col-6 a {
  background-position:-250px 0;
}
.social-media-block ul li.col-6 a:hover {
  background-position:-250px -50px;
}
.social-media-block ul li.col-7 {
  margin-top:0.5em;
  width:20%;
  float:left;
  margin-right:-100%;
  margin-left:53.33333%;
  clear:none;
}
@media (min-width:595px) {
  .social-media-block ul li.col-7 {
  margin-top:0;
  width:9.67742%;
  float:left;
  margin-right:-100%;
  margin-left:77.41935%;
  clear:none;
}
}.social-media-block ul li.col-7 a {
  background-position:-300px 0;
}
.social-media-block ul li.col-7 a:hover {
  background-position:-300px -50px;
}
.social-media-block ul li.col-8 {
  margin-top:0.5em;
  width:20%;
  float:right;
  margin-left:0;
  margin-right:0;
  clear:none;
}
@media (min-width:595px) {
  .social-media-block ul li.col-8 {
  margin-top:0;
  width:9.67742%;
  float:right;
  margin-left:0;
  margin-right:0;
  clear:none;
}
}.social-media-block ul li.col-8 a {
  background-position:-350px 0;
}
.social-media-block ul li.col-8 a:hover {
  background-position:-350px -50px;
}














/*Property Video Styles*/
.property-video .entry-title {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.property-video iframe {
  width: 100%;
  height: 430px;
  border: 0;
  padding: 0;
  margin: 0;
}
.property-agent .address-widget li {
  color: #6c98e1;
  margin-bottom: 5px;
}
/*Agent Form Styles*/
.agent-contact-form input[type="text"],
.agent-contact-form textarea {
  background: #f6f9fa;
  color: #707070;
  font-size: 12px;
  margin-bottom: 10px;
  width: 100%;
  padding: 14px;
  border: 1px solid #dae2e9;
}
.agent-contact-form .btn[type="submit"] {
  width: 100%;
}
.property-agent .address-widget li {
  margin-bottom: 9px;
}
.blog-post {
  margin-bottom: 50px;
}
.blog-post .feature-image {
  position: relative;
  float: left;
  width: 43%;
}
.blog-post .feature-image .updated {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 0;
  line-height: 21px;
}
.blog-post .feature-image .updated strong {
  font-size: 23px;
  font-weight: 700;
  display: block;
}
.blog-post .post-contents {
  width: calc(57% - 40px);
  margin-left: 40px;
  float: left;
}
.blog-post .entry-title {
  margin: 10px 0 25px 0;
  text-transform: uppercase;
}
.blog-post .contents {
  margin-bottom: 25px;
}
.blog-post .post-meta {
  margin-left: -3.33333%;
  font-size: 12px;
}
.blog-post .post-meta span,
.blog-post .post-meta > a {
  float: left;
  width: 30%;
  margin-left: 3.33333%;
  font-size: inherit;
}
.blog-post .post-meta span {
  color: #999;
}
.blog-post.list-style .feature-image {
  margin: 0 30px 0 0;
  float: left;
  width: calc(40% - 30px);
}
.blog-post.list-style .post-contents {
  width: 60%;
  float: left;
  margin: 15px 0 0 0;
}
.gallery-item {
  position: relative;
}
.gallery-item .btn-sale {
  left: -10px;
  top: 15px;
  border-radius: 0;
  padding: 4px 8px;
  z-index: 9;
}
.gallery-item .btn-sale:before,
.gallery-item .btn-sale:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  transition-duration: 0.3s;
}
.gallery-item .btn-sale:before {
  width: 30px;
  left: -10px;
  top: 10px;
  border-width: 13px 6px;
  border-style: solid;
  border-color: #f0a34a #f0a34a #f0a34a transparent;
}
.gallery-item .btn-sale:after {
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #ec8b1b #ec8b1b transparent transparent;
}
.gallery-item .btn-sale:hover:before {
  border-color: #333 #333 #333 transparent;
}
.gallery-item .btn-sale:hover:after {
  border-color: #000 #000 #000 transparent;
}
#blog-listing {
  margin-bottom: 70px;
}
#blog-listing .property-sorting,
#blog-listing .layout-view {
  margin-top: 0;
  margin-bottom: 0;
}
#blog-single {
  background: #fff;
}
.single-post {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.single-post .feature-image {
  margin-bottom: 50px;
  float: none;
  width: 100%;
}
.single-post .post-meta {
  margin-bottom: 25px;
  margin-left: 0;
}
.single-post .post-meta .entry-title {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.single-post .post-meta .updated {
  float: left;
  margin-right: 25px;
  border-radius: 0;
  padding: 14px 18px;
}
.single-post .post-meta .updated strong {
  font-size: 23px;
  font-weight: 700;
  display: block;
}
.single-post .post-meta span {
  width: auto;
  margin-right: 20px;
  margin-left: 0;
}
.single-post .post-footer-meta {
  line-height: 30px;
}
.single-post .social-share span,
.single-post .tags span {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-weight: 700;
  float: left;
  margin-right: 5px;
}
.single-post .social-share {
  float: right;
}
.single-post .social-share .social-icons {
  float: left;
}
.single-post .social-share span {
  margin-right: 20px;
}
.single-post .social-share .fa {
  background: #e5e5e5;
  color: #333;
}
.single-post .social-share .fa:hover {
  background: #6c98e1;
}
/*Comments Styles*/
#comments article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
#comments h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  font-weight: 400;
}
#comments ol {
  margin: 0;
  padding: 0;
}
#comments ol li {
  list-style: none;
}
#comments h5.author {
  float: left;
  margin-right: 15px;
}
#comments cite.fn a {
  font-style: normal;
  font: 400 14px 'Montserrat', sans-serif;
  color: #333;
  text-transform: uppercase;
}
#comments .author-img {
  float: left;
  margin-right: 25px;
  width: 80px;
}
#comments .author-img img {
  border-radius: 50%;
}
#comments .comment-detail-wrap {
  display: table;
}
#comments .comment-body {
  clear: both;
}
#comments .comment-meta {
  margin-bottom: 10px;
}
#comments .comment-meta time {
  font-size: 12px;
  color: #999;
  margin-top: 11.5px;
  float: left;
}
#comments .comment-reply-link {
  font: 400 12px 'Montserrat', sans-serif;
  padding: 8px 14px;
  margin-top: 15px;
}
#comments .children {
  padding: 0;
  margin: 0 0 0 50px;
}
#comments p {
  font-size: 13px;
  color: #707070;
}
/*Blog Grid Styles*/
.grid-style .blog-post {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
}
.grid-style .feature-image {
  width: auto;
  float: none;
  margin-bottom: 20px;
}
.grid-style .entry-title,
.grid-style .contents {
  margin: 0 0 20px 0;
  text-transform: none;
}
.grid-style .post-contents {
  width: auto;
  float: none;
  margin: 10px;
  margin-top: 0;
}
.grid-style .post-meta span,
.grid-style .post-meta > a {
  width: auto;
}
.grid-style .post-meta span {
  margin-right: 10px;
}
#contact-page .entry-title {
  margin-top: 0;
  margin-bottom: 20px;
}
#contact-page .contact-form-wrapper .contents {
  margin-bottom: 45px;
}
#contact-page .contact-form-wrapper .contents p {
  margin-bottom: 10px;
}
.contact-page-var-one {
  padding-bottom: 70px;
}
.contact-page-var-one #map-canvas {
  height: 350px;
}
.contact-page-var-two #map-canvas {
  height: 500px;
}
.contact-page-contents {
  color: #707070;
}
.contact-page-contents .fa {
  font-size: 20px;
  padding: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #ea923a;
  border: 2px solid #ea923a;
  margin-right: 20px;
  float: left;
  border-radius: 50%;
}
.contact-page-contents .contents {
  display: table;
  margin-bottom: 38px;
}
.contact-page-contents .contents .title {
  font: 700 14px "Poppins", "sans-serif";
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
}
.contact-page-contents ul {
  margin: 0;
  padding: 0;
}
.contact-page-contents ul li {
  list-style: none;
  color: inherit;
}
#map-canvas {
  width: 100%;
}
@media (min-width: 1200px) {
  #site-nav {
    margin-right: -30px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  #property-map-view .list-style .property-contents {
    width: 100%;
    padding: 0 10px;
    margin-right: 0;
  }
  #property-map-view .list-style .feature-image {
    width: 100%;
  }
}
/* Large devices (large desktops, 1200px and down) */
@media (max-width: 1200px) {
  .currency-in-header,
  .language-in-header,
  .header-btn {
    margin-left: 10px;
  }
  #site-nav .nav > li {
    margin-left: 20px;
  }
  .contact-in-header {
    margin-left: 10px;
    padding-left: 20px;
  }
  .contact-in-header strong {
    font-size: 18px;
  }
  .property-map-wrapper {
    margin-bottom: 30px;
  }
  #property-for-rent-slider .fa-angle-right {
    right: 0;
  }
  #property-for-rent-slider .fa-angle-left {
    left: 0;
  }
}
/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
  #site-header-top {
    text-align: center;
    position: relative;
  }
  .currency-in-header {
    margin-left: 0;
  }
  .currency-in-header,
  .language-in-header,
  .header-btn {
    float: none;
    display: inline-block;
  }
  #slider-contents h1 {
    font-size: 40px;
  }
  #slider-contents .contents {
    margin-bottom: 10px;
  }
  .main-page #adv-search-form input,
  .main-page #adv-search-form select {
    width: 32%;
  }
  .main-page #adv-search-form fieldset,
  .main-page #adv-search-form .btn[type="submit"] {
    width: auto;
    float: none;
  }
  .main-page #adv-search-form .btn[type="submit"] {
    width: 100%;
    padding: 15px;
  }
  #footer .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
  #scroll-top {
    display: none !important;
  }
  .layout-view {
    display: none;
  }
  .property-sorting {
    margin-top: 7px;
  }
  #property-listing .section-header h2 {
    font-size: 25px;
  }
  .property-agent .address-widget {
    margin-bottom: 20px;
  }
  #site-banner {
    margin-bottom: 30px;
  }
  #property-map {
    height: 500px;
  }
  #blog-listing .section-header .pull-left,
  #blog-listing .section-header .pull-right {
    float: none !important;
  }
  #site-banner {
    padding: 70px 0;
  }
  #site-banner h1 {
    font-size: 30px;
  }
}
@media (min-width: 600px) and (max-width: 992px) {
  .main-page #adv-search-form input:nth-child(3n),
  .main-page #adv-search-form select:nth-child(3n) {
    margin-right: 0;
  }
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and down) */
@media (max-width: 768px) {
  #site-header-top + .container > .row {
    position: relative;
  }
  .slicknav_menu {
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .slicknav_nav {
    background: #333;
    width: 100%;
  }
  #site-nav {
    display: none;
  }
  #site-header .col-md-3 {
    float: left;
  }
  .contact-in-header span {
    float: left;
  }
  #slider-contents h1 {
    font-size: 20px;
  }
  #slider-contents .contents {
    margin-bottom: 0;
  }
  #slider-contents p {
    font-size: 14px;
  }
  #slider-contents .btn-lg {
    padding: 10px;
  }
  #slider-contents .btn-border {
    padding: 8px;
  }
  #advance-search.main-page .top-btn {
    padding: 10px 15px;
    margin-top: -72px;
  }
  #home-property-listing,
  #home-property-for-rent-listing,
  #home-features-section,
  #property-listing {
    padding: 30px 0;
  }
  .section-header {
    margin-bottom: 20px;
  }
  .section-header h2 {
    font-size: 25px;
  }
  #announcement-section {
    padding: 30px 0;
  }
  #announcement-section h2.title {
    font-size: 25px;
  }
  #announcement-section p {
    margin-bottom: 20px;
  }
  .site-footer {
    padding-top: 30px;
  }
  .site-footer .about-widget .footer-logo {
    margin-top: 0;
  }
  .site-footer .widget {
    margin-bottom: 30px;
  }
  .site-footer-bottom {
    text-align: center;
  }
  .site-footer-bottom p {
    margin-bottom: 10px;
    float: none !important;
    display: block;
  }
  .site-footer-bottom .footer-nav {
    float: none !important;
    display: block;
  }
  .site-footer-bottom .footer-nav li {
    float: none;
    display: inline-block;
  }
  #property-listing .section-header {
    margin-bottom: 30px;
  }
  #pagination {
    margin-top: 10px;
  }
  #property-single #main-slider {
    margin-bottom: 30px;
  }
  #property-single .common {
    padding: 20px;
    margin-bottom: 30px;
  }
  #property-single .common .entry-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }
  .property-video iframe {
    height: 250px;
  }
  #property-single .agent-box p {
    margin: 10px 0;
  }
  .list-style .property-contents {
    width: 100%;
    padding: 0 10px;
    margin-right: 0;
  }
  .list-style .feature-image {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timing-in-header {
    float: left;
  }
  .blog-post {
    margin-bottom: 20px;
  }
  .blog-post .feature-image,
  .blog-post .post-contents {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
  .blog-post .entry-title {
    margin: 10px 0;
  }
  .blog-post .contents {
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .header-btn.visible-sm {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    display: block !important;
  }
  .header-btn.hidden-sm {
    display: none;
  }
  #site-header-top p {
    margin-bottom: 0;
  }
  .currency-in-header,
  .language-in-header {
    margin-top: 8px;
  }
  .slicknav_menu {
    width: 100%;
    float: none;
    position: relative;
    z-index: 999;
    background: #272727;
    margin-top: -31px;
    margin-bottom: 20px;
  }
  .slicknav_menu > a {
    margin-right: 0;
    width: 100%;
    background: none;
  }
  .slicknav_menu .slicknav_icon {
    float: right;
  }
  .slicknav_nav {
    background: none;
  }
  #slider-contents {
    display: none;
  }
  .main-page #adv-search-form input,
  .main-page #adv-search-form select {
    width: 49%;
  }
  .main-page #adv-search-form input:nth-child(even),
  .main-page #adv-search-form select:nth-child(even) {
    margin-right: 0;
  }
  #property-listing .section-header {
    text-align: center;
  }
  #property-listing .section-header .pull-left,
  #property-listing .section-header .pull-right {
    float: none !important;
  }
  .agent-box .col-xs-5,
  .agent-box .col-xs-7 {
    width: 100%;
  }
  .property-single-features-list li {
    width: 46.667%;
  }
  .recent-properties .feature-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .recent-properties .property-contents {
    width: 100%;
    margin: 0;
  }
  .blog-post {
    margin-bottom: 20px;
  }
  .blog-post .feature-image,
  .blog-post .post-contents {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
  .blog-post .entry-title {
    margin: 10px 0;
  }
  .blog-post .contents {
    margin-bottom: 15px;
  }
  #comments .children {
    margin-left: 0;
  }
  .contact-form .common {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media print {
  .container {
    width: auto;
  }
}











/* Flat about us
-------------------------------------------------------------- */
.flat-about-us {
    margin-top: 7px;
}
.flat-about-us p{
  line-height: 30px;
    font-family: "arial";
    color: #000;
    font-size: 14px;
}
.flat-about-us .dropcap {
    height: 50px;
    background-color: #018b6f;
    line-height: 50px;
    width: 50px;
    text-align: center;
    float: left;
    margin: 7px 20px 10px 0;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
        -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
         -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}

.flat-about-us .button {
    margin-top: 10px;
    margin-bottom: 0;
}

.flat-row .bg-222222 {
       background: url(../images/001.jpg) center 50%;
    height: 598px;
}

.flat-row {
    clear: both;
    display: block;
    padding: 50px 0;
}

.pad-top70px {
    padding-top: 70px;
}
.pad-top30px {
    padding-top: 30px;
}
.pad-top0px {
    padding-top: 0px;
}

/* Flat button
-------------------------------------------------------------- */
.flat-button {
    text-align: center;
}

.button {
    background-color: #018b6f;
    color: #fff;
    background-image: none;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
        -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
         -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}

.button:hover {
    -webkit-box-shadow: 0 0 0 26px #333333 inset;
       -moz-box-shadow: 0 0 0 26px #333333 inset;
            box-shadow: 0 0 0 26px #333333 inset;
    background-color: #333333;
    color: #fff;
}

/* Button outline */
.button.outline {
    text-align: center;
    height: 47px;
    line-height: 44px;
    color: #f7f7f7;
    border: 2px solid #f7f7f7;
    background-color: transparent;
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: none;
}

.button.outline:hover {
    background-color: #018b6f;
    border: 2px solid #018b6f;
}

/* Button white */
.button.white {
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    height: 45px;
    line-height: 45px;
    color: #333;
    background: #fff;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
        -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
         -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
}

.button.white:hover {
    background-color: #018b6f;
    color: #fff;
}

/* Button yellow */
.button.yellow {
    background: #fed424;
    color: #333;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.button.yellow:hover {
    color: #fff;
}

.right{
  float: right;
}


/*下拉列表*/

.nav  .nav_submenu {
	display: none;
	position: absolute;
	width: 210px;
	background-color: #353535;
	z-index: 9;
}

.nav li:hover .nav_submenu {
  display: block;
}
.nav .cont li ul li{
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
.nav .cont li ul li a{
	width: 100%;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 57px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

.header .nav .cont li ul li a{
	display: inline-block;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
}

/*下拉列表1*/
.nav  .nav_submenu_1 {
	display: none;
	position: absolute;
	width: 160px;
	background-color: #353535;
	z-index: 9;
}

.nav li:hover .nav_submenu_1 {
  display: block;
}



/*下拉列表*/


#main-slider img{
	width: 100%;
	height: auto;
}
#home-property-listing{
	background-color: #f5f5f5;
}

.jiantou {
	background-image: url(../../images/jiantou.png);
	background-repeat: no-repeat;
	background-position: right 33px;
	display: block;
}

.xing {
	background-image: url(../../images/xing.png);
	background-repeat: no-repeat;
	display: block;
	background-position: right top;
}


.mei{
	background-image: url(../images/11.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.jj{
	
	margin-left: 0px;
}


@media (max-width:768px){ 
.nav{
	display: none;
}
    }
@media (max-width:1200px){ 
.header .nav .cont li a{padding: 0 20px 0 20px;color:white;display: inline-block; font-weight: 700;}
.header .search{display: none;}
    }
	
	
.quote_bar {
    background: #ddd;
}
.mianbaoxie{
	font-size: 16px;
	line-height: 2.5;
	color: #353535;
	float: right;
}

.top-img img{
	width: 100%;
}

.pro-list{
	background-color: #eee;
	margin-bottom: 30px;
}
.pro-list h3{
	font-size: 2em;
	line-height: 2;
	text-align: center;
	background-color: #4385e6;
	color: #fff;
	margin-bottom: 0px;
}

.pro-list ul{
	padding-bottom: 5px;
}
.pro-list ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 3.3;
	background-color: #eee;
}
.pro-list ul li a{
	display: block;
	background-color: #eee;
	background-image: url(../../images/lb.png);
	background-repeat: no-repeat;
	background-position: 230px center;
	padding-left: 15px;
}
.pro-list ul li a:hover{
	background-color: #ccc;
	color: #1E6ADD;
	background-image: url(../../images/lb_1.png);
	background-repeat: no-repeat;
	background-position: 240px center;
}

.pro-list_1 h4{
	font-size: 1.8em;
	line-height: 2;
	text-align: center;
	background-color: #4385e6;
	color: #fff;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.pro-list_1 ul{
	padding-bottom: 5px;
}
.pro-list_1 ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #eee;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.this-title-2{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	display: inline;
	background-color: #ffffff;
	margin-left: 15px;
	font-weight: bold;
	font-size: 30px;
	line-height: 2em;

}
.this-title-1 {
	margin-bottom: 15px;
	margin-top: 0;
	padding-left: 30px;
	margin-left: 10px;
	background-image: url(../images/h2-line.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	margin-right: 10px;
}

.feedback11{
	width: 100%;
	height: 412px;
	margin-bottom: -7px;
}