img{
  max-width: 100% !important;
  height: auto !important;
}

h2{
  font-size: 25px;
  line-height: 25px;
}

h3{
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #002B5C;
  margin-bottom: 10px;
}

body{ 
  background-image: none;
}

.container{
  width: 98%;
}

#header{
  height: auto;
}

#header a{
  display: block;
  float: none;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-right: 0;
}

#header a:hover{
  color: #54B948;
  transition: .5s color;
}

#header .current{
  background-color: #54B948;
  color: #FFFFFF;
}

#top{
  width: 100%;
  height: auto;
  background: none;
  padding-top: 5px;
}

#top h1{
  position: static;
}
#top h1 img{
  max-width: 60% !important;
}

#top h2{
  display: none;
} 

#inner{
  padding: 5px;
}

#footer{
  display: none;
} 


#links{
  line-height:15px;
}
#links img{
  display: none;
}

#applybutton{
  float: none;
  max-width: 100%;
  width: 100%;
  padding: 10px 0;
  margin: 10px 0;
}

#search{
  padding: 10px 0;
}

#search select{
  width: 100%;
  margin-right: 0;
  margin-bottom: 5px;
}
#search select:last-child{
  margin-bottom: 0;
}





.property .photo{
  width: 100%;
  max-height: 200px;
  text-align: left;
  float: none;
  position: relative;
}

.property .text{
  margin-left: 0;
  float: none;
  width: 100%;
}


.property .details{
  position: static;
  padding: 10px;
  width: auto;
}

#inner .details{
  background-color: #54B948;
  color: #002B5C;
  padding: 10px 0;
  width: 100%;
  margin-bottom:15px;
}

.property .details ul, #inner .details ul{
  margin: 0;
}


#fade{
  width: 100%;
  height: 210px;
  float: none;
  margin: 0 0 20px 0;
}


#fade img{
  max-width: 100000px;
  max-height: 210px;
  margin:  0 auto;
  box-shadow: 0 0 5px #666666;
}
#fade .owl-controls{
  display: none !important;
}


#home{
  width: 100%;
  height: auto;
}

#home h1{
  position: static;
  margin-bottom:5px;
  margin-top: 5px;
}
#home h1 img{
  max-width: 60% !important;
}

#home #buttons{
  position: static;
  width: 100%;
}

#home #buttons a{
  display: block;
  background-color: #54B948;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 40px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}

#home #buttons .blue{
  background-color: #54B948;
  color: #FFFFFF;
}

#home #buttons img{
  display: none;
}

#home #buttons a:hover{
  background-color: #FFFFFF;
  color: #54B948;
  transition: .5s background-color, .5s color;
}

#home #buttons .blue:hover{
  background-color: #FFFFFF;
  color: #002B5C;
  transition: .5s background-color, .5s color;
}

#mobilenav{ 
  display: block;
  position: absolute;
  top: 15px;
  right: 5px; 
  z-index: 99;
}

#nav.mobilegone{
  display: none;
}
#nav.mobilehere{
  display: block;
  margin: 50px 0;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}






.question{
  overflow: auto;
  margin-top: 20px;
  border-bottom: 1px solid #999999;
  padding-bottom: 20px;
}

.question .q{
  float: none;
  width: 100%;
}
.question.error .q{
  width: 100%;
  border-left:0;
  color: red;
  padding-left: 0;  
}
.question .a{
  margin:0;
}

.question .a .input, .question .a .select, .question .a .textarea{
  border: none;
  padding: 5px 2%;
  width: 95%;
  font-family: arial;
  font-size: 13px;
}
.question .a .textarea{
  height: 80px;
}
.question .a .select{
  width: 99%;
}









