@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

body {
    font-family: 'Lato', sans-serif;
    padding-top:100px;
}
body.login-popup{
    padding: 30px !important;
}

/* abc */
.story-shell
{
    color:#767585 !important
}
/*end*/
iframe body {
    padding:0 !important;
}
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul, li {
    list-style: none;
}
.community_div,
.community_div .community-iframe{
    max-width: 100% !important;
}

header {
    background: #27253d;
}

header .header {
    background: #27253d;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1040;
    height: 100px;
    padding: 0px 0px;
    -webkit-transition: height .30s ease-in-out;
    -moz-transition: height .30s ease-in-out;
    transition: height .30s ease-in-out;
}

header .header .logo {
    float: left;
    padding: 10px 0px;
}

header .header .logo a {
    display: block;
}



header .header .right-nav {
    padding-top: 60px;
    text-align: center;
    float: right;
    -webkit-transition: padding .30s ease-in-out;
    transition: padding .30s ease-in-out;
}

header .header .right-nav .top-nav {
    float: right;
    right: 0px;
    padding-bottom: 20px;
    padding-top: 10px;
}

header .header .right-nav .top-nav ul {
    margin: 0px;
    padding: 0px;
    margin-right: 0px;
    text-align: left;
}

header .header .right-nav .top-nav ul li a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    padding: 2px 0px;
    position: relative;
    display: block;
}

header .header .right-nav .top-nav ul li {
    display: inline-block;
    padding: 4px 20px;
}

header .header .right-nav .main-nav {
    text-align: center;
    clear: both;
}

.quick-search.shrink_search {
    padding-top: 90px;
}

.margin-right-search {
    margin-right: 8px !important;
}

#numberRecords {
    color: #ab0e0e;
    font-weight: bold;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .list-gallery-view .full {
        min-height: 365px;
    }
    .map-gallary {
        padding: 5px 0;
    }


}

.property-tab-view .center-img {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

header .header .right-nav .main-nav ul {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

header .header .right-nav .main-nav ul li {
    float: left;
    padding: 0px 20px;
}

header .header .right-nav .main-nav ul li a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 7px;
    position: relative;
    display: block;
    text-transform: uppercase;
}



.wfp-heading {
    background: #fff;
}
.wfp-heading .main-heading{
    padding: 0;
}
.wfp-heading .main-heading h2 {
    color: #323232;
    font-size: 34px;
    margin: 0;
    padding: 25px 0;
    text-transform: uppercase;
}
.wfp-heading .main-heading h2 span{
    text-transform: capitalize;
}
.main-heading.selling-home
{
    text-align: center !important;

}
.main-heading.selling-home h2 span
{
    font-weight: 500 !important;
    font-size: 44px !important;
}
.main-heading.buyinghome
{
    text-align: center !important;
}
.main-heading.buyinghome h2 span
{
    font-weight: 500 !important;
    font-size: 44px !important;
}
.main-heading.aboutwfp
{
    text-align: center !important;
}
.main-heading.aboutwfp h2 span
{
    font-weight: 500 !important;
    font-size: 44px !important;
}
.main-heading.contactus
{
    text-align: center !important;
}
.main-heading.contactus h2 span
{
    font-weight: 500 !important;
    font-size: 44px !important;
}

.wfp-heading .main-heading h2 span {
    font-weight: 300;
    font-size: 34px;
    color: grey;
    display: inline-block;

}

.wfp-heading .main-heading ul {
    margin: 0px;
    padding: 0px;
    display: none;
    text-align: center;
    margin: 10px 0 20px;
}

.listing_agent_sold {
    width: 24% !important;
}

.fav_icon .heart_icon {
    float: right;
}

.fav_icon .heart_icon a {
    color: #f00;
    font-size: 23px;
    padding-right: 25px;
}

.fav_icon .heart_icon a img {
    width: 20px;
}

.fav_icon .heart_icon a img:hover {
    opacity: 0.7;
}

.wfp-heading .main-heading ul li {
    display: inline-block;
}

.wfp-heading .main-heading ul li a {
    font-size: 20px;
    letter-spacing: 1px;
    color: #323232;
    font-weight: 400;
    position:relative;
    overflow:hidden;
}
.wfp-heading .main-heading ul li a i{
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #2e3c84;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.wfp-heading .main-heading ul li a:hover i{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.wfp-heading .main-heading ul li a.active {
    color: #2e3c84;
    font-weight: 400;
}

.quick-search {
    background: #eee;
    padding: 20px 0;
}
.quick-search .container > .container {
    padding: 0;
    max-width: 1170px;
    width: 100%;
}
.quick-search .sold-search-filter{
    background: #eee;
    padding: 20px 0px 10px;
}
.quick-search .left-text {
    margin: 0px -15px;
}
.quick-search .sold-search-filter .left-text {
    margin: 5px 0px;
}
.fixed-map .quick-search .left-text > select.form-control {
    height: 46px !important;
}

.printable-div {
    float: left;
    margin: 0px 20px 20px 0px;
    padding: 15px 5px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    background: #f0f0f0;
}

.link-tag {
    text-align: center;
    background: #27253d;
    width: 100%;
    padding: 6px 0px;
}

.link-tag h4 {
    color: #fff;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

.printable-div p a {
    display: inline-block;
    color: #2e3c84;
    text-decoration: none;
}

#section2 .dropdown-menu > li > a {
    font-size: 11px !important;
    font-family: sans-serif !important;
    cursor: pointer;
}

.printable-div p a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #2e3c84;
    transition: width .3s;
}

.printable-div p a:hover::after {
    width: 100%;
    transition: width .3s;
}

.printable-div p {
    margin: 0 0 5px 5px;
    padding: 0;
}

.printable-div p a {
    border: 0;
    color: #767585;
    font-size: 14px;
    line-height: 165%;
    text-decoration: none;
    padding: 0;
    font-weight: bold;
}

.quick-search .left-text h4 {
    color: #27253d;
    font-weight: 600;
    font-size: 26px;
    padding: 6px 0;
}

.my-group .form-control {
    width: 50%;
}

.gallery {
    background: #fff;
    padding: 0px 0px;
    clear: both;
}

.magic-line .slide-nav-last {
    margin: 0px auto;
    width: 33.33% !important;
    left: 0px;
    right: 0px;
}

.gallery .image-des .right {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 50%;
    text-align: right;
}

.gallery .image-des .left {
    width: 50%;
    float: left;
    text-align:left;
}

.gallery .image-des .left li span {
    color: #2e3c84;
    font-size: 18px;
    font-weight: 500;
}

.gallery .image-des .right li span {
    color: #2e3c84;
    font-size: 18px;
    font-weight: 500;
    word-break: break-all;
}
.gallery .image-content {
    width: 100%;
}

.gallery .image-content h4 {
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 500;
    font-size: 18px;
}

.gallery .image-content h4 a {
    color: black;
}

.gallery .image-content ul {
    margin: 0px;
    padding: 0px;
    margin-left: -15px;
}

.gallery .image-content ul li {
    display: inline-block;
    border-right: 1px solid black;
    padding: 0px 15px;
}

.gallery .image-content ul li span {
    font-size: 18px;
    font-weight: 500;
}

.gallery .image-content ul li:last-child {
    border-right: none;
}

.gallery .buttons {
    visibility: hidden;
    text-align: center;
}
.gallery.gallary-side-map .image-des .right li span,
.gallery.gallary-side-map .image-des .left li span,
.gallery.gallary-side-map .image-content h4,
.gallery.gallary-side-map .image-content ul li span {
    font-size: 18px;
    line-height:normal;
}

#advertising .pageshell-slider {
    margin-top: 20px;
}

.gallery .buttons ul {
    margin: 0px;
}

.gallery .buttons ul li {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
}
.gallery .buttons ul li.single {
    margin-left: 0;
}

.gallery .buttons ul li a {
    text-decoration: none;
    color: black;
    display: block;
    padding: 6px 12px;
    border: 1px solid black;
    border-radius: 5px;
    margin: 20px 0px;
}

.gallery .image-gallery .next:hover {
    right: 8px;
}

.gallery .image-gallery .previous:hover {
    left: 8px;
}

.mid-menu {
    background: #404042;
    padding: 10px 0px;
}

.mid-menu .mid-nav ul {
    margin: 0px;
    padding: 0px;
}

.mid-menu .mid-nav ul li {
    display: inline-block;
    padding: 0px 50px;
    text-align: center;
}

.mid-menu .mid-nav ul li a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 0px;
    position: relative;
    display: block;
}

.bg_images {
    background: #4e4e50;
    padding: 40px 0px;
    border-bottom: 1px solid #6f6f71;
}

.bg_images .big h4 {
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
}

.bg_images .big ul {
    margin: 0px 2px;
    padding: 0px;
}

.bg_images .big ul li {
    display: inline-block;
    padding: 0px 17px;
    text-align: center;
    margin: 0 -2px;
    width: 20%;
    vertical-align: middle;
}

.bg_images .big ul li img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    width:100%;
    padding:0 15px;
}
.bg_images .big ul li:last-of-type img{
    padding: 0;
}

footer {
    background: #4e4e50;
    padding: 20px 0px;
}

.mid-menu .social-icons ul {
    margin: 0px;
    padding: 0px;
}

.mid-menu .social-icons ul li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}
.mid-menu .social-icons ul li span{
    display: inline-block;
    font-size: 22px;
    color: #fff;
    margin-left: 0;
}
.mid-menu .social-icons ul li a{
    color: #fff;
    font-size: 22px;
    font-weight: 400;

}
.mid-menu .social-icons ul li a.homesnap {
    width: 120px;
    height: 22px;
    background: url(../images/homesnap-white-sm.png) no-repeat center top 2px;
    background-size: 80%;
    margin-left: 0;
    display: block;
}
.mid-menu .social-icons ul li a.homesnap:hover {
    background-position: center top -22px;
}

.mid-menu .social-icons ul li a:hover i {
    color: #27253d;
}

.information {
    margin: 0 0 20px;
    text-align: center;
}

.information .footer-email-link{
    color: #ffffff;
}
.information .footer-email-link:hover{
    opacity: 0.5;
}

.information ul {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.information ul li {
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
    border-right: 1px solid #fff;
    vertical-align: middle;
}

.information ul li a,.information ul li span {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
}

.information ul li:last-child {
    border-right: none;
}

#header-fixed {
    position: fixed;
    top: 0px;
    display: none;
    background-color: white;
}
a[href^="tel"],
a[href^="mailto"]{
    text-decoration:none;
}
footer .social-icons ul li.first, footer .information ul li.first {
    padding-left: 0px;
}
.flex-align-center{
    display: flex;
    align-items: center;
}
.footerLogo{
    display: block;
    max-width: 120px;
    margin-bottom: 20px;
}
.footerLogo img{
    display: block;
    margin:0 auto;
    max-width: 100%;
}
.f_logo .terms {
    margin: 0px;
    padding: 0;
}

.f_logo .terms li {
    display: inline-block;
    padding: 0 2px;
}
.f_logo .terms li:last-child{
    margin-left: 20px;
}

header .header .right-nav .top-nav ul li .sub-menu {
    padding: 0px;
    position: absolute;
    display: none;
    top: 36px;
    background: #27253d;
    width: 270px;
    left: 15px;
    border-top: 15px solid #27253d;
}

header .header .right-nav .top-nav ul li .last {
    padding: 0px;
    position: absolute;
    top: 36px;
    background: #525164;
    width: 270px;
    right: 0px;
    left: inherit;
    border-top: 15px solid #525164;
    z-index: 9999;
}

header .header .right-nav .top-nav ul li .sub-menu li:first-child {
    border-top: 0px solid grey;
}


header .header .right-nav .main-nav ul li:hover a {
    color: #fff;
}

header .header .right-nav .top-nav ul li .last li a:hover {
    color: #fff;
}

header .header .right-nav .main-nav ul li .sub-menu li:hover {
    background: none;
}


header .header .right-nav .main-nav ul li .sub-menu {
    padding: 0px;
    position: absolute;
    top: 39px;
    background: #525164;
    width: 400px;
    left: 0px;
    margin-left: -1px;
    display: none;
    z-index: 999;
}

header .header .right-nav .main-nav > ul > li > .last {
    padding: 0px;
    position: absolute;
    top: 39px;
    background: #525164;
    width: 270px;
    margin-right: -1px;
    right: 0px;
    left: inherit;
    display: none;
    z-index: 9;
}


header .header .right-nav .top-nav ul li .sub-menu li {
    display: block;
    border-right: none;
    width: 100%;
    border-bottom: none;
    padding: 0px;
}

header .header .right-nav .main-nav ul li .sub-menu li {
    display: block;
    border-right: none;
    width: 100%;
    border-bottom: none;
    padding: 0px 15px;
}

header .header .right-nav .main-nav ul li .sub-menu li a {
    color: #b6b6b6;
    display: inline-block;
    text-align: left;
    padding: 7px 0;
    line-height: 18px;
    position: relative;
    overflow: hidden;
}

header .header .right-nav .main-nav ul li .sub-menu li a i {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #fff;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

header .header .right-nav .main-nav ul li .sub-menu li a:hover {
    color: #fff;
}

header .header .right-nav .main-nav ul li .sub-menu li a:hover i {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.main-heading ul li span {
    padding: 0px 3px;
    display: inline-block;
    vertical-align: middle;
}
header .header .right-nav .top-nav ul li .sub-menu li a {
    color: #b6b6b6;
    display: inline-block;
    text-align: left;
    padding: 17px 16px;
    line-height: 18px;
    position: relative;
}

header .header .right-nav .top-nav ul li:hover a {
    color: #fff;
}

.f_logo .terms li span {
    color: hsla(0, 0%, 100%, 0.73);
    font-size: 12px;
}
.f_logo .terms li:last-child > span{
    position: relative;
    vertical-align: top;
}

.bottom-para p {
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
    font-size: 11px;
    letter-spacing: 0.3px;
    text-align: justify;
    margin-bottom: 0;
}

.team_block {
    border-radius: 5px;
    box-shadow: none;
    padding: 20px;
    margin-bottom: 30px;
}

.team_block .team-thumbnail {
    text-align: center;
}

.team_block .team-thumbnail img {
    width: 100%;
}

.team_block .team-des {
    text-align: center;
    padding-top: 10px;
}

.team_block .team-des h4 {
    color: #557292;
    margin: 0px;
    font-weight: 400;
    padding-bottom: 5px;
    letter-spacing: 0.3px;
}

.team_block .team-des span {
    color: #464646;
    font-size: 16px;
    margin: 0px;
    display: block;
}

.team_block .team-des > a {
    text-decoration: none;
    font-size: 16px;
    display: block;
    color: #464646;
}

.alphabets .alphabets_block {
    background: #f6f5f1;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}

.alphabets .alphabet-listing {
    text-align: center;
    padding-top: 5px;
}

.alphabets .alphabet-listing span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    letter-spacing: 0.3px;
}

.alphabets .alphabet-listing ul {
    margin: 0px;
    padding: 0px;
    margin-left: 30px;
    display: inline-block;
}

.alphabets .alphabet-listing ul li a {
    font-weight: 600;
    font-size: 16px;
    margin-left: 2px;
}

.alphabets .alphabet-listing ul li {
    display: inline-block;
}

.mybtn {
    padding: 5px 40px;
    font-size: 16px;
    font-weight: 700;
}

.form-wrapper .mybtn {
    display: block;
    width: 100%;
}

.gallery .control-panel {
    padding-bottom: 24px;
}

.gallery .control-panel ul {
    margin: 0px;
    padding: 0px;
}

.gallery .control-panel ul li {
    display: inline-block;
}

.gallery .control-panel ul li a {
    text-decoration: none;
    color: #27253d;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.pagination li {
    display: inline-block;
}

.pagination {
    margin: 0px;
    padding: 0px;
}

.control-panel .mobile-icon li {
    display: inline-block;
}


.search-section {
    margin: 2px 2px;
    padding: 0px;
}

.search-section li {
    display: inline-block;
}


.search-section li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    border: 1px solid grey;
    padding: 14px 30px;
    margin-left: -4px;
    background: #27253d;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.search-section li .form-control {
    width: 390px !important;
    height: 50px;
    float: none;
    border: 1px solid grey;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.quick-search .input-group h3 {
    font-size: 19px;
    font-weight: 600;
}
.gallery .listing-control {
    padding-bottom: 20px;
}

.gallery .listing-control ul {
    margin: 0px;
    padding: 0px;
    margin-top: 8px;
}

.gallery .listing-control ul li {
    display: inline-block;
    padding: 0px 1px;
}

.gallery .listing-control ul li a {
    color: #27253d;
    font-size: 16px;
    margin-right: 5px;
    font-weight: 600;
    display: block;
    position:relative;
    overflow:hidden;
}

.gallery .listing-control ul li i {
    font-size: 16px;
    color: grey !important;
}
.gallery .listing-control ul li a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #27253d;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transform: translateX(0);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.gallery .listing-control ul li a:hover span {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.gallery .text-center {
    margin: 0px 0px;
}

.text-center span {
    font-size: 14px;
    color: #27253d;
    display: inline-block;
    margin-left: 10px;
}

.gallery .text-center.map-row-count a {
    text-decoration: none;
    color: #27253d;
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid #27253d;
    border-radius: 5px;
    width: auto;
    background: #fff;
}
.gallery .text-center.map-row-count a.linkbtn {
    text-decoration: underline;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 5px;
    width: auto;
    background:none;
    border:none;

}
.gallery .text-center.map-row-count a.linkbtn:hover
{
    background: transparent;
    color: #27253d;
}

.gallery .text-center.map-row-count a:hover {
    color: #fff;
    background: #27253d;
}

.arrow-icon-section {
    margin-bottom: 30px;
}

.arrow-icon-section > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}
.show-total-records{
    display: flex;
    align-items: center;
    justify-content: center;
}
.show-total-records > ul{
    margin-right: 15px;
}
.show-total-records .footer-records{
    margin-bottom: 0;
}

.arrow-icon ul li {
    display: inline-block;
    padding: 0px 1px;
    vertical-align:middle;
}

.arrow-icon ul li a {
    padding:0 2px;
    display:inline-block;
    opacity:0.4;
}
.arrow-icon ul li a.disabled {
    cursor: no-drop;
}
.arrow-icon ul li a:hover {
    opacity: 1;
}

.gallery .bx-wrapper .bx-pager {
    display: none;
}

.bx-wrapper {
    position: relative;
    margin-bottom: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

.gallery-tabs .bx-wrapper {
    background: #e9e8e9 !important;
}
.bx-wrapper .bx-controls-direction a {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-top: -45px;
    background: none;
    background-image: none;
    display: block;
    overflow: hidden;
}


.bx-wrapper .bx-controls-direction a:after {
    position: absolute;
    left: 50%;
    top: 53%;
    width: 15px;
    height: 26px;
    margin: -13px 0 0 -7px;
    background-repeat: no-repeat;
    background-position: 0 0;
    content: "";
}

.bx-controls-direction a {
    z-index: 10;
}

.bx-wrapper .bx-prev {
    left: -15px;
}
.bx-wrapper .bx-next {
    right: -15px;
}
.wfp-gallery .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -20px;
}
.wfp-gallery .bx-wrapper .bx-controls-direction a.bx-next {
    right: -20px;
}

.bx-wrapper .bx-prev:after {
    background-image: url(../images/arrow-lw.png);
    background-size: contain;
}

.bx-wrapper .bx-next:after {
    background-image: url(../images/arrow-rw.png);
    background-size: contain;
}

.gallery .slide {
    position: absolute;
    top: 0%;
    text-align: center;
    width: 100%;
    background: #27253d;
}

.gallery .slide h4 {
    color: #fff;
}

.gallery .full:hover .buttons {
    visibility: visible;
}

.gallery .full:hover .previous a i {
    display: block;
}

.gallery .full:hover .next a i {
    display: block;
}

.gallery .buttons ul li a:hover {
    color: #fff;
    background: #27253d;
}

.quick-search .common {
    width: 21%;
    height: 46px;
    border: 1px solid grey;
    font-size: 14px;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.quick-search .sold-search-filter .common {
    width: 110px;
}
.quick-search .sold-search-filter .input-group input, 
.quick-search .sold-search-filter .input-group select.common {
    margin: 0px 4px 5px 0;
}
.header .countryside-dropdown{
    border-color: #fff;
    background: transparent;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
}

.header .countryside-dropdown option {
    color: #555;
}

.quick-search .input-group input {
    width: 520px;
    height: 46px;
    border: 1px solid grey;
    color: black;
    border-top-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.quick-search .sold-search-filter .input-group input {
    width: 375px;
}
.quick-search .input-group input + strong{
    float:left;
    padding: 13px 15px;
}
.state-buttons-tabs{
    float: left;
}
.state-buttons-tabs ul {
    padding: 0;
    float: left;
    width: 100%;
}
.state-buttons-tabs ul li {
    float: left;
    width: auto;
    margin: 0;
}
.lower-filter-panel{
    clear: both;
    position: relative;
}
.select2-container{
    min-width: 150px;
}
.select2-search--dropdown{
    display: none;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}
.select2-container:focus,
.select2-container span:focus{
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #fff transparent transparent transparent;
}

.listing-seller span {
    font-size: 18px;
}

.listing-seller h4 {
    font-size: 18px;
    font-weight: 500;
    color: #2e3c84;
    margin: 0px;
    padding: 0px;
    padding: 20px 0px 5px 0px;
}

.listing-buyer h4, .agent-name h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    padding: 20px 0px 5px 0px;
    line-height: 25px;
}
.quick-search .sold-search-filter .input-group {
    display: inline-block;
    width: 100%;
}
.quick-search .input-group a {
    text-transform: uppercase;
    display: block;
    color: #27253d;
    border: 1px solid grey;
    padding: 0 20px;
    line-height: 45px;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
}
.quick-search .input-group a.active,
.quick-search .input-group a:hover{
    background-color: #27253d;
    color: #fff;
}
.quick-search .tags-main {
    clear: both;
    padding: 0;
    float: none;
}

.fixed-map .tags-main {
    width: 100% !important;
}
.lower-filter-panel > div .more {
    width: auto;
    display: block;
    margin: 0;
    float: left;
}

.more h3 {
    margin: 0px;
    line-height: normal;
    display: inline-block;
}

.more h3 a {
    border:none !important;
    color: #27253d;
    font-size: 14px !important;
    font-weight: 600;
    display: block;
    text-decoration: none;
    padding: 0 15px !important;
}
.more h3 a:hover,
.more h3 a:focus,
.more h3 a:active{
    text-decoration: none;
    background-color: transparent !important;
    color: #27253d !important;
}
.gallery .image-des .right.s-b li {
    display: inline-block;
    padding-left: 20px;
}

.gallery .image-des .right.s-b li .represented {
    font-size: 14px;
    color: #3e3725;
}

.gallery input {
    margin: 0px 0px;
}

.gallery .arrow-icon ul li input {
    text-align: center;
    width: 110px;
}

.full {
    min-height: 405px;
    margin-bottom: 20px;
}

#nav-icon1 {
    width: 54px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 40px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 10px;
}

#nav-icon1 span:nth-child(3) {
    top: 20px;
}

#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#nav-icon1 {
    display: none;
}

.home-image {
    text-align: right;
}

.wfp-heading .main-heading ul li a:hover {
    color: #2e3c84;
}

.searchsorttable {
    display: none;
}

.regionswitch li.active a {
    background: url(../images/regionselectOn.png) no-repeat;
    color: #FFF;
}

.regionswitch li a {
    float: left;
    border: none;
    text-decoration: none;
    color: #4e6b88;
    font-size: 12px;
    line-height: 150%;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 5px 8px;
    display: block;
    width: 160px;
    height: 31px;
}

.cool-link-1 {
    border-bottom: 1px solid transparent;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.column-1 {
    width: 200px;
    float: left;
}

.column-2 {
    width: 200px;
    float: right;
}

header .header .right-nav .main-nav ul li .left-menu {
    right: 0px;
    left: inherit;
}

.listing-control .nav li a.active {
    cursor: pointer;
}

.listing-control .nav li a.cool-link {
    display: inline-block;
    color: #2e3c84;
    text-decoration: none;
}

.listing-control .nav li a.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #2e3c84;
    transition: width .3s;
}

.listing-control .nav li a.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}
#expand-search .row > .input-group{
    width: 100%;
}
.quick-search .input-group .common-1 {
    width: 100px !important;
    background-color: #27253d;
    border: 1px solid grey;
    color: #fff;
    display: block;
    margin-left: 15px;
}
.quick-search .sold-search-filter .input-group .common-1 {
    width: 100px !important;
    background: #27253d;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
}
.quick-search .input-group .common-1:hover,
.quick-search .input-group .common-1:focus,
.quick-search .input-group .common-1:active{
    color: #fff;
    background-color: #27253d;
    opacity: .9;
}
.hvr-underline-from-left:before {
    height: 1px;
    background: #fff;
}

header .header .right-nav .main-nav > ul > li:hover:after {
    height: 0px;
    width: 0px;
}

header .header .right-nav .main-nav > ul > li:hover {
    background: #525164;
    border: 1px solid #525164;
}

header .header .right-nav .top-nav ul li:hover {
    background: #525164;
}

.gallery .dropdown {
    float: left;
}
.gallery .dropdown select{
    border:1px solid grey;
    font-size: 16px;
}
.controls .previous a img {
    width: 18px;
}

.full ul li .controls .previous:hover {
    left: 8px;
}

.full ul li .controls .next:hover {
    right: 8px;
}

.controls .next a img {
    width: 20px;
}

.full ul {
    padding: 0px;
}

.full ul li .controls .previous {
    position: absolute;
    top: 50%;
    z-index: 10;
    left: 10px;
    margin-top: -14px;
}

.full ul li .controls .previous a i {
    font-size: 30px;
    color: #fff;
    display: none;
}

.full ul li .controls .next {
    position: absolute;
    top: 50%;
    z-index: 10;
    right: 10px;
    margin-top: -14px;
}

.full ul li .controls .next a i {
    font-size: 30px;
    color: #fff;
    display: none;
}

.full ul li {
    position: relative;
}
.gallary-side-map .full > ul li {
    height: 300px;
}
.gallary-side-map .full > ul li img.gallerylistingimage {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    display: block;
}
.play-icons {
    position: absolute;
    top: 10px;
    right: 10px;
}

.play-icons ul {
    margin: 0px;
    padding: 0px;
}

.play-icons ul li {
    display: inline-block;
    padding-left: 4px;
}

.play-icons ul li a img {
    width: 30px;
    height: 30px;
}

.heart {
    position: absolute;
    bottom: 6px;
    right: 0px;
    width: 30px;
}

.heart a img {
    width: 18px !important;
}

.gallery .image-gallery {
    position: relative;
    margin-bottom: 20px;
    margin-top: 7px;
}

.gallery .image-gallery > img {
    width: 100%;
    height: 333px;
}

.gallery .image-gallery-des {
    margin: 0px 0px;
    margin-top: 2px;
}

.gallery .image-gallery-des ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.gallery .image-gallery-des ul li h4 {
    color: #557292;
    font-size: 22px;
    font-weight: 500;
    margin: 0px;
    letter-spacing: 1px;
}

.gallery .image-gallery-des .image-gallery-heading {
    padding: 10px 0 0;
}

.gallery .image-gallery-des .image-gallery-heading h4 {
    width: 40%;
    margin: 0px;
    line-height: 24px;
}

.gallery .image-gallery-des .image-gallery-heading h4 a {
    color: #323232;
    font-size: 16px;
    font-weight: 500;
}

.gallery .image-gallery-des .image-gallery-heading ul {
    margin: 0px;
    padding: 0px;
    margin-left: -15px;
    margin-top: 5px;
}

.gallery .image-gallery-des .image-gallery-heading ul li {
    display: inline-block;
    border-right: 1px solid black;
    padding: 0px 15px;
}

.gallery .image-gallery-des .image-gallery-heading ul li:last-child {
    border-right: none;
}

.gallery .image-gallery-des .image-gallery-heading ul li span {
    font-size: 15px;
    font-weight: 500;
}

.gallery .image-gallery-des .image-gallery-heading p {
    font-size: 16px;
    font-weight: 500;
    color: #323232;
    text-align: justify;
    padding: 10px 0px;
    margin-bottom: 0;
}

.gallery .image-gallery-des .buttons ul {
    margin: 0px;
    padding: 0px;
}

.gallery .image-gallery .previous {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -14px;
}


.gallery .image-gallery .next {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -14px;
}

.gallery .image-gallery .play-icons {
    position: absolute;
    top: 10PX;
    right: 10PX;
}

.gallery .image-gallery .heart {
    position: absolute;
    bottom: 6px;
    right: 10px;
    width: 30px;
}

.gallery .image-gallery-des .buttons {
    margin-bottom: 15px;
}


.gallery .image-gallery .previous {
    display: none;
}

.gallery .image-gallery .next {
    display: none;
}

.gallery .image-gallery-des .buttons {
    visibility: hidden;
}

.heart a img:hover {
    opacity: 0.7;
}
.hover-section{
    margin-bottom: 30px;
}
.gallery .hover-section:hover .buttons {
    visibility: visible;
}

.gallery .hover-section:hover .previous {
    display: block;
}

.gallery .hover-section:hover .next {
    display: block;
}

.listing-2 {
    width: 320px !important;
}

.full-1 {
    min-height: 512px !important;
}

.fixed-map {
    position: fixed;
    width: 100%;
    top: 70px;
    z-index: 99;
}

.fixed-map .gallery .listing-control {
    padding-bottom: 0;
}

footer .social-icons ul li a {
    display: block;
    color: #fff;
}

.sold-map-main {
    margin-top: 0px !important;
}

.pad0 {
    padding: 0;
}

.map-gallary {
    padding: 7px 15px 5px;
    background-color: #d2d2d2;
    margin: 0px;
}
.map-gallary .row > div{
    padding: 0 5px;
}
.map-gallary .listing-control {
    padding-bottom: 0px !important;
}

