/** DEFAULT STYLES
==================================================================================================== **/
html, body {
    height: 100%;
}




body {
    /*font: 12pt 'Open Sans', sans-serif;*/
    font: 14px 'AvenirLTStd-Roman', sans-serif;
}

body h1.page-title {
    font-size: 13pt;
    clear: both;
}

body .search-bar ,
body .row .listing {
    font-size: 12px;
}

body h3 {
    font-size: 12pt;
}

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
}

h1.page-title {
    margin: 0;
    padding: 10px 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.83333em;
}

h3 {
    font-size: 1.66667em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.33333em;
}

h6 {
    font-size: 1.16667em;
}

a {
    color: #03c85f;
    text-decoration: none;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

a:hover {
    text-decoration: none;
}

input[type="text"], input[type="pasword"], select, textarea {
    padding: 4px;
    font: 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #434343;
    border: solid 1px #ccc;
}

select {
    padding: 3px;
}

input[type="submit"], input[type="button"], a.btn {
    padding: 4px 8px;
    background: #03c85f;
    border: none;
    border-radius: 2px;
    color: #fff;
    font: bold 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
    cursor: pointer;
}

a.btn {
    display: inline-block;
}

input[type="submit"]:hover, input[type="button"]:hover, a.btn:hover {
    background: #03a14d;
}

input[type="radio"], input[type="checkbox"] {
    float: left;
    margin: 2px 5px 0 0;
}

input[type="checkbox"] {
    margin: 3px 5px 0 0;
}

table {
    width: 100%;
}


/** GLOBALS
==================================================================================================== **/
.group {
    width: 980px;
    margin: 0 auto;
}

.wrapper {
    margin: 0 auto;
    z-index: 1;
}

.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.header {
    position: relative;
    padding: 10px 0;
    background: #2a263d;
    font-size: 16px;
    /*
    -webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.43);
    -moz-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.43);
    box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.43);*/
}

.header .home-logo {
    float: left;
margin-right: 50px;
margin-top: 0;
}

.header .home-logo img {
    display: block;
    /*width: 196px;*/
    height: 60px;
}

.header ul.office-link {
    float: right;
    margin: 19px 0 0;
}

.header ul.office-link li {
    float: left;
    margin: 0 20px 0 0;
}

.header ul.office-link li.projects {
    margin: 0;
}

.header ul.office-link a {
    display: block;
    text-transform: uppercase;
}

.header ul.office-link li.current a, .header ul.office-link a:hover {
    color: #FBAF34;
}

#container {
    position: relative;
    z-index: 0;
    margin: 100px auto 200px;
    padding: 0 10px 10px;
    background: #FFFFFF;
}
.safari #container {
    padding: 0 10px 200px 10px;
}

.content {
    color: #434343;
}

#property .content {
    padding: 10px 0 0;
}

#footer {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    background: #003A5A;
    border-top: 5px solid #FFB42A;
    font-size: 0.916667em;
}
.footer-content:after {
    display: table;
    content: '';
    clear: both;
}

.clear, .clearer {
    clear: both;
}

.left, .alignleft {
    float: left;
}

.alignleft {
    margin: 0 10px 10px 0;
}

.right, .alignright {
    float: right;
}

.alignright {
    margin: 0 0 10px 10px;
}

.hidden {
    display: none;
}

.margin-none {
    margin: 0 !important;
}

.padding-none {
    padding: 0 !important;
}

.aquo {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.text-cut {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.required {
    color: #e00;
}

ul.ui-tabs-nav {
}

ul.ui-tabs-nav li {
    float: left;
}

ul.ui-tabs-nav li a {
    display: block;
}

ul.ui-tabs-nav li a:hover, ul.ui-tabs-nav li.ui-tabs-selected a {
}

div.ui-tabs-panel {
    clear: both;
}

div.ui-tabs-hide {
    display: none;
}

/* jQuery Scrollbar */
#custom-scroll {
    width: 100%;
}

.property-description .viewport {
    position: relative;
    width: 228px;
    overflow: hidden;
}

.property-description .viewport {
    height: 429px;
}

#custom-scroll .viewport.disable {
    width: 250px;
}

#custom-scroll .overview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#custom-scroll .scrollbar {
    position: relative;
    float: right;
    width: 3px;
    overflow: hidden;
}

#custom-scroll .scrollbar.disable {
    display: none;
}

#custom-scroll .track {
    position: relative;
    width: 1px;
    margin: 0 0 0 1px;
    background: #fafafa;
}

#custom-scroll .thumb {
    position: absolute;
    left: -1px;
    width: 3px;
    overflow: hidden;
    margin: 15px 0 0;
    cursor: pointer;
    background: #f0f0f0;
    border-radius: 20px;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#custom-scroll:hover .thumb {
    background: #03c85f;
}

#custom-scroll .thumb .end {
    display: none;
}

/**jQuery Selectbox **/
.sbHolder {
    position: relative;
    height: 26px;
    background: #fff;
    z-index: 0 !important;
}

.sbHolder a {
    display: block;
    color: #939393;
    text-decoration: none;
}

.sbHolder a.sbToggle {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 24px;
    height: 24px;
    background: url(../img/arrows_search_drop.png?v=1.00) 0 0 no-repeat;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.sbHolder:hover a.sbToggle {
    background-position: -22px 0;
}

.sbHolder a.sbSelector {
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    border: 1px solid #E3EBF2;
}

.sbHolder:hover a.sbSelector {
    color: #434343;
}

.sbHolder ul.sbOptions {
    position: absolute;
    width: 100%;
    margin: 2px 0 0;
    background: #fff;
    overflow: auto;
}

.sbHolder .sbOptions li {
    padding: 0;
}

.sbHolder .sbOptions li a {
    padding: 0 5px;
    line-height: 24px;
    border: 1px solid #E3EBF2;
    border-top: none;
}

.sbHolder .sbOptions li a:hover {
    background: #E3EBF2;
    color: #434343;
}

#bg {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*display: none;*/
}

#bg img {
}

#bg .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 122, 193, 0.3);
}


/** HEADER
==================================================================================================== **/
.top-bar {
    width: 882px;
    margin: 0 auto;
    padding: 40px 50px;
    background: #003f5f url(../img/curve_header.png) 0 100% no-repeat;
    border-right: solid 18px #fbaf34;
}

.top-bar .home-logo {
    float: left;
    width: 275px;
    margin: 0 50px 0 0;
}

.top-bar .home-logo img {
    display: block;
    width: 100%;
}

.top-bar ul.office-link {
    float: right;
    margin: 19px 0 0;
}

.top-bar ul.office-link li {
    float: left;
    margin: 0 18px 0 0;
}

.top-bar ul.office-link li.projects {
    margin: 0;
}

.top-bar ul.office-link a {
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
}

.top-bar ul.office-link li.current a, .top-bar ul.office-link a:hover {
    color: #FBAF34;
}

.tag-nav {
    padding: 0 10px;
    background: #FFFFFF;
}

.tagline {
}

.tagline h1 {
    margin: 0;
    color: #003F5F;
    font-size: 22px;
    font-weight: normal;
}

.tagline h1.left {
    padding: 20px 0 20px 41px;
}

.tagline h1.right {
    padding: 20px 73px 20px 0;
}

.tagline h1.right span {
    display: inline-block;
}

.tagline h1.right span.text {
}

.tagline h1.right span.bull {
    padding: 0 20px;
}

.nav-bar {
    background: #03c85f;
    border-radius: 0 0 0 20px;
}

