.raleway-marbella {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
}

/* --------------
    Focus reset
----------------*/
select:focus,
input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
button:focus,
select.form-control:focus,
select.form-control-lg:focus,
select.form-control-md:focus,
select.form-control-sm:focus,
select.form-control-xs:focus,
.frm .form-control:focus,
.frm .form-control-lg:focus,
.frm .form-control-md:focus,
.frm .form-control-sm:focus,
.frm .form-control-xs:focus,
.frm .btn:focus {
    outline: 1px solid #6accc8;
    outline-offset: -3px;
    box-shadow: none;
}

/* --------------
    Master CSS
----------------*/
body {
    margin: 0 auto !important;
    background-color: #e3e3e3;
}
.container {
    max-width: 100%; /* Full-width for very small screens */
    padding: 0 15px; /* Add padding for consistent spacing */
    margin: 0 auto;
}
/* --------------
    Search Bar
----------------*/
.frm {
    height: 40px;
    font-family: 'Raleway', sans-serif;
}
.frm .keywords {
    font-size: 0.95em;
    min-width: 20%;
    height: 38px;
    margin-right: 1px;
    padding-left: 5px;
    border: solid #9aa4ab 1px !important;
}
.frm select {
    font-size: 0.95em;
    height: 40px;
    float: left;
    border-left: solid #147696 1px !important;
    color: #ffffff!important;
    background-color: #158db2!important;
    background: linear-gradient(to bottom, #3bb9d0 0%, #158db2 100%);
    background: -moz-linear-gradient(to bottom, #3bb9d0 0%, #158db2 100%);
    background: -webkit-linear-gradient(to bottom, #3bb9d0 0%, #158db2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bb9d0', endColorstr='#158db2', GradientType=0);
    cursor: pointer;
}
.frm select:nth-child(2) {
    border-left: 0!important;
}
.frm .btn {
    font-size: 1.1em;
    min-width: 12%;
    height: 36px;
    border: 0 !important;
    font-weight: 400;
    border-radius: 4px;

    color: #fff !important;
    background-color: #fd5a05;
    background: linear-gradient(to bottom, #fa6d23 0%, #da5009 100%);
    background: -moz-linear-gradient(to bottom, #fa6d23 0%, #da5009 100%);
    background: -webkit-linear-gradient(to bottom, #fa6d23 0%, #da5009 100%);
    outline-offset: -3px;
    box-shadow: inset 0 0 1px #d04b06;
    text-shadow: 1px 1px 1px #14181f;
}
.frm select option {
    background-color: #106b87;
    font-size: 1.1em;
}

/* --------------
    Home page
----------------*/
.page {
    min-height: 710px;
}
.page #section1 {
    font-size: 1em;
    color: #2c2c2c;
    margin: 20px 0 15px 0;
    text-align: justify;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
}
.page #section1 .title {
    font-weight: bold;
    color: #800;
    font-size: 1.5em;
}
.page #section1 p {
    font-weight: normal;
    font-size: 1em;
    line-height: 25px;
    margin-top: 10px;
}

/* --------------
    Top menu
----------------*/
#menu-top {
    background-color: #5fe0ff;
}
#menu-top a.nav-link {
    color: #484646;
    margin-right: 2em;
}
#menu-top a.nav-link:hover {
    color: #b63500;
}

/* --------------
    Login
----------------*/
#login {
    padding: 2em;
    margin: 0;
    margin-bottom: -10px!important;
    background-color: #bebebe;
}
#login .card-header {
    background-color: #5bcfe5;
}
#login .input-group-prepend .fa,
#login .input-group-append .fa,
#register .input-group-prepend .fa,
#register .input-group-append .fa {
    text-align: center;
    width: 38px;
    line-height: 38px;
    background-color: #e6e6e6;
    border: 1px solid #c8c8c8;
}
#login .input-group-prepend .fa {
    border-radius: 3px 0 0 3px;
}
#login .input-group-append .fa {
    border-radius: 0 3px 3px 0;
}
#login label {
    font-weight: bold;
    color: #003;
}

