*{
  margin: 0;
  padding: 0;
}

body{
  background-color: #002B5C;
  background-image: url(images/header.png);
  background-position: center top;
  background-repeat: repeat-x;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
}


img{
  border: 0;
}

a{
  text-decoration: none;
  color: #54B948;
  cursor: pointer;
}

a:focus{
  outline: none;
}

a:hover{
  color: #0072BC;
  transition: .2s color;
}

h2{
  font-weight: 800;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  color: #002B5C;
  margin-bottom: 15px;
}

h3{
  font-weight: 800;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  color: #002B5C;
  margin-bottom: 10px;
}



p{
  margin-bottom: 15px;
}

ul, ol{
  margin: 0 0 15px 30px;
}


.container{
  width: 980px;
  margin: 0 auto;
  position: relative;
}


#header{
  height: 48px;
}

#header ul{
  list-style-type: none;
  margin: 6px 0 0 0;
}
#header li{
  display: inline;
}
#header a{
  display: block;
  float: left;
  width: 127px;
  height: 40px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-right: 15px;
}



#header a:hover{
  color: #54B948;
  transition: .5s color;
}

#header .current{
  background-color: #002B5C;
}


#home{
  width: 980px;
  height: 550px;
  position: relative;
}

#home h1{
  position: absolute;
  top: 30px;
  left: -41px;
  z-index: 9;
}

#home #homegraphic{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#home #buttons{
  position: absolute;
  z-index: 1;
  right: 0;
  top: 300px;
  width: 300px;
  list-style-type: none;
  margin: 0;
}

#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: #002B5C;
  font-weight: 800;
  font-size: 20px;
}

#home #buttons img{
  position: absolute;
  right: -20px;
  top: 7px;
}

#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;
}


#owl{
  position: relative;
}
#owl img{
  width: 100%;
}


#reputation{
  background-color: #005DAA;
  margin-top: 5px;
  padding: 20px;
  position: relative;
  text-align: center;
}
#reputation h2{
  margin-bottom:0;
}


.green{
  color: #54B948;
}


#footer{
  height: 44px;
  margin-top: 20px;
  background-image: url(images/footer.png);
  background-position: center top;
  line-height: 44px;
}

#footer ul{
  list-style-type: none;
  margin: 0;
  text-align: center;
}
#footer li{
  display: inline;
}
#footer a{
  margin-left: 20px;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  border-right: 1px solid #07589F;
  padding-right: 20px;
}

#footer a:hover, #footer .current{
  color: #54B948;
  transition: .5s color;
}


#links{
  margin-top: 20px;
  margin-bottom: 20px;
  color: #33333;
  font-size: 10px;
}
#links img{
  float: right;
}


#inner{
  background-color: #CCCCCC;
  padding: 30px;
}

#top{
  width: 980px;
  height: 106px;
  position: relative;
  background-color: #005DAA;
  margin-bottom: 12px;
}

#top h1{
  position: absolute;
  top: 0px;
  left: -41px;
  z-index: 9;
}

#top h2{
  position: absolute;
  right: 0;
  bottom: 10px;
  background-color: #002B5C;
  color: #FFFFFF;
  display: block;
  font-size: 25px;
  text-transform: uppercase;
  padding: 5px 15px 5px 15px;
}


#search{
  background-color: #005DAA;
  color: #FFFFFF;
  padding: 10px;
  position: relative;
  margin-bottom: 12px;
}

#search select{
  width: 32%;
  margin-right: 2%;
  height: 35px;
  border-radius: 3px;
  border: 0;
  text-align: center;
}
#search select:last-child{
  margin-right: 0;
}

.property{
  background-color: #005DAA;
  color: #FFFFFF;
  padding: 10px;
  position: relative;
  margin-bottom: 12px;
}
.property a{
  color: #FFFFFF;
}

.property .photo{
  width: 300px;
  max-height: 200px;
  text-align: center;
  float: left;
  position: relative;
}

.property .photo .rented{
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 200px;
}

.property .text{
  margin-left: 20px;
  float: left;
  width: 450px;
}

.text h3{
  color: #FFFFFF;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 5px;
}
.text h3 a{
  color: #FFFFFF;
}
.text h4{
  font-size: 16px;
  font-weight: normal;
  color: #CCCCCC;
  margin-bottom: 10px;
}

.property .readmore{
  color: #54B948;
  font-style: italic;
}

.property .details{
  background-color: #54B948;
  color: #002B5C;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  width: 140px;
}


#inner .details{
  background-color: #54B948;
  color: #002B5C;
  padding: 10px;
  width: 200px;
}
#inner .details a{
  color: #002B5C !important;
}
.property .details ul, #inner .details ul{
  list-style-type: none;
  margin: 0 0 0 -20px;
  text-transform: uppercase;
}
.property .details ul li, #inner .details ul li{
  height: 25px;
  line-height: 25px;
  background-image: url(/images/bullet.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 2px;
  font-weight: bold;
}

.property .details .more{
  height: 25px;
  line-height: 25px;
  text-align: right;
  display:block;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px -10px -10px 0;
}
.property .details .more img{
  vertical-align: middle;
}





#fade{
  width: 400px;
  height: 275px;
  text-align: center;
  float: right;
  margin: 0 0 20px 20px;
  position: relative;
}


#fade img{

  margin:  0 auto;
  box-shadow: 0 0 5px #666666;
}


#fade .rented{
  position: absolute;
  left: 0;
  top: 0;
  height: 275px;
}

#map{

  box-shadow: 0 0 5px #666666;
  width: 100%;
  height: 300px;
}




#owl{
  position: relative;
}
#owl img{
  max-width: 100%;
}

#fade #owl img{
  height:275px;
  width:auto;
}


#owl .owl-prev, #owl .owl-next{ display: none; }

.owl-controls{
  position: absolute;
  right: 0;
  top: 280px;
  max-width: 400px;
  height: 20px;
  overflow: hidden;
}

#applybutton{
  display: block;
  float: right;
  background-color: #54B948;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  max-width: 25%;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  margin:  0 0 10px 10px;
  transition: .5s background-color;
}
#applybutton:hover{
  background-color: #002B5C;
  transition: .3s background-color;
}

#mobilenav{ display: none; }

.question{
  overflow: auto;
  margin-top: 20px;
  border-bottom: 1px solid #999999;
  padding-bottom: 20px;
}

.question .q{
  float: left;
  width: 200px;
}
.question.error .q{
  width: 190px;
  border-left: 5px solid red;
  padding-left: 5px;
}
.question .a{
  margin-left: 220px;
}

.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%;
}

.button{
  background-color: #002B5C;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 18px;
  border: 0;
  padding: 10px 20px;
  margin: 20px auto;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
  transition: .6s background-color;
}
.button:hover{
  background-color: #54B948;
  transition: .3s background-color;
}

#error{
  background-color: red;
  padding: 5px;
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
}