ul.main-menu {
    margin: 0 0 0 22px;
}

ul.main-menu li {
    position: relative;
}

ul.main-menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

ul.main-menu li:hover > a {
    color: #FFB42A;
}

ul.main-menu > li {
    float: left;
    padding: 10px 0;
}

ul.main-menu > li > a {
    padding: 0 17px;
    text-transform: uppercase;
}

ul.main-menu > li.first > a {
}

ul.main-menu > li.last > a {
}

ul.main-menu > li.current_page_item > a, ul.main-menu > li.current_page_parent > a, ul.main-menu > li.current_page_anchestor > a,
	ul.main-menu ul li.current_page_item > a, ul.main-menu ul li.current_page_parent >  a, ul.main-menu ul li.current_page_anchestor > a {
    color: #FFB42A;
}

ul.main-menu ul {
    display: none;
    position: absolute;
    width: 210px;
    background: #03c85f;
    border-top: 10px solid #03c85f;
}

ul.main-menu ul li a {
    padding: 5px 10px;
    border-top: 1px solid #056AA5;
    border-bottom: 1px solid #469CD0;
}

ul.main-menu ul li.first a {
    border-top: none;
}

ul.main-menu ul li.last a {
    border-bottom: none;
}

ul.socials {
    margin: 10px 5px 0 0;
}

ul.socials li {
    float: left;
}

ul.socials li a {
    display: block;
}
/* home content */
.page-id-321 .wrapper {
    width: auto;
}
.page-id-321 .wrap {
    height: calc(100vh - 103px);
}
.page-id-321 .wrap * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#tabbed_homepage {
    background: #2a263d;
    padding: 30px;
    position: absolute;
    width: 500px;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#tabbed_homepage .search-text {
    float: left;
    width: 20%;
}
#tabbed_homepage .search-text img {
    width: 100%;
}
#tabbed_homepage #search_box {
    float: left;
    width: 80%;
    padding-left: 30px;
}
#tabbed_homepage #search_box input[type="text"] {
    height: 40px;
    width: 100%;
    display: block;
}
#tabbed_homepage #search_box .check {
    margin: 15px 0;
    color: #fff;
}
#tabbed_homepage #search_box input[type="submit"] {
    width: 100%;
    padding: 7px 20px;
    font-size: 18px;
}
.footer-content .footer_text, .footer-content .footer_button {
    float: left;
    width: 50%;
}
.footer-content .footer_text {
    text-align: left;
}
.footer-content .footer_button {
    text-align: right;
    margin-top: 5px;
}
.footer-content .footer_button a {
    display: inline-block;
    background: #03c85f;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
}
.footer-content .footer_button a:hover {
    background: #03a14d;
}
.footer-content .footer_text span {
    display: inline-block;
}
.footer-content .footer_text .text {
    color: #03c85f;
    font-weight: 700;
    font-size: 18px;
    margin-right: 5px;
}
.footer-content .footer_text img {
    height: 40px;
}
/*---------------*/

/** CONTENT
==================================================================================================== **/
.entry.left {
    float: left;
    width: 710px;
}

/** 404 **/
ul.list-pages {
    display: inline-block;
}

ul.list-pages li {
    float: left;
    width: 20%;
}

#searchform {
}

#searchform p {
    font-weight: bold;
    font-size: 1.33333em;
}

#searchform input#s {
    width: 92%;
}

/** Sidebar **/
.sidebar {
    float: right;
    width: 250px;
}

.side-block {
    margin: 0 0 20px;
}

.side-blog ul {
    list-style: disc;
    margin: 0 0 0 14px;
}

.side-blog ul li {
}

.side-blog .tagcloud {
    line-height: normal;
}

/** Posts **/
.posts .post {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: solid 1px #EDF2F7;
}

.posts .post h4 {
    margin: 0;
}

.posts .post p.post-meta {
    margin: 0 0 10px;
}

.posts .post p img {
    max-width: 150px;
}

.default .post {
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: solid 1px #EDF2F7;
}

.default p {
    margin: 0 0 10px;
}

.default ul {
    list-style: disc;
    margin: 0 0 10px 14px;
}

.default ol {
    list-style: decimal;
    margin: 0 0 10px 18px;
}

.comments {
    margin: 0 0 50px;
}

.comments ul {
    list-style: none;
    margin: 0;
}

.comments ul.children {
    margin: 0 0 0 64px;
}

.comments ul li {
    margin: 0;
}

.comments .comment-body {
    position: relative;
    margin: 0 0 10px;
    padding: 4px 10px 10px;
    background: #F8FAFC;
}

.comments ul li img.avatar {
    float: left;
    margin: 6px 20px 20px 0;
}

.comments p {
    margin: 0;
}

.comments .reply {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.846154em;
}

.comments .reply a {
    display: block;
    padding: 2px 5px 0;
    background: #FFB42B;
    color: #fff;
}

.comments .reply a:hover {
    background: #03c85f;
    text-decoration: none;
}

.comments .reply em {
    padding: 0 3px 0 0;
}

#commentform p {
    margin: 0 0 10px;
}

#commentform p.comment-notes, #commentform p.logged-in-as {
    margin: 0 0 20px;
}

#commentform p.form-allowed-tags, #commentform p.form-submit {
    padding: 0 0 0 100px;
}

#commentform p label {
    float: left;
    width: 100px;
    margin: 2px 0 0;
}

#commentform p label span.required {
    padding: 0 0 0 3px;
}

#commentform input[type="text"], #commentform textarea {
    width: 600px;
}

/** GForms **/
.gform_body {
}

.gform_footer {
    padding: 10px 0 0 160px;
}

.gform_body ul {
    margin: 0;
    list-style: none;
}

.gform_body h2.gsection_title {
    font-size: 1.33333em;
    color: #03c85f;
}

.gform_body .gfield_required {
    padding: 0 0 0 5px;
    color: #e00;
}

ul.gform_fields li.gfield {
    display: inline-block;
    margin: 0 0 10px;
    width: 100%;
}

ul.gform_fields li.gfield label.gfield_label {
    float: left;
    width: 160px;
    font-weight: bold;
}

ul.gform_fields li.gfield .ginput_container {
    float: left;
}

ul.gform_fields li.gfield input[type="text"] {
    width: 250px;
}

ul.gform_fields li.gfield select {
    width: 260px;
}

ul.gform_fields li.gfield textarea {
    width: 500px;
    height: 100px;
}

	/* Name */
ul.gform_fields li.gfield.first {
    padding: 0;
}

ul.gform_fields li.gfield .ginput_container span {
    display: block;
    position: relative;
    padding: 25px 0 10px;
}

ul.gform_fields li.gfield .ginput_container span label {
    position: absolute;
    top: 0;
    left: 0;
}

.validation_error {
    margin: 20px 0 0px;
    font-weight: bold;
    text-align: left;
    color: #c00;
}

ul.gform_fields li.gfield.gfield_error {
    padding: 10px;
    background: #FFFFCC;
}

ul.gform_fields li.gfield.gfield_error label.gfield_label {
    width: 150px;
}

ul.gform_fields li.gfield.gfield_error .gfield_description {
    clear: both;
    padding: 5px 0 0 150px;
    color: #c00;
}

.gform_footer input[type="submit"] {
    padding: 5px 15px;
}


/** FOOTER
==================================================================================================== **/
#footer * {
    line-height: normal;
    color: #FFFFFF;
}

#footer ul.menu {
    margin: 0 0 20px;
    text-align: center;
}

#footer ul.menu li {
    display: inline;
}