/* --------------------------------------
    Property Featured Lists as prop-box
---------------------------------------*/
#featured {
    font-family: "Raleway", sans-serif;
}
#featured h3 {
    font-size: 1.5em;
    color: #800;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 5px;
    font-weight: bold;
}
#featured .prop-box {
    background: #f8f9fa;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    transition: transform 0.2s ease-in-out;
}
#featured .prop-box:hover {
    transform: scale(1.02); /* Slight zoom effect on hover */
}
#featured .prop-box img {
    max-width: 100%;
    height: auto;
    min-height: 175px;
    border-radius: 5px;
}
#featured .prop-price {
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 10px;
    border-radius: 3px;
    color: #ffff00;
    background-color: #5e5e5e;
}
#featured .prop-details {
    display: inline-block;
    font-size: 0.9em;
    color: #fff;
    padding: 0 5px 0 25px;
    text-decoration: none;
}
#featured .prop-details:hover {
    text-decoration: underline;
}
#featured .prop-info span {
    display: inline-block;
    margin: 0 5px;
    font-size: 1.0em;
    padding: 0 5px;
    color: #212121;
}
#featured .prop-location {
    font-size: 1.4em;
    font-weight: bold;
    color: #5d4600;
}

/* --------------------------------------
    Top/Bottom Search box - Lt side
---------------------------------------*/
#search .bx-rounded {
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 1rem .5rem 1rem;
    padding: 0;
    border-radius: 6px;
    color: #000;
    border: 1px solid #ddd;
    background-color: #f3f2f2;
}
#search .bx-title {
    font-size: 1.2em;
}
#search .bx-paginate {
    font-size: 1.0em;
}
.bx-search {
    width: 100%;
    padding-right: 15px;
    min-height: 850px;
}
.bx-search select,
.bx-search input {
    color: #0000ff !important;
}
.bx-search label{
    font-weight: 600;
    color: #0c0c0c;
    font-size: .92em;
}
#search .prop-img {
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-left-width: 0;
}

/* --------------------------------------
    Search Box - Rt side
---------------------------------------*/
#search div.container-fluid {
    padding-right: 0;
}
#search .results {
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    margin-bottom: 15px;
}
#search .results a {
    color: #002d6b;
}
#search .line {
    margin: 0;
    padding: 0;
    text-align: center;
}
#search .line1,
#search .line3 {
    font-size: 1em;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    background-color: #d7d7d7;
}
#search .line1 #price {
    font-size: 1em;
}
#search .line2 {
    min-height: 240px;
    line-height: 20px;
}
#search .line2 p {
    line-height: 20px;
    margin: auto 0;
    text-align: left;
}
#search .subline {
    height: 30px;
    line-height: 30px;
    color: #880000;
    background-color: #ececec;
    font-size: 1em;
}
#search .subline span {
    font-weight: normal;
    color: #000;
}

/* --------------------------------------
    Pagination
---------------------------------------*/
.paginate_views {
    color: #600;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.paginate_text1 {
    color: #006;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.paginate_text2 {
    color: #006;
    font-weight: bold;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}
.paginate_nav {
    color: #000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.paginate_nav a:link, .paginate_nav a:visited, .paginate_nav a:active {
    color: #000;
    text-decoration: none;
}
.paginate_nav a:hover {
    color: #900;
    text-decoration: underline;
}

/* --------------------------------------
    Contact Form
---------------------------------------*/
#cont, #enq {
    width: 100% !important;
    margin: 0 auto;
    padding: 0;
}
#enq-frm, #enq-img {
    display: inline-block;
    float: left;
    width: 100% !important;
    padding: 0;
}
#enq-img {
    width: 100% !important;
    padding: 0;
    margin: 0;
}
#enq-img div {
    margin-top: 0 !important;
    margin-left: 20px !important;
}
#cont textarea {
    height: 100px !important;
}

