
/*body {
  margin: 0;
  font-family: 'Droid Serif', serif;
  background-color: #f4f4f4;
}*/


/* header */

.header {
  background-color: #fff;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,.1);
  /*position: fixed;*/
  position: relative;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #FFF; /*#3399ff;*/
}

.header li a {
  display: block;
  padding: 5px 5px;
  border-right: 1px solid #f4f4f4;
  text-decoration: underline;
  color: green;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #FFF;
}

.header .logo {
  display: block;
  float: left;
  font-size: 12px;
  color: blue;
  font-weight: bold;
  padding: 0px 0px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 15px 10px; /*5px 5px*/
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 3px;  /*2px*/
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 300px; /*240px*/
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 5px 5px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}


/* section */

.section {
  overflow: hidden;
  margin: auto;
  max-width: 1400px;
}

.section a {
  position: relative;
  float: left;
  width: 100%;
}

.section a img {
  width: 100%;
  display: block;
}

.section a span {
  color: #fff;
  position: absolute;
  left: 5%;
  bottom: 5%;
  font-size: 2em;
  text-shadow: 1px 1px 0 #000;
}

.section-split a span {
  display: none;
}

.section-split a:hover span {
  display: block;
}


/* 48em = 768px */

@media (min-width: 48em) {
  .section-split a {
    width: 50%;
  }
}

div.background_m {
  background: url(http://www.blueworldrealty.com/images/Misc/background5.jpg);
  border: 2px solid black;
}


input[type=text], select {
    /*width: 50%;*/
    padding: 5px 5px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    /*background-color: #f8f8f8;*/
    font-size: 16px;
    resize: none;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 5px 5px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
}

input[type=button]:disabled {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 5px 5px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #0066ff;
}

input[type=button]:hover {
    background-color: #0066ff;
}

input[type=reset]:hover {
    background-color: #0066ff;
}


.leftHeader {
    border: none;
    color: darkblue;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size: 17px;
    padding: 0px 0px;
    margin: 0px 0px;
    cursor: pointer;
    height: 20px;
}

.rightHeader {
    border: none;
    color: darkred;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin: 0px 0px;
    cursor: pointer;
    height: 12px;
}


.underline 
{
    color: darkblue;
    background-color: lightblue; /*#0099ff;*/
}

.address {
    border: none;
    color: darkred;
    /*padding: 15px 32px;*/
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin: 0px 0px;
    cursor: pointer;
    height: 12px;
    /*background-color:#ccff33;*/
}


.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    /*padding: 15px 32px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 0px 0px;
    cursor: pointer;
    height: 20px;
}

.button1 {width: 26%; }
.button2 {width: 10%;}
.button3 {width: 26%;}

/*div {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}*/


/* Custom labels: the container */
.checkcontainer {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

/* Hide the browser's default checkbox */
.checkcontainer input {
  	position: absolute;
	  opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: lightgray;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 10px;
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom radio button */
.radiobtn{
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: lightgray;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .radiobtn{
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkcontainer input:checked ~ .radiobtn{
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked ~ .radiobtn:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.checkcontainer .radiobtn:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

#myDIV {
    width: 100%;
    display: none;
}

#CityCountyZipDiv {
    width: 100%;
    display: none;
}

#MoreFilterDiv {
    width: 100%;
    display: none;
}

a {
    text-decoration: underline;
    color: blue;
    font-weight: bold;
}

.nowrap {
  white-space: nowrap ;
}