#footer ul.menu li a {
    padding: 0 10px 0 5px;
    border-right: 1px solid #FFFFFF;
    text-transform: uppercase;
}

#footer ul.footer-menu li a {
    font-size: 1.18182em;
    font-weight: bold;
}

#footer ul.footer-menu li.last a {
    border-right: none;
}

#footer ul.menu li.current_page_item a, #footer ul.menu li.current a {
    color: #FFB42A;
}

#footer p {
    margin: 0 0 20px;
    text-align: center;
}

#footer p.credit {
    margin: 0;
}

.thumbnails-view .listing .info p.slide {
    float: right;
}

.thumbnails-view .listing .info p.property_type {
    float: left;
}

#thumbnail_format.listings-tabs-content.thumbnails-view.ui-tabs-panel.ui-widget-content.ui-corner-bottom .row .listing {
    padding-bottom: 10px;
}

/** Edit footer  **/
.footer {
    bottom: 0px;
    opacity: 1;
    position: fixed;
    padding: 15px 0px 10px;
    width: 100%;
    background: none repeat scroll 0% 0% #2a263d;
    text-align: center;
  
}

.footer-content {
    width: 1284px;
    margin: 0 auto;
    color: #fff;
}

.footer-content #slider {
    background: none;
    height: auto;
}

.footer ul {
    display: inline-block;
}

.footer li {
    float: left;
}

.footer li a {
    display: block;
    padding: 10px 20px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}

.footer li a:hover {
    color: #03c85f;
}

.footer form#request_suburb {
}

.footer .footer-content .ays {
    width: 36%;
    float: left;
}

.footer .footer-content .ays .title-footer {
    line-height: 50px;
    font-weight: 400;
    font-size: 20px;
}

.footer .footer-content .content-footer {
    width: 600px;
    text-align: left;
    font-weight: 300;
    line-height: 17px;
    font-size: 12px;
    float: left;
}

.footer .footer-content #slider {
/*width: 20%;float: left;*/
    float: right;
}

.footer .footer-content #slider .wrapper {
}

.footer .footer-content .property-wort a {
    color: #181818;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.footer .footer-content .property-wort {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 0px;
    width: 173px;
    font-weight: 600;
    font-size: 12px;
    background: none repeat scroll 0% 0% #FFF;
    display: table;
    margin: 0 auto;
    margin-top: 0px;
}

.footer .footer-content #slider .wrapper .slidersection_right {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 173px;
    font-weight: 600;
    padding: 5px 0px;
    background: none repeat scroll 0% 0% #FFF;
    display: table;
    margin: 0 auto;
    margin-top: 5px;
}

.footer .footer-content #slider .wrapper .slidersection_right:hover , .footer .footer-content .property-wort:hover {
    background: #03c85f;
    color: #ffffff;
}

.footer .footer-content #slider .wrapper .slidersection_right a {
    color: #181818;
    font-size: 12px;
}

.footer .footer-content #slider .wrapper .slidersection_right p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.footer .footer-content #popup2 {
    display: none;
}

.header ul#menu-home-menu li {
    float: left;
    margin-top: 20px;
}

.home-menu ul#menu-home-menu {
}

.home-menu ul#menu-home-menu li a {
padding: 5px 10px;
 border-right: 1px solid #3B3C3E;
    color: #ffffff;
    font-weight: 600;
}

.home-container {
    width: 1284px;
    margin: 0 auto;
}

.home-detail-contact {
    float: right;
    padding-top: 17px;
}

.home-detail-contact span.header_phone {
    float: right;
    float: left;
    color: #ffffff;
    font-size: 20px; 
    position: relative;
top: 2px;
    margin-right: 8px;
    color: #ffffff !important;
}

.home-detail-contact span.header_phone a {
    color: #ffffff !important;
}

.home-detail-contact #follow {
    float: left;
    padding-top: 3px;
}

.home-detail-contact #follow ul#follow_buttons li {
    float: left;
    margin-left: 3px;
}

.home-detail-contact #follow ul#follow_buttons li.facebook a {
    background-image: url('../img/iconfb.png');
    background-repeat: no-repeat;
    float: left;
    width: 26px;
    height: 25px;
    font-size: 0px;
}

.home-detail-contact #follow ul#follow_buttons li.twitter a {
    background-image: url('../img/twittericon.png');
    background-repeat: no-repeat;
    float: left;
    width: 26px;
    height: 25px;
    font-size: 0px;
}

.home-detail-contact #follow ul#follow_buttons li.youtube a {
    background-image: url('../img/googleicon.png');
    background-repeat: no-repeat;
    float: left;
    width: 26px;
    height: 25px;
    font-size: 0px;
}

.list-view .listing .overview p.price {
    font-size: 16px;
    float: left !important;
    padding: 5px;
    font-weight: bold;
}

.list-view .listing .overview p.property_type {
    float: right !important;
    background: #434343;
    padding: 5px;
    color: #ffffff;
}


/* reveal modal*/
#home .footer .footer-content #popup2 {
/*display: none;*/
    font-size: 14px;
    font-weight: 300;
    margin: -40%  -190px 0px;
    text-align: left !important;
}

.reveal-modal {
    visibility: hidden;
    top: 120px;
    left: 50%;
    margin-left: -175px;
    width: 350px;
    position: absolute;
    z-index: 101;
    padding: 1%;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 3px 7px rgba(0, 0, 0, 0.3), 0px 1px #FFF inset, 0px -3px 2px rgba(0, 0, 0, 0.25) inset;
    border-radius: 5px;
    background: #ffffff;
}

#popup.reveal-modal {
    top: 110px !important;
    right: 0px;
}

#popup2 .bold {
    font-weight: bold;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    /*display: none;*/
    top: 0px;
    left: 0px;
}

.reveal-modal .close-reveal-modal {
    line-height: 0.5;
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 0px;
    cursor: pointer;
    background-image: url('../img/close.png');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.reveal-modal form#request_suburb.form-1 p.field input[type="checkbox"] {
    float: none !important;
    margin: -4px 0px 0 0px;
    float: unset !important;
}

.reveal-modal p {
    text-align: left;
    line-height: 18px;
    padding-bottom: 10px;
}

.reveal-modal p span.bold {
    font-weight: bold;
}

a.close-reveal-modal {
    color: #03c85f !important;
}

.form-1 {
    width: 250px;
    color: #777;
    padding: 10px 10px 0px;
    position: relative;
}

.form-1 h2 {
    float: left;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    text-shadow: none;
}

.form-1 input[type="text"]:focus, .form-1 input[type="password"]:focus, .form-1 button[type="submit"]:focus {
    outline: medium none;
}

.form-1 input[type="text"] {
    margin-bottom: 0px;
}

.form-1 input[type="text"], .form-1 select, .form-1 textarea, .form-1 input[type="password"] {
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
    width: 280px;
    padding: 10px 18px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) inset, 0px 3px 2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 3px;
    background: none repeat scroll 0% 0% #F9F9F9;
    color: #777;
    border: 1px solid #CCC;
    transition: color 0.3s ease-out 0s;
}