/* --------------------------------------
    Footer 1 Panel
---------------------------------------*/
.bkp1 {
    margin: 0;
    padding: 10px 0;
    background-color: #333333 !important;
}
.bkp2 {
    padding: 10px 0;
    background-color: #7e7e7e !important;
}
#footer1 .one,
#footer1 .two,
#footer1 .three {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}
#footer1 .three {
    text-align: center;
}
#footer1 .three .title {
    text-align: left;
}
#footer1 .title {
    color: #fff6a0;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
}
#footer1 p {
    color: #fff;
    font-weight: normal;
    line-height: 20px;
}
#footer1 a:link, #footer1 a:visited, #footer1 a:active {
    color: #fff;
}
#footer1 a:hover {
    color: #fdd118;
}

/* --------------------------------------
    Footer 2 Panel
---------------------------------------*/
#footer1 li {
    display: inline-block;
    list-style: none;
    margin-right: 8px;
    margin-bottom: 10px;
}
#footer2 .title {
    display: inline-block;
    padding: 0;
    color: #feff31;
    font-family: 'Raleway', sans-serif;
}
#footer2 #menu-lower {
    display: block !important;
    float: right !important;
    margin: 0;
    padding: 0;
}
#footer2 .copyright, #footer2 .designer {
    display: block;
    float: left;
}
#footer2 .designer a {
    color: #ffdf9d;
}
#menu2 li {
    float: left;
    list-style: none;
}
#menu2 a {
    color: #fff;
    font-weight: 500;
    text-shadow: 0 1px #4c4a4d;
    text-decoration: none;
    border: 0 !important;
    border-image-width: 0 !important;
}
#menu2 a:hover {
    background-color: #55646c;
    border-radius: 2px;
    color: #fffa00 !important;
}
#menu2 a.nav-link:hover {
    color: #b63500;
}

/* --------------------------------------------
    Property Details
---------------------------------------------*/
#details .container-fluid,
#search .container-fluid {
    min-height: 3000px;
    margin: 0;
    padding: 0;
    font-size: .98em;
}
#slider_small {
    display: none;
}
.rd-box {
    width: 100%;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #EFEFEF;

    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    /*border: #ccc 1px solid;*/
}
/* --- description ---- */
#features span, #activities span {
    margin-right: 10px;
}
.desc-img img {
    vertical-align: middle;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin-left: 20px;
}
.desc-head {
    width: 99%;
    height: 25px;
    color:#072554;
    text-align: left;
    line-height: 25px;
    margin-left: 5px;
    font-weight: bold;
    vertical-align: middle;
}
.desc-slogan {
    color: #800;
    text-align: left;
    height: 30px;
    line-height: 30px;
    margin: 5px 0 -8px 20px;
    font-weight: bold;
    width: 99%;
}

.graph_text {
    font-weight: normal;
    margin: 10px 25px 10px 20px;
    text-align: justify;
    line-height: 20px !important;
    color: #555;
    width: 96%;
}
.e-rating {
    position: relative;
    color: #4f4f4f;
    font-weight: bold;
    font-size: 15px;
}
#property-map {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 25px;
    font-weight: bold;
}
/* --- details footer ---- */
#contacts #ln1 div, #contacts #ln2 div, #contacts #ln3 div {
    display: block;
    float: left;
    clear: both;
    text-align: center !important;
    border-bottom: none !important;
    padding: 10px !important;
    width: 100%;
}
.lbl-foot {
    font-weight: bold;
    color: #444;
}
.lbl-foot-cn {
    font-weight: bold;
    text-align: center;
    color: #333;
}
.ftr_lnk a:link, .ftr_lnk a:visited, .ftr_lnk a:active {
    color: #242525;
    text-decoration: none;
    font-weight: bold;
}
.ftr_lnk a:hover {
    color: #0100c4;
    text-decoration: underline;
}
/* --- quick enquiry form ---- */
input#Q-field, select.drop-menu {
    height: 35px !important;
}
.Q-hd {
    color: #000000;
    font-size: 1.1em;
    width: 100%;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
#contacts #ln1 div, #contacts #ln2 div, #contacts #ln3 div {
    display: block;
    float: left;
    clear: both;
    font-size: 1.15em;
    text-align: center !important;
    border-bottom: 1px dotted #ccc !important;
    padding: 10px !important;
    width: 100%;
}
#contacts #ln1 div:first-child {
    border-top: 1px dotted #ccc !important;
    margin-top: 10px;
}
/* --- video ---- */
.aspects-head {
    width: 95%;
    height: 25px;
    color:#072554;
    text-align: left;
    line-height: 25px;
    font-weight: bold;
    margin: 8px 0 -10px 20px !important;
}
.property-video {
    text-align: left;
    margin: 20px 0 10px 10px !important;
    border: 1px solid #787878;
    width:302px !important;
    height:202px !important;

    -moz-box-shadow: 1px 1px 3px 1px #9d9d9d;
    -webkit-box-shadow: 1px 1px 3px 1px #9d9d9d;
    box-shadow: 1px 1px 3px 1px #9d9d9d;
}
/* --- lines ---- */
.first-line, .second-line, .third-line, .fourth-line {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    border: 0;
    margin: 0;
}
.fourth-line {
    width: 100%;
}
.first-line div, .second-line div, .third-line div, .fourth-line div {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #072554;
    font-weight: bold;
    text-align: center;
}
.second-line div {
    color: #900;
    background-color: #f9fcfb;
}
.fourth-line div {
    display: block;
    float: left;
    color:#900;
    height: 32px;
    line-height: 30px;
}


