/*css line*/
/*css line*/
/* */
body {
  background-color: white;
/*	background-image: url('bg.jpeg'); /* perhaps this should be brought in from the database */
	background-attachment: fixed;
	background-position: 0 0;
	background-repeat: repeat;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height:1.7em;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6  {font-family: 'Open Sans', sans-serif;}
.content-background h2:before, .content-background h2:after {
    content: '';
    width: 30%;
    display: block;
    border-bottom: 1px solid #bab1ab;
    position: absolute;
    top: 1em;
}
h2 {color: #5b4843;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
	}
h2 {    margin: 1em 0 1em 0;
    line-height: 2em;
    font-size:1.5em;
    position:relative;
    overflow:hidden;
    text-align:center;}
	
.content-background h2:after {
    right:0;
    margin:0 0 0 1em;
}
.content-background h2:before {left:0;}
.footer-background h2 {color:#d8b77e; text-align:left;}
#user_content_real_estate {margin-bottom:25px;}
div.container {
	overflow-x: hidden;
	background-color: white;
}
#user_content iframe {border:0;}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media screen and (min-width: 768px) {

}

@media (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media screen and (max-width: 767px) {

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

}

@media (max-device-width: 480px) and (orientation: landscape) {

}

@media all and (transform-3d), (-webkit-transform-3d) {

}
@media (max-device-width: 480px) {
.content-background h2:before, .content-background h2:after {
    content: '';
    width: 10%;
}

@media print {

}
