html, body {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: sans-serif;

}

.text-blue {
    color: #002f6d;
}

.text-red {
    color: #b2292e;
}

/*REMODAL*/
.remodal {
    max-width: 80%;
    padding: 1%;
/*    background-image: url(/images/image.jpg);*/
}

.tab-content {
/*        background-image: url(/images/image.jpg);*/
}
.remodal-close {
    right: 2%;
}
/*REMODAL*/

.btn-crazy{
    background: #99101A !important;
}

/*TABS ON PROPERTY DETAILS GALLERIES*/
/* Style the tab */
div.tab {
    overflow: hidden;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    color: #000;
    font-size: 16px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
    color: #000;
    font-size: 16px;
}

/* Style the tab content */
.tabcontent {
    display: none;
    border-top: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
/*END OF TABS ON PROPERTY DETAILS PAGE*/

/*DOUBLE FACEBOOK LINKS LOAD ON SITE THIS JUST RMEOVES ONE - MESSES WITH STYLING - NEEDS FIXING*/
/*
#main_content_container > section.property_info_box > div > div.property_description_box > div.article_share.clearfix > ul > li:nth-child(2) > a:nth-child(1) {
        display: none;
    }
*/

.change_currency_box {
    position: absolute;
    top:100%;
    left: 0;
    z-index: 50;
    width: 100%;
    padding: 10px;
    background: rgb(255, 255, 255);
    border-width: 3px 1px 1px;
    border-style: solid;
    border-color: rgb(237, 27, 36) rgb(204, 204, 204) rgb(204, 204, 204);
    border-image: initial;
    border-radius: 4px;
    color: rgb(0, 0, 0);
    display: block;
}

.change_currency_box ul li {
    list-style: none;
    float: left;
    padding: 5px 10px;
}

.change_currency_btn {
    width:100%;
    display: inline-block;
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}

.fa fa-sort-desc change_currency_arrow{
    color: #000;
    position: absolute;
    top: 8px;
    right: 0;
    transition: all 0.3s;
}

#readMore {
    font-size: 16px;
    width: 20%;
    text-align: center;
    color: #fff !important;
    padding: 7px 25px;
    border: 1px solid #fff;
    border-radius: 4px;
}

.price_head {
    clear: both;
    height: 50px;
}

.price_heading {
    font-size: 30px;
    padding-bottom: 20px;
    width: 50%;
    float: left;
}

div.mobi-property-detials-box {
    width: 25%;
    float: right;
    position: relative;
}

/*CONTACT PAGE MAP MARKER*/
.fa-3x {
    font-size: 3em;
    color: #fa685c;
}

.offce_address {
    float: right;
    width: 90%;
}

a {
    color: inherit;
    text-decoration: none
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.float_right {
    float: right
}

.float_left {
    float: left
}

.content_container {
    display: block;
    width: 70%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    /*max-width: 1050px;*/
}

.capitals {
    text-transform: uppercase
}

.text_center {
    text-align: center
}

.btn {
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.btn_red {
    background: #EC1C24
}

.btn_red:hover {
    background: #99101A
}

.btn_blue {
    background: #1F80C5
}

.btn_blue:hover {
    background: #1F80C5
}

.radius_btn {
    border-radius: 20px;
    text-align: center;
    display: inline-block
}

.filter_btn {
    display: block;
    width: 100px;
    margin: 10px auto 0;
    border-radius: 10px;
    text-align: center;
}

.label {
    display: block;
    margin: 20px 0 5px;
    text-transform: uppercase
}

.input {
    width: calc(100% - 24px);
    padding: 10px;
    border: 2px solid #ccc;
    margin: 10px 0;
    background: #fff;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}



textarea {
    font-family: sans-serif;
    min-height: 60px
}

header {
    position: relative;
    background: #fff;
    border-bottom: 3px solid #EC1C24;
    box-shadow: 0 4px 2px -2px gray
}

.form_message {
    text-align: center;
    padding: 20px;
    font-size: 30px;
}

.error_container {
    background: #F2F2F2;
    position: relative;
    background: rgba(0,0,0,0.5);
}

.error_heading {
    text-align: center;
    font-size: 70px;
    padding-top: 20px;
    margin: 0 auto 20px; 
    position: relative;
    z-index: 2;
    color: #fff;
}

.error_container hr {
    width: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    border: 1px solid #fff;
}

.error_subheading {
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;  
    position: relative;
    z-index: 2; 
    color: #fff;
}

.error_container .search_box {
    padding: 50px 0;
    position: static;
    margin: auto;
}

.nav_box ul {
    width: 100%;
    padding: 0;
    margin: 0
}

.nav_box ul li {
    float: left;
    list-style: none;
    color: gray;
    font-weight: 700
}

.nav_box ul li a {
    display: block;
    padding: 28px 20px;
}

.nav_box ul li a:hover {
    color: #1F80C5
}

.nav_box ul li.header_logo a {
    padding: 0
}

.header_logo img {
    width: 140px
}

.nav_ul_box {
    float: right
}

.active {
    color: #002f6d;
}

.second_ul_box {
    position: relative;
}

.nav_box ul.second_ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 11;
    width: 200px;
    background: #fff;
    border-top: 3px solid #ccc;
}

.nav_box ul.second_ul li a {
    border: 1px solid #ccc;
    font-size: 13px;
}

.banner_box {
    position: relative
}

.slider_box .bx-wrapper .bx-viewport {
    border: none;
    left: auto;
    box-shadow: none
}

.error_slider_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.error_slider_img {
    display: block;
    width: 100%;
}

.bx-wrapper img {
    height: calc(100vh - 60px);
}

.slider_img {
    display: block;
    width: 100%
}

.slider_box .bx-wrapper {
    margin-bottom: 0
}

.slider_box .bxslider {
    margin: 0
}

.slider_box .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 20px
}

.slider_box .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.5);
    width: 20px;
    height: 20px;
    border-radius: 10px
}

.search_box {
    position: absolute;
    top: calc(50% - 100px);
    left: 25%;
    z-index: 10;
    width: 50%
}

.search_box img {
    width: 100px;
    display: inline-block;
    vertical-align: top
}

.search_box .search_form_right {
    display: inline-block;
    width: calc(100% - 150px);
    padding-left: 20px
}

.search_history_box {
    float: right
}

.search_history_box a {
    display: inline-block
}

.search_history_box .search_history_btn, .search_history_box .web_ref_btn {
    padding-right: 20px;
    color: #fff
}

.wrapper-dropdown {
    display: inline-block;
    position: relative;
    width: 130px;
    padding: 7px;
    margin: 7px 5px;
    color: gray;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none
}

.wrapper-dropdown > ul {
    display: inline-block;
    position: absolute;
    top: 140%;
    left: 0;
    width: 100%;
    height: 164px;
    margin: 0;
    padding: 0;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top: 3px solid #1F80C5;
    -webkit-transition: all 0 ease-in;
    -moz-transition: all 0 ease-in;
    -ms-transition: all 0 ease-in;
    -o-transition: all 0 ease-in;
    transition: all 0 ease-in;
    opacity: 0;
    -khtml-opacity: 0;
    pointer-events: none;
    text-align: left;
    display: none \0/
}

.wrapper-dropdown ul > div {
    width: 100%;
    height: 100%;
    overflow: auto
}

.wrapper-dropdown ul li {
    height: 40px;
    color: #999;
    list-style: none;
    text-decoration: none
}