/* --------------------------------------------
    Media Responsive: Portrait tablets and up
---------------------------------------------*/

/* very very Small devices (sm: 0px-479px) */
@media (max-width: 479px) {
    .container {
        max-width: 460px;
    }
    #top-header img {
        content: url('../../../img/web/brand/immosami_header_medium.jpg');
    }
    .carousel-inner,
    .carousel-inner img {
        height: 300px;
    }
    #footer2 .title {
        font-size: .9em;
        margin-bottom: 0.25em;
    }
    #footer2 {
        height: 100px;
    }
    #menu2 a {
        font-size: .80em;
        border: 0;
    }
    #search .line1,
    #search .line3 {
        font-size: .7em;
    }
    #search .line3 .empty {
        display: none;
    }
}

/* very Small devices (sm: 480px-575px) */
@media (min-width: 480px) {
    .container {
        max-width: 575px;
    }
    #top-header img {
        content: url('../../../img/web/brand/immosami_header_medium.jpg');
    }
    .carousel-inner,
    .carousel-inner img {
        height: 300px;
    }
    #footer2 {
        height: 100px;
    }
    #footer2 .title {
        font-size: .85em;
        margin-bottom: 0.25em;
    }
    #menu2 a {
        font-size: .80em;
        border: 0;
    }
    #search .line1,
    #search .line3 {
        font-size: .7em;
    }
}

/* Small devices (sm: ≥576px) */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
    #top-header img {
        content: url('../../../img/web/brand/immosami_header_medium.jpg');
    }
    .carousel-inner,
    .carousel-inner img {
        height: 350px;
    }
    #search .bx-title {
        font-size: .8em;
    }
    #search .bx-paginate {
        font-size: .9em;
    }
    #search .line1,
    #search .line3 {
        font-size: .7em;
    }
    #footer1 img {
        width: 100px;
        height: 85px;
    }
    #footer1 .title {
        font-size: 1.1em;
        margin-bottom: 0.25em;
    }
    /* footer 2 panel */
    #footer2 {
        height: 100px;
    }
    #footer2 .title {
        font-size: .90em;
        line-height: 30px;
    }
    #footer2 .copyright, #footer2 .designer {
        height: 25px;
    }
    #footer2 .designer a {
        font-size: 1.00em;
    }
    #menu2 a {
        font-size: .80em;
        border: 0;
    }
    #menu2 a.nav-link {
        margin-right: .5em;
    }

    /* side headers */
    #featured h3 {
        font-size: 1.2em;
    }
    .page #section1 .title {
        font-size: 1.1em;
    }
    /* box */
    #featured .prop-price {
        font-size: 1.2em;
    }
    #featured .prop-info span {
        font-size: 1.25em;
        padding: 0;
    }
}