.list-gallery-view hr {
    margin-top: 0;
}
.list-gallery-view > h2{
    margin-top: 30px;
}
.list-gallery-view {
    margin-top: 20px;
}
.list-gallery-view .image-gallery > a{
    display: block;
    height: 310px;
}
.list-gallery-view .image-gallery > a img.gallerylistingimage{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tags {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.tags li {
    display: inline-block;
    margin-bottom: 0;
    background: #547291;
    padding: 5px 10px;
    border-radius: 15px;
    color: #fff;
    margin-right: 10px;
}
.tags li span {
    background: #89a3b9;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
}


@media (min-width:993px) and (max-width:1079px) {
    header .header .right-nav .main-nav ul li {
        padding: 0px 10px;
    }
}

@media all and (max-width:1199px) {
    .container {
        width: auto;
        padding: 0px 15px;
    }
}
@media only screen and (max-width: 767px) {
    .listingsList{
        display: none !important;
    }
    .tblisting{
        padding: 10px 6px !important;
    }
    
}

       
   


@media all and (min-width:768px) {
    .shrink_menu {
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 99;
        background: #fff;
        right: 0px;
        padding: 8px !important;
        transition: all .3s ease-in;
    }
}

@media all and (max-width:767px) {
    header .header .right-nav .main-nav ul {
        float: none;
    }

    .quick-search.white-bg .input-group {
        display: block !important;
        text-align: center;
    }

    .login-popup .professional-right-content h4 {
        padding: 40px 0px 10px 0px !important;
        text-align: left !important;
    }

    .wfp-heading .main-heading ul.back-btn li:nth-child(1) {
        width: 100% !important;
        float: none !important;
    }

    .wfp-heading .main-heading ul.back-btn li:nth-child(2) {
        width: 100% !important;
        float: none !important;
        padding: 0px 30px 0px 0px !important;
        text-align: left !important;
    }

    .gallery .buttons {
        visibility: visible !important;
    }

    .quick-search .input-group input {
        margin: 0px !important;
    }

    .news-left {
        float: none !important;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: -5px !important;
    }

    .team_block .team-thumbnail img {
        width: 200px !important;
    }

    .table-data {
        width: 50% !important;
    }

    .fixed-map {
        position: relative !important;
        top: 85px;
    }
    .wfp-gallery ul.bxslider li .slider-content {
        text-align: center !important;
    }

    .management-story .story-image ul {
        padding: 0px 10px !important;
    }

    .wfp-gallery ul.bxslider li .slider-content p {
        text-align: center !important;
    }

    .wfp-gallery ul.bxslider li .slider-content a.btn {
        margin: 20px 0px !important;
    }

    .input-group.search_input_group {
        display: block !important;
        padding: 0px 0px 0px !important;
    }

    .quick-search.shrink_search {
        padding-top: 20px;
    }

    .input-group.search_input_group input.form-control:nth-of-type(1) {
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important;
    }

    .professional-profile .biodata {
        margin: 20px 0 !important;
    }

    .gallery .open-houses .open-houses-icon {
        padding: 15px 2px !important;
    }

    .gallery .open-houses .open-houses-address {
        padding: 10px 10px !important;
    }

    .mac-gallery .mac-thumbnail-desc h3 {
        text-align: center !important;
    }

    .mac-gallery .mac-thumbnail-desc h5 {
        text-align: center !important;
    }

    .mac-gallery .mac-thumbnail-desc p {
        text-align: center !important;
    }

    .mac-gallery .mac-thumbnail-desc a {
        display: block !important;
        text-align: center !important;
    }

    .storylink {
        line-height: 33% !important;
    }
    a.storylink {
        line-height: normal !important;
    }

    .wfp-web-presence ul li {
        text-align: center !important;
    }

    .pageshell-slider ul li {
        width: 100% !important;
    }

    .makes-successful .right-img {
        margin-left: 0px !important;
        width: 100% !important;
    }

    .border-black {
        border: 1px solid #827d7d;
        width: 100% !important;
    }

    .management-story .story-image {
        padding: 0px 0px 0px 0px !important;
    }

    .management-story .story-image iframe {
        height: 100% !important;
    }

    a.first {
        padding-left: 0px !important;
    }

    .story-content .story-thumbnail img {
        border: 0;
        margin: 0 0px 0 0 !important;
        width: 100%;
    }

    .globe {
        background: none !important;
    }

    .buyers-producers .professional-right-content.right-side img {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .scroll-up {
        display: none;
    }

    .news-center .story-shell h2 a {
        font-size: 18px !important;
    }

    .news-center .news-right {
        float: left !important;
    }

    .wfp-advirtisement .advirtisement-content p {
        margin: 0 10px 20px 9px !important;
    }

    .wfp-marketing-listing .bx-wrapper .bx-controls-direction a {
        z-index: 10 !important;
    }

    .wfp-marketing-listing .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left: 17px !important;
    }

    .paragraph .para-image img {
        width: 100% !important;
    }

    .wfp-marketing-listing .bx-wrapper .bx-controls-direction a.bx-next {
        margin-right: 17px !important;
    }

    .wfp-advirtisement .advirtisement-content ul:nth-child(3) {
        float: none !important;
        text-align: left !important;
        width: 100% !important;
        padding: 0px 30px !important;
    }

    .management-team .manager-desc {
        margin-top: 0px !important;
    }

    .management-team .manager-profile {
        text-align: center;
    }

    .sales-slider .record-of-success .record-list .bx-wrapper .bx-viewport {
        height: auto !important;
    }

    .grey-block {
        height: 280px !important;
    }

    .wfp-marketing .marketing-content .main-marketing-section .left-marketing-section {
        float: none !important;
        width: 100% !important;
        padding-left: 0px !important;
    }

    .wfp-marketing .marketing-content .main-marketing-section .right-marketing-section {
        float: none !important;
        width: 100% !important;
        padding-left: 0px !important;
    }

    .wfp-marketing .marketing-content .marketing-button a {
        padding: 8px 20px !important;
    }

    .module .module-text .matterport-content .matterport-logo img {
        width: 100%;
    }
    .module .module-text .matterport-content{
        padding: 0 15px;
    }
    .grey-block .grey-block-text h1 {
        font-size: 42px !important;
    }

    .grey-block .grey-block-text p {
        font-size: 22px !important;
    }

    .wfp-marketing .marketing-content .marketing-image img {
        width: 100% !important;
    }

    footer .social-icons ul li i {
        font-size: 20px;
    }

    .record-slider .bx-wrapper .bx-controls-direction a {
        top: 21% !important;
    }

    .wfp-heading .main-heading ul {
        margin-top: 0px;
    }

    .record-slider .record-list ul li img {
        height: auto !important;
    }

    .ready-to-connect .ready-image {
        height: 300px !important;
    }

    .ready-to-connect .ready-content .ready-text a {
        padding: 8px 16px !important;
    }

    .video-section iframe {
        height: 192px !important;
    }
    .leader .overlay .market-leader p.third-p {
        padding-bottom: 20px !important;
    }

    .leader .leader-thumbnail {
        height: 440px;
    }

    .slider-banner .item > img {
        height: 400px !important;
    }


    .map-section .map-listing ul li {
        display: block !important;
        padding: 4px 4px !important;
    }

    .map-section .map-listing ul li span {
        display: none !important;
    }

    .map-section .map-buttons ul li:nth-child(1) {
        float: none !important;
        width: 93% !important;
    }

    .map-view #shim {
        display: none;
    }


    .record-slider .record-list .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left: 0px !important;
        visibility: visible !important;
    }

    .record-slider .record-list .bx-wrapper .bx-controls-direction a.bx-next {
        margin-right: 0px !important;
        visibility: visible !important;
    }

    .cross {
        right: 22px !important;
    }

    video {
        width: 100% !important;
    }

    .record-slider .record-list-thumbnail .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left: 12px !important;
    }

    .record-slider .record-list-thumbnail ul li a {
        padding: 0px 0px !important;
    }

    .record-slider .record-list-thumbnail .bx-wrapper .bx-controls-direction a.bx-next {
        margin-right: 8px !important;
    }

    .map-section .map-listing {
        padding-top: 15px !important;
    }

    .slider-banner .slider .item .icons {
        top: 15px;
    }

    .leader .overlay .market-leader p.first-p {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }


    .leader .overlay .market-leader p.second-p {
        padding-bottom: 10px !important;
    }

    header .header .logo a img {
        width: 110px;
    }

    header .header .right-nav .main-nav ul li:hover .sub-menu {
        display: none;
    }

    header .header .right-nav .main-nav ul li .sub-menu {
        width: auto;
    }

    .bg_images .big {
        text-align: center;
    }

    .bg_images .big ul li {
        padding: 0px 5px;
    }

    .wfp-heading .main-heading h2 {
        text-align: left;
        line-height: 28px;
        font-size: 24px;
        padding:20px 0;
    }
    .wfp-heading .main-heading h2 span{
        font-size: 24px;
    }
    .mybtn {
        margin-top: 10px;
    }
    footer .social-icons ul li {
        display: inline-block;
        padding: 0px 6px;
    }

    header .header .right-nav {
        float: none;
        padding-top: 30px;
    }

    .top-nav, .main-nav {
        display: none;
    }

    header .header .right-nav .main-nav ul li a {
        letter-spacing: 1px;
        font-size: 14px;
        text-align: left;
        padding: 13px 5px;
        position: relative;
        display: block;
    }

    header .header .right-nav .main-nav ul li {
        border-right: none;
        display: block;
        border-bottom: 1px solid grey;
    }

    header .header .right-nav .main-nav ul li:last-child {
        border-bottom: none;
    }

    header .header {
        height: inherit;
        padding: 0px 0px 10px;
    }

    header .header .right-nav .main-nav ul li {
        position: relative;
    }

    .alphabets .alphabet-listing ul {
        margin-left: 0px;
    }

    .bottom-para {
        clear: both;
        padding-top: 20px;
        float: left;
        width: auto;
        padding-left: 15px;
    }

    header .header .right-nav .main-nav ul li .sub-menu {
        position: relative;
        top: 0px;
    }

    header .header .right-nav .main-nav ul li:last-child {
        border-right: none;
        padding-right: none;
    }

    .f_logo .terms {
        padding-left: 0px;
        padding-top: 20px;
    }

    .f_logo .terms li {
        padding: 0px 3px;
    }

    footer .social-icons {
        text-align: left;
    }
    footer .social-icons ul{
        padding: 0;
        margin-bottom: 10px;
    }

    footer .social-icons ul li.first {
        padding: 0px 12px;
    }

    footer .information ul li.first {
        padding: 0px 5px;
    }

    .information ul li {
        padding: 3px 5px;
        display: block;
        border-right: none;
    }

    footer .social-icons ul li {
        padding: 0px 8px;
    }

    header .header .right-nav .main-nav ul li .sub-menu {
        padding: 0px;
        left: 0px;
        border-top: none;
    }

    header .header .right-nav .main-nav ul li {
        padding: 0px 0px;
        float: none;
    }

    header .header .right-nav .main-nav ul li .sub-menu li:first-child {
        border-top: none;
    }

    header .header .right-nav .main-nav ul li .sub-menu li:last-child {
        border-bottom: 1px solid grey;
    }

    header .header .right-nav .main-nav ul li img {
        font-size: 14px;
        right: 7px;
        display: block !important;
        padding-left: 18px;
        top: 12px;
        position: absolute;
        width: 32px;
    }


    .gallery .slide {
        width: 100%;
        overflow: hidden;
    }

    .main-heading ul li span {
        display: none;
    }

    .wfp-heading .main-heading ul li {
        display: block;
        padding: 3px;
    }

    .wfp-heading .main-heading ul {
        text-align: left;
    }

    .f_logo {
        margin-left: 13px;
    }

    .quick-search .input-group input {
        width: 100%;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .wfp-heading .main-heading ul li a {
        font-size: 16px;
    }

    header .header .right-nav .main-nav ul li .sub-menu {
        padding: 0px;
    }

    .column-1 {
        width: auto;
        float: left;
    }

    .column-2 {
        width: auto;
        float: left;
    }

    header .header .right-nav .main-nav ul li .sub-menu li {
        border-bottom: 1px solid grey;
    }

    header .header .right-nav .main-nav ul li .left-menu .column-1,
    header .header .right-nav .main-nav ul li .left-menu .column-2 {
        float: none;
        clear: both;
        width: 100%;
    }
    .gallery .listing-control ul li {
        padding: 0px 0px;
    }

    .mid-menu .mid-nav ul li {
        display: block;
        padding: 10px 10px;
        text-align: left;
    }

    .bath {
        margin-left: 17px;
    }



    .full ul li .controls .next a img {
        display: block;
    }

    .full ul li .controls .previous a img {
        display: block;
    }

    header .header .right-nav .main-nav > ul > li:after {
        display: none;
    }

    .more h3 {
        margin: 0px;
        padding-bottom: 10px;
    }

    .buttons {
        margin: 15px 0 0;
    }
    .gallery .image-gallery-des .buttons {
        margin-bottom: 0;
    }

    .gallery .image-gallery-des {
        margin: 20px 0px;
    }

    .gallery .image-gallery-des ul li {
        padding: 2px 5px;
    }

    .gallery .image-gallery .previous {
        display: block;
    }

    .gallery .image-gallery .next {
        display: block;
    }

    header .header .right-nav {
        position: relative;
    }
    .slider-banner .item .quick-preview .right-buttons ul li {
        padding:0 !important;
    }
    .slider-banner .item .quick-preview .right-buttons ul li a{
        font-size: 14px;
    }

    .mac-gallery .mac-thumbnail-desc a {
        padding: 8px 14px !important;
    }

    .leader .leader-thumbnail img {
        height: 690px !important;
        background-size: content;
    }

    .mac-gallery .mac-thumbnail-desc {
        padding: 15px 0px !important;
    }

    .gallery-tabs .listing-tab .tabs ul li.active:after {
        margin-left: -11px !important;
    }

    .gallery-tabs .bx-wrapper .bx-controls-direction a.bx-next {
        margin-right: -32px !important;
    }

    .gallery-tabs .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left: -32px !important;
    }

    .wfp-gallery .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left: -12px !important;
    }

    .wfp-gallery .bx-wrapper .bx-controls-direction a.bx-next {
        margin-right: -12px !important;
    }

    .professional-details .biodata .profile-btn a {
        width: auto !important;
    }
}

@media (max-width:320px) {
    .buttons {
        margin: 14px -10px;
    }
}

@media (min-width:1025px) {

    header .header.shrink .logo a img {
        width: 98px;
    }

    header .header.shrink .right-nav .top-nav {
        padding-bottom: 0px;
    }

    header .header.shrink .right-nav .main-nav > ul > li {
        padding-bottom: 3px;
    }

    header .header.shrink .right-nav .main-nav ul li .sub-menu {
        top: 42px;
    }

    header .header.shrink {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        background: #27253d;
        z-index: 1000;
        border-bottom: 1px solid #27253d;
        height: 70px;
        -webkit-transition: height .30s ease-in-out;
        -moz-transition: height .30s ease-in-out;
        transition: height .30s ease-in-out;
    }

    header .header.shrink .right-nav {
        padding-top: 27px;
    }
    header .header.logo a img {
        width: 157px;
        height: 80px;
    }
}

.white-bg {
    background-color: #fff !important;
}

.mac-gallery {
    background: #e9e8e9;
    padding: 50px 0;
    overflow: hidden;
}
.mac-gallery .bx-wrapper{
    background: #e9e8e9;
}
.mac-gallery .mac-gallery-headline{
    text-align: center;
    margin-bottom: 20px;
}
.mac-gallery .mac-gallery-headline h4{
    margin: 0;
    padding-bottom: 20px;
    font-size: 34px;
    font-weight: 300;
}
.mac-gallery .mac-gallery-headline p{
    font-size: 20px;
    font-weight: 300;
    font-family: inherit;
    margin-bottom: 15px;
}
.mac-gallery .bx-wrapper .bx-controls-direction a.bx-prev,
.mac-gallery .bx-wrapper .bx-controls-direction a.bx-next {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.81);
    background-image: none;
    overflow: hidden;
    z-index: 0;
}
.mac-gallery .bx-wrapper .bx-controls-direction a.bx-prev{
    left: -30px;
}
.mac-gallery .bx-wrapper .bx-controls-direction a.bx-next{
    right: -30px;
}
.mac-gallery .bx-wrapper .bx-controls-direction a.bx-prev:after,
.mac-gallery .bx-wrapper .bx-controls-direction a.bx-next:after{
    position: absolute;
    top: 53%;
    width: 15px;
    height: 26px;
    margin: -13px 0 0 -7px;
    background-repeat: no-repeat;
    background-position: 0 0;
    content: "";
}
.mac-gallery .bx-wrapper .bx-controls-direction a.bx-prev:after{
    left: 66%;
}
.mac-gallery .bx-wrapper .bx-controls-direction a.bx-next:after {
    left: 33%;
}

.mac-gallery .mac-thumbnail {
    padding: 20px 0;
}

.mac-gallery .mac-thumbnail img {
    width: 100%;
}

.mac-gallery .mac-thumbnail-desc {
    padding: 60px 0px;
}

.mac-gallery .mac-thumbnail-desc h3 {
    color: #525164;
    text-align: justify;
    margin: 0px;
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 600;
}

.mac-gallery .mac-thumbnail-desc h5 {
    color: #525164;
    padding-bottom: 20px;
    text-align: justify;
    font-size: 28px;
    margin: 0px;
}

.mac-gallery .mac-thumbnail-desc p {
    color: #525164;
    text-align: justify;
    padding-bottom: 25px;
    font-size: 16px;
}

.mac-gallery .mac-thumbnail-desc a {
    color: #27253d;
    border: 1px solid #27253d;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 16px;
}

.mac-gallery .mac-thumbnail-desc a:hover {
    color: #fff;
    background: #27253d;
}

.leader {
    position: relative;
}

.leader .overlay {
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3f4c6b+0,3f4c6b+54,606c88+100&1+0,0.9+20,0.9+80,1+100 */
    background: -moz-linear-gradient(top, rgba(63,76,107,1) 0%, rgba(63,76,107,0.9) 20%, rgba(63,76,107,0.9) 54%, rgba(82,94,123,0.9) 80%, rgba(96,108,136,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(63,76,107,0.9) 20%,rgba(63,76,107,0.9) 54%,rgba(82,94,123,0.9) 80%,rgba(96,108,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(63,76,107,1) 0%,rgba(63,76,107,0.9) 20%,rgba(63,76,107,0.9) 54%,rgba(82,94,123,0.9) 80%,rgba(96,108,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#606c88',GradientType=0 ); /* IE6-9 */        position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}



.leader .overlay .market-leader h4 {
    margin: 0px;
    padding-bottom: 40px;
    font-size: 34px;
    font-weight: 500;
}
.marketplace-img-wrapper{
    max-width: 700px;
    margin: 0 auto;
    position: relative;;
}
.marketplace-img-wrapper img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.marketplace-text {
    position: absolute;
    width: 220px;
    margin: 0 auto;
}
.marketplace-text h2 {
    font-size: 42px;
    margin-bottom: 0;
    font-weight: 700;
    font-family: 'Cinzel', serif;
}
.marketplace-text p {
    font-size: 16px;
    color: #a6bcde;
}
.marketplace-text p span {
    display: block;
    color: #fff;
}
.marketplace-text.text1 {
    top: 220px;
    left: 35px;
}
.marketplace-text.text2 {
    left: 0;
    right: 0;
    top: 115px;
}
.marketplace-text.text3 {
    right: 35px;
    top: 220px;
}
.marketplace-text.middle-text {
    left: 0;
    right: 0;
    bottom: -50px;
}
.marketplace-text.middle-text h2{
    font-size: 60px;
}
.marketplace-text.middle-text p{
    font-size: 26px;
}
.leader .overlay .market-leader p.first-p {
    margin: 0px;
    padding-top: 26px;
    font-weight: 200;
    font-size: 13px;
    padding-bottom: 25px;
}

.leader .overlay .market-leader p.second-p {
    font-size: 20px;
    font-weight: 300;
    font-family: inherit;
    margin-bottom: 15px;
}

.leader .overlay .market-leader p.second-p:last-of-type{
    margin-bottom: 30px;
}

.leader .overlay .market-leader p.third-p {
    margin: 0;
    font-size: 13px;
    font-weight: 200;
    padding-bottom: 70px;
}

.leader .overlay .market-leader a {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 16px;
    display: inline-block;
}

.leader .overlay .market-leader a:hover {
    color: #fff;
    background: #27253d;
    border: 1px solid #27253d;
}

.wfp-gallery {
    background: #fff;
    padding: 40px 0px;
    overflow: hidden;
}

.wfp-gallery .top-heading {
    text-align: center;
    margin: 0px;
    padding-bottom: 20px;
    color: #000000;
    font-weight: 300;
    font-size: 34px;
}

.wfp-gallery .bx-wrapper .bx-controls-direction a.bx-prev {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.81);
    margin-top: -40px;
    background-image: none;
    display: block;
    overflow: hidden;
    z-index: 0;
}

.wfp-gallery .bx-wrapper .bx-controls-direction a.bx-prev:after {
    position: absolute;
    left: 66%;
    top: 53%;
    width: 15px;
    height: 26px;
    margin: -13px 0 0 -7px;
    background-repeat: no-repeat;
    background-position: 0 0;
    content: "";
}


.wfp-gallery .bx-wrapper .bx-controls-direction a.bx-next {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.81);
    margin-top: -40px;
    background-image: none;
    display: block;
    overflow: hidden;
    z-index: 0;
}

.wfp-gallery .bx-wrapper .bx-controls-direction a.bx-next:after {
    position: absolute;
    left: 33%;
    top: 53%;
    width: 15px;
    height: 26px;
    margin: -13px 0 0 -7px;
    background-repeat: no-repeat;
    background-position: 0 0;
    content: "";
}

.wfp-gallery ul.bxslider {
    margin: 0px;
    padding: 0px;
}

.wfp-gallery ul.bxslider li .slider-content {
    min-height: 479px;
}

.wfp-gallery ul.bxslider li .slider-content .slider-image {
    padding-bottom: 15px;
}

.wfp-gallery ul.bxslider li .slider-content .slider-image img {
    width: 100%;
}

.wfp-gallery ul.bxslider li .slider-content span {
    text-align: justify;
    color: black;
}

.wfp-gallery ul.bxslider li .slider-content a.heading {
    color: #405f85;
    display: block;
    padding: 6px 0px;
    font-size: 18px;
}

.wfp-gallery ul.bxslider li .slider-content a.btn {
    text-align: justify;
    text-decoration: none;
    color: #27253d;
    font-size: 16px;
    border: 1px solid #27253d;
    padding: 5px 16px;
}

.wfp-gallery ul.bxslider li .slider-content p {
    text-align: justify;
    padding-bottom: 7px;
    color: #6a6a6a;
}

.slider-banner .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -90px !important;
}

.slider-banner .item > img {
    width: 100%;
    height: 700px;
}

.slider-banner .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -90px !important;
}

.slider-banner .item .quick-preview,
.slider-banner .item .quick-preview-top {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
}
.slider-banner .item .quick-preview-top {
    bottom: auto;
    top: 0;
    position: static;
}
.slider-banner .item .quick-preview-top,
.slider-banner .item .quick-preview-bottom{
    background: transparent;
}
.slider-banner .item .quick-preview-bottom{
    bottom: 40px;
}
.slider-banner .item .quick-preview-top p,
.slider-banner .item .quick-preview-bottom p{
    font-size: 44px !important;
    line-height: normal !important;
}
.slider-banner .item .quick-preview .row > div {
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -1px;
}
.slider-banner .item .quick-preview .row > div.intro-text-top{
    display: block;
    margin: 160px 0 auto;
    text-align: center;
    position: relative;
    z-index: 100;
}

.slider-banner .item .quick-preview .row > div > p {
    color: #fbfbfb;
    font-size: 20px;
    line-height: 29px;
    font-weight: 300;
    margin: 0px;
    padding: 20px 0px;
}

.slider-banner .item .quick-preview .row > div.intro-text-top p{
    font-weight: 400;
    display: none;
    color: transparent;
}
.slider-banner #first-slide-img .quick-preview-top p{
    padding:20px 15px 200px !important;
    line-height: 60px !important;
}
.slider-banner #first-slide-img .quick-preview-top p:last-of-type{
    padding-bottom: 0 !important;
}

.slider-banner .item .quick-preview p span.title,
.slider-banner .item .quick-preview p span.address,
.slider-banner .item .quick-preview p span.price {
    display: inline-block;
}
.slider-banner .item .quick-preview .img-description {
    width: calc(100% - 360px);
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}

.slider-banner .item .quick-preview .right-buttons {
    float:right;
}

.slider-banner .item .quick-preview .right-buttons ul {
    margin: 0px;
    padding: 0px;
}

.slider-banner .item .quick-preview .right-buttons ul li {
    display: inline-block;
    padding: 15px 3px;
}
.slider-banner .item .quick-preview .right-buttons ul li a {
    display: block;
    color: #c8c9c3;
    font-size: 16px;
    border: 1px solid #c8c9c3;
    border-radius: 5px;
    padding: 4px 20px;
    font-weight: 200;
}

.slider-banner .item .quick-preview .right-buttons ul li a:hover {
    color: #fff;
    background: #27253d;
    border: 1px solid #27253d;
}

.custom-bullet{
    position: relative;
    top: -10px;
}
.gallery-tabs {
    overflow: hidden;
    background: #e9e8e9;
    padding: 20px 0;
    width: 100%;
}

.gallery-tabs .listing-tab {
    width: 100%;
}

.gallery-tabs .listing-tab .tabs {
    margin: 0;
}

.gallery-tabs .listing-tab .tabs ul {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.gallery-tabs .listing-tab .tabs ul li {
    width: 25%;
    text-align: center;
}

.gallery-tabs .listing-tab .tabs ul li a {
    color: #27253d;
    border: none;
    font-size: 18px;
    font-weight: 700;
}

.gallery-tabs .listing-tab .tabs ul li.active:after {
    display: none;
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 11px solid #27253d;
    position: absolute;
    bottom: -16px;
    left: 55%;
    margin-left: -22px;
}

.gallery-tabs .listing-tab .nav-tabs > li.active > a,
.gallery-tabs .listing-tab .nav-tabs > li.active > a:focus,
.gallery-tabs .listing-tab .nav-tabs > li.active > a:hover {
    border: none;
    border-bottom-color: transparent;
}

.gallery-tabs .listing-tab .nav > li > a:focus, .gallery-tabs .listing-tab .nav > li > a:hover {
    text-decoration: none;
    background-color: #e9e8e9;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #e9e8e9;
}

.nav-tabs > li > a:hover {
    border-color: #e9e8e9;
}

.slider-banner .slider .item .icons {
    position: absolute;
    top: 15px;
    right: 15px;
}

.slider-banner .slider .item .icons ul {
    margin: 0px;
    padding: 0px;
}

.slider-banner .slider .item .icons ul li {
    display: inline-block;
    padding: 10px 7px;
}

.slider-banner .slider .item .icons ul li a img {
    width: 35px;
    height: 35px;
}

.leader .leader-thumbnail {
    width: 100%;
    height: 600px;
}

.gallery-tabs .tab-content {
    padding: 20px 0px;
}

.gallery-tabs .tab-content .slider-image {
    margin-bottom: 4px;
    position: relative;
    height: 250px;
}

.gallery-tabs .bx-wrapper .bx-controls-direction a.bx-prev {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.81) !important;
    display: block;
    z-index: 0;
}

.gallery-tabs .bx-wrapper .bx-controls-direction a.bx-prev:after {
    position: absolute;
    left: 66%;
    top: 53%;
    width: 15px;
    height: 26px;
    margin: -13px 0 0 -7px;
    background-repeat: no-repeat;
    background-position: 0 0;
    content: "";
}


.gallery-tabs .bx-wrapper .bx-controls-direction a.bx-next {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.81) !important;
    display: block;
    z-index: 0;
}

.gallery-tabs .bx-wrapper .bx-controls-direction a.bx-next:after {
    position: absolute;
    left: 33%;
    top: 53%;
    width: 15px;
    height: 26px;
    margin: -13px 0 0 -7px;
    background-repeat: no-repeat;
    background-position: 0 0;
    content: "";
}

.gallery-tabs .bx-pager.bx-default-pager {
    display: none;
}

.gallery-tabs .listing-button {
    text-align: center;
    margin-top: 35px;
}

.gallery-tabs .listing-button a {
    display: inline-block;
    color: grey;
    padding: 8px 16px;
    font-size: 16px;
    background: #e9e8e9;
    border-radius: 5px;
    border: 1px solid black;
}

.gallery-tabs .listing-button a:hover {
    background: #27253d;
    color: #fff;
}

.gallery-tabs .media-hover-text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    display: grid;
    background: rgba(64, 95, 133, 0.75);
    overflow: hidden;
}

.gallery-tabs .media-hover-text .property-title {
    transition: all .35s ease-in-out;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}

.gallery-tabs .media-hover-text .property-address {
    transition: all .35s ease-in-out;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}

.gallery-tabs .media-hover-text .property-address p {
    font-weight: 600;
    font-size: 18px;
    margin: 0px;
}

.gallery-tabs .media-hover-text .property-price {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 10px;
    transition: all .35s ease-in-out;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}

.gallery-tabs .media-hover-text .property-info {
    transition: all .35s ease-in-out;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}

.gallery-tabs .media-hover-text .property-info .property-inner {
    display: inline-block;
    padding: 0px 10px;
    font-size: 20px;
    border-right: 1px solid #fff;
}

.gallery-tabs .media-hover-text .property-info .property-inner:last-child {
    border-right: none;
}

.gallery-tabs .media-hover-text .property-info .property-inner span {
    font-size: 20px;
    color: #fff;
}

.gallery-tabs .media-hover-text .property-info .property-inner h5 {
    margin: 0px;
    color: #c2c1c7;
    font-size: 16px;
}

.gallery-tabs .media-hover-text .property-btns {
    transition: all .35s ease-in-out;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}
.gallery-tabs .media-hover-text .property-btns a {
    padding: 4px 14px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    margin-left: 10px;
}

.gallery-tabs .media-hover-text .property-btns a:hover {
    background: #27253d;
    color: #fff;
    border: 1px solid #27253d;
}

.gallery-tabs .slider-image:hover .media-normal-text {
    display: none;
}

.gallery-tabs .slider-image:hover .media-hover-text {
    opacity: 1;
}

.gallery-tabs .slider-image:hover .property-price {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.gallery-tabs .slider-image:hover .property-title {
    margin-top: 10px;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.gallery-tabs .slider-image:hover .property-info {
    transition: all .35s ease-in-out;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.gallery-tabs .slider-image:hover .property-btns {
    display: block;
    padding: 10px 0px;
    transition: all .35s ease-in-out;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.gallery-tabs .slider-image:hover .property-address {
    display: block;
    padding-bottom: 5px;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.slider-banner .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 56%;
}

.slider-banner .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 44px;
}

.gallery-tabs .less .col-sm-4 {
    padding: 0px 2px;
    overflow: hidden;
}


.gallery-tabs .bx-wrapper img {
    height: 100%;
    object-fit: cover;
    margin:0 auto;
    width: 100%;
}

.gallery-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #e9e8e9;
}

.gallery-tabs .nav-tabs {
    border-bottom: none;
}

.gallery-tabs .media-hover-text .bottom-line {
    width: 62%;
    height: 1px;
    background: #c6bbb0;
    left: 70px;
    position: absolute;
    text-align: center;
}

.gallery-tabs .media-hover-text .line-break {
    width: 66%;
    height: 1px;
    background: #c6bbb0;
    left: 70px;
    position: absolute;
    text-align: center;
    transition: all .35s ease-in-out;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}

.gallery-tabs .media-hover-text:hover .line-break {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.gallery-tabs .media-hover-text:hover .bottom-line {
    display: none;
}

.gallery-tabs .listing-tab .nav-tabs li.slide-nav:after {
    content: " ";
    width: 0px;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 13px solid #27253d;
    position: absolute;
    bottom: -13px;
    left: 48%;
    z-index: 2;
}


.arrow-left {
    top: 40%;
    position: absolute;
    left: 20px;
}


.arrow-right {
    top: 40%;
    position: absolute;
    right: 20px;
}



.gallery-tabs .listing-button a span {
    color: grey;
    font-weight: 700;
}

.slider-banner .carousel-control {
    width: auto !important;
}

.wfp-gallery .slider-content .slider-image a {
    height: 240px;
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.sold-btn {
    width: auto !important;
}

.wfp-gallery .slider-content a.btn:hover {
    color: #fff !important;
    background: #27253d;
}

.gallery-tabs .tab-content #luxury-setting, .gallery-tabs .tab-content #newlisting,
.gallery-tabs .tab-content #recentsales, .gallery-tabs .tab-content #openhouses {
    min-height: 540px;
}

.gallery-tabs .tab-content .contents {
    min-height: 485px;
}

.main-listing-button {
    background: #fff;
    padding: 30px 0px;
}

.main-listing-button .view-all {
    text-align: center;
}

.main-listing-button .view-all a {
    color: #27253d;
    border: 1px solid #27253d;
    padding: 8px 30px;
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
}

.main-listing-button .view-all a:hover {
    background: #27253d;
    color: #fff;
}


@media (min-width:1025px) and (max-width:1348px) {

    .story-content .story-thumbnail iframe {
        width: 100% !important;
    }
}

.slider-banner .slider .item {
    height: 700px !important;
    width: 100%;
}
.slider-banner .slider #first-slide-img::after {
    background-color: rgba(0,0,0,.2) !important;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.record-slider {
    background: #fff;
    padding: 20px 0px 30px;
    border-bottom: 1px solid #999;
}
.record-slider .record-heading {
    text-align: center;
}

.record-slider .record-heading h4 {
    margin: 0px;
    font-size: 34px;
    padding-bottom: 20px;
    color:  #767585;
}

.record-slider .record-heading p {
    margin: 0px;
    font-size: 18px;
    color: #6a6a6a;
    padding-bottom: 25px;
}

.ready-to-connect .ready-image {
    background: url("../images/ReadyToConnect.jpg") no-repeat fixed center center/cover;
    position: relative;
    height: 600px;
}

.ready-to-connect .ready-image .ready-button,
.ready-to-connect .ready-image .ready-to-connect-link {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 15px;
}

.ready-to-connect .ready-image .ready-button{
    top: 38%;
}

.ready-to-connect .ready-image .ready-to-connect-link{
    bottom: 33%;
}

.ready-to-connect .ready-image .ready-button > a {
    color: #fff;
    font-size: 70px;
    font-weight: 500;
    padding: 25px 70px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.55);
    text-align: center;
    text-shadow: 2px 2px #000;
}
.ready-to-connect .ready-image .ready-to-connect-link a {
    padding: 8px 30px;
    color: #27253d !important;
    background: #fff !important;
    border-radius: 5px;
    border: 1px solid #27253d;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}
.ready-to-connect .ready-image .ready-to-connect-link a:hover {
    color: #fff !important;
    background: #27253d !important;
}
.video-section {
    background: #fff;
    padding: 40px 0;
}

.video-section .video-heading {
    text-align: center;
}

.video-section .video-heading h4 {
    margin: 0px;
    font-size: 28px;
    padding-bottom: 20px;
    color:  #767585;
}

.video-section .video-heading p {
    color: #6a6a6a;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 20px;
}

.video-section .video-play {
    text-align: center;
    padding: 0px 0px;
    width: 100%;
    margin-top: 22px;
}

.video-section .video-play video {
    object-fit: contain;
}

.video-section .video-play .v-icon {
    position: absolute;
    top: 42%;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.video-section .video-play .v-icon a {
    display: block;
}

.video-section .video-play .v-icon a img {
    width: 100px;
    height: 100px;
}

.map-section {
    background: #f6f5f1;
    padding: 20px 0px;
}

.map-section .map-heading {
    text-align: center;
}

.map-section .map-heading h4 {
    margin: 0px;
    font-size: 34px;
    padding-bottom: 20px;
    color:  #767585;
}

.map-section .map-heading p {
    color: #6a6a6a;
    font-size: 18px;
    margin: 0px;
}

.map-section .map-buttons {
    width: 100%;
    max-width: 555px;
    margin: 20px auto;
    text-align: center;
}

.map-section .map-buttons ul {
    margin: 0px;
    padding: 0px;
}

.map-section .map-buttons ul li:nth-child(1) {
    float: none;
    width: 100%;
    max-width: 280px;
    display: inline-block;
}

.map-section .map-buttons ul li:nth-child(2) {
    float: none;
    display: inline-block;
    width: auto;
    margin-top: 0;
    padding-left: 10px;
}

.map-section .map-buttons ul li a {
    padding: 5px 45px;
    border: 1px solid grey;
    font-size: 16px;
    background: #fff;
    color: #27253d;
    border-radius: 3px;
    display: inline-block;
}

.map-section .map-buttons ul li input {
    border-radius: 3px;
}

.media-normal-text {
    left: 15px;
    right: 15px;
    top: 52%;
    position: absolute;
    text-align: center;
}

.pro-title-transform-bottom {
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 100%;
    display: block;
}

.line-break-1 {
    height: 1px;
    background: #fff;
    width: 62%;
    display: inline-block;
}

.pro-price-transform-bottom {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 11px;
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    opacity: 1;
    display: inline-block;
}

.gallery-tabs .listing-button a:hover span {
    color: #fff;
}

.slide-nav {
    display: block;
    position: absolute !important;
    bottom: 0;
    left: 0;
    height: 7px;
    background: #03379b;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.slide-nav {
    background: #27253d;
}

.map-section .map-listing {
    width: 100%;
    text-align: center;
}

.map-section .map-listing ul {
    margin: 0px;
    padding: 0px;
}

.map-section .map-listing ul li {
    display: inline-block;
    padding: 10px 4px;
}

.map-section .map-listing ul li h4 {
    margin: 0px;
    color: #002a5c;
    font-size: 20px;
    font-weight: 600;
}

.map-section .map-listing ul li span {
    color: #4b4b4b;
    font-size: 18px;
}

.map-section .map-listing ul li a.cool-link {
    color: #4b4b4b !important;
    font-size: 18px;
}

.map-section .map-listing ul li a.active {
    display: inline-block;
    color: #2e3c84 !important;
    text-decoration: none;
}

.map-section .map-listing ul li:hover a {
    color: #2e3c84 !important;
}

.map-section .map-listing ul li a.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #2e3c84;
    transition: width .3s;
}

.map-section .map-listing ul li a.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}

.map-section .map-view {
    width: 100%;
    padding: 20px 0px;
    overflow: hidden;
}

.map-section .map-view a {
    display: block;
}

.map-section .map-view img {
    width: 100%;
}

.map-section .map-sold-button {
    text-align: center;
    padding: 10px 0px;
}

.map-section .map-sold-button a {
    margin: 0px;
    font-size: 16px;
    border-radius: 5px;
    color: #27253d;
    padding: 6px 16px;
    background: #fff;
    border: 1px solid #27253d;
}

.map-section .map-sold-button a:hover {
    color: #fff;
    background: #27253d;
}

.record-slider .record-list {
    padding-bottom: 40px;
}
.record-slider .record-list .bx-controls,
.superior .superior-image .bx-controls{
    display: none;
}

.record-slider .record-list ul {
    margin: 0px;
    padding: 0px;
}

.record-slider .record-list ul li img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.record-slider .record-list .bx-wrapper .bx-pager {
    display: none !important;
}

.record-slider .record-list .bx-wrapper .bx-prev:after {
    background-image: url(../images/left.png);
}

.record-slider .record-list .bx-wrapper .bx-next:after {
    background-image: url(../images/right.png);
}

.record-slider .record-list .bx-wrapper .bx-controls-direction a.bx-next {
    margin-right: -32px;
    visibility: hidden;
}

.record-slider .record-list .bx-wrapper .bx-controls-direction a.bx-prev {
    margin-left: -70px;
    visibility: hidden;
}

.record-slider .record-list h4 {
    text-align: center;
    color: #565656;
    font-size: 20px;
    margin: 0px;
    padding: 20px 0px;
    font-weight: 700;
}

.record-slider .hover-record:hover .record-list .bx-wrapper .bx-controls-direction a.bx-prev {
    visibility: visible;
}

.record-slider .hover-record:hover .record-list .bx-wrapper .bx-controls-direction a.bx-next {
    visibility: visible;
}

.record-slider .record-list-thumbnail {
    padding: 0px 0px;
    padding-bottom: 20px;
    text-align: center;
}

.record-slider .record-list-thumbnail ul {
    margin: 0px;
    padding: 0px;
}
.record-slider .record-list-thumbnail ul li a {
    padding: 0px 10px;
}

.record-slider .record-list-thumbnail ul li a img {
    width: 29px;
    height: 30px;
    display: inline-block;
}

.record-slider .record-list-thumbnail .bx-wrapper .bx-pager {
    display: none !important;
}

.record-slider .record-list-thumbnail .bx-wrapper .bx-next:after {
    background-image: url(../images/r.png);
    top: 70%;
    right: 58%;
}

.record-slider .record-list-thumbnail .bx-wrapper .bx-prev:after {
    background-image: url(../images/l.png);
    top: 70%;
    left: 58%;
}

.record-slider .record-list-thumbnail .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
}

.record-slider .record-list-thumbnail .bx-wrapper .bx-controls-direction a.bx-next {
    margin-top: -30px;
    margin-right: 32px;
    width: 27px;
    height: 50px;
    border-radius: 0px;
    padding: 0px;
}

.record-slider .record-list-thumbnail .bx-wrapper .bx-controls-direction a.bx-prev {
    margin-top: -30px;
    margin-left: 40px;
    width: 27px;
    height: 50px;
    border-radius: 0px;
    padding: 0px;
}

.superior-image ul li{
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
}
.cross {
    position: absolute;
    right: 22px;
}

.cross a:hover img {
    opacity: 0.6;
}

.ready-to-connect .ready-content .ready-text a:hover {
    color: #fff !important;
    background: #27253d !important;
}

.map-section .map-buttons ul li a:hover {
    color: #fff;
    background: #27253d;
}

.wfp-heading .btm {
    margin-bottom: 20px !important;
}

@media (min-width:1400px) {
    .wfp-gallery .bx-wrapper .bx-controls-direction a.bx-prev:after {
        margin: -13px 0 0 -22px;
    }

    .wfp-gallery .bx-wrapper .bx-controls-direction a.bx-next:after {
        margin: -13px 0 0 6px;
    }
}

.grey-block {
    position: relative;
    padding: 0;
    height: 400px;
    margin: 0 auto;
    text-align: center;
    border: 0;
    background: url(../images/wfp-marketing-cover.png) no-repeat center -30px;
}

.grey-block .grey-block-text {
    width: 100%;
    text-align: center;
    position: absolute;
    height: 100%;
}
.grey-block .grey-block-text h1 {
    color: #fff;
    font-weight: 300;
    font-size: 72px;
    line-height: 100%;
    margin: 0 auto;
    padding: 120px 0 0 0;
    text-align: center;
    text-shadow: 1px 1px #000;
}

.grey-block .grey-block-text p {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 50;
    font-size: 32px;
    line-height: 100%;
    margin: 20px auto;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px #000;
}
.ppp-header{
    background: url(../images/ppp-heading-cover.jpg) no-repeat center;
    background-size: cover;
}

.wfp-marketing {
    background: #ebeae5;
    padding: 20px 0px;
}

.wfp-marketing .marketing-content {
    text-align: center;
}

.wfp-marketing .marketing-content .m {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    margin: 0px;
    padding: 0px;
}

.wfp-marketing .marketing-content .marketing-image {
    padding: 20px 0px;
}

.wfp-marketing .marketing-content .marketing-image .w {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    margin: 0px;
    padding: 0px;
}

.wfp-marketing .marketing-content .main-marketing-section {
    width: 100%;
}

.wfp-marketing .marketing-content .main-marketing-section .left-marketing-section {
    float: left;
    width: 50%;
    padding-left: 9px;
}
.wfp-marketing .marketing-content .main-marketing-section .right-marketing-section {
    float: right;
    width: 50%;
    padding-left: 9px;
}
.wfp-marketing .marketing-content .main-marketing-section .right-marketing-section ul,
.wfp-marketing .marketing-content .main-marketing-section .left-marketing-section ul{
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    text-align: left;
}

.wfp-marketing .marketing-content .main-marketing-section .right-marketing-section ul li,
.wfp-marketing .marketing-content .main-marketing-section .left-marketing-section ul li {
    padding: 10px 0px;
}
.wfp-marketing .marketing-content .main-marketing-section .right-marketing-section ul li img,
.wfp-marketing .marketing-content .main-marketing-section .left-marketing-section ul li img {
    float: left;
}

.wfp-marketing .marketing-content .main-marketing-section .right-marketing-section ul li span,
.wfp-marketing .marketing-content .main-marketing-section .left-marketing-section ul li span {
    display: block;
    padding-left: 45px;
}

.wfp-marketing .marketing-content .marketing-button {
    margin: 30px 0px;
}

.wfp-marketing .marketing-content .marketing-button a {
    padding: 8px 50px;
    color: #27253d;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #27253d;
    font-size: 16px;
    font-weight: 400;
}

.wfp-marketing .marketing-content .marketing-button a:hover {
    color: #fff;
    background: #27253d;
}

.module {
    background: url("../images/3d-dollhouse.png") no-repeat fixed 50% 50%/cover;
    height: 700px;
    position: relative;
}

.module .module-text {
    text-align: center;
}

.module .module-text .matterport-content p {
    color: #FFF;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    margin: 0 auto;
    padding: 40px 0 0 0;
    text-align: center;
    text-shadow: 2px 2px #000;
}

.module .module-text .matterport-content .matterport-logo span {
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    margin: 30px 10px 0 30px;
    padding: 0;
    text-shadow: 2px 2px #000;
    display:block;
}

.module .module-text .matterport-content .matterport-logo > p {
    font-size: 16px;
    line-height: 150%;
    margin: 30px auto 0;
    padding: 0;
    text-shadow: 2px 2px #000;
}

.module .module-text .matterport-content .matterport-view {
    text-align: center;
}

.module .module-text .matterport-content .matterport-view h5 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    margin: 20px 50px;
    padding: 0;
    text-shadow: 1px 1px #000;
}