.wrapper-dropdown ul li a {
    width: calc(100% - 30px);
    padding: 10px 15px;
    color: #555;
    float: left;
    text-decoration: none;
    -webkit-transition: all 0 ease-out;
    -moz-transition: all 0 ease-out;
    -ms-transition: all 0 ease-out;
    -o-transition: all 0 ease-out;
    transition: all 0 ease-out
}

.wrapper-dropdown ul li a:hover {
    background-color: #1F80C5;
    color: #fff
}

.wrapper-dropdown .dropdown:after {
    display: none \0/;
    position: absolute;
    right: calc(50% - 12px);
    right: 50% \0/;
    box-sizing: border-box \0/;
    bottom: 100%;
    width: 0;
    height: 0;
    border-color: #1F80C5 transparent;
    border-width: 0 12px 13px;
    border-style: solid;
    content: "";
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0)
}

.wrapper-dropdown.active {
    z-index: 5;
    color: #1F80C5
}

.wrapper-dropdown.active .dropdown {
    display: inline-block \0/;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    pointer-events: auto
}

.wrapper-dropdown.active .dropdown:after {
    display: block \0/;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -khtml-opacity: 1
}

.wrapper-dropdown .arrow-box {
    float: right
}

.wrapper-dropdown i {
    color: gray
}

.date_filter_dropdown {
    display: block;
    float: left;
    width: 156px;
    margin-top: 0
}

.date_filter_dropdown > ul {
    width: 200px
}

.agent_filter_options .date_filter_dropdown {
     margin-top: 7px !important;
     width: 160px;
     float: none;
     display: inline-block;
 }

.agent_filter_options .wrapper-dropdown {
    width: 160px;
}

.agent_filter_options .results_box, .filters{
    float: none;
    width: auto;
}

.blue-dropdown {
    background: #1F80C5;
    color: #fff;
    font-weight: 700
}

.blue-dropdown.active {
    color: #000
}

.blue-dropdown i {
    color: #fff
}

.search_form_right .wrapper-dropdown {
    width: calc(20% - 27.6px)
}

.first_dropdown {
    margin-left: 0
}

.last_dropdown {
    margin-right: 0
}

.search_history_container {
    color: #fff;
}

.sale_history, .rent_history {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 5px;
}

.search_item {
    padding: 10px;
    margin-right: 10px;
    color: #fff;
    float: left;
}

.search_item a {
    display: block;
}

.about_half, .news_half {
    display: block;
    min-height: 288px;
    width: 50%;
    padding: 50px;
    float: left;
    box-sizing: border-box;


}

.about_half {
    color: #fff;
    background-size: cover;
    background: #1F80C5;
    max-height: 376px;
    box-sizing: border-box;

}

.about_half_inner{
    height: 316px;
    overflow: hidden;

}

.about_half_inner p {
    font-size: 13px !important;
}

.about_half_inner p, .about_half_inner li, .about_half_inner span, .about_half_inner a {
    color: #fff !important;
}

.news_half {
    color: gray
}

.border_heading {
    text-align: center;
    border: 5px solid #fff;
    padding: 15px 0;
    border-radius: 4px;
    font-size: 35px
}

.about_half .border_heading {
    margin-top: 0
}

.news_half .border_heading {
    border: 5px solid gray;
    margin-top: 0
}

.news_half img {
    display: inline-block;
    max-width: 15%;
    max-height:85px;
    margin-bottom: 20px
}

.news_content_box {
    display: inline-block;
    width: 80%;
    padding-left: 20px;
    padding-bottom: 20px;
    vertical-align: top;
    font-size: 13px
}

.news-article-links{
    padding: 20px 0;
    width: 82%;
    float: right
}

.news_half .article-content {
      height: 80px !important;
      overflow: hidden;
  }

.news_content_box h4 {
    font-size: 20px;
    margin: 4px 0
}

.blue_border_btn {
    color: #1F80C5;
    padding: 7px 25px;
    border: 1px solid #1F80C5;
    font-weight: bolder
}

.about_full, .news_full {
    width: 100%;
    background-size: cover;
    background: #1F80C5;
    color: #FFF;
}

.news_full .border_heading {
    border: 5px solid #FFF;
    margin-top: 0
}

.news_full .blue_border_btn {
    color: #FFF;
    padding: 7px 25px;
    border: 1px solid #FFF;
    font-weight: bolder
}

.news_full img {
    float: left;
    margin: 0 20px 0 0
}

.news_full .news_content_box {
    float: left;
    padding-left: 0
}

.news_full a.blue_border_btn {
    float: left;
    margin-right: 20px
}

.red_h3 {
    background: #EC1C24;
    text-align: center;
    color: #fff;
    padding: 20px;
    margin: 0
}

.featured_properties {
    padding: 10px;
}

.featured_home {
    background: #949ca1
}

.featured_home > div {
    padding: 30px 0
}

.featured_home .flexslider {
    margin-bottom: 0;
}

.flexslider {
    background: transparent;
    border: none
}

.new_property_box {
    width: 85%;
    display: block;
    margin: 0 auto
}

.big_image_box {
    float: left;
    display: block;
    width: 67%
}

.big_image {
    width: 100%;
    display: block;
    max-height: 546.44px;
}

.property_side_box {
    float: right;
    display: block;
    width: 31%
}

.property_side_box > img:first-child {
    padding-bottom: 20px;
}

.property_side_box > img {
    width: 100%;
    display: block;
    max-height: 263.219px
}

.price_box {
    float: left;
    display: block;
    width: calc(100% - 14px);
    padding: 7px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    color: #fff;
}

.price_box strong {
    font-size: 25px
}

.price_box p {
    margin: 12px 0
}

.price_box_left {
    float: left;
    width: calc(33% - 1px);
    padding-right: 3%;
    border-right: 1px solid #fff;
}

.price_box_right {
    float: right;
    width: 59%;
    padding-left: 5%;
}

.feature_box span {
    font-size: 14px;
    width: 12px;
    padding-right: 12px
}

.flexslider .slides .feature_box img {
    width: 23px;
    display: inline-block
}

.property_box {
    width: 30%;
    display: inline-block;
    margin: 0 0 40px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35)
}

.featured_home .property_box {
    width: calc(43% - 40px);
    margin: 0 80px
}

.featured_home .property_box:first-child {
    margin-left: 0
}

.featured_home .property_box:last-child {
    margin-right: 0
}

.property_box > div {
    background: #fff
}

.property_box img.property_image {
    width: 100%;
    display: block
}

.property_details_box {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 4px solid #E6E6E6;
    font-size: 20px
}

.property_icon_box {
    float: right;
    display: block;
    width: 192px
}

.property_details_box p {
    display: inline-block;
    margin: 10px auto 10px 15px
}

.property_details_box:last-child {
    border-color: #EC1C24
}

.property_icon img {
    width: 30px;
    display: block;
    margin: 0 auto
}

.property_icon, .property_value {
    display: block;
    /*width: 40px;*/
    padding: 10px;
    border-left: 4px solid #E6E6E6;
    float: left;
    text-align: center
}

.social_feed_box > div {
    padding: 70px 0
}

.social-feed-container {
    width: 100%;
    margin: 0 auto;
}

.social_feed_block {
    border: 1px solid #9b9b9b;
    border-radius: 3px;
    padding: 20px;
    box-sizing: border-box;
    height: 450px;
    float: left;
    margin-right: 3.9%;
    width: 32%;
    text-align: center;
}

.social_feed_block p {
    margin-top: 20px;
    font-size: 18px;
}

.social_feed_block:last-child {
    margin-right: 0%;
}

.home_social_link {
    position: relative;
    display: block;
    width: 30%;
    float: left
}

.home_social_link img {
    width: 100%
}