.form-1 input[type="submit"] {
    width: 30%;
    height: 30px;
    margin-top: -1px;
    font-size: 13px;
    line-height: 1.75;
    font-weight: bold;
    color: #FFF;
    border: medium none;
    border-radius: inherit;
    background: linear-gradient(#03c85f, #C14506) repeat scroll 0% 0% transparent;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset, 0px 1px 2px rgba(0, 0, 0, 0.35), 0px 3px 2px rgba(255, 255, 255, 0.2) inset, 0px -3px 2px rgba(0, 0, 0, 0.1) inset;
    cursor: pointer;
}
/* end reveal modal*/
#team-members span.reload-captcha {
}
/*#team-members*/span.reload-captcha a {
    background-color: transparent;
    background: url('../images/refresicon.png') no-repeat;
    width: 13px !important;
    height: 13px !important;
    margin-left: 0px;
    position: absolute;
    margin-left: 5px;
text-indent: 200px;
overflow: hidden;
line-height: 200px;
    margin-top: 15px;
-webkit-transform: scale(1.25);
-moz-transform: scale(1.25);
-o-transform: scale(1.25);
transform: scale(1.2);
}

#team-members #agent {
    color: #434343;
}

#team-members #agent .agent-info .block img {
    width: 100%;
    height: auto;
}

#team-members #agent .agent-info .contacts.block ul li {
}

#team-members #agent .agent-overview.left .testimonials_top.block {
    display: none;
}

#team-members #agent .agent-overview.right {
}

#property #box_map #load_form_map iframe {
    margin: 20px;
}

#property #box_map #load_form_map input[type="button"] {
    z-index: 999;
    float: right;
    bottom: 25px;
    right: 20px;
    position: absolute;
text-indent: 100px;
    background: url("http://demo.thatid.com/alukaproperty/wp-content/plugins/Realty/images/prettyPhoto/default/sprite.png") no-repeat scroll 2px 1px transparent;
cursor: pointer;
height: 30px;
width: 30px;
}

#favourite-property .link-back a{
    background: #03c85f;
padding: 3px 10px;
color: rgb(255, 255, 255);
float: left;
height: 24px;
box-sizing: border-box;
margin-right: 10px;
}

#contact-us #gform_1 ul li {
    clear: both;
    margin: 0px 0 5px !important;
    padding: 0px !important;
}

#whats-my-property-worth #gform_10 ul li {
    clear: both;
    margin: 0px 0 5px !important;
    padding: 0px !important;
}

#whats-my-property-worth #gform_10 ul li#field_10_24 , #whats-my-property-worth #gform_10 ul li#field_10_25,  #whats-my-property-worth #gform_10 ul li#field_10_26 {
    padding-top: 30px !important;
}

#contact-us #gform_1 ul.gform_fields li.gfield input[type="text"] , #contact-us #gform_1 textarea {
    width: 300px !important;
    padding: 5px;
}

#contact-us .content table {
    margin-bottom: 20px;
}

#contact-us .gform_wrapper .gform_footer {
    padding: 10px 0px 0px 160px !important;
    margin: -10px 10px 0 10px !important;
}

#contact-us .content table #gform_wrapper_1 {
    margin-top: 20px;
}

#video .default p {
    margin: 0px !important;
}

#video .default iframe {
/*width: 45%;*/
    width: 30%;
 /*height: 300px;*/
    height: 200px;
    margin: 1%;
    float: left;
}

.quick-search ul.list-forms li.first {
    position: relative;
    z-index: 10;
}

.quick-search ul.list-forms li#house_rooms {
    position: relative;
    z-index: 7;
}

.quick-search ul.list-forms li#price_for_sale {
    position: relative;
    z-index: 8;
}

.property-table ul li span.value span.opendate {
    padding: 0px;
}

/*testimonial*/
#testimonials .testimonial-page {
}

#testimonials .testimonial-page {
}

#testimonials .testimonial-page .list-testimonila {
    margin-bottom: 10px;
    padding-left: 10px;
 /*font-size: 11pt !important;font-family: calibri !important;*/;
}

#testimonials .testimonial-page .list-testimonila .one {
    padding: 10px;
}

#testimonials .testimonial-page .list-testimonila .one .video-testimonial {
    margin-bottom: 50px;
}

#testimonials .testimonial-page .list-testimonila .left-testimonial {
    width: 170px;
 /*height: 180px*/
    ; margin-right: 20px;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
}

#testimonials .testimonial-page .list-testimonila .left-testimonial img {
    width: 100%;
    height: auto;
}

#testimonials .testimonial-page .list-testimonila .right-testimonial {
    float: left;
    width: 770px;
}

#testimonials .testimonial-page .list-testimonila .right-testimonial .text-t {
    padding: 0px 0 20px;
}

#whats-my-property-worth ul.gform_fields li.gfield input[type="text"] {
    padding: 5px;
    width: 260px !important;
}

#whats-my-property-worth select {
    padding: 5px;
    width: 272px !important;
}

#whats-my-property-worth h1.page-title {
    font-weight: bold !important;
}

#whats-my-property-worth h3 b {
    font-weight: normal !important;
    font-size: 18px !important;
}

#whats-my-property-worth ul.gform_fields li.gfield label.gfield_label {
    width: 170px !important;
    margin: 10px 0px 4px !important;
}

#whats-my-property-worth .gform_footer input[type="submit"] {
  padding: 5px 20px !important;
}


/* lightbox */
.pp_content {
    margin-bottom: 0px;
}

.pp_top, .pp_bottom,.pp_left, .pp_right,.pp_middle,.pp_content {
    background: transparent !important;
    padding: 0px !important;
}

div.pp_pic_holder {
    padding: 10px;
    background: #FFF;
    border: 10px solid #3F3F3F;
    ; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: auto !important;
}

div.ppt,.pp_bottom,.pp_top {
    display: none !important;
}

div.pp_default .pp_content_container .pp_details {
    height: 20px;
    position: relative !important;
    width: 100% !important;
 /*width: 20px !important;
float: right;*/
    width: 100% !important;
}

div.pp_default .pp_nav {
    position: absolute;
    left: 0px;
}

div.pp_default .pp_close {
    position: absolute;
    bottom: 0px !important;
    right: 0px !important;
}

#contact-us .the-form-conatct {
    margin-top: 50px;
}

#property .property_map {padding: 20px;}
#property .property_map #map_canvas {width: 560px !important; height: 315px !important;}

#whats-my-property-worth form#gform_1{width: 60%;}
#whats-my-property-worth form#gform_1 .gform_body {}
#whats-my-property-worth form#gform_1 .gform_body ul{}
#whats-my-property-worth form#gform_1 .gform_body ul li{width: 100%;
float: left;
clear: both;}
#whats-my-property-worth form#gform_1 .gform_body ul li h2.gsection_title {margin: 20px 0 10px;}
#whats-my-property-worth form#gform_1 .gform_body ul li label{width: 40% !important;
float: left;}
#whats-my-property-worth form#gform_1 .gform_body ul li .ginput_container {width: 60% !important;
float: left;}
#whats-my-property-worth form#gform_1 .gform_body ul li input[type="text"] , #whats-my-property-worth form#gform_1 .gform_body ul li textarea{width: 100% !important;
box-sizing: border-box;}
#content .gform_fields #recaptcha_area {width: auto !important; }   
#content .gform_fields #recaptcha_table {width: 200px !important; height: auto !important;}
.recaptchatable .recaptcha_image_cell img {width: 250px!important;height: auto!important;}
.recaptchatable #recaptcha_image {width: 200px !important;height: auto !important ;float: left !important;}
table#recaptcha_table .recaptcha_r1_c1,
.recaptcha_r2_c1,
.recaptchatable .recaptcha_r3_c2,
.recaptcha_r3_c1,
.recaptcha_r2_c2,
.recaptchatable .recaptcha_r4_c1,
.recaptchatable .recaptcha_r8_c1,
.recaptchatable .recaptcha_r4_c2, 
.recaptchatable .recaptcha_r4_c4,
.recaptchatable .recaptcha_r7_c1,
.recaptcha_r3_c3 {background: none !important;width: 0px !important;}
#recaptcha_area #recaptcha_table {
    width: 200px !important;
    height: auto !important;
}
#whats-my-property-worth form#gform_1 .gform_footer {margin: 16px 0px 0px 235px !important; padding: 0px}
#whats-my-property-worth form#gform_1 .gform_body ul li#field_1_18 .ginput_container ul {width: 200px;   }
#whats-my-property-worth form#gform_1 .gform_body ul li#field_1_18 .ginput_container ul li { float: left;
clear: unset; clear: none;
width: auto;
margin: 0px 20px 0px 0px;}
#whats-my-property-worth form#gform_1 .gform_body ul li#field_1_19 .ginput_container ul {width: 100%; clear: both;}
#whats-my-property-worth form#gform_1 .gform_body ul li#field_1_19 .ginput_container ul li{float: left; clear: none;
clear: unset;
width: auto;
margin: 0px 20px 0px 0px;}