.module .module-text .matterport-content .matterport-view a img {
    border: 1px solid #fff;
}

.module .module-text .matterport-content .matterport-view a {
    padding: 0px 13px;
    display: inline-block;
    width: 150px;
    margin: 10px;
}

.module .module-text .matterport-content .matterport-view a img {
    border: 1px solid #fff;
    display: block;
    max-width: 100%;
}
.module .module-text .matterport-content .matterport-view a:hover img {
    border-color: #face0c;
}

.module .module-text .matterport-content .matterport-btn {
    text-align: center;
    margin: 30px 0px;
}

.module .module-text .matterport-content .matterport-btn a {
    padding: 7px 30px;
    color: #27253d;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #27253d;
    font-size: 16px;
    font-weight: 400;
}

.module .module-text .matterport-content .matterport-btn a:hover {
    color: #fff;
    background: #27253d;
}
.matterport-logo {
    padding: 0 15px;
}

.grey-block-1 {
    padding: 40px 0 0 0;
    height: 710px;
    margin: 0 auto;
    text-align: center;
    border: 0;
    background: url(../images/background-3d-interior.png) no-repeat;
    background-color: #ebeae5;
    border-bottom: 1px solid #999;
    position: relative;
}

.grey-block-1 .cf .right-cf {
    width: 100%;
}

.grey-block-1 .cf .right-cf img {
    width: 365px;
}

.grey-block-1 .cf .left-cf p {
    color: #26253d;
    font-weight: 500;
    font-size: 48px;
    margin: 0;
    padding: 0;
}

.grey-block-1 .cf .left-cf p:nth-child(2) {
    color: #26253d;
    font-weight: 400;
    font-size: 28px;
    margin: 0;
    padding: 0;
    font-style: italic;
}

.grey-block-1 .cf .left-cf p span {
    color: #38649c;
}

.grey-block-1 .cf .left-cf .num-1 {
    width: 46%;
    float: left;
    border: 2px solid black;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}


.grey-block-1 .cf .left-cf .num-2 {
    width: 50%;
    float: right;
    border: 2px solid black;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}


.grey-block-1 .cf .left-cf .num-1 h3 {
    color: #38649c;
    font-weight: 500;
    font-size: 72px;
    line-height: 100%;
    margin: 0 auto 10px;
    padding: 0;
    text-align: center;
}

.grey-block-1 .cf .left-cf .num-2 h3 {
    color: #38649c;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    margin: 12px auto 20px;
    padding: 0;
    text-align: center;
}
.grey-block-1 .cf .left-cf .num-2 p {
    margin-bottom: 10px;
}
.grey-block-1 .cf .left-cf .num-1 p, .grey-block-1 .cf .left-cf .num-2 p {
    font-size: 18px !important;
    font-style: normal !important;
}

.grey-block-1 .cf .left-cf .left-cf-image {
    text-align: center;
    clear: both;
    float: none;
}

.grey-block-1 .cf .left-cf .left-cf-image img {
    max-width: 450px;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.left-cf-image a {
    padding: 7px 30px;
    color: #27253d !important;
    background: #fff !important;
    border-radius: 5px;
    border: 1px solid #27253d;
    font-size: 16px;
    font-weight: 400;
}

.left-cf-image a:hover {
    color: #fff !important;
    background: #27253d !important;
}

.international-connection {
    background: #ebeae5;
    padding: 20px 0 50px 0;
}

.international-connection.max-online-exposure {
    background: #fff;
}

.international-connection .international-heading {
    text-align: center;
    width: 100%;
}

.international-connection .international-heading h2 {
    color: #767585;
    font-weight: 500;
    font-size: 34px;
    line-height: 100%;
    margin: 20px auto 40px;
    text-align: left;
    padding: 0;
}

.international-connection .international-heading p {
    font-weight: 400;
    margin: 40px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: center;
}

.international-connection .international-heading img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.story-thumbnail img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.superior {
    background: #fff;
    text-align: center;
    margin: 0;
    padding: 40px 0;
    border-bottom: 1px solid #999;
}

.superior .superior-heading h2 {
    color:  #767585;
    font-weight: 500;
    font-size: 34px;
    line-height: 100%;
    margin: 20px auto;
    padding: 0;
}

.superior .viewbtn {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.superior .viewbtn .superior-btn {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.superior .viewbtn .superior-btn p {
    font-weight: 400;
    margin: 30px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: center;
}

.superior .viewbtn .superior-btn ul {
    margin: 0px;
    padding: 0px;
}

.superior .viewbtn .superior-btn ul li {
    padding: 0 4px;
    display: inline-block;
}

.superior .viewbtn .superior-btn ul li a {
    padding: 6px 14px;
    color: #27253d;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #002a5c;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.superior .viewbtn .superior-image {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.superior .viewbtn .superior-btn ul li a:hover {
    color: #fff;
    background: #27253d;
}

.laptop-slider {
    background: #FFF;
    padding: 30px 0px;
}

.laptop-slider .laptop-heading {
    text-align: center;
    width: 100%;
}

.laptop-slider .laptop-heading p {
    margin: 0px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: center;
    font-weight: 400;
}

.laptop-slider .lappy-thumbnail {
    width: 100%;
}

.laptop-slider .lappy-thumbnail .left-lappy-thumbnail {
    float: left;
    width: 50%;
}

.laptop-slider .lappy-thumbnail .left-lappy-thumbnail .bx-wrapper {
    background: url(../images/Black.png) no-repeat scroll center center/contain;
    height: 324px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 570px;
}

.laptop-slider .lappy-thumbnail .left-lappy-thumbnail .bx-wrapper .bx-viewport {
    height: 100% !important;
    overflow: hidden;
    max-width: 430px;
    margin: 0 auto;
}

.laptop-slider .lappy-thumbnail .right-lappy-thumbnail {
    float: right;
    width: 50%;
    padding: 0px 50px;
}

.laptop-slider .lappy-thumbnail .left-lappy-thumbnail ul {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    height: 100%;
}

.laptop-slider .lappy-thumbnail .left-lappy-thumbnail ul li {
    height: 100%;
}

.laptop-slider .lappy-thumbnail .left-lappy-thumbnail ul li img {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 17px;
}
.laptop-slider .bx-wrapper .bx-pager {
    display: none;
}

.laptop-slider .bx-wrapper .bx-controls-direction a {
    display: none;
}

.laptop-slider .lappy-thumbnail .right-lappy-thumbnail ul {
    margin: 0px;
    padding: 0px;
}

.laptop-slider .lappy-thumbnail .right-lappy-thumbnail ul li img {
    max-width: 456px;
    display: block;
    width:100%;
    margin:0 auto;
    height: 324px;
}

.view-photos {
    text-align: center;
    margin: 50px 0px 10px;
}

.view-photos a {
    padding: 8px 40px;
    color: #27253d;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #27253d;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.view-photos a:hover {
    color: #fff;
    background: #27253d;
}

.fusion {
    background: url("../images/fusion.jpg") no-repeat fixed 50% 50%/cover;
    height: 300px;
    position: relative;
}

.fusion .containerpanel {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    padding-top: 100;
    top: 8rem;
    text-align: center;
}

.fusion .containerpanel .containerpanel-heading {
    margin: 0px 170px;
    background: rgba(0,0,0,0.5);
    padding: 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.fusion .containerpanel .containerpanel-heading h1 {
    color: #FFF;
    font-weight: 500;
    font-size: 52px;
    line-height: 150%;
    margin: 0 auto;
    padding: 10px 10px 0 10px;
    text-shadow: 2px 2px #000;
}

.fusion .containerpanel .containerpanel-heading p {
    color: #FFF;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    margin: 10px auto;
    padding: 0 10px 20px 10px;
    text-shadow: 1px 1px #000;
}

.tour-heading.visible-ipad {
    display: none;
}
.tour-planning .tour-heading p {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.sales-slider .record-list .bx-wrapper .bx-controls-direction a.bx-prev {
    visibility: hidden !important;
}

.sales-slider .record-list .bx-wrapper .bx-controls-direction a.bx-next {
    visibility: hidden !important;
}

.sales-slider .record-heading h2 {
    color: #38649c;
    font-weight: 500;
    font-size: 44px;
    line-height: 100%;
    margin: 20px auto 50px;
    padding: 0;
    text-align: center;
}

.sales-slider .sales-content p {
    font-weight: 400;
    margin: 0px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: center;
}

.sales-content a {
    padding: 6px 16px;
    color: #27253d !important;
    background: #fff !important;
    border-radius: 5px;
    border: 1px solid #002a5c;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.sales-content a:hover {
    color: #fff !important;
    background: #27253d !important;
}

.tour-planning .tour-slider {
    background: url(../images/ipad-portrait-bottom.png) no-repeat;
    padding: 0;
    width: 488px;
    height: 530px;
    border: 0;
    text-align: left;
    float: left;
    margin: 60px 0 0 0;
}


#scrollar {
    width: 424px;
    height: 467px;
    margin: 63px auto 0 auto;
    background: #FFF;
}

.tour-planning .bx-wrapper .bx-pager {
    display: none;
}

.innerScrollArea {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#scroller {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 63px 33px 0;
}

#scroller ul {
    padding: 0;
    margin: 0;
    position: relative;
}
#scroller ul li img{
    display: block;
    max-width: 100%;
}

.tour-heading h2 {
    text-align: left;
    color: #38649c;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    margin: 20px auto;
    padding: 0;
}

.tour-heading p {
    font-weight: 400;
    margin: 20px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.tour-heading .tour-planning {
    text-align: left;
}

.tour-heading .tour-planning h5 {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin: 20px 0;
    padding: 0;
    text-align: left;
}

.tour-heading .tour-planning a {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}
.tour-heading .tour-planning a img {
    width: 130px;
    display: block;
    border: 1px solid #000;
}

.tour-heading .tour-planning a:hover img {
    border: 1px solid #face0c;
}

.tour-heading .tour-planning .sales-btn {
    margin: 20px 0px;
}

.tour-heading .tour-planning .sales-btn a {
    padding: 6px 20px;
    color: #27253d !important;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #27253d;
    font-size: 16px;
    font-weight: 400;
}

.tour-heading .tour-planning .sales-btn a:hover {
    color: #fff !important;
    background: #27253d;
}

.record-of-success {
    width: 100%;
    margin: 20px 0px;
}

.sales-slider .record-of-success .record-list {
    width: 60% !important;
    float: left;
}

.sales-slider .record-of-success .sales-content {
    width: 40%;
    float: right;
    padding-left: 120px;
}

.sales-slider .record-list ul li {
    max-width: 645px !important;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.selling-a-home .story-title {
    width: 100%;
    padding: 15px 0px;
}

.selling-a-home .story-title .story-left {
    float: left;
    width: 50%;
    text-align: left;
}

.selling-a-home .story-title .story-left ul {
    margin: 0px;
    padding: 0px;
}

.selling-a-home .story-title .story-left ul li {
    display: inline-block;
    padding: 0px 20px;
}

.selling-a-home .story-title .story-left ul li h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    font-weight: 400;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .5px;
}

.selling-a-home .story-title .story-left ul li p {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 130%;
    color: #557292;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 0;
}

.selling-a-home .story-title .story-right {
    float: right;
    text-align: right;
    width: 50%;
    padding: 5px 10px;
    display: none;
}

.selling-a-home .story-title .story-right .printer {
    border: 0;
    color: #557292;
    font-size: 16px;
    line-height: 150%;
    height: 20px;
    text-decoration: none;
    padding: 0 0 0 29px;
    font-weight: bold;
    background: url(../images/print-version.png) left 1px no-repeat;
}

.selling-a-home .story-title .story-right a.printer:hover {
    color: #767585;
    background: url(../images/print-version-on.png) left 1px no-repeat;
}

.selling-a-home .selling-headlines {
    padding: 10px 0px;
    margin-left: 22px;
}

.selling-a-home .selling-headlines ul {
    margin: 0px;
    padding: 10px 0px;
}

.selling-a-home .selling-headlines ul li {
    display: inline-block;
    padding: 0px 5px;
}

.selling-a-home .selling-headlines ul li a {
    color: #557292;
    font-size: 18px;
    line-height: 120%;
    text-decoration: none;
    padding: 0;
    font-weight: normal;
}

.selling-a-home .selling-headlines ul li a.active {
    font-weight: bold;
}


.selling-a-home .selling-headlines p {
    margin: 0 0 20px 0;
    padding: 0px 10px;
    font-size: 16px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}


.story-content .story-thumbnail img {
    display: block;
    max-width: 100%;
    margin: 30px auto 0;
}

.story-content .story-thumbnail img.no-margin {
    margin-top: 0px;
}

.story-content .story-thumbnail {
    text-align: center;
}

.story-content .story-shell {
    padding: 20px;
}

.story-content .story-shell h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.story-content .story-shell span {
    font-size: 17px;
}

.story-content .story-shell p {
    margin: 0 0 20px 0;
    padding: 0px;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
    padding-top: 15px;
}

.story-content .story-shell a {
    border: 0;
    color: #4e6b88;
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
    padding: 0;
    font-weight: bold;
}

.story-content .story-shell a:hover {
    color: #999999;
    text-decoration: underline;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
    margin: 30px 0;
    clear: both;
}

.paragraph p, .makes-successful p {
    margin: 0 0 20px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

img.full-width {
    width: 100%;
}

.makes-successful .right-img {
    float: right;
    margin-left: 20px;
}

.makes-successful h2 {
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.pad-0 {
    padding: 0 !important;
}

.pad-0 p {
    padding: 0 !important;
}

.school-info .iframe-contents {
    padding-left: 35px;
}

.school-info .copy-right-text {
    font-style: italic;
    font-size: 10px;
}

.wfp-heading .main-heading.selling-home ul li a {
    font-size: 18px;
    position: relative;
    overflow: hidden;
}
.wfp-heading .main-heading.selling-home ul li a i {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #2e3c84;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.wfp-heading .main-heading.selling-home ul li a:hover i {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.new-publications {
    margin-top: 80px;
    clear: both;
    float: none;
}
.new-publications > div img{
    display: block;
    max-width: 70%;
    margin:15px auto;
}
.pageshell-heading {
    padding: 0px 0px 30px 0px;
}

.pageshell-heading h2 {
    margin: 0;
    padding: 0;
    font-size: 34px;
    line-height: normal;
    color: #767585;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .5px;
}

.pageshell .bx-wrapper .bx-pager {
    display: none;
}

.contact-us .text-center {
    text-align: center;
}

.contact-us .text-center input[type=submit] {
    padding: 5px 60px;
    color: #27253d;
    background: #ffffff;
    border: 1px solid #27253d;
    border-radius: 3px;
    border-radius: 3px;
    margin: 10px 0px;
}

.contact-us .text-center input[type=submit]:hover {
    color: #fff;
    background: #27253d;
}

.story-shell ul {
    padding: 0px;
    margin: 0px;
}

.story-shell ul li {
    display: inline-block;
    padding: 0px 10px 0 0;
}

.story-shell ul li a {
    margin-left: 5px
}

.contact-us .contactForm .form-group label em,
.contact-us .contactForm .form-group label span{
    color: #f00;
}

.contact-us .contactForm .form-group label span{
    padding-left: 10px;
}

.contact-us .copy-right {
    font-size: 12px;
    padding: 15px 0px;
}

@media (min-width:768px) and (max-width:1024px) {
    .leader .overlay .market-leader {
        padding: 70px 15px;
    }

    .sales-slider .record-of-success .record-list {
        width: auto !important;
        float: none;
    }

    .gallery .buttons {
        visibility: visible !important;
    }

    .bg_images .big ul li img {
        width: 100% !important;
        max-width: 130px !important;
    }

    #table-1_filter {
        text-align: left !important;
    }

    .fixed-map .quick-search .left-text {
        padding: 0 !important;
    }

    .team_block .team-thumbnail img {
        min-height: auto !important;
    }

    .wfp-web-presence ul li {
        text-align: center !important;
    }

    .management-team .manager-profile ul li a {
        padding: 5px 10px !important;
    }

    .buyers-producers .professional-right-content.right-side img {
        width: 100% !important;
    }

    .sales-slider .record-of-success .sales-content {
        width: auto;
        float: none;
        padding-left: 0;
    }

    .superior .viewbtn .superior-image img {
        width: 100%;
    }

    .tour_slideshow {
        float: left !important;
        margin: 60px auto 0 !important;
        padding: 0px 15px !important;
    }

    .slideshow_block {
        height: inherit !important;
    }

    .slideshow_block .container {
        width: auto !important;
    }

    .fusion .containerpanel .containerpanel-heading {
        margin: 0px 100px;
    }

    .fusion .containerpanel .containerpanel-heading h1 {
        font-size: 32px;
    }

    .fusion .containerpanel .containerpanel-heading p {
        font-size: 22px;
    }

    #map_listings #scrollframe .buttons ul li a {
        margin-left: 10px;
    }

    #map_listings #scrollframe .full {
        min-height: 510px !important;
    }
}

@media (max-width:767px) {
    .leader .overlay .market-leader h4 {
        padding-bottom: 18px;
    }
    .professional-profile .profile-photo a img {
        max-width: 250px !important;
        margin: 0px auto;
    }

    .gallery .open-houses .open-houses-address span {
        font-size: 11px !important;
    }

    .gallery .open-houses .open-houses-address {
        padding: 10px 5px !important;
    }

    .gallery .open-houses .open-houses-address h4 {
        font-size: 11px !important;
    }

    .market-desc .market-desc-right ul li {
        margin: 10px 10px !important;
        line-height: 28px !important;
    }

    .professional-profile .profile-photo {
        text-align: center;
    }

    .market-desc .market-desc-left {
        border-right: 0px !important;
    }

    .wfp-gallery .bx-wrapper .bx-pager {
        display: none !important;
    }

    .module {
        height: 800px;
    }

    .slider-banner .slider .item {
        height: 420px !important;
        width: 100%;
    }

    .module .module-text .matterport-content .matterport-view a {
        padding: 0px 0;
    }

    .grey-block-1 .cf .left-cf p {
        font-size: 34px;
    }

    .grey-block-1 .cf .left-cf .num-1 {
        width: auto;
        box-sizing: border-box;
        float: none;
        margin-bottom: 10px;
    }

    .grey-block-1 .cf {
        position: relative;
    }

    .grey-block-1 .cf .left-cf .left-cf-image img {
        width: 100%;
        max-width: 100%;
        padding: 3px 0px 20px;
    }

    .grey-block-1 .cf .left-cf .num-2 {
        width: auto;
        float: none;
        box-sizing: border-box;
    }

    .left-cf-image a {
        margin-bottom: 40px;
        display: inline-block;
    }

    .sales-slider .record-of-success .record-list {
        width: auto !important;
        float: none;
        margin-top: 20px;
    }

    .sales-slider .record-of-success .sales-content {
        width: auto;
        float: none;
        padding-left: 0;
        text-align: center;
        margin: 80px 0px;
    }

    .superior .viewbtn .superior-image img {
        width: 100%;
    }

    .tour-heading {
        float: none !important;
        width: 100% !important;
        padding: 0px 15px !important;
    }

    .tour_slideshow {
        float: left !important;
        margin: 60px auto 0 !important;
        padding: 0px 15px !important;
    }

    .slideshow_block {
        height: inherit !important;
    }

    .slideshow_block .container {
        width: auto !important;
    }

    .fusion .containerpanel .containerpanel-heading {
        margin: 0px 15px;
    }

    .fusion .containerpanel .containerpanel-heading h1 {
        font-size: 32px;
    }

    .fusion .containerpanel .containerpanel-heading p {
        font-size: 22px;
    }

    .grey-block-1 {
        height: inherit;
        background: none;
    }

    .laptop-slider .lappy-thumbnail .left-lappy-thumbnail {
        float: none;
        width: auto;
    }

    .laptop-slider .lappy-thumbnail .right-lappy-thumbnail {
        float: none;
        width: auto;
        padding: 0px 0px;
        margin-top: 30px;
    }
    .view-photos {
        margin: 20px 0px 10px;
    }
    .superior .viewbtn .superior-btn {
        float: none;
        width: auto;
    }

    .superior .viewbtn .superior-image {
        width: auto;
        float: none;
    }

    .sales-slider .record-list ul li {
        width: 100% !important;
    }

    .tour_slideshow {
        display: none;
    }

    .international-connection .international-heading img {
        height: inherit;
    }

    .tour-heading h2 {
        font-size: 36px;
    }

    .tour-heading .tour-planning {
        text-align: center;
    }

    .tour-heading .tour-planning a {
        margin-bottom: 10px;
        display: inline-block;
    }

    .international-connection .international-heading h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .superior .superior-heading h2 {
        font-size: 36px;
    }

    .superior .viewbtn .superior-btn ul {
        text-align: center;
    }

    .sales-slider .record-heading h4 {
        font-size: 36px;
    }

    .ready-to-connect .ready-image .ready-button > a {
        display: block;
        font-size: 30px !important;
        padding:15px 0px !important;
    }

    .grey-block-1 .cf .right-cf img {
        width: 100%;
        max-width: 100%;
    }

    .wfp-marketing .marketing-content .marketing-button a {
        display: inline-block;
    }
}

#advertising .pageshell-slider {
    margin: 20px auto;
}
.pageshell .pageshell-slider ul {
    margin: 0px;
    padding: 0px;
    height: 100% !important;
}
.pageshell .pageshell-slider ul li{
    top: 0;
    left: 0;
}
.pageshell .pageshell-slider ul li a {
    display: block;
}

.pageshell .pageshell-slider ul li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    max-height:560px;
}
.pageshell .pageshell-content p {
    margin: 0 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.pageshell .pageshell-content a {
    display: inline-block;
    border: 0;
    color: #4e6b88;
    font-size: 16px;
    line-height: 340%;
    text-decoration: none;
    padding: 0;
    font-weight: bold;
}

.pageshell .pageshell-content a:hover {
    color: #999999;
    text-decoration: underline;
}

.pageshell .bx-wrapper .bx-controls-direction a {
    display: none;
}
#our-network.pageshell .pageshell-slider ul{
    display: inline-block;
}
#our-network.pageshell .pageshell-slider ul li{
    display: inline-block;
    width: 25%;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    margin: 0 -2px;
}
#our-network.pageshell .pageshell-slider ul li a{
    padding: 15px;
}
#our-network.pageshell .pageshell-slider ul li a img{
    max-height: 100px;
}
.wfp-advirtisement .advirtisement-content {
    padding: 20px 0px;
}

.wfp-advirtisement .advirtisement-content p {
    margin: 0 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: center;
}

.wfp-advirtisement .advirtisement-content ul {
    float: left;
    width: 50%;
    padding: 0px 15px;
}

.wfp-advirtisement .advirtisement-content ul li {
    list-style-type: square;
    padding: 2px 0px;
    font-size: 16px;
}
.list-container {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}
.publications .bx-wrapper {
    background: trasparent;
    box-shadow: none;
    border: none;
}

.publications .bx-wrapper img {
    height: auto;
    width: auto;
    margin: 0 auto;
}

.publications .bx-controls {
    display: none;
}