.home_social_link:nth-child(2) {
    margin: 0 30px
}

.tag {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px 15px;
    font-size: 25px;
    text-align: center
}

.fb_timeline_box {
    max-height: 450px;
    max-width: 400px;
    width: 32%;
    overflow: none
}

.twitter_timeline_box {
    max-height: 450px;
    max-width: 400px;
    width: 32%;
    overflow: none
}

.youtube_iframe {
    max-height: 350px;
    max-width: 400px;
    height: 400px;
    width: 100%;
}

.display_filter_options {
    padding: 10px;
    margin-bottom: 15px
}

.filter_options {
    position: relative;
    width: 490px;
    display: block
}

.property_display_blocks {
    font-size: 35px;
    color: #ccc;
    padding: 5px
}

.property_display_list {
    font-size: 35px;
    color: #ccc;
    padding: 5px
}

.property_display_blocks:hover, .property_display_list:hover {
    color: #1F80C5
}

.date_filter, .results_box, .filters {
    display: block;
    float: left;
    width: calc(30% - 14px);
    position: relative;
    padding: 10px;
    color: #1F80C5;
    font-weight: 700;
    cursor: pointer
}

.refine-search-label {
    float: left;
    display: block;
    width: 50%;
    margin-bottom: 7px
}

.property_list_filter {
    float: left;
    padding-left: 25px
}

.property_list_filter .property_display_blocks {
    font-size: 30px;
    color: #ccc;
    padding: 0;
    margin-right: 15px
}

.property_list_filter .property_display_list {
    font-size: 30px;
    color: #ccc;
    padding: 0
}

.property_list_filter .property_display_blocks:hover, .property_list_filter .property_display_list:hover {
    color: #1F80C5
}

.results_box {
    color: gray;
    font-weight: 400;
    cursor: text
}

.date_filter i, .filters i {
    float: right
}

.hidden_options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: calc(100% - 10px);
    padding: 10px 10px 10px 0;
    background: #fff;
    border-bottom: 4px solid #EC1C24
}

.suburb_filter, .price_filter, .more_filter {
    width: 100%;
    cursor: pointer
}

.more_filter .filter_heading {
    margin-bottom: 0
}

.filter_heading {
    display: block;
    width: calc(100% - 40px);
    padding: 10px 20px;
    margin: 5px 0;
    background: #1F80C5;
    color: #fff;
    font-size: 18px
}

.filter_heading i {
    float: right
}

.filter_content {
    display: none
}

.ads-chckbox {
    width: 50%;
    display: inline-block;
    float: left
}

.property_results .property_box:nth-child(3n+2) {
    margin-right: 4.56%;
    margin-left: 4.56%
}

.pagination {
    text-align: center;
    margin: 0 auto 30px;
    list-style: none
}

.pagination li {
    display: inline-block
}

.pagination_block, .pagination li a, .pagination li span {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin: 0 10px;
    background: #fff;
    color: #1F80C5;
    font-weight: 700;
    cursor: pointer
}

.pagination li.active a, .pagination li.active span {
    color: #fff;
    background: #1F80C5;
}

section.property_results > div {
    max-width: 1081px;
    margin: 0 auto;
    margin-top: 10px;
}

.property_big_box {
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35)
}

.mandate_banner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
}

.property_big_box > div.clearfix {
    position: relative;
}

.property_big_box .property_image_box {
    float: left;
    width: 55%;
    overflow: hidden
}

.property_big_box .property_details_box > small {
    display: block;
}

.property_big_box .property_image_big_box {
    width: 78%;
    height: 300px;
    float: left;
    display: inline-block
}

.property_big_box .property_image_big {
    width: 100%;
    height: 100%;
    display: block
}

.property_big_box .property_image_sml_box {
    float: left;
    width: 22%
}

.property_big_box .property_image_sml {
    width: calc(100% - 3px);
    height: 96px;
    display: inline-block;
    margin: 0 0 3px 3px;
    vertical-align: top
}

.property_big_box .property_image_sml:last-child {
    margin-bottom: 0
}

.property_image_box > h3 {
    margin: 0;
    padding: 15px;
    background: #EC1C24;
    width: calc(100% - 30px);
    font-size: 25px;
    color: #fff
}

.property_big_box .property_price_box {
    float: left;
    width: calc(45% - 30px);
    border: none;
    padding: 15px;
    background: #1F80C5;
}

.property_big_box .property_price_box h3 {
    display: inline-block;
    float: left;
    color: #fff;
    margin: 8px 0;
}

.property_big_box .property_details_box {
    float: left;
    width: calc(45% - 30px);
    padding: 15px;
    border: none
}

.property_big_box .property_details_box h3 {
    margin: 0 0 10px;
    color: #EC1C24;
    font-size: 25px
}

.property_big_box .property_des_location {
    display: block;
    margin: 3px 0;

}

.property_big_box .property_icon_box {
    position: absolute;
    bottom: 0;
    float: none;
    display: block;
    width: auto;
    font-size: 14px
}

.property_big_box span.property_icon {
    border: none;
    color: #222;
    margin: 0;
    text-align: left
}

.property_big_box .property_icon:first-child {
    padding-left: 0
}

.property_big_box .property_icon img {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    width: 23px
}

.property_big_box .property_des {
    font-size: 13px;
    line-height: 25px;
    margin: 10px 0;
    max-height: 150px;
    overflow: hidden;
}

.property_more_details {
    position: absolute;
    bottom: 15px;
    display: inline-block;
    color: #1F80C5;
    padding: 15px 0 0;
    font-size: 16px
}

.property_breadcrumbs {
    padding: 15px;
    color: #999;
    font-weight: 700;
    font-size: 13px;
}

.property_breadcrumbs span:last-child {
    color: #1F80C5
}

.property_gallery_contact {
    background: #F2F2F2;
    padding: 0 0 40px
}

.property_gallery {
    width: 57%;
    float: left
}

.property_gallery .flexslider {
    margin-bottom: 10px;
    background: transparent;
    border: none;
    height: 80%;
}

#carousel_two {
    height: 19%;
    margin-bottom: 0.5%;
}

#carousel_two .flex-direction-nav {
    height: 180px;
    margin-top: -20%;
}

#carousel img, #carousel_two img {
    display: block;
    opacity: .5;
    cursor: pointer
}

#carousel .flex-active-slide img, #carousel_two .flex-active-slide img {
    opacity: 1;
    cursor: default
}

#carousel img:hover, #carousel_two img:hover {
    opacity: 1
}

.property_contact {
    position: relative;
    width: 35%;
    float: right;
    background: #fff;
    border-radius: 0 0 20px 20px;
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35), -2px 2px 3px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35), -2px 2px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35), -2px 2px 3px rgba(0, 0, 0, 0.35)
}

.agent_contact_box {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    display: block
}

.agent_contact_box > span {
    position: relative;
    display: block;
    float: left;
    padding: 7px 19px;
    margin-right: 10px;
    background: #ccc;
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
    cursor: pointer
}

.agent_contact_box > span.agent_phone {
    padding: 11px 17px;
    font-size: 27px;
    margin-right: 0
}

.agent_contact_box > span.agent_phone i {
    margin-top: 3px
}

.agent_contact_box > span:hover {
    background: #1F80C5
}

.agent_contact_hidden {
    display: none;
    color: #fff;
    background: #1F80C5;
    padding: 7px 15px;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    top: 110%;
    right: 0;
    margin-left: -75px;
    width: 120px;
    font-size: 14px
}

.agent_profile_picture {
    margin-top: 77px;
    position: relative;
    height: 70px;
    background: #EC1C24
}

