﻿html {
  background: url(../../images/microsites/ColorSchemes/Orange/body-bkg.png) repeat #fff;
}

body, .alert-red a {
  color: #162731;
}

h2 {
  color: #162731;
  font-family: "Raleway", sans-serif;
}

.heading-underline {
  background-color: #162731;
}

p, label, td, div, input {
  font-family: Helvetica, Arial, Helvetica, sans-serif;
}

.welcome {
  background: url(../../images/microsites/ColorSchemes/Orange/polygon-bkg.jpg) no-repeat center right #ffffff;
  background-size: cover;
}

.welcome > div > h1 {
  color: #ffffff;
  border-left-color: #ffffff;
  font-family: "Raleway", sans-serif;
}

#container {
  background: white;
}

.info-panel {
  background: none;
}

.eg-button {
  background: #c37216;
}

a, a.booking {
  color: #c37216;
}

.eg-button:hover,
.eg-button:active {
  background: none;
  color: #c37216 !important;
  box-shadow: inset 0 0 0 4px #c37216, 0 0 1px transparent;
}

.eg-button:disabled:hover,
.eg-button:disabled:active {
  background: #c37216 !important;
  color: #fff !important;
  box-shadow: none;
}

/*# sourceMappingURL=OrangeScheme.css.map */