/* Medium devices (md: ≥768px) */
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    /* main */
    .container {
        width: 100%;
    }
    .wrapper {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .carousel-inner,
    .carousel-inner img {
        height: 380px;
    }
    #search .line1 #price {
        font-size: 1.25em;
    }
    #search .bx-title {
        font-size: 1.2em;
    }

    /* side headers */
    #featured h3 {
        font-size: 1.3em;
    }
    .page #section1 .title {
        font-size: 1.3em;
    }
    #slider_large #MasterImg{
        height: 450px;
    }
    #slider_large #ribbon img{
        height: 40px;
    }
    /* Search box - Lt side */
    .bx-search {
        width: 100%;
        padding-right: 0;
        min-height: 850px;
    }
    #search .line1,
    #search .line3 {
        font-size: 1.0em;
    }
    #search .container-fluid {
        font-size: .8em;
    }
    #search .prop-img {
        height: 245px;
    }
    .nav-paginate {
        font-size: .8em;
    }

    .bx-search {
        width: 100%;
        padding-right: 0;
        min-height: 850px;
    }
    .bx-search label{
        font-size: 1.2em;
    }
    /* footer 1 panel */
    #footer1 .one,
    #footer1 .two,
    #footer1 .three {
        padding: 0 15px 0 0;
        font-size: 0.9em;
    }
    #footer1 .one {
        width: 30%;
        padding-right: 10px;
    }
    #footer1 .two {
        width: 34%;
    }
    #footer1 .three {
        width: 34%;
    }
    #footer1 .three ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #footer1 li {
        margin-right: 5px;
        margin-bottom: 8px;
    }
    #footer1 .title {
        font-size: 1.2em;
        margin: 15px 0 5px 0;
        padding-left: 15%;
    }
    #footer1 p {
        font-size: .88em;
        margin: 15px 0 5px 0;
        line-height: 20px;
    }
    #footer1 img {
        width: 90px;
        height: 75px;
    }
    /* footer 2 panel */
    #footer2 {
        height: 90px;
    }
    #footer2 .title {
        font-size: .90em;
        width: 100%;
        line-height: 30px;
    }
    #footer2 .copyright {
        padding-right: 30px;
    }
    #footer2 #menu-lower {
        width: 65%;
    }
    #footer2 .copyright, #footer2 .designer {
        height: 25px;
        font-size: .9em;
    }
    #menu2 a {
        font-size: .80em;
        border: 0;
    }
    #menu2 a.nav-link {
        margin-right: .5em;
    }
    /* box */
    #featured .prop-box img {
        min-height: 130px;
    }
    #featured .prop-price {
        font-size: 1.0em;
        margin-top: 10px;
    }
    #featured .prop-info span {
        font-size: 1.1em;
        padding: 0;
    }
    #featured .prop-location {
        font-size: 1.25em;
    }
}

/* Large devices (lg: ≥992px) */
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    #top-header img {
        content: url('../../../img/web/brand/immosami_header.jpg');
        height: auto;
        margin: 0;
        padding: 0;
    }
    #featured h3 {
        font-size: 1.2em;
    }
    .page #section1 .title {
        font-size: 1.2em;
    }
    #slider_large #MasterImg{
        height: 450px;
    }
    #search .bx-paginate {
        font-size: .9em;
    }
    #search .bx-title {
        font-size: 1.2em;
    }
    #search .subline {
        font-size: .8em;
    }
    #search .line1,
    #search .line3 {
        font-size: 1.1em;
    }
    #search .line1 #price {
        font-size: 1.1em;
    }
    #search .line2 {
        min-height: 180px;
        font-size: .9em;
    }
    #search .prop-img {
        height: 240px;
    }
    .bx-search {
        width: 100%;
        padding-right: 15px;
        min-height: 850px;
    }
    .bx-search label{
        font-size: 1em;
    }
    h5 {
        font-size: 1.3em;
    }
    #footer1 img {
        width: 110px;
        height: 90px;
    }
    #footer1 .title {
        padding-left: 15%;
    }
    /* footer 1 panel */
    #footer1 .one,
    #footer1 .two,
    #footer1 .three {
        padding: 0 15px 0 0;
        font-size: 1em;
    }
    #footer1 .one {
        width: 40%;
        padding-right: 80px;
    }
    #footer1 .two {
        width: 26%;
    }
    #footer1 .three {
        width: 33%;
    }
    #footer1 .three .title {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    #footer1 .title {
        font-size: 1.2em;
        margin: 15px 0 5px 0;
    }
    #footer1 p {
        font-size: .88em;
        margin: 15px 0 5px 0;
        line-height: 20px;
    }
    /* footer 2 panel */
    #footer2 {
        height: 50px;
    }
    #footer2 .title {
        font-size: .90em;
        width: 55%;
        line-height: 30px;
    }
    #footer2 .copyright {
        font-size: .90em;
    }
    #footer2 #menu-lower {
        width: 45%;
    }
    #footer2 .copyright, #footer2 .designer {
        height: 25px;
    }
    #footer2 .designer a {
        font-size: 1.00em;
    }
    #menu2 a {
        font-size: .80em;
        border: 0;
    }
    #menu2 a.nav-link {
        margin-right: .5em;
    }
    /* box */
    #featured .prop-box img {
        min-height: 140px;
    }
    #featured .prop-price {
        font-size: 1.1em;
        margin-top: 10px;
    }
    #featured .prop-info span {
        font-size: 1.2em;
        padding: 0;
    }
    #featured .prop-location {
        font-size: 1.25em;
    }
}