.publications .publications-buttons {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.publications .publications-buttons ul {
    margin: 0px;
    padding: 0px;
}

.publications .publications-buttons li {
    display: inline-block;
    padding: 0px 5px;
}

.publications .publications-buttons li a {
    text-align: justify;
    text-decoration: none;
    color: #27253d;
    font-size: 16px;
    border: 1px solid #27253d;
    padding: 5px 16px;
    border-radius: 3px;
}

.publications .publications-buttons li a:hover {
    color: #fff;
    background: #27253d;
}

.publications .bx-wrapper {
    margin-bottom: 30px;
}

.publications .firstcopy {
    margin: 0 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.wfp-web-presence ul {
    margin: 20px 0px;
    padding: 0px;
}

.wfp-web-presence ul li {
    display: inline-block;
    width: 25%;
    margin: 0 -2px;
    vertical-align: middle;
    padding: 0 17px;
}

.wfp-web-presence ul li a img {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}

.wfp-web-presence ul li:last-of-type a img{
    padding: 0;
}
.wfp-web-presence ul li:first-of-type a img{
    padding: 35px;
}

.wfp-web-presence .pageshell-heading p {
    margin: 0 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.wfp-web-presence .pageshell-heading a {
    border: 0;
    color: #4e6b88;
    font-size: 16px;
    line-height: 200%;
    text-decoration: none;
    padding: 0;
    font-weight: bold;
    display: block;
}

.wfp-web-presence .pageshell-heading a:hover {
    text-decoration: underline;
    color: #999999;
}

/*wfp-quarterly-update-sec*/
.wfp-quarterly-update-sec{
    background-color: #EFEEEA;
    margin: 15px auto 0;
    padding: 50px 20px 0;
}

.wfp-quarterly-update-sec .left-phone-thumbnail .bx-wrapper {
    background: url(../about-wfp/images/phone.png) no-repeat scroll center center/contain;
    overflow: hidden;
    margin: 0 auto;
    max-width: 290px !important;
}
.wfp-quarterly-update-sec .left-phone-thumbnail .bx-wrapper img {
    max-width: calc(100% - 40px);
    display: block;
    margin: 68px auto 0;
}
.wfp-quarterly-update-sec .left-phone-thumbnail .bx-wrapper .bx-controls{
    display: none;
}
.wfp-quarterly-content-wrapper h3 {
    margin-bottom: 30px;
    font-weight: 600;
    margin-top: 30px;
}
.wfp-quarterly-content-wrapper p {
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
}
.wfp-quarterly-update-sec .wfp-quarterly-content-wrapper h2{
    font-size: 34px;
    color:  #767585;
    font-weight: 500;
    margin-top: 0;
    line-height: 55px;
}
.wfp-quarterly-update-sec .wfp-quarterly-content-wrapper ul{
    padding: 0;
}

.wfp-quarterly-update-sec .wfp-quarterly-content-wrapper ul li{
    margin-bottom: 10px;
}

.wfp-quarterly-update-sec .wfp-quarterly-content-wrapper ul li a{
    border: 0;
    color: #323232;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.wfp-quarterly-update-sec .wfp-quarterly-content-wrapper ul li a i {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #2e3c84;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.wfp-quarterly-update-sec .wfp-quarterly-content-wrapper ul li a:hover{
    color: #2e3c84;
}
.wfp-quarterly-update-sec .wfp-quarterly-content-wrapper ul li a:hover i {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

/*wfp-video-panel*/
.wfp-video-panel {
    margin: 15px 0 auto;
    padding: 20px 20px 0 20px;
}

.wfp-video-panel .wfp-quarterly-content-wrapper h2 {
    color: #767585;
    line-height: normal;
    margin-bottom: 30px;
    font-size: 34px;
    font-weight: 500;
}
.wfp-video-panel .wfp-quarterly-content-wrapper ul{
    padding: 0;
}
.wfp-video-panel .wfp-quarterly-content-wrapper ul li{
    list-style: none;
    display: inline-block;
    width: calc(100% / 3);
    margin: 0 -2px;
    padding: 0 10px;
}

.wfp-video-panel .wfp-quarterly-content-wrapper ul li a,
.wfp-video-panel .wfp-quarterly-content-wrapper ul li a > img{
    display: block;
    width: 100%;
    position: relative;
}
.hover-image {
    position: absolute;
    opacity: 1;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    z-index: 1;
}
.hover-image::after{
    position: absolute;
    content: "";
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    opacity: 0;
    z-index: -1;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;

}
.wfp-video-panel .wfp-quarterly-content-wrapper ul li a:hover .hover-image::after{
    opacity: 1;
}
.hover-image img{
    max-width: 50px;
    margin:0 auto;
    display: block;
}
.hand-mobile img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.wfp-video-panel .wfp-quarterly-content-wrapper ul li a:hover .hover-image{
    opacity: 1;
}
.pageshell p {
    margin: 30px 10px 20px 0;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.mac-gallery .pageshell p{
    font-size: 20px;
    font-weight: 300;
    font-family: inherit;
    text-align: center;
}
.new-publications.mac-gallery.gallery-tabs .mac-gallery-headline{
    margin: 0;
    padding: 0;
}

.wfp-marketing-listing {
    padding: 0 0 40px 0;
}
.wfp-marketing-listing .listing-tab p{
    text-align: center;
}
.wfp-marketing-listing .listing-tab a.fpi-link{
    padding: 6px 16px;
    color: #27253d !important;
    background: #fff !important;
    border-radius: 5px;
    border: 1px solid #002a5c;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.wfp-marketing-listing .listing-tab a.fpi-link:hover{
    color: #fff !important;
    background: #27253d !important;
}

.wfp-marketing-listing .luxury-listings {
    margin: 20px 0px;
}

.wfp-marketing-listing .luxury-listings ul {
    margin: 0px;
    padding: 0px;
}

.wfp-marketing-listing .luxury-listings ul li {
    display: block;
    padding: 4px 0px;
}

.wfp-marketing-listing .luxury-listings ul li a {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.wfp-marketing-listing .luxury-listings ul li a:hover {
    text-decoration: underline;
}

.wfp-marketing-listing .luxury-listings ul li span {
    text-align: justify;
    color: #27253d;
    font-size: 14px;
}

.wfp-marketing-listing ul.bxslider {
    margin: 0px;
    padding: 0px;
}
.wfp-marketing-listing .bx-wrapper .bx-pager {
    display: none;
}

.wfp-marketing-listing .luxury-content {
    padding: 0px 5px;
}

.wfp-marketing-listing .luxury-content .luxury-content-left, .wfp-marketing-listing .carouseladdress {
    float: left;
    width: 50%;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.wfp-marketing-listing .luxury-content .luxury-content-left li a {
    color: #4c4c4c !important;
    font-size: 14px;
}

.wfp-marketing-listing .luxury-content .luxury-content-left li a:hover {
    color: #999999;
}

.wfp-marketing-listing .luxury-content .luxury-content-left li span {
    color: #4c4c4c;
    font-size: 14px;
}

.wfp-marketing-listing .luxury-content .luxury-content-right, .wfp-marketing-listing .carouselbedbaths {
    float: right;
    width: 50%;
    text-align: right;
    margin: 0px;
    padding: 0px;
}

.wfp-marketing-listing .luxury-content .luxury-content-right li span {
    color: #4c4c4c;
    font-size: 14px;
}

.management-team .manager-profile {
    padding-bottom: 20px;
}

.management-team .manager-profile h3 {
    margin: 0;
    padding: 20px 0px;
    font-size: 18px;
    line-height: 150%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.management-team .manager-profile img {
    border-bottom: 0px;
    width: 250px;
}

.management-team .manager-profile ul {
    margin: 10px 0px 20px 0px;
    padding: 0px;
}

.management-team .manager-profile ul li {
    display: inline-block;
    padding-left: 5px;
}

.management-team .manager-profile ul li a {
    text-align: justify;
    text-decoration: none;
    color: #27253d;
    font-size: 16px;
    border: 1px solid #27253d;
    padding: 5px 16px;
    border-radius: 3px;
}

.management-team .manager-profile ul li a:hover {
    color: #fff;
    background: #27253d;
}

.management-team .manager-desc p {
    margin: 0 0 30px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.our-proffesional .pageshell-heading img {
    margin: 20px 0px;
    width: 100%;
}

.our-proffesional .professional-left-content {
    padding-bottom: 30px;
}

.our-proffesional .professional-left-content p {
    margin: 0px 0px !important;
}

.our-proffesional .professional-left-content a {
    display: block;
}

.our-proffesional .professional-left-content a img {
    width: 100%;
    margin-top: 20px;
}

.our-proffesional .professional-right-content h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .5px;
}

.our-proffesional .professional-right-content ul li {
    list-style-type: square;
}

.our-proffesional .professional-right-content ul li p {
    margin: 20px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}
.storylink {
    border: 0;
    color: #767585;
    font-size: 16px;
    line-height: 200%;
    text-decoration: none;
    font-weight: bold;
    margin: 10px 10px 20px 0px;
    display: inline-block !important;
    position: relative;
    overflow: hidden;
}
.storylink:hover{
    color: #2e3c84;
}
.storylink i {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #2e3c84;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.storylink:hover i{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.management-story .story-image {
    padding: 20px 0px 0px 0px;
}

.management-story .story-image img {
    width: 100%;
    height: 100%;
}

.management-story .story-image p {
    margin: 30px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.management-story .story-image ul {
    margin: 0px;
    padding: 0px 40px;
}

.management-story .story-image ul li {
    list-style-type: square;
    padding: 10px 0px;
}

.management-story .story-image ul li strong {
    font-size: 18px;
}

.management-story .story-image ul li p {
    margin: 30px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    display: inline;
    color: #4c4c4c;
    text-align: left;
}

.management-story .signatures {
    text-align: center;
    padding-bottom: 50px;
}
.management-story .signatures img{
    max-width: 190px;
    display: block;
    margin: 0 auto;
}
.management-story .signatures p {
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    font-weight: 600;
    text-align: center;
}

.wfp-marketing-listing .bx-wrapper .bx-controls-direction a {
    background: none !important;
}

.wfp-marketing-listing .bx-wrapper {
    background: #fff;
}

.news-center img {
    width: 100%;
}

.news-center .news-left p {
    color: #999999;
    font-weight: 600;
    font-size: 20px;
    padding: 0px;
}

.news-center .news-right p {
    color: #999999;
    font-weight: 600;
    font-size: 20px;
    padding: 0px;
}

.news-center .story-shell h2 a {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.news-center .story-shell h2 a:hover {
    text-decoration: none !important;
    color: #767585a8;
}


.form-page {
    padding: 0px;
    margin: 5px;
    text-align: center;
    color: #000;
}

.wfp-marketing-listing .less .col-sm-4 {
    padding: 0px 5px;
}

.wfp-marketing-listing .bx-wrapper {
    background: #e9e8e9;
}

.news-center .story-shell h2 a {
    text-transform: capitalize;
}

.virtual-tour {
    padding: 0px;
}

.virtual-tour, .virtual-tour .bx-wrapper {
    background: #fff;
}

.market-desc .market-desc-left {
    border-right: 1px solid #999999;
}

.market-desc .market-desc-right {
    margin-top: 30px;
}

.market-desc .market-desc-right ul {
    margin: 0px;
    padding: 0px 10px;
}

.market-desc .market-desc-right ul li {
    margin: 10px 0px;
    list-style-image: url(../images/greaterthan.png);
}

.market-desc .market-desc-right ul li a {
    border: 0;
    color: #557292;
    font-size: 16px;
    line-height: 10%;
    text-decoration: none;
    padding: 0;
    font-weight: 600;
}

.market-desc .market-desc-right ul li a:hover {
    color: #999999;
}

p.copy {
    margin: 30px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.market-desc .international-heading img {
    width: 100%;
    height: 100%;
}

.market-desc .international-heading {
    text-align: center;
    width: 100%;
    margin: 10px 0px 20px 0px;
}

.scroll-up {
    background: url(../images/back_to_top_btn.png) top left no-repeat;
    width: 30px;
    height: 40px;
    border: 0;
    display: none;
    margin: 0;
}

.buyers-producers {
    padding: 40px 0px;
    background-color: #ebeae5;
}
.buyers-producers .row > div img{
    display: block;
    margin:0 auto;
    max-width: 100%;
}
.buyers-producers .professional-left-content h4 {
    margin: 0px;
    padding: 20px 0px 10px 0px;
    font-size: 18px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.buyers-producers .professional-left-content p, .buyers-producers .professional-right-content p {
    padding-bottom: 15px;
    margin: 10px 0px;
}

.buyers-producers .professional-right-content h4 {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 18px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.hover-text-anchor {
    margin: 0px !important;
    padding: 0px !important;
}

.hover-text-anchor a {
    color: #999999;
    display: inline-block;
}

.hover-text-anchor a:hover {
    color: #999999b3;
}

.globe {
    background: url(../images/globe-screen.png) no-repeat top center;
    width: 100%;
    padding: 0;
}

.buyers-producers .professional-right-content.right-side {
    width: 100%;
    text-align: right;
}

.buyers-producers .professional-right-content.right-side img {
    width: 300px;
}

.sales-meeting {
    margin-top: -20px;
}

h4.email {
    padding: 20px 0px 10px 0px !important;
    margin: 0px !important
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
}

.modal-footer {
    border-top: 0px solid #e5e5e5 !important;
}

.modal-header {
    border-bottom: 0px solid #e5e5e5 !important;
}

.modal #exampleInputEmail-2 {
    margin-left: 10px;
}

#exampleInputEmail-2, #exampleInputEmail-1 {
    float: left;
    margin-right: 5px;
}

.modal .modal-left {
    float: left;
}

.copyright p {
    padding: 10px 0px 10px 0px;
}

.modal-header h4 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}
.news-items .news-heading {
    padding: 25px 0px 20px 0px;
}

.news-items .news-heading span {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.news-items .news-heading h2 {
    margin: 0;
    padding: 5px 0px 0px 0px;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.news-elements .news-element-left h4 {
    margin: 0px;
    padding: 20px 0px 10px 0px;
    font-size: 18px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.news-elements .news-element-thumbnails {
    margin: 25px 0px 25px 0px;
}

.news-elements .news-element-thumbnails ul {
    margin: 0px;
    padding: 0px;
}

.news-elements .news-element-thumbnails ul li {
    padding: 10px 0px;
}

.news-elements .news-element-thumbnails ul li a img {
    object-fit: cover;
    width: 100%;
}

.fancybox-overlay .fancybox-close {
    background-image: url(../assets/fancybox/fancybox_sprite@2x.png) !important;
    background-size: 44px 152px !important;
    position: absolute !important;
    top: -18px !important;
    right: -18px !important;
    width: 36px !important;
    height: 36px !important;
    cursor: pointer !important;
    z-index: 8040 !important;
}

.login-popup input.btn-submit {
    display: block;
    width: auto;
    background: #fff;
    color: #27253d;
    border: 1px solid #27253d;
    font-size: 14px;
    margin-left: 0 !important;
    margin-top: 20px;
}
.login-popup input.btn-submit:hover,
.login-popup input.btn-submit:focus,
.login-popup input.btn-submit:active{
    outline: none;
    box-shadow: none;
}
.login-popup label {
    color: #767585;
}

.login-popup label em {
    color: red;
}

.login-popup input.btn-submit:hover {
    color: #fff;
    background: #27253d;
}

.login-popup .modal-heading h2 {
    margin: 0;
    padding: 20px 0px 10px 0px;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.login-popup .professional-right-content h4 {
    margin: 0px;
    padding: 20px 0px 10px 0px;
    font-size: 18px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.login-popup .professional-right-content ul li {
    list-style-type: square;
}
.login-fancybox .fancybox-content {
    max-width: 800px;
    height: 430px !important;
    overflow-y: auto;
    padding: 15px;
    width: 85% !important;
}
.login-popup {
    background: none !important;
}

.login-popup .professional-right-content ul li p {
    margin: 10px 10px 10px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 145%;
    color: #4c4c4c;
    text-align: left;
}

.login-popup .form-group {
    margin: 20px 0px 20px 0px;
}

.login-popup .modal-heading a {
    margin: 20px 0px;
}
.home-slider-video .fancybox-content,
.home-slider-video .fancybox-content .fancybox-iframe body{
    background: transparent !important;
}
.financial-calculator .calculator-left {
    padding-bottom: 0px;
}

.financial-calculator .calculator-left ul {
    margin: 0px;
    padding: 0px;
}
.financial-calculator .calculator-left ul li a {
    line-height: 120% !important;
}

.financial-calculator .calc-thumbnail {
    width: 100%;
    margin: 20px 0px;
}

.financial-calculator .calc-thumbnail img {
    width: 100%;
}

.financial-calculator p.copy {
    margin: 0px 10px 20px 0px;
    padding: 0;
    font-size: 12px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.financial-calculator-details h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
    font-family: 'Lato', sans-serif !important;
}

.financial-calculator-details p {
    margin: 10px 10px 0 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
    font-family: 'Lato', sans-serif !important;
}

.financial-calculator-details p b {
    margin: 0px;
    padding: 20px 0px 10px 0px;
    font-size: 18px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
    font-family: 'Lato', sans-serif !important;
}

.financial-calculator-details fieldset {
    border: 1px solid #e5e5e5;
    margin-top: 10px;
}

.financial-calculator-details fieldset legend {
    width: auto;
    border: none;
    margin: 0;
}

.financial-calculator-details fieldset legend b {
    color: #767585;
    font-size: 17px;
    font-family: 'Lato', sans-serif !important;
}

.financial-calculator-details .SubDetailTable th, .financial-calculator-details .SubDetailTable td,
.financial-calculator-details .DetailTable th, .financial-calculator-details .DetailTable td {
    padding: 0 !important;
    font-family: 'Lato', sans-serif !important;
}

.financial-calculator-details input.TextInput, .financial-calculator-details select {
    width: 110px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-left: 75px;
}

.financial-calculator-details .details-field p {
    margin: 0px 10px 10px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.financial-calculator-details label {
    margin: 0px 10px 10px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
    font-weight: normal;
}

.financial-calculator-details .checkbox {
    display: inline-block;
}

.financial-calculator-details button,
.financial-calculator-details input[type=button],
.financial-calculator-details input[type=reset],
.financial-calculator-details input[type=submit] {
    color: #27253d !important;
    padding: 5px 50px !important;
    font-size: 16px !important;
    background: none !important;
    border-radius: 5px !important;
    border: 1px solid #27253d !important;
    font-family: 'Lato', sans-serif !important;
    height: auto !important;
    width: auto !important;
    font-weight: normal !important;
}

.financial-calculator-details button:hover,
.financial-calculator-details input[type=button]:hover,
.financial-calculator-details input[type=reset]:hover,
.financial-calculator-details input[type=submit]:hover {
    background: #27253d !important;
    color: white !important;
}

.financial-calculator-details .details-input-field {
    padding-top: 50px;
}

.financial-calculator-details .details-input-field .form-group {
    margin-bottom: 5px;
}

.financial-calculator-details .radio {
    display: inline-block;
    margin-left: 15px;
    margin-right: 5px;
}

.radio.radio-1 {
    margin-top: 20px;
}

.details-input-field.top-input {
    padding-top: 50px;
}

.checkbox .copy {
    margin: 0px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 135% !important;
    color: #4c4c4c;
    text-align: left;
}

.compute {
    margin: 0px 25px 20px 0px;
}

.compute input {
    display: inline-block;
    padding: 5px 80px;
    background: #fff;
    border-radius: 3px;
    color: #27253d;
    border: 1px solid #27253d;
    font-size: 14px;
}

.compute input:hover {
    color: #fff;
    background: #27253d;
}

.bottom-details p {
    margin: 0px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 135%;
    color: #4c4c4c;
    text-align: left;
}

.bottom-details ul {
    margin: 0px;
    padding: 0px;
}

.bottom-details li .storylink {
    border: 0;
    color: #4e6b88;
    font-size: 17px;
    line-height: 40%;
    text-decoration: none;
    font-weight: bold;
    margin: 10px 0px 20px 0px;
    display: inline-block !important;
}

.bottom-details li .storylink:hover {
    text-decoration: underline;
    color: #999999;
}

.bottom-details {
    padding: 0px 0px 20px 0px;
}

.radio label {
    padding-left: 10px !important;
}

.details-field .checkbox {
    margin-top: 20px !important;
}

.details-field p.small-text {
    font-size: 13px;
}

.iradio_minimal-green {
    margin-right: 3px;
}

.radio.radio-2 {
    margin-top: 94px;
}

.details-field .checkbox label {
    font-size: 17px;
    padding-left: 0px;
}

.icheckbox_minimal-green {
    margin-right: 5px;
}

.wfp-heading .main-heading ul.back-btn {
    margin: 0px;
    padding: 0px;
    text-align: left;
    width: 100%;
}

.wfp-heading .main-heading ul.back-btn li:nth-child(1) {
    width: 70%;
    float: left;
}

.wfp-heading .main-heading ul.back-btn li:nth-child(2) {
    width: 30%;
    float: right;
    text-align: right;
    padding: 10px 30px 0px 0px;
}

.wfp-heading .main-heading ul.back-btn li:nth-child(2) a.storylink {
    font-size: 16px;
    font-weight: 500;
}

.forgot-password .forgot-heading {
    margin: 10px 0px;
}

.forgot-password .forgot-heading h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.forgot-password .forgot-input label {
    font-size: 14px;
}

.forgot-password .forgot-input label em {
    color: red;
}

.forgot-password .forgot-btn input {
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    color: #27253d;
    border: 1px solid #27253d;
    font-size: 16px;
}

.forgot-password .forgot-btn input:hover {
    color: #fff;
    background: #27253d;
}

.forgot-password .forgot-btn {
    margin-top: 24px;
    width: 85%;
}

.copy.btm {
    font-size: 12px;
    padding: 0px 25px;
}

.forgot-password {
    background: #f9f9f9;
}

.forgot-password.wfp-heading .main-heading {
    margin: 0px !important;
}

a.searchsubmit {
    padding: 4px 16px;
    border-radius: 3px;
    color: #27253d;
    border: 1px solid #27253d;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    margin-right: 10px;
}

a.searchsubmit:hover {
    color: #FFF;
    background: #27253d;
}

.saved-pages .saved-tabs {
    padding: 20px 0px 20px 0px;
}

.saved-pages .saved-tabs .full > ul {
    margin: 0 auto 10px;
    padding: 0px 0px 0px 0px;
}

.saved-pages .saved-tabs .full > ul > li > a {
    display: block;
    color: #000;
    height: 240px;
}
.saved-pages .saved-tabs .full > ul > li > a img{
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.saved-pages .saved-tabs .tab-content {
    padding-top: 10px;
}

.saved-pages .saved-tabs .full > ul > li.active > a {
    font-weight: 600;
    font-size: 16px;
}

table td {
    text-align: left;
    padding: 5px 10px;
}

table.row-1:hover {
    background: #fff !important;
}

table.row-1 thead td {
    font-size: 18px;
    border-top: none !important;
}

.saved-pages .saved-tabs .nav > li > a:focus, .saved-pages .saved-tabs .nav > li > a:hover {
    text-decoration: none;
    background-color: #FFF !important;
}

.saved-pages .saved-tabs .forgot-input, .saved-pages .saved-tabs .forgot-btn {
    padding-top: 20px;
    padding-bottom: 20px;
}

.wfp-heading .saved {
    margin-bottom: 0px !important;
}

table .close {
    float: left;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    opacity: 1;
    font-weight: 400;
}

.forgot-password .main-heading ul li h2 {
    margin: 0;
    padding: 20px 0px 10px 0px;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.nav-tabs > li > a {
    line-height: 1;
    border: none;
}
.professional-profile .profile-photo a {
    display: block;
}

.professional-profile .profile-photo a img {
    width: 100%;
}

.professional-profile .biodata {
    margin: 80px 80px 0px 80px;
}

.professional-profile .biodata h4 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.professional-profile .biodata p {
    margin: 0 10px 20px 0px;
    padding: 0;
    font-size: 20px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.professional-profile .biodata ul {
    margin: 0px;
    padding: 0px;
}

.professional-profile .biodata ul li {
    padding: 5px 0px;
}

.professional-profile .biodata ul li h4 span {
    color: #4c4c4c;
    font-weight: 400;
    display: inline-block;
    font-size: 18px;
}

.professional-profile .biodata ul li h4 a {
    color: #4c4c4c;
    font-weight: 400;
    display: inline-block;
    font-size: 18px;
}


.professional-profile .biodata ul li h4 a:hover {
    color: #999999;
    text-decoration: underline;
}

.professional-profile .biodata .profile-btn {
    text-align: left;
    margin: 20px 0;
}

.professional-profile .biodata .profile-btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding:9px 10px !important;
    border-radius: 3px;
    color: #27253d;
    border: 1px solid #27253d;
    font-size: 11px;
    font-weight: normal;
    width: auto;
    margin: 5px 5px 5px 0;
    text-align: center;
}

.professional-profile .biodata .profile-btn a img,
.professional-profile .biodata .profile-btn a svg{
    width: 18px;
    height: auto;
    margin-right: 5px;
}

.professional-profile .biodata .profile-btn a img.img-after-hover{
    display: none;
}

.professional-profile .biodata .profile-btn a:hover {
    color: #fff;
    background: #27253d;
}

.professional-profile .biodata .profile-btn a:hover svg{
    fill: #fff;
}

.professional-profile .biodata .profile-btn a:hover img.img-before-hover{
    display: none;
}

.professional-profile .biodata .profile-btn a:hover img.img-after-hover{
    display: block;
}

.professional-profile .about-profile h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}
.professional-profile .about-profile .profile-explanation h4 {
    margin: 0px;
    padding: 20px 0px 10px 0px;
    font-size: 18px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.professional-profile .about-profile .profile-explanation p {
    margin: 10px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.profile-tabs .bx-wrapper {
    background: #e9e8e9;
}

.testimonials {
    padding: 40px 0px;
}

.testimonials .testimonials-heading h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.testimonials .testimonials-heading p {
    margin: 10px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.testimonials .testimonials-column {
    background: #4c698d;
    padding: 20px 15px;
    width: 31.5%;
    float: left;
    margin: 10px;
}

.testimonials .testimonials-column p {
    color: #fff;
    margin: 0 0px 0px 0px;
    padding: 0;
    font-size: 15px;
    line-height: 180%;
    text-align: left;
}

.testimonials .testimonials-column h4 {
    margin: 0px;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    line-height: 130%;
    color: #CCCCCC;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.col-btn {
    text-align: right;
    margin-top: 10px;
}

.col-btn a {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 3px;
    color: #27253d;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    text-align: center;
}

.col-btn a:hover {
    background: #27253d;
    color: #fff;
    border: 1px solid #27253d;
}

.vcard {
    text-align: center;
}

.vcard a {
    display: inline-block !important;
    padding: 4px 20px;
    border-radius: 3px;
    color: #27253d;
    border: 1px solid #27253d;
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gallery .open-houses.map-open-house .open-houses-address h4 {
    font-size: 12px !important;
}

.gallery .open-houses.map-open-house .open-houses-address {
    padding: 8px 2px !important;
}

.gallery .open-houses.map-open-house .heart {
    position: absolute;
    bottom: 6px;
    width: 30px;
    right: 0px !important;
    text-align: right;
}

.vcard a:hover {
    background: #27253d;
    color: #fff;
}

.gallery .open-houses {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    left: 0px;
    right: 0px;
    height: 30px;
}

.gallery .open-houses .open-houses-address {
    float: left;
    width: 90%;
    padding: 6px 10px !important;
    text-align: left;
}

.gallery .open-houses .open-houses-address h4 {
    color: #fff;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

.gallery .open-houses .open-houses-address span {
    font-size: 12px;
    font-weight: 400;
}

.gallery .open-houses .open-houses-icon {
    float: right;
    width: 10%;
    padding: 4px 2px;
}

.gallery .open-houses .open-houses-icon a {
    display: block;
}

.gallery .open-houses .open-houses-icon a img {
    width: 18px;
}

.gallery .open-houses .open-houses-icon a img:hover {
    opacity: 0.7;
}

.third {
    margin-left: 55px !important;
}

.fourth {
    margin-left: 60px !important;
}

.professionals .listing-button a {
    color: #27253d;
    padding: 8px 16px;
    font-size: 16px;
    background: #fff;
    border-radius: 5px;
    margin: 0px 4px;
    display: inline-block;
    width: 46%;
    border: 1px solid #27253d;
}

.testimonials-tab .testimonials-column {
    background: #525164;
    padding: 20px 15px;
    width: 31.5%;
    float: left;
    margin: 10px;
    border-radius: 5px;
}

.testimonials-tab .testimonials-column.same {
    background: #7d7c8b;
}

.tab-pane .testimonials {
    padding: 10px 0px;
}

.agent-popup {
    overflow: hidden;
}

.agent-popup .main-heading {
    text-align: center;
    width: 100%;
}

.agent-popup .main-heading h2 {
    margin: 0;
    padding: 20px 0px 10px 0px;
    font-size: 24px;
    line-height: 130%;
    color: #27253d;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
    text-align: center;
    border-bottom: 1px solid #27253d;
}

.agent-popup .forgot-input input.form-control {
    width: 47%;
    display: inline-block;
    padding: 24px 12px;
    border-radius: 0px;
}

.agent-popup .last_name {
    float: right !important;
    margin-right: 0px !important;
}

.agent-popup .form-control {
    margin-bottom: 10px;
}

.agent-popup .forgot-input-1 input {
    padding: 24px 12px;
    border-radius: 0px;
}

.agent-popup .radio {
    display: inline-block;
}

.agent-popup .details-field-1 {
    text-align: center;
    margin-top: 20px;
}

.agent-popup .details-field-1 .agent-btn {
    padding: 6px 12px;
    border-radius: 0px;
    color: #27253d;
    border: 1px solid #27253d;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    width: 90%;
    text-align: center;
    margin-top: 5px;
}

.agent-popup .details-field-1 .agent-btn:hover {
    color: #fff;
    background: #27253d;
}

.agent-popup .details-field label {
    padding-left: 0px !important;
    font-size: 18px !important;
    color: #27253d;
}

.reduction {
    font-size: 14px !important;
    color: red !important;
    display: block;
}

.reduction img {
    width: 9px !important;
    height: 9px !important;
    border: 0;
    margin: 0 2px 0 0;
    padding: 0;
}

.full .next, .full .previous {
    display: none;
}

.full:hover .previous {
    display: block;
}

.full:hover .next {
    display: block;
}

.agent-popup p.copy {
    margin: 10px 0px 0px 0px;
    color: #27253d;
}

.agent-popup .forgot-input {
    margin-top: 25px;
}

.gallery .image-gallery .next a img {
    width: 20px;
}

.gallery .image-gallery .previous a img {
    width: 18px;
}

.listing-information span.title {
    color: #2e3c84 !important;
}

.listing-information .listing-price {
    font-size: 20px;
    color: #2e3c84 !important;
}

.listing-information .listing-status {
    font-size: 18px;
}

.property-open-house h4 {
    color: #27253d !important;
    font-size: 20px;
    font-weight: 600;
}

.property-open-house h4 span {
    font-weight: 400;
    font-size: 18px;
}

.listing-navigation .text-left a, .listing-navigation .text-right a, #searchsubmit {
    text-decoration: none;
    color: #27253d;
    display: inline-block;
    border: 1px solid #27253d;
    border-radius: 5px;

}

.buttons.btnpdetails {
    margin: 0 10px 0 0 !important;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 26px;
}
.buttons.btnpdetails:last-of-type{
    margin-right: 0 !important;
}

.listing-navigation .text-left a:hover,
.listing-navigation .text-right a:hover,
.share-property .property-button a:hover,
#searchsubmit:hover,
.listing-navigation .text-left a:focus,
.listing-navigation .text-right a:focus,
.share-property .property-button a:focus,
#searchsubmit:focus,
.listing-navigation .text-left a:active,
.listing-navigation .text-right a:active,
.share-property .property-button a:active,
#searchsubmit:active {
    color: #fff !important;
    background-color: #27253d !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    -webkit-box-shadow:none !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.share-property .property-button a {
    text-decoration: none;
    color: #27253d;
    display: inline-block;
    border: 1px solid #27253d;
    border-radius: 5px;
}

.listing-information li.items {
    color: #707071 !important;
}

.share-property li.social-button:hover {
    opacity: 0.9;
    color: #27253d !important;
    border: 3px solid #27253d !important;
}

.share-property li.social-button {
    min-height: 40px;
    min-width: 40px;
    border-radius: 50%;
    border: 3px solid #27253d !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.share-property .social-button a {
    font-size: 22px;
    color: #27253d !important;
}

#sync2 .owl-nav .owl-prev, #sync2 .owl-nav .owl-next {
    background-color: #27253d !important;
}

.gallery .listing-control ul li a img {
    width: 30px;
}

#sync2 .owl-item.active.currentThumb:before {
    border: 5px solid #27253d !important;
}

.share-property .list-inline > li {
    padding-right: 10px !important;
}

.social-links li.share-title{
    padding-left: 0;
}

.tab-section .slide-nav {
    background: #27253d !important;
}

.tab-section li.slide-nav:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #27253d !important;
    position: absolute;
    bottom: -4px;
    left: 50%;
    z-index: 2;
}

.professional-profile .biodata ul li h4 {
    font-size: 18px;
    float: left;
    width: 150px;
}

.professional-profile .biodata ul li a {
    display: block;
    color: #4c4c4c;
}

.professional-profile .biodata ul li a span {
    font-size: 18px;
}

.style-two {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #fff, #333, #fff);
    background-image: -moz-linear-gradient(left, #fff, #333, #fff);
    background-image: -ms-linear-gradient(left, #fff, #333, #fff);
    background-image: -o-linear-gradient(left, #fff, #333, #fff);
    margin: 30px 0;
    clear: both;
}

.gallery-tabs.profile-tabs {
    background: #fff;
    padding: 0px 0px;
}

.gallery-tabs.profile-tabs .tab-content {
    background: #fff;
}

.gallery-tabs.profile-tabs .listing-tab {
    padding: 25px 0px;
    background: #e9e8e9;
}

.property-location ul.tab-panel li.active a:after {
    content: " ";
    border-bottom: 5px solid #27253d;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.property-location ul.tab-panel li.active:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    width: 100%;
    position: absolute;
    bottom: -14px;
    color: #27253d;
    text-align: center;
    font-size: 18px;
    left: 0;
}

.tab-section ul.tab-panel li.active a:after {
    content: " ";
    border-bottom: 5px solid #27253d;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.tab-section ul.tab-panel li.active:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    width: 100%;
    position: absolute;
    bottom: -14px;
    color: #27253d;
    text-align: center;
    font-size: 18px;
    left: 0;
}

.slider-banner .left .arrow-left:hover {
    left: 18px;
}

.slider-banner .right .arrow-right:hover {
    right: 18px;
}

@media(max-width:767px) {
    .gallery-tabs .listing-tab .tabs ul li {
        width: 100% !important;
        text-align: center;
    }

    .gallery .text-center.map-row-count {
        margin: 10px 10px;
        text-align: center;
    }

    .professionals .listing-button a {
        padding: 8px 16px !important;
        width: auto;
    }

    .story-content .story-shell {
        padding: 20px 0px;
    }

    .story-content .story-shell h2 {
        font-size: 20px;
    }
    .new-publications div.col-sm-6.col-xs-12:first-of-type{
        margin-bottom: 50px;
    }
}

@media(max-width:600px) {
    .professional-profile .biodata ul li h4 {
        font-size: 18px;
        float: none;
        width: auto;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    header .header {
        height: 75px;
    }

    .border-black {
        width: 100% !important;
    }

    .story-content .story-shell {
        padding: 20px 0px;
    }

    .gallery .text-center.map-row-count span {
        font-size: 12px !important;
        margin-left: 2px !important;
    }

    .gallery .listing-control ul li a {
        font-size: 12px !important;
        margin: 0px !important;
    }

    .gallery .listing-control ul li i {
        font-size: 12px !important;
    }

    .gallery .text-center.map-row-count a {
        font-size: 12px !important;
        width: 106px !important;
    }

    .story-content .story-thumbnail img {
        width: 100% !important;
    }

    .tour-heading h2 {
        text-align: center !important;
    }

    .story-content .story-shell h2 {
        font-size: 22px !important;
    }

    .paragraph .para-image img {
        width: 100% !important;
    }

    .tour-heading p {
        text-align: center !important;
    }

    .tour-heading .tour-planning h5 {
        text-align: center !important;
    }

    .tour-heading .tour-planning {
        text-align: center !important;
    }

    .gallery .image-content ul li span {
        font-size: 16px !important;
    }

    .gallery .image-content ul li {
        padding: 0px 5px !important;
    }

    .gallery .image-content ul {
        margin-left: 0px !important;
    }

    .buttons {
        margin: 14px 0px !important;
    }

    .wfp-marketing .marketing-content .marketing-image img {
        width: 100%;
    }

    .sales-slider .record-of-success .record-list {
        width: auto !important;
        float: none;
    }

    .slider-banner .item > img {
        height: 600px !important;
    }

    .leader .leader-thumbnail img {
        height: 616px !important;
    }

    header .header .right-nav .main-nav ul li {
        padding: 2px 11px;
    }

    .text-center {
        margin: 0px 0px;
    }

    .gallery .dropdown .btn {
        padding: 6px 4px;
    }

    header .header .logo a img {
        width: 100px;
    }


    header .header .right-nav {
        padding-top: 27px;
    }

    .mid-menu .mid-nav ul li {
        padding: 0px 14px;
    }

    .bg_images .big ul li img {
        width: 135px;
    }

    .bg_images .big ul li {
        padding: 0px 3px;
    }

    .wfp-heading .main-heading ul li a {
        font-size: 14px;
        letter-spacing: 0px;
        color: #323232;
        font-weight: 300;
    }

    .mybtn {
        padding: 5px 20px;
    }

    .team_block .team-des a {
        font-size: 13px;
    }

    .dropdown .form-control {
        padding: 5px;
    }

    .arrow-icon .form-control {
        padding: 5px;
    }


    .bath {
        margin-left: 22px;
    }


    .slider-banner .item .quick-preview .right-buttons ul li a {
        padding: 4px 8px !important;
    }

    .gallery-tabs .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left: -42px !important;
    }

    .gallery-tabs .bx-wrapper .bx-controls-direction a.bx-next {
        margin-right: -42px !important;
    }

    .wfp-gallery .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left: -22px !important;
    }

    .wfp-gallery .bx-wrapper .bx-controls-direction a.bx-next {
        margin-right: -22px !important;
    }

    header .header .right-nav .main-nav ul li img {
        right: 0px;
        display: block !important;
        width: 26px;
        top: 13px;
        position: absolute;
        padding-left: 18px;
    }

    header .header .right-nav .main-nav > ul > li:after {
        display: none !important;
    }
}

.searchsorttable {
    margin: 0px 0px 0px 5px;
    display: table;
}

.searchsorttable .collapse {
    display: block;
}

#mainselectionSmall select option {
    background: #FFF;
}

#mainselectionSmall {
    background: url('../images/pulldown-bg-md.png') no-repeat 0px 0px;
    width: 105px;
    margin: 0 2px 0 0;
    padding: 0;
}

.innertable-1 {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    border: 0;
}

.innertable-1 tbody tr td p {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    color: #4e6b88;
}

.innertable-2 {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

.innertable-2 tbody tr td p {
    margin: 0;
    padding: 0;
    clear: both;
}

.collapse-tr {
    display: none;
}

.collapse-tr td {
    padding: 0 0 10px 0;
}

#capital input {
    margin-right: 5px;
}

.table-data-1 {
    margin-right: 20px !important;
    margin-left: 0px !important;
}

.table-data {
    float: left;
    margin: 0 !important;
    width: 25%;
    text-align: left;
}

.table-data ul {
    margin: 0px;
    padding: 0px;
}

.table-data ul li {
    padding: 5px 0px;
}

.table-data ul li span {
    float: left;
    font-size: 12px;
    width: 100%;
    margin-left: -23px;
    box-sizing: border-box;
    padding-left: 23px;
    display: block;
}

.table-data ul li .icheckbox_minimal-green {
    margin-right: 5px !important;
    float: left;
    position: relative !important;
    z-index: 9;
}

.left-checkbox .icheckbox_minimal-green {
    margin-right: 5px !important;
}

.left-checkbox-1 .icheckbox_minimal-green {
    margin-right: 5px !important;
}

.full-data-table {
    text-align: left;
    margin: 20px 0px;
}

.full-data-table h4, .table-links h4 {
    margin: 0 0 8px 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    color: #4e6b88;
    text-align: left;
}

.table-links {
    margin: 20px 0px;
}

.table-links ul li {
    display: block;
    float: none !important;
    padding: 10px 0px;
}

.table-links ul {
    border-bottom: none;
}

.table-links ul li.active a {
    background: url(../images/regionselectOn.png) no-repeat center left/contain;
    color: #FFF;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table-links ul li a {
    color: #4e6b88;
}

.district {
    height: 280px;
    overflow: hidden;
    overflow-y: auto;
}

.table-links > ul > li > a:focus, .table-links > ul > li > a:hover {
    text-decoration: none;
    background-color: #eee;
    border: none;
}

.table-links > ul > li.active > a:focus, .table-links > ul > li.active > a:hover {
    text-decoration: none;
    background-color: #eee;
    border: none;
    color: #fff;
}

.table-collapse {
    display: none;
}

.left-checkbox, .left-checkbox-1 {
    margin: 0px;
    padding: 0px;
}

.left-checkbox li {
    float: left;
    width: 50%;
    padding: 5px 0px;
}

.left-checkbox-1 li {
    padding: 5px 0px;
}

.left-checkbox li input, .left-checkbox-1 li input {
    margin-right: 5px;
}

.left-checkbox li label, .left-checkbox-1 li label {
    font-size: 12px;
    color: #333 !important;
    font-weight: normal;
    padding-left: 30px;
    width: 100%;
    margin-left: -30px;
}

.table-data-listings label {
    color: #4e6b88;
}

.table-data-listings {
    margin-top: 15px;
    display: none;
    border-top: 1px solid #fff;
}
.table-data-listings .form-control{
    border: 1px solid grey;
}
.table-data-border {
    margin-top: 45px;
}

.wfp-radio-buttons {
    width: 100%;
}

.wfp-radio-buttons ul {
    margin: 0px;
    padding: 0px;
}

.wfp-radio-buttons ul li {
    display: inline-block;
}

.list-gallery-view .pad-right {
    padding-bottom: 30px;
}

.wfp-radio-buttons ul li.second-li {
    padding-left: 5px;
}

.wfp-radio-buttons ul li label {
    font-size: 12px;
    margin-left: 8px;
    color: #333 !important;
    font-weight: normal;
}

.left-checkbox li label, .left-checkbox-1 li label {
    font-size: 12px;
    color: #333 !important;
    font-weight: normal;
    padding-left: 30px;
    width: 100%;
    margin-left: -30px;
}

.table-data ul li label {
    font-size: 12px;
    color: #333 !important;
    font-weight: normal;
    padding-left: 30px;
    width: 100%;
    margin-left: -30px;
}

.left-checkbox .icheckbox_minimal-green, .left-checkbox-1 .icheckbox_minimal-green {
    background-position: -1px -1px;
}

.left-checkbox .icheckbox_minimal-green.hover, .left-checkbox-1 .icheckbox_minimal-green.hover {
    background-position: -21px -1px;
}

.left-checkbox .icheckbox_minimal-green.checked, .left-checkbox-1 .icheckbox_minimal-green.checked {
    background-position: -41px -1px;
}

.wfp-radio-buttons ul li .iradio_minimal-green.hover {
    background-position: -121px -1px;
}

.wfp-radio-buttons ul li .iradio_minimal-green {
    background-position: -101px -1px;
}

.wfp-radio-buttons ul li .iradio_minimal-green.checked {
    background-position: -141px -1px;
}

.table-data ul li .icheckbox_minimal-green, .left-checkbox-1 .icheckbox_minimal-green {
    background-position: -1px -1px;
}

.table-data ul li .icheckbox_minimal-green.hover, .left-checkbox-1 .icheckbox_minimal-green.hover {
    background-position: -21px -1px;
}

.table-data ul li .icheckbox_minimal-green.checked, .left-checkbox-1 .icheckbox_minimal-green.checked {
    background-position: -41px -1px;
}

.listing-information li.items {
    padding: 20px 0px !important;
}

.multiple-listings .bottom-arrow {
    margin: 0;
    border-bottom: 8px solid #557292;
    position: relative;
    background: #fff;
}

.multiple-listings .bottom-arrow:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #557292;
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: 0px;
}

.multiple-listings {
    background: none !important;
    padding-top:0;
}

.multiple-listings .bottom-arrow h3 {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0px auto;
    padding: 10px 0px;
    background: #557292;
    color: white;
}

.multiple-listings .bottom-arrow h3 span {
    font-weight: bold;
    display: block;
    margin-top: 8px;
}

.multiple-listings .bottom-arrow .scroll-multi {
    overflow-x: hidden;
    overflow-y: auto;
    height: 330px;
}

.multiple-listings .bottom-arrow .scroll-multi img {
    width: auto !important;
    margin: 5px auto;
    border: none;
    max-width: 100%;
}
.multiple-listings .bottom-arrow .scroll-multi h4 {
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
    margin: 0px;
    padding: 0px 0px;
}

.multiple-listings .bottom-arrow .scroll-multi p {
    margin: 0px;
    padding: 0px;
}

.multiple-listings .scroll-multi .buttons.text-center {
    text-align: left;
    margin: 4px 0px;
    visibility: visible;
}

.multiple-listings .scroll-multi .buttons.text-center a {
    border: 0;
    color: #4e6b88;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block !important;
}

.multiple-listings .scroll-multi .buttons.text-center a:hover {
    color: #999999 !important;
    text-decoration: underline;
}

.play-icons ul li a img:hover, .slider-banner .slider .item .icons ul li a img:hover {
    opacity: 0.7;
}

.full ul.image-min li {
    min-height: 207px;
}

.professional-profile .biodata ul li a span.cool-link {
    display: inline-block;
    color: #4c4c4c;
    text-decoration: none;
}

.professional-profile .biodata ul li a span.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #4c4c4c;
    transition: width .3s;
}

.professional-profile .biodata ul li a span.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}

.agenttable td strong {
    font-size: 18px !important;
}

.agenttable td a {
    font-size: 16px !important;
}

.gallery-tabs .gallery .open-houses {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    left: 0px;
    right: 0px;
    height: 30px;
}

.gallery-tabs .gallery .open-houses .open-houses-address {
    float: left;
    width: 90%;
    padding: 6px 20px !important;
    text-align: left;
}

.gallery-tabs .gallery .open-houses .open-houses-address h4 {
    color: #fff;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

.gallery-tabs .gallery .media-normal-text {
    display: none;
}

.media-normal-text {
    display: none;
}

.gallery-tabs .tab-content .slider-image:hover .open-houses {
    display: none;
}


.gallery-tabs .bx-wrapper .bx-controls-direction a.bx-prev:hover header .header .logo a {
    display: block;
}

header .header .logo a img {
    width: 150px;
    -webkit-transition: width .30s ease-in-out;
    transition: width .30s ease-in-out;
}





.quick-search.shrink_search {
    padding-top: 90px;
}

#numberRecords {
    color: #ab0e0e;
    font-weight: bold;
}


header .header .right-nav .main-nav ul li {
    float: left;
    padding: 0px 20px;
}

header .header .right-nav .main-nav ul li img {
    font-size: 14px;
    right: 0px;
    float: right;
    display: none;
    padding-left: 18px;
}

header .header .right-nav .main-nav > ul > li {
    border: 1px solid transparent;
    background: transparent;
    position: relative;
    margin-left: -2px;
}

header .header .right-nav .main-nav > ul > li.country-side{
    position: absolute;
    right: 5px;
    top: 5px;
}

header .header .right-nav .main-nav > ul > li.country-side:hover{
    background: transparent;
    border-color: transparent;
}

header .header .right-nav .main-nav > ul > li:after {
    content: '';
    position: absolute;
    width: 1px;
    top: 10px;
    bottom: 10px;
    right: 0px;
    background: grey;
}

header .header .right-nav .main-nav > ul > li.country-side::after,
header .header .right-nav .main-nav ul li:last-child::after,
header .header .right-nav .main-nav ul li:nth-child(6)::after {
    content: none;
    width: 0px;
    height: 0px;
}


.listing_agent_sold {
    width: 24% !important;
}


.fav_icon .heart_icon {
    float: right;
}

.fav_icon .heart_icon a {
    color: #f00;
    font-size: 23px;
    padding-right: 25px;
}

.fav_icon .heart_icon a img {
    width: 20px;
}

.fav_icon .heart_icon a img:hover {
    opacity: 0.7;
}

.wfp-heading .main-heading ul li {
    display: inline-block;
}

.printable-div {
    float: left;
    margin: 0px 20px 20px 0px;
    padding: 15px 5px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    background: #f0f0f0;
}

.link-tag {
    text-align: center;
    background: #27253d;
    width: 100%;
    padding: 6px 0px;
}

.link-tag h4 {
    color: #fff;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

.printable-div p a {
    display: inline-block;
    color: #2e3c84;
    text-decoration: none;
}

.printable-div p a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #2e3c84;
    transition: width .3s;
}

.printable-div p a:hover::after {
    width: 100%;
    transition: width .3s;
}

.printable-div p {
    margin: 0 0 5px 5px;
    padding: 0;
}

.printable-div p a {
    border: 0;
    color: #767585;
    font-size: 14px;
    line-height: 165%;
    text-decoration: none;
    padding: 0;
    font-weight: bold;
}


.my-group .form-control {
    width: 50%;
}


.magic-line .slide-nav-last {
    margin: 0px auto;
    width: 33.33% !important;
    left: 0px;
    right: 0px;
}
.bg_images {
    background: #4e4e50;
    padding: 20px 0px;
    border-bottom: 1px solid #6f6f71;
}
.bg_images .big ul {
    margin: 0px 2px;
    padding: 0px;
    text-align: center;
}

.story-content{
    background-color: #ebeae5;
    padding: 30px 0;
}

#header-fixed {
    position: fixed;
    top: 0px;
    display: none;
    background-color: white;
}


header .header .right-nav .top-nav ul li .sub-menu {
    padding: 0px;
    position: absolute;
    display: none;
    top: 36px;
    background: #27253d;
    width: 270px;
    left: 15px;
    border-top: 15px solid #27253d;
}

header .header .right-nav .top-nav ul li .last {
    padding: 0px;
    position: absolute;
    top: 36px;
    background: #525164;
    width: 270px;
    right: 0px;
    left: inherit;
    border-top: 15px solid #525164;
    z-index: 9999;
}

header .header .right-nav .top-nav ul li .sub-menu li:first-child {
    border-top: 0px solid grey;
}

header .header .right-nav .main-nav ul li:hover a {
    color: #fff;
}
header .header .right-nav .top-nav ul li .last li a:hover {
    color: #fff;
}

header .header .right-nav .main-nav ul li .sub-menu li:hover {
    background: none;
}

header .header .right-nav .main-nav ul li .sub-menu {
    padding: 0px;
    position: absolute;
    top: 39px;
    background: #525164;
    width: 400px;
    left: 0px;
    margin-left: -1px;
    display: none;
    z-index: 999;
}

header .header .right-nav .main-nav > ul > li > .last {
    padding: 0px;
    position: absolute;
    top: 39px;
    background: #525164;
    width: 270px;
    margin-right: -1px;
    right: 0px;
    left: inherit;
    display: none;
    z-index: 9;
}


header .header .right-nav .top-nav ul li .sub-menu li {
    display: block;
    border-right: none;
    width: 100%;
    border-bottom: none;
    padding: 0px;
}

header .header .right-nav .main-nav ul li .sub-menu li {
    display: block;
    border-right: none;
    width: 100%;
    border-bottom: none;
    padding: 0px 15px;
}


.main-heading ul li span {
    padding: 0px 3px;
}

header .header .right-nav .top-nav ul li .sub-menu li a {
    color: #b6b6b6;
    display: inline-block;
    text-align: left;
    padding: 17px 16px;
    line-height: 18px;
}

.team_block {
    border-radius: 5px;
    box-shadow: none;
    padding: 20px;
    margin-bottom: 30px;
}

.team_block .team-thumbnail {
    text-align: center;
}

.team_block .team-thumbnail img {
    width: 100%;
}

.team_block .team-des {
    text-align: center;
    padding-top: 10px;
}

.team_block .team-des h4 {
    color: #557292;
    margin: 0px;
    font-weight: 400;
    padding-bottom: 5px;
    letter-spacing: 0.3px;
}

.team_block .team-des span {
    color: #464646;
    font-size: 16px;
    margin: 0px;
    display: block;
}

.team_block .team-des > a {
    text-decoration: none;
    font-size: 16px;
    display: block;
    color: #464646;
}


.alphabets .alphabets_block {
    background: #f6f5f1;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}

.alphabets .alphabet-listing {
    text-align: center;
    padding-top: 5px;
}

.alphabets .alphabet-listing span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    letter-spacing: 0.3px;
}

.alphabets .alphabet-listing ul {
    margin: 0px;
    padding: 0px;
    margin-left: 30px;
    display: inline-block;
}

.alphabets .alphabet-listing ul li a {
    font-weight: 600;
    font-size: 16px;
    margin-left: 2px;
}

.alphabets .alphabet-listing ul li {
    display: inline-block;
}

.gallery .control-panel {
    padding-bottom: 24px;
}

.gallery .control-panel ul {
    margin: 0px;
    padding: 0px;
}

.gallery .control-panel ul li {
    display: inline-block;
}

.gallery .control-panel ul li a {
    text-decoration: none;
    color: #27253d;
    display: block;
    font-size: 16px;
    font-weight: 600;
}


.pagination li {
    display: inline-block;
}

.pagination {
    margin: 0px;
    padding: 0px;
}

.control-panel .mobile-icon li {
    display: inline-block;
}


.search-section {
    margin: 2px 2px;
    padding: 0px;
}

.search-section li {
    display: inline-block;
}


.search-section li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    border: 1px solid grey;
    padding: 14px 30px;
    margin-left: -4px;
    background: #27253d;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.search-section li .form-control {
    width: 390px !important;
    height: 50px;
    float: none;
    border: 1px solid grey;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.quick-search .input-group h3 {
    font-size: 19px;
    font-weight: 600;
}

.gallery .listing-control {
    padding-bottom: 20px;
}

.gallery .listing-control ul li {
    display: inline-block;
    padding: 0px 1px;
}


.gallery .listing-control ul li i {
    font-size: 16px;
    color: grey !important;
}

.gallery .text-center {
    margin: 0px 0px;
}

@media only screen and (min-width:1201px) and (max-width:1400px) {
    .wfp-marketing-listing .bx-wrapper .bx-prev {
        left: -35px;
    }

    .wfp-marketing-listing .bx-wrapper .bx-next {
        right: -35px;
    }

    .wfp-gallery .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -35px;
    }

    .wfp-gallery .bx-wrapper .bx-controls-direction a.bx-next {
        right: -35px;
    }
}


@media only screen and (min-width:1025px) and (max-width:1200px){
    .bx-wrapper .bx-prev {
        left: -15px;
    }

    .bx-wrapper .bx-next {
        right: -15px;
    }
    .wfp-gallery .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -35px;
    }
    .wfp-gallery .bx-wrapper .bx-controls-direction a.bx-next {
        right: -35px;
    }
}

.bx-controls-direction a {
    z-index: 10;
}

.gallery .slide {
    position: absolute;
    top: 0%;
    text-align: center;
    width: 100%;
    background: #27253d;
}

.gallery .slide h4 {
    color: #fff;
}

.gallery .full:hover .previous a i {
    display: block;
}

.gallery .full:hover .next a i {
    display: block;
}


.listing-seller h4 {
    font-size: 18px;
    font-weight: 500;
    color: #2e3c84;
    margin: 0px;
    padding: 0px;
    padding: 20px 0px 5px 0px;
}

.listing-buyer h4, .agent-name h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    padding: 20px 0px 5px 0px;
    line-height: 25px;
}

.quick-search.white-bg .input-group,
.quick-search .input-group {
    margin: 5px 0px !important;
    width: 100%;
}
.state-selection > span {
    display: inline-block;
    position: relative;
    padding: 12px 10px;
    margin: 0 40px;
}
.state-selection > span::after,
.state-selection > span::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #27253d;
    top: 50%;
}
.state-selection > span::after{
    left: -20px;
}
.state-selection > span::before{
    right: -20px;
}
.state-select-tabs{
    display: inline-block;
    margin-bottom: 15px;
}
.state-select-tabs ul{
    padding: 0;
    margin: 0;
}
.state-select-tabs ul li{
    display: inline-block;
    vertical-align: middle;
}
.quick-search .input-group .state-select-tabs ul li a{
    text-decoration: none;
    color: #27253d;
    display: inline-block;
    padding: 6px 5px;
    font-size: 12px;
    border: 1px solid grey;
    border-radius: 5px;
    width: auto;
    background: #fff;
    height: auto;
}
.quick-search .input-group .state-select-tabs ul li a:hover,
.quick-search .input-group .state-select-tabs ul li a:focus,
.quick-search .input-group .state-select-tabs ul li a:active{
    color: #fff;
    background: #27253d;
}
.gallery .image-des .right.s-b li {
    display: inline-block;
    padding-left: 20px;
}

.gallery .image-des .right.s-b li .represented {
    font-size: 14px;
    color: #3e3725;
}

#nav-icon1 {
    width: 40px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 40px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 10px;
}

#nav-icon1 span:nth-child(3) {
    top: 20px;
}

#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#nav-icon1 {
    display: none;
}

.wfp-heading .main-heading ul li a:hover {
    color: #2e3c84;
}

.searchsorttable {
    display: none;
}

.regionswitch li.active a {
    background: url(../images/regionselectOn.png) no-repeat;
    color: #FFF;
}

.regionswitch li a {
    float: left;
    border: none;
    text-decoration: none;
    color: #4e6b88;
    font-size: 12px;
    line-height: 150%;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 5px 8px;
    display: block;
    width: 160px;
    height: 31px;
}

.cool-link {
    display: inline-block;
    vertical-align:middle;
    color: #2e3c84;
    text-decoration: none;
}

.column-1 {
    width: 200px;
    float: left;
}

.column-2 {
    width: 200px;
    float: right;
}

header .header .right-nav .main-nav ul li .left-menu {
    right: 0px;
    left: inherit;
}

.listing-control .nav li a.active {
    cursor: pointer;
}

.listing-control .nav li a.cool-link {
    display: inline-block;
    color: #2e3c84;
    text-decoration: none;
}

.listing-control .nav li a.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #2e3c84;
    transition: width .3s;
}

.listing-control .nav li a.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}

header .header .right-nav .main-nav > ul > li:hover:after {
    height: 0px;
    width: 0px;
}

header .header .right-nav .main-nav > ul > li:hover {
    background: #525164;
    border: 1px solid #525164;
}

header .header .right-nav .top-nav ul li:hover {
    background: #525164;
}


.controls .previous a img {
    width: 18px;
}

.full ul li .controls .previous:hover {
    left: 8px;
}

.full ul li .controls .next:hover {
    right: 8px;
}

.controls .next a img {
    width: 20px;
}

.full ul {
    padding: 0px;
}

.full ul li .controls .previous {
    position: absolute;
    top: 50%;
    z-index: 10;
    left: 10px;
    margin-top: -14px;
}


.full ul li .controls .previous a i {
    font-size: 30px;
    color: #fff;
    display: none;
}

.full ul li .controls .next {
    position: absolute;
    top: 50%;
    z-index: 10;
    right: 10px;
    margin-top: -14px;
}

.full ul li .controls .next a i {
    font-size: 30px;
    color: #fff;
    display: none;
}


.play-icons {
    position: absolute;
    top: 10px;
    right: 10px;
}

.play-icons ul {
    margin: 0px;
    padding: 0px;
}

.play-icons ul li {
    display: inline-block;
    padding-left: 4px;
}
.play-icons ul li a img {
    width: 30px;
    height: 30px;
}

.heart {
    position: absolute;
    bottom: 10px;
    right: 6px;
    width: 30px;
}


.heart a img {
    width: 24px !important;
}

.gallery .image-gallery {
    position: relative;
    margin-bottom: 20px;
    margin-top: 7px;
}

.gallery .image-gallery > img {
    width: 100%;
    height: 333px;
}

.gallery .image-gallery-des {
    margin: 0px 0px;
    margin-top: 2px;
}

.gallery .image-gallery-des ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.gallery .image-gallery-des ul li h4 {
    color: #557292;
    font-size: 22px;
    font-weight: 500;
    margin: 0px;
    letter-spacing: 1px;
}

.gallery .image-gallery-des .image-gallery-heading h4 {
    width: 40%;
    margin: 0px;
    line-height: 24px;
}

.gallery .image-gallery-des .image-gallery-heading ul {
    margin: 0px;
    padding: 0px;
    margin-left: -15px;
    margin-top: 5px;
}

.gallery .image-gallery-des .image-gallery-heading ul li {
    display: inline-block;
    border-right: 1px solid black;
    padding: 0px 15px;
}

.gallery .image-gallery-des .image-gallery-heading ul li:last-child {
    border-right: none;
}

.gallery .image-gallery-des .image-gallery-heading ul li span {
    font-size: 15px;
    font-weight: 500;
}

.gallery .image-gallery-des .buttons ul {
    margin: 0px;
    padding: 0px;
}

.gallery .image-gallery .previous {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -14px;
}


.gallery .image-gallery .next {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -14px;
}

.gallery .image-gallery .play-icons {
    position: absolute;
    top: 10PX;
    right: 10PX;
}

.gallery .image-gallery .heart {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
}

.gallery .image-gallery .previous {
    display: none;
}

.gallery .image-gallery .next {
    display: none;
}

.heart a img:hover {
    opacity: 0.7;
}

.gallery .hover-section:hover .buttons {
    visibility: visible;
}

.gallery .hover-section:hover .previous {
    display: block;
}

.gallery .hover-section:hover .next {
    display: block;
}

.listing-2 {
    width: 320px !important;
}

.sold-map-main {
    margin-top: 0px !important;
}

.pad0 {
    padding: 0;
}


.map-gallary .listing-control {
    padding-bottom: 0px !important;
}

.ipad-cover {
    padding: 0;
    width: 100%;
    max-width: 490px;
    height: 530px;
    border: 0;
    text-align: left;
    float: left;
    margin: 59px 0 0 0;
    overflow: hidden;
}
@media all and (min-width:993px) and (max-width:1079px) {
    header .header .right-nav .main-nav ul li {
        padding: 0px 10px;
    }
}


@media all and (max-width:767px) {
    .wfp-gallery ul.bxslider li .slider-content {
        text-align: center !important;
    }

    .wfp-gallery ul.bxslider li .slider-content p {
        text-align: center !important;
    }

    .wfp-gallery ul.bxslider li .slider-content a.btn {
        margin: 20px 0px !important;
    }

    .quick-search.shrink_search {
        padding-top: 20px;
    }

    .professional-profile .biodata {
        margin: 20px 0 !important;
    }

    .gallery .open-houses .open-houses-icon {
        padding: 15px 2px !important;
    }

    .gallery .open-houses .open-houses-address {
        padding: 10px 10px !important;
    }

    .mac-gallery .mac-thumbnail-desc h3 {
        text-align: center !important;
    }

    .mac-gallery .mac-thumbnail-desc h5 {
        text-align: center !important;
    }

    .mac-gallery .mac-thumbnail-desc p {
        text-align: center !important;
    }

    .mac-gallery .mac-thumbnail-desc a {
        display: block !important;
        text-align: center !important;
    }

    .makes-successful .right-img {
        max-width: 250px;
        margin-left: 0px !important;
        width: 100% !important;
        float: none !important;
        margin: 0px auto !important;
        display: block;
    }

    .border-black {
        border: 1px solid #827d7d;
        width: 100% !important;
    }

    .management-story .story-image {
        padding: 0px 0px 0px 0px !important;
    }

    .management-story .story-image iframe {
        height: 100% !important;
    }

    a.first {
        padding-left: 0px !important;
    }



    .globe {
        background: none !important;
    }

    .buyers-producers .professional-right-content.right-side img {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .scroll-up {
        display: none;
    }

    .news-center .story-shell h2 a {
        font-size: 18px !important;
    }

    .news-center .news-right {
        float: none !important;
    }

    .news-center .news-right p {
        font-size: 14px !important;
    }

    .wfp-advirtisement .advirtisement-content p {
        margin: 0 10px 20px 9px !important;
    }

    .wfp-marketing-listing .bx-wrapper .bx-controls-direction a {
        z-index: 10 !important;
    }

    .paragraph .para-image img {
        width: 100% !important;
        max-width: 320px;
    }

    .wfp-advirtisement .advirtisement-content ul:nth-child(3) {
        float: none !important;
        text-align: left !important;
        width: 100% !important;
        padding: 0px 30px !important;
    }

    .management-team .manager-desc {
        margin-top: 0px !important;
    }

    .management-team .manager-profile {
        text-align: center;
    }

    .sales-slider .record-of-success .record-list .bx-wrapper .bx-viewport {
        height: auto !important;
    }

    .grey-block {
        height: 280px !important;
    }

    .wfp-marketing .marketing-content .main-marketing-section .left-marketing-section {
        float: none !important;
        width: 100% !important;
        padding-left: 0px !important;
    }

    .wfp-marketing .marketing-content .main-marketing-section .right-marketing-section {
        float: none !important;
        width: 100% !important;
        padding-left: 0px !important;
    }

    .wfp-marketing .marketing-content .marketing-button a {
        padding: 8px 20px !important;
    }

    .module .module-text .matterport-content .matterport-logo img {
        width: 100%;
    }

    .grey-block .grey-block-text h1 {
        font-size: 42px !important;
    }

    .grey-block .grey-block-text p {
        font-size: 22px !important;
    }

    .wfp-marketing .marketing-content .marketing-image img {
        width: 100% !important;
    }

    footer .social-icons ul li i {
        font-size: 20px;
    }

    .record-slider .bx-wrapper .bx-controls-direction a {
        top: 21% !important;
    }

    .wfp-heading .main-heading ul {
        margin-top: 0px;
    }

    .ready-to-connect .ready-image {
        height: 300px !important;
    }

    .ready-to-connect .ready-content .ready-text a {
        padding: 8px 16px !important;
    }

    .video-section iframe {
        height: 192px !important;
    }

    .leader .overlay .market-leader p.third-p {
        padding-bottom: 20px !important;
    }

    .slider-banner .item > img {
        height: 400px !important;
    }


    .map-section .map-listing ul li {
        display: block !important;
        padding: 4px 4px !important;
    }

    .map-section .map-listing ul li span {
        display: none !important;
    }

    .map-section .map-buttons ul li:nth-child(1) {
        float: none !important;
        width: 100% !important;
    }

    .map-view #shim {
        display: none;
    }

    .record-slider .record-list .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left: 0px !important;
        visibility: visible !important;
    }

    .record-slider .record-list .bx-wrapper .bx-controls-direction a.bx-next {
        margin-right: 0px !important;
        visibility: visible !important;
    }

    .cross {
        right: 22px !important;
    }

    video {
        width: 100% !important;
    }

    .record-slider .record-list-thumbnail .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left: 12px !important;
    }

    .record-slider .record-list-thumbnail ul li a {
        padding: 0px 0px !important;
    }

    .record-slider .record-list-thumbnail .bx-wrapper .bx-controls-direction a.bx-next {
        margin-right: 8px !important;
    }

    .map-section .map-listing {
        padding-top: 15px !important;
    }
    .leader .overlay .market-leader p.first-p {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .leader .overlay .market-leader p.second-p {
        padding-bottom: 10px !important;
    }

    header .header .logo a img {
        width: 110px;
    }

    header .header .right-nav .main-nav ul li:hover .sub-menu {
        display: none;
    }

    .mybtn {
        margin-top: 10px;
    }

    footer .social-icons ul li {
        display: inline-block;
        vertical-align: middle;
        padding: 0px 6px;
    }

    #nav-icon1 {
        display: block;
        margin-top: 0px;
        margin-right: 0px;
        float: right;
    }

    header .header .right-nav {
        float: none;
        padding-top: 30px;
    }

    .top-nav, .main-nav {
        display: none;
    }



    header .header .right-nav .main-nav ul li {
        border-right: none;
        display: block;
        border-bottom: 1px solid grey;
    }

    header .header .right-nav .main-nav ul li:last-child {
        border-bottom: none;
    }

    header .header .right-nav .main-nav ul li {
        position: relative;
    }

    .alphabets .alphabet-listing ul {
        margin-left: 0px;
    }

    .bottom-para {
        clear: both;
        padding-top: 20px;
        float: left;
        width: auto;
        padding-left: 15px;
    }

    header .header .right-nav .main-nav ul li .sub-menu li a {
        text-align: left;
        display: block;
        padding: 14px 10px;
    }

    header .header .right-nav .main-nav ul li:last-child {
        border-right: none;
        padding-right: none;
        position: relative;
    }
    header .header .right-nav .main-nav > ul > li.country-side{
        padding: 0;
        position: static;
        border-bottom: 1px solid grey !important;
    }

    .f_logo .terms {
        padding-left: 0px;
        padding-top: 20px;
    }

    .f_logo .terms li {
        padding: 0px 3px;
    }

    footer .social-icons ul li.first {
        padding: 0px 12px;
    }
    .f_logo .terms li:last-child{
        margin-left: 0;
    }

    footer .social-icons ul li {
        padding: 0px 8px;
    }

    header .header .right-nav .main-nav ul li {
        padding: 0px 0px;
        float: none;
    }

    header .header .right-nav .main-nav ul li .sub-menu li:first-child {
        border-top: none;
    }

    header .header .right-nav .main-nav ul li .sub-menu li:last-child {
        border-bottom: 1px solid grey;
    }

    header .header .right-nav .main-nav ul li img {
        font-size: 14px;
        right: 7px;
        display: block !important;
        padding-left: 18px;
        top: 12px;
        position: absolute;
        width: 32px;
    }

    .gallery .slide {
        width: 100%;
        overflow: hidden;
    }

    .main-heading ul li span {
        display: none;
    }

    .wfp-heading .main-heading ul li {
        display: block;
        padding: 3px;
    }

    .wfp-heading .main-heading ul {
        text-align: left;
    }

    header .header .right-nav .main-nav ul li .sub-menu {
        top: 0 !important;
        position: relative;
        width: 100%;
    }

    .column-1 {
        width: auto;
        float: left;
    }

    .column-2 {
        width: auto;
        float: left;
    }

    header .header .right-nav .main-nav ul li .sub-menu li {
        border-bottom: 1px solid grey;
    }

    .gallery .listing-control ul li {
        padding: 0px 0px;
    }

    .mid-menu .mid-nav ul li {
        display: block;
        padding: 10px 10px;
        text-align: left;
    }

    .bath {
        margin-left: 6px !important;
    }
    .gallary-side-map .full > ul li {
        height: 200px;
    }
    .full ul li .controls .next a img {
        display: block;
    }

    .full ul li .controls .previous a img {
        display: block;
    }

    header .header .right-nav .main-nav > ul > li:after {
        display: none;
    }


    .more h3 {
        margin: 0px;
        padding-bottom: 0;
    }

    .gallery .image-gallery-des {
        margin: 20px 0px 0;
    }

    .gallery .image-gallery-des ul li {
        padding: 2px 5px;
    }
    .gallery .image-gallery-des.list-view ul li {
        margin: 0 !important;
    }
    .gallery .image-gallery-des .image-gallery-heading ul{
        margin-left: 0;
    }

    .gallery .image-gallery .previous {
        display: block;
    }

    .gallery .image-gallery .next {
        display: block;
    }

    header .header .right-nav {
        position: relative;
    }

    .mac-gallery .mac-thumbnail-desc a {
        padding: 8px 14px !important;
    }

    .leader .leader-thumbnail img {
        height: 690px !important;
        background-size: content;
    }

    .mac-gallery .mac-thumbnail-desc {
        padding: 15px 0px !important;
    }

    .gallery-tabs .listing-tab .tabs ul li.active:after {
        margin-left: -11px !important;
    }
    .professional-details .biodata .profile-btn a {
        width: auto !important;
    }
}

@media (max-width:320px) {
    .buttons {
        margin: 14px -10px;
    }
}

@media (min-width:1024px) {

    header .header.shrink .logo a img {
        width: 98px;
    }

    header .header.shrink .right-nav .top-nav {
        padding-bottom: 0px;
    }

    header .header.shrink .right-nav .main-nav > ul > li {
        padding-bottom: 3px;
    }

    header .header.shrink .right-nav .main-nav ul li .sub-menu {
        top: 42px;
    }
    header .header.logo a img {
        width: 157px;
        height: 80px;
    }
}

.mac-gallery .mac-thumbnail {
    padding: 20px 0px;
}

.mac-gallery .mac-thumbnail img {
    width: 100%;
}

.mac-gallery .mac-thumbnail-desc {
    padding: 60px 0px;
}

.mac-gallery .mac-thumbnail-desc h3 {
    color: #525164;
    text-align: justify;
    margin: 0px;
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 600;
}

.mac-gallery .mac-thumbnail-desc h5 {
    color: #525164;
    padding-bottom: 20px;
    text-align: justify;
    font-size: 28px;
    margin: 0px;
}

.mac-gallery .mac-thumbnail-desc p {
    color: #525164;
    text-align: justify;
    padding-bottom: 25px;
    font-size: 16px;
}

.mac-gallery .mac-thumbnail-desc a {
    color: #27253d;
    border: 1px solid #27253d;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 16px;
}

.mac-gallery .mac-thumbnail-desc a:hover {
    color: #fff;
    background: #27253d;
}

.leader {
    position: relative;
}


.leader .overlay .market-leader {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 40px 15px 20px;
}

.market-leader .circle-with-man{
    position: relative;
    top: 95px;
    right: -68px;
}
.market-leader .circle-with-home{
    position: relative;
    top: 95px;
    left: -68px;
}
.market-leader .circle-with-man-txt{
    position: absolute;
    top: 52%;
    left: 28%;
    z-index: 1;
}
.market-leader .circle-with-man-txt strong{
    font-size: 36px;
}
.market-leader .circle-with-man-txt span,
.market-leader .circle-with-home-txt span{
    color: #74809B;
    display: block;
    margin-bottom: -12px;
}
.market-leader .circle-with-dome-txt{
    position: absolute;
    left: 45%;
    top: 35%;
}
.market-leader .circle-with-home-txt{
    position: absolute;
    right: 28.5%;
    bottom: 28%;
    z-index: 1;
}
.market-leader .circle-with-home-txt strong{
    font-size: 36px;
}
.market-leader p.sales-txt,
.market-leader .circle-with-dome-txt{
    color: #74809B;
}
.market-leader p.sales-txt strong,
.market-leader .circle-with-dome-txt strong{
    font-size: 36px;
    color: #fff;
}

.leader .overlay .market-leader p.first-p {
    margin: 0px;
    padding-top: 15px;
    font-weight: 200;
    font-size: 13px;
    padding-bottom: 25px;
}

.wfp-gallery .top-heading {
    text-align: center;
    margin: 0px;
    padding-bottom: 20px;
    color: #000000;
    font-weight: 300;
    font-size: 34px;
}

.wfp-gallery ul.bxslider {
    margin: 0;
    padding: 0;
}

.wfp-gallery ul.bxslider li .slider-content {
    min-height: 479px;
    margin-bottom: 30px;
}

.wfp-gallery ul.bxslider li .slider-content .slider-image {
    padding-bottom: 15px;
}

.wfp-gallery ul.bxslider li .slider-content .slider-image img {
    width: 100%;
}

.wfp-gallery ul.bxslider li .slider-content span {
    text-align: justify;
    color: black;
}

.wfp-gallery ul.bxslider li .slider-content a.heading {
    color: #405f85;
    display: block;
    padding: 6px 0px;
    font-size: 18px;
}

.wfp-gallery ul.bxslider li .slider-content p {
    text-align: justify;
    padding-bottom: 7px;
    color: #6a6a6a;
}

.slider-banner .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -90px !important;
}

.slider-banner .item > img {
    width: 100%;
    height: 700px;
}

.slider-banner .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -90px !important;
}
.gallery-tabs .listing-tab .tabs ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.gallery-tabs .listing-tab .tabs ul li {
    width: 25%;
    text-align: center;
}