#search_results .listings-overview .utilities.right {width: 250px;}
.listings-overview select.sorter {position: relative;top: -2px; }

#team #agent .agent-info .block img{width: 100%; height: auto;}
#team #agent .testimonials_top {padding: 10px 0 30px;}
#team #agent .testimonials_top, #team #agent .testimonials_top p{width: auto !important; clear: both;
position: relative !important; height: auto !important;}

#contact-us form.contact_form.form_email_subscription{float: left; width: 50%}
#whats-my-property-worth ul.gform_fields li.gfield.gfield_error {padding: 0px;
background: transparent;}
#whats-my-property-worth ul.gform_fields li.gfield.gfield_error .gfield_description {padding: 5px 0px 0px 235px;}
#contact-us .addr {float: right;}
#contact-us .addr strong {}

#meet-the-team #agents .agent.left {
    box-sizing: border-box;
    padding: 0px;
    width: 31.33% !important;
    margin: 0px 1% 1% 0px !important;
}

/**safari media query**/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
body#properties-for-sale #wrapper  {padding-bottom: 40px}
body#meet-the-team  {padding-bottom: 300px}
#whats-my-property-worth form#gform_1 .gform_body ul li#field_1_18 ul li label, 
#whats-my-property-worth form#gform_1 .gform_body ul li#field_1_19 ul li label {position: relative;top: 6px}
}

/* ie>9 */
@media screen and (min-width:0\0) {
.thumbnails-view .listing .info ul.rooms li span.room_count {
    padding: 2px 0px 0px 0px; }
}


@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
    .quick-search ul.list-forms li input[type="submit"] {
padding: 4px 9px;
margin-top: 0px;
height: 25px;
}
    ul.rooms li span.room_count {padding: 2px 0 !important;}
.search-bar li#surrounding-sububr input[type="checkbox"] {position: relative;top: -2px !important;}
}
.search-bar li#surrounding-sububr input[type="checkbox"] {position: relative;top: -1px;}
#map_canvas .gm-style div div div div.infoaddress {max-width: 180px;}
#map_canvas .gm-style ul.rooms  {background: none; position: relative;}
#map_canvas .gm-style .gm-style-iw {width: 200px !important;}
#map_canvas .gm-style ul.rooms li span.room_type {background-image: url("../img/rooms_black.png");}
#map_canvas .gm-style ul.rooms  li span.room_count  {color: #434343;}
#map_canvas .gm-style ul.rooms  li{margin: 0px 10px 0px 0px;}
#map_canvas .gm-style .info_img img{ margin: 5px 0;}
#map_canvas .gm-style .info_img a{}


@media screen and (min-width: 768px) and (max-width: 1023px) {
#whats-my-property-worth ul.gform_fields li.gfield.gfield_error .gfield_description {
    padding: 5px 0px 0px 40%;
}
    #whats-my-property-worth form#gform_1 .gform_footer {
    margin: 16px 0px 0px 40% !important; }
#whats-my-property-worth form#gform_1 {
    width: 100%;
}
}

@media screen and (min-width: 767px) and (max-width: 769px) {
    .training-panel ul.panel {
        width: 690px !important;
    }

    #property .pp_content {
        width: auto !important;
    }

    body#property {
        max-width: 780px;
        overflow-x: hidden;
    }

    a.pp_close {
        height: 30px !important;
        width: 30px !important;
        margin-top: -20px !important;
        margin-right: -20px !important;
    }

    div.pp_default .pp_content_container .pp_details {
        height: 30px !important;
        margin-top: 20px !important;
        width: 105% !important;
    }
}

@media screen and (min-width: 1023px) and (max-width: 1025px) {
    #property .media .main-image {
        width: 830px !important;
    }

    #property .realty_widget_media .media .main-image img {
        width: 100% !important;
        height: auto !important;
    }

    #property .realty_widget_media {
        width: auto !important;
    }

#property .realty_widget_property_description {
    width: 100% !important;
    clear: both !important;
    padding: 10px;
    box-sizing: border-box;
}


    #property .property-description .description {
        height: auto !important;
    }

    div.pp_default .pp_content_container .pp_details {
        height: 30px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    div.pp_default .pp_nav {
        margin-top: -5px !important;
    }
}
/* end lightbox */

#career #careers ul.properties {
}

#career #careers ul.properties li.property {
    float: inherit;
    background: #EFEFEF;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 3px 1px #CCC;
}

#career #careers ul.properties  p.job-title {
    font-size: 16px;
    margin-bottom: 10px;
}

body#blog.single {
}

body#blog.single .content.career-page .back {
    float: right;
}

body#blog.single .content.career-page .back a, body#blog.single .content.career-page a.apply_btn {
    padding: 5px 10px;
    background: #03c85f;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
}

body#blog.single .content.career-page .back a:hover, body#blog.single .content.career-page a.apply_btn:hover {
    background: #000000;
}

body#blog.single .content.career-page .back a:hover, body#blog.single .content.career-page .potential_agents {
    margin-bottom: 0px !important;
}

body#blog.single .content.career-page .entry {
    margin: 20px 0;
}

.table-contact {
    clear: both;
    margin: 0px 0 30px;
}

.table-contact ul {
    margin: 0px !important;
}

.table-contact ul li {
    list-style: none;
    clear: both;
    margin-bottom: 10px;
}

.table-contact ul li .info {
    width: 300px;
    float: left;
}

.table-contact label {
    width: 170px !important;
    float: left;
    font-weight: 600;
}

#contact-us .table-contact label {
    width: 150px !important;
}

#current-positions-available #careers ul.properties {
}

#current-positions-available #careers ul.properties li {
    clear: both;
    margin-bottom: 5px;
    width: 100%;
    background: #F5F5F5;
}

#current-positions-available #careers ul.properties li .wrap {
    padding: 10px;
}

#current-positions-available #careers ul.properties li p.job-title {
    font-weight: 600;
    padding-bottom: 5px;
}

#current-positions-available #careers ul.properties li p.location {
}

#current-positions-available #careers ul.properties li p.no {
}

.content.career-page .entry p.btn a {
    padding: 5px 10px;
    background: #03c85f;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #FFF;
}

.content.career-page .entry p.btn a:hover {
    background: #000000;
}

.table-image {
}

.table-image .left-table-image {
    width: 500px !important;
    float: right !important;
}

.table-image .right-table-form {
    float: left !important;
    width: 480px !important;
}