.agent_profile_picture .agent_picture_box {
    border: 2px solid #EC1C24;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -100%;
    overflow: hidden;
}

.agent_profile_picture img {
    width: 100%;
    height: 100%;
    cursor: auto !important;
}

.agent_profile_picture .property_agent_pic_none {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -100%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    color: #999;
    font-size: 100px;
    background: #fff;
}

.agent_profile_picture h4 {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 15px
}

#better-bond-contact-form {
    padding: 20px 15%;
}

#home h1, #menu1 h1, #menu2 h1, #menu3 h1, #menu4 h1 {
    border-bottom: 2px solid #b2292e;
    padding-bottom: 1%;
    margin-bottom: 2%;
}

.input-group {
    margin: 10px;
}

.input-group-addon{
    border-radius: 0px;
}

.input {
    width: calc(100% - 24px);
    padding: 12px;
    border: 1px solid #ccc;
    margin: 0;
    background: #fff;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.col-sm-12>.col-sm-6>.input-group>.input, .col-sm-8>.col-sm-6>.input-group>.input {
    padding: 11px;
}

.col-sm-6.col-md-4 {
    margin: 10px 0;
}

.nav-tabs >li {
    margin-right: 0.5%;
}

.nav-tabs>li>a:visited {
    color: #000;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}

#better-bond-contact-form img {
    width: 70px;
    padding-bottom: 10px;
    float: left;
}

#better-bond-form {
    padding: 20px;
}

.betterbond_box {
    display: inline-block;
    width: 100%;
    height: 150px;
    overflow: hidden;
    clear: both;
    margin-top: 25px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}

.betterbond_box a, .betterbond_box img {
    width: 100%;
    display: block;
}

.apply-for-bond {
    float: right;
    display: inline-block;
}

.apply-for-bond a {
    color: #1F80C5;
    font-size: 15px;
}

.property_contact p {
    color: #1F80C5;
    text-align: center;
    margin: 10px auto 5px;
    font-size: 20px
}

.property_contact_form {
    padding: 0 20px 20px;
    margin: 0 auto;
    width: 70%;
    text-align: center
}

.property_contact_form .input {
    margin: 3px 0;
}

.property_info_box {
    padding: 20px
}

.property_description_box {
    width: 58%;
    float: left;
    line-height: 28px
}

.property_features_box {
    width: 35%;
    float: right
}

.property_description_box h3 {
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    background: #EC1C24;
    border-radius: 4px
}

.property_description_box .property_ref {
    float: right
}

.property_description_box hr {
    border: 1.3px solid #ccc
}

.property_description_box h4 {
    color: #4D4D4D;
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0
}

.monthly_costs, .property_description {
    color: #4D4D4D
}

.monthly_costs p {
    margin: 0;
}

.property_features_box h3 {
    background: #1F80C5;
    color: #fff;
    padding: 15px 0 15px 50px;
    border-radius: 0 20px 20px 0;
    font-size: 25px;
    text-transform: uppercase
}

.property_features_box ul {
    padding-left: 20px;
    list-style: none;
    color: #4D4D4D
}

.property_features_box ul li {
    padding: 0;
    margin-bottom: 7px;
    float: left;
    display: block;
    width: 50%
}

.property_features_box ul li:last-child {
    margin-bottom: 0
}

.property_features_box .feature_icon {
    padding: 9px 14px 7px;
    background: #1F80C5;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: inline-block
}

.property_features_box .feature_icon_i {
    padding: 8px 10px
}

.feature_icon i {
    font-size: 17px
}

.property_summary_modal {
    max-width: 100%;
    height: 100%
}

.property_summary_modal .property_gallery {
    width: 65%;
    height: 100%;
}

.remodel_thumb_list ul {
    margin-top: 10px;
    overflow: hidden;
}

.remodel_thumb_list ul li {
    display: block !important;
    float: left;
    height: 180px;
}

#slider_summary, #agent_slider, #agent_remodal_slider, #agent_mobile_slider {
    margin-bottom: 0
}

#agent_slider li, #agent_remodal_slider li, #agent_mobile_slider li {
    position: relative
}

.slides li {
    position: relative;
}

.slider-image-count p {
    z-index: 99;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.53);
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    padding: 10px 30px;
}

.property_summary_modal .property_contact {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.property_summary_modal .property_contact_form {
    padding-bottom: 10px
}

.blog_search_box {
    float: left
}

.blog_search_box form {
    position: relative;
    height: 50px;
}

.blog_search_box .fa-search {
    position: absolute;
    top: 40%;
    left: 6%;
    color: #a3a3a3;
}

.blog_search_box .blog_search {
    padding-left: 35px;
    border-radius: 4px;
}

.blog_social_box {
    float: right
}

.blog_social_box ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.blog_social_box ul li {
    float: left;
    display: block
}

.blog_social_box ul li a {
    display: block;
    padding: 10px;
    margin-right: 20px;
    font-size: 25px
}

.blog_social_box ul li:last-child a {
    margin-right: 0
}

.facebook {
    color: #3B5998
}

.twitter {
    color: #55ACEE
}

.pinterest {
    color: #CC2127
}

.youtube {
    color: #F10008
}

.blog_container {
    background: #F2F2F2;
    padding: 50px 0
}

.blog_article {
    margin-bottom: 30px;
    border-bottom: 4px solid #EC1C24;
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35)
}

.blog_image {
    float: left;
    width: 30%;
    overflow: hidden;
    border-right: 4px solid #1F80C5;
    height: 267px;
}

.blog_image img {
    width: 100%;
    margin-bottom: 5px;
    display: block
}

.blog_content {
    float: left;
    width: calc(70% - 4px)
}

.blog_content > div > div {
    padding: 0 15px 15px
}

.blog_article_heading {
    padding: 10px 20px;
    font-size: 20px;
    width: 90%;
    background: #1F80C5;
    color: #fff;
    border-radius: 0 20px 20px 0
}

.blog_article_content {
    font-size: 13px;
    line-height: 20px
}

.blog_btn {
    color: red
}

.article_blog_container {
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35)
}

.article_blog_container .blog_article {
    border-bottom: none;
    box-shadow: none;
    padding-top: 20px
}

.article_blog_container .blog_article_heading {
    margin-top: 0
}

.article_blog_container .blog_article span {
    padding-bottom: 10px;
    display: block
}

.article_blog_container .blog_image {
    margin-right: 15px;
    border-right: none;
    height: auto;
}

.article_share {
    text-align: right
}

.article_share ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right
}

.article_share ul li {
    float: left;
    display: block
}

.article_share ul li a {
    display: block;
    padding: 15px;
    font-size: 20px
}

.blog_email {
    color: #EC1C24
}

.form_padding {
    padding: 15px;
}

.page_banner {
    position: relative;
    color: gray;
    border-bottom: 4px solid #1F80C5;
    font-size: 23px;
    font-weight: 700;
    background: #F2F2F2;
    margin-bottom: 30px;
    box-shadow: 0 6px 10px -2px gray
}

.page_banner > img {
    width: 100%;
    display: block
}

.page_banner .office_banner > div {
    display: block;
    float: left;
    width: calc(50% - 20px);
    text-align: center;
    padding: 10px
}

.office_cta {
    text-align: center;
    display: block;
    padding: 10px;
    margin: 10px auto
}

.office_cta a {
    display: inline-block;
    margin: 10px
}

.office_description {
    line-height: 25px;
  
}

.select-office {
    max-width: 400px;
    margin: 60px auto;
    border-radius: 4px;
    border: 1px solid #a0a0a0;
    padding: 0;
    position: relative;

}

