.page-banner.our-homes {
    background: url(../images/our-homes-banner.jpg);
}

.homes .box {
    background-color: #fff;
    padding: 0;
    max-width: 386px;
    width: 100%;
    box-shadow: 0 0 18px #ccc;
}

.homes .box a.thumb {
    display: inline-block;
    overflow: hidden;
}

.homes .box a.thumb,
.homes .box a.thumb img {
    min-height: 219px;
    max-height: 219px;
    width: 100%;
}

.homes .box a.thumb img {
    transform: scale(1);
    float: left;
}

.homes .box a.thumb:hover img {
    transform: scale(1.3);
}

.homes .box .info {
    padding: 10px 30px 25px 30px;
}

.homes .box .info .text {
    color: #808992;
}

.homes .box .info a.btn {
    display: inline-block;
    background-color: #008cfe;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding: 13px;
    font-weight: 600;
    margin-top: 10px;
}

.homes .box .info a.btn:hover {
    background-color: #004783;
}

.homes-menu {
    margin-top: 40px;
}

.homes-menu ul {
    display: inline-block;
    background-color: #81aedb;
    width: 100%;
    text-align: center;
}

.homes-menu ul li {
    display: inline-block;
    margin: 0 10px -5px 10px;
}

.homes-menu ul li a {
    padding: 13px 26px;
    float: left;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.homes-menu ul li a:hover,
.homes-menu ul li.active a {
    background-color: #8dafdc;
    color: #004884;
}

.homes-form {
    background-color: #8dafdc;
    position: relative;
}

.homes-form:before {
    content: '';
    background-color: #a1a2a4;
    width: 100%;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
}

.homes-form .box {
    display: inline-block;
    position: relative;
    width: 13%;
    margin: 0 1%;
    vertical-align: top;
}

.homes-form .box label {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;

    color: #fff;
    padding: 5px 0;
}

/*
.homes-form .box input, .homes-form .box select {
    margin: 10px 0 15px 0;
    display: inline-block;
    width: 94%;
    font-size: 18px;
    text-align: center;
    border: none;
    background-color: #fff;
    line-height: normal !important;
    padding: 5px;
}*/


.sn-118,
.sn-118-2 {
    padding: 24px;
    width: 191px;
    float: left;
    padding-top: 10px;
    padding-bottom: 0px;
    height: 50px;
}

.sn-118-2 {
    width: 132px;
    padding-left: 30px;
    padding-right: 30px;
}

.sn-119 {
    padding: 5px;
    line-height: 15px;
    background-color: #004884;
    width: 35px;
    height: 32px;
    font-size: 45px;
    color: #FFF;
    display: block;
    float: left;
}

.sn-120 {
    padding: 5px;
    margin: 0px;
    height: 32px;
    border: none;
    font-size: 16px;
    line-height: 16px;
    float: left;
    width: 40px;
    background-color: #FFF;
    color: #000;
}

.sn-120-2 {
    padding: 5px;
    margin: 0px;
    height: 32px;
    border: none;
    font-size: 16px;
    line-height: 16px;
    float: left;
    width: 60px;
    background-color: #FFF;
    color: #000;
}

.sn-121 {
    padding: 5px;
    line-height: 20px;
    background-color: #004884;
    width: 35px;
    height: 32px;
    font-size: 38px;
    color: #FFF;
    display: block;
    float: left;
}


@media screen and (max-width: 1362px) {
    .homes-form .box {
        width: 17%;
        min-width: 166px;
    }
}

@media screen and (max-width: 992px) {
    .homes-menu ul li {
        margin: 0 3px -5px 3px;
    }

    .homes-menu ul li a {
        padding: 10px 15px;
    }

    .homes-form:before {
        background: none;
    }
}

@media screen and (max-width: 767px) {
    .homes-menu ul li {
        margin: 3px;
    }

    .homes-menu ul li a {
        font-size: 18px;
    }

    .homes-form .box {
        width: 17%;
    }

    .homes-form .box label {
        font-size: 16px;
        padding: 6px 0;
    }
}

@media screen and (max-width: 479px) {
    .homes-form .box {
        width: 98%;
        margin: 4px 1%;
    }

    .homes-form {
        padding: 5px;
    }

    .homes-form::before {
        display: none;
    }

    .homes-form .box label {
        float: left;
        width: 45%;
        text-align: left;
    }

    /*.homes-form .box input, .homes-form .box select {
	    width: 55%;
	    margin: 0;
	}*/
    .homes-menu ul li {
        margin: 1%;
        width: 48%;
        float: left;
    }

    .homes-menu ul li a {
        background-color: #99c6f3;
        width: 100%;
    }
}