.gallery-tabs .listing-tab .tabs ul li.active:after {
    display: none;
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 11px solid #27253d;
    position: absolute;
    bottom: -16px;
    left: 55%;
    margin-left: -22px;
}

.gallery-tabs .listing-tab .nav > li > a:focus, .gallery-tabs .listing-tab .nav > li > a:hover {
    text-decoration: none;
    background-color: #e9e8e9;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #e9e8e9;
}

.nav-tabs > li > a:hover {
    border-color: #e9e8e9;
}

.slider-banner .slider .item .icons ul {
    margin: 0px;
    padding: 0px;
}

.slider-banner .slider .item .icons ul li {
    display: inline-block;
    padding: 10px 7px;
}

.slider-banner .slider .item .icons ul li a img {
    width: 35px;
    height: 35px;
}


.slider-banner .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 56%;
}

.slider-banner .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 44px;
}

.gallery-tabs .less.row {
    margin-right: -2px;
    margin-left: -2px;
}

.gallery-tabs .less .col-sm-4 {
    padding-left: 2px;
    padding-right: 2px;
}


.gallery-tabs .nav-tabs {
    border-bottom: none;
}


.gallery-tabs .media-hover-text .line-break {
    width: 66%;
    height: 1px;
    background: #c6bbb0;
    left: 70px;
    position: absolute;
    text-align: center;
    transition: all .35s ease-in-out;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}