.select-office .select-office-trigger{
    display: block;
    padding: 13px;
    color: #a0a0a0;
}

.select-office i{
   color: #1F80C5;
    float: right;
}

.select-office-list {
    padding: 0 0 5px 0;
    display: none;
    margin: 0;
    position: absolute;
    top: 95%;
    z-index: 99;
    left: -1px;
    border: 1px solid #a0a0a0;
    border-top: none;
    background: #fff;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select-office-list li{
    padding: 5px 13px;
    list-style: none;
}

.select-office-list li a{
    color: #a0a0a0;
    display: block;
}

/*.agent-container {
    position: relative;
}*/

.agents-pagination .pager {
    list-style: none;
}

.agents-pagination .pager li a{
    font-size: 90px;
    color: #666;
}

.agents-pagination .pager li:first-child a{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}

.agents-pagination .pager li:last-child a{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}


.mobile-pager .pager {
    display: none;
    list-style: none;
    text-align: center;
    padding-left: 0;
}

.mobile-pager .pager li{
    display: inline-block;
    padding: 20px;
}

.mobile-pager .pager li a{
    font-size: 50px;
    color: #666;
}

.office_container .team_heading {
    color: #1F80C5;
    text-transform: uppercase;
    text-align: center;
    margin: 25px auto
}

.office_agent_container {
    text-align: center;
    position: relative;
    padding: 10px 70px 70px 70px;
}

.office_agent_box {
    width: calc(33% - 80px);
    min-width: 155px;
    display: inline-block;
    padding: 20px 0;
    text-align: center
}

.office_agent_box > a {
    display: inline-block
}

/*.office_agent_box:nth-child(3n+2) {
    margin-right: 40px;
    margin-left: 40px
}*/

.office_agent_pic {
    border-radius: 50%;    
    margin: 0 auto;
    overflow: hidden
}

.office_agent_pic img {
    width: 100%
}

.office_agent_pic_round {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.office_agent_pic_portrait {
    border-radius: 7px;
    width: 100px;
    height: 140px;
}

.office_agent_box p {
    margin: 5px 0;
    color: gray
}

.office_form_container {
    padding: 20px 30px;
    background: #043a79;
    background: -moz-linear-gradient(top, #043a79 0%, #05458f 50%, #043a79 100%);
    background: -webkit-linear-gradient(top, #043a79 0%, #05458f 50%, #043a79 100%);
    background: linear-gradient(to bottom, #043a79 0%, #05458f 50%, #043a79 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#043a79', endColorstr='#043a79', GradientType=0);
}

.office_map {
    width: calc(40% - 30px);
    margin-right: 30px;
    background: #ccc;
    height: 355px;
    display: block;
    float: left
}

.office_form {
    width: 60%;
    display: block;
    float: right;
    color: #fff
}

.office_form h3 {
    color: #fff;
    text-transform: uppercase;
    text-align: left
}

.office_form label {
    color: #fff
}

.form_left {
    width: calc(50% - 20px);
    display: block;
    float: left;
    margin-right: 20px
}

.form_right {
    width: 50%;
    display: block;
    float: left
}

.office_form textarea {
    height: 113px
}

.office_form input[type="submit"] {
    width: 120px;
}

.agent_container {
    padding: 40px 0
}

.page_banner .agent_banner > div {
    display: block;
    float: left;
    width: calc(50% - 20px);
    text-align: center;
    padding: 10px
}

.agent_banner {
    position: relative;

}

.agent_agent_pic {
    position: absolute;
    bottom: 5px;
    left: 0;    
    border-radius: 50%;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.28);
}

.agent_pic_none {
    position: absolute;
    bottom: 5px;
    left: 0;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
}

.agent_banner h2 {
    padding: 10px;
    padding-left: 150px;
    margin: 5px 0;
    font-size: 30px;
}

.agent_pic_round {
    width: 160px;
    height: 140px;
    border-radius: 50%;
}

.agent_profile_picture .agent_pic_round {
    width: 100px;
    height: 100px;
}

.agent_banner h2.agent_pic_round_heading {
    padding-left: 190px;
}

.agent_pic_portrait {
    width: 100px;
    height: 140px;
    border-radius: 7px;
}

.agent_profile_picture .agent_pic_portrait {
    width: 80px;
    height: auto;
}

.agent_banner h2.agent_pic_portrait_heading {
  padding-left: 150px;
}

.agent_banner h2 span {
    font-size: 20px;
    font-weight: 400;
    padding-left: 30px
}

.agent_details > div {
    display: block;
    float: left;
    width: calc(33% - 20px);
    color: gray;
    padding: 10px
}

.agent_description {
    font-size: 13px;
    line-height: 25px
}

.agent_heading {
    color: gray;
    font-size: 25px;
    text-align: center;
    padding-top: 20px;
}

.agent_filter {
    margin-bottom: 40px;
    text-align: center;
}

.agent_list_filter {
    float: right
}

.agent_list_filter .property_display_blocks, .agent_list_filter .property_display_list {
    display: block;
    float: left
}

.agent_container .property_details_box {
    font-size: 13px
}

/*.agent_container .property_icon_box {
    width: 120px
}

.agent_container .property_icon, .agent_container .property_value {
    width: 20px;
    padding: 7px
}*/

.agent_container .property_icon img {
    width: 20px
}

.agent_form {
    width: 800px;
    margin: 0 auto;
    color: #fff
}

.agent_form h3 {
    text-align: center;
    text-transform: uppercase
}

.agent_form textarea {
    height: 113px
}

.agent_form .agent_btn {
    width: 100px;
    font-weight: 700
}

.sell_container {
    padding-bottom: 30px
}

.page_banner_heading {
    background: #1F80C5;
    color: #fff;
    margin: 0;
    padding: 15px 0;
    position: absolute;
    bottom: 30px;
    width: 100%;
    font-size: 20px
}

.sell_banner {
    padding: 0;
    border-bottom: none
}

.sell_content {
    margin: 0;
    width: 700px;
    font-size: 13px;
    line-height: 18px;

}

.sell_content h4{
 font-size: 24px;
    color: #1F80C5;
}

.property_sell_box {
    position: absolute;
    top: 0;
    right: 292px;
    width: 400px;
    background: #fff;
    font-size: 14px;
    border-radius: 0 0 20px 20px;
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35), -2px 2px 3px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35), -2px 2px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35), -2px 2px 3px rgba(0, 0, 0, 0.35)
}

.sell_btn_box {
    width: 400px;
    margin: 0 auto
}

.property_sell_box .property_sell_type_label a.sell_btn_active {
    background: #072D54;
}

.property_form {
    padding-bottom: 15px
}

.property_sell_box_heading {
    padding: 10px 0;
    text-align: center;
    color: #fff;
    margin: 0;
    background: #EC1C24;
    font-size: 20px
}

.property_sell_box .input {
    margin: 10px auto;
    width: 80%;
    display: block;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /*-webkit-appearance:none;*/
    height: 35px;
    background: #ffffff;
    padding: 0 10px;
    box-sizing: content-box
}

.property_sell_box .label_small_select {
    width: 50px;
}

.property_sell_box .input_small_select {
    width: 60%;
}

.property_sell_box .property_sell_type_label {
    display: block;
    float: left;
    padding: 0;
}

.property_sell_box .property_sell_type_label a {
    display: block;
    width: 65px;
    margin: 10px 0 10px 28px
}

.property_sell_box label {
    padding: 15px 28px;
    display: block;
    float: left
}

