#panelwrap {
    width: 70%;
    margin: 50px auto 50px auto;
    display: block;
    padding: 35px 15px;
    background-color: rgba(242,253,254,0.4);
	    background-color: rgba(200, 200, 200, 0.5);
    qborder: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    line-height: 1.6em;
	z-index:900;
	qbox-shadow: 3px 3px #aaa;
}

#panelwrap {
    margin: 50px auto 50px auto;
    display: block;
    padding: 15px 15px;
    line-height: 1.6em;
	z-index:900;
	background-color:transparent;
	width:auto

}

.qpanel {min-height:200px}

.image-container {
	position: relative;
    height:inherit;
    background:url(/images/house-for-sale-websites-8.jpg) #FFF no-repeat center top;
	background-attachment: fixed !important;
    background-size: cover;
}

.layer {
    background-color: rgba(164,201,230,0.89);
	background-color: rgba(222,222,222,0.87);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	qheight:inherit;
	z-index:800;
}



@media only screen and (min-width: 992px) {
	
	#panelwrap {
    margin: 20px auto 20px auto;
	}
}

@media only screen and (max-width: 991px) {
	
	#panelwrap {
    width: 80%;
	margin: 10px auto 10px auto !important;
	}

        .leftsmall {        float:left !important    }
        .rightsmall {        float:right !important    }        

}

@media only screen and (max-width: 767px) {
	
	#panelwrap {
    width: 92%;
	margin: 0px auto !important;
	}
	h2.request {font-size:1.7em}


}

h3.prem {
	
    color: #111;
    font-weight: 800;
    margin-bottom: 20px;
    /* text-transform: none; */
    line-height: 1.2;
	font-size:1.6em;
}

h4.pro {
	color:#222;font-size:16px;font-weight:600;line-height:1.35}
	
p.blk {color:#111;font-size:14px;font-weight:600;line-height:1.1}	
	
img.mw100 {max-width:100% !important}
#footer {border:0;background:#eee !important}
#footer .footer-copyright {
    padding: 10px 0;
	background:none;
	border:0
}

#footer a {color:#085c6d;font-weight:bold}
#footer a:hover {color:#000;text-decoration:none}

.footlogo {max-width:150px}