.gallery-tabs .media-hover-text:hover .line-break {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.gallery-tabs .media-hover-text:hover .bottom-line {
    display: none;
}

.gallery-tabs .listing-tab .nav-tabs li.slide-nav:after {
    content: " ";
    width: 0px;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 13px solid #27253d;
    position: absolute;
    bottom: -13px;
    left: 48%;
    z-index: 2;
}


.arrow-left {
    top: 40%;
    position: absolute;
    left: 20px;
}


.arrow-right {
    top: 40%;
    position: absolute;
    right: 20px;
}



.gallery-tabs .listing-button a span {
    color: grey;
    font-weight: 700;
}

.slider-banner .carousel-control {
    width: auto !important;
}

.wfp-gallery .slider-content .slider-image a {
    height: 240px;
    display: block;
    background-size: contain !important;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.sold-btn {
    width: auto !important;
}

.wfp-gallery .slider-content a.btn:hover {
    color: #fff !important;
    background: #27253d;
}

.gallery-tabs .tab-content .contents {
    min-height: 485px;
}

@media (min-width:768px) and (max-width:1024px) {
    .gallery-tabs .tab-content .contents {
        min-height: 385px !important;
    }

    .gallery-tabs .tab-content #luxury-setting, .gallery-tabs .tab-content #newlisting,
    .gallery-tabs .tab-content #recentsales, .gallery-tabs .tab-content #openhouses {
        min-height: 430px !important;
    }

    .gallery-tabs.profile-tabs .tab-content #luxury-setting, .gallery-tabs .tab-content #newlisting, .gallery-tabs .tab-content #recentsales, .gallery-tabs .tab-content #openhouses {
        min-height: 430px !important;
    }
}
.main-listing-button .view-all {
    text-align: center;
}

.video-section {
    background: #fff;
    padding: 40px 0px;
}

.video-section .video-heading {
    text-align: center;
}

.video-section .video-heading h4 {
    margin: 0px;
    font-size: 34px;
    padding-bottom: 20px;
    color:  #767585;
}

.video-section .video-heading p {
    color: #6a6a6a;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 20px;
}

.video-section .video-play {
    text-align: center;
    padding: 0px 0px;
    width: 100%;
    margin-top: 22px;
}

.video-section .video-play video {
    object-fit: contain;
}

.video-section .video-play .v-icon {
    position: absolute;
    top: 42%;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.video-section .video-play .v-icon a {
    display: block;
}

.video-section .video-play .v-icon a img {
    width: 100px;
    height: 100px;
}

.media-normal-text {
    left: 15px;
    right: 15px;
    top: 52%;
    position: absolute;
    text-align: center;
}

.pro-title-transform-bottom {
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 100%;
    display: block;
}

.line-break-1 {
    height: 1px;
    background: #fff;
    width: 62%;
    display: inline-block;
}

.pro-price-transform-bottom {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 11px;
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    opacity: 1;
    display: inline-block;
}

.gallery-tabs .listing-button a:hover span {
    color: #fff;
}

.slide-nav {
    display: block;
    position: absolute !important;
    bottom: 0;
    left: 0;
    height: 7px;
    background: #03379b;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.slide-nav {
    background: #27253d;
}

.map-section .map-listing {
    width: 100%;
    text-align: center;
}

.map-section .map-listing ul {
    margin: 0px;
    padding: 0px;
}

.map-section .map-listing ul li {
    display: inline-block;
    padding: 10px 4px;
}

.map-section .map-listing ul li h4 {
    margin: 0px;
    color: #002a5c;
    font-size: 20px;
    font-weight: 600;
}

.map-section .map-listing ul li span {
    color: #4b4b4b;
    font-size: 18px;
}

.map-section .map-listing ul li a.cool-link {
    color: #4b4b4b !important;
    font-size: 18px;
}

.map-section .map-listing ul li a.active {
    display: inline-block;
    color: #2e3c84 !important;
    text-decoration: none;
}

.map-section .map-listing ul li:hover a {
    color: #2e3c84 !important;
}

.map-section .map-listing ul li a.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #2e3c84;
    transition: width .3s;
}

.map-section .map-listing ul li a.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}

.map-section .map-view {
    width: 100%;
    padding: 20px 0px;
    overflow: hidden;
}

.map-section .map-view a {
    display: block;
}

.map-section .map-view img {
    width: 100%;
}

.map-section .map-sold-button {
    text-align: center;
    padding: 10px 0px;
}

.map-section .map-sold-button a {
    margin: 0px;
    font-size: 16px;
    border-radius: 5px;
    color: #27253d;
    padding: 6px 16px;
    background: #fff;
    border: 1px solid #27253d;
}

.map-section .map-sold-button a:hover {
    color: #fff;
    background: #27253d;
}

.record-slider .record-list ul {
    margin: 0px;
    padding: 0px;
}

.record-slider .record-list .bx-wrapper .bx-pager {
    display: none !important;
}

.record-slider .record-list .bx-wrapper .bx-prev:after {
    background-image: url(../images/left.png);
}

.record-slider .record-list .bx-wrapper .bx-next:after {
    background-image: url(../images/right.png);
}

.record-slider .record-list .bx-wrapper .bx-controls-direction a.bx-next {
    margin-right: -32px;
    visibility: hidden;
}

.record-slider .record-list .bx-wrapper .bx-controls-direction a.bx-prev {
    margin-left: -70px;
    visibility: hidden;
}

.record-slider .record-list h4 {
    text-align: center;
    color: #565656;
    font-size: 20px;
    margin: 0px;
    padding: 20px 0px;
    font-weight: 700;
}

.record-slider .hover-record:hover .record-list .bx-wrapper .bx-controls-direction a.bx-prev {
    visibility: visible;
}

.record-slider .hover-record:hover .record-list .bx-wrapper .bx-controls-direction a.bx-next {
    visibility: visible;
}

.record-slider .record-list-thumbnail {
    padding: 0px 0px;
    padding-bottom: 20px;
    text-align: center;
}

.record-slider .record-list-thumbnail ul {
    margin: 0px;
    padding: 0px;
}

.record-slider .record-list-thumbnail ul li a {
    padding: 0px 10px;
}

.record-slider .record-list-thumbnail ul li a img {
    width: 29px;
    height: 30px;
    display: inline-block;
}

.record-slider .record-list-thumbnail .bx-wrapper .bx-pager {
    display: none !important;
}

.record-slider .record-list-thumbnail .bx-wrapper .bx-next:after {
    background-image: url(../images/r.png);
    top: 70%;
    right: 58%;
}

.record-slider .record-list-thumbnail .bx-wrapper .bx-prev:after {
    background-image: url(../images/l.png);
    top: 70%;
    left: 58%;
}

.record-slider .record-list-thumbnail .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
}

.record-slider .record-list-thumbnail .bx-wrapper .bx-controls-direction a.bx-next {
    margin-top: -30px;
    margin-right: 32px;
    width: 27px;
    height: 50px;
    border-radius: 0px;
    padding: 0px;
}

.record-slider .record-list-thumbnail .bx-wrapper .bx-controls-direction a.bx-prev {
    margin-top: -30px;
    margin-left: 40px;
    width: 27px;
    height: 50px;
    border-radius: 0px;
    padding: 0px;
}


.cross {
    position: absolute;
    right: 22px;
}

.cross a:hover img {
    opacity: 0.6;
}

.map-section .map-buttons ul li a:hover {
    color: #fff;
    background: #27253d;
}

.wfp-heading .btm {
    margin-bottom: 20px !important;
}

@media (min-width:1400px) {
    .wfp-gallery .bx-wrapper .bx-controls-direction a.bx-prev:after {
        margin: -13px 0 0 -22px;
    }

    .gallery-tabs .bx-wrapper .bx-controls-direction a.bx-prev:after {
        margin: -13px 0 0 -23px;
    }

    .gallery-tabs .bx-wrapper .bx-controls-direction a.bx-next:after {
        margin: -13px 0 0 6px;
    }

    .wfp-gallery .bx-wrapper .bx-controls-direction a.bx-next:after {
        margin: -13px 0 0 6px;
    }
}


.wfp-marketing {
    background: #ebeae5;
    padding: 20px 0px;
}

.wfp-marketing .marketing-content {
    text-align: center;
}

.wfp-marketing .marketing-content .m {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    margin: 0px;
    padding: 0px;
}

.wfp-marketing .marketing-content .marketing-image {
    padding: 20px 0px;
}

.wfp-marketing .marketing-content .marketing-image .w {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    margin: 0px;
    padding: 0px;
}

.wfp-marketing .marketing-content .main-marketing-section {
    width: 100%;
}

.wfp-marketing .marketing-content .marketing-button {
    margin: 30px 0px;
}

.wfp-marketing .marketing-content .marketing-button a {
    padding: 8px 50px;
    color: #27253d;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #27253d;
    font-size: 16px;
    font-weight: 400;
}

.wfp-marketing .marketing-content .marketing-button a:hover {
    color: #fff;
    background: #27253d;
}

.left-cf-image a {
    padding: 7px 30px;
    color: #27253d !important;
    background: #fff !important;
    border-radius: 5px;
    border: 1px solid #27253d;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.left-cf-image a:hover {
    color: #fff !important;
    background: #27253d !important;
}

.tour-planning .tour-heading p {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.sales-slider .record-list .bx-wrapper .bx-controls-direction a.bx-prev {
    visibility: hidden !important;
}

.sales-slider .record-list .bx-wrapper .bx-controls-direction a.bx-next {
    visibility: hidden !important;
}

.sales-content a {
    padding: 6px 16px;
    color: #27253d !important;
    background: #fff !important;
    border-radius: 5px;
    border: 1px solid #002a5c;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.sales-content a:hover {
    color: #fff !important;
    background: #27253d !important;
}

.tour-planning .tour-slider {
    background: url(../images/ipad-portrait-bottom.png) no-repeat;
    padding: 0;
    width: 488px;
    height: 530px;
    border: 0;
    text-align: left;
    float: left;
    margin: 60px 0 0 0;
}


#scrollar {
    width: 424px;
    height: 467px;
    margin: 63px auto 0 auto;
    background: #FFF;
}

.tour-planning .bx-wrapper .bx-pager {
    display: none;
}

.innerScrollArea {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.tour-heading h2 {
    text-align: left;
    color: #767585;
    font-weight: 500;
    font-size: 34px;
    line-height: 100%;
    margin: 20px auto;
    padding: 0;
}

.tour-heading p {
    font-weight: 400;
    margin: 20px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.tour-heading .tour-planning h5 {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin: 20px 0;
    padding: 0;
    text-align: left;
}


.tour-heading .tour-planning .sales-btn {
    margin: 20px 0px;
}

.tour-heading .tour-planning .sales-btn a {
    padding: 6px 20px;
    color: #27253d !important;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #27253d;
    font-size: 16px;
    font-weight: 400;
}

.tour-heading .tour-planning .sales-btn a:hover {
    color: #fff !important;
    background: #27253d;
}

.record-of-success {
    width: 100%;
    margin: 20px 0px;
}

.sales-slider .record-of-success .record-list {
    width: 60% !important;
    float: left;
}

.sales-slider .record-of-success .sales-content {
    width: 40%;
    float: right;
    padding-left: 120px;
}

.selling-a-home .story-title {
    width: 100%;
    padding: 15px 0px;
}

.selling-a-home .story-title .story-left {
    float: left;
    width: 50%;
    text-align: left;
}

.selling-a-home .story-title .story-left ul {
    margin: 0px;
    padding: 0px;
}

.selling-a-home .story-title .story-left ul li {
    display: inline-block;
    padding: 0px 20px;
}

.selling-a-home .story-title .story-left ul li h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    font-weight: 400;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .5px;
}

.selling-a-home .story-title .story-left ul li p {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 130%;
    color: #557292;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 0;
}

.selling-a-home .story-title .story-right {
    float: right;
    text-align: right;
    width: 50%;
    padding: 5px 10px;
    display: none;
}

.selling-a-home .story-title .story-right .printer {
    border: 0;
    color: #557292;
    font-size: 16px;
    line-height: 150%;
    height: 20px;
    text-decoration: none;
    padding: 0 0 0 29px;
    font-weight: bold;
    background: url(../images/print-version.png) left 1px no-repeat;
}

.selling-a-home .story-title .story-right a.printer:hover {
    color: #767585;
    background: url(../images/print-version-on.png) left 1px no-repeat;
}

.selling-a-home .selling-headlines {
    padding: 10px 0px;
    margin-left: 22px;
}

.selling-a-home .selling-headlines ul {
    margin: 0px;
    padding: 10px 0px;
}

.selling-a-home .selling-headlines ul li {
    display: inline-block;
    padding: 0px 5px;
}

.selling-a-home .selling-headlines ul li a {
    color: #557292;
    font-size: 18px;
    line-height: 120%;
    text-decoration: none;
    padding: 0;
    font-weight: normal;
}

.selling-a-home .selling-headlines ul li a.active {
    font-weight: bold;
}

.selling-a-home .selling-headlines p {
    margin: 0 0 20px 0;
    padding: 0px 10px;
    font-size: 16px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}


.story-content .story-thumbnail {
    text-align: center;
}

.story-content .story-shell {
    padding: 20px;
}

.story-content .story-shell h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.story-content .story-shell span {
    font-size: 17px;
}

.story-content .story-shell p {
    margin: 0 0 20px 0;
    padding: 0px;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
    padding-top: 15px;
}

.story-content .story-shell a {
    border: 0;
    color: #4e6b88;
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
    padding: 0;
    font-weight: bold;
}

.story-content .story-shell a:hover {
    color: #999999;
    text-decoration: underline;
}

.introbaner{
    margin:50px auto;
}
.introbaner img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

img.full-width {
    width: 100%;
}

.makes-successful .right-img {
    float: right;
    margin-left: 20px;
}

.makes-successful h2 {
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.pad-0 {
    padding: 0 !important;
}

.pad-0 p {
    padding: 0 !important;
}

.school-info .iframe-contents {
    padding-left: 35px;
}

.school-info .copy-right-text {
    font-style: italic;
    font-size: 10px;
}

#advertising .pageshell-heading {
    text-align: center;
}

#advertising .pageshell-heading h2 {
    font-size: 34px;
    color: #767585;
    font-weight: 500;
}

.pageshell .bx-wrapper .bx-pager {
    display: none;
}

.contact-us .text-center {
    text-align: center;
}

.contact-us .text-center input[type=submit] {
    padding: 5px 60px;
    color: #27253d;
    background: #ffffff;
    border: 1px solid #27253d;
    border-radius: 3px;
    border-radius: 3px;
    margin: 10px 0px;
}

.contact-us .text-center input[type=submit]:hover {
    color: #fff;
    background: #27253d;
}

.story-shell ul {
    padding: 0;
    margin: 0;
}

.story-shell ul li {
    display: inline-block;
    padding: 0 10px 0 0;
}

.story-shell ul li a {
    margin-left: 5px
}

@media (min-width:768px) and (max-width:1024px) {
    .sales-slider .record-of-success .record-list {
        width: auto !important;
        float: none;
    }
    .introbaner img {
        max-width: 90% !important;
    }

    .wfp-web-presence ul li {
        text-align: center !important;
    }

    .management-team .manager-profile ul li a {
        padding: 5px 10px !important;
    }

    .buyers-producers .professional-right-content.right-side img {
        width: 100% !important;
    }

    .sales-slider .record-of-success .sales-content {
        width: auto;
        float: none;
        padding-left: 0;
    }

    .superior .viewbtn .superior-image img {
        width: 100%;
    }


    .tour_slideshow {
        float: left !important;
        margin: 60px auto 0 !important;
        padding: 0px 15px !important;
    }

    .slideshow_block {
        height: inherit !important;
    }

    .slideshow_block .container {
        width: auto !important;
    }

    .fusion .containerpanel .containerpanel-heading {
        margin: 0px 100px;
    }

    .fusion .containerpanel .containerpanel-heading h1 {
        font-size: 32px;
    }

    .fusion .containerpanel .containerpanel-heading p {
        font-size: 22px;
    }


    #map_listings #scrollframe .buttons ul li a {
        margin-left: 10px;
    }

    #map_listings #scrollframe .full {
        min-height: 510px !important;
    }
}

@media all and (max-width:767px) {
    .slider-banner .item .quick-preview .img-description {
        width: 100%;
        display: block;
        text-align: center;
    }
    .slider-banner .item .quick-preview .right-buttons {
        padding: 10px 0;
        float: none;
    }
    .gallery .image-des .left {
        width: 65% !important;
    }

    .list-inline > li {
        padding-left: 10px !important;
    }

    .gallery .image-des .right {
        width: 35% !important;
    }

    table td img {
        width: auto !important;
        float: none !important;
    }

    .gallery .open-houses .open-houses-address h4 {
        line-height: 20px;
    }

    .login-popup input.btn-submit {
        font-size: 14px !important;
    }

    .login-popup a.storylink {
        font-size: 13px !important;
    }

    .login-popup .modal-heading input {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
        margin-left: 0px !important;
    }

    .gallery-tabs .media-hover-text .line-break {
        display: none;
    }

    .professional-right-content ul {
        padding-left: 0px !important;
    }

    .professional-right-content ul li {
        margin-left: 15px;
    }
    .gallery-tabs .media-hover-text .property-info .property-inner h5 {
        color: #fff;
    }

    .paragraph .para-image {
        padding-bottom: 20px;
        text-align: center;
    }

    .pageshell .pageshell-slider ul li img {
        margin: 0px auto;
        height: auto;
        max-height: 330px;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: right !important;
    }


    .wfp-gallery ul.bxslider li {
        width: 100% !important;
    }

    #map_listings {
        position: fixed;
        right: 0;
        width: 100%;
        max-width: 50%;
    }
    .superior .viewbtn .superior-btn p {
        text-align: center !important;
        margin: 0 auto 20px;
    }
    #advertising .pageshell-heading h2 {
        font-size: 36px !important;
    }

    .market-desc .market-desc-right ul li {
        margin: 10px 10px !important;
        line-height: 28px !important;
    }

    .market-desc .market-desc-left {
        border-right: 0px !important;
    }

    .wfp-gallery .bx-wrapper .bx-pager {
        display: none !important;
    }

    .slider-banner .slider .item {
        height: 420px !important;
        width: 100%;
    }

    .grey-block-1 .cf .left-cf p {
        font-size: 34px;
    }

    .grey-block-1 .cf .left-cf .num-1 {
        width: auto;
        box-sizing: border-box;
        float: none;
        margin-bottom: 10px;
    }

    .grey-block-1 .cf {
        position: relative;
    }

    .grey-block-1 .cf .left-cf .left-cf-image img {
        width: 100%;
        max-width: 100%;
        padding: 3px 0px 20px;
    }

    .grey-block-1 .cf .left-cf .num-2 {
        width: auto;
        float: none;
        box-sizing: border-box;
    }

    .left-cf-image a {
        margin-bottom: 40px;
        display: inline-block;
    }

    .sales-slider .record-of-success .record-list {
        width: auto !important;
        float: none;
        margin-top: 20px;
    }

    .sales-slider .record-of-success .sales-content {
        width: auto;
        float: none;
        padding-left: 0;
        text-align: center;
        margin: 80px 0px;
    }

    .superior .viewbtn .superior-image img {
        width: 100%;
    }

    .tour-heading {
        float: none !important;
        width: 100% !important;
        padding: 0px 15px !important;
    }

    .tour_slideshow {
        float: left !important;
        margin: 60px auto 0 !important;
        padding: 0px 15px !important;
    }

    .slideshow_block {
        height: inherit !important;
    }

    .slideshow_block .container {
        width: auto !important;
    }

    .fusion .containerpanel .containerpanel-heading {
        margin: 0px 15px;
    }

    .fusion .containerpanel .containerpanel-heading h1 {
        font-size: 32px;
    }

    .fusion .containerpanel .containerpanel-heading p {
        font-size: 22px;
    }

    .grey-block-1 {
        height: inherit;
        background: none;
    }

    .laptop-slider .lappy-thumbnail .left-lappy-thumbnail {
        float: none;
        width: auto;
    }

    .superior .viewbtn .superior-btn {
        float: none;
        width: auto;
    }

    .superior .viewbtn .superior-image {
        width: auto;
        float: none;
    }

    .sales-slider .record-list ul li {
        width: 100% !important;
    }

    .tour_slideshow {
        display: none;
    }

    .international-connection .international-heading img {
        height: inherit;
    }

    .tour-heading h2 {
        font-size: 36px;
        text-align: center;
    }
    .tour-heading p {
        margin: 20px 0 20px 0px;
        text-align: center;
    }

    .tour-heading .tour-planning {
        text-align: center;
    }

    .tour-heading .tour-planning a {
        margin-bottom: 10px;
        display: inline-block;
    }


    .superior .superior-heading h2 {
        font-size: 36px;
    }

    .superior .viewbtn .superior-btn ul {
        text-align: center;
    }

    .sales-slider .record-heading h4 {
        font-size: 36px;
    }
    .grey-block-1 .cf .right-cf img {
        width: 100%;
        max-width: 100%;
    }

    .wfp-marketing .marketing-content .marketing-button a {
        display: inline-block;
    }
}

.publications .bx-wrapper {
    background: transparent;
    box-shadow: none;
    border: none;
}

.publications .bx-wrapper img {
    height: auto;
    width: auto;
    margin: 0 auto;
}

.publications .bx-controls {
    display: none;
}

.publications .publications-buttons {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.publications .publications-buttons ul {
    margin: 0px;
    padding: 0px;
}

.publications .publications-buttons li {
    display: inline-block;
    padding: 0px 5px;
}

.publications .publications-buttons li a {
    text-align: justify;
    text-decoration: none;
    color: #27253d;
    font-size: 16px;
    border: 1px solid #27253d;
    padding: 5px 16px;
    border-radius: 3px;
}

.publications .publications-buttons li a:hover {
    color: #fff;
    background: #27253d;
}

.publications .bx-wrapper {
    margin-bottom: 30px;
}

.publications .firstcopy {
    margin: 0 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.description_div .pageshell p{
    margin: 15px 0 15px 0;
}

.description_div .pageshell ul{
    margin: 0;
    font-size: 17px;
}

.description_div .pageshell ul li{
    list-style-type: disc;
    margin-bottom: 10px;
}

.our-proffesional .pageshell-heading img {
    margin: 20px 0px;
    width: 100%;
}

.our-proffesional .professional-left-content {
    padding-bottom: 30px;
}

.our-proffesional .professional-left-content p {
    margin: 0px 0px !important;
}

.our-proffesional .professional-left-content a {
    display: block;
}

.our-proffesional .professional-left-content a img {
    width: 100%;
    margin-top: 20px;
}

.our-proffesional .professional-right-content h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .5px;
}

.our-proffesional .professional-right-content ul li p {
    margin: 20px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.management-story .story-image {
    padding: 20px 0px 0px 0px;
}

.management-story .story-image img {
    width: 100%;
    height: 100%;
}

.management-story .story-image p {
    margin: 30px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.management-story .story-image ul {
    margin: 0px;
    padding: 0px 40px;
}

.management-story .story-image ul li {
    list-style-type: square;
    padding: 10px 0px;
}

.management-story .story-image ul li strong {
    font-size: 18px;
}

.management-story .story-image ul li p {
    margin: 30px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    display: inline;
    color: #4c4c4c;
    text-align: left;
}

.management-story .signatures {
    text-align: center;
    padding-bottom: 50px;
}
.management-story .signatures p {
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    font-weight: 600;
    text-align: center;
    padding-top: 5px;
}

.management-story .signatures .col-sm-3 {
    margin: 0px;
}

.wfp-marketing-listing .bx-wrapper {
    background: #fff;
}

.news-center img {
    width: 100%;
}

.news-center .news-left p {
    color: #999999;
    font-weight: 600;
    font-size: 20px;
    padding: 0px;
}

.news-center .news-right p {
    color: #999999;
    font-weight: 600;
    font-size: 20px;
    padding: 0px;
}

.news-center .story-shell h2 a {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.news-center .story-shell h2 a:hover {
    text-decoration: none !important;
    color: #767585a8;
}


.form-page {
    padding: 0px;
    margin: 5px;
    text-align: center;
    color: #000;
}

.wfp-marketing-listing .less .col-sm-4 {
    padding: 0px 5px;
}

.wfp-marketing-listing .bx-wrapper {
    background: #e9e8e9;
}

.news-center .story-shell h2 a {
    text-transform: capitalize;
}

.virtual-tour {
    padding: 0px;
}

.virtual-tour, .virtual-tour .bx-wrapper {
    background: #fff;
}
.market-desc .market-desc-left {
    border-right: 1px solid #999999;
}

.market-desc .market-desc-right {
    margin-top: 30px;
}

.market-desc .market-desc-right ul {
    margin: 0px;
    padding: 0px 10px;
}

.market-desc .market-desc-right ul li {
    margin: 10px 0px;
    list-style-image: url(../images/greaterthan.png);
}

.market-desc .market-desc-right ul li a {
    border: 0;
    color: #557292;
    font-size: 16px;
    line-height: 10%;
    text-decoration: none;
    padding: 0;
    font-weight: 600;
}

.market-desc .market-desc-right ul li a:hover {
    color: #999999;
}

p.copy {
    margin: 15px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}
#our-network p.copy{
    text-align: center;
}

.market-desc .international-heading img {
    width: 100%;
    height: 100%;
}

.market-desc .international-heading {
    text-align: center;
    width: 100%;
    margin: 10px 0px 20px 0px;
}

.scroll-up {
    background: url(../images/back_to_top_btn.png) top left no-repeat;
    width: 30px;
    height: 40px;
    border: 0;
    display: none;
    margin: 0;
}


.hover-text-anchor {
    margin: 0px !important;
    padding: 0px !important;
}

.hover-text-anchor a {
    color: #999999;
    display: inline-block;
}

.hover-text-anchor a:hover {
    color: #999999b3;
}

.globe {
    background: url(../images/globe-screen.png) no-repeat top center;
    width: 100%;
    padding: 0;
}

.buyers-producers .professional-right-content.right-side {
    width: 100%;
    text-align: right;
}

.buyers-producers .professional-right-content.right-side img {
    width: 300px;
}

.sales-meeting {
    margin-top: -20px;
}

h4.email {
    padding: 20px 0px 10px 0px !important;
    margin: 0px !important
}

.modal-footer {
    border-top: 0px solid #e5e5e5 !important;
}

.modal-header {
    border-bottom: 0px solid #e5e5e5 !important;
}

.modal #exampleInputEmail-2 {
    margin-left: 10px;
}

#exampleInputEmail-2, #exampleInputEmail-1 {
    float: left;
    margin-right: 5px;
}

.modal .modal-left {
    float: left;
}

.copyright p {
    padding: 10px 0px 10px 0px;
}

.modal-header h4 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}
.news-items .news-heading {
    padding: 25px 0px 20px 0px;
}