.property_sell_box .select_small {
    width: 30px;
    display: block;
    float: right;
    margin-right: 28px
}

.form_blue_heading {
    padding: 15px 0;
    text-align: center;
    color: #fff;
    background: #1F80C5
}

.property_form .submit_box {
    text-align: right;
    padding-right: 30px
}

.property_form .property_btn {
    width: 100px;
    font-weight: 700
}

.price_heading {
    font-size: 30px;
    padding-bottom: 20px;
}

.footer {
    background: #1D75BD;
    -moz-box-shadow: inset 0 0 30px -3px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 0 30px -3px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 30px -3px rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: left
}

.footer > section {
    padding: 1px 70px;
    box-sizing: border-box;
}

.footer h2 {
    font-size: 30px;
    margin: 15px 0 0 0;
}

.social_ul {
    padding: 0;
    text-align: center;
    width: 230px;
    margin: auto
}

.social_ul li {
    float: left;
    list-style: none
}

.social_ul li a {
    display: block;
    padding: 12px;
    font-size: 40px
}

.footer_links {
    padding: 0;
    text-align: left;
    font-size: 14px
}

.footer_links li {
    list-style: none;
    line-height: 25px
}

.footer_div {
    display: inline-block;
    float: left;
    margin-right: 2%;
    width: 14.667%
}

.footer_div:last-child {
    margin-right: 0
}

.footer hr {
    border: 1px solid #fff;
    margin: 20px auto
}

.copyright {
    padding: 14px 0 14px 18px;
    color: #6E6F71;
    background-color: #D2D3D5;
    -moz-box-shadow: inset 0 0 30px -3px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 0 30px -3px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 30px -3px rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: 13px;
    border-bottom: 7px solid #666
}

.optimalonlinelink {
    margin: 0;
    position: absolute;
    bottom: 13px;
    right: 13px;
    font-size: 12px
}

.desktop {
    display: block
}

.desktop-inline {
    display: inline-block
}

.mobile {
    display: none
}

@media only screen and (max-width: 1700px) {
    .search_box {
        width: 75%;
        left: 10%;
    }

    .social_feed_box > div {
        width: 80%;
    }

    .fb_timeline_box, .twitter_timeline_box, .social_feed_block {
        width: 30%;
    }
}

@media only screen and (max-width: 1440px) {

    .search_box {
        width: 75%;
        left: 12.5%
    }

    .property_icon img {
        width: 20px
    }

    .property_icon, .property_value {
        font-size: 12px
    }

    /*.property_results .property_icon_box {
        width: 100%
    }*/
    .property_results .property_icon, .property_results .property_value {
        width: 50px;
        padding: 10px 7px
    }

    .property_results .property_box:nth-child(3n+2) {
        margin-right: 4.3%;
        margin-left: 4.3%
    }

    .featured_home .content_container {
        width: 80%
    }

    .fb_timeline_box, .twitter_timeline_box, .social_feed_block {
        width: 32%;
    }

    .agent_profile_picture .agent_picture_box {
        right: auto;
        left: 10px;
        margin: 0
    }

    .agent_profile_picture .property_agent_pic_none {
        right: auto;
        left: 10px;
        margin: 0;
    }

    .property_features_box ul li {
        float: none;
        width: 100%
    }

    .property_sell_box {
        right: 35px
    }

    .sell_content {
        width: 600px
    }

    .blog_container .content_container .content_container {
        width: 100%
    }

    .property_more_details {
        position: static;
        bottom: auto;
    }


    .social_feed_block {
        margin-right: 2%;
    }

    .sell_content {
        padding-bottom: 100px
    }

}

@media only screen and (max-width: 1250px) {
    .footer_div {
        margin-right: 5%;
        width: 28.3%;
        padding-bottom: 20px
    }

    .news_half img {
        float: left;
        margin-right: 10px;
        margin-bottom: 0
    }

    .news_content_box {
        display: block;
        padding-left: 0;
        height: 100px;
    }

    /* .property_big_box .property_image_box {
         width: 40%
     }

     .property_big_box .property_details_box {
         width: calc(50% - 30px)
     }

     .property_details_box p, .property_results small {
         font-size: 17px
     }

     .property_big_box .property_des {
         font-size: 12px
     }
 */
    .property_results .property_icon, .property_results .property_value {
        width: 40px
    }

    .property_results .property_icon img {
        width: 18px
    }

    .property_sell_box {
        right: 15px
    }

    .sell_content {
        width: 400px
    }
}

@media only screen and (max-width: 1130px) {
    .search_box {
        width: 90%;
        left: 5%
    }

    .property_results .content_container {
        width: 90%
    }

    .property_results .property_box {
        width: 45%
    }

    .property_results .property_box:nth-child(3n+2) {
        margin-right: 0;
        margin-left: 0
    }

    .property_results .property_box:nth-child(odd) {
        margin-right: 9%
    }

    .featured_home .content_container {
        width: 90%
    }

    .price_box {
        width: calc(100% - 14px);
        font-size: 14px
    }

    .price_box strong {
        font-size: 1.2em
    }

    .property_gallery_contact .content_container, .property_info_box .content_container {
        width: 90%
    }

    .agent_profile_picture .agent_picture_box {
        right: auto;
        left: 10px;
        margin: 0
    }

    .agent_profile_picture .property_agent_pic_none {
        right: auto;
        left: 10px;
        margin: 0;
    }

    .blog_article_content {
        line-height: 17px
    }

    .blog_image {
        height: 258px
    }

    .office_agent_box:nth-child(3n+2) {
        margin: 0
    }
}

