@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #CCCCCC;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a:active {
	color: #00F;
	text-decoration: none;
}
.main_menu_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.rentpermonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #090;
}
.text_large {
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	color: #999;
}
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.grey_text {
	color: #999;
	font-size: 16px;
	font-weight: bold;
}
.propertiesbox {
	width:90%;
	border-radius: 10px;
	box-shadow: 5px 5px 8px grey;
	text-align:center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.headerbox1 {
	float: left;
	padding: 15px;
	margin-top: 30px;
	margin-left: 15px;
	text-align: center;
}
.mainmenu {
	background-color: #FFFFFF;
	padding: 15px 15px 15px 30px ;
}

/* Extra small devices (phones, 800px and LARGER) */
@media only screen and (min-width: 800px) {
.dropdown-content {
	display:none;
}
.dropbtn {
	display:none;
}
}


/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}



/* Extra small devices (phones, 800px and down) */
@media only screen and (max-width: 800px) {

[class*="col-"] {
        width: 100%;
    }

.mainmenu {
	display:none;
}


.headerbox1 {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	width: 90%;
	text-align: center;
}
/* RESPONSIVE Dropdown Button */
.dropbtn {
	margin: auto;
    background-color:#FFFFFF;
    color: #000000;
    padding: 12px;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    display: inline-block;
	z-index:2000;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	text-align:center;
	display:none;
	left:-8px;
	top:37px;
    background-color:#f0f5fb;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	font-size: 18px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #d8d8d8}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #F5E3FF;
}


}
