body {
  background-image: url('/images/templates/gold-background.png');  
}

#header {
	background-color: #615050;
  position: relative;
  z-index: 1;
}

#header a {
  color: #fff!important;
}

#header .container {
	background: #615050 url('/images/templates/gold-header.png') no-repeat;
  position: relative;  
  z-index: 2;
}

.twitter-icon {
	background-image:url('/images/templates/gold-twitter-icon.png');
}

.facebook-icon {
	background-image:url('/images/templates/gold-facebook-icon.png');
}

.instagram-icon {
	background-image:url('/images/templates/gold-instagram-icon.png');
}


.navbar-wrapper {
  background-color: #B09D66;
  color: #fff;
}

.navbar-default {
  background-color: #B09D66;
  border-color: #B09D66;
}

.thumbnail .caption h4 {
  background-color: #615050;
  color: #fff; 
  padding: 10px;
  font-size: 1.3em;
  margin: 0px 0px 5px 0px;
}

.element-wrap .slide2_txt1 {
  background-color: rgba(97, 80, 80, 0.8);
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #B09D66!important;
  color: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.btn {
  background-color: #B09D66;
  position: absolute;
  bottom:0;  
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.entry-content ul li {
  margin-left: 30px;
}

.footer .btn {
  position: relative;
  bottom: 0;
}

.footer {
	background-color: #615050;
	color: #fff;
	padding-bottom: 50px;
	margin-top:30px;
}

.copyright {
	background-color: #B09D66!important;
	color: #fff;
}

.copyright a {
  color: #fff!important;
}

.copyright nav.navbar.navbar-default {
  background-color: #B09D66; 
  border: 0px none;
}

button#bookingSubmit {
  position: relative;
  bottom: 0;
}

div.col-md-6.style04 p a.btn {
  position: relative!important;
  bottom: 0!important;
}


/*** slider buttons ***/

.flex-direction-nav .prev {
    background: url('/images/templates/gold-arrow-prev.png') no-repeat 940px center;
  }

.flex-direction-nav .prev:hover ,.element-wrap .flex-direction-nav .prev:active {
    background: url('/images/templates/gold-arrow-prev.png') no-repeat 940px center;
  }

.flex-direction-nav .next {
    background: url('/images/templates/gold-arrow-next.png') no-repeat 0px center;
  }

.flex-direction-nav .next:hover ,.element-wrap .flex-direction-nav .next:active {
    background: url('/images/templates/gold-arrow-next.png') no-repeat 0px center;
  }