@media only screen and (max-width: 1050px) {

    .nav_box {
        width: 90%;
    }

    .error_slider_img {
        display: block;
    }

    .search_box {
        width: 90%;
        left: 5%
    }

    .featured_home .property_box {
        width: 46%;
        margin: 0 20px
    }

    .property_icon_box {
        width: 150px
    }

    .property_icon, .property_value {
        padding: 7px;
        width: 30px
    }

    .tag {
        font-size: 17px
    }

    /* .property_big_box .property_image_box {
         width: 50%
     }*/
    .property_details_box p, .property_results small {
        font-size: 14px
    }

    /* .property_big_box .property_des {
         font-size: 11px
     }*/
    .social_feed_box .content_container {
        width: 90%
    }

    .big_image_box {
        width: calc(69.5% - 20px);
    }

    .property_side_box {
        width: 30.3%
    }

    .page_banner_heading {
        display: none
    }

    .property_sell_box {
        position: static;
        width: 100%;
        border-radius: 0
    }

    .property_sell_box .inline_input_view {
        width: 29%;
        display: inline-block
    }

    .blog_image {
        height: 252px
    }

    .blog_article_heading {
        font-size: 17px;
        padding: 7px 15px;
        margin-top: 7px
    }

    .blog_article_content {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .article_blog_container .blog_article_content {
        white-space: inherit;
        overflow: visible;
        text-overflow: inherit;
        line-height: 20px
    }

    .mobile-pager .pager{
        display: block;
    }

    .desktop-pager{
        display: none;
    }
}

@media only screen and (max-width: 950px) {
    .search_box {
        width: 98%;
        left: 2%;
    }

    .search_form_right .wrapper-dropdown {
       width: calc(27% - 27.6px);
    }

    .search_form_right .wrapper-dropdown:nth-child(4) {
        margin-left: 0;
    }
}

@media only screen and (max-width: 835px) {
    .featured_home .property_box {
        margin: 0 auto;
        display: block;
        float: none;
        margin-bottom: 20px;
        width: 80%
    }

    .featured_home .property_box:first-child {
        margin-left: auto
    }

    .featured_home .property_box:last-child {
        margin-right: auto
    }

    .home_social_link {
        width: 60%;
        float: none;
        margin: 0 auto;
        padding-bottom: 20px
    }

    .home_social_link:nth-child(2) {
        margin: 0 auto
    }

    .social_feed_block {
        width: 95%;
        display: block;
    }

    .fb_timeline_box {
        width: 46%;
        max-width: 50%;
        display: inline-block;
        float: none;
        margin-bottom: 20px
    }

    .twitter_timeline_box {
        width: 46%;
        max-width: 50%;
        display: inline-block;
        float: none;
        margin-bottom: 20px
    }

    .youtube_iframe {
        width: 100%;
        max-width: 100%;
        display: block;
        float: none;
        margin-bottom: 20px
    }

    .featured_home .content_container {
        width: 95%
    }

    .big_image_box {
        width: 47.5%;
        margin-bottom: 20px;
        padding-right: 5%;
    }

    .property_side_box {
        width: 47.5%;
        margin-bottom: 20px
    }

    .property_side_box > img:nth-child(2) {
        display: none;
    }

    .price_box {
        float: none;
        display: block;
        width: calc(100% - 14px);
        clear: left;
        margin-top: 0
    }
}

@media only screen and (max-width: 769px) {
    
     #main_content_container > section.property_info_box > div > div.property_description_box > div.article_share.clearfix > ul > li:nth-child(2) > a:nth-child(1) {
        display: none;
    }
    .content_container {
        width: 90%
    }

    .nav_box {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative
    }

    .nav_ul_box {
        display: block;
        position: absolute;
        background: #fff;
        width: 100%;
        margin: 0;
        padding: 0;
        top: 100%;
        z-index: 15;
        border-bottom: 4px solid red
    }

    .nav_box ul li {
        display: block;
        float: none
    }

    .nav_ul_box {
        display: none;
        width: 100%;
        float: none
    }

    .nav_ul_box li, .nav_box ul li {
        display: block;
        float: none
    }

    .nav_box ul li.header_logo {
        display: inline-block;
        float: left;
        padding-left: 10px
    }

    .nav_box ul li.header_logo a {
        display: inline-block
    }

    .nav_box ul li.mobi_nav_btn {
        display: inline-block;
        float: right;
        margin-top: 5px;
    }

    .nav_box ul li.mobi_nav_btn i {
        font-size: 22px;
    }

    .nav_box ul.second_ul {
        display: none;
        position: static;
        top: auto;
        left: auto;
        z-index: 2;
        width: 100%;
        background: #fff;
        border-top: 1px solid #ccc;
    }

    .nav_box ul li a {
        padding: 20px;
    }

    .banner_box {
        overflow: hidden;
        height: 100vh;
    }

    .search_box {
        width: calc(100% - 50px);
        left: 25px;
        top: 100px
    }

    .search_history_rows {
        top: 15px;
    }

    .search_box img {
        display: block;
        width: 50px
    }

    .search_box .search_form_right {
        display: block;
        width: 100%;
        padding: 0
    }

    .search_history_box {
        float: none;
    }

    .search_item {
        width: calc(33.33% - 30px);
    }

    .search_form_right .wrapper-dropdown {
        width: calc(100% - 14px);
        display: block;
        margin: 7px 0
    }

    .mobile_slider_img {
        display: block
    }

    .featured_home > div {
        padding: 20px 0
    }

    .property_big_box span.property_icon {
        width: 30px;
    }

    .property_details_box {
        font-size: 14px;
        border-bottom: 2px solid #E6E6E6
    }

    .property_icon, .property_value {
        width: 15px;
        border-left: 2px solid #E6E6E6
    }

    .property_icon img {
        width: 15px
    }

    .property_icon_box {
        width: 112px
    }

    .big_image_box {
        width: calc(50% - 10px);
        margin-bottom: 0;
        padding-right: 20px;
    }

    .property_side_box {
        width: calc(50% - 10px);
        margin-bottom: 0;
    }

    .property_side_box > img:first-child {
        padding-bottom: 0;
    }

    .home_social_link {
        float: none;
        display: block;
        width: 100%;
        height: 100px;
        overflow: hidden
    }

    .tag {
        width: calc(100% - 30px);
        font-size: 16px;
        top: 30px
    }

    .home_social_link:nth-child(2) {
        margin: 0
    }

    .social_feed_box > div {
        padding: 20px 0
    }

    .filter_options {
        width: 100%
    }

    .date_filter, .results_box, .filters {
        width: calc(33.33% - 20px)
    }

    .property_results .property_box:nth-child(3n+2) {
        margin: 0 0 20px
    }

    .pagination_block {
        margin: 10px
    }

    .blog_container {
        padding: 20px 0
    }

    .blog_image {
        width: 100%;
        float: none;
        height: 150px;
        border-right: 0
    }

    .blog_content {
        width: 100%;
        float: none;
        border-left: none
    }

    .blog_article_heading {
        margin-top: 0;
        font-size: 17px;
        width: calc(100% - 30px);
        border-radius: 0
    }

    .article_blog_container > .content_container {
        width: 100%
    }

    .article_blog_container .blog_article {
        width: 100%;
        padding-top: 0
    }

    .article_blog_container .blog_image {
        margin-right: 0;
        border: none
    }

    .article_date {
        padding: 0 10px
    }

    .article_share ul {
        width: 100%
    }

    .article_share ul li a, .article_share ul li p {
        padding: 19px;
        margin: 0
    }

    .article_blog_container .blog_article_content {
        padding: 0 10px
    }

    .page_banner .office_banner > div {
        display: block;
        width: calc(100% - 20px)
    }

    .office_cta a {
        display: block;
        margin: 10px 0
    }

    .office_agent_box {
        width: calc(100% - 80px)
    }

    .office_map {
        float: none;
        width: 100%;
        height: 150px
    }

    .office_form {
        width: 100%;
        float: none
    }

    .office_form h3 {
        text-align: center
    }

    .form_left {
        width: 100%;
        float: none;
        margin-right: 0
    }

    .form_right {
        width: 100%;
        float: none
    }

    .agent_agent_pic {
        position: static;
        display: block;
        margin: 10px auto
    }

    .agent_banner h2 {
        width: 100%;
        padding-left: 0;
        text-align: center
    }

    .agent_banner h2 span {
        padding-left: 0
    }

    .agent_details > div {
        display: block;
        width: calc(100% - 20px);
        text-align: center
    }

    .agent_form {
        width: 100%
    }

    .page_banner_heading {
        position: static;
        font-size: 14px;
        padding: 10px 0;
        text-align: center
    }

    .property_sell_box {
        position: static;
        width: 100%;
        border-radius: 0
    }

    .sell_content {
        width: 100%
    }

    .property_sell_box .inline_input_view {
        width: calc(90% - 20px);
        display: block;
        margin: 10px auto
    }

    .property_sell_box label {
        padding: 15px 28px 15px 0
    }

    .property_sell_box .select_small {
        margin-right: 0
    }

    .property_breadcrumbs {
        width: calc(90% - 30px);
        font-weight: 400;
        font-size: 14px
    }

    .property_gallery_contact {
        padding-bottom: 10px
    }

    .property_gallery {
        width: 100%;
        float: none
    }

    .property_description_box {
        float: none;
        width: 100%
    }

    .property_features_box {
        float: none;
        width: 100%
    }

    .property_contact {
        width: 100%;
        float: none;
        border-radius: 0;
        box-shadow: none
    }

    .property_features_box h3 {
        border-radius: 0
    }

    .property_features_box ul li {
        width: 50%;
        float: left
    }

    .property_features_box .feature_icon {
        padding: 7px 10px
    }

    .feature_icon i {
        font-size: 15px;
        vertical-align: baseline
    }

    .agent_profile_picture {
        height: auto
    }

    .agent_profile_picture .agent_picture_box {
        left: 50px;
        right: auto;
        margin: auto;
        top: calc(50% - 50px)
    }

    .agent_profile_picture .property_agent_pic_none {
        left: 50px;
        right: auto;
        margin: auto;
        top: calc(50% - 50px);
    }

    .agent_profile_picture h4 {
        position: static
    }

    .agent_mobile_contact {
        text-align: center
    }

    .agent_mobile_contact > span {
        padding-left: 20px;
        margin: 10px 0;
        display: inline-block
    }

    .agent_mobile_number {
        color: #1F80C5
    }

    .property_summary_modal .property_gallery {
        width: 100%
    }

    .optimalonlinelink {
        position: static;
        margin-top: 10px
    }

    .desktop {
        display: none
    }

    .desktop-inline {
        display: none
    }

    .mobile {
        display: block;
        height: 100%;
    }
}