.whyus {
    overflow: hidden;
    margin-bottom: 10px;
    width: 350px;
    float: right;
    margin: 0 0 20px 20px;
}

.whyus img {
    width: 100%;
    height: auto;
}

.tenantinfowrap {
}

.tenantinfowrap img {
    width: 100%;
    height: auto;
}

.out-training-img {
    text-align: center;
    margin: 20px 0px;
    float: right;
    width: 100% !important;
}

.training-panel p.title_panel {
    font-size: 13pt;
    text-align: center;
    font-weight: 600;
    margin: 40px 0 20px;
}

.out-training-img img {
    width: 100%;
    height: auto;
}

.training-panel ul.panel {
    margin: 20px auto;
    width: 750px;
}

.training-panel ul.panel li {
    width: 230px;
    height: 308px;
    list-style: none;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.training-panel ul.addcontent {
    padding: 20px 0px;
}

.training-panel ul.addcontent li {
    width: 33.3%;
    float: left;
    padding: 0px 30px 5px 0px;
    box-sizing: border-box;
}

.training-panel ul.panel li a {
    height: 100%;
    width: 100%;
}

.training-panel ul.panel li .img-trainer {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.training-panel ul.panel li .img-trainer img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.training-panel ul.panel li .img-trainer .info-trainer {
    background-color: #03c85f;
    text-align: center;
    width: 100%;
    height: 50px;
    padding: 15px 0px;
    color: #ffffff;
    position: absolute;
    box-sizing: border-box;
    bottom: -50px;
    -webkit-transition: all 0.55s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.training-panel ul.panel li .img-trainer:hover .info-trainer {
    bottom: 0px;
}

#home .search input.suburb-hp {
}

.search-bar ul.list-forms li#surrounding-sububr {
    width: auto !important;
    z-index: 8 !important;
    margin-top: 7px;
}

#why-us h1.page-title {
    display: none;
}

.whyus-line {
    border-bottom: 1px solid #287509;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.for-label-tenant label {
    width: 300px;
    float: left;
}
#contact-us #return { }
#return {margin-bottom: 30px;color: #A51D1D;}
#return p{margin: 0px}
#contact-us h1.page-title {
margin-bottom: 20px;
}
#contact-us ol, #request-a-call-back ol , #request-a-call-back ol{margin: 0px}
.img-box-vc {
    overflow: hidden;
    margin: 20px 0;
}

.img-box-vc img {
    width: 100%;
    height: auto;
}

.peoplephone {
    width: 50%;
    height: auto;
}

.property-worth-box {
}

.property-worth-box .pwb-left {
    width: 500px;
    float: left;
}

.property-worth-box .pwb-right {
    width: 380px;
    float: left;
}

.property-worth-box .pwb-right img {
    width: 400px;
    height: auto;
    margin: 20px;
}

#need-an-appraisal h1.page-title {
    display: none;
}

#need-an-appraisal h1.page-title.block {
    display: block;
}

.potential_agents {
    margin-bottom: 60px;
    border-top: 1px solid #D2D2D2;
    padding: 20px 0;
}

.potential_agents p {
    padding: 5px 0px;
}

.potential_agents ul {
    padding: 5px 0px 5px 15px;
    list-style: disc !important;
}
#meet-the-team #agents {}
#meet-the-team #agents .agent {
  width: 49% !important;
    float: left;
    margin: 0px
}
#meet-the-team #agents .agent.odd {
    margin-left: 2%
}

#contact-us .contact-us-page {
    overflow: hidden;
}
#team #agent .agent-info .block ul li.facebook , #team #agent .agent-info .block ul li.twitter ,#team #agent .agent-info .block ul li.linkedin{float: left; font-size: 30px;
margin-right: 5px;}
#team #agent .agent-info .block ul li .fa {}
#team #agent .agent-info  #video_url_team {clear: both;}

#accolades .testi{box-sizing: border-box;
padding: 10px;
border-bottom: 1px solid #D8D8D8;
height: auto;}
#accolades .testi .testi-image{text-align: center; float: left; width: 20%}
#accolades .testi .testi-image img {max-width: 100%;  width: 60%}
#accolades .testi .testi-content{float: left; width: 80%}
#accolades .testi .testi-content .headline {font-weight: bold;}
#accolades .testi .testi-content .address {font-weight: bold;}
#accolades .testi .testi-content .message {}
#accolades .testi .testi-content .sender {font-weight: bold;
text-align: right;
font-style: italic;}

