/*RESET*/

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
/*MAIN*/
body { 
	font-size: 14px;
	line-height: 1.25em;
    font-family: Arial;
	background: #ffffff;
	color: #555;
	line-height: normal;
}

div{
vertical-align:top

}

.spacer{
height:25px;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: url('../images/icon_top.png') no-repeat;
    /*background-color: #AFC7D1;*/
}

.pdf {
    padding-left: 20px;
    background-image: url(/images/pdf_icon.png);
    background-repeat: no-repeat;
}

.pdf a:hover{
	color:#850305;
}


.readmore{
	color:#fff;
	background: #850305;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

h1,h2{
	text-transform:uppercase;
	color:#850305;
	background-image:url(/images/hbg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	display:inline-block;
	padding-bottom:10px;
}
b,strong{
color:#850305;
}

input,select,textarea {
    cursor: pointer;
}


#slogan{
	background-color:#850305;
	color:white;
	font-size:12px;
	padding-top:1px;
	padding-bottom:1px;
}
.slogan-center{
	max-width:1100px;
	margin:auto;
	padding-right:10px;
	padding-left:10px;
}

input,select,textarea {
    padding: 10px;
    border: solid 1px #777;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px;
    color: #777;
    font-family: Arial;
    font-size: 12px !important;
}

.selected {
    color: #000 !important;
}

input[type="text"],textarea {
    width: 83%;
    max-width: 450px;
}

textarea {
    font-size: 13px !important;
}

select {
    width: auto;
}

input[type="submit"]{
	width: auto;
	background-color:#850305 !important;
	color:#ffffff !important;
	font-size: large  !important;
}
.box_inside{
text-align:left;
	display:inline-block;
	max-width:547px;
	width:100%;
	padding:10px;
	vertical-align:top;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */	
}
.box_inside img{
	width:100%
}

#header-center{
	margin:auto;
	padding-right:10px;	
	padding-left:10px;
	background-image:url(/images/bg.jpg);
	background-position:center;
	background-repeat:repeat-x
}
.box-center{
	max-width:1100px;
	margin:auto;
	padding:10px
}
#home {
    width: 100%;
}
#welcome{
margin-top:0px;
}
#ads-photo {
    width: 100%;
}
#contact-us {
    width: 100%;
}
#box {
    width: 100%;
}
#apartments {
    width: 100%;
	text-align:center;
}
#apartments img{
	margin-bottom:10px;
	vertical-align:top;
	border:solid 1px #ccc;
}
#blog {
    width: 100%;
	text-align:center;
}
#blog img{
	margin-bottom:10px;
	vertical-align:top;
	border:solid 1px #ccc;
}

.box{
  	box-sizing: border-box;
	width:250px;
	vertical-align:top;
	display:inline-block;
	margin:10px;
}

#our-location {
    width: 100%;
}
#newsletters {
    width: 100%;
	border-top:solid 1px #ccc
}

a {
    color: black;
    text-decoration: none;
}

header {
	background: #fff;
	border-bottom: 4px solid #850305;
}

#logo{
	max-width: 300px;
	margin:  auto;
	background-color:#FFFFFF;
	padding:10px
}


/*MEDIA QUERY*/
@media only screen and (max-width : 740px) {
.box_inside{
	width:100%;
}
}

@media (max-width: 750px) {
.box{
	margin:5px;
}
}

#footer{
	background-color:#850305;
	color:white;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
}

#bg-footer{
background-image:url(/images/footer.jpg);
background-position:center;
height:75px;
}

#sm img{
width:auto !important;
}
