/* property css */
.sub-nav ul > li.booking a {
	background-color: #ef4030  !important;

}

.sub-nav ul > li.booking a:hover {
	background-color: #c90000 !important;
}

.nav ul > li:hover > div, .nav ul > li.active > div, .sub-nav ul > li:hover {
	border-bottom-color: #ef4030  !important;
}

#secondary-nav dl a.selected, #secondary-nav dl a:hover {
	border-bottom-color: #ef4030 ;
}

#content .intro h2 {
	color: #ef4030 ;
}

#content a {
	color: #ef4030 ;
}

.toolbox a.button {
	color: #ef4030 ;
	border-color: #ef4030 ;
}

.toolbox a.button:hover {
	background-color: #ef4030 ;
}

.newsletter-wrap input[type="submit"] {
	background-color: #ef4030 ;
}

.newsletter-wrap input[type="submit"]:hover {
	background-color: #c90000;
}
a.btnCheckRates {
    color: #ef4030 ;
    border: 1px solid #ef4030 ;
}
a.btnCheckRates:hover {
	background-color: #ef4030 ;
}
.btn-prop { 
  color: #ffffff !important;
  background-color: #ef4030  !important;
  line-height: 40px;
  display: inline-block;
  transition: all .2s;
  -webkit-transition: all .2s;
  font-size: 14px;
  border: none !important;
  padding: 0 40px;
}

.btn-prop:hover {
  background-color: #c90000 !important;
}

.learn-more { 
  background-color: #ffffff !important;
  color: #707070 !important;
}

.learn-more:hover { 
  background-color: #dcdbdb !important;
  color: #707070 !important;
}