.pagination_toolbar {margin: 10px 0;}
.pagination_toolbar a{color: #434343;
font-weight: bold;}
.pagination_toolbar a.active_page {color: #03c85f; padding: 5px 2px;}




/**safari media query**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#accolades #wrapper {padding-bottom: 50px;}
}


@media screen and (min-width: 1023px) and (max-width: 1025px){ 
#meet-the-team #agents .info {height: auto !important;}
.home-container { position: relative; }
.home-container .home-detail-contact {
    top: auto !important;
    right: 20px;
    position: absolute;
    bottom: -5px;
}
.main-nav ul ul {position: absolute; display: none;
background: none repeat scroll 0% 0% #2a263d;
border-radius: 0px 0px 5px 5px;
margin-top: 5px;
position: absolute;
box-shadow: 0px 9px 5px 0px rgba(50, 50, 50, 0.58);
padding: 7px;} }

@media screen and (max-width:1025px) {
    .training-panel ul.panel li .img-trainer .info-trainer {
        bottom: 0px !important;
    }
}
@media screen and (max-width: 767px) {
    #tabbed_homepage {
        width: 90%;
    }
}
@media screen and (min-width: 1025px) {
    #properties-for-sale .search-bar #side_realty_widget_quick_search_2 form.quick-search .sbHolder a.sbSelector { max-width: 90px ; border: 0px solid #E3EBF2; overflow: hidden;}
    #properties-for-sale .sbHolder .sbOptions li a {white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word;}

    .txt-training-pg {
        width: 55% !important;
        float: left;
        box-sizing: border-box !important;
        padding: 0 20px 0 0;
        text-align: justify;
    }

    .out-training-img {
        width: 45% !important;
        float: left !important;
        box-sizing: border-box !important;
        margin: 0px !important;
    }

    .img-box-vc {
        height: 350px !important;
        margin: 0px 0px !important;
    }

    .img-box-vc img {
        margin-top: -150px !important;
    }

    #need-an-appraisal .table-image .left-table-image {
        width: 500px !important;
        float: right !important;
    }

    #need-an-appraisal .table-image .right-table-form {
        float: left !important;
        width: 480px !important;
    }

    #meet-the-team #agents .agent.left:hover p.info {
        height: 50px !important;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
    }

    #meet-the-team #agents .agent.left {
        -webkit-transition: all 0.55s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
    }
}

@media screen and (min-width: 1023px) and (max-width: 1025px) {
    #thumbnail_format.listings-tabs-content.thumbnails-view.ui-tabs-panel.ui-widget-content.ui-corner-bottom .row .listing {
        min-height: 321px !important;
    }

    .txt-training-pg {
        width: 55% !important;
        float: left;
        box-sizing: border-box !important;
        padding: 0px 10px 0 0;
    }

    .out-training-img {
        width: 45% !important;
        float: left !important;
        box-sizing: border-box !important;
        margin: 0px !important;
    }

    .training-panel ul.addcontent {
        padding: 20px 0px 20px 20px !important;
    }

    .table-image .left-table-image {
        width: 300px !important;
        margin-right: 20px !important;
        float: left !important;
    }

    .peoplephone {
        width: 100% !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    #team-members div.pp_default .pp_content_container .pp_details {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    #team-members div.pp_default .pp_content_container .pp_details {
        width: 100% !important;
    }

    #team-members a.pp_close {
        top: 0px !important;
        right: 0px !important;
        margin-right: 0px !important;
        margin-top: 0px !important;
    }

    #property.floorplanjq div.pp_pic_holder {
        width: 420px !important;
        height: auto !important;
        top: 5% !important;
        left: 28% !important;
        position: fixed !important;
    }

    #property.floorplanjq div.ppt {
        display: none !important;
    }

    #property.floorplanjq div.pp_default .pp_content_container .pp_left {
        padding-left: 0px !important;
    }

    #property.floorplanjq div.pp_default .pp_content {
        padding: 10px !important;
        box-sizing: border-box;
        width: auto !important;
        height: auto !important;
        position: relative !important;
    }

    #property.floorplanjq div.pp_default .pp_content_container .pp_right {
        padding-right: 0px !important;
    }

    #property.floorplanjq div.pp_default .pp_top , #property div.pp_default .pp_bottom {
        display: none;
    }

    #property.floorplanjq div.pp_default .pp_content_container .pp_details {
        position: absolute !important;
        width: auto !important;
        margin-top: 0px !important;
        z-index: 999 !important;
        height: 30px !important;
        position: absolute;
        bottom: 0px !important;
        right: 0px !important;
    }

    #property.floorplanjq div.pp_default .pp_content_container .pp_details a.pp_close {
        z-index: 999 !important;
    }

    #property.floorplanjq img#fullResImage {
        width: 100% !important;
        height: auto !important;
    }

    #property.floorplanjq .pp_hoverContainer {
        width: 100% !important;
        height: 100% !important;
        z-index: 100 !important;
    }

    #property.floorplanjq .pp_gallery {
        margin-top: 0px !important;
        margin-top: -50px !important;
    }

    #property.floorplanjq div.pp_default .pp_nav {
        margin-right: 50px !important;
        bottom: 5px !important;
    }

    #property.floorplanjq .pp_fade {
        position: relative;
    }
}

@media screen and (min-width: 767px) and (max-width: 769px) {
    .page-child div.pp_default .pp_content_container .pp_details {
        height: 30px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        width: 100% !important;
    }

    body.page-child {
        overflow-x: hidden;
    }

    .page-child div.pp_default .pp_content_container .pp_details a.pp_close {
        margin-top: 0px !important;
        margin-right: 0px !important;
    }

    #thumbnail_format.listings-tabs-content.thumbnails-view.ui-tabs-panel.ui-widget-content.ui-corner-bottom .row .listing {
        min-height: 321px;
    }

    #property.floorplanjq div.pp_pic_holder {
        left: 20% !important;
    }

    .office-map.right {
        float: left !important;
    }

    .txt-training-pg {
        width: 55% !important;
        float: left;
        padding: 0px 10px 0 0;
        box-sizing: border-box !important;
    }

    .out-training-img {
        width: 45% !important;
        float: left !important;
        box-sizing: border-box !important;
        margin: 0px !important;
    }

    .training-panel ul.addcontent li {
        width: 50% !important;
    }

    .training-panel ul.panel li {
        overflow: hidden;
    }

    .training-panel ul.panel li img {
        width: 100%;
        height: auto;
    }

    .training-panel ul.addcontent {
        padding: 20px 0px 20px 20px !important;
    }

    .property-worth-box .pwb-right {
        float: left !important;
        width: 220px !important;
    }

    .property-worth-box .pwb-right img {
        width: 220px !important;
        float: left !important;
        margin: 60px 0px !important;
    }

    .table-image .left-table-image {
        float: right !important; 
    width: 220px !important;
        margin-right: 20px;
        box-sizing: border-box;
    }

    .peoplephone {
        width: 100% !important;
    }

    .table-image .right-table-form {
        float: left;
        width: 460px !important;
    }

    .out-training-img {
        margin: 0 auto !important;
    }

    #testimonials .testimonial-page .list-testimonila .right-testimonial {
        width: 500px !important;
    }

    #meet-the-team #agents .agent.left .image a img {
width: 100% !important;
height: auto !important;
    }

    .search-bar ul.list-forms li#surrounding-sububr {
        position: absolute !important;
        bottom: 60px;
        left: 270px;
    }
}

@media screen and (max-width:321px) {
 
    #meet-the-team #agents .agent.left .image a img {
        height: auto;
        width: 100%;
    }

    .search-bar ul.list-forms li#surrounding-sububr {
        margin: 10px !important;
    }
}

@media screen and (min-width:767px) {
 
    .tenantinfowrap {
        overflow: hidden;
        height: 280px !important;
    }

    .tenantinfowrap img {
        margin-top: -100px;
    }
}

@media screen and (min-width:1025px) {
 
    #property.floorplanjq div.pp_pic_holder {
        width: 500px  ;
        height: auto  ;
        position: fixed !important;
        top: 20px ;
        left: 35% !important;
    }

    #property.floorplanjq div.ppt {
        display: none !important;
    }

    #property.floorplanjq div.pp_default .pp_content_container .pp_left {
        padding-left: 0px !important;
    }

    #property.floorplanjq div.pp_default .pp_content {
        padding: 10px !important;
        box-sizing: border-box;
        width: auto !important;
        height: auto !important;
        position: relative !important;
    }

    #property.floorplanjq div.pp_default .pp_content_container .pp_right {
        padding-right: 0px !important;
    }

    #property.floorplanjq div.pp_default .pp_top , #property div.pp_default .pp_bottom {
        display: none;
    }

    #property.floorplanjq div.pp_default .pp_content_container .pp_details {
        position: absolute !important;
        width: auto !important;
        margin-top: 0px !important;
        z-index: 999 !important;
        height: 30px !important;
        position: absolute;
        bottom: 0px !important;
        right: 0px !important;
    }

    #property.floorplanjq div.pp_default .pp_content_container .pp_details a.pp_close {
        z-index: 999 !important;
    }

    #property.floorplanjq img#fullResImage {
        width: 100% !important;
        height: auto !important;
    }

    #property.floorplanjq .pp_hoverContainer {
        width: 100% !important;
        height: 100% !important;
        z-index: 100 !important;
    }

    #property.floorplanjq .pp_gallery {
        margin-top: 0px !important;
        margin-top: -50px !important;
    }

    #property.floorplanjq div.pp_default .pp_nav {
        margin-right: 50px !important;
        bottom: 5px !important;
    }

    #property.floorplanjq .pp_fade {
        position: relative;
    }

    #property.floorplanjq #sidebar .link-back {
        display: none;
    }

    #property.floorplanjq #property_tools .share {
        padding: 20px 0px 0px !important;
    }

    #property.floorplanjq #content .s-lrpad {
        padding: 0px !important;
    }

    #property.floorplanjq #sidebar h3.section-title {
        padding: 0px !important;
        font-size: 1.1em;
        font-weight: 700;
        color: #0D4597;
    }

    #property.floorplanjq #sidebar td {
        padding: 0px !important;
    }

    #property.floorplanjq #sidebar {
        padding: 0px 10px 20px !important;
    }

    #contact-us .contact-us-page .table-contact {
        float: left;
        width: 50%;
        box-sizing: border-box;
    }
}

@media screen and (max-width:400px) {
#properties-for-sale div.pp_pic_holder {position: fixed; top: 20% !important}
}

@media screen and (max-width:768px) { 
    #meet-the-team #agents .info {height: 40px !important}
}

@media screen and (max-width:767px) {
body .footer .footer-content .property-wort {margin-right: 5px !important}

    #meet-the-team #agents .agent.left { width: 100% !important;
margin: 0px 0px 10px 0px !important;}
    #whats-my-property-worth ul.gform_fields li.gfield.gfield_error .gfield_description {
    padding: 5px 0px 0px 0px;
}
#search_results.listings.ui-tabs.ui-widget.ui-widget-content.ui-corner-all .utilities.right {width: 100%}
#thumbnail_format.listings-tabs-content.thumbnails-view.ui-tabs-panel.ui-widget-content.ui-corner-bottom .row .listing {
    padding-bottom: 10px;
    margin: 0px 0px 10px 0px  !important;
    width: 100% !important;
}

#property .pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_hoverContainer {display: block !important;}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_hoverContainer {display: none !important;}

    #whats-my-property-worth form#gform_1 {
    width: 100%;
}
#whats-my-property-worth form#gform_1 .gform_body ul li .ginput_container {
    width: 100% !important; }
    #whats-my-property-worth form#gform_1 .gform_body ul li label {
    width: 100% !important; }
   #property .action-buttons p.button { 
    margin: 5px;
    min-height: 20px;
}
#whats-my-property-worth form#gform_1 .gform_body ul li label {
    width: auto !important;
    margin-bottom: 10px;
}
#wrapper form #recaptcha_area, #wrapper form #recaptcha_table { width: auto !important; }
#whats-my-property-worth form#gform_1 .gform_footer {
    margin: 20px 0px 0px 0px !important; }
    #property .pp_gallery ul {
    display: none;
    }
    .realty_widget_action_buttons {height: auto !important;}
    #property * {
        box-sizing: border-box;
    }

    #property div.pp_pic_holder {
        width: 100% !important;
        height: auto !important;
        padding: 0px;
        left: 0px !important;
        border: 0px solid #3F3F3F !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }

    #property div.ppt {
        display: none !important;
    }

    #property div.pp_default .pp_content_container .pp_left {
        padding-left: 0px !important;
    }

    #property div.pp_default .pp_content {
        padding: 0px !important;
        box-sizing: border-box;
        width: auto !important;
        height: auto !important;
        position: relative !important;
    }

    #property div.pp_default .pp_content_container .pp_right {
        padding-right: 0px !important;
    }

    #property div.pp_default .pp_top , #property div.pp_default .pp_bottom {
        display: none;
    }

    #property div.pp_default .pp_content_container .pp_details {
        width: 100% !important;
        margin-top: 0px !important;
        z-index: 999 !important;
        height: 30px !important;
        position: absolute !important;
        bottom: 0px !important;
        right: 0px !important;
    }

    #property div.pp_default .pp_content_container .pp_details a.pp_close {
        z-index: 999 !important;
    }

    #property img#fullResImage {
        width: 100% !important;
        height: auto !important;
    }

    #property .pp_hoverContainer {
        width: 100% !important;
        height: 100% !important;
        z-index: 100 !important;
    }

    #property .pp_gallery {

        margin-top: 0px !important;
    }

    #property div.pp_default .pp_nav {
        margin-right: 50px !important;
        bottom: 5px !important;
    }

    #property .pp_fade {
        position: relative;
    }

    #company-profile iframe {
        width: 100% !important;
        height: 270px !important;
    }

    #testimonials #container .content .testimonial-page {
    }

    #testimonials .testimonial-page .list-testimonila .one .video-testimonial iframe {
        width: 100% !important;
        height: 250px !important;
    }

    #testimonials .testimonial-page .list-testimonila .left-testimonial {
        max-height: 280px !important;
    }

    #testimonials .testimonial-page .list-testimonila {
        box-sizing: border-box;
        width: 100% !important;
        padding: 0px !important;
    }

    #testimonials .testimonial-page .list-testimonila .left-testimonial {
        margin-right: 0px !important;
        width: 100%;
        box-sizing: border-box;
    }

    #testimonials .testimonial-page .list-testimonila .right-testimonial {
        width: 100% !important;
        box-sizing: border-box;
    }

    .training-panel ul.panel li {
        height: auto !important;
    }

    .training-panel ul.panel {
        width: auto !important;
    }

    .office-map.right {
        float: left !important;
    }

    #meet-the-team #agents .agent.alt, #meet-the-team #agents .agent {
        margin: 0px 0px 10px !important;
        width: 100% !important;
        height: auto !important;
    }

    #meet-the-team #agents {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .table-image .left-table-image {
        float: left !important;
        width: 100% !important;
    }

    .peoplephone {
        width: 100% !important;
    }

    .table-image .right-table-form {
        float: left !important;
        width: 100% !important;
    }

    #register-as-a-buyer ul.gform_fields li.gfield .ginput_container {
        width: 100% !important;
    }

    #register-as-a-buyer ul.gform_fields li.gfield input[type="text"] {
        width: 100% !important;
    }

    #need-an-appraisal ul.gform_fields li.gfield input[type="text"] {
        width: 100% !important;
    }

    .training-panel ul.addcontent li {
        width: 100% !important;
    }

    .training-panel ul.panel li {
        overflow: hidden;
        width: 100% !important;
        padding: 0px !important;
        margin: 10px 0px !important;
    }

    .training-panel ul.panel li img {
        width: 100%;
        height: auto;
    }

    .property-worth-box .pwb-left {
        width: auto !important;
    }

    .property-worth-box .pwb-right {
        width: auto !important;
    }

    .property-worth-box .pwb-right img {
        width: 250px !important;
    }

    #whats-my-property-worth .gform_wrapper .gform_body ul li.gfield .ginput_container {
        clear: both;
    }

    #need-an-appraisal .table-image .right-table-form {
        width: auto !important;
    }

    #need-an-appraisal .table-image .left-table-image {
        width: 100% !important;
        height: auto !important;
    }

    #need-an-appraisal .gform_wrapper .gform_body ul li.gfield .ginput_container {
        clear: both;
        width: 100%;
    }

    .out-training-img {
        float: left !important;
        width: 100% !important;
        padding: 0px !important;
        margin-bottom: 20px;
    }

    #agents .info a {
        font-size: 12px !important;
    }

    .for-label-tenant label {
        width: 100% !important;
    }

    .whyus {
        overflow: hidden;
        width: 100% !important;
        float: left !important;
        margin: 0px 0px 10px !important;
    }
}

@media screen and (min-width:1000px) {
 
    .main-nav {
        overflow: visible !important;
    }

    .main-nav.shrink ul#menu-home-menu li a {
        background: transparent !important;
    }

    .main-nav ul ul {
        position: absolute !important;
    }

    .home-detail-contact {
      /*  position: absolute !important; */
        top: 10px !important;
        right: 10px !important;
    }

    .toggle-menu.menu-icon {
        display: none !important;
    }
}

@media screen and (max-width:1023px) {
    .page-child div.pp_pic_holder {
        width: 100% !important;
        left: 0px !important;
        box-sizing: border-box;
    }

    .page-child img#fullResImage {
        width: 100% !important;
        height: auto !important;
    }

    .page-child div.pp_default .pp_content {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (max-width:1025px) {
 
    #team-members #agent .agent-overview .description .image.block {
        float: left;
        padding: 0 10px 10px 0;
    }
}
@media screen and (max-width: 420px) {
    #tabbed_homepage .search-text {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    #tabbed_homepage .search-text img {
        width: 50px;
    }
    #tabbed_homepage #search_box {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}