/*!
 *
 *
 *
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}


/*! base */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #2c2d2d;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
  color: #d24527;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-fill {
  display: block;
  width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #2c2d2d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong {
  font-weight: 800;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 1;
}
h1,
h2,
h3 {
  margin-top: 10px;
  margin-bottom: 30px;
}
h1 small,
h2 small,
h3 small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small {
  font-size: 75%;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
small {
  font-size: 85%;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -7px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
address {
  margin-bottom: 8px;
  font-style: normal;
  line-height: 1.4287143;
}


/*! grid */
.container {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -8px;
  margin-lefT: -8px;
}
.well {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 14px;
  background-color: #ebebeb;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-xs-12,
.col-sm-12,
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .row {
    margin-right: -13px;
    margin-lefT: -13px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12 {
    padding-right: 13px;
    padding-left: 13px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-fit {
    position: absolute;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 996px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}


/*! tables */
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding0scrollbar;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th,
.table > thead > tr > td {
  font-weight: 600;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding-top: 16px;
  font-weight: 600;
  border-top: 1px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
table th[class*="col-"],
table td[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}


/*! forms */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #2c2d2d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 2px;
  font-weight: 600;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: offset;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #2c2d2d;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #d14527;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.form-control.error {
  border-color: #ff0000;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

/*! buttons */
.btn {
  display: inline-block;
  min-width: 200px;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn + .btn {
	margin-left: 14px;
}
.btn-small {
  min-width: 140px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.btn-default {
  color: #fff;
  background-color: #d24527;
  border-color: #d24527;
}
.btn-link {
	min-width: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #000;
	background-color: transparent;
	border-color: transparent;
	border-bottom-color: #ccc;
	border-radius: 0;
}
.btn-lead {
  margin-top: 10px;
}
.btn p {
  display: inline;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  
}
@media (min-width: 1025px) {
  .btn {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .btn-link {
  	padding-bottom: 0;
  }
}


/*! input groups */
.input-group {
  position: relative;
  display: table;
  border-collapse: seperate;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .input-group-addon,
.input-group .input-group-icon,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon,
.input-group-icon {
  width: 1%;
  padding: 6px 12px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
}
.input-group-addon:first-child {
  font-weight: 600;
  text-transform: uppercase;
  color: #555;
  background-color: #fff;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.input-group .input-group-addon + .form-control:not(:first-child) {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .input-group-addon + .form-control:not(:last-child) {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-icon {
  background-color: #fff;
  border: 1px solid #eee;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}


/*! wraps */
html,
body {
  height: 100%;
}
body.nav-open,
body.res-open {
  overflow: hidden;
}
#outer-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#inner-wrap {
  position: relative;
  left: 0;
  width: 100%;
}
.nav-open #inner-wrap,
.nav-open .banner,
.nav-open .banner-secondary.affix {
  left: 80%;
}
.res-open #inner-wrap,
.res-open .banner,
.res-open .banner-secondary.affix {
  left: -80%;
}
.inner-wrap-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.csstransforms3d.csstransitions #inner-wrap,
.csstransforms3d.csstransitions .banner,
.csstransforms3d.csstransitions .banner-secondary.affix {
  -webkit-transition: left .5s ease;
  transition: left .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.csstransforms3d.csstransitions .banner-nav {
  -webkit-transition: left .5s ease;
  transition: left .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.csstransforms32.csstransitions .booknow-menu {
  -webkit-transition: left .5s ease;
  transition: left .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*! sections */

/*! banner */
.banner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 48px;
  background-color: #372e2f;
}
.banner-toggle {
  position: relative;
  float: left;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-left: -5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.banner-toggle:focus {
  outline: 0;
}
.banner-toggle .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #7f736c;
  border-radius: 1px;
}
.banner-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
.banner-brand {
  float: left;
  padding: 5px 0 6px 17px;
  border-left: 1px solid #7f736c;
}
.banner-brand img {
  width: 83px;
  height: auto;
  vertical-align: middle;
}

.banner-booknow {
  float: right;
  width: 89px;
  height: 48px;
  margin-right: -8px;
}
.banner-booknow-btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #d24527;
  border-radius: 0;
}
.banner-booknow-btn:hover,
.banner-booknow-btn:focus {
  text-decoration: none;
}
.banner-booknow-btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  margin-left: -2px;
  visibility: hidden;
}
.booknow-menu {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  width: 80%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #372e2f;
  -webkit-box-shadow: inset 1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  box-shadow: inset 1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
}
.booknow-inner {
  padding: 16px;
}
.booknow-menu .input-group-addon:first-child {
  min-width: 105px;
  text-align: left;
}
.booknow-menu .input-group .form-control:first-child {
  width: 70px;
}
.booknow-menu .input-group .input-group-addon + .form-control {
  padding-left: 4px;
}
.booknow-menu .input-group .form-control + .input-group-addon {
  float: left;
}
.booknow-codetoggle {
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: underline;
  color: #fff;
}
.booknow-actions {
  text-align: center;
}
.booknow-calendar {
  display: none;
}
.booknow-calendar.res-open {
  display: block;
}
.booknow-calendar.res-collapsing {
  display: block;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}
/* - jquery-ui datepicker overrides */
.booknow-menu .ui-widget {
  font-family: inherit;
  font-size: inherit;
}
.booknow-menu .ui-widget-header .ui-icon {
  background-image: url("../img/ui-icons_ffffff_256x240.png");
}
.booknow-menu .ui-datepicker {
  width: 100%;
  padding: 0;
  margin-top: 15px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.booknow-menu .ui-datepicker .ui-datepicker-header {
  padding: 0;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.booknow-menu .ui-datepicker table {
  font-size: 100%;
}
.booknow-menu .ui-datepicker th {
  text-transform: uppercase;
  color: #bfbfbf;
}
.booknow-menu .ui-datepicker td span,
.booknow-menu .ui-datepicker td a {
  text-align: center;
}
.booknow-menu .ui-state-default,
.booknow-menu .ui-widget-content .ui-state-default,
.booknow-menu .ui-widget-header .ui-state-default {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.booknow-menu .ui-state-disabled,
.booknow-menu .ui-widget-content .ui-state-disabled,
.booknow-menu .ui-widget-header .ui-state-disabled {
  opacity: .3;
  filter: alpha(opacity=30);
}
.booknow-menu .ui-state-highlight,
.booknow-menu .ui-widget-content .ui-state-highlight,
.booknow-menu .ui-widget-header .ui-state-highlight {
  border-color: #fff;
}
.booknow-menu .ui-state-active,
.booknow-menu .ui-widget-content .ui-state-active,
.booknow-menu .ui-widget-header .ui-state-active {
  background-color: #d24527;
}
.booknow-menu .ui-datepicker .ui-datepicker-prev,
.booknow-menu .ui-datepicker .ui-datepicker-next {
  top: 1px;
  border: 1px solid transparent;
}
.booknow-menu .ui-datepicker .ui-datepicker-prev {
  left: 1px;
}
.booknow-menu .ui-datepicker .ui-datepicker-next {
  right: 1px;
}
.booknow-menu .ui-widget-header .ui-state-hover,
.booknow-menu .ui-widget-header .ui-state-focus {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.banner-nav {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 1;
  width: 80%;
  height: 100%;
  background-color: #372e2f;
  -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
}
.nav-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-item {
  display: block;
  padding: 0;
  margin: 0;
}
.nav-item > a {
  display: block;
  padding: 16px;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #7e746b;
}
.nav-item > a.active,
.nav-item > a:focus,
.nav-item > a:hover {
  text-decoration: none;
  color: #fff;
}
.sub-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #372e2f;
  -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  overflow-y: auto;
}
.sub-nav.nav-collapse {
  display: none;
}
.sub-nav.nav-open {
  display: block;
}
.sub-nav.nav-collapsing {
  display: block;
  width: 0;
  overflow: hidden;
  -webkit-transition: width .35s ease;
  transition: width .35s ease;
}
.sub-nav-container {
  padding: 0;
  margin: 0 auto;
}
.sub-nav-container > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.sub-nav-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sub-nab-close,
.sub-nav-header,
.sub-nav-item {
  display: block;
  white-space: nowrap;
}
.sub-nav-close,
.sub-nav-header {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
.sub-nav-item + .sub-nav-header {
  margin-top: 24px;
}
.sub-nav-header {
  padding: 16px;
  background-color: #2c2d2d;
}
.sub-nav-close > a,
.sub-nav-item > a {
  display: block;
  padding: 16px;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  border-bottom: 1px solid #7e746b;
}
.sub-nav-close > a {
  font-weight: 800;
  color: #000;
  background-color: #c0af7d;
}
.sub-nav-close > a > i {
  margin-top: 5px;
  margin-right: 6px;
}
.banner-spacer {
  height: 48px;
}

@media (min-width: 768px) {
  .banner {
    height: 111px;
  }
  .banner-toggle {
    display: none;
  }
  .banner-brand {
    padding: 21px 0;
    border-left: 0;
  }
  .banner-brand img {
    width: 154px;
  }
  
  .banner-booknow {
    position: relative;
    width: 126px;
    height: 111px;
    margin-right: 0;
  }
  .booknow-menu {
    display: none;
    top: 100%;
    left: auto;
    right: 0;
    width: 350px;
    height: auto;
    overflow-y: visible;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }
  .booknow-menu.res-open {
    display: block;
  }
  .booknow-menu.res-collapsing {
    display: block;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
  }
  .banner-booknow-btn {
    height: 85px;
    font-size: 14px;
    border-radius: 0 0 4px 4px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: height, border-radius;
    -o-transition-property: height, border-radius;
    transition-property: height, border-radius;
  }
  .banner-booknow-btn:before {
    vertical-align: baseline;
    height: 55px;
  }
  .banner-booknow-btn.active {
    height: 100%;
    border-radius: 0;
  }
  
  .banner-nav {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 46px;
    padding-left: 178px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-item {
  	position: relative;
    float: left;
  }
  .nav-item > a {
    position: relative;
    display: inline-block;
    padding: 9px 0;
    margin: 0 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 0;
  }
  .nav-item > a:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d14527;
    opacity: 0;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: bottom, opacity;
    -o-transition-property: bottom, opacity;
    transition-property: bottom, opacity;
  }
  .nav-item > a.active:after,
  .nav-item > a:hover:after,
  .nav-item > a:focus:after {
    bottom: 0;
    opacity: 1;
  }
  .sub-nav {
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 1000;
    float: left;
    padding: 0;
    margin: 0;
    background-color: #c0af7d;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }
  #subnav-hotels.sub-nav {
    position: fixed;
    top: 111px;
    left: 0;
    width: 100%;
  }
  .sub-nav.nav-collapse {
    display: none;
  }
  .sub-nav.nav-open {
    display: block;
  }
  .sub-nav.nav-collapsing {
    display: block;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
  }
  .sub-nav-container {
    min-width: 160px;
    padding: 20px;
    margin: 0 auto;
  }
  #subnav-hotels .sub-nav-container {
    width: 762px;
  }
  .sub-nav-header {
    padding: 0;
    font-size: 12px;
  	color: #000;
  	background-color: transparent;
  }
  .sub-nav-item > a {
    display: inline;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    text-overflow: inherit;
    overflow: visible;
    white-space: normal;
    color: #000;
    border-bottom: 0;
  }
  .sub-nav-item > a:hover,
  .sub-nav-item > a:focus {
  	font-weight: 600;
  	text-decoration: none;
  	color: #d14527;
  }
  
  .csstransforms3d.csstransitions .banner-nav {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0 ease;
    transition: all 0 ease;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
  
  .banner-spacer {
    height: 111px;
  }
}
@media (min-width: 1025px) {
  .banner-booknow {
    right: 13px;
    width: 146px;
  }
  .banner-booknow-btn {
    font-size: 15px;
  }
  .banner-nav {
    padding-left: 204px;
  }
  .nav-item > a {
    padding: 9px 0;
    margin: 0 20px;
    font-size: 15px;
  }
  .sub-nav {
  	left: 10px;
  }
  #subnav-hotels.sub-nav {
  	left: 0;
  }
  #subnav-hotels .sub-nav-container {
    width: 990px;
  }
  .sub-nav-item > a {
    font-size: 15px;
  }
}


/*! hero */
.hero {
  position: relative;
  max-height: 700px;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #fff;
}
.hero-slider {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero-slider img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-overlay:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  margin-left: -5px;
  visibility: hidden;
}
.hero-overlay-inner {
  display: inline-block;
}
.hero-overlay-lead,
.hero-overlay-sub {
  padding: 0 8px;
  color: #fff;
  text-shadow: 1px 1px 10px #000;
}
.hero-overlay-lead {
  margin-bottom: 4px;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}
.hero-overlay-sub {
  font-size: 14px;
  text-transform: uppercase;
}
.hero-overlay-sub p {
  display: inline;
  margin: 0;
}

@media (min-width: 768px) {
  .hero-overlay {
    position: absolute;
    left: 50%;
    width: 742px;
    margin-left: -371px;
  }
  .hero-overlay-lead,
  .hero-overlay-sub {
    padding: 0;
  }
  .hero-overlay-lead {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .hero-overlay-sub {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .hero-overlay {
    width: 970px;
    margin-left: -485px;
  }
  .hero-overlay-lead {
    font-size: 50px;
  }
  .hero-overlay-sub {
    font-size: 24px;
  }
}


/*! bx slider */
.bx-wrapper {
  position: relative;
  z-index: 0;
  padding: 0;
  margin: 0 auto 50px;
  *zoom: 1;
}
.hero .bx-wrapper {
  margin-bottom: 0;
  overflow: hidden;
}
.bx-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  background-color: #fff;
}
.bx-wrapper .bx-pager {
  position: absolute;
  z-index: 51;
  bottom: -30px;
  width: 100%;
}
.hero .bx-wrapper .bx-pager {
  bottom: 4px;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-family: arial, sans-serif;
  font-size: .85em;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  text-indent: -9999px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 5px;
  outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #555;
  border-color: #555;
}
.bx-wrapper .bx-controls-direction a {
  display: none;
}

@media (min-width: 768px) {
  .hero .bx-wrapper .bx-pager {
    bottom: 20px;
  }
  .bx-wrapper .bx-controls-direction a {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 53;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background-image: url(../img/sliderControls.png);
    background-repeat: no-repeat;
    outline: 0;
  }
  .bx-wrapper .bx-prev {
    left: 10px;
    background-position: 0 -32px;
  }
  .bx-wrapper .bx-prev:hover,
  .bx-wrapper .bx-prev:focus {
    background-position: 0 0;
  }
  .bx-wrapper .bx-next {
    right: 10px;
    background-position: -43px -32px;
  }
  .bx-wrapper .bx-next:hover,
  .bx-wrapper .bx-next:focus {
    background-position: -43px 0;
  }
}


/*! map */
.map {
  height: 700px;
  overflow: hidden;
  background-color: #eee;
}
.map-infowindow-inner {
  width: 180px;
}
.map-infowindow-inner img {
  width: 100%;
  height: auto;
  margin-top: 4px;
  margin-bottom: 8px;
  vertical-align: middle;
}
.map-infowindow-inner a {
  font-size: 16px;
  text-decoration: underline;
  color: #000;
}


/*! banner-secondary */
.banner-secondary {
  padding: 10px 0;
  background-color: #17383e;
}
.banner-secondary.affix {
  position: fixed;
  top: 48px;
  left: 0;
  z-index: 2;
  width: 100%;
}
.banner-secondary h3 {
  margin-top: -8px;
  margin-bottom: -4px;
  color: #fff;
}
.form-interest label {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  vertical-align: middle;
  color: #fff;
}
.form-interest .form-group,
.form-interest .form-control {
  display: block;
  width: 100%;
}
.form-interest .btn {
  float: right;
}
.banner-secondary-title {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
}
.banner-secondary-nav {
  padding-left: 0;
  margin-top: 6px;
  margin-left: -18px;
  list-style: none;
}
.banner-secondary-nav > li {
  display: inline-block;
  padding-right: 18px;
  padding-left: 18px;
}
.banner-secondary-nav > li > a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.banner-secondary-nav > li > a:hover,
.banner-secondary-nav > li > a:focus {
  color: #fff;
}
.banner-secondary-sub {
  position: relative;
  padding: 10px 0;
  margin-top: 8px;
  margin-bottom: -10px;
  background-color: #2c2d2d;
}
.banner-secondary-tags {
  padding-left: 0;
  margin: 0 170px 0 0;
  list-style: none;
  color: #fff;
}
.banner-secondary-tags > li {
  margin-bottom: 4px;
}
.banner-secondary-tags > li > a {
  text-decoration: underline;
  color: #fff;
}
.banner-secondary-tags > li > a:hover,
.banner-secondary-tags > li > a:focus {
  color: #fff;
}
.banner-secondary-toggle {
  position: absolute;
  top: 0;
  right: 13px;
  color: #fff;
}
.banner-secondary-toggle:hover,
.banner-secondary-toggle:focus {
  text-decoration: none;
  color: #fff;
}
.banner-secondary-toggle > i {
  margin-top: 5px;
  margin-left: 8px;
}
.banner-secondary-flyout {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0 8px;
  margin-top: 10px;
  color: #222;
  background-color: #f7f7f7;
}
.banner-secondary-flyout.pf-collapse {
	display: none;
}
.banner-secondary-flyout.pf-in {
	display: block;
}
.banner-secondary-flyout.pf-collapsing {
	display: block;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
}
.banner-secondary-flyout > .row {
	margin-top: 13px;
	margin-bottom: 13px;
}
.banner-secondary-flyout hr {
	margin: 13px 13px 13px 0;
	border-top-color: #d7d7d7;
}
.banner-secondary-flyout dt {
	font-weight: 400;
}
.banner-secondary-flyout dd {
	margin-bottom: 20px;
	font-size: 18px;
}
.banner-secondary-flyout .btn-flyout {
	float: right;
	margin-right: 13px;
}
.banner-secondary-flyout-links {
	list-style: none;
	padding: 0;
	margin: 0 226px 0 0;
}
.banner-secondary-flyout-links > li {
	margin-bottom: 8px;
}
.banner-secondary-flyout-links > li > a {
	display: inline-block;
	padding-left: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #222;
}
.banner-secondary-flyout-links > li > a:hover,
.banner-secondary-flyout-links > li > a:focus {
	text-decoration: none;
	color: #b54e28;
}
.banner-secondary-flyout-map {
	display: none;
}
.banner-secondary-flyout-pod {
	
}
.banner-secondary-flyout-pod > .pod-thumbnail {
	margin-bottom: 8px;
}
.banner-secondary-flyout-pod .pod-inner h5 {
	margin-top: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.banner-secondary-flyout-pod .pod-inner a {
	text-decoration: underline;
	color: #222;
}
.banner-secondary-flyout-pod .pod-inner a:hover,
.banner-secondary-flyout-pod .pod-inner a:focus {
	color: #b54e28;
}
.banner-secondary-spacer {
  display: none;
}
.banner-secondary.affix + .banner-secondary-spacer {
  display: block;
}

@media (min-width: 768px) {
  .banner-secondary {
    padding-top: 14px;
  }
  .banner-secondary.affix {
    top: 111px;
  }
  .form-interest label {
    margin-right: 24px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 34px;
  }
  .form-interest .form-group {
    display: inline-block;
    width: auto;
  }
  .form-interest .form-control {
    display: inline-block;
    width: 278px;
    padding: 4px 12px;
    font-size: 16px;
  }
  .banner-secondary-title {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 22px;
  }
  .banner-secondary-tags {
    margin-left: -16px;
  }
  .banner-secondary-tags > li {
    display: inline-block;
    padding-right: 16px;
    padding-left: 16px;
  }
  .banner-secondary-flyout {
    padding-right: 13px;
    padding-left: 13px;
  }
  .banner-secondary-flyout-map {
	display: block;
	height: 230px;
  }
  .banner-secondary-flyout-pod > .pod-thumbnail {
	float: left;
	width: 146px;
	height: auto;
  }
  .banner-secondary-flyout-pod .pod-inner {
  	margin-left: 160px;
  }
}
@media (min-width: 1025px) {
  .banner-secondary.affix {
    top: 111px;
  }
  .form-interest label {
    font-size: 18px;
    line-height: 40px;
  }
  .form-interest .form-control {
    width: 480px;
    height: 40px;
    font-size: 16px;
  }
  .banner-secondary-title {
    font-size: 24px;
  }
  .banner-secondary-flyout-map {
	height: 306px;
  }
}


/*! promo tiles */
.tiles {
  padding: 30px 0;
  background-color: #fff;
}
.tiles h1 {
  margin: 0 0 14px;
  font-size: 24px;
}
.tiles p {
  margin-bottom: 40px;
}
.tiles p + p {
  margin-top: -30px;
}
.pod-tile {
  position: relative;
  color: #fff;
}
.pod-tile-thumbnail {
  position: relative;
  height: 216px;
  overflow: hidden;
}
.pod-tile-thumbnail img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pod-tile-caption {
  position: relative;
  height: 60px;
  overflow: hidden;
  background-color: #2c2d2d;
}
.pod-tile-caption > .caption-text {
  position: absolute;
  top: 15px;
  left: 20px;
  height: 47px;
  overflow-y: hidden;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
}
.pod-tile-caption > .caption-link {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 12px;
  color: #fff;
}
.pod-tile-caption > .caption-link:hover,
.pod-tile-caption > .caption-link:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .tiles {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tiles h1 {
    margin: 0;
    font-size: 30px;
  }
  .pod-tile {
    display: block;
    margin-bottom: 20px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .pod-tile-thumbnail {
    height: 144px;
  }
  .pod-tile-large .pod-tile-thumbnail {
    height: 456px;
  }
  .pod-tile-caption {
    height: 72px;
  }
  .pod-tile-caption > .caption-text {
    font-size: 20px;
  }
  .pod-tile-caption > .caption-link {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .tiles {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tiles h1 {
    font-size: 36px;
  }
  .tiles p {
    margin-bottom: 60px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
  .tiles p + p {
    margin-top: -50px;
  }
  .pod-tile-medium .pod-tile-thumbnail {
    height: 220px;
  }
  .pod-tile-large .pod-tile-thumbnail {
    height: 456px;
  }
  .pod-tile-large .pod-tile-thumbnail img {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}


/*! destinations */
.destinations {
  padding: 70px 0 100px;
  background-color: #fff;
}
.destinations h1 {
  margin: 0 0 30px;
}
.destinations-header {
  padding-bottom: 16px;
  margin: 0 0 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}
.destinations-list {
  padding-lefT: 20px;
  margin-bottom: 50px;
}
.destinations-list > li {
  margin-bottom: 6px;
}
.destinations-list > li > a {
  text-decoration: underline;
  color: #000;
}
.destinations-list > li > a:hover,
.destinations-list > li > a:focus {
  font-weight: 600;
  text-decoration: none;
  color: #d14527;
}


/*! main */
.main {
  padding: 30px 0;
  background-color: #fff;
}
.main-wcarousel {
  padding-top: 0;
}
.main p {
  margin-top: -10px;
  margin-bottom: 20px;
}
.main p.lead {
  margin-top: 10px;
}
.main-logo {
  margin-top: -30px;
  margin-bottom: 30px;
}
.main-quicklinks-header {
  font-weight: 800;
  text-transform: uppercase;
}
.main-quicklinks-header p {
  display: inline;
  margin-bottom: 0;
}
.main-quicklinks-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-quicklinks-list > li {
  display: block;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.main-quicklinks-list > li + li {
  margin-top: -1px;
}
.main-quicklinks-list > li > a {
  position: relative;
  display: block;
  padding: 12px 22px 12px 12px;
  color: #000;
  background-color: #fff;
}
.main-quicklinks-list > li > a:hover,
.main-quicklinks-list > li > a:focus {
  text-decoration: none;
  background: #f4f4f4;
  background: -webkit-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background: linear-gradient(top, #fff 0%, #f4f4f4 100%);
}
.main-quicklinks-list > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 5px;
  height: 8px;
  margin-top: -4px;
  background-image: url('../img/sc-icons-angle-right-grey.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.main-quicklinks-list + .main-quicklinks-header {
  margin-top: 40px;
}
.main-amenities > h1,
.main-amenities > h2,
.main-amenities > h3,
.main-amenities > h4,
.main-amenities > h5,
.main-amenities > h6 {
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.main-amenities ul {
  padding-left: 20px;
}
.main-amenities ul> li {
  margin-bottom: 6px;
}
.main-memberlevel {
  text-align: center;
}
.main-memberlevel-header {
  padding: 12px;
  margin-top: 50px;
  font-weight: 800;
  background-color: #ddd;
}
.main-memberlevel-list {
  list-style: none;
  padding-left: 0;
}
.main-memberlevel-list > li {
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
}
.main-memberlevel-list > li + li {
  border-top: 1px solid #eee;
}
.main-memberlevel-list-header {
  font-size: 10px;
  color: #777;
}
.pod-imagetext {
  padding-top: 26px;
  padding-bottom: 26px;
}
.pod-imagetext h3 {
  margin-top: 30px;
}
.pod-imagetext-action {
  margin-top: 40px;
}
.pod-imagetext-action > a {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  color: #d14527;
}

@media (min-width: 768px) {
  .main {
    padding: 60px 0;
  }
  .main-amenities-header {
    margin-top: -10px;
  }
}


/*! image tiles */
.imagetiles {
  padding: 30px 0 0;
  background-color: #fff;
}
.imagetiles h3 {
  font-size: 18px;
  text-transform: uppercase;
}
.imagetiles p {
  margin-top: -10px;
  margin-bottom: 20px;
}
.pod-imagetile {
  position: relative;
  height: 160px;
  overflow: hidden;
}
.pod-imagetile > img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .imagetiles {
    padding: 50px 0;
  }
  .imagetiles h3 {
    font-size: 24px;
  }
  .pod-imagetile {
    position: static;
    height: auto;
    margin-bottom: 26px;
    overflow: visible;
  }
  .pod-imagetile-push {
    margin-top: 100px;
  }
  .pod-imagetile > img {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@media (min-width: 1025px) {
  .imagetiles {
    padding: 110px 0;
  }
}


/*! promo banner */
.promo {
  color: #fff;
  background-color: #17383f;
}
.promo-inner {
  padding: 50px 0;
  background-size: cover;
}
.promo h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
}
.promo h1.small {
  font-size: 24px;
}
.promo h1 + .btn {
  margin-top: 30px;
}
.promo p {
  margin-bottom: 30px;
}
.promo p + p {
  margin-top: -20px;
}
.promo p + .btn {
  margin-top: 30px;
}
.promo-reveal {
  position: fixed;
  bottom: 26px;
  left: 0;
  z-index: -1;
  width: 100%;
}
.promo-reveal + .promo-spacer {
  background: transparent;
}

@media (min-width: 768px) {
  .promo-inner {
    padding: 90px 0;
  }
  .promo h1 {
    margin: 0;
  }
  .promo p {
    margin: 0;
  }
  .promo p + p {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .promo-inner {
    padding: 130px 0;
  }
  .promo h1 {
    font-size: 36px;
  }
}


/*! social feed */
.feed {
  padding: 30px 0 10px;
  background-color: #fff;
}
.pod-social {
  position: relative;
  margin-bottom: 20px;
  color: #fff;
}
.pod-social a {
  color: #fff;
}
.pod-social a:hover,
.pod-social a:focus {
  color: #fff;
}
.pod-social-network {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
}
.pod-social-network .icn-twitter {
  margin-top: 10px;
  margin-left: 10px;
}
.pod-social-network .icn-pinterest {
  margin-top: 10px;
  margin-left: 10px;
}
.pod-social-network .icn-facebook {
  margin-top: 10px;
  margin-left: 14px;
}
.pod-social-network .icn-instagram {
  margin-top: 10px;
  margin-left: 10px;
}
.pod-social-caption {
  padding: 46px 14px 20px;
}
.pod-social-thumbnail + .pod-social-caption {
  padding-top: 14px;
}
.pod-social-footer {
  list-style: none;
  padding: 12px 14px 0;
  margin: 28px -14px 0;
  font-size: 10px;
  line-height: 1.2;
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255,255,255,.16);
}
.pod-social-footer > li {
  display: inline;
}
.pod-social-footer > li + li:before {
  content: "|";
  padding: 0 4px;
  color: #fff;
}
.pod-social.pod-facebook,
.pod-social.pod-facebook .pod-social-network {
  background-color: #19383e;
}
.pod-social.pod-twitter,
.pod-social.pod-twitter .pod-social-network {
  background-color: #766a45;
}
.pod-social.pod-pinterest,
.pod-social.pod-pinterest .pod-social-network {
  background-color: #b44035;
}
.pod-social.pod-instagram,
.pod-social.pod-instagram .pod-social-network {
  background-color: #372e2f;
}

@media (min-width: 768px) {
  .feed {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  .feed {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pod-social-caption {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pod-social-thumbnail + .pod-social-caption {
    padding-top: 22px;
  }
  .pod-social-footer {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 40px;
    margin-right: -20px;
    margin-left: -20px;
    font-size: 12px;
  }
}


/*! form */
.form {
  padding-top: 40px;
  padding-bottom: 200px;
  background-color: #fff;
}
.form-logo {
	text-align: center;
}
.form-legend {
	margin-top: 40px;
	margin-bottom: 50px;
}
.form-fieldset {
	width: 100%;
	padding-right: 38px;
	padding-left: 38px;
	margin: 0 auto;
}
.form-fieldset-section {
	margin-bottom: 50px;
}
.form-fieldset-section .row {
	margin-right: -38px;
	margin-left: -38px;
}
.form-fieldset-section .col-xs-1,
.form-fieldset-section .col-sm-1,
.form-fieldset-section .col-md-1,
.form-fieldset-section .col-lg-1,
.form-fieldset-section .col-xs-2,
.form-fieldset-section .col-sm-2,
.form-fieldset-section .col-md-2,
.form-fieldset-section .col-lg-2,
.form-fieldset-section .col-xs-3,
.form-fieldset-section .col-sm-3,
.form-fieldset-section .col-md-3,
.form-fieldset-section .col-lg-3,
.form-fieldset-section .col-xs-4,
.form-fieldset-section .col-sm-4,
.form-fieldset-section .col-md-4,
.form-fieldset-section .col-lg-4,
.form-fieldset-section .col-xs-5,
.form-fieldset-section .col-sm-5,
.form-fieldset-section .col-md-5,
.form-fieldset-section .col-lg-5,
.form-fieldset-section .col-xs-6,
.form-fieldset-section .col-sm-6,
.form-fieldset-section .col-md-6,
.form-fieldset-section .col-lg-6,
.form-fieldset-section .col-xs-7,
.form-fieldset-section .col-sm-7,
.form-fieldset-section .col-md-7,
.form-fieldset-section .col-lg-7,
.form-fieldset-section .col-xs-8,
.form-fieldset-section .col-sm-8,
.form-fieldset-section .col-md-8,
.form-fieldset-section .col-lg-8,
.form-fieldset-section .col-xs-9,
.form-fieldset-section .col-sm-9,
.form-fieldset-section .col-md-9,
.form-fieldset-section .col-lg-9,
.form-fieldset-section .col-xs-10,
.form-fieldset-section .col-sm-10,
.form-fieldset-section .col-md-10,
.form-fieldset-section .col-lg-10,
.form-fieldset-section .col-xs-11,
.form-fieldset-section .col-sm-11,
.form-fieldset-section .col-md-11,
.form-fieldset-section .col-lg-11,
.form-fieldset-section .col-xs-12,
.form-fieldset-section .col-sm-12,
.form-fieldset-section .col-md-12,
.form-fieldset-section .col-lg-12 {
	padding-right: 38px;
	padding-left: 38px;
}
.form-fieldset-section .col-rp-16 {
  padding-right: 16px;
}
.form-fieldset-section .col-lp-16 {
  padding-left: 16px;
}
.form-fieldset-section h5 {
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #666;
}
.form-actions {
	margin-top: 60px;
	padding-top: 30px;
	text-align: right;
	border-top: 1px solid #ccc;
}
.form-actions .btn {
	vertical-align: top;
}
.form-required {
	position: relative;
	padding-left: 14px;
}
.form-required:before {
	content: "*";
	position: absolute;
	top: 0;
	left: 0;
	color: orange;
}

@media (min-width: 768px) {
  .form-fieldset {
	width: 692px;
  }
}


/*! reservations */
.reservation-widget {
  position: relative;
  z-index: 1;
  background-color: #cbcbcb;
  -webkit-box-shadow: 0 4px 4px -1px rgba(0,0,0,.25);
  -moz-box-shadow: 0 4px 4px -1px rgba(0,0,0,.25);
  box-shadow: 0 4px 4px -1px rgba(0,0,0,.25);
}
.reservation-widget.affix {
  position: fixed;
  top: 111px;
  left: 0;
  z-index: 9;
  width: 100%;
}
.reservation-widget-spacer {
  display: none;
}
.reservation-widget.affix + .reservation-widget-spacer {
  display: block;
}
.reservation-widget-steps {
  background-color: #ebebeb;
}
.reservation-widget-steps-list {
  padding: 0;
  margin: 0 -8px;
  list-style: none;
}
.reservation-widget-step {
  display: block;
  float: left;
  width: 15%;
}
.reservation-widget-step.active {
  width: 55%;
}
.reservation-widget-step + .reservation-widget-step {
  border-left: 1px solid #bbb;
}
.reservation-widget-step > a {
  display: block;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reservation-widget-step > a:hover,
.reservation-widget-step > a:focus {
  text-decoration: none;
}
.reservation-widget-step.inactive > a {
  color: #bbb;
}
.reservation-widget-step.active > a {
  text-align: left;
  color: #d24527;
}
.reservation-widget-step > a .step-title {
  display: none;
}
.reservation-widget-step.active > a .step-title {
  display: inline;
}
.reservation-widget-toggle {
  padding-top: 14px;
  padding-bottom: 14px;
}
.reservation-widget-toggle .toggle {
  position: relative;
  float: right;
  padding: 6px 7px 3px 4px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.reservation-widget-toggle .toggle-list {
  list-style: none;
  padding: 0;
  margin-right: 75px;
  margin-bottom: 0;
  margin-left: -10px;
}
.reservation-widget-toggle .toggle-list > li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
}
.reservation-widget-toggle .toggle-link,
.reservation-widget-toggle .toggle-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1px;
  text-decoration: underline;
  color: #000;
}
.reservation-widget-toggle .toggle-title {
  text-decoration: none;
}
.reservation-widget-toggle .toggle-summary {
  padding-top: 10px;
}
.reservation-widget-toggle .toggle-summary dl {
  margin-bottom: 0;
}
.reservation-widget-toggle .toggle-summary dl > dt {
  float: left;
  clear: left;
  width: 50%;
  padding-right: 6px;
  text-align: right;
  text-transform: uppercase;
}
.reservation-widget-toggle .toggle-summary dl > dd {
  padding-left: 6px;
  margin-left: 50%;
}
.reservation-widget-form {
  padding-top: 14px;
  padding-bottom: 14px;
}
.reservation-widget-actions {
  text-align: center;
}
.reservation-widget-actions .btn {
  margin-bottom: 14px;
}
.reservation-widget-actions a {
  margin-bottom: 14px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  white-space: nowrap;
  color: #333;
}
.reservation-results {
  padding-top: 30px;
  padding-bottom: 200px;
  background-color: #fff;
}
.reservation-results-tabs {
  list-style: none;
  padding-top: 14px;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: -8px;
  margin-left: -8px;
  margin-bottom: 0;
  background-color: #ebebeb;
  border-bottom: 1px solid #cbcbcb;
}
.reservation-results-tabs > li {
  position: relative;
  display: block;
  float: left;
  margin-bottom: -1px;
}
.reservation-results-tabs > li > a {
  display: block;
  padding: 8px 10px;
  margin-right: 4px;
  margin-left: 4px;
  color: #000;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.reservation-results-tabs > li > a:hover,
.reservation-results-tabs > li > a:focus {
  
}
.reservation-results-tabs > li.active > a,
.reservation-results-tabs > li.active > a:hover,
.reservation-results-tabs > li.active > a:focus {
  font-weight: 600;
  background-color: #fff;
  -webkit-box-shadow: 1px -2px 4px -1px rgba(0,0,0,.25);
  -moz-box-shadow: 1px -2px 4px -1px rgba(0,0,0,.25);
  box-shadow: 1px -2px 4px -1px rgba(0,0,0,.25);
}
.reservation-results-tab-content {
  padding-top: 26px;
}
.reservation-results-tab-content > .tab-pane {
  display: none;
}
.reservation-results-tab-content > .tab-pane.active {
  display: block;
}
.reservation-result,
.reservation-addons,
.reservation-enhance {
  padding-bottom: 26px;
}
.reservation-result + .reservation-result,
.reservation-addons + .reservation-addons,
.reservation-enhance + .reservation-enhance {
  padding-top: 50px;
  border-top: 1px solid #cbcbcb;
}
.reservation-result-thumbnail {
  position: relative;
  height: 120px;
  margin-right: -8px;
  margin-left: -8px;
  overflow: hidden;
}
.reservation-result-thumbnail > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reservation-result-viewphotos {
  position: absolute;
  right: 18px;
  bottom: 10px;
}
.reservation-result-viewphotos > span {
  display: none;
}
.reservation-result-title,
.reservation-enhance-title {
  margin-top: 10px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.reservation-result-amenitiy-toggle {
  display: inline;
  font-weight: 600;
  color: #000;
}
.reservation-result-amenities {
  margin-top: 8px;
}
.reservation-result-amenities ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.reservation-result-amenities ul > li {
  position: relative;
  display: block;
  padding: 0 14px 0 10px;
}
.reservation-result-amenities ul > li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.reservation-result-bestrate {
  padding: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ebebeb;
}
.reservation-result-bestrate .from {
  font-style: italic;
  line-height: 1.1;
}
.reservation-result-bestrate .rate {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}
.reservation-result-bestrate .rate > .mute {
  font-size: 14px;
  font-weight: 400;
  vertical-align: baseline;
}
.reservation-result-bestrate .icon {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  color: #d9aa40;
}
.reservation-result-rates-toggle {
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #d24527;
}
.reservations-result-rates {
  padding-top: 20px;
  padding-left: 10px;
}
.reservation-result-rate {
  padding-bottom: 14px;
}
.reservation-result-rate + .reservation-result-rate {
  padding-top: 20px;
  border-top: 1px solid #cbcbcb;
}
.reservation-result-rate-description {
  float: left;
  width: 40%;
  clear: left;
}
.reservation-result-rate-description .title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
}
.reservation-result-rate-description .description {
  font-weight: 400;
}
.reservation-result-rate-actions {
  padding-left: 10px;
  margin-left: 40%;
  text-align: center;
}
.reservation-result-rate-actions .rate {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
}
.reservation-result-rate-actions .rate > .mute {
  font-size: 14px;
  font-weight: 400;
  vertical-align: baseline;
}
.reservation-results h4,
.reservation-results h5 {
  text-transform: uppercase;
}
.reservation-results-dl {
  margin-bottom: 0;
}
.reservation-results-dl dt {
  float: left;
  width: 50%;
  padding-right: 8px;
  text-align: right;
  text-transform: uppercase;
}
.reservation-results-dl dt.clearfix {
  float: none;
  width: 100%;
  padding-right: 0;
}
.reservation-results-dl dd {
  float: left;
  width: 50%;
  padding-left: 8px;
}
.reservation-results-a-strong {
  text-decoration: underline;
  text-transform: uppercase;
  color: #d24527;
}
.reservation-results-actions {
  padding-top: 30px;
  text-align: right;
  vertical-align: top;
}
.reservation-results-actions .btn {
  vertical-align: top;
}
.reservation-widget-subtotal {
  position: relative;
  top: 14px;
  padding: 8px;
  background-color: #ebebeb;
}
.reservation-widget-subtotal-signin {
  float: left;
  padding-left: 20px;
}
.reservation-widget-subtotal-edit {
  float: right;
  padding-right: 20px;
}
.reservation-widget-subtotal-signin,
.reservation-widget-subtotal-edit {
  line-height: 25px;
  font-size: 16px;
}
.reservation-widget-subtotal-signin a,
.reservation-widget-subtotal-edit a {
  text-decoration: underline;
  text-transform: uppercase;
  color: #d24527;
}
.reservation-widget-subtotal .reservation-results-dl {
  font-size: 18px;
  font-weight: 600;
}
.reservation-enhance-title {
  margin-top: 0;
}
.reservation-addons-list {
  list-style: none;
  padding-left: 0;
}
.reservation-addons-list > li {
  display: block;
}
.reservation-enhance-thumbnail {
  position: relative;
  height: 144px;
  overflow: hidden;
}
.reservation-enhance-thumbnail > img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.reservation-enhance-cost {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.reservation-enhance-add {
  text-align: center;
}
.reservation-enhance-add > .btn-link {
  color: #d24527;
  border-bottom-color: #d24527;
}

@media (min-width: 768px) {
  .reservation-widget-steps {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .reservation-widget-steps-list {
    margin: 0;
    text-align: center;
  }
  .reservation-widget-step {
    position: relative;
    display: inline-block;
    float: none;
    width: auto;
    padding-right: 23px;
    padding-left: 23px;
    margin: 0 -3px;
    
    background-image: url('../img/res-steps-complete.png');
    background-repeat: no-repeat;
    background-position: center top;
  }
  .reservation-widget-step + .reservation-widget-step {
    border-left: 0;
  }
  .reservation-widget-step.inactive {
    background-image: url('../img/res-steps-inactive.png');
  }
  .reservation-widget-step.active {
    width: auto;
    background-image: url('../img/res-steps-active.png');
  }
  .reservation-widget-step.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 40px;
    margin-left: 19px;
    background-image: url('../img/res-steps-crossfade.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  .reservation-widget-step.left {
    padding-left: 0;
    background-position: left top;
  }
  .reservation-widget-step.left.active:before {
    left: 0;
    width: 100%;
    margin-left: 38px;
  }
  .reservation-widget-step.right {
    padding-right: 0;
    background-position: right top;
  }
  .reservation-widget-step.right.active:before {
  	display: none;
  }
  .reservation-widget-step > a {
    padding: 50px 0 0 0;
    text-decoration: underline;
  }
  .reservation-widget-step.inactive > a,
  .reservation-widget-step.active > a {
    text-decoration: none;
  }
  .reservation-widget-step > a .step-title {
    display: inline;
  }
  .reservation-widget-toggle .toggle-link,
  .reservation-widget-toggle .toggle-title {
    font-size: 26px;
  }
  .reservation-results-tabs {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .reservation-results-tabs > li > a {
    padding: 10px 24px;
  }
  .reservation-results-tab-content {
    padding-top: 60px;
  }
  .reservation-result-thumbnail,
  .reservation-enhance-thumbnail {
    height: 223px;
    margin-right: 0;
    margin-left: 0;
  }
  .reservation-result-thumbnail > img {
    top: 0;
    left: 50%;
    width: auto;
    max-width: none;
    max-height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .reservation-result-viewphotos {
    position: static;
    display: inline-block;
    margin-top: 4px;
    color: #000;
    text-decoration: none;
  }
  .reservation-result-viewphotos > span {
    display: inline-block;
    margin-left: 3px;
    border-bottom: 1px solid #ccc;
  }
  .reservation-result-rate-description {
    width: 297px;
  }
  .reservation-result-amenities ul > li {
    float: left;
    min-width: 50%;
  }
  .reservation-result-bestrate {
    padding: 18px 26px;
    margin-bottom: 14px;
    text-align: left;
  }
  .reservation-result-bestrate .from {
    font-weight: 600;
    font-style: italic;
  }
  .reservation-result-bestrate .rate {
    font-size: 24px;
    font-weight: 600;
  }
  .reservation-result-bestrate .rate > .mute {
    font-size: 14px;
    font-weight: 400;
    vertical-align: baseline;
  }
  .reservation-result-bestrate .icon {
    text-align: center;
  }
  .reservation-result-rates-toggle {
    text-align: center;
    white-space: nowrap;
  }
  .reservation-result-rate-actions {
    margin-left: 324px;
  }
  .reservation-widget-subtotal {
    padding: 13px;
    margin-top: 13px;
  }
  .reservation-widget-subtotal-signin,
  .reservation-widget-subtotal-edit {
    padding-right: 0;
    padding-left: 0;
  }
  .reservation-addons-list > li {
    float: left;
    width: 50%;
    padding-right: 14px;
  }
  .reservation-enhance-title {
  	margin-top: 80px;
  }
  .reservation-enhance-qty {
  	margin-top: 76px;
  }
  .reservation-enhance-cost {
  	margin-top: 96px;
  	font-size: 18px;
  	line-height: 34px;
  }
  .reservation-enhance-add {
  	margin-top: 90px;
  }
}
@media (min-width: 1025px) {
  .reservation-result-amenitiy-list > li {
    float: left;
    min-width: 50%;
  }
  .reservation-result-rate-description {
    width: 472px;
  }
  .reservation-result-rate-actions {
    margin-left: 499px;
  }
}


/*! experiences */
.experiences {
  padding: 0 0 60px;
  background-color: #fff;
}
.experiences-actions {
  text-align: center;
}
.experiences-actions .btn {
  margin-top: 30px;
}
.pod-experience {
  position: relative;
}
.pod-experience-image > img {
  width: 100%;
  height: auto;
}
.pod-experience-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pod-experience-title {
  margin-top: 0;
  margin-bottom: 6px;
}
.pod-experience-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  color: #333;
}
.pod-experience-caption {
  padding-top: 26px;
}
.pod-experience-link {
  padding-top: 13px;
}
.pod-experience-link a {
  text-decoration: underline;
  color: #2c2d2d;
}

@media (min-width: 768px) {
  .experiences {
    padding-bottom: 60px;
  }
  .pod-experience-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 48%;
    overflow: hidden;
  }
  .pod-experience-alt .pod-experience-image {
    right: 48%;
    left: 0;
  }
  .pod-experience-image > img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .pod-experience-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


/*! member statement */
.statement {
  padding: 60px 0;
}
.statement-header,
.statement-body,
.statement-well {
  padding: 16px;
  border: 1px solid #ddd;
}
.statement-well {
  overflow-x: scroll;
}
.statement-header {
  border-bottom: 0;
}
.statement-body {
  border-top: 0;
}
.statement-back { }
.statement-print {
  float: right;
}
.statement-body h1,
.statement-body h2,
.statement-body h3,
.statement-body h4,
.statement-body h5,
.statement-body h6 {
  padding: 9px 12px;
  text-transform: uppercase;
  color: #fff;
  background-color: #17383e;
  border-bottom: 1px solid #17383e;
}
.statement-body dl dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.statement-body dl dd {
  margin-left: 180px;
}


/*! footer */
.footer {
  position: relative;
  padding: 8px 0 20px;
  color: #fff;
  background-color: #362d28;
  background-image: url(../img/bkgd_footer.jpg);
  background-size: cover;
}
.footer:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  background-color: #a56b00;
  background-image: url(../img/bkgd_colorbar.jpg);
  background-size: cover;
}
.footer a {
  color: #fff;
}
.footer a:hover,
.footer a:focus {
  color: #fff;
}
.footer h3 {
  font-size: 15px;
}
.footer p {
  font-size: 12px
}
.footer-menu,
.footer-sub-menu {
  list-style: none;
  padding: 0;
  margin: 0 -8px;
}
.footer-menu-item {
  border-bottom: 1px solid #7f736c;
}
.footer-menu-item > a {
  display: block;
  padding: 14px 16px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}
.footer-menu-item > a:hover,
.footer-menu-item > a:focus {
  text-decoration: none;
}
.footer-menu-item > a > i {
  float: right;
}
.footer-sub-menu {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 14px;
}
.footer-sub-menu  a {
  display: block;
  padding: 6px 24px;
  font-family: 'Raleway', sans-serif;
  line-height: 1.1;
}
.social {
  margin-top: 30px;
  margin-bottom: 40px;
}
.social-header {
  padding-right: 18px;
  font-size: 14px;
  text-transform: uppercase;
}
.social-item > a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  background-color: #56565b;
}
.social-item > a .icn-twitter {
  margin-top: 3px;
  margin-left: 8px;
}
.social-item > a .icn-pinterest {
  margin-left: 8px;
}
.social-item > a .icn-facebook {
  margin-left: 12px;
}
.social-item > a .icn-instagram {
  margin-left: 8px;
}
.legal {
  margin-bottom: 0;
  font-size: 11px;
}
.legal > li {
  padding: 0 7px;
}
.legal > li + li:before {
  content: "| ";
  padding: 0 7px 0 0;
  margin-left: -7px;
}
.legal-sitemap {
  display: none !important;
}

@media (min-width: 768px) {
  .footer {
    padding: 38px 0 30px;
  }
  .footer h3 {
    margin-top: 0;
    margin-right: 30px;
    font-size: 18px;
  }
  .footer p {
    margin-right: 30px;
  }
  .footer-menu,
  .footer-sub-menu {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .footer-menu-item {
    border-bottom: 0;
  }
  .footer-menu-item > a {
    display: inline;
    padding: 0;
    cursor: default;
  }
  .footer-sub-nav {
    margin-top: 16px;
  }
  .footer-sub-menu > li {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .footer-sub-menu  a {
    display: inline;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.42857143;
  }
  .legal {
    font-size: 12px;
  }
  .legal-sitemap {
    display: inline-block !important;
  }
}
@media (min-width: 1025px) {
  .footer h3 {
    margin-right: 60px;
    font-size: 24px;
  }
  .footer p {
    margin-right: 60px;
    font-size: 14px;
  }
  .footer-menu-item > a {
    font-size: 16px;
  }
  .footer-sub-menu > li {
    font-size: 14px;
  }
  .social-header {
    padding-right: 30px;
    font-size: 16px;
  }
}


/*! photo modal */
.photomodal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: #000;
  background-color: rgba(0,0,0,.7);
}
.photomodal-open {
  overflow: hidden;
}
.photomodal-open .photomodal {
  overflow-x: hidden;
  overflow-y: auto;
}
.photomodal-dialog {
  position: relative;
  width: auto;
}
.photomodal-content {
  position: relative;
  background-color: #ebebeb;
  -webkit-background-clip: padding-box;
}
.photomodal-header {
  min-height: 16.43px;
  padding: 15px;
  background-color: #362e2c;
}
.photomodal-header .close {
  float: right;
  padding: 0;
  margin-top: -2px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #ebebeb;
  background: 0 0;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.photomodal-body {
  position: relative;
  padding: 15px;
}
.scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .photomodal-dialog {
    width: 600px;
    margin: 40px auto;
  }
  .photomodal-content {
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px;
    outline: 0;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.5);
    box-shadow: 0 3px 15px rgba(0,0,0,.5);
  }
}


/*! icons */
[class^="icn-"],
[class*=" icn-"] {
  display: inline-block;
  margin-top: 1px;
  *margin-right: .3em;
  vertical-align: text-top;
  background-repeat: no-repeat;
}
.icn-twitter {
  width: 18px;
  height: 15px;
  line-height: 15px;
  background-image: url('../img/sc-icons-twitter.png');
  background-position: 0 0;
}
.icn-pinterest {
  width: 18px;
  height: 17px;
  line-height: 17px;
  background-image: url('../img/sc-icons-pinterest.png');
  background-position: 0 0;
}
.icn-facebook {
  width: 9px;
  height: 17px;
  line-height: 17px;
  background-image: url('../img/sc-icons-facebook.png');
  background-position: 0 0;
}
.icn-googleplus {
  width: 17px;
  height: 17px;
  line-height: 17px;
  background-image: url('../img/sc-icons-gplus.png');
  background-position: 0 0;
}
.icn-instagram {
  width: 17px;
  height: 17px;
  line-height: 17px;
  background-image: url('../img/sc-icons-instagram.png');
  background-position: 0 0;
}
.icn-caret-up {
  width: 14px;
  height: 9px;
  margin-top: 4px;
  margin-left: 4px;
  line-height: 9px;
  background-image: url('../img/mobile_sprites/icn_caret_up.png');
  background-position: 0 0;
}
.icn-caret-down {
  width: 14px;
  height: 9px;
  margin-top: 6px;
  margin-left: 4px;
  line-height: 9px;
  background-image: url('../img/mobile_sprites/icn_caret_down.png');
  background-position: 0 0;
}
.icn-angle-up {
  width: 17px;
  height: 10px;
  line-height: 10px;
  background-image: url('../img/sc-icons-angle-up.png');
  background-position: 0 0;
}
.icn-angle-down {
  width: 17px;
  height: 10px;
  line-height: 10px;
  background-image: url('../img/sc-icons-angle-down.png');
  background-position: 0 0;
}
.icn-angle-left-darkgrey {
  width: 5px;
  height: 8px;
  line-height: 8px;
  background-image: url('../img/sc-icons-angle-left-darkgrey.png');
  background-position: 0 0;
}
.icn-magnify {
  width: 21px;
  height: 21px;
  line-height: 21px;
  background-image: url('../img/mobile_sprites/icn_magnify.png');
  background-position: 0 0;
}
.icn-award {
  width: 17px;
  height: 20px;
  line-height: 17px;
  background-image: url('../img/mobile_sprites/icn_award.png');
  background-position: 0 0;
}
.icn-calendar {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-image: url('../img/sc-icons-calendar.png');
  background-position: 0 0;
}

@media (min-width: 768px) {
  .icn-magnify {
    background-image: url('../img/desktop_sprites/icn_magnify.png');
  }
}


/*! helper classes */
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .collapse.in-xs {
    display: block;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-justify-xs {
    text-align: justify;
  }
  .text-nowrap-xs {
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .collapse.in-sm {
    display: block;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-justify-sm {
    text-align: justify;
  }
  .text-nowrap-sm {
    white-space: nowrap;
  }
}
@media (min-width: 1025px) {
  .collapse.in-md {
    display: block;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
  .text-justify-md {
    text-align: justify;
  }
  .text-nowrap-md {
    white-space: nowrap;
  }
}
.hidden {
  display: none !important;
}
.visible-xs,
.visible-sm,
.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .visible-md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 767px) {
  .sr-only-xs {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.sr-focusable:active,
.sr-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.sub-nav-container:before,
.sub-nav-container:after,
.reservation-results-tabs:before,
.reservation-results-tabs:after,
.reservation-result-amenitiy-list:before,
.reservation-result-amenitiy-list:after,
.reservation-result-rate:before,
.reservation-result-rate:after,
.photomodal-header:before,
.photomodal-header:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after,
.sub-nav-container:after,
.reservation-results-tabs:after,
.reservation-result-amenitiy-list:after,
.reservation-result-rate:after,
.photomodal-header:after {
  clear: both;
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}