@media only screen and (max-width: 600px) {
    
     #main_content_container > section.property_info_box > div > div.property_description_box > div.article_share.clearfix > ul > li:nth-child(2) > a:nth-child(1) {
        display: none;
    }
    
    .search_item {
        width: calc(50% - 30px);
    }

    .search_history_container {
        height: 140px;
        overflow: hidden;
    }

    .property_results .property_box {
        width: 100%;
        margin: 0 0 20px;
        display: block
    }

    .property_results .property_details_box p {
        line-height: 16px
    }

    .search_history_box .search_history_btn, .search_history_box .web_ref_btn {
        margin: 0 0 10px
    }

    .property_contact .agent_profile_picture .agent_picture_box {
        right: auto;
        left: 10px;
        margin: 0
    }

    .property_contact .agent_profile_picture .property_agent_pic_none {
        right: auto;
        left: 10px;
        margin: 0;
    }

    .price_box_left {
        float: none;
        width: 100%;
        padding-right: 0;
        border-right: none;
    }

    .price_box_right {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .property_big_box .property_icon_box {
        position: static;
        bottom: auto;
    }
}

@media only screen and (max-width: 480px) {

    .search_history_container {
        height: 110px;
    }

    .search_item {
        width: calc(50% - 24px);
        font-size: 12px;
        padding: 7px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .featured_home .property_box {
        width: 100%
    }

    .property_image_big_box{
        float: none!important;
        width: 100%!important;
    }

    .property_image_sml_box{
        float: none !important;
        width: 100% !important;
    }

    .property_big_box .property_image_sml{
        width: 31.2%;
    }
    
    .property_icon_box {
        width: 120px
    }

    .property_icon, .property_value {
        width: 24px;
        font-size: 14px
    }

    .property_icon img {
        width: 20px
    }

    .property_results .property_box {
        width: 100%;
        margin: 0 0 20px;
        display: block
    }

    .property_big_box .property_image_box {
        width: 100%;
        float: none
    }

    .property_big_box .property_price_box {
        width: calc(100% - 30px);
    }

    .property_big_box .property_details_box {
        width: calc(100% - 30px)
    }

    .social_feed_block {
        width: 100%;
        max-width: 100%;
    }

    .fb_timeline_box {
        width: 100%;
        max-width: 100%;
        display: block
    }

    .twitter_timeline_box {
        width: 100%;
        max-width: 100%;
        display: block
    }

    .featured_home .content_container {
        width: 100%
    }

    .big_image_box {
        width: 80%;
        padding-right: 0;
        margin: 0 auto 20px;
        float: none
    }

    .property_side_box {
        display: none
    }

    .price_box {
        float: none;
        display: block;
        width: calc(80% - 14px);
        clear: left;
        margin: 0 auto 20px
    }

    .search_history_box .search_history_btn, .search_history_box .web_ref_btn {
        margin: 0 0 10px
    }

    .date_filter, .results_box, .filters {
        width: calc(100% - 20px);
        display: block;
        float: none;
        border-top: 1px solid #ccc;
    }

    .date_filter_dropdown {
        width: calc(100% - 14px);
        display: block;
        float: none;
        margin: 0 0 10px;
    }

    .property_info_box .content_container {
        width: 100%
    }

    #carousel {
        display: none
    }

    .agent_profile_picture {
        height: 77px
    }

    .agent_profile_picture .agent_picture_box {
        left: 0;
        right: 0;
        margin: auto;
        bottom: 100%
    }

    .agent_profile_picture .property_agent_pic_none {
        left: 0;
        right: 0;
        margin: auto;
        bottom: 100%;
    }

    .agent_profile_picture h4 {
        position: absolute
    }

    .property_contact .agent_profile_picture {
        height: 90px
    }

    .property_contact .agent_profile_picture .agent_picture_box {
        left: 0;
        right: 0;
        margin: auto;
        bottom: 100%
    }

    .property_contact .agent_profile_picture .property_agent_pic_none {
        left: 0;
        right: 0;
        margin: auto;
        bottom: 100%;
    }

    .property_contact .agent_profile_picture h4 {
        position: absolute
    }

    .property_description_box h3 {
        margin-top: 0;
        padding: 5%;
    }
    
    .price_head {
        height: auto;
    }
    
    div.mobi-property-detials-box {
        float: none;
        width: 90%;
    }
    
    .price_heading {
        font-size: 30px;
        padding-bottom: 20px;
        width: 100%;
        float: none;
    }

    .property_features_box ul {
        padding: 0
    }

    .property_features_box ul li {
        display: block;
        width: 100%;
        padding: 0;
        float: none
    }

    .property_features_box .feature_icon {
        padding: 7px 11px;
        display: inline-block
    }

    .property_features_box .feature_icon_i {
        padding: 8px 10px
    }

    .property_contact_form {
        width: 100%;
        padding: 0
    }

    .property_sell_box .property_sell_type_label {
        float: none;
    }

    .property_sell_box .property_sell_type_label a {
        display: block;
        margin: 20px;
        width: calc(100% - 70px);
    }

    .sell_btn_box {
        width: 100%
    }
}

@media only screen and (max-width: 321px) {
    .property_description_box .property_ref {
        display: block
    }
    
    #main_content_container > section.property_info_box > div > div.property_description_box > div.article_share.clearfix > ul > li:nth-child(2) > a:nth-child(1) {
        display: none;
    }
}

.sold-banner {
position:absolute;
top:0;
right:0;
z-index:4;
color:#fff;
font-weight:700
}
.sold-banner p {
position:absolute;
top:25px;
right:18px;
margin:0;
font-size:20px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}
.offer-banner {
position:absolute;
top:0;
right:0;
z-index:4;
color:#fff;
font-weight:700
}
.offer-banner p {
position:absolute;
top:30px;
right:5px;
margin:0;
font-size:20px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}
.reduced-banner {
position:absolute;
top:0;
right:0;
z-index:4;
color:#fff;
font-weight:700
}
.reduced-banner p {
position:absolute;
top:30px;
right:0;
margin:0;
font-size:20px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}
.sole-banner {
position:absolute;
top:0;
right:0;
z-index:4;
color:#fff;
font-weight:700
}
.sole-banner p {
position:absolute;
top:35px;
right:-5px;
margin:0;
font-size:15px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}
.triangle-topright {
width:0;
height:0;
border-top:120px solid #ed1b24;
border-left:120px solid transparent
}