h1 {
    margin: 20px 0 15px 0 !important;
}
#cy-container, body {
    padding: 0 !important;
}
#cy-container {
    padding-top: 24px !important;
}
#wrooms_parent {
    display: inline-block;
}
@media(max-width: 550px) {
    #wrooms, #wrooms_parent {
        display: none;
    }
    .landingcats .thumbnail .title {
        font-size: 12pt !important;
    }
}
@media(max-width: 725px) {
    #prices {
        display: none;
    }
    .qsearch {
        margin-top: 12px !important;
    }
}
@media(max-width: 800px) {
    .top {
        height: 225px;
    }
    .top_b {
        margin-top: 175px;
        height: 50px;
    }
    .top_c {
        margin-top: 65px;
    }
    .top_c .name {
        font-size: 50px;
    }
    .top_c h2 {
        display: none;
    }
    .qsearch {
        margin-top: 7px;
        font-size: 12pt;
    }
    #sliderPrice {
        width: 100px;
    }
    .landingcats .title {
        font-size: 12pt;
    }
    .landingcats img {
        height: 170px;
    }
}

@media(min-width: 801px) and (max-width: 1000px) {
    .top {
        height: 350px;
    }
    .top_b {
        margin-top: 270px;
        height: 80px;
    }
    .top_c {
        margin-top: 100px;
    }
    .top_c .name {
        font-size: 57px;
    }
    .top_c h2 {
        font-size: 27px;
    }
    .qsearch {
        margin-top: 20px;
        font-size: 13pt;
    }
    #sliderPrice {
        width: 150px;
    }
    .landingcats img {
        height: 175px;
    }
}
@media(min-width: 1001px) {
    .top {
        height: 450px;
    }
    .top_b {
        margin-top: 350px;
        height: 100px;
    }
    .top_c {
        margin-top: 150px;
    }
    .top_c .name {
        font-size: 67px;
    }
    .top_c h2 {
        font-size: 30px;
    }
    .qsearch {
        margin-top: 30px;
        font-size: 16pt;
    }
    #sliderPrice {
        width: 200px;
    }
    .landingcats .col-md-3 {
        padding-left: 7px;
        padding-right: 7px;
    }
    .landingcats img {
        height: 150px;
    }
}
@media(min-width: 1200px) {
    .landingcats img {
        height: 170px;
    }
}

#priceTwo {
    margin-right: 12px;
}

#sliderPrice {
    margin-top: 10px;
    display: inline-block;
}

#sliderPrice .ui-widget-header {
    background: rgba(50, 148, 8, 1) !important;
}

.ibg-bg {
    z-index: 0;
}

.top {
    margin-top: 0px;
    width: 100%;
    background-color: white;
    background: url(/design/mainpano.jpg);
    background-size: cover;
    background-position: 45%, 95%;
}

.top_b {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    color: #eee;
    z-index: 500;
}

.top_c {
    position: absolute;
    width: 100%;
    color: #eee;
    z-index: 500;
}

.top_c * {
    text-align: center;
    color: white;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

.top_c .logocontainer {
    margin: 25px auto 20px auto;
    width: 280px;
    display: block;
    background-color: rgba(235, 234, 242, 0.9);
    padding-right: 5px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.qsearch {
    text-align: center;
    width: 100%;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: rgb(50, 148, 8);
}

.qsearch button {
    padding: 5px 10px;
    border-radius: 0;
    margin: -5px 0 0 18px;
}

.article_title {
    font-size: 16pt;
    margin: 6px 0 6px 0;
    margin-bottom: 12px;
}

.landingbody {
    padding: 5px 20px;
}

.landingfeatures h3 {
    border-bottom: 2px solid rgb(50, 148, 8);
    padding-bottom: 5px;
}

.landingcats {
    text-align: center;
    background-position-y: 70%;
    background-size: cover;
}

.landingcats .thumbnail {
    margin-bottom: 12px;
    height: 245px;
}

.landingcats .title {
    margin-top: 10px;
    font-size: 14pt;
}

.largephone, .largephone a {
    font-size: 22pt;
    text-align: center;
    color: white !important;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

.cy-landing-callback {
    margin: 15px 30px;
    padding: 15px 20px;
    background-color: rgba(235, 234, 242, 0.9);
}

.cy-landing-callback legend {
    font-size: 14pt;
}

.cy-landing-callback input {
    width: 100% !important;
    font-size: 14pt;
    margin: 0 5px;
}

.cy-landing-callback .btn {
    width: 100% !important;
    margin-top: 18px;
}

#callback-action-new, #callback-action-old {
    position: absolute;
    margin-left: 5px;
    color: rgba(50, 148, 8, 1);
}

#callback-action-new {
    opacity: 0;
}