.news-items .news-heading span {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.news-items .news-heading h2 {
    margin: 0;
    padding: 5px 0px 0px 0px;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.news-elements .news-element-left h4 {
    margin: 0px;
    padding: 20px 0px 10px 0px;
    font-size: 18px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.news-elements .news-element-thumbnails {
    margin: 25px 0px 25px 0px;
}

.news-elements .news-element-thumbnails ul {
    margin: 0px;
    padding: 0px;
}

.news-elements .news-element-thumbnails ul li {
    padding: 10px 0px;
}
.news-elements .news-element-thumbnails ul li a img {
    object-fit: cover;
    width: 100%;
}
.professional-right-content ul{
    padding-left: 15px;
}

.financial-calculator .calculator-left {
    padding-bottom: 0px;
}

.financial-calculator .calculator-left ul {
    margin: 0px;
    padding: 0px;
}
.financial-calculator .calculator-left ul li a {
    line-height: 120% !important;
}

.financial-calculator .calc-thumbnail {
    width: 100%;
    margin: 20px 0px;
}

.financial-calculator .calc-thumbnail img {
    width: 100%;
}

.financial-calculator p.copy {
    margin: 0px 10px 20px 0px;
    padding: 0;
    font-size: 12px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.financial-calculator-details h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
    font-family: 'Lato', sans-serif !important;
}

.financial-calculator-details p {
    margin: 10px 10px 0 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
    font-family: 'Lato', sans-serif !important;
}

.financial-calculator-details p b {
    margin: 0px;
    padding: 20px 0px 10px 0px;
    font-size: 18px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
    font-family: 'Lato', sans-serif !important;
}

.financial-calculator-details fieldset {
    border: 1px solid #e5e5e5;
    margin-top: 10px;
}

.financial-calculator-details fieldset legend {
    width: auto;
    border: none;
    margin: 0;
}

.financial-calculator-details fieldset legend b {
    color: #767585;
    font-size: 17px;
    font-family: 'Lato', sans-serif !important;
}

.financial-calculator-details .SubDetailTable th, .financial-calculator-details .SubDetailTable td,
.financial-calculator-details .DetailTable th, .financial-calculator-details .DetailTable td {
    padding: 0 !important;
    font-family: 'Lato', sans-serif !important;
}

.financial-calculator-details input.TextInput, .financial-calculator-details select {
    width: 110px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-left: 75px;
}

.financial-calculator-details .details-field p {
    margin: 0px 10px 10px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.financial-calculator-details label {
    margin: 0px 10px 10px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
    font-weight: normal;
}

.financial-calculator-details .checkbox {
    display: inline-block;
}

.financial-calculator-details button,
.financial-calculator-details input[type=button],
.financial-calculator-details input[type=reset],
.financial-calculator-details input[type=submit] {
    color: #27253d !important;
    padding: 5px 50px !important;
    font-size: 16px !important;
    background: none !important;
    border-radius: 5px !important;
    border: 1px solid #27253d !important;
    font-family: 'Lato', sans-serif !important;
    height: auto !important;
    width: auto !important;
    font-weight: normal !important;
}

.financial-calculator-details button:hover,
.financial-calculator-details input[type=button]:hover,
.financial-calculator-details input[type=reset]:hover,
.financial-calculator-details input[type=submit]:hover {
    background: #27253d !important;
    color: white !important;
}

.financial-calculator-details .details-input-field {
    padding-top: 50px;
}

.financial-calculator-details .details-input-field .form-group {
    margin-bottom: 5px;
}

.financial-calculator-details .radio {
    display: inline-block;
    margin-left: 15px;
    margin-right: 5px;
}

.radio.radio-1 {
    margin-top: 20px;
}

.details-input-field.top-input {
    padding-top: 50px;
}

.checkbox .copy {
    margin: 0px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 135% !important;
    color: #4c4c4c;
    text-align: left;
}

.compute {
    margin: 0px 25px 20px 0px;
}

.compute input {
    display: inline-block;
    padding: 5px 80px;
    background: #fff;
    border-radius: 3px;
    color: #27253d;
    border: 1px solid #27253d;
    font-size: 14px;
}

.compute input:hover {
    color: #fff;
    background: #27253d;
}

.bottom-details p {
    margin: 0px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 135%;
    color: #4c4c4c;
    text-align: left;
}

.bottom-details ul {
    margin: 0px;
    padding: 0px;
}

.bottom-details li .storylink {
    border: 0;
    color: #4e6b88;
    font-size: 17px;
    line-height: 40%;
    text-decoration: none;
    font-weight: bold;
    margin: 10px 0px 20px 0px;
    display: inline-block !important;
}

.bottom-details li .storylink:hover {
    text-decoration: underline;
    color: #999999;
}

.bottom-details {
    padding: 0px 0px 20px 0px;
}

.radio label {
    padding-left: 10px !important;
}

.details-field .checkbox {
    margin-top: 20px !important;
}

.details-field p.small-text {
    font-size: 13px;
}

.iradio_minimal-green {
    margin-right: 3px;
}

.radio.radio-2 {
    margin-top: 94px;
}

.details-field .checkbox label {
    font-size: 17px;
    padding-left: 0px;
}

.icheckbox_minimal-green {
    margin-right: 5px;
}

.wfp-heading .main-heading ul.back-btn {
    margin: 0px;
    padding: 0px;
    text-align: left;
    width: 100%;
}

.wfp-heading .main-heading ul.back-btn li:nth-child(1) {
    width: 70%;
    float: left;
}

.wfp-heading .main-heading ul.back-btn li:nth-child(2) {
    width: 30%;
    float: right;
    text-align: right;
    padding: 10px 30px 0px 0px;
}

.wfp-heading .main-heading ul.back-btn li:nth-child(2) a.storylink {
    font-size: 16px;
    font-weight: 500;
}
.wfp-heading .main-heading ul.back-btn li:nth-child(2) a.storylink:hover{
    color: #2e3c84 !important;
    text-decoration: none;
}

.forgot-password .forgot-heading {
    margin: 10px 0px;
}

.forgot-password .forgot-heading h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.forgot-password .forgot-input label {
    font-size: 14px;
}

.forgot-password .forgot-input label em {
    color: red;
}

.forgot-password .forgot-btn input {
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    color: #27253d;
    border: 1px solid #27253d;
    font-size: 16px;
}

.forgot-password .forgot-btn input:hover {
    color: #fff;
    background: #27253d;
}

.copy.btm {
    font-size: 12px;
    padding: 0px 25px;
}

.forgot-password {
    background: #f9f9f9;
}

.forgot-password.wfp-heading .main-heading {
    margin: 0px !important;
}

.tblcutm.table>tbody>tr>td:nth-of-type(2)
{
    max-width: 300px;
}

a.searchsubmit:hover {
    color: #FFF;
    background: #27253d;
}
table td {
    text-align: left;
    padding: 5px 10px;
}

table.row-1:hover {
    background: #fff !important;
}

table.row-1 thead td {
    font-size: 18px;
    border-top: none !important;
}

.saved-pages .saved-tabs .nav > li > a:focus, .saved-pages .saved-tabs .nav > li > a:hover {
    text-decoration: none;
    background-color: #FFF !important;
}

.wfp-heading .saved {
    margin-bottom: 0px !important;
}

table .close {
    float: left;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    opacity: 1;
    font-weight: 400;
}

.forgot-password .main-heading ul li h2 {
    margin: 0;
    padding: 20px 0px 10px 0px;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.professional-profile .profile-photo a {
    display: block;
}
.professional-profile .profile-photo a img {
    width: 100%;
}

.professional-profile .biodata h4 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.professional-profile .biodata p {
    margin: 0 10px 20px 0px;
    padding: 0;
    font-size: 20px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.professional-profile .biodata ul {
    margin: 0px;
    padding: 0px;
}

.professional-profile .biodata ul li {
    padding: 5px 0px;
}

.professional-profile .biodata ul li h4 span {
    color: #4c4c4c;
    font-weight: 400;
    display: inline-block;
    font-size: 18px;
}

.professional-profile .biodata ul li h4 a {
    color: #4c4c4c;
    font-weight: 400;
    display: inline-block;
    font-size: 18px;
}


.professional-profile .biodata ul li h4 a:hover {
    color: #999999;
    text-decoration: underline;
}

.professional-profile .about-profile h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}
.professional-profile .about-profile .profile-explanation h4 {
    margin: 0px;
    padding: 20px 0px 10px 0px;
    font-size: 18px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.professional-profile .about-profile .profile-explanation p {
    margin: 10px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.profile-tabs .bx-wrapper {
    background: #e9e8e9;
}

.testimonials {
    padding: 40px 0px;
}
.testimonials .testimonials-heading h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    color: #767585;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.testimonials .testimonials-heading p {
    margin: 10px 10px 20px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 165%;
    color: #4c4c4c;
    text-align: left;
}

.testimonials .testimonials-column {
    background: #4c698d;
    padding: 20px 15px;
    width: 31.5%;
    float: left;
    margin: 10px;
}

.testimonials .testimonials-column p {
    color: #fff;
    margin: 0 0px 0px 0px;
    padding: 0;
    font-size: 15px;
    line-height: 180%;
    text-align: left;
}

.testimonials .testimonials-column h4 {
    margin: 0px;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    line-height: 130%;
    color: #CCCCCC;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
}

.col-btn {
    text-align: right;
    margin-top: 10px;
}

.col-btn a {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 3px;
    color: #27253d;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    text-align: center;
}

.col-btn a:hover {
    background: #27253d;
    color: #fff;
    border: 1px solid #27253d;
}

.vcard {
    text-align: center;
}

.vcard a {
    display: inline-block !important;
    padding: 4px 20px;
    border-radius: 3px;
    color: #27253d;
    border: 1px solid #27253d;
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gallery .open-houses.map-open-house .open-houses-address h4 {
    font-size: 12px !important;
    padding-left: 5px;
}

.gallery .open-houses.map-open-house .open-houses-address {
    padding: 5px 2px !important;
}

.gallery .open-houses.map-open-house .heart {
    position: absolute;
    bottom: 6px;
    width: 30px;
    right: 0px !important;
    text-align: right;
}

.vcard a:hover {
    background: #27253d;
    color: #fff;
}

.gallery .open-houses {
    position: absolute;
    background: rgba(0, 0, 0, 0.55);
    left: 0px;
    right: 0px;
    height: 30px;
}

.gallery .open-houses .open-houses-address {
    float: left;
    width: 92%;
    padding: 8px 10px !important;
    text-align: left;
}

.gallery .open-houses .open-houses-address h4 {
    color: #fff;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

.gallery .open-houses .open-houses-address span {
    font-size: 12px !important;
    font-weight: 400;
}

.gallery .open-houses .open-houses-icon {
    float: right;
    width: 10%;
    padding: 4px 2px;
}

.gallery .open-houses .open-houses-icon a {
    display: block;
}

.gallery .open-houses .open-houses-icon a img {
    width: 18px;
}

.gallery .open-houses .open-houses-icon a img:hover {
    opacity: 0.7;
}

.third {
    margin-left: 55px !important;
}

.fourth {
    margin-left: 60px !important;
}

.professionals .listing-button a {
    color: #27253d;
    padding: 8px 16px;
    font-size: 16px;
    background: #fff;
    border-radius: 5px;
    margin: 0px 4px;
    display: inline-block;
    width: 46%;
    border: 1px solid #27253d;
}

.testimonials-tab .testimonials-column {
    background: #525164;
    padding: 20px 15px;
    width: 31.5%;
    float: left;
    margin: 10px;
    border-radius: 5px;
}

.testimonials-tab .testimonials-column.same {
    background: #7d7c8b;
}

.tab-pane .testimonials {
    padding: 10px 0px;
}

.agent-popup {
    overflow-x: hidden !important;
    overflow-y: auto;
}

.agent-popup .main-heading {
    text-align: center;
    width: 100%;
}

.agent-popup .main-heading h2 {
    margin: 0;
    padding: 20px 0px 10px 0px;
    font-size: 24px;
    line-height: 130%;
    color: #27253d;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .5px;
    text-align: center;
    border-bottom: 1px solid #27253d;
}

.agent-popup .forgot-input input.form-control {
    width: 47%;
    display: inline-block;
    padding: 24px 12px;
    border-radius: 0px;
}

.agent-popup .last_name {
    float: right !important;
    margin-right: 0px !important;
}

.agent-popup .form-control {
    margin-bottom: 10px;
}

.agent-popup .forgot-input-1 input {
    padding: 24px 12px;
    border-radius: 0px;
}

.agent-popup .radio {
    display: inline-block;
}

.agent-popup .details-field-1 {
    text-align: center;
    margin-top: 20px;
}

.agent-popup .details-field-1 .agent-btn {
    padding: 6px 12px;
    border-radius: 0px;
    color: #27253d;
    border: 1px solid #27253d;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    width: 90%;
    text-align: center;
    margin-top: 5px;
}

.agent-popup .details-field-1 .agent-btn:hover {
    color: #fff;
    background: #27253d;
}

.agent-popup .details-field label {
    padding-left: 0px !important;
    font-size: 18px !important;
    color: #27253d;
}

.reduction {
    font-size: 14px !important;
    color: red !important;
    display: block;
}

.reduction img {
    width: 9px !important;
    height: 9px !important;
    border: 0;
    margin: 0 2px 0 0;
    padding: 0;
}

.full .next, .full .previous {
    display: none;
}

.full:hover .previous {
    display: block;
}

.full:hover .next {
    display: block;
}

.agent-popup p.copy {
    margin: 5px 0px 0px 0px;
    color: #27253d;
}

.agent-popup .forgot-input {
    margin-top: 25px;
}


.gallery .image-gallery .next a img {
    width: 20px;
}

.gallery .image-gallery .previous a img {
    width: 18px;
}

.listing-information span.title {
    color: #2e3c84 !important;
}

.listing-information .listing-price {
    font-size: 20px;
    color: #2e3c84 !important;
}

.listing-information .listing-status {
    font-size: 18px;
}

.property-open-house h4 {
    color: #27253d !important;
    font-size: 20px;
    font-weight: 600;
}

.property-open-house h4 span {
    font-weight: 400;
    font-size: 18px;
}

.share-property .property-button a {
    text-decoration: none;
    color: #27253d;
    display: inline-block !important;
    border: 1px solid #27253d;
    border-radius: 5px;
}

.listing-information li.items {
    color: #707071 !important;
}

.share-property li.social-button:hover {
    opacity: 0.9;
    color: #27253d !important;
    border: 3px solid #27253d !important;
}

.share-property li.social-button {
    min-height: 40px;
    min-width: 40px;
    border-radius: 50%;
    border: 3px solid #27253d !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.share-property .social-button a {
    font-size: 22px;
    color: #27253d !important;
}

#sync2 .owl-nav .owl-prev, #sync2 .owl-nav .owl-next {
    background-color: #27253d !important;
}

.gallery .listing-control ul li a img {
    width: 30px;
}

#sync2 .owl-item.active.currentThumb:before {
    border: 5px solid #27253d !important;
}

.tab-section .slide-nav {
    background: #27253d !important;
}

.tab-section li.slide-nav:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #27253d !important;
    position: absolute;
    bottom: -4px;
    left: 50%;
    z-index: 2;
}

.professional-profile .biodata ul li h4 {
    font-size: 18px;
    float: left;
    width: 150px;
}

.professional-profile .biodata ul li a {
    display: block;
    color: #4c4c4c;
}

.professional-profile .biodata ul li a span {
    font-size: 18px;
}

.style-two {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #fff, #333, #fff);
    background-image: -moz-linear-gradient(left, #fff, #333, #fff);
    background-image: -ms-linear-gradient(left, #fff, #333, #fff);
    background-image: -o-linear-gradient(left, #fff, #333, #fff);
    margin: 30px 0;
    clear: both;
}

.gallery-tabs.profile-tabs {
    background: #fff;
    padding: 0px 0px;
}

.gallery-tabs.profile-tabs .tab-content {
    background: #fff;
}

.gallery-tabs.profile-tabs .listing-tab {
    padding: 25px 0px;
    background: #e9e8e9;
}

.property-location ul.tab-panel li.active a:after {
    content: " ";
    border-bottom: 5px solid #27253d;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.property-location ul.tab-panel li.active:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    width: 100%;
    position: absolute;
    bottom: -14px;
    color: #27253d;
    text-align: center;
    font-size: 18px;
    left: 0;
}

.tab-section ul.tab-panel li.active a:after {
    content: " ";
    border-bottom: 5px solid #27253d;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.tab-section ul.tab-panel li.active:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    width: 100%;
    position: absolute;
    bottom: -14px;
    color: #27253d;
    text-align: center;
    font-size: 18px;
    left: 0;
}

.slider-banner .left .arrow-left:hover {
    left: 18px;
}

.slider-banner .right .arrow-right:hover {
    right: 18px;
}
/* news styles for Make us successful page */
.international-connection .international-heading.our-people p{
    text-align: left;
}
.marketing-button a {
    padding: 6px 14px;
    color: #27253d;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #002a5c;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
}
.marketing-button a:hover {
    color: #fff;
    background: #27253d;
}
#our-network .pageshell .pageshell-slider ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

#our-network .marketing-button{
    margin-top: 30px;
}
.d-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ready-to-connect-successful .ready-image{
    background-image: url(../images/ready-connect-new.jpg);
}
.ready-to-connect-ppp .ready-image{
    background-image: url(../images/ready-connect-ppp.jpg);
}

.grey-bg{
    border-bottom: 1px solid #b3b3b0;
}
@media(max-width:767px) {
    .gallery-tabs .listing-tab .tabs ul li {
        width: 25% !important;
        text-align: center;
    }

    .wfp-marketing-listing .luxury-listings {
        margin: 30px 0px 20px;
        text-align: center;
    }

    .financial-calculator .calc-thumbnail {
        text-align: center;
    }

    .financial-calculator .calc-thumbnail img {
        max-width: 300px;
    }

    .galleria-image-nav-left, .galleria-image-nav-right {
        width: 42px !important;
        height: 42px !important;
    }

    .galleria-image-nav-left {
        background-position: 11px 6px !important;
        left: 0px !important;
    }

    .galleria-image-nav-right {
        background-position: -284px 6px !important;
        right: 0px !important;
    }

    .quick-search .more {
        float: none !important;
        width: 100% !important;
    }

    .gallery-tabs .listing-tab .nav-tabs li.slide-nav:after {
        left: 40%;
    }

    .gallery-tabs .listing-tab .tabs ul li a {
        font-size: 16px;
    }

    .professionals .listing-button a {
        padding: 8px 16px !important;
        width: auto;
    }

    .story-content .story-shell {
        padding: 20px 0px;
    }

    .story-content .story-shell h2 {
        font-size: 20px;
    }
}

@media(max-width:600px) {
    .professional-profile .biodata ul li h4 {
        font-size: 18px;
        float: none;
        width: auto;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    hr.style-one {
        display: block;
    }
    .tblcutm.table>tbody>tr>td:nth-of-type(1)
    {
        max-width: 200px;
    }
    .tblcutm.table>tbody>tr>td:nth-of-type(2)
    {
        max-width: 200px;
    }
    .quick-search .left-text h4 {
        font-size: 18px !important;
    }
    .border-black {
        width: 100% !important;
    }
    .story-content .story-shell {
        padding: 20px 0px;
    }
    .gallery .text-center.map-row-count span {
        font-size: 11px !important;
        margin-left: 2px !important;
    }
    .gallery .listing-control ul li i {
        font-size: 12px !important;
    }
    .gallery .text-center.map-row-count a {
        font-size: 12px !important;
        width: 106px !important;
    }
    .story-content .story-thumbnail img {
        width: 100% !important;
    }
    .tour-heading h2 {
        text-align: center !important;
    }
    .story-content .story-shell h2 {
        font-size: 22px !important;
    }
    .paragraph .para-image img {
        width: 100% !important;
    }
    .tour-heading p {
        text-align: center !important;
    }
    .tour-heading .tour-planning h5 {
        text-align: center !important;
    }
    .gallery .image-content ul li {
        padding: 0px 5px !important;
    }
    .gallery .image-content ul {
        margin-left: 0px !important;
    }
    .buttons {
        margin: 14px 0px !important;
    }
    .wfp-marketing .marketing-content .marketing-image img {
        width: 100%;
    }
    .sales-slider .record-of-success .record-list {
        width: auto !important;
        float: none;
    }
    .slider-banner .item > img {
        height: 600px !important;
    }
    .leader .leader-thumbnail img {
        height: 616px !important;
    }
    header .header .right-nav .main-nav ul li {
        padding: 0 5px;
    }
    .text-center {
        margin: 0px 0px;
    }
    .gallery .dropdown .btn {
        padding: 6px 4px;
    }
    header .header .logo a img {
        width: 100px;
    }
    .mid-menu .mid-nav ul li {
        padding: 0px 7px;
    }
    .bg_images .big ul li img {
        width: 135px;
    }
    .bg_images .big ul li {
        padding: 0px 3px;
    }
    .wfp-heading .main-heading ul li a {
        font-size: 16px;
        letter-spacing: 0px;
        color: #323232;
        font-weight: 300;
    }
    .mybtn {
        padding: 5px 20px;
    }
    .team_block .team-des a {
        font-size: 12px;
    }
    .arrow-icon .form-control {
        padding: 6px 0px;
    }
    header .header .right-nav .main-nav ul li img {
        right: 0px;
        display: none !important;
        width: 26px;
        top: 13px;
        position: absolute;
        padding-left: 18px;
    }
    header .header .right-nav .main-nav > ul > li:after {
        display: none !important;
    }
    .professional-profile .biodata {
        margin: 80px 20px 0 20px;
    }
}

.searchsorttable {
    margin: 0px 0px 0px 5px;
    display: table;
}

.searchsorttable .collapse {
    display: block;
}

#mainselectionSmall select option {
    background: #FFF;
}

#mainselectionSmall {
    background: url('../images/pulldown-bg-md.png') no-repeat 0px 0px;
    width: 105px;
    margin: 0 2px 0 0;
    padding: 0;
}

.innertable-1 {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    border: 0;
}

.innertable-1 tbody tr td p {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    color: #4e6b88;
}

.innertable-2 {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

.innertable-2 tbody tr td p {
    margin: 0;
    padding: 0;
    clear: both;
}

.collapse-tr {
    display: none;
}

.collapse-tr td {
    padding: 0 0 10px 0;
}

#capital input {
    margin-right: 5px;
}

.table-data-1 {
    margin-right: 20px !important;
    margin-left: 0px !important;
}

.table-data {
    float: left;
    margin: 0 !important;
    width: 25%;
    text-align: left;
}

.table-data ul {
    margin: 0px;
    padding: 0px;
}

.table-data ul li {
    padding: 5px 0px;
}

.table-data ul li span {
    float: left;
    font-size: 12px;
    width: 100%;
    margin-left: -23px;
    box-sizing: border-box;
    padding-left: 23px;
    display: block;
}

.table-data ul li .icheckbox_minimal-green {
    margin-right: 5px !important;
    float: left;
    position: relative !important;
    z-index: 9;
}

.left-checkbox .icheckbox_minimal-green {
    margin-right: 5px !important;
}

.left-checkbox-1 .icheckbox_minimal-green {
    margin-right: 5px !important;
}

.full-data-table {
    text-align: left;
    margin: 20px 0px;
}

.full-data-table h4, .table-links h4 {
    margin: 0 0 8px 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    color: #4e6b88;
    text-align: left;
}

.left-checkbox, .left-checkbox-1 {
    margin: 0px;
    padding: 0px;
}

.left-checkbox li {
    float: left;
    width: 50%;
    padding: 5px 0px;
}

.left-checkbox-1 li {
    padding: 5px 0px;
}

.left-checkbox li input, .left-checkbox-1 li input {
    margin-right: 5px;
}

.left-checkbox li label, .left-checkbox-1 li label {
    font-size: 12px;
    color: #333 !important;
    font-weight: normal;
    padding-left: 30px;
    width: 100%;
    margin-left: -30px;
}

.table-data-listings label {
    color: #4e6b88;
}

.wfp-radio-buttons {
    width: 100%;
}

.wfp-radio-buttons ul {
    margin: 0px;
    padding: 0px;
}

.wfp-radio-buttons ul li {
    display: inline-block;
}

.list-gallery-view .pad-right {
    padding-bottom: 30px;
}

.wfp-radio-buttons ul li.second-li {
    padding-left: 5px;
}

.wfp-radio-buttons ul li label {
    font-size: 12px;
    margin-left: 8px;
    color: #333 !important;
    font-weight: normal;
}

.left-checkbox li label, .left-checkbox-1 li label {
    font-size: 12px;
    color: #333 !important;
    font-weight: normal;
    padding-left: 30px;
    width: 100%;
    margin-left: -30px;
}

.table-data ul li label {
    font-size: 12px;
    color: #333 !important;
    font-weight: normal;
    padding-left: 30px;
    width: 100%;
    margin-left: -30px;
}

.left-checkbox .icheckbox_minimal-green, .left-checkbox-1 .icheckbox_minimal-green {
    background-position: -1px -1px;
}

.left-checkbox .icheckbox_minimal-green.hover, .left-checkbox-1 .icheckbox_minimal-green.hover {
    background-position: -21px -1px;
}

.wfp-radio-buttons ul li .iradio_minimal-green.hover {
    background-position: -121px -1px;
}

.wfp-radio-buttons ul li .iradio_minimal-green {
    background-position: -101px -1px;
}

.wfp-radio-buttons ul li .iradio_minimal-green.checked {
    background-position: -141px -1px;
}

.table-data ul li .icheckbox_minimal-green, .left-checkbox-1 .icheckbox_minimal-green {
    background-position: -1px -1px;
}

.table-data ul li .icheckbox_minimal-green.hover, .left-checkbox-1 .icheckbox_minimal-green.hover {
    background-position: -21px -1px;
}
.left-checkbox .icheckbox_minimal-green.checked, .left-checkbox-1 .icheckbox_minimal-green.checked {
    background-position: -41px -1px;
}

.play-icons ul li a img:hover, .slider-banner .slider .item .icons ul li a img:hover {
    opacity: 0.7;
}

.professional-profile .biodata ul li a span.cool-link {
    display: inline-block;
    color: #4c4c4c;
    text-decoration: none;
}

.professional-profile .biodata ul li a span.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #4c4c4c;
    transition: width .3s;
}

.professional-profile .biodata ul li a span.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}

.agenttable td strong {
    font-size: 18px !important;
}

.agenttable td a {
    font-size: 16px !important;
}

.gallery-tabs .gallery .open-houses {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    left: 0px;
    right: 0px;
    height: auto;
}

.gallery-tabs .gallery .open-houses .open-houses-address {
    float: left;
    width: 90%;
    padding: 6px 20px !important;
    text-align: left;
}

.gallery-tabs .gallery .open-houses .open-houses-address h4 {
    color: #fff;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

.gallery-tabs .gallery .media-normal-text {
    display: none;
}

.media-normal-text {
    display: none;
}

.gallery-tabs .tab-content .slider-image:hover .open-houses {
    display: none;
}

.gallery-tabs .tab-content .row-one .contents {
    min-height: 262px !important;
}

.fixed-map .table-data-listings {
    position: fixed;
    display: none;
    top: 50px;
    z-index: 999;
    border-top: 1px solid rgb(255, 255, 255);
    background: #eee;
    right: 0px;
    left: 0px;
    height: 100%;
}

.fixed-map .table-links {
    margin: 0px 0px;
}

.fixed-map .full-data-table {
    margin: 0px 0px;
}

.fixed-map .table-links > ul > li > a:focus, .fixed-map .table-links > ul > li > a:hover {
    text-decoration: none;
    background-color: #eee;
    border: none;
}

.map-cross {
    position: absolute;
    top: 12px;
    right: 45px;
}
.map-cross a {
    display: block;
    color: #27253d;
    border: 1px solid #27253d;
    padding: 4px 8px;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.map-cross a:hover {
    background: #27253d;
    color: #fff;
}


.labels.new-listings .open-house-text {
    color: green !important;
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
}

.visisted {
    background-image: url(/images/visited.png) !important;
}

.labels.new-listings, .labels.open-house {
    background-color: transparent;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    margin-top: -46px !important;
    opacity: 1 !important;
    width: 65px;
    height: 52px;
    border: 0;
    margin-left: -38px !important;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 25px;
    font-size: 11px;
    background-image: url(/images/marker-map-new-listing.png);
}

.labels.new-listings:hover, .labels.open-house:hover {
    background-image: url(/images/marker-map-new-listing-hover.png);
}

.labels.open-house .open-house-text {
    color: #7781b2;
    display: block;
    position: absolute;
    top: 2px;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.labels.visisted.hovered {
    background-image: url(/images/marker-map-new_hover.png) !important;
}

.labels.new-listings.visisted {
    background-image: url(/images/new-listing-visited.png) !important;
}

.labels.new-listings.hovered {
    background-image: url(/images/marker-map-new-listing-hover.png) !important;
}

.labels.open-house.visisted {
    background-image: url(/images/new-listing-visited.png) !important;
}

.labels.open-house.hovered {
    background-image: url(/images/marker-map-new-listing-hover.png) !important;
}

.listing_agent_sold #agent tbody tr td a.contact {
    font-size: 12px !important;
}

.multiple-listings .bottom-arrow .scroll-multi .open-houses {
    top: 0px;
}

.multiple-listings .bottom-arrow .scroll-multi .open-houses .open-houses-address {
    padding: 5px 10px !important;
    width: 100% !important;
}

.multiple-listings .bottom-arrow .scroll-multi .open-houses.map-open-house .open-houses-address h4 {
    font-size: 12px !important;
}

.multiple-listings .bottom-arrow .scroll-multi .open-houses.map-open-house .open-houses-address h4 span {
    font-size: 10px !important;
}

.multiple-listings .bottom-arrow .scroll-multi .open-houses.map-open-house .open-houses-address h4.new-listing-text {
    font-size: 16px !important;
    color: #fff;
}

.textarea {
    margin-top: 15px;
}

.clear-footer-row {
    clear: both;
}

.clear-footer-row .pad-right.pad-bottom .footer-records {
    text-align: center;
    font-size: 17px;
}

.header-paging .footer-records {
    text-align: right;
    font-size: 16px;
    margin: 0px;
    padding: 5px 0px;
}

.quick-search.white-bg .table-data-listings {
    border-top: 1px solid #eee !important;
}

.quick-search.white-bg .nav-tabs > li.active > a, .quick-search.white-bg .nav-tabs > li.active > a:focus, .quick-search.white-bg .nav-tabs > li.active > a:hover {
    background-color: #fff !important;
}

.quick-search.white-bg .nav-tabs > li:hover a {
    background-color: #fff !important;
}

.images-desc-sold-map .left {
    width: 60% !important;
}

.images-desc-sold-map .right {
    width: 40% !important;
}

.full ul li .controls .wfp-badge {
    position: absolute;
    left: 5px;
    top: 5px;
    background: rgba(64, 89, 175, 0.6);
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.full ul li .controls .wfp-badge a {
    display: block;
    padding: 4px;
}

.full ul li .controls .wfp-badge a img {
    max-width: 100%;
}

.full ul li .controls .sold_property {
    position: absolute;
    top: 10px;
    background: rgba(64, 89, 175, 0.6);
    padding: 5px;
    border-radius: 5px;
    left: 45px;
}
.full ul li .controls .sold_property span {
    color: #fff;
    display: block;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
}
#map_listings .full ul li .controls .sold_property{
    left:40px;
}
.gallery .image-gallery .controls .wfp-badge {
    position: absolute;
    left: 5px;
    top: 5px;
    background: rgba(64, 89, 175, 0.6);
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.gallery .image-gallery .controls .wfp-badge a {
    display: block;
    padding: 4px;
}
.gallery .image-gallery .controls .wfp-badge a img {
    max-width: 100%;
}
.gallery .image-gallery .controls .sold_property {
    position: absolute;
    top: 10px;
    left: 45px;
    background: rgba(64, 89, 175, 0.6);
    padding: 5px 10px;
    border-radius: 5px;
}

.gallery .image-gallery .controls .sold_property span {
    color: #fff;
    display: block;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
}


.gallery.gallary-side-map .play-icons {
    right: 5px;
}

.gallery.gallary-side-map .play-icons ul li a img {
    width: 25px;
    height: 25px;
}


.gallery.gallary-side-map .full ul li .controls .sold_property span,
.gallery.map-preview-gallary .full ul li .controls .sold_property span {
    font-size: 12px;
}

.gallery.map-preview-gallary .play-icons ul li a img {
    width: 25px;
    height: 25px;
}

.gallery.map-preview-gallary .full ul li .controls .wfp-badge {
    width: 35px;
    height: 35px;
    top: 7px;
}

.gallery.map-preview-gallary .full ul li .controls .wfp-badge a img {
    width: 25px;
    height: 25px;
}


.gallery.map-preview-gallary .full ul li .controls .wfp-badge {
    left: 5px;
}

.gallery.map-preview-gallary .play-icons {
    right: 5px !important;
}

.gallery.map-preview-gallary .play-icons ul li {
    padding-left: 2px;
}

.gallery-tabs .tab-content.full ul li .controls .wfp-badge {
    left: 20px;
}

.gallery-tabs .tab-content.full ul li .controls .sold_property {
    left: 70px;
}

.gallery-tabs .tab-content.full ul li .less .slider-image:hover .controls {
    display: none;
}

.current-listing-info .listing-information .controls {
    margin: 0 0px 10px;
}

.current-listing-info .listing-information .controls .wfp-badge {
    display: inline-block;
    background: #27253d;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.current-listing-info .listing-information .controls .wfp-badge a {
    display: block;
    padding: 4px;
}

.current-listing-info .listing-information .controls .wfp-badge a img {
    width: 30px;
    height: 30px;
}

.current-listing-info .listing-information .controls .sold_property {
    display: inline-block;
    padding: 2px 10px;
    background: #27253d;
    border-radius: 5px;
    margin-left: 10px;
}

.current-listing-info .listing-information .controls .sold_property span {
    color: #fff;
    display: block;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
}

.saved-pages .gallery .saved-listing-dropdown .dropdown {
    margin: 10px 0px 20px 0px;
}

.saved-pages .gallery .saved-listing-dropdown .arrow-icon {
    margin: 20px 0px 0px 0px;
}

.multiple-listings .scroll-multi .gallery .controls .wfp-badge {
    position: absolute;
    left: 20px;
    top: 37px;
    background: rgba(64, 89, 175, 0.6);
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.multiple-listings .scroll-multi .gallery .controls {
}

.multiple-listings .scroll-multi .gallery .controls .wfp-badge a {
    display: block;
    padding: 4px;
}

.multiple-listings .scroll-multi .gallery .controls .wfp-badge img {
    width: 25px !important;
    height: 25px !important;
    border: none !important;
    margin: 0px !important;
}

.multiple-listings .scroll-multi .gallery .controls .sold_property {
    position: absolute;
    top: 41px;
    left: 65px;
    background: rgba(64, 89, 175, 0.6);
    padding: 5px 10px;
    border-radius: 5px;
}

.multiple-listings .scroll-multi .gallery .controls .sold_property span {
    color: #fff;
    display: block;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
}

.gallery-tabs .media-hover-text .property-title.small-title {
    font-size: 20px;
    text-align: center;
}

.contract {
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 5px;
    padding: 2px 4px;
    width: 30%;
    right: 0px;
    background: rgba(150, 65, 70, 0.77);
}

.contract span {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.heart.has-open {
    bottom: 4px !important;
}

.gallery .image-gallery .heart a {
    display: block;
}

.heart a {
    display: block;
}

.gallery.gallary-side-map .image-des .left {
    width: 50% !important;
    word-break: break-all;
}
.gallery.gallary-side-map .image-des .right {
    width: 50% !important;
    word-break: break-all;
}

.gallery .image-des .left li span.small-map-title {
    font-size: 11px;
    display: block;
    padding: 4px 0px;
}
.quick-search .input-group input, 
.quick-search .input-group select.common {
    margin: 0 2px;
}
.more h3 a:hover::after {
    width: 100%;
    transition: width .3s;
}

.fancybox-opened {
    width: 100% !important;
    max-width: 80%;
    margin: 0 auto;
}
.slide-media.fancybox-opened {
    max-width: calc(100% - 220px);
}
.fancybox-opened .fancybox-skin {
    height: inherit !important;
    max-width: 100% !important;
    width: 100% !important;
}
.fancybox-outer {
    height: inherit;
    max-height: 100%;
    max-width: 100% !important;
    width: 100% !important;
}
.fancybox-inner {
    height:100% !important;
    width: 100% !important;
    max-width: 100% !important;
}
.quickpreview-fancybox .fancybox-slide{
    padding: 25px 44px;
}

/* this media query targets desktops only */

@media (min-width:1000px) and (max-width:1200px) {
    .gallery .open-houses.map-open-house .open-houses-address h4 {
        font-size: 9px !important;
    }

    .gallery .open-houses.map-open-house .open-houses-address {
        padding: 10px 2px !important;
    }
}

@media (min-width:1025px) and (max-width:1150px) {
    .quick-search .left-text h4 {
        font-size: 22px !important;
    }
}

@media (max-width:767px) {

    .management-story .signatures .col-sm-3 {
        margin-bottom: 40px !important;
        display: inline-block;
        float: none;
        clear: both;
        width: 50%;
        margin: 0 -1px;
    }

    .professional-profile .profile-photo {
        text-align: center;
    }

}

@media(min-width:768px) and (max-width:1024px) {
    .gallery-tabs .gallery .open-houses .open-houses-address {
        width: 100% !important;
        padding: 6px 2px !important;
    }
    .quick-search .left-text .form-control.map-not {
        font-size: 12px !important;
        padding:5px;
    }

    .gallery.gallary-side-map .image-des .left {
        width: 50% !important;
    }

    .gallery.gallary-side-map .image-des .right {
        width: 50% !important;
    }

    .gallery-tabs .gallery .open-houses .open-houses-address h4 {
        font-size: 12px !important;
    }

    .gallery .open-houses .open-houses-address span {
        font-size: 8px !important;
    }

    .gallery .arrow-icon ul li input {
        width: 80px !important;
        font-size: 12px !important;
    }

    .dropdown .form-control#sort-results-by {
        width: auto !important;
        max-width:200px;
        font-size: 12px !important;
    }

    .gallery .text-center.map-row-count a {
        padding: 8px 0px !important;
        width: 82px !important;
    }

    .play-icons ul li a img {
        width: 25px;
        height: 25px;
    }

    .gallery .image-des .right {
        width: 40%;
    }

    .gallery .image-des .left {
        width: 60%;
    }

    .play-icons {
        right: 0px;
    }

    .play-icons ul li {
        padding-left: 2px;
    }


    .fixed-map .quick-search .left-text > select.form-control {
        font-size: 12px;
    }
}


@media all and (max-width:384px) {
    .contract {
        width: 60% !important;
    }
}

.quick-search .left-text .listing-page {
    padding: 6px 6px !important;
    height: 46px;
    border: 1px solid #808080;
}

.quick-search .tags-main ul {
    margin: 0px 0px;
}

@media only screen and (min-width:495px) and (max-width:640px) {
    .gallery .open-houses.map-open-house .open-houses-address h4 {
        font-size: 10px !important;
    }

    .gallery .open-houses .open-houses-address {
        width: 100% !important;
    }
}

@media only screen and (min-width:384px) and (max-width:535px) {
    .gallery .buttons ul li a {
        padding: 6px 6px !important;
        font-size: 11px !important;
    }
}



@media only screen and (min-width:1030px) and (max-width:1190px) {
    .team_block .team-thumbnail a img {
        min-height: initial !important;
    }
}

@media only screen and (max-width: 600px) and (min-width: 372px) {
    .gallery .open-houses.map-open-house .open-houses-address h4 {
        font-size: 8px !important;
    }

    .gallery .open-houses.map-open-house .open-houses-address {
        padding: 5px 2px !important;
    }
}

@media only screen and (max-width: 655px) and (min-width: 601px) {
    .gallery .open-houses.map-open-house .open-houses-address h4 {
        font-size: 10px !important;
    }
}

@media all (max-width: 375px) {
    .gallery.gallary-side-map .full ul li .controls .wfp-badge {
        width: 25px !important;
        height: 25px !important;
    }

    .gallery.gallary-side-map .full ul li .controls .wfp-badge a img {
        width: 15px !important;
        height: 15px !important;
    }

    .gallery.gallary-side-map .full ul li .controls .sold_property {
        left: 30px !important;
        padding: 5px 2px !important;
        top: 7px !important;
    }

    .gallery.gallary-side-map .full ul li .controls .sold_property span {
        font-size: 8px !important;
    }

    .gallery.gallary-side-map .full ul li .controls .wfp-badge a {
        padding: 1px !important;
    }

    .play-icons {
        top: 6px !important;
        right: 2px !important;
    }

    .gallery.gallary-side-map .play-icons ul li a img {
        width: 18px !important;
        height: 18px !important;
    }

    .gallery .open-houses.map-open-house .open-houses-address h4 {
        width: 122px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .gallery .image-gallery-des.buttons ul li {
        margin-left: 2px !important;
        width: auto !important;
    }


    .gallery .image-gallery-des .buttons ul li a {
        padding: 6px 23px !important;
        font-size: 11px !important;
    }

    .gallery .image-content h4 {
        line-height: 18px;
    }
}


.cross-icon {
    position: absolute;
    right: 0px;
    top: 10px;
    padding: 0px 5px;
}

.cross-icon i {
    cursor: pointer;
    color: #808080;
    font-size: 30px;
    padding: 0px 5px;
}

.table-data-listings .container .cross-icon i:hover {
    color: #27253d;
}


@media only screen and (min-width:1025px) and (max-width:1180px) {

    .mid-menu .mid-nav ul li {
        padding: 0px 20px !important;
    }

    hr.style-one {
        display: block;
    }
}

.galleria-container img {
    width: 100% !important;
}

@media only screen and (min-width:320px) and (max-width:360px) {
    .directory-table .pagination > li > a, .directory-table .pagination > li > span {
        padding: 6px 10px !important;
    }
}

@media only screen and (min-width:320px) and (max-width:1024px) {
    .gallery-tabs .slider-image:hover .property-btns {
        display: block !important;
    }

    .gallery-tabs .slider-image .property-btns {
        display: block !important;
    }

    .leader .leader-thumbnail,
    .module, .fusion,
    .ready-to-connect .ready-image {
        background-attachment: scroll;
    }
}

@media all (max-width:767px) {
    .gallery-tabs .container .tab-content .contents .bx-wrapper .bx-viewport {
        height: 1475px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .gallery-tabs .container .tab-content .contents .bx-wrapper .bx-viewport {
        height: 505px !important;
    }
    .quick-search .sold-search-filter .input-group input#address {
        width: 31%;
    }
    .quick-search .sold-search-filter .common, 
    .quick-search .sold-search-filter .input-group .common-1 {
        width: 13% !important;
    }
}

@media all (min-width:1200px) {
    .gallery-tabs .container .tab-content .contents .bx-wrapper .bx-viewport {
        height: 500px !important;
    }
}

@media only screen and (min-width:1025px) and (max-width:1199px) {
    .wfp-gallery .container .row .bx-wrapper .bx-viewport {
        height: 530px !important;
    }

    .wfp-gallery .container .row .bx-wrapper .bx-viewport .bx-wrapper .bx-viewport {
        height: 530px !important;
    }
}

@media only screen and (min-width:767px) and (max-width:1024px) {
    .wfp-gallery .container .row .bx-wrapper .bx-viewport {
        height: 629px !important;
    }

    .wfp-gallery .container .row .bx-wrapper .bx-viewport .bx-wrapper .bx-viewport {
        height: 629px !important;
    }
}


@media all (max-width:565px) {
    body .gallery .image-des .left {
        width: 60% !important;
    }

    body .gallery .image-des .right {
        width: 40% !important;
    }

    .gallery .image-content h4 {
        line-height: 20px;
        font-size: 15px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .fixed-map1 {
        margin-top: 40px;
    }

    .sold-map-main {
        margin-top: 0px !important;
    }
}

@media all (max-width:1024px) {
    .sold-map-main {
        margin-top: 0px !important;
    }

    .gallery.gallary-side-map .full ul li .controls .sold_property span {
        font-size: 10px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {


    .gallery-tabs .media-hover-text .property-btns a {
        display: inline-block;
        padding: 3px 8px;
        font-size: 12px;
    }

    .gallery-tabs .media-hover-text:hover .line-break {
        display: none;
    }
}
@media all and (max-width: 550px){
    .gallary-side-map .full > ul li{
        height: 150px;
    }
}
@media only screen and (min-width:320px) and (max-width:383px) {

    .gallery .image-content .buttons ul li {
        width: 73px !important;
    }

    .gallery .image-gallery-heading .buttons ul li {
        width: 135px !important;
    }

    .full {
        min-height: 335px !important;
        margin-bottom: 15px;
    }
}

@media all (min-width:1025px) {
    .gallery-tabs .slider-image:hover .property-title {
        font-size: 21px !important;
    }
}

.close-btn:hover {
    background: url(../images/close-map-voilet.png) !important;
}

@media all (max-width:767px) {
    .map-main-container {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .sold-map-main {
        margin-top: 0px !important;
    }
}

@media only screen and (min-width:651px) and (max-width:767px) {
    .full ul li > img {
        width: 100%;
        height: 210px !important;
        max-height: 210px !important;
    }
}

.agenttable tbody tr td img {
    width: 200px !important;
}

@media only screen and (min-width:768px){
    .desktop-quick {
        display: inline-block !important;
    }

    .mobile-quick {
        display: none !important;
    }
    .quick-search .sold-search-filter .row > div.col-sm-2.col-xs-12 {
        padding-right: 0;
    }
    
}

@media all and (max-width:991px) {
    #map_listings div.col-xs-6 {
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .mobile-quick {
        display: inline-block !important;
    }
    .desktop-quick {
        display: none !important;
    }

    .gallery-tabs .less .slider-image .media-hover-text .property-title {
        font-size: 15px !important;
    }

    .gallery-tabs .less .slider-image .media-hover-text .property-address p {
        font-size: 12px !important;
    }

    .gallery-tabs .less .slider-image .media-hover-text .property-price {
        font-size: 13px !important;
    }

    .gallery-tabs .less .slider-image .media-hover-text .property-info .property-inner span {
        font-size: 14px !important;
    }

    .gallery-tabs .less .slider-image .media-hover-text .property-info .property-inner h5 {
        font-size: 14px !important;
    }

    .gallery-tabs .less .slider-image .media-hover-text .property-btns a {
        font-size: 10px !important;
        padding: 4px 9px !important;
    }
}


#property-photos #sync1.owl-carousel .owl-stage-outer .owl-item,
.quickview-gallery #sync1 .owl-stage-outer .owl-item {
    height: 100%;
}
#property-photos #sync1.owl-carousel .owl-stage-outer .owl-item img,
.quickview-gallery #sync1 .owl-stage-outer .owl-item img {
    height: auto !important;
    margin: 0 auto;
    float: none;
}

input:-webkit-autofill {
    background-color: white !important;
    border: 1px solid grey;
    -webkit-box-shadow: none !important;
}

input:focus,
input:-webkit-autofill:focus {
    border-color: grey !important;
    -webkit-box-shadow: none !important;
}

input:-ms-autofill {
    background-color: white !important;
    border: 1px solid grey;
    -ms-box-shadow: none !important;
}

input:focus,
input:-ms-autofill:focus {
    border-color: grey !important;
    -ms-box-shadow: none !important;
}

input:-moz-autofill {
    background-color: white !important;
    border: 1px solid grey;
    -moz-box-shadow: none !important;
}

input:focus,
input:-moz-autofill:focus {
    border-color: grey !important;
    -moz-box-shadow: none !important;
}

.form-control:focus {

    border-color: grey !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}

.hidden_label {
    visibility: hidden;
}

.fancybox-inner > iframe{
    max-width: 100%;
    width: 100% !important;
    height: 70vh;
}
.quickpreview-fancybox .fancybox-content{
    width: 80% !important;
    height: 80vh !important;
}
@media only screen and (min-width:768px) and (max-width:2500px){
    mobile-quick {
        display: none !important;
    }
}
@media all and (max-width:1599px){
    .fancybox-inner > iframe {
        height: 570px;
    }
    .slide-media .fancybox-inner> iframe {
        height: 500px;
    }
}

@media all and (max-width:1366px){
    .fancybox-opened {
        max-width: 75%;
    }
    .slide-media .fancybox-inner> iframe {
        height: 400px;
    }
}
@media only screen and (max-width:1366px) and (max-height:768px) {
    /*    .gm-style .gm-style-iw {
        top: 90px !important;
        max-width: 260px !important;
    }

    .close-btn {
        top: 90px !important;
    }*/

    .full ul.image-min li {
        min-height: 100% !important;
        height: 180px !important;
    }

    .full > ul > li > a{
        display: block;
    }

    .multiple-listings .bottom-arrow .scroll-multi {
        height: 260px;
    }
}

@media all and (max-width: 1199px) {
    .quick-search{
        padding-right: 15px;
        padding-left: 15px;
    }
    .wfp-heading .main-heading{
        padding: 0 15px;
    }

    .quick-search .input-group input {
        width: calc(100% - 650px);
        font-size: 12px;
    }

    .quick-search .common{
        width: 20%;
    }
    .full {
        min-height: 335px !important;
    }
    .slide-media .fancybox-inner> iframe {
        height: 350px;
    }

    .gallery .buttons ul li {
        width: auto;
    }

    .gallery .buttons ul li a {
        padding: 5px;
    }

    .laptop-slider .lappy-thumbnail .left-lappy-thumbnail .bx-wrapper {
        max-width: 490px !important;
    }

    .laptop-slider .lappy-thumbnail .left-lappy-thumbnail .bx-wrapper .bx-viewport,
    .laptop-slider .lappy-thumbnail .left-lappy-thumbnail ul li {
        max-width: 375px;
    }

    .gallery .image-gallery .controls .sold_property span {
        font-size: 10px;
    }

    .gallery .image-des .right li span,
    .gallery .image-des .left li span,
    .gallery .image-content h4,
    .gallery .image-content ul li span,
    .listing-seller span {
        font-size: 16px;
    }

    .gallery .image-content h4 {
        line-height: 20px;
    }

    .laptop-slider .lappy-thumbnail .left-lappy-thumbnail ul li img {
        top: 35px;
    }
    footer .social-icons ul li{
        padding:0 8px;
    }
    footer .social-icons ul li a.homesnap{
        margin-left: 10px;
    }
}

@media all and (max-width: 991px){
    .quick-search .input-group input {
       width: calc(100% - 520px);
    }
    .state-buttons-tabs ul li{
        width: auto;
    }
    .quick-search .input-group a{
        padding: 0 10px;
    }
    .quick-search .input-group .common-1{
        width: auto !important;
    }
    .quick-search .common{
        width: 19%;
    }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    .leader .leader-thumbnail,
    .module, .fusion,
    .ready-to-connect .ready-image {
        background-attachment: scroll;
    }
    .quickpreview-fancybox .fancybox-content {
        height: calc(100vh - 100px) !important;
        width: 75% !important;
    }
}
@media all and (max-width:1440px){
    .quickpreview-fancybox .fancybox-content {
        height: calc(100vh - 50px) !important;
        width: 75% !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .leader .leader-thumbnail,
    .module, .fusion,
    .ready-to-connect .ready-image {
        background-attachment: scroll;
    }
    .quickpreview-fancybox .fancybox-content {
        height: calc(100vh - 50px) !important;
        width: 75% !important;
    }
}

@media only screen and (max-width:1024px) and (max-height:666px) and (orientation:landscape) {
    .gm-style .gm-style-iw {
        max-width: 260px !important;
    }
    .quickview-gallery #sync1 .owl-stage-outer {
        height: 260px;
    }
    .soldquickview_gallery #sync1 .owl-stage-outer {
        height: 240px;
    }
    .quickpreview-fancybox .fancybox-content {
        height: calc(100vh - 100px) !important;
        width: 75% !important;
    }
}
@media all and (max-width:1024px) and (orientation:landscape){
    .quickpreview-fancybox .fancybox-content {
        height: 65vh !important;
        width: 90% !important;
    }
}
@media all and (max-width:1024px) and (orientation:portrait){
    .quickpreview-fancybox .fancybox-content {
        height: 60vh !important;
        width: 95% !important;
    }
}

@media all and (max-width:1024px) {
    .quick-search .sold-search-filter .input-group input,
     .quick-search .sold-search-filter .input-group select.common {
        margin: 0 2.5px;
    }
    .quick-search .sold-search-filter .input-group input {
        width: 26%;
        font-size: 12px;
    }
    .quick-search .sold-search-filter .common {
        width: 14%;
        padding: 5px;
        font-size: 12px;
    }
    .quick-search .sold-search-filter .input-group .common-1 {
        width: 13% !important;
        margin-bottom: 0 !important;
        margin-right: 0;
        font-size: 12px !important;
    }
    .saved-pages .saved-tabs .full > ul > li > a {
        height: 200px;
    }
    .map-section .map-buttons ul li a{
        padding: 5px 25px;
    }
    .map-section .map-buttons ul li:nth-child(1){
        max-width: 240px;
    }
    footer .social-icons ul li {
        padding: 0 5px;
    }
    footer .social-icons ul li a.homesnap {
        width: 110px;
        background-size: 100%;
        background-position: top 3px center;
        height: 28px;
        margin-left: 0;
    }
    footer .social-icons ul li a.homesnap:hover {
        background-position: center top -23px;
    }

    footer .social-icons ul li i {
        font-size: 18px;
    }
    .f_logo .terms li span{
        font-size: 11px;
    }
    .bottom-para p{
        font-size: 10px;
    }
    .hover-image img {
        max-width: 35px;
    }
    .grey-block-1{
        height: auto;
        padding-bottom: 30px;
    }
    .slider-banner .slider .item {
        height: 500px !important;
    }
    .fancybox-opened {
        max-width: 80%;
        position: fixed !important;
    }
    body {
        padding-top: 75px;
    }
    .ipad-cover{
        max-width: 380px;
        background-size: contain !important;
        margin: 0 0 0 15px;
        height: 410px;
    }
    #scroller {
        margin: 50px 25px 0;
        max-width: 330px;
    }
    .tour-heading .tour-planning{
        padding-bottom: 10px;
    }
    .slider-banner .item .quick-preview p {
        font-size: 16px !important;
        line-height: 26px !important;
        padding: 10px 0 0 !important;
    }
    .slider-banner .item .quick-preview-top p,
    .slider-banner .item .quick-preview-bottom p,
    .slider-banner #first-slide-img .quick-preview-top p {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .slider-banner .item .quick-preview .row > div.intro-text-top {
        margin: 120px 0 auto;
    }
    .slider-banner #first-slide-img .quick-preview-top p {
        padding: 20px 15px 120px !important;
    }
    .leader .overlay .market-leader {
        padding: 40px 15px;
    }
    .list-gallery-view .image-gallery > a {
        height: 250px;
    }
    .gallary-side-map > div {
        padding: 0 7.5px;
    }

    .gallery .buttons ul li {
        margin: 0 3px;
    }

    .gallery .image-des .right li span,
    .gallery .image-des .left li span,
    .gallery .image-content h4,
    .gallery .image-content ul li span,
    .listing-seller span {
        font-size: 14px;
    }

    .gallery .buttons ul li a {
        margin: 10px auto;
    }

    .gallery-tabs .media-hover-text .property-title {
        font-size: 20px;
    }

    .gallery-tabs .media-hover-text .property-price,
    .gallery-tabs .media-hover-text .property-address p {
        font-size: 18px;
    }
    .full {
        min-height: 285px !important;
    }

    .map-gallary {
        padding: 5px 0;
    }

    .fixed-map .map-gallary {
        padding: 5px 15px;
    }

    .more h3 a {
        font-size: 12px;
    }

    .fixed-map .quick-search .row > div:last-child {
        margin-bottom: 0;
    }

    .custom-tabs .btn-default {
        margin-bottom: 0 !important;
    }

    .gallery .listing-control ul {
        margin-top: 8px;
    }

    .gallery.gallary-side-map .image-content h4 {
        margin-top: 0;
    }

    .laptop-slider .lappy-thumbnail .left-lappy-thumbnail .bx-wrapper {
        max-width: 370px !important;
        height: 230px;
    }

    .laptop-slider .lappy-thumbnail .left-lappy-thumbnail .bx-wrapper .bx-viewport,
    .laptop-slider .lappy-thumbnail .left-lappy-thumbnail ul li {
        max-width: 285px;
        height: 230px !important;
    }
    .laptop-slider .lappy-thumbnail .left-lappy-thumbnail ul li img {
        top: 20px;
        padding: 0 1px;
        left: 1px;
    }
    .hidden-ipad.tour-planning{
        display: none;
    }
    .visible-ipad.tour-heading{
        display: block;
    }
    .slideshow_block .tour-heading{
        float: none;
        clear: both;
        margin-bottom: 20px;
        width: 100%;
    }
    .slideshow_block .tour-heading.visible-ipad {
        width: calc(100% - 400px);
        float: left;
        clear: none;
    }
    .paragraph p, .makes-successful p,
    .management-team .manager-desc p{
        font-size: 15px;
    }

}
@media all and (max-width:1024px) and (orientation:portrait) {
    .quickview-gallery #sync1 .owl-item .item img {
        height: 100% !important;
        object-fit: cover;
    }
    .full ul li .controls .sold_property span{
        font-size: 10px;
    }

    /* .fancybox-inner > iframe{
            max-width: calc(100% - 15px);
        } */
/*    .record-slider .record-list,
    .sales-content,
    .buyers-producers .row > div {
        clear: both;
        float: none;
        width: 100%;
    }
*/
    .buyers-producers .professional-left-content p,
    .buyers-producers .professional-right-content p{
        text-align: center;
    }
    .sales-content{
        text-align: center;
    }
    .sales-slider .sales-content p {
        margin: 0 auto 30px;
        text-align: center;
    }
    .superior .viewbtn{
        padding: 0;
    }
    .superior .viewbtn .superior-image,.superior .viewbtn .superior-btn {
        width: 100%;
        float: none;
        padding-left: 0;
        clear: both;
        text-align: center;
        padding-bottom: 0;
    }
    .superior .viewbtn .superior-btn p {
        margin: 20px auto;
        text-align: center;
    }
    .superior .viewbtn .superior-btn ul li {
        display: inline-block;
        margin: 0 5px;
    }
    .grey-block-1 .cf .left-cf p,
    .tour-heading h2{
        font-size: 36px;
    }
    .grey-block-1 .cf .left-cf .num-1,
    .grey-block-1 .cf .left-cf .num-2{
        margin: 20px auto;
    }
    .grey-block-1 .cf .left-cf .num-1 h3{
        font-size: 56px;
    }
    .grey-block-1 .cf .left-cf .num-2 h3 {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .grey-block-1 .cf .left-cf .num-1 p,
    .grey-block-1 .cf .left-cf .num-2 p {
        font-size: 14px !important;
    }
    .information ul li a,.information ul li span{
        font-size: 10px;
    }
    .wfp-advirtisement .advirtisement-content {
        padding-bottom: 0;
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    header .header .right-nav .main-nav ul li a {
        font-size: 12px;
        padding: 10px 0px;
    }
    .slider-banner .item .quick-preview p{
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .slider-banner .item .quick-preview p span.price{
        padding: 0 0 0 10px;
    }
    .slider-banner .item .quick-preview .right-buttons ul li a{
        font-size: 14px;
    }
    .new-publications .pageshell-heading h2 {
        font-size: 30px;
    }

}

@media all and (max-width:767px) {
    body{
        padding-top: 86px;
    }
    .quick-search .row > div.col-sm-2.col-xs-12 {
        margin-bottom: 10px;
    }

    .map-gallary .row > div {
        padding: 0 15px;
    }
    .state-select-tabs {
        display: block;
    }
    .select2-container{
        min-width: 170px;
        padding: 0 5px 13px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        padding-left: 0;
        line-height: 40px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        top: 5px;
    }
    .quick-search .left-text h4{
        cursor: pointer;
        background: url(../images/arrow-down.png) no-repeat center right/20px;
    }
    .quick-search .left-text h4.change-bgIcon{
        background-image: url(../images/arrow-vertical.png);
    }
    #quickSearch + #onipad,
    .searchForm-expand{
        display: none;
        clear: both;
    }
    .full-1 {
        min-height: 100% !important;
    }
    .slider-banner .slider .item{
        height: 350px !important;
    }
    .wfp-gallery ul.bxslider > div{
        width: auto !important;
    }
    .main-listing-button {
        padding: 10px 0px 30px;
    }   
    #wfpnews.wfp-gallery {
        padding: 40px 0px 0;
    }
    #wfpnews.wfp-gallery .slider-content > a.btn{
        display: block;
        margin: 20px auto;
        width: 150px;
    }

    .home-image {
        text-align: center;
        clear: both;
        float: none;
    }
    .ready-to-connect .ready-image .ready-to-connect-link{
        bottom: 25%;
    }
    .ready-to-connect .ready-image .ready-button{
        top: 35%;
    }
    .buttons.btnpdetails {
        margin: 0 0 0 5px !important;
        padding: 5px;
        font-size: 12px;
        line-height: 20px;
    }
    .list-galley-view .full > ul > li > a,
    .full > ul > li > a,
    .saved-pages .saved-tabs .full > ul > li > a {
        height: auto !important;
        max-height: 450px;
        overflow: hidden;
    }
    .gallery-tabs .tab-content #luxury-setting, 
    .gallery-tabs .tab-content #newlisting, 
    .gallery-tabs .tab-content #recentsales, 
    .gallery-tabs .tab-content #openhouses {
        min-height: 100%;
    }
    .gallery-tabs .tab-content .row-one .contents {
        min-height: 100% !important;
        height: 370px !important;
    }
    .gallery-tabs .bx-wrapper{
        height: inherit;
    }
    .listing-tab .tempTest{
        height: 100% !important;
    }

    .gallery-tabs .tab-content .slider-image{
        width: 100%;
        height: 370px;
    }
    .gallery-tabs .tab-content ul li > div.col-sm-4{
        padding: 0;
    }
    .marketplace-img-wrapper{
        max-width: 450px;
    }
    .marketplace-text.middle-text {
        bottom: -30px;
    }
    .marketplace-text.middle-text h2 {
        font-size: 36px;
    }
    .marketplace-text.text1 {
        top: 145px;
        left: -15px;
    }
    .marketplace-text.text2 {
        top: 75px;
    }
    .marketplace-text h2 {
        font-size: 22px;
    }
    .marketplace-text p,
    .marketplace-text.middle-text p {
        font-size: 12px;
    }
    .marketplace-text.text3 {
        right: -25px;
        top: 140px;
    }
    .slideshow_block .tour-heading.visible-ipad {
        width: 100%;
        float: none;
        clear: both;
    }
    .tour-heading .tour-planning h5 {
        margin: 30px 0 20px;
        text-align: center;
    }
    .ipad-cover {
        margin: 0 auto;
        float: none !important;
    }
    .fixed-map .quick-search .row > div:not(:last-child) {
        margin-bottom: 10px;
    }
    .module {
        min-height: 100%;
        height: auto;
        padding-bottom: 30px;
    }
    .module .module-text{
        position: relative;
    }

    .ipad-cover {
        float: none;
        clear: both;
        margin: 0 auto;
    }
    .tour-heading {
        max-width: 100%;
    }

    .map-main-container {
        padding-top: 0 !important;
        top: 74px;
    }

    .quick-search .input-group input#address, .quick-search .input-group select, .quick-search .input-group input {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 10px !important;
        font-size: 16px;
    }

    .quick-search .left-text .listing-page {
        margin-top: 10px;
        font-size: 16px;
    }
    .mobilecheckbox{
        float: none;
        clear: both;
    }
    .quick-search.white-bg .input-group,
    .quick-search .input-group{
        margin-bottom: 0 !important;
        padding: 0 15px;
    }
    .quick-search.white-bg .sold-search-filter .input-group, 
    .quick-search .sold-search-filter .input-group {
        margin-bottom: 0 !important;
        padding: 0;
    }
    .quick-search .sold-search-filter {
        padding: 0;
    }
    .quick-search .left-text {
        margin: 0;
    }
    .quick-search .input-group input + strong{
        text-align: center;
        float: none;
        padding: 0 15px 10px;
        clear: both;
        width: 100%;
        display: block;
    }
    .state-buttons-tabs {
        width: 100%;
        text-align: left;
    }
    .mobilecheckbox .left-checkbox-1 {
        text-align: left;
    }
    .mobilecheckbox .left-checkbox-1 .form-group{
        display: block;
        margin-bottom: 5px;
    }
    .mobilecheckbox .left-checkbox-1 label{
        margin-right: 10px;
    }
    .gallery-tabs .slider-image:hover .property-btns{
        padding: 20px 0 0;
    }

    .full ul.left li {
        text-align: left;
    }

    .full ul.right li {
        text-align: right;
    }

    .fixed-map1 {
        margin-top: 75px;
    }

    .gallery .listing-control ul {
        text-align: center;
        margin: 0;
    }

    .gallery .listing-control ul li {
        padding: 10px;
    }

    .gallery .dropdown,
    .gallery .arrow-icon {
        float: left;
        width: 50%;
        text-align: right;
        margin-bottom: 10px;
    }
    .arrow-icon-section .dropdown,
    .show-total-records {
        flex: 0 0 100%;
    }
    .gallery .arrow-icon > ul > div.arrow-icon {
        float: none;
        clear: both;
        width: 100%;
        margin-bottom: 0;
    }

    .gallery .buttons ul li a {
        margin: 0 auto;
    }
    .gallery .buttons ul li a.mobile-quick{
        display: none !important;
    }
    .quick-search .input-group .common-1 {
        width: 130px !important;
        position: absolute;
        right: 15px;
        bottom: 35px;
    }
    .quick-search .input-group .sold-search-btn{
        position: static;
        bottom: 0;
    }
    .fixed-map .table-data-listings {
        top: 76px;
        overflow: auto;
        margin-top: 0;
        border: none;
    }

    .listing-information li.items {
        padding: 20px 0px 0 !important;
    }

    .share-property .property-button {
        max-width: 100% !important;
    }

    .share-property .property-button a {
        display: inline-block !important;
        margin-bottom: 0;
    }

    .listing-information ul.list-unstyled {
        padding: 10px 0 !important;
        text-align: center;
    }
    .listing-information > div.right-text .list-unstyled {
        text-align: right;
    }
    .slider-banner .item .quick-preview .row > div.intro-text-top {
        margin: 50px 0 auto;
    }
    .slider-banner #first-slide-img .quick-preview-top p{
        font-size: 24px !important;
        line-height: 34px !important;
    }
    .slider-banner #first-slide-img .quick-preview-top p:last-of-type{
        font-size: 20px !important;
        max-width: 400px;
    }  
    .slider-banner .item .quick-preview .row > div {
        display: block;
        margin: 0;
    }
    .leader .leader-thumbnail {
        height: 405px;
    }
    .laptop-slider .lappy-thumbnail .left-lappy-thumbnail .bx-wrapper {
        height: 220px;
    }

    .laptop-slider .lappy-thumbnail .left-lappy-thumbnail ul li img {
        top: 15px;
    }
    footer .social-icons ul li:last-of-type {
        position: relative;
        top: 0;
        float: none;
    }
    .bottom-para{
        padding: 0 15px 15px;
    }
    .bottom-para p{
        text-align: center;
    }
    .f_logo .terms{
        float: none;
        clear: both;
        text-align: center;
    }
    .bg_images .big ul li img{
        padding: 5px;
    }
    .superior .viewbtn .superior-btn ul li {
        margin: 5px;
        max-width: 50%;
    }
    .mac-gallery iframe{
        height: auto;
    }
    .slider-banner .item .quick-preview p {
        font-size: 14px !important;
    }
    .table-data-border {
        margin-top: 15px;
    }
    .form-control{
        font-size: 16px;
    }
    .table-data-listings .row > div{
        padding: 0;
    }
    .pageshell-slider .bx-wrapper{
        background-color: transparent;
    }
    .pageshell-slider {
        margin: 20px 0;
    }
    .pageshell .pageshell-content p,
    .wfp-web-presence .pageshell-heading p,
    .story-content .story-shell p,
    .pageshell p,
    .international-connection .international-heading p {
        font-size: 16px;
    }
    .international-connection .international-heading p {
        margin: 20px 0;
    }
    .pageshell .pageshell-content a,
    .wfp-web-presence .pageshell-heading a{
        line-height: normal;
    }
    .pageshell-heading{
        padding: 0 0 15px 0;
    }
    .new-publications .pageshell-heading h2 {
        font-size: 24px;
    }
    .wfp-web-presence ul li:first-of-type a img {
        padding: 15px 35px;
    }
    .buyers-producers{
        padding: 30px 0;
    }
    .wfp-web-presence ul li{
        width: 50%;
    }
    .wfp-web-presence ul li a img {
        padding: 15px;
    }
    .pageshell p{
        margin:20px 0;
    }
    .pageshell p.firstcopy{
        margin:0 0 20px;
    }
    .news-center hr.style-one {
        margin: 20px 0;
    }
    .main-heading.aboutwfp h2 span,
    .main-heading.selling-home h2 span {
        font-size: 40px !important;
        line-height: 45px;
    }
    .international-connection {
        padding: 0px 0 50px 0;
    }
    .wfp-quarterly-update-sec {
        padding: 50px 0 0;
    }
    .d-flex{
        display: block;
    }
    .marketing-button {
        text-align: center;
    }
    .wfp-advirtisement .advirtisement-content ul li {
        font-size: 14px;
    }
    .record-slider iframe{
        height: 450px !important;
    }
    .mac-gallery .bx-wrapper .bx-controls-direction a.bx-prev, 
    .mac-gallery .bx-wrapper .bx-controls-direction a.bx-next{
    background-color: rgba(0, 0, 0, 0.51);
    }

    .mid-menu{
        display: none;
    }
    .gallery-tabs .media-hover-text .property-btns a.iframe-listing-sold{
        display: none;
    }
    .wfp-gallery ul.bxslider .slider-content a.btn {
        text-align: justify;
        text-decoration: none;
        color: #27253d;
        font-size: 16px;
        border: 1px solid #27253d;
        padding: 5px 16px;
    }
    .current-listing-info .listing-information .controls{
        text-align: left;
    }
    .current-listing-info .listing-information .controls .sold_property span{
        font-size: 10px;
    }
    .current-listing-info .listing-information .controls .sold_property {
        padding: 2px 5px;
        margin-left: 5px;
    }
    .center-xs{
        text-align: center !important;
    }
    .saved-pages .saved-tabs .forgot-input, .saved-pages .saved-tabs .forgot-btn {
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }
    .map-main-container .row > div.mapWrapper {
        height: 500px !important;
    }
    .quick-search .input-group .mobile-50{
        float: left;
        width: 48%;
        margin: 1px 0 10px 0 !important;
    }
    .quick-search .input-group .mobile-50:nth-of-type(even){
        float: right;
        margin: 1px 0 10px 0 !important
    }
    .quick-search{
        padding: 10px 0;
        float: left;
        width: 100%;
    }
    .state-buttons-tabs ul li {
        width: 20%;
    }
    .quick-search .input-group a {
        padding: 0 10px;
    }

}
@media all and (max-width: 640px){
    .state-buttons-tabs ul li {
        width: 48%;
        margin: 5px 0;
    }
    .state-buttons-tabs ul li:nth-of-type(even){
        float: right;
    }
}
/* only for right sidebar on Map tab */
@media only screen and (min-width:512.5px) and (max-width:600px) {
    .gallery.gallary-side-map .image-des .right li span,
    .gallery.gallary-side-map .image-des .left li span,
    .gallery.gallary-side-map .image-content h4,
    .gallery.gallary-side-map .image-content ul li span {
        font-size: 16px;
    }

    .gallery.gallary-side-map .full ul li .controls .sold_property span,
    .gallery.map-preview-gallary .full ul li .controls .sold_property span {
        font-size: 10px;
    }
}

@media only screen and (min-width:384px) and (max-width:512px) {
    .gallery.gallary-side-map .image-des .right li span,
    .gallery.gallary-side-map .image-des .left li span,
    .gallery.gallary-side-map .image-content h4,
    .gallery.gallary-side-map .image-content ul li span {
        font-size: 14px;
    }

    .gallery.gallary-side-map .full ul li .controls .sold_property span,
    .gallery.map-preview-gallary .full ul li .controls .sold_property span {
        font-size: 8px;
    }
}
/* only for right sidebar on Map tab Ends here */
@media all and (max-width:480px) {
    .mid-menu .social-icons ul li{
        padding: 0 5px;
    }
    .mid-menu .social-icons ul li a{
        font-size: 18px;
    }
    .slider-banner .item .quick-preview p {
        font-size: 12px !important;
        line-height: 18px !important;
    }
    .marketplace-text {
        width: 117px;
    }
    .leader .leader-thumbnail {
        height: 345px;
    }
    .marketplace-img-wrapper{
        max-width: 290px;
    }
    .marketplace-text h2 {
        font-size: 18px;
    }
    .marketplace-text p, 
    .marketplace-text.middle-text p {
        font-size: 8px;
    }
    .marketplace-text.text1 {
        top: 80px;
        left: 0;
        text-align: center;
    }
    .marketplace-text.text2 {
        top: 35px;
    }
    .marketplace-text.text3 {
        right: -4px;
        top: 80px;
        text-align: center;
    }
    .leader .overlay .market-leader {
        padding: 40px 15px;
    }
    .superior .viewbtn .superior-btn ul li {
        max-width: 100%;
        width: 100%;
    }
    .marketplace-text.middle-text h2 {
        font-size: 28px;
    }
    footer .social-icons ul li a.homesnap {
        margin: 0 auto;
        max-width: 80px;
        height: auto;
    }
    footer .social-icons ul li a.homesnap img{
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
    .map-section .map-buttons ul li {
        float: none !important;
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .map-section .map-buttons ul li:nth-child(2) {
        padding-left: 0;
        margin-bottom: 0;
    }

    .gallery .dropdown,
    .gallery .arrow-icon {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }
    .show-total-records .arrow-icon {
        float: none;
        width: auto;
        text-align: center;
        padding: 0;
        margin: 10px 0;
    }
    .show-total-records .arrow-icon ul{
        padding-left: 0;
    }
    .laptop-slider .lappy-thumbnail .left-lappy-thumbnail .bx-wrapper {
        max-width: 290px !important;
        height: 165px;
    }

    .laptop-slider .lappy-thumbnail .left-lappy-thumbnail .bx-wrapper .bx-viewport,
    .laptop-slider .lappy-thumbnail .left-lappy-thumbnail ul li {
        max-width: 222px;
    }

    .laptop-slider .lappy-thumbnail .left-lappy-thumbnail ul li img {
        top: 9px;
    }

    .ipad-cover {
        max-width: 300px !important;
        max-height: 325px;
    }
    #scroller {
        margin: 40px 20px 0;
        max-width: 260px;
    }
    .module .module-text .matterport-content p {
        font-size: 30px;
    }
    .module .module-text .matterport-content .matterport-view a {
        width: 120px;
    }
    .fusion .containerpanel {
        top: 6rem;
    }
    .gallery-tabs .tab-content .row-one .contents {
        height: 300px !important;
    }
    .ready-to-connect .ready-image .ready-to-connect-link a{
        padding: 8px 15px;
    }
    .record-slider iframe {
        max-height: 330px !important;
    }
    .pageshell .pageshell-slider ul li img {
        max-height: 230px;
    }
    .slide-media .fancybox-inner> iframe {
        height: 230px;
    }
    body.login-popup{
        padding: 10px 5px 25px !important;
    }
    .login-fancybox .fancybox-slide{
        padding: 45px 0;
    }
    .listing-information > div{
        float: none;
        clear: both;
        width: 100%;
        margin-bottom: 10px;
    }
    .gallery-tabs .tab-content .slider-image{
        height: 300px;
    }
    .current-listing-info .listing-information .controls,
    .listing-information > div.right-text .list-unstyled{
        text-align: center;
        padding-top: 0 !important;
    }
    .saved-pages .nav-tabs > li > a{
        font-size: 12px;
        margin: 0;
    }
}
.quickpreview-fancybox .fancybox-iframe{
    padding: 15px;
}


/* only for Login popup */
@media all and (max-width: 975px){
    .login-fancybox .fancybox-content{
        height: 85vh !important;
    }
}