/* Extra large devices (xl: ≥1200px) */
@media (min-width: 1200px) {
    .container {
        max-width: 1280px; /* Modern wider layout */
    }
    .wrapper {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .carousel-inner {
        height: auto;
    }
    .img-fluid {
        width: 100%;
        height: auto;
    }


    .bx-search {
        width: 100%;
        padding-right: 15px;
        min-height: 850px;
    }
    .bx-search label{
        font-size: 1em;
    }
    /* footer 1 panel */
    #footer1 img {
        width: 130px;
        height: 100px;
    }
    #footer1 .title {
        padding-left: 15%;
    }
    #top-header img {
        content: url('../../../img/web/brand/immosami_header.jpg');
        height: auto;
        margin: 0;
        padding: 0;
    }
    /* side headers */
    #featured h3 {
        font-size: 1.3em;
    }
    .page #section1 .title {
        font-size: 1.3em;
    }
    #search .bx-paginate {
        font-size: 1.2em;
    }
    #search .bx-title {
        font-size: 1.4em;
    }
    #search .subline {
        font-size: 1em;
    }
    #search .line1 {
        font-size: 1.2em;
    }
    #search .line1 #price {
        font-size: 1.25em;
    }
    #search .line2 {
        min-height: 150px;
        line-height: 20px;
    }
    #search .prop-img {
        height: 210px;
    }
    /* footer 1 panel */
    #footer1 .one,
    #footer1 .two,
    #footer1 .three {
        padding: 0 15px 0 0;
        font-size: 1em;
    }
    #footer1 .one {
        width: 40%;
        padding-right: 80px;
    }
    #footer1 .two {
        width: 26%;
    }
    #footer1 .three {
        width: 33%;
    }
    #footer1 .three .title {
        margin-left: 20px;
        margin-bottom: 10px;
    }
    #footer1 .title {
        font-size: 1.2em;
        margin: 15px 0 5px 0;
    }
    #footer1 p {
        font-size: .88em;
        margin: 15px 0 5px 0;
        line-height: 20px;
    }
    /* footer 2 panel */
    #footer2 {
        height: 50px;
    }
    #footer2 .title {
        font-size: .90em;
        width: 35%;
        line-height: 30px;
    }
    #footer2 #menu-lower {
        width: 65%;
    }
    #footer2 .copyright, #footer2 .designer {
        height: 25px;
    }
    #footer2 .designer a {
        font-size: 1.00em;
    }
    #menu2 a {
        font-size: .80em;
        border: 0;
    }
    #menu2 a.nav-link {
        margin-right: .5em;
    }
    /* box */
    #featured .prop-box img {
        min-height: 140px;
    }
    #featured .prop-price {
        font-size: 1.0em;
        margin-top: 10px;
    }
    #featured .prop-info span {
        font-size: 0.9em;
        padding: 0;
    }
    #featured .prop-location {
        font-size: 1.25em;
    }


}
