@font-face {
  font-family: Brandon;
  src: url("../../gv/font/BrandonText-Regular.otf") format("opentype");
}
@font-face {
  font-family: Brandon-Bold;
  src: url("../../gv/font/BrandonText-Bold.otf") format("opentype");
}
@font-face {
  font-family: Brandon-Medium;
  src: url("../../gv/font/BrandonText-Medium.otf") format("opentype");
}
* {
  box-sizing: border-box;
}

*:focus {
  outline: 0 !important;
}

html {
  font-family: "Brandon", "sans-serif";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

.content {
  padding-top: 90px;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

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 {
  border: 0;
  padding: 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-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -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: transparent;
}

body {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;*/
  line-height: 1.42857143;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus {
  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-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

small,
.small {
  font-size: 85%;
}

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

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.no-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-gutter-left {
  padding-left: 0 !important;
}

.no-gutter-right {
  padding-right: 0 !important;
}

.content ul {
  list-style: none;
}

.content ul.sym-inline-list {
  padding-left: 15px;
  margin-bottom: 35px;
  font-size: 1.15385em;
}

.content ul.sym-inline-list li {
  list-style: disc;
  color: #482d3e;
  margin-bottom: 11px;
}

.content ul.sym-inline-list li span {
  color: #515050;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 784px) {
  .main {
    margin-bottom: 55px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.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) {
  .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%;
  }
}
@media (min-width: 992px) {
  .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%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.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;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

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

.table .table {
  background-color: #ffffff;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .content {
    padding-top: 70px;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hidden {
  display: none;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  /*
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      width: 1px;
      overflow: hidden;
  */
  padding: 0;
  position: absolute;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker-calendar,
.ui-datepicker-calendar a {
  color: #454545;
}

.ui-datepicker-calendar .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  color: #000;
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
/*
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}
*/
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  /*
      border: 1px solid #c5c5c5;
      background: #f6f6f6;
      font-weight: normal;
      color: #454545;
  */
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  /* 	color: #454545; */
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  /*
      border: 1px solid #cccccc;
      background: #ededed;
      font-weight: normal;
      color: #2b2b2b;
  */
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  /* 	color: #2b2b2b; */
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  /*
      border: 1px solid #003eff;
      background: #007fff;
      font-weight: normal;
      color: #ffffff;
  */
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  /* 	color: #ffffff; */
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  /* 	background-image: url("images/ui-icons_444444_256x240.png"); */
  background-image: url("../../gv/images/ui-icons_555555_256x240.png");
}

.ui-widget-header .ui-icon {
  /* 	background-image: url("images/ui-icons_444444_256x240.png"); */
  background-image: url("../../gv/images/ui-icons_555555_256x240.png");
}

.ui-state-default .ui-icon {
  /* 	background-image: url("images/ui-icons_777777_256x240.png"); */
  background-image: url("../../gv/images/ui-icons_555555_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  /* 	background-image: url("images/ui-icons_555555_256x240.png"); */
  background-image: url("../../gv/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
  /* 	background-image: url("images/ui-icons_ffffff_256x240.png"); */
  background-image: url("../../gv/images/ui-icons_555555_256x240.png");
}

.ui-state-highlight .ui-icon {
  /* 	background-image: url("images/ui-icons_777620_256x240.png"); */
  background-image: url("../../gv/images/ui-icons_555555_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../gv/images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  /*
      -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
         -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
              box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  */
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../../gv/images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("themes/gv/images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../gv/images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../gv/images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../../gv/images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: none;
}

.popup-inner {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  max-width: 95%;
}
.popup-inner img {
  max-width: 100%;
}

.popup-close {
  position: absolute;
  z-index: 1;
  right: -10px;
  top: -10px;
  background: url("../../gv/images/close.png") no-repeat;
  width: 23px;
  height: 22px;
  cursor: pointer;
}

.page-not-found {
  text-align: center;
  padding: 150px 0;
}

/*Exit Intent*/
#bio_ep_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 10001;
}

#bio_ep {
  display: none;
  position: fixed;
  max-width: 95%;
  left: 50%;
  top: 50%;
  transform: translateX(-50.1%) translateY(-50.1%);
  z-index: 10002;
}

#bio_ep_close {
  position: absolute;
  left: 100%;
  margin: -8px 0 0 -12px;
  background: url("images/close.png") no-repeat;
  width: 23px;
  height: 22px;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 999;
}

#bio_ep_thanks {
  z-index: 10002;
  display: none;
  position: absolute;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bio_ep_thanks h1 {
  color: #fff;
}

/************************* GDPR *************************/
#gdprBanner {
  width: 100%;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
  position: fixed;
  bottom: 0;
}

#gdprBanner .inner {
  width: 95%;
  max-width: 880px;
  margin: 0 auto;
}

#gdprBanner .inner .title {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 5px;
  color: #fff;
}

#gdprBanner .inner p {
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  color: #fff;
}

#gdprBanner .inner p a {
  color: #fff;
  font-weight: bold;
}

#gdprBanner button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 4px 10px;
  float: right;
  margin: 20px 0 0 20px;
}

#gdprBanner button:hover {
  background-color: #fff;
  color: #000;
}

.gdpr input[type=checkbox] {
  float: left;
  margin: 4px 10px 0 0;
}

/************************* POPIN BOX *************************/
#content-popin {
  position: fixed;
  max-width: 100%;
  z-index: 9999;
  bottom: 0px;
}

.left-position-popin {
  left: -38px;
}

.right-position-popin {
  right: -38px;
}

.box-content-popin {
  position: fixed;
  transition: all .75s ease-in-out;
  bottom: 0px;
}

.left-position-popin .box-content-popin {
  left: -98%;
}

.left-position-popin .box-content-popin.open {
  left: 38px;
}

#home .left-position-popin .box-content-popin {
  left: 38px;
}

.right-position-popin .box-content-popin {
  right: -98%;
}

.right-position-popin .box-content-popin.open {
  right: 38px;
}

#home .right-position-popin .box-content-popin {
  right: 38px;
}

#home .hide-left-popin .box-content-popin, .hide-left-popin .box-content-popin {
  left: -98%;
}

#home .hide-right-popin .box-content-popin, .hide-right-popin .box-content-popin {
  right: -98%;
}

.autoclose .hide-left-popin .box-content-popin {
  left: -98%;
}

.autoclose .hide-right-popin .box-content-popin {
  right: -98%;
}

/****** arrow ******/
#content-popin .box-arrow-popin {
  width: 40px;
  background-color: #fff;
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  min-height: 270px;
  max-height: 100%;
  position: fixed;
}

.box-arrow-popin .arrow {
  /*
      -webkit-mask: url(images/arrow.svg);
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      background-color: #000;
  */
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  right: 0px;
  transition: all .95s ease-in-out;
}

.box-arrow-popin .arrow svg {
  max-width: 100%;
  max-height: 100%;
}

/* position of arrow */
.left-position-popin .box-arrow-popin {
  left: 0px;
}

.right-position-popin .box-arrow-popin {
  right: 0px;
}

.right-position-popin .box-arrow-popin .arrow {
  transform: rotate(0deg);
}

#home .right-position-popin .box-arrow-popin .arrow, .right-position-popin .box-arrow-popin .arrow.open {
  transform: rotate(180deg);
}

#home .hide-left-popin .box-arrow-popin .arrow, .hide-left-popin .box-arrow-popin .arrow {
  transform: rotate(0deg);
}

#home .hide-left-popin .box-arrow-popin .arrow, .hide-left-popin .box-arrow-popin .arrow.open {
  transform: rotate(180deg);
}

#home .hide-right-popin .box-arrow-popin .arrow, .hide-right-popin .box-arrow-popin .arrow {
  transform: rotate(0deg);
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

body {
  font-family: "Brandon", "sans-serif";
  color: #474343;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fffef7;
  opacity: 0;
  transition: all 0.45s ease;
}

body.open {
  opacity: 1;
}

.wrapper {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
}

a, input, button {
  color: #482d3e;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover, a:focus, input:hover, input:focus, button:hover, button:focus {
  text-decoration: none;
}

.btn, #panel input[type="button"], #footer form#email-signup .signup-btn, .input-btn, .btn-tabs {
  padding: 10px 30px;
  display: inline-block;
  zoom: 1;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  border: 2px solid;
  font-family: "Brandon-Bold", "sans-serif";
  letter-spacing: 1px;
  background: none;
  color: #482d3e;
  border: 1px solid #bd945b;
}

.btn.gv-btn {
  border: 1px solid #f6f1e5;
  background: #f6f1e5;
}

.btn:hover, #panel input[type="button"]:hover, #footer form#email-signup .signup-btn:hover, .btn:focus, #panel input[type="button"]:focus, #footer form#email-signup .signup-btn:focus, .btn:active, #panel input[type="button"]:active, #footer form#email-signup .signup-btn:active, .input-btn:hover, .input-btn:focus, .input-btn:active, .btn-tabs:hover, .btn-tabs:focus, .btn-tabs:active {
  color: #bd945b;
  background: none;
  border: 1px solid #bd945b;
}

.btn.red-btn, #panel input.red-btn[type="button"], #footer form#email-signup .red-btn.signup-btn, .input-btn.red-btn, .btn-tabs.red-btn {
  background: #bd945b;
  color: #fff;
  border: 1px solid #bd945b;
  padding: 8px 30px 9px;
}

.btn.red-btn:hover, #panel input.red-btn[type="button"]:hover, #footer form#email-signup .red-btn.signup-btn:hover, .btn.red-btn:focus, #panel input.red-btn[type="button"]:focus, #footer form#email-signup .red-btn.signup-btn:focus, .btn.red-btn:active, #panel input.red-btn[type="button"]:active, #footer form#email-signup .red-btn.signup-btn:active, .input-btn.red-btn:hover, .input-btn.red-btn:focus, .input-btn.red-btn:active, .btn-tabs.red-btn:hover, .btn-tabs.red-btn:focus, .btn-tabs.red-btn:active {
  background: #bd945b;
  border: 1px solid #a49a93;
  color: #fff;
}

.element-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.element-content ul {
  list-style-type: disc;
  margin-left: 20px;
  font-size: initial;
}
.element-content ul ul {
  list-style-type: circle;
}
.element-content ol {
  list-style-type: decimal;
  margin-left: 20px;
  font-size: initial;
}

.element-content.default-color {
  background-color: #fffef7;
}

.element-content.light-grey {
  background-color: rgba(246, 241, 229, 0.6);
}

.red-line {
  width: 350px;
  height: 8px;
  background: #bd945b;
  position: absolute;
  left: 50%;
  margin-left: -175px;
}

@media only screen and (max-width: 784px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .main {
    overflow: hidden;
  }

  .red-line {
    width: 150px;
    height: 8px;
    background: #bd945b;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: -8px;
  }

  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.load-image.loaded, .load-bg-image.loaded {
  filter: blur(0px);
  /* this is needed so Safari keeps sharp edges */
  transform: scale(1);
}

.load-bg-image {
 /* &:before{
    content:'';
    width:100%;
    height:100%;
    display: block;
    background-color: #f6f6f6;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;

    opacity: 1;
    transition: opacity 0.3s ease-out , transform 0.4s ease-out;
  }*/
}

.load-image, .load-bg-image {
  filter: blur(10px);
  /* this is needed so Safari keeps sharp edges */
  transform: scale(1);
}

form, #panel, form:not(#email-signup) {
  width: 100%;
}

form label, #panel label, form:not(#email-signup) label {
  display: block;
  margin: 0 0 10px;
  font-size: 15px;
  color: #515050;
}

form label span, #panel label span, form:not(#email-signup) label span {
  font-size: 0.8em;
}

form input[type=text], form input[type=email], form select, form textarea, #panel input[type=text], #panel input[type=email], #panel select, #panel textarea, form:not(#email-signup) input[type=text], form:not(#email-signup) input[type=email], form:not(#email-signup) select, form:not(#email-signup) textarea {
  border: 0px none;
  margin: 0px 0px 10px;
  color: #515050;
  background-color: #e8e8e8;
  padding: 5px 3%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-appearance: none;
}

form select, #panel select, form:not(#email-signup) select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

form textarea, #panel textarea, form:not(#email-signup) textarea {
  min-height: 120px;
}

form input:-ms-input-placeholder, #panel input:-ms-input-placeholder, form:not(#email-signup) input:-ms-input-placeholder {
  color: #515050;
  opacity: 1;
}

form input::placeholder, #panel input::placeholder, form:not(#email-signup) input::placeholder {
  color: #515050;
  opacity: 1;
}

#frmContact, #formRFP {
  width: 100%;
  margin: 0;
}

#frmContact input[type=text], #frmContact input[type=email], #frmContact select, #frmContact textarea, #formRFP input[type=text], #formRFP input[type=email], #formRFP select, #formRFP textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #a49a93;
}

#frmContact .form-entry, #frmContact .field, #formRFP .form-entry, #formRFP .field {
  margin-bottom: 10px;
  position: relative;
  overflow: auto;
}

label.error {
  color: red;
}

input[type=text].error, select.error, textarea.error, input[type=email].error {
  border: 1px solid red !important;
}

.errorMsg, #email-error p {
  overflow: visible !important;
  line-height: 1.4;
  background-color: #F8F8F8;
  color: #000 !important;
  clear: both;
  font-size: 80%;
  max-width: 280px;
  margin: 0 auto 10px;
  text-align: left;
  display: inline-block;
  padding: 10px 20px;
}

.errorMsg ul, .errorMsg ul li {
  color: #fff !important;
  margin-bottom: 0;
  list-style: none;
}

.errorMsg ul li:before {
  display: none;
}

#email-error.success {
  background-color: #482d3e;
}

fieldset {
  border: none;
  padding: 0 15px;
  margin-bottom: 2em;
}

fieldset legend {
  font-size: 18px;
  font-family: "Brandon-Medium", "sans-serif";
  margin-top: 0px;
  margin-bottom: 22px;
}

#frmContact .form-entry.one-line label {
  float: left;
  width: 35%;
}

#frmContact .form-entry.one-line input[type=text], #frmContact .form-entry.one-line .form-entry input[type=text].small, #frmContact .form-entry.one-line .form-entry select.small {
  width: auto;
}

#frmContact .one_half {
  width: 50%;
  float: left;
}

#frmContact .one_half:last-child {
  padding-left: 5%;
}

#formRFP .ui-datepicker-trigger {
  left: 168px;
  position: absolute;
  top: 39px;
}

#formRFP .field input.hasDatepicker {
  width: 160px;
}

#formRFP .contact_type {
  width: 160px;
  float: left;
  display: inline;
  margin-top: 17px;
  padding-right: 30px;
  text-align: left;
  color: #515050;
}

#formRFP .btnSubmit {
  margin-left: 10%;
}

#formRFP .center {
  text-align: center;
}

#formRFP .center .btnSubmit {
  margin-left: unset;
  text-decoration: none !important;
}

.signup-form .field.input, .signup-form .field.select, .signup-form .field.gdpr {
  position: relative;
}
.signup-form label.error {
  position: absolute;
  bottom: -65px;
  left: 40px;
  margin: 0;
}
.signup-form #email-signup_email_address.error, .signup-form select.error {
  margin-bottom: 20px !important;
}
.signup-form #email-signup_email_address-error {
  bottom: -55px;
}
.signup-form #email-signup_country-error, .signup-form #subscribe-error, .signup-form #i_agree-error {
  bottom: 0;
}
.signup-form #subscribe-error, .signup-form #i_agree-error {
  left: 0;
  bottom: -3px;
}

@media (max-width: 784px) {
  form, #panel, form:not(#email-signup) {
    margin-bottom: 0em;
  }
}
.module-page .banner-img {
  position: relative;
}
.module-page .banner-img img {
  max-width: 100%;
}
.module-page .banner {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.module-page .page-name {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Brandon-Bold","serif";
  text-transform: uppercase;
  font-size: 5.45em;
  letter-spacing: 10px;
}

@media only screen and (max-width: 784px) {
  .module-page .banner {
    height: 190px;
  }
  .module-page .banner .page-name {
    font-size: 2.5em;
  }
  .module-page .element section.element-content {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .module-page .element:first-of-type section {
    padding-top: 0px !important;
  }
}
#header {
  width: 100%;
  top: 0;
  position: fixed;
  background: #fffef7;
  z-index: 999;
  height: 90px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}

#header .promo-banner {
  width: 100%;
  background-color: #bd945b;
  overflow: hidden;
}
#header .promo-banner .promo-content {
  padding: 5px;
  text-align: center;
}
#header .promo-banner .promo-content p {
  line-height: 20px;
  margin: 0;
  color: white;
  font-size: 15px;
  font-family: "Brandon","sans-serif";
  letter-spacing: 2.5px;
}
#header .promo-banner .promo-content a {
  text-decoration: none;
  color: white;
}

#header .burger {
  cursor: pointer;
  width: 25px;
  position: absolute;
  right: 150px;
  top: 30px;
  display: none;
  z-index: 99999;
}

#header .burger .bar {
  width: 100%;
  height: 3px;
  background-color: #482d3e;
  margin: 0 0 5px 0;
  display: block;
  -ms-transform: rotate(0deg);
  -ms-transform-origin: 0% 0%;
  -webkit-transform: rotate(0deg);
  -webkit-transform-origin: 0% 0%;
  transform: rotate(0deg);
  transform-origin: 0% 0%;
  transition: all 0.3s ease-in-out;
}

#header .data-breach-notice {
  text-align: center;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  background-color: #fff;
  color: #fff;
  z-index: 9;
  right: 5%;
  font-weight: 600;
  color: #482d3e;
}

#header .data-breach-notice a {
  color: #482d3e;
}

#header .data-breach-notice:hover a {
  color: #bd945b;
}

#header .top-section {
  position: relative;
  text-align: center;
}

#header .top-section .left-header {
  float: left;
  width: 170px;
  height: 55px;
}

#header .top-section .left-header a.logo {
  background: url("../../gv/images/logo2.png") center center no-repeat;
  background-size: contain;
  width: 205px;
  height: 65px;
  text-indent: -55555px;
  margin-top: 11px;
  display: block;
}

#header .top-section .right-header {
  float: right;
  max-width: 830px;
  text-align: right;
  width: 100%;
}

#header .top-section .right-header .best-rate {
  text-align: center;
  display: inline-block;
}

#header .top-section .right-header .best-rate .phone-header {
  color: #d28773;
  font-size: .9230769231em;
  font-family: "Brandon-Medium", "sans-serif";
  text-align: center;
  margin: 7px 25px 0 0;
  display: inline-block;
  text-transform: uppercase;
}

#header .top-section .right-header .best-rate .phone-header a {
  color: #ad6c55;
  transition: all .5s ease-in-out;
  display: inline-block;
  margin-left: 5px;
  letter-spacing: 2px;
}

#header .top-section .right-header .best-rate .phone-header span {
  display: inline-block;
  color: #ad6c55;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
}

#header .top-section .right-header .best-rate .phone-header:hover span:hover {
  color: rgba(207, 134, 114, 0.6);
}

#header .top-section .right-header .best-rate .phone-header:hover a:hover {
  color: rgba(207, 134, 114, 0.6);
}

#header .top-section .right-header .best-rate a {
  display: block;
  margin-bottom: 2px;
}

#header .top-section .right-header .best-rate .booknow-trigger {
  margin-top: 0px;
  padding: 10px 34px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;
  font-size: 12px;
  border-top: 0px;
  background-color: #649979;
  border: 1px solid #649979;
}

#header .top-section .right-header .best-rate .btn-login {
  margin-top: 0px;
  padding: 6px 25px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;
  font-size: 12px;
  border-top: 0px;
  background-color: #474343;
  border: 1px solid #474343;
  margin-left: 5px;
}

#header .top-section .right-header .main-menu {
  margin: 10px 0 20px 0;
}

#header #primary-nav {
  text-align: center;
  padding: 9px 0 0;
}

#header #primary-nav ul {
  margin-bottom: 0;
  text-align: right;
}

#header #primary-nav ul li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Brandon-Medium", "sans-serif";
  font-size: .9230769231em;
  letter-spacing: 1px;
  margin: 0 25px 0px 0px;
  position: relative;
}

#header #primary-nav ul li a {
  color: #515050;
  margin-bottom: 0;
  display: inline-block;
}

#header #primary-nav ul li a:after {
  content: '';
  display: block;
  position: absolute;
  height: 30px;
  width: 100%;
}

#header #primary-nav ul li a:hover {
  color: #ad8246;
}

#header #primary-nav ul li a.active, #header #primary-nav ul li a.current, .navigation ul li a.current, .second-menu ul li a.current {
  color: #ad8246 !important;
}

#header #primary-nav ul li ul.submenu {
  position: absolute;
  width: 1170px;
  max-width: 210px;
  text-align: left;
  z-index: 10;
  top: 46px;
  background: #fcf9f5;
  text-align: left;
  display: none;
  left: 50%;
  margin-left: -105px;
  padding: 15px 18px 15px 10px;
}

#header #primary-nav ul li ul.submenu:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -17px;
  border-width: 0 12px 12px 12px;
  border-style: solid;
  border-color: #f8f7ee transparent;
}

#header #primary-nav ul li ul.submenu li {
  display: block;
  font-size: 14px;
  padding: 4px 8px 4px;
  text-transform: none;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

#header #primary-nav ul li ul.submenu li .forced-sub {
  padding-bottom: 0;
}

#header #primary-nav ul li ul.submenu li a {
  text-transform: capitalize;
  border-bottom: 0px;
  padding-bottom: 0;
  border-bottom: 1px solid #f8f7ee;
  color: #515050;
  padding-bottom: 1px;
  margin-bottom: 2px;
  display: inline-block;
}

#header #primary-nav ul li ul.submenu li a.active {
  cursor: default;
  color: #482d3e;
}

#header #primary-nav ul li ul.submenu li a:hover {
  color: #482d3e;
}

#header #primary-nav ul li ul.submenu li a:after {
  content: none;
}

#header .primary-holder {
  background: #ece6df;
}

#header .btn, #header #panel input[type="button"], #panel #header input[type="button"], #header #footer form#email-signup .signup-btn, #footer form#email-signup #header .signup-btn {
  float: right;
  background: #bd945b;
  color: #fff;
  border: 1px solid #bd945b;
  margin-top: 26px;
  padding: 8px 25px;
}

#header .btn:before, #header #panel input[type="button"]:before, #panel #header input[type="button"]:before, #header #footer form#email-signup .signup-btn:before, #footer form#email-signup #header .signup-btn:before {
  background: #fcf9f5;
}

#header .btn:hover, #header #panel input[type="button"]:hover, #panel #header input[type="button"]:hover, #header #footer form#email-signup .signup-btn:hover, #footer form#email-signup #header .signup-btn:hover, #header .btn:focus, #header #panel input[type="button"]:focus, #panel #header input[type="button"]:focus, #header #footer form#email-signup .signup-btn:focus, #footer form#email-signup #header .signup-btn:focus, #header .btn:active, #header #panel input[type="button"]:active, #panel #header input[type="button"]:active, #header #footer form#email-signup .signup-btn:active, #footer form#email-signup #header .signup-btn:active {
  color: rgba(255, 255, 255, 0.37) !important;
}

@media only screen and (max-width: 1199px) {
  #header .top-section {
    width: 95%;
  }
}
@media only screen and (max-width: 1070px) {
  #header .top-section .right-header {
    max-width: calc(100% - 200px);
  }

  #header .top-section .right-header #primary-nav ul li {
    margin: 0 15px 0 0;
  }

  #header .top-section .right-header #primary-nav ul li:last-of-type {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 991px) {
  #header .container {
    width: 98%;
  }

  #header #primary-nav ul li {
    margin-right: 25px;
    font-size: 1em;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 1024px) {
  #header {
    height: 90px;
  }

  #header .burger {
    display: block;
    right: 10px;
    top: 48px;
  }

  #header .top-section .left-header a.logo {
    height: 55px;
  }

  #header .top-section .left-header {
    height: 65px;
  }

  #header .top-section .right-header {
    max-width: 500px !important;
  }

  #header .container .main-menu.open .burger {
    position: fixed;
    right: 5%;
  }

  #header .container .main-menu.open .burger .mid {
    opacity: 0;
    visibility: hidden;
  }

  #header .container .main-menu.open .burger .bar {
    background-color: #482d3e;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
    transform-origin: 0% -20%;
  }

  #header .container .main-menu.open .burger .bar:last-child {
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
    transform-origin: 0% 120%;
  }

  #header .container .main-menu.open #primary-nav {
    position: fixed;
    z-index: 98;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    background: #ece6df;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    width: 100%;
  }

  #header .container .main-menu.open #primary-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center;
  }

  #header .container .main-menu.open #primary-nav ul li {
    margin: 0 0 40px 0;
  }

  #header .container .main-menu.open #primary-nav ul li a {
    font-size: 30px;
    color: #000;
  }

  #header .container .main-menu.open #primary-nav ul li a:before {
    bottom: 0px;
  }

  #header .container .main-menu.open #primary-nav ul li a.active {
    color: #482d3e;
  }

  #header .container .main-menu #primary-nav {
    display: none;
  }

  #header .container .main-menu #primary-nav ul li {
    list-style: none;
    display: inline-block;
    padding: 0 2.5%;
    list-style: none;
    display: inline-block;
    position: relative;
  }

  #header .container .main-menu #primary-nav ul li a {
    color: #515050;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    position: relative;
  }

  #header .container .main-menu #primary-nav ul li a:before {
    content: '';
    width: 0;
    height: 4px;
    background-color: #b1a68d;
    display: inline-block;
    position: absolute;
    bottom: -20px;
    margin: auto;
    left: 0px;
    right: 0px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }

  #header .container .main-menu #primary-nav ul li a:hover {
    color: #765036;
  }

  #header .container .main-menu #primary-nav ul li a:hover:before {
    width: 100%;
    opacity: 1;
  }

  #header .container .main-menu #primary-nav ul li a.active {
    color: #765036;
  }

  #header .container .main-menu #primary-nav ul li a.active:before {
    width: 100%;
    opacity: 1;
  }

  #header .container .main-menu #primary-nav ul li ul.submenu {
    position: absolute;
    width: 90%;
    max-width: 300px;
    text-align: center;
    height: auto;
    z-index: 10;
    top: 48px;
    background: #fcf9f5;
    display: none;
    left: 0px;
    right: 0px;
    margin: auto;
    padding: 15px 18px 15px 10px;
  }

  #header .container .main-menu #primary-nav ul li ul.submenu:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -17px;
    border-width: 0 12px 12px 12px;
    border-style: solid;
    border-color: #f8f7ee transparent;
  }

  #header .container .main-menu #primary-nav ul li ul.submenu li {
    display: block;
    font-size: 14px;
    padding: 4px 8px 4px;
    text-transform: none;
    white-space: nowrap;
    letter-spacing: .5px;
    margin: 0px;
  }

  #header .container .main-menu #primary-nav ul li ul.submenu li .forced-sub {
    padding-bottom: 0;
  }

  #header .container .main-menu #primary-nav ul li ul.submenu li a {
    text-transform: capitalize;
    border-bottom: 0px;
    padding-bottom: 0;
    border-bottom: 1px solid #f8f7ee;
    color: #515050;
    padding-bottom: 1px;
    margin-bottom: 2px;
    display: inline-block;
    font-size: 23px;
  }

  #header .container .main-menu #primary-nav ul li ul.submenu li a.active {
    cursor: default;
    color: #482d3e;
  }

  #header .container .main-menu #primary-nav ul li ul.submenu li a:hover {
    color: #482d3e;
  }

  #header .container .main-menu #primary-nav ul li ul.submenu li a:after {
    content: none;
  }
}
@media only screen and (max-width: 784px) {
  header {
    position: fixed;
    height: 70px;
    background-color: #fff;
    z-index: 99;
    width: 100%;
  }

  #menu-btn {
    float: right;
    width: 80px;
    height: 80px;
    background: url(../../themes/gv/svg/burger.svg) center center no-repeat;
    background-size: 30px auto;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all 0.3s ease;
  }

  .overlay {
    width: 100%;
    height: 100%;
    left: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.95);
    display: table;
  }

  .overlay .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  .navigation .res-btn {
    position: absolute;
    top: 5%;
    left: 5%;
    background: #fff;
    border: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    z-index: 10;
  }

  .close-menu, .close-res {
    fill: #888;
    position: absolute;
    top: 20px;
    right: 5%;
    width: 30px;
    height: 30px;
  }

  .close-menu svg, .close-res svg {
    width: 100%;
    height: 100%;
  }

  .navigation ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 0;
    letter-spacing: 1px;
  }

  .sub-sub-menu {
    display: none;
    margin-bottom: 20px;
  }

  footer .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    z-index: 99;
    text-align: center;
  }

  header, header .logo img {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all 0.3s ease;
  }

  .overlay, header {
    position: fixed;
    top: 0;
  }

  header.scroll, .photo-gallery header {
    background-color: #fff;
  }

  header #menu-btn {
    float: right;
    width: 60px;
    height: 50px;
    margin-top: 3px;
    padding: 10px 15px;
    background-color: transparent;
    -webkit-mask: none;
    color: #482d3e;
    text-transform: uppercase;
    text-align: center;
    font-family: "Brandon-Medium", "sans-serif";
    font-size: .7em;
    letter-spacing: .5px;
  }

  header #menu-btn.scroll, .photo-gallery header #menu-btn {
    color: #482d3e;
  }

  header #menu-btn.scroll svg, .photo-gallery header #menu-btn svg {
    fill: #482d3e;
  }

  header #menu-btn svg {
    width: 100%;
    height: 100%;
    fill: #482d3e;
  }

  header .logo {
    background-image: url(../../gv/images/logo2.png);
    background-size: contain;
    display: inline-block;
    height: 50px;
    width: 160px;
    background-repeat: no-repeat;
    margin: 10px;
  }

  header .logo svg {
    height: 50px;
    margin: 10px 0 0 10px;
  }

  header .logo svg .cls-1 {
    fill: #ffffff;
  }

  header .logo svg .cls-2 {
    fill: #ffffff;
  }

  header .logo.scroll, .photo-gallery header .logo {
    background-image: url(../../gv/images/logo2.png);
    background-size: contain;
  }

  header .logo.scroll svg .cls-1, .photo-gallery header .logo svg .cls-1 {
    fill: #d9a562;
  }

  header .logo.scroll svg .cls-2, .photo-gallery header .logo svg .cls-2 {
    fill: #515150;
  }

  header .data-breach-notice {
    text-align: center;
    padding: 10px 5px;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    background-color: #fff;
    color: #fff;
    z-index: 9;
    font-weight: 600;
    top: 60px;
    width: 100%;
    color: #482d3e;
    line-height: 17px;
  }

  header .data-breach-notice a {
    color: #482d3e;
  }

  header .data-breach-notice:hover a {
    color: #bd945b;
  }

  .overlay {
    background: #fff;
    z-index: 9999999999;
  }

  .overlay .close-menu, .overlay .close-res {
    fill: #482d3e;
  }

  .overlay.navigation {
    display: block;
  }

  .overlay.navigation .inner {
    display: block;
    height: calc(90% - 90px);
    overflow: hidden;
    position: relative;
  }

  .overlay.navigation .inner.top {
    text-align: left;
    height: 70px;
    overflow: visible;
  }

  .overlay.navigation .inner.top .res-btn {
    width: auto;
    position: static;
    margin-top: 20px;
    margin-left: 5%;
    padding: 10px 30px;
    display: inline-block;
    zoom: 1;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    border: 2px solid;
    font-size: 1em;
    font-family: "Brandon-Bold","sans-serif";
    letter-spacing: 1px;
    background: none;
    color: #482d3e;
    border: 1px solid #bd945b;
  }

  .overlay.navigation .inner.top:after {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    display: block;
    z-index: 50;
  }

  .overlay.navigation .inner.top:after {
    bottom: -30px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }

  .overlay.navigation .sub-sub-menu.item-open {
    margin-bottom: 0;
  }
  .overlay.navigation .sub-sub-menu.item-open ul.submenu li a {
    font-size: 18px;
    text-transform: capitalize;
  }

  .overlay.navigation .inner > ul {
    position: relative;
    max-height: 100%;
    transform: translateY(-50%);
    top: 50%;
    overflow-y: scroll;
  }

  .overlay.navigation .inner > ul li {
    font-family: "Brandon-Medium", "sans-serif";
    font-size: 22px;
  }

  .overlay.navigation .inner > ul li a {
    color: #000;
  }

  .overlay.navigation .inner > ul li a.active {
    color: #482d3e;
    font-weight: bold;
  }

  .overlay.navigation .inner > ul li.item-open {
    margin-bottom: 10px;
  }

  .overlay.navigation .inner > ul li.item-open div.sub-sub-menu {
    margin-bottom: 0px;
  }

  .overlay.navigation .inner > ul li.item-open div.sub-sub-menu ul.submenu li a {
    font-size: 18px;
    text-transform: capitalize;
  }

  .overlay.navigation .inner > ul li.item-open div.sub-sub-menu ul.submenu li a.active {
    color: #bd945b;
  }

  .overlay.navigation .inner > ul > li:last-child {
    margin-bottom: 50px;
  }

  .overlay.navigation .inner.open > ul {
    margin: 30px 0 0 0;
  }

  .overlay.navigation .inner:after {
    content: '';
    width: 100%;
    height: 30px;
    position: fixed;
    display: block;
    z-index: 50;
  }

  .overlay.navigation .inner:after {
    bottom: 0px;
    background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }

  .overlay.navigation #secondary-nav {
    width: 90%;
    margin: 0 auto;
  }

  .overlay.navigation #secondary-nav ul {
    text-align: center;
  }

  .overlay.navigation #secondary-nav ul li {
    list-style: none;
    display: inline-block;
    padding-right: 15px;
  }

  .overlay.navigation #secondary-nav ul li a {
    color: #000;
  }

  .overlay.booking-widget .title {
    margin: 20px 0;
    padding: 0;
    color: #515050;
  }

  .overlay.booking-widget #booking-form .entry {
    display: block;
    width: 90%;
    margin: 20px auto;
  }

  .overlay.booking-widget #booking-form .entry label {
    color: #515050;
  }

  .overlay.booking-widget #booking-form .entry input {
    display: block;
    outline: none;
    border: none;
    width: 100%;
    font-family: "Brandon-Book", "sans-serif";
    line-height: inherit;
    height: auto;
    padding: 0 30px;
    margin: 0 auto 10px;
    color: #515050;
    font-size: 12px;
    text-align: center;
    -webkit-appearance: none;
  }

  .overlay.booking-widget #booking-form .entry input:-ms-input-placeholder {
    color: #515050;
  }

  .overlay.booking-widget #booking-form .entry input::placeholder {
    color: #515050;
  }

  .overlay.booking-widget #booking-form .entry input[type="date"]::-webkit-date-and-time-value {
    margin: 0;
  }

  .overlay.booking-widget #booking-form .entry input[type="date"]::-webkit-clear-button, .overlay.booking-widget #booking-form .entry input[type="date"]::-webkit-inner-spin-button, .overlay.booking-widget #booking-form .entry input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
  }

  .overlay.booking-widget #booking-form input[type="submit"] {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .overlay.booking-widget #booking-form .half .entry {
    margin-top: 10px;
  }
}
.footer-bottom {
  background-color: #ffffff;
}

#footer #woodside-corporate-footer__container {
  text-align: center;
  padding: 40px 0;
  background-color: #ffffff;
}

#footer #woodside-corporate-footer__container #woodside-corporate-footer {
  text-align: center;
}

#footer #woodside-corporate-footer__container #woodside-corporate-footer a.logo-woodsite {
  display: block;
  margin-bottom: 20px;
}

#footer #woodside-corporate-footer__container #woodside-corporate-footer a.logo-woodsite svg {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  height: 58px;
  fill: #000;
}

#footer #woodside-corporate-footer__container #woodside-corporate-footer a.logo-woodsite:hover svg {
  fill: #bd945b;
}

#footer #woodside-corporate-footer__container #woodside-corporate-footer #other-properties__container ul.other-properties {
  margin: 0 0 5px;
}

#footer #woodside-corporate-footer__container #woodside-corporate-footer #other-properties__container ul.other-properties li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  margin-left: -2.5px;
  margin-right: 5px;
  margin-bottom: 0;
  border-right: 1px solid #000;
  line-height: 10px;
  font-size: 10px;
}

#footer #woodside-corporate-footer__container #woodside-corporate-footer #other-properties__container ul.other-properties li:first-child {
  margin-left: 0;
}

#footer #woodside-corporate-footer__container #woodside-corporate-footer #other-properties__container ul.other-properties li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

#footer #woodside-corporate-footer__container #woodside-corporate-footer #other-properties__container ul.other-properties li a {
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
}

#footer #woodside-corporate-footer__container #woodside-corporate-footer #other-properties__container ul.other-properties li a:hover {
  color: #bd945b;
}

#footer #woodside-corporate-footer__container #woodside-corporate-footer #other-properties__container p.distinctly-california {
  margin-bottom: 0;
  font-family: "Brandon Bold", "sans-serif";
  font-weight: 700;
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 1;
}

#footer {
  clear: both;
  margin-bottom: -25px;
  text-align: center;
}

#footer .footer-top {
  background: #f6f1e5;
  padding: 40px 0 50px;
  background-size: cover !important;
}

#footer .footer-top img {
  vertical-align: top;
  display: inline-block;
}

#footer .footer-top img:first-of-type {
  /*  margin-top: 25px;
    margin-right: 16px;
    display: none*/
}

#footer .footer-top img:nth-of-type(2) {
  /*  margin-right: 8px;
    margin-top: 15px;
    width: 115px*/
}

#footer .footer-top img:last-of-type {
  /*  margin-top: 6px;
    width: 130px*/
}

#footer .footer-top p {
  font-size: .8461538462em;
  color: #7c7c7c;
  margin: 0;
}

#footer .footer-top .c7-subscribe {
}

#footer .footer-top .mobile .c7-subscribe {
  padding: 10px 20px;
  margin-bottom: 20px;
}

#footer .footer-top .c7-subscribe .c7-message svg {
  margin-right: 7px;
}

#footer .footer-top .c7-subscribe .c7-message, #footer .footer-top .c7-subscribe .c7-form__error {
  margin-bottom: 10px;
}

#footer .footer-top .c7-subscribe .c7-message p, #footer .footer-top .c7-subscribe .c7-form__error {
  font-size: 14px;
}

#footer .footer-top .c7-subscribe .c7-message--alert-error p, #footer .footer-top .c7-subscribe .c7-form__error {
  color: #dc3545;
}

#footer .footer-top .c7-subscribe .c7-form__field input {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #a49a93;
  padding: 8px 15px 9px;
  font-family: "Brandon-Medium", "sans-serif";
  max-width: 270px;
  width: 100%;
  margin-right: 8px;
  margin-bottom: 10px;
}

#footer .footer-top .c7-subscribe .c7-btn {
  padding: 10px 30px;
  display: inline-block;
  zoom: 1;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid #bd945b;
  font-family: "Brandon-Bold", "sans-serif";
  letter-spacing: 1px;
  background: none;
  color: #482d3e;
}

#footer .footer-top .c7-subscribe .c7-btn:hover {
  color: #bd945b;
  background: none;
  border: 1px solid #bd945b;
}

#footer .form-title {
  font-size: 1.1538461538em;
  color: #515050;
  margin-top: 20px;
  margin-bottom: 1em;
  font-family: "Brandon-Bold","sans-serif";
  text-transform: uppercase;
}

#footer .info-contact {
  border-right: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
}

#footer .info-contact h2 {
  font-family: "Brandon-Bold", "sans-serif";
  text-transform: uppercase;
  font-size: 1.1538461538em;
  margin: 0 0 20px;
}

#footer #secondary-nav ul {
  background-size: 50px 52px;
  padding-bottom: 22px;
  margin-bottom: 25px;
  text-align: left;
}

#footer #secondary-nav ul li {
  list-style: none;
  text-transform: uppercase;
  margin-right: 26px;
  display: block;
  font-size: 1.0769230769em;
  font-family: "Brandon-Bold", "sans-serif";
  margin-bottom: 10px;
}

#footer #secondary-nav ul li a {
  color: #515050;
}

#footer #secondary-nav ul li a:hover {
  color: #482d3e;
}

#footer #secondary-nav ul li a.active {
  color: #482d3e;
}

#footer .address {
  font-family: "Brandon-Medium", "sans-serif";
  font-size: 1em;
  margin-bottom: 25px;
}

#footer .address .email {
  display: inline-block;
}

#footer .address .email a {
  color: #515050;
}

#footer .addy {
  display: inline-block;
}
#footer .addy p {
  font-size: 1em;
  color: #482d3e;
}

#footer .telephone {
  display: inline-block;
}

#footer #third-nav {
  margin: 25px 0;
}

#footer #third-nav ul li {
  display: inline-block;
  border-right: 1px solid #2d2d2d;
  padding-right: 18px;
  margin-right: 20px;
  line-height: 1em;
}

#footer #third-nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0px;
}

#footer #third-nav ul li a {
  color: #2d2d2d;
}

#footer #third-nav ul li a:hover {
  color: #482d3e;
}

#footer ul.social-media li a {
  font-size: 0px;
  text-indent: -10000px;
  color: transparent;
}

#footer ul.social-media li a:hover svg {
  fill: #482d3e;
}

#footer ul.social-media li a svg {
  width: 25px;
  fill: #482d3e;
}

@media only screen and (max-width: 991px) {
  #footer .footer-bottom.container {
    width: 100%;
  }

  #footer .footer-bottom img:first-of-type {
    display: block;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 883px) {
  #footer .footer-bottom ul {
    width: 70%;
  }

  #footer #third-nav {
    padding: 0 10%;
  }

  #footer .insta-section .insta-holder .images-ins {
    width: 33.33%;
  }

  #footer .insta-section .insta-holder .images-ins:nth-child(3) {
    margin-left: 0px;
  }

  #footer .insta-section .insta-holder .insta-info {
    position: inherit;
    width: 33.33%;
    height: 256px;
    float: left;
    left: auto;
  }

  #footer .insta-section .insta-holder .insta-hover {
    background-position: top 20px center;
  }

  #footer .insta-section .insta-holder .insta-hover h2 {
    font-size: 1.1538461538em;
    margin-top: 50px;
  }

  #footer .insta-section .insta-holder .insta-hover h4 {
    font-size: 0.76923em;
  }
}
@media only screen and (max-width: 1023px) {
  #footer .footer-top .signup-container {
    width: 100%;
  }
}
@media only screen and (max-width: 784px) {
  #footer .footer-top {
    padding-top: 0;
  }
  #footer #secondary-nav ul {
    padding-bottom: 22px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
  }
  #footer #secondary-nav ul li {
    list-style: none;
    text-transform: uppercase;
    margin-right: 14px;
    display: inline-block;
    font-size: .9230769231em;
    font-family: "Brandon-Bold","sans-serif";
    margin-bottom: 10px;
    border-right: 1px solid #515050;
    padding-right: 17px;
  }
  #footer #secondary-nav ul li:last-of-type {
    margin: 0px;
    padding: 0px;
    border: 0px;
  }
  #footer img {
    width: 100px;
  }
  #footer h2 {
    font-size: 1.66665em;
    margin-bottom: 1em;
  }
  #footer .form-title {
    font-size: .9230769231em;
  }
  #footer .footer-top .signup-container {
    width: 320px;
  }
  #footer .footer-top .col-sm-3, #footer .footer-top .col-sm-4, #footer .footer-top .col-sm-5 {
    width: 100% !important;
  }
  #footer .footer-top .copyright p {
    font-size: 10px;
    padding: 0 20px;
    color: #515050;
  }
  #footer .info-contact {
    border-right: none;
    border-left: none;
  }

  .fix-footer .promo-banner {
    position: absolute;
    bottom: 55px;
    width: 100%;
    background-color: #bd945b;
    overflow: hidden;
    display: none;
  }
  .fix-footer .promo-banner.show {
    display: block;
  }
  .fix-footer .promo-banner .close {
    position: absolute;
    color: #fff;
    right: 5px;
  }
  .fix-footer .promo-banner .promo-content {
    height: auto;
    margin: 10px 20px;
    text-align: center;
  }
  .fix-footer .promo-banner .promo-content p {
    line-height: 14px;
    margin: 0;
    color: white;
    font-size: 1em;
    font-family: "Brandon-Medium","sans-serif";
    letter-spacing: 2.5px;
  }
  .fix-footer .promo-banner .promo-content a {
    text-decoration: none;
    color: white;
  }

  .fix-footer .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    z-index: 99;
    text-align: center;
    background-color: #ece6df;
  }
  .fix-footer a {
    color: #482d3e;
    transition: all 0.3s ease-in-out;
  }
  .fix-footer .buttons .footer-btn {
    width: 22%;
    float: left;
    height: 55px;
  }
  .fix-footer .buttons .footer-btn.first {
    border-left: 0;
  }
  .fix-footer .buttons .footer-btn.last {
    border-right: 0;
  }
  .fix-footer .buttons .footer-btn .iconfont {
    display: block;
    background-color: transparent;
    height: 32px;
    padding-top: 11px;
    -webkit-mask: none !important;
  }
  .fix-footer .buttons .footer-btn .iconfont svg, .fix-footer .buttons .footer-btn .iconfont img {
    height: 25px;
    fill: #bd945b;
  }
  .fix-footer .buttons .footer-btn.gallery .iconfont {
    -webkit-mask: url(../../themes/gv/svg/gallery.svg) center 5px/auto 25px no-repeat;
  }
  .fix-footer .buttons .footer-btn.maps .iconfont {
    -webkit-mask: url(../../themes/gv/svg/pin.svg) center 5px/auto 25px no-repeat;
  }
  .fix-footer .buttons .footer-btn.call .iconfont {
    -webkit-mask: url(../../themes/gv/svg/phone.svg) center 5px/auto 25px no-repeat;
  }
  .fix-footer .buttons .footer-btn.reserve .iconfont {
    -webkit-mask: url(../../themes/gv/svg/calendar.svg) center 5px/auto 25px no-repeat;
  }
  .fix-footer .buttons .footer-btn .btn-label {
    text-transform: uppercase;
    font-size: 0.7em;
    display: block;
    color: #515050;
    font-family: "Brandon-Bold","sans-serif";
    margin-top: 3px;
  }
  .fix-footer .buttons a.footer-btn.last {
    float: right;
    background: #482d3e;
    width: 34%;
  }
  .fix-footer .footer-btn.last span.btn-label {
    color: #fff;
    font-size: .95em;
    margin-top: 20px;
  }

  #footer #third-nav ul li {
    display: inline-block;
    border-right: 1px solid #2d2d2d;
    padding-right: 5px;
    margin-right: 5px;
    line-height: .8em;
    margin-bottom: 15px;
  }
}
.signup-container {
  width: 320px;
}

form.signup-form {
  margin-bottom: 33px;
  text-align: center;
}
form.signup-form .fields-wrap {
  margin-bottom: 15px;
}
form.signup-form #email-error {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
form.signup-form #email-error p {
  margin: 0px;
  line-height: 17px;
  text-align: center;
  color: #fff !important;
  background-color: #bd945b;
}
form.signup-form h2 {
  display: inline-block;
  font-family: "Brandon-Bold", "sans-serif";
  text-transform: uppercase;
  font-size: 1.1538461538em;
  color: #2d2d2d;
  letter-spacing: 1.5px;
  margin: 0 0 20px;
}
form.signup-form label {
  display: none;
}
form.signup-form input, form.signup-form select {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #a49a93;
  padding: 8px 15px 9px;
  font-family: "Brandon-Medium", "sans-serif";
  max-width: 270px;
  width: 100%;
  margin-right: 8px;
  margin-bottom: 10px;
}
form.signup-form .field.input {
  display: block;
}
form.signup-form .field.input label {
  display: none;
  margin-top: -65px;
  margin-bottom: 54px;
}
form.signup-form .field.input label.error {
  display: block;
}
form.signup-form .field.gdpr {
  text-align: left;
}
form.signup-form .field.gdpr label {
  display: block;
  margin-left: 20px;
  text-transform: none;
}
form.signup-form .field.gdpr label.error {
  position: absolute;
  margin-top: -14px;
  color: red;
}
form.signup-form .field.gdpr input {
  width: auto;
  text-align: left;
}
form.signup-form #emailSignup {
  padding: 8px 30px 9px;
  vertical-align: middle;
  margin-top: -2px;
}
form.signup-form a#emailSignupNavis {
  background-color: #bd945b;
  border: 1px solid #bd945b;
}
form.signup-form .field.input, form.signup-form .signup-form .field.select, form.signup-form .field.gdpr {
  position: relative;
}
form.signup-form .field.input p, form.signup-form .signup-form .field.select p, form.signup-form .field.gdpr p {
  color: #474343 !important;
}
form.signup-form .label.error {
  position: absolute;
  bottom: -55px;
  left: 40px;
  margin: 0;
}
form.signup-form #email-signup_first_name.error, form.signup-form select.error {
  margin-bottom: 20px !important;
}
form.signup-form #email-signup_email_address.error, form.signup-form select.error {
  margin-bottom: 20px !important;
}
form.signup-form #email-signup_first_name-error {
  bottom: -55px;
}
form.signup-form #email-signup_email_address-error {
  bottom: -55px;
}
form.signup-form #email-signup_country-error {
  bottom: 0px;
}
form.signup-form #subscribe-error, form.signup-form #i_agree-error {
  bottom: -5px;
  left: 20px;
}

@media only screen and (max-width: 784px) {
  form.signup-form .field.input {
    margin-top: 0;
  }
  form.signup-form input, form.signup-form select, form.signup-form .field.gdpr {
    width: 100%;
    max-width: 320px;
  }
  form.signup-form .label.error {
    bottom: -45px;
    left: 0;
  }
  form.signup-form .field.gdpr {
    margin: 0 auto;
  }
  form.signup-form input[type="submit"], form.signup-form .btnSubmit, form.signup-form button {
    width: 60% !important;
    max-width: 230px;
    margin: 0 auto !important;
  }
  form.signup-form #email-signup_first_name.error, form.signup-form .select.error {
    margin-bottom: 20px !important;
    left: 0;
  }
  form.signup-form #email-signup_email_address-error {
    left: 0;
  }
  form.signup-form #email-signup_first_name-error {
    bottom: -55px;
    left: 0;
  }
  form.signup-form #email-signup_country-error {
    bottom: 0px;
    left: 0;
  }
  form.signup-form #subscribe-error, form.signup-form #i_agree-error {
    bottom: -5px;
    left: -25px;
  }
}
.lightbox {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 8010;
  overflow-y: scroll;
  background: url(../../gv/images/fancybox_overlay.png);
  /* transition: all .5s ease-out;*/
}
.lightbox .lightbox-inner {
  width: 540px;
  height: 740px;
  background: #fcf9f5;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  margin-top: -370px;
  left: 50%;
  margin-left: -270px;
}
.lightbox .pop-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  margin-left: -225px;
  width: 450px;
  display: block;
}
.lightbox .pop-inner img {
  width: 100%;
  height: auto;
}
.lightbox .pop-inner form label.error {
  margin-bottom: 0 !important;
}
.lightbox .lightbox-close {
  position: absolute;
  top: 50%;
  right: calc(50% - 260px);
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background-image: url(../../gv/images/fancybox_sprite.png);
  margin-top: -350px;
}

@media only screen and (max-width: 1023px) {
  .lightbox-inner {
    width: 80%;
    height: 80%;
  }
}
.pop-inner {
  display: none;
}

@media only screen and (max-width: 784px) {
  .lightbox {
    /*top:10px;
    left:10px;
    right:10px;
    bottom:10px;*/
  }
  .lightbox .lightbox-inner {
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
  }
  .lightbox .pop-inner {
    margin-left: -150px;
    width: 300px;
    height: auto;
  }
  .lightbox .lightbox-close {
    top: 20px;
    right: 20px;
    margin-top: 0;
  }
}
.cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  min-height: 90px;
  height: auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 1em;
  color: #FFF;
  font-family: "Brandon-Medium", "sans-serif";
  font-size: 1em;
  z-index: 99;
}
.cookie-notice a {
  color: #fff;
}
.cookie-notice__notice {
  color: inherit;
}
.cookie-notice__actions {
  color: inherit;
}
.cookie-notice__actions .btn.accept-cookies {
  background-color: #649979;
  border: 1px solid #649979;
  color: #FFF !important;
}
.cookie-notice__actions .btn.accept-cookies:hover {
  background-color: #5a8a6d;
}
.cookie-notice .row.justify-content-center {
  display: flex;
  justify-content: center;
}

.top-content-home {
  width: 100%;
  overflow: hidden;
}
.top-content-home .play-button {
  background: url(../../gv/images/play-solid.svg) no-repeat 50% 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
}
.top-content-home .play-button:hover {
  cursor: pointer;
}
.top-content-home .play-button.pause {
  background: url(../../gv/images/pause-circle-solid.svg) no-repeat 50% 50%;
}
.top-content-home .header-img {
  position: relative;
  width: 100%;
}
.top-content-home .header-img .header-image-home {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-content-home .header-img .slider-header-home.single ul.slick-dots {
  display: none;
}
.top-content-home .header-img img {
  width: 100%;
}
.top-content-home .header-img .fix-height .video-wrapper, .top-content-home .header-img .fix-height .header-image-home {
  position: relative;
  height: 0;
  padding-bottom: 26.5%;
  overflow: hidden;
}
.top-content-home .header-img .fix-height .video-wrapper video, .top-content-home .header-img .fix-height .video-wrapper img, .top-content-home .header-img .fix-height .header-image-home video, .top-content-home .header-img .fix-height .header-image-home img {
  max-width: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.top-content-home .header-img .slick-slide {
  max-width: 100%;
  position: relative;
}
.top-content-home .header-img .slick-arrow {
  bottom: 2%;
  top: auto;
  background-image: url(../../gv/images/arrow-right-trip.png);
  background-repeat: no-repeat;
}
.top-content-home .header-img .slick-arrow.slick-prev {
  display: none !important;
}
.top-content-home .header-img .slick-arrow.slick-next {
  right: 20px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 40px;
  background-position: center right 7px;
  background-size: 15px;
}
.top-content-home .header-img ul.slick-dots {
  position: absolute;
  bottom: 30px;
  max-width: 1170px;
  text-align: left;
  left: 10px;
  right: unset;
  margin: auto;
}
.top-content-home .header-img ul.slick-dots li {
  margin: 10px 35px 0 0;
}
.top-content-home .header-img ul.slick-dots li button {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 4px;
}
.top-content-home .header-img ul.slick-dots li.slick-active button {
  background: #fff;
}
.top-content-home .header-img .headline-trigger {
  position: absolute;
  top: 70%;
}
.top-content-home .header-img .headline {
  position: absolute;
  color: #fff;
  top: 200px;
  margin: auto;
  left: 0px;
  right: 0px;
  height: 70px;
  text-transform: uppercase;
  font-size: 1.9230769231em;
  font-family: "Brandon-Medium", "sans-serif";
  letter-spacing: 4px;
  line-height: 2.7em;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
}
.top-content-home .header-img .headline span {
  display: inline-block;
  font-size: 89px;
  font-family: "MicrobrewSoftFour", "serif";
  letter-spacing: 13px;
  vertical-align: middle;
  margin: 0 5px 0 5px;
}
.top-content-home .header-img .headline span.headlines {
  font-family: "Brandon-Medium", "sans-serif";
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 8px;
}
.top-content-home .header-img .headline span.headlines1 {
  transition: all .9s ease-in;
  opacity: 0;
  margin-top: -40px;
}
.top-content-home .header-img .headline span.headlines1 strong {
  transition: all 1.4s ease-in;
  opacity: 0;
  margin-top: -60px;
  font-size: 89px;
}
.top-content-home .header-img .headline span.headlines2 {
  transition: all 1.1s ease-in;
  opacity: 0;
  margin-top: -60px;
}
.top-content-home .header-img .headline span.headlines3 {
  transition: all 1.9s ease-in;
  opacity: 0;
  margin-top: -80px;
}
.top-content-home .header-img .headline.right {
  right: 100px;
}
.top-content-home .header-img .headline.left {
  left: 100px;
}
.top-content-home .header-img .headline.fade-out {
  opacity: 0;
  transition: all 1s ease-out;
  transform: scale(0.9);
}
.top-content-home .header-img .headline.activeText span.headlines1 {
  transition: all .3s ease-in-out;
  opacity: 1;
  margin-top: 0px;
}
.top-content-home .header-img .headline.activeText span.headlines1 strong {
  transition: all 1.8s ease-in-out;
  opacity: 1;
  margin-top: 0px;
}
.top-content-home .header-img .headline.activeText span.headlines2 {
  transition: all .6s ease-in-out;
  opacity: 1;
  margin-top: 0px;
}
.top-content-home .header-img .headline.activeText span.headlines3 {
  transition: all .9s ease-in-out;
  opacity: 1;
  margin-top: 0px;
}
.top-content-home .bd-box {
  position: relative;
}
.top-content-home .book-direct {
  width: 344px;
  height: 67px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  transition: all .5s ease-in-out;
  background-color: #474343;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.top-content-home .book-direct .direct-headline {
  background: url("../../gv/images/open-bdb.png") no-repeat right 30px center;
  color: #fff;
  text-transform: uppercase;
  font-size: .8461538462em;
  padding: 26px 0 26px 28px;
  font-family: "Brandon-Bold", "sans-serif";
  letter-spacing: 1px;
  cursor: pointer;
}
.top-content-home .book-direct .direct-headline.open {
  background: url("../../gv/images/close-bdb.png") no-repeat right 30px center;
}
.top-content-home .book-direct .copy {
  padding: 2px 60px 0 29px;
  top: 100%;
  opacity: 0;
  transition: all .5s ease-out;
  width: 100%;
}
.top-content-home .book-direct .copy ul {
  list-style-type: none;
  font-size: 1em;
  padding-left: 0px;
  padding-right: 25px;
  margin-top: -18px;
}
.top-content-home .book-direct .copy ul li {
  margin-bottom: 12px;
  line-height: 1.1em;
  color: #fff;
  font-size: 12px;
  font-family: "Brandon-Book", "sans-serif";
}
.top-content-home .book-direct .copy ul li:last-of-type {
  margin-bottom: 0px;
}
.top-content-home .book-direct .copy ul a, .top-content-home .book-direct .copy ul p {
  color: #fff;
  position: relative;
  transition: all .8s ease-in-out;
  border-bottom: 1px solid transparent;
  border-bottom-width: 0px;
}
.top-content-home .book-direct .copy ul a:hover {
  border-bottom: 1px solid #fff;
  border-bottom-width: 1px;
}
.top-content-home .book-direct .copy.slide-open {
  opacity: 1;
  top: 38px;
}
.top-content-home .book-direct.addHeight {
  height: auto;
}

.top-content-home .book-direct .copy a.btn, .top-content-home .book-direct .copy #footer form#email-signup a.signup-btn, #footer form#email-signup #home .top-content-home .book-direct .copy a.signup-btn {
  color: #fff;
  border: 0px;
  padding: 7px 25px;
  font-size: 11px;
  width: 140px;
  margin-top: 15px;
  line-height: 16px;
  background-color: #649979;
  border: 1px solid #bd945b;
}

.top-content-home .book-direct .copy a.btn:hover, .top-content-home .book-direct .copy #footer form#email-signup a.signup-btn:hover, #footer form#email-signup #home .top-content-home .book-direct .copy a.signup-btn:hover {
  color: rgba(255, 255, 255, 0.37) !important;
}

@media only screen and (max-width: 784px) {
  .top-content-home .header-img {
    /*height: calc(100vh - 55px);*/
  }
  .top-content-home .header-img .header-image-home {
    /*height: calc(100vh - 55px);*/
  }
  .top-content-home .header-img .headline {
    text-align: center;
  }
  .top-content-home .header-img .headline span.headlines1 strong {
    font-size: 32px;
  }
  .top-content-home .header-img .headline span.headlines {
    font-size: 25px;
  }
  .top-content-home .header-img .headline span.headlines2 span {
    font-size: 45px;
  }
  .top-content-home .header-img ul.slick-dots li button {
    padding: 4px;
  }
  .top-content-home .slider-header-home.mobile .sym-slide {
    height: 190px;
  }
  .top-content-home .slider-header-home.mobile .book-direct {
    display: none;
  }
  .top-content-home .slider-header-home.mobile .video-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .top-content-home .slider-header-home.mobile .video-wrapper .video-bg {
    max-width: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .top-content-home .slider-header-home ul.slick-dots {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-width: 1170px;
    text-align: center;
    left: 0px;
    right: 0px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 22px;
    z-index: 1;
  }
  .top-content-home .book-direct {
    left: 50%;
    margin-left: -172px;
  }
  .top-content-home .container {
    width: 90%;
  }
}
.intro-content .element-column-content {
  display: block;
}
.intro-content .element-column-content.hidden-content {
  display: block;
}
.intro-content .element-column-content__read-more {
  display: none;
}
.intro-content .intro-copy h1, .intro-content .intro-copy h2.title, .intro-content .intro-copy h2, .intro-content .intro-copy h2 .title, .intro-content .intro-copy h2 {
  text-transform: uppercase;
  color: #482d3e;
  font-size: 36px;
  margin-top: 0;
  font-family: "Brandon-Medium","sans-serif";
  letter-spacing: 2.5px;
  line-height: 1em;
  margin-bottom: 15px;
}
.intro-content .intro-copy h1 p, .intro-content .intro-copy h2.title p, .intro-content .intro-copy h2 p, .intro-content .intro-copy h2 .title p, .intro-content .intro-copy h2 p {
  line-height: 1em;
}
.intro-content .intro-copy h1 .text--brown, .intro-content .intro-copy h2.title .text--brown, .intro-content .intro-copy h2 .text--brown, .intro-content .intro-copy h2 .title .text--brown, .intro-content .intro-copy h2 .text--brown {
  color: #bd945b;
}
.intro-content .intro-copy h3 {
  font-size: 22px;
  color: #482d3e;
  font-family: "Brandon-Medium","sans-serif";
  letter-spacing: 2.5px;
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: 15px;
}
.intro-content .intro-copy h4 {
  font-size: 1.3076923077em;
  font-family: "Brandon-Medium","sans-serif";
  margin-bottom: 15px;
  line-height: 1.3em;
  margin-left: 0px;
  min-height: 19px;
}
.intro-content .intro-copy h4 p {
  line-height: 1em;
  font-size: 1.17em;
}
.intro-content .intro-copy .no-pad h4 {
  margin-left: 0px;
}
.intro-content .intro-copy .no-pad .col-sm-6 {
  padding-left: 0;
}
.intro-content .intro-copy .content p {
  font-size: 1.3076923077em;
  line-height: 1.7em;
  margin-bottom: 15px;
  text-align: justify;
}
.intro-content .intro-copy .content p:last-child {
  margin-bottom: 0px;
}
.intro-content .intro-copy .block-cta {
  margin-top: 20px;
  font-size: 13px;
}
.intro-content .intro-copy .sym-inline-list ul {
  padding-left: 15px;
}
.intro-content .intro-copy .sym-inline-list ul li {
  list-style: disc;
  color: #482d3e;
  margin-bottom: 11px;
  text-align: left;
}
.intro-content .intro-copy .sym-inline-list ul li ul {
  margin-top: 10px;
}
.intro-content .intro-copy table {
  width: 50% !important;
}
.intro-content .intro-copy table tr {
  margin-bottom: 11px;
}
.intro-content .intro-copy table td {
  width: 100% !important;
  text-align: left;
  position: relative;
  padding-right: 15px;
  font-size: 14px;
  vertical-align: top;
  padding-bottom: 10px;
  padding-left: 15px;
}
.intro-content .intro-copy table td::before {
  content: "\25CF";
  font-size: 14px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.intro-content .intro-copy table:first-child td {
  padding-right: 20px;
}
.intro-content .intro-copy img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 784px) {
  .intro-content .element-column-content.hidden-content {
    display: none;
  }
  .intro-content .element-column-content__read-more {
    display: inline-block;
    margin-top: 20px;
  }
  .intro-content .container.no-gutter {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .intro-content .col-md-8 {
    padding-left: 0;
    padding-right: 0;
  }
  .intro-content .col-sm-10 {
    padding-left: 0;
    padding-right: 0;
  }
  .intro-content .intro-copy .sym-inline-list h3 {
    min-height: 0;
  }
  .intro-content .intro-copy .sym-inline-list.col-space {
    margin-top: 30px;
  }
  .intro-content .intro-copy .col-sm-12 {
    padding: 0;
  }
  .intro-content .intro-copy .col-sm-12 ul {
    margin-left: 20px;
  }
  .intro-content .intro-copy .sym-inline-list.no-gutter-left, .intro-content .intro-copy .sym-inline-list.no-gutter-right {
    padding-left: 0;
    padding-right: 0;
  }
  .intro-content .intro-copy table {
    width: 100% !important;
    margin-left: 15px;
  }
  .intro-content .intro-copy .col-sm-6 {
    padding-right: 0;
  }
  .intro-content .intro-copy h1 {
    font-size: 1.9230769231em;
    letter-spacing: 2px;
    line-height: 1em;
  }
  .intro-content .intro-copy h1 p {
    line-height: 1em;
  }
  .intro-content .intro-copy .content p {
    font-size: 1.2em;
  }
  .intro-content .intro-copy img {
    width: 100%;
    float: unset;
  }
}
.feature-content .amenities-home {
  display: inline-block;
  width: 100%;
}
.feature-content .amenities-home .amenities-content {
  text-align: center;
}
.feature-content .amenities-home .amenities-content h2 {
  font-size: 25px;
  font-family: "Brandon-Medium", "sans-serif";
  letter-spacing: 2px;
  text-align: center;
}
.feature-content .amenities-home .amenities-content .post-amenities {
  display: inline-block;
  width: 30%;
  text-align: left;
  vertical-align: middle;
  margin: 10px 0;
}
.feature-content .amenities-home .amenities-content .post-amenities span {
  width: 60px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
}
.feature-content .amenities-home .amenities-content .post-amenities p {
  padding: 15px 0 15px 0;
  margin: 0px;
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
  width: 280px;
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  .feature-content .amenities-home .amenities-content .post-amenities {
    display: inline-block;
    width: 45%;
    text-align: center;
    vertical-align: top;
    margin: 10px 2%;
  }
  .feature-content .amenities-home .amenities-content .post-amenities p {
    padding: 15px 0 15px 0;
    margin: 0px;
    line-height: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 784px) {
  .feature-content .amenities-home .amenities-content h2 {
    padding: 0 15px;
  }
}
.second-menu {
  background: #E3DDD5;
}
.second-menu .sub-menu ul li {
  padding: 0;
}
.second-menu .sub-menu ul.navbar-fixed {
  z-index: 99;
  background: #e3ddd5;
}
.second-menu .sub-menu ul.navbar-fixed li {
  padding: 26px 0 27px;
}

@media only screen and (max-width: 784px) {
  .second-menu {
    background: transparent;
  }
  .second-menu .sub-menu {
    background: transparent;
  }
  .second-menu .sub-menu ul {
    background: transparent;
  }
  .second-menu .sub-menu ul li {
    display: inline-block;
    margin: 5px;
    border-right: 1px solid #ccc;
    font-size: 13px;
    padding: 0;
    padding-right: 10px;
    font-family: "Brandon";
  }
  .second-menu .sub-menu ul li a.current {
    color: #bd945b;
    font-weight: 600;
  }
  .second-menu .sub-menu ul li:last-of-type {
    padding: 0px;
    border: 0px;
  }
}
.tile-content {
  /*.explore-home .slick-arrow.slick-next {
    right: 0px;
    background-image: url(../images/arrow-next.png);
    border:none;
  }

  .explore-home .slick-arrow.slick-prev {
    left: 0px;
    background-image: url(../images/arrow-next.png);
    transform: rotate(180deg);
    border:none;
  }*/
}
.tile-content h3.description {
  color: #2d2d2d;
  text-transform: uppercase;
  font-size: 1.3846153846em;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0 30px;
  line-height: 25px;
}
.tile-content .overall-btn {
  margin-top: 20px;
}
.tile-content .tile-cta {
  text-align: center;
  margin-top: 20px;
}
.tile-content .explore-home {
  text-align: center;
  background: url("../../gv/images/intro-background.jpg") no-repeat 50% 50%;
  background-size: cover !important;
}
.tile-content .explore-home h2 {
  text-align: center;
  text-transform: uppercase;
  color: #482d3e;
  font-family: "Brandon-Medium", "sans-serif";
  font-size: 1.9230769231em;
  letter-spacing: 3px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.tile-content .explore-home h3.description {
  padding: 0 15px;
}
.tile-content .explore-home .each-hover .hover-state {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  background: rgba(241, 90, 80, 0);
  opacity: 1;
  height: 100%;
  margin-right: 15px;
  margin-left: 15px;
  width: calc(100% - 30px);
}
.tile-content .explore-home .each-hover .hover-state h3 {
  position: absolute;
  color: rgba(255, 255, 255, 0);
  width: 100%;
  top: 50%;
  margin-top: -50px;
  font-size: 1.53846em;
}
.tile-content .explore-home .each-hover:hover .hover-state {
  opacity: 1;
  background: rgba(241, 90, 80, 0.8);
}
.tile-content .explore-home .for-img {
  margin-left: 15px;
  margin-right: 15px;
}
.tile-content .explore-home .copy-slide {
  font-family: "Brandon-Medium", "sans-serif";
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 315px;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background-color: #bd945b;
  letter-spacing: 0;
}
.tile-content .explore-home .copy-slide img {
  vertical-align: top;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tile-content .explore-home .copy-slide figcaption {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  bottom: 40px;
  left: 20px;
  right: 20px;
  z-index: 1;
  bottom: 0;
}
.tile-content .explore-home .copy-slide h3, .tile-content .explore-home .copy-slide p {
  margin: 0;
  opacity: 0;
  letter-spacing: 0px;
  text-align: center;
}
.tile-content .explore-home .copy-slide h3 {
  transform: translateY(-100%);
  font-size: 20px;
}
.tile-content .explore-home .copy-slide p {
  font-weight: normal;
  font-style: italic;
  color: #fff;
  font-size: 0.9em;
  padding-left: 15px;
  transform: translateX(-25px);
}
.tile-content .explore-home .copy-slide a {
  /*position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 0px;
  text-indent: -10000px;
  color: transparent*/
}
.tile-content .explore-home .each-hover:hover .hover-state h3 {
  color: #fff;
}
.tile-content .explore-home .copy-slide * {
  box-sizing: border-box;
  transition: all 0.45s ease;
}
.tile-content .explore-home .copy-slide:hover > img, .tile-content .explore-home .copy-slide.hover > img {
  opacity: 0.2;
}
.tile-content .explore-home .copy-slide:hover h3, .tile-content .explore-home .copy-slide.hover h3, .tile-content .explore-home .copy-slide:hover p, .tile-content .explore-home .copy-slide.hover p {
  transform: translateY(0);
  opacity: 1;
}
.tile-content .reasons-home {
  display: inline-block;
  width: 100%;
}
.tile-content .reasons-home .reasons-home-post {
  position: relative;
  margin: 0 20px;
}
.tile-content .reasons-home .reasons-home-post .hover-reasons {
  position: absolute;
  background-color: #bd945b;
  opacity: 0;
  height: 100%;
  transition: all 0.45s ease;
  top: 0px;
  width: 100%;
}
.tile-content .reasons-home .reasons-home-post .hover-reasons h3 {
  font-family: "Brandon-Medium", "sans-serif";
  font-size: 18px;
  color: #fff;
  transition: all 0.45s ease;
  position: absolute;
  top: -30px;
  opacity: 0;
  padding: 10px 20px;
  height: 120px;
}
.tile-content .reasons-home .reasons-home-post:hover .hover-reasons {
  top: 0px;
  opacity: 0.85;
}
.tile-content .reasons-home .reasons-home-post:hover .hover-reasons h3 {
  margin-top: auto;
  top: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 1;
}
.tile-content .reasons-home .each-slide {
  text-align: center;
}
.tile-content .reasons-home .grape-background {
  width: 100%;
  background-attachment: fixed !important;
  background-size: cover !important;
  position: relative;
}
.tile-content .reasons-home h2 {
  text-align: center;
  text-transform: uppercase;
  color: #482d3e;
  font-family: "Brandon-Medium", "sans-serif";
  font-size: 1.9230769231em;
  letter-spacing: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.tile-content .reasons-home .copy-holder {
  max-width: 1140px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.tile-content .reasons-home .top-border, .tile-content .reasons-home .bottom-border {
  height: 8px;
  width: 240px;
  background: #bd945b;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -120px;
}
.tile-content .reasons-home .bottom-border {
  bottom: 0px;
  top: initial;
}
.tile-content .reasons-home .diamond {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 8px solid #bd945b;
  position: relative;
  top: 40px;
}
.tile-content .reasons-home .diamond:after {
  content: '';
  position: absolute;
  left: -5px;
  top: 22px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 8px solid #bd945b;
}
.tile-content .explore-sidebar h2 {
  text-align: center;
  color: #482d3e;
  text-transform: uppercase;
  font-size: 1.9230769231em;
  letter-spacing: 3px;
  font-family: "Brandon-Medium","sans-serif";
  margin: 20px 0 20px;
  line-height: 1.2em;
}
.tile-content .explore-sidebar h3.description {
  padding: 0 15px;
}
.tile-content .explore-sidebar .each-hover .hover-state {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  background: rgba(241, 90, 80, 0);
  opacity: 1;
  height: 100%;
  margin-right: 15px;
  margin-left: 15px;
  width: calc(100% - 30px);
}
.tile-content .explore-sidebar .each-hover .hover-state .h3 {
  position: absolute;
  color: rgba(255, 255, 255, 0);
  width: 100%;
  top: 50%;
  margin-top: -50px;
  font-size: 1.5384615385em;
}
.tile-content .explore-sidebar .each-hover:hover .hover-state {
  opacity: 1;
  background: rgba(241, 90, 80, 0.8);
}
.tile-content .explore-sidebar .each-hover:hover .hover-state h3 {
  color: #fff;
}
.tile-content .explore-sidebar .for-img {
  margin-left: 20px;
  margin-right: 20px;
}
.tile-content .explore-sidebar .copy-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background-color: #bd945b;
  max-width: 360px;
  display: block;
}
.tile-content .explore-sidebar .copy-slide img {
  vertical-align: top;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tile-content .explore-sidebar .copy-slide figcaption {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  z-index: 1;
  bottom: 0;
}
.tile-content .explore-sidebar .copy-slide h3, .tile-content .explore-sidebar .copy-slide p {
  margin: 0;
  opacity: 0;
}
.tile-content .explore-sidebar .copy-slide h3 {
  transform: translateY(-100%);
  margin-bottom: 5px;
  text-align: center;
}
.tile-content .explore-sidebar .copy-slide p {
  font-weight: normal;
  font-style: italic;
  color: #fff;
  font-size: 0.9em;
  padding-left: 15px;
  transform: translateX(-25px);
}
.tile-content .explore-sidebar .copy-slide a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 0px;
  color: transparent;
  text-indent: -10000px;
}
.tile-content .explore-sidebar .copy-slide:hover > img, .tile-content .explore-sidebar .copy-slide.hover > img {
  opacity: 0.2;
}
.tile-content .explore-sidebar .copy-slide:hover h3, .tile-content .explore-sidebar #content .content .sidebar .copy-slide.hover h3, .tile-content .explore-sidebar .copy-slide:hover p, .tile-content .explore-sidebar .copy-slide.hover p {
  transform: translateY(0);
  opacity: 1;
}
.tile-content .explore-sidebar .copy-slide.left {
  float: right;
}
.tile-content .explore-sidebar .copy-slide.right {
  float: left;
}
.tile-content .explore-sidebar .copy-slide * {
  box-sizing: border-box;
  transition: all 0.45s ease;
}
.tile-content .explore-sidebar .cta-btn {
  text-align: center;
  margin-top: 48px;
}
.tile-content img {
  max-width: 100%;
  width: 100%;
  /*height:100%;*/
}
.tile-content .slick-arrow {
  border: 1px solid #bd945b;
  padding: 15px 5px;
}
.tile-content .explore-home .slick-arrow {
  top: 50% !important;
  /*    width: 30px !important;
      height: 40px;*/
  margin-top: -80px;
}
.tile-content .slick-arrow {
  margin-top: -70px;
}
.tile-content .slick-arrow.slick-next {
  right: -10px;
  background-image: url(../../gv/images/chevron-right-light.svg);
  background-size: 50%;
}
.tile-content .slick-arrow.slick-prev {
  left: -10px;
  background-image: url(../../gv/images/chevron-left-light.svg);
  background-size: 50%;
}
.tile-content .slick-prev, .tile-content .slick-next {
  background: url("../../gv/images/chevron-right-light.svg") no-repeat 50% 50%;
  top: 50%;
  width: 30px;
  height: 40px;
}
.tile-content .no-text .slick-arrow {
  top: 50%;
  margin-top: -20px;
}
.tile-content .reasons-home .no-text .slick-arrow {
  top: 50%;
  margin-top: -20px;
}
.tile-content .reasons-home .slick-arrow.slick-prev, .tile-content .explore-sidebar .slick-arrow.slick-prev {
  left: -20px;
}
.tile-content .reasons-home .slick-arrow.slick-next, .tile-content .explore-sidebar .slick-arrow.slick-prev {
  right: -20px;
}

@media (max-width: 784px) {
  .tile-content .hover-content {
    margin-left: auto;
    margin-right: auto;
    background: #bd945b;
    color: #fff;
    font-family: "Brandon-Medium","sans-serif";
    text-align: center;
    font-size: 1.3em;
    line-height: 1.15em;
    padding-top: 10px;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
  }
  .tile-content .explore-home h2 {
    font-size: 1.9em;
  }
  .tile-content .explore-home .copy-slide {
    max-width: unset;
    background-color: transparent;
  }
  .tile-content .explore-home .copy-slide img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }
  .tile-content .explore-home .copy-slide figcaption {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #bd945b;
    top: unset;
    color: #fff;
    font-family: "Brandon-Medium","sans-serif";
    text-align: center;
    font-size: 1.3em;
    line-height: 1.15em;
    padding-top: 10px;
    padding-bottom: 11px;
    left: 0;
    right: 0;
  }
  .tile-content .explore-home .copy-slide figcaption h3 {
    transform: translateY(0);
    font-size: 16px;
    opacity: 1;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
  .tile-content .explore-home .for-img {
    /*margin-left:35px;
    margin-right:35px;*/
    margin: 0 40px;
  }
  .tile-content .explore-home .copy-slide:hover > img, .tile-content .explore-home .copy-slide.hover > img {
    opacity: 1;
  }
  .tile-content .explore-home .four-tile {
    width: 90%;
  }
  .tile-content .reasons-home {
    /*.hover-reasons{
      display: none;
    }*/
      /*.slick-arrow.slick-prev {
        left: 0px;
        transform: rotate(180deg);
        top:50% !important;
        margin-top:-70px;
      }

      .slick-arrow.slick-next {
        right: 0px;
        top:50% !important;
        margin-top:-70px;
      }*/
  }
  .tile-content .reasons-home h2 {
    font-size: 1.4em;
  }
  .tile-content .reasons-home .reasons-home-post {
    margin: 0 40px;
  }
  .tile-content .reasons-home .reasons-home-post:hover .hover-reasons {
    top: unset;
    opacity: 0;
  }
  .tile-content .reasons-home .reasons-home-post .hover-reasons {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #bd945b;
    top: unset;
    color: #fff;
    font-family: "Brandon-Medium","sans-serif";
    text-align: center;
    font-size: 1.3em;
    line-height: 1.15em;
    padding-top: 10px;
    padding-bottom: 11px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    height: auto;
  }
  .tile-content .reasons-home .reasons-home-post .hover-reasons h3 {
    transform: translateY(0);
    font-size: 16px;
    opacity: 1;
    margin: 0 auto;
    max-width: unset;
    position: unset;
    height: unset;
  }
  .tile-content .explore-sidebar.container {
    padding: 0;
  }
  .tile-content .explore-sidebar .for-img {
    margin: 0 40px;
  }
  .tile-content .explore-sidebar .col-sm-12 {
    /* padding-left:0;
     padding-right:0;*/
  }
  .tile-content .explore-sidebar .copy-slide {
    max-width: unset;
    margin: 0 auto;
    background: none;
        /*&.left{

          img{
            padding-left:10px;
          }

        }

        &.right{

          img{
            padding-right:10px;
          }

        }*/
  }
  .tile-content .explore-sidebar .copy-slide.right, .tile-content .explore-sidebar .copy-slide.left {
    float: unset;
  }
  .tile-content .explore-sidebar .copy-slide figcaption {
    position: unset;
    margin-top: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #bd945b;
    top: unset;
    color: #fff;
    font-family: "Brandon-Medium","sans-serif";
    text-align: center;
    font-size: 1.3em;
    line-height: 1.15em;
    padding-top: 10px;
    padding-bottom: 11px;
    left: 0;
    right: 0;
  }
  .tile-content .explore-sidebar .copy-slide figcaption h3 {
    transform: translateY(0);
    font-size: 16px;
    opacity: 1;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tile-content .explore-sidebar .copy-slide:hover {
    /*figcaption{
      display: none;
    }*/
  }
  .tile-content .explore-sidebar .copy-slide:hover img {
    opacity: 1;
  }
  .tile-content .slick-arrow {
    margin-top: -60px;
    width: 25px;
    height: 40px;
  }
  .tile-content .slick-arrow.no-text {
    margin-top: -20px;
  }
  .tile-content .explore-sidebar .slick-arrow.slick-prev {
    left: 15px;
  }
  .tile-content .explore-sidebar .slick-arrow.slick-next {
    right: 15px;
  }
  .tile-content .reasons-home .slick-arrow.slick-prev {
    left: 0px;
  }
  .tile-content .reasons-home .slick-arrow.slick-next {
    right: 0px;
  }
  .tile-content .explore-home .slick-arrow.slick-prev {
    left: 0px;
  }
  .tile-content .explore-home .slick-arrow.slick-next {
    right: 0px;
  }
}
.gallery-content {
  position: relative;
}
.gallery-content .clearfix {
  overflow: hidden;
  clear: both;
}
.gallery-content h2 {
  text-align: center;
  text-transform: uppercase;
  color: #482d3e;
  font-family: "Brandon-Medium", "sans-serif";
  font-size: 1.9230769231em;
  letter-spacing: 3px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.gallery-content .logo-gallery {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  left: 0px;
  width: 271px;
  height: 162px;
  position: absolute;
  top: 50px;
  z-index: 9;
}
.gallery-content .red-overlay {
  transition: all 0.3s ease-in-out;
  background: rgba(251, 74, 74, 0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -55555px;
}
.gallery-content .photo-home {
  position: relative;
  text-align: center;
}
.gallery-content .photo-home .image-column {
  background-size: cover !important;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.gallery-content .photo-home .image-column .image-inner {
  background-position: center center !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.1);
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery-content .photo-home .image-column:hover {
  background-size: 100% !important;
}
.gallery-content .photo-home .image-column:hover .image-inner {
  transform: scale(1);
}
.gallery-content .photo-home .image-column:hover .red-overlay {
  background: rgba(72, 45, 62, 0.4);
}
.gallery-content .photo-home .first-column {
  height: 472px;
  width: 37%;
  margin-right: 1%;
  float: left;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.gallery-content .photo-home .first-column .image-inner {
  background-position: center center !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.1);
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery-content .photo-home .second-column {
  height: 472px;
  width: 42%;
  margin-right: 1%;
  float: left;
}
.gallery-content .photo-home .second-column .top {
  height: 300px;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.gallery-content .photo-home .second-column .bottom .first {
  height: 162px;
  float: left;
  width: 49%;
  margin-right: 2%;
  position: relative;
}
.gallery-content .photo-home .second-column .second {
  float: left;
  width: 49%;
  height: 162px;
  position: relative;
}
.gallery-content .photo-home .third-column {
  width: 19%;
  height: 472px;
  float: left;
}
.gallery-content .photo-home .third-column .top {
  height: 206px;
  margin-bottom: 10px;
  position: relative;
}
.gallery-content .photo-home .third-column .bottom {
  height: 256px;
  position: relative;
}
.gallery-content .photo-home a.btn, .gallery-content .photo-home #footer form#email-signup a.signup-btn, .gallery-content .photo-home #footer form#email-signup #home .main-content .photo-home a.signup-btn {
  margin-top: 45px;
}
.gallery-content .photo-home .even-display .first-column {
  float: right;
  margin-left: 1%;
  margin-right: 0px;
}
.gallery-content .photo-home .even-display .second-column {
  float: right;
  margin-left: 1%;
  margin-right: 0px;
}
.gallery-content .hotel-inner {
  position: relative;
  text-align: center;
}
.gallery-content .hotel-inner .logo-gallery {
  top: -20px;
  margin-left: calc(8.33333333% + 15px);
  left: 0;
}
.gallery-content .hotel-inner .image-column {
  overflow: hidden;
  position: relative;
}
.gallery-content .hotel-inner .image-column .image-inner {
  background-size: cover;
  background-position: center center;
  transform: scale(1.1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-content .hotel-inner .image-column:hover .image-inner {
  transform: scale(1);
}
.gallery-content .hotel-inner .image-column:hover .red-overlay {
  background: rgba(72, 45, 62, 0.4);
}
.gallery-content .hotel-inner .images-hotel {
  text-align: left;
  margin: 0 auto;
  float: none;
}
.gallery-content .hotel-inner .images-hotel img {
  width: 100%;
}
.gallery-content .hotel-inner .images-hotel .img.inset2 {
  width: 81.5%;
  margin-bottom: 15px;
}
.gallery-content .hotel-inner .images-hotel .img.inset3 {
  width: 81.5%;
  float: right;
}
.gallery-content .hotel-inner .images-hotel .img.inset4 {
  width: 53%;
}
.gallery-content .hotel-inner .images-hotel .img.inset5 {
  float: right;
  width: 42.1%;
}
.gallery-content .hotel-inner .images-hotel .img.inset6 {
  margin-top: 15px;
}
.gallery-content .hotel-inner .images-hotel .first-column {
  float: left;
  width: 40%;
  margin-right: 15px;
  height: 510px;
}
.gallery-content .hotel-inner .images-hotel .first-column .inset2, .gallery-content .hotel-inner .images-hotel .first-column .inset3 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 240px;
  margin-bottom: 15px;
}
.gallery-content .hotel-inner .images-hotel .second-column {
  width: calc(60% - 15px);
  float: left;
  height: 510px;
}
.gallery-content .hotel-inner .images-hotel .second-column .inset4 {
  margin-right: 15px;
}
.gallery-content .hotel-inner .images-hotel .second-column .inset4, .gallery-content .hotel-inner .images-hotel .second-column .inset5 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  display: inline-block;
}
.gallery-content .hotel-inner .images-hotel .second-column .inset6 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 275px;
}
.gallery-content .hotel-inner .images-hotel.even-display .first-column {
  float: right;
  margin-left: 15px;
  margin-right: 0px;
}
.gallery-content .hotel-inner .images-spa .first-column {
  margin-right: 20px;
}
.gallery-content .hotel-inner .images-spa .first-column .inset2 {
  height: 282px;
  margin-bottom: 15px;
}
.gallery-content .hotel-inner .images-spa .first-column .inset3 {
  height: 183px;
  margin-bottom: 15px;
}
.gallery-content .hotel-inner .images-spa .second-column {
  width: calc(60% - 20px);
}
.gallery-content .hotel-inner .images-spa .second-column .col-sm-6:first-child {
  width: 60%;
  height: 228px;
  margin-bottom: 15px;
}
.gallery-content .hotel-inner .images-spa .second-column .col-sm-6:first-child .inset4 {
  height: 228px;
  margin-bottom: 15px;
}
.gallery-content .hotel-inner .images-spa .second-column .col-sm-6:nth-child(2) {
  width: 40%;
  height: 228px;
  margin-bottom: 15px;
}
.gallery-content .hotel-inner .images-spa .second-column .col-sm-6:nth-child(2) .inset5 {
  height: 228px;
  margin-bottom: 15px;
}
.gallery-content .hotel-inner .images-spa .second-column .inset6 {
  height: 239px;
}
.gallery-content .spa-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* Gallery Slider */
.gallery-carousel {
  display: block;
}
@media screen and (min-width: 784px) {
  .gallery-carousel {
    display: none;
  }
}
.gallery-carousel__item-wrapper {
  margin: 0 40px;
  overflow: hidden;
}
.gallery-carousel__item {
  margin: 0 auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 500px) {
  .gallery-carousel__item {
    height: 350px;
  }
}
.gallery-carousel .slick-arrow {
  width: 25px;
  height: 40px;
  border: 1px solid #bd945b;
  padding: 15px 5px;
}
.gallery-carousel .slick-arrow.slick-prev {
  left: 10px;
  background: url("../../gv/images/chevron-left-light.svg") no-repeat 50% 50%;
  background-size: 50%;
}
.gallery-carousel .slick-arrow.slick-next {
  right: 10px;
  background: url("../../gv/images/chevron-right-light.svg") no-repeat 50% 50%;
  background-size: 50%;
}

@media only screen and (max-width: 991px) {
  .gallery-content .hotel-inner .logo-gallery {
    margin-left: 0;
    left: 15px;
  }
}
@media only screen and (max-width: 883px) {
  .gallery-content .five-grid,
  .gallery-content .six-grid {
    display: block;
  }
  .gallery-content .gallery-carousel {
    display: none;
  }

  .gallery-content .logo-gallery {
    width: 140px;
    height: 140px;
    left: 15px;
  }
  .gallery-content .photo-home {
    padding: 75px 15px 65px;
  }
  .gallery-content .photo-home .first-column {
    height: 299px;
  }
  .gallery-content .photo-home .second-column {
    height: 299px;
  }
  .gallery-content .photo-home .second-column .top {
    height: 190px;
  }
  .gallery-content .photo-home .second-column .bottom .first {
    height: 99px;
  }
  .gallery-content .photo-home .second-column .bottom .second {
    height: 99px;
  }
  .gallery-content .photo-home .third-column {
    height: 299px;
  }
  .gallery-content .photo-home .third-column .top {
    height: 144px;
  }
  .gallery-content .photo-home .third-column .bottom {
    height: 144px;
  }
}
@media (max-width: 784px) {
  .gallery-content .five-grid,
  .gallery-content .six-grid {
    display: none;
  }
  .gallery-content .gallery-carousel {
    display: block;
  }

  .gallery-content .photo-home {
    padding: 0;
  }
  .gallery-content .hotel-inner {
    clear: both;
    overflow: hidden;
  }
  .gallery-content .hotel-inner .col-sm-6 {
    width: 50%;
    float: left;
  }
  .gallery-content .hotel-inner .col-sm-12 {
    float: left;
    width: 100%;
  }
  .gallery-content .hotel-inner .images-hotel.no-gutter-left {
    padding-right: 0;
  }
  .gallery-content .hotel-inner .images-hotel .first-column, .gallery-content .hotel-inner .images-hotel .second-column {
    height: 300px;
  }
  .gallery-content .hotel-inner .images-hotel .first-column .inset2, .gallery-content .hotel-inner .images-hotel .first-column .inset3 {
    height: 150px;
  }
  .gallery-content .hotel-inner .images-hotel .second-column .inset5, .gallery-content .hotel-inner .images-hotel .second-column .inset4 {
    height: 130px;
  }
  .gallery-content .hotel-inner .images-hotel .second-column .inset6 {
    height: 170px;
  }
  .gallery-content .hotel-inner .images-spa .first-column .inset2 {
    height: 170px;
  }
  .gallery-content .hotel-inner .images-spa .first-column .inset3 {
    height: 130px;
  }
  .gallery-content .hotel-inner .images-spa .second-column .col-sm-6:first-child {
    height: 160px;
  }
  .gallery-content .hotel-inner .images-spa .second-column .col-sm-6:first-child .inset4 {
    height: 160px;
  }
  .gallery-content .hotel-inner .images-spa .second-column .col-sm-6:nth-child(2) {
    height: 160px;
  }
  .gallery-content .hotel-inner .images-spa .second-column .col-sm-6:nth-child(2) .inset5 {
    height: 160px;
  }
  .gallery-content .hotel-inner .images-spa .second-column .inset6 {
    height: 140px;
  }
}
.map-home .cont-map {
  background-image: url(../../gv/images/pale-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 100%;
  height: 540px;
}
.map-home .cont-map .info-posts-map, .map-home .cont-map .pins {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -1px;
  height: 100%;
  position: relative;
  width: 50%;
}
.map-home .cont-map .info-posts-map iframe, .map-home .cont-map .pins iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.map-home .cont-map .info-posts-map.info-posts-map, .map-home .cont-map .pins.info-posts-map {
  text-align: center;
}
.map-home .cont-map .info-posts-map .post-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.map-home .cont-map .info-posts-map.info-posts-map h2, .map-home .cont-map .pins.info-posts-map h2 {
  text-align: center;
  text-transform: uppercase;
  color: #482d3e;
  font-size: 1.9230769231em;
  letter-spacing: 3px;
  margin-bottom: 30px;
  padding: 0 10%;
  font-family: Brandon-Medium;
}
.map-home .cont-map .info-posts-map.info-posts-map a.btn {
  text-shadow: 0 0 0 #482d3e, 0 -45px 0 #482d3e;
}
.map-home .cont-map .info-posts-map.info-posts-map .post-map, .map-home .cont-map .pins.info-posts-map .post-map {
  cursor: pointer;
  max-width: 280px;
  margin: 8px auto;
  text-align: center;
}
.map-home .cont-map .info-posts-map.info-posts-map .post-map#post-napa-hotel, .map-home .cont-map .pins.info-posts-map .post-map#post-napa-hotel {
  display: none;
}
.map-home .cont-map .info-posts-map.info-posts-map .post-map .info, .map-home .cont-map .pins.info-posts-map .post-map .info {
  cursor: pointer;
}
.map-home .cont-map .info-posts-map.info-posts-map .post-map .info .favourites, .map-home .cont-map .pins.info-posts-map .post-map .info .favourites {
  display: inline-block;
  font-size: 15px;
  font-family: "Brandon-Medium", "sans-serif";
  color: #fff;
  transition: all .3s ease-in-out;
  height: 22px;
}
.map-home .cont-map .info-posts-map.info-posts-map .post-map .info .favourites span, .map-home .cont-map .pins.info-posts-map .post-map .info .favourites span {
  font-size: 13px;
}
.map-home .cont-map .info-posts-map.info-posts-map .post-map.active .info .favourites, .map-home .cont-map .pins.info-posts-map .post-map.active .info .favourites {
  border-bottom: 1px solid #bd945b;
}
.map-home .cont-map .info-posts-map.pins li.pin, .map-home .cont-map .pins.pins li.pin {
  background-image: url(../../gv/images/pin-inactive.png);
  height: 35px;
  width: 35px;
  background-repeat: no-repeat;
  position: absolute;
  background-position: center center;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.map-home .cont-map .info-posts-map.pins li.pin.pin[title="post-napa-hotel"], .map-home .cont-map .pins.pins li.pin.pin[title="post-napa-hotel"] {
  background-image: url(../../gv/images/pin-hotel.png);
  width: 40px;
  height: 50px;
  right: 70px;
  top: 10px;
  background-size: contain;
}
.map-home .cont-map .info-posts-map.pins li.pin.pin[title="post-redd-wood"], .map-home .cont-map .pins.pins li.pin.pin[title="post-redd-wood"] {
  right: 135px;
  top: 90px;
}
.map-home .cont-map .info-posts-map.pins li.pin.pin[title="post-rd-kitchen"], .map-home .cont-map .pins.pins li.pin.pin[title="post-rd-kitchen"] {
  right: 130px;
  top: 40px;
}
.map-home .cont-map .info-posts-map.pins li.pin.pin[title="post-maisonry-napa-valley"], .map-home .cont-map .pins.pins li.pin.pin[title="post-maisonry-napa-valley"] {
  right: 170px;
  top: 120px;
}
.map-home .cont-map .info-posts-map.pins li.pin.pin[title="post-french-laundry"], .map-home .cont-map .pins.pins li.pin.pin[title="post-french-laundry"] {
  right: 270px;
  top: 220px;
}
.map-home .cont-map .info-posts-map.pins li.pin.pin[title="post-hope-and-grace-wines"], .map-home .cont-map .pins.pins li.pin.pin[title="post-hope-and-grace-wines"] {
  right: 430px;
  bottom: 40px;
}
.map-home .cont-map .info-posts-map.pins li.pin.pin[title="post-bouchon-bakery"], .map-home .cont-map .pins.pins li.pin.pin[title="post-bouchon-bakery"] {
  right: 370px;
  bottom: 50px;
}
.map-home .cont-map .info-posts-map.pins li.pin.pin[title="post-v-marketplacw"], .map-home .cont-map .pins.pins li.pin.pin[title="post-v-marketplacw"] {
  right: 570px;
  bottom: 80px;
}
.map-home .cont-map .info-posts-map.pins li.pin.active, .map-home .cont-map .pins.pins li.pin.active {
  background-image: url(../../gv/images/markers-over.png);
}

@media only screen and (max-width: 784px) {
  .map-home .cont-map {
    height: auto;
    background-image: unset;
  }
  .map-home .cont-map .info-posts-map.info-posts-map, .map-home .cont-map .pins.info-posts-map {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
  }
  .map-home .cont-map .info-posts-map.info-posts-map h2, .map-home .cont-map .pins.info-posts-map h2 {
    margin-top: 50px;
  }
  .map-home .cont-map .info-posts-map.info-posts-map {
    display: none;
  }
  .map-home .cont-map .info-posts-map.info-posts-map .post-inner {
    transform: unset;
  }
  .map-home .cont-map .pins {
    background-image: url(../../gv/images/map-background3.jpg);
    background-position-x: 100%;
    width: 100%;
    height: 350px;
  }
}
@media only screen and (max-width: 784px) {
  .full-section .each-room .room-description {
    padding-left: 0 !important;
  }
}
.fancybox-overlay {
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../../gv/images/fancybox_overlay.png);
}

.fancybox-wrap .fancybox-skin {
  background: transparent;
}
.fancybox-wrap .fancybox-inner .slick-slide {
  display: block !important;
  width: auto !important;
  float: unset;
  text-align: center;
}
.fancybox-wrap .fancybox-inner .slick-slide img {
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  margin: 0 auto;
}
.fancybox-wrap .fancybox-close {
  position: absolute;
  top: 0;
  right: 0px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.full-section .title_blog h2 {
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 3px;
  font-family: "Brandon-Medium","sans-serif";
  text-align: center;
  line-height: 1.2em;
  margin: 30px 0;
}
.full-section h2.subtitle {
  color: #482d3e;
  text-transform: uppercase;
  font-size: 1.9230769231em;
  letter-spacing: 3px;
  font-family: "Brandon-Medium","sans-serif";
  margin: 20px 0 10px;
  line-height: 1.2em;
}
.full-section h3.price {
  font-size: 1.3076923077em;
  font-family: "Brandon-Medium","sans-serif";
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 1.3em;
}
.full-section .fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.full-section .fancybox-skin .fancybox-inner {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.full-section .fancybox-skin .fancybox-inner img {
  display: block;
  width: 300px;
  height: 300px;
}
.full-section #tabs ul {
  margin-bottom: 30px;
}
.full-section #tabs ul li {
  float: none;
  margin: 0 10px;
}
.full-section #tabs ul li.ui-state-active {
  margin: 0px 10px;
  padding: 0px;
}
.full-section #tabs ul li.ui-state-active .btn-tabs {
  background: none;
  color: #482d3e;
  border: 1px solid #bd945b;
}
.full-section #tabs ul li a {
  text-transform: capitalize;
  font-size: 15px;
  text-decoration: underline;
}
.full-section .each-room {
  margin-bottom: 85px;
}
.full-section .each-room .fancybox {
  display: block !important;
}
.full-section .each-room .fancybox img {
  width: 100%;
  height: auto;
}
.full-section .each-room .sym-slides .slick-arrow {
  background-repeat: no-repeat;
  height: 35px;
}
.full-section .each-room .sym-slides .slick-arrow.slick-prev {
  left: 10px;
  background-image: url("../../gv/images/chevron-left-light-white.svg");
}
.full-section .each-room .sym-slides .slick-arrow.slick-next {
  right: 10px;
  background-image: url("../../gv/images/chevron-right-light-white.svg");
}
.full-section .each-room .room-img {
  display: inline-block;
  position: relative;
}
.full-section .each-room .room-img .zoom-room {
  background: url("../../gv/images/expand-rooms.svg") no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #bd945b;
  transition: all 0.45s ease;
  background-size: 25px;
  background-position: center;
}
.full-section .each-room .room-img .zoom-room:hover {
  cursor: pointer;
}
.full-section .each-room .room-description {
  padding-left: 30px;
}
.full-section .each-room .room-description ul {
  list-style-type: disc;
  padding-left: 20px;
}
.full-section .each-room .room-description p {
  margin-bottom: 20px;
  font-size: 1.2307692308em;
  line-height: 1.9em;
}
.full-section .each-room .room-description p.reservation-info {
  color: #482d3e;
  font-weight: 700;
}
.full-section .each-room .room-description .best-rate {
  margin-left: 41px;
  font-weight: 700;
  font-size: 14px;
  margin-top: 18px;
}
.full-section .each-room .read-details, .full-section .each-room .read-details-explore {
  color: #482d3e;
  font-size: 1.2307692308em;
  line-height: 1.9em;
  margin-bottom: 30px;
  display: block;
  cursor: pointer;
  font-weight: 700;
}
.full-section .each-room .blog-full {
  display: none;
  margin-top: 30px;
}
.full-section .each-room .blog-full p img {
  float: right;
  margin: 0px 0px 20px 30px;
}
.full-section .each-room:last-of-type {
  margin-bottom: 0;
}
.full-section .explore-activities .title_blog h2 {
  text-align: center;
  color: #482d3e;
  margin: 15px 0;
  padding-right: 50px;
  background-image: url(../../gv/images/pale-bg.jpg);
  background-position: right center;
  text-transform: uppercase;
  font-size: 1.9230769231em;
  letter-spacing: 3px;
}
.full-section .explore-activities .title_blog {
  text-align: center;
  background-image: url(../../gv/images/pale-bg.jpg);
  background-position: right center;
}
.full-section .explore-activities .title_blog span {
  display: none;
}
.full-section .explore-activities .title_blog h2 {
  color: #482d3e;
  display: inline-block;
  margin: 15px 0;
  background-repeat: no-repeat;
  padding-right: 50px;
  background-position: right center;
  background-size: 20px;
  line-height: 1.2em;
}
.full-section .explore-activities.accordion .title_blog {
  position: relative;
}
.full-section .explore-activities.accordion .title_blog:after {
  position: absolute;
  content: '';
  display: block;
  right: 20px;
  width: 20px;
  height: 20px;
  top: 18px;
  background-image: url(../../gv/images/arrow-spa-black.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.full-section .each-reason {
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
.full-section .each-reason:hover span {
  opacity: 0;
  transition: all 0.45s ease;
}
.full-section .each-reason:hover .reason-description {
  opacity: 0.8;
}
.full-section .each-reason:hover .reason-description p {
  margin-top: 20px;
  opacity: 1;
}
.full-section .each-reason .reason-img {
  position: relative;
}
.full-section .each-reason .reason-img span {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 20px;
  width: 95px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Brandon-Medium", "sans-serif";
  border-bottom: 1px solid #fff;
  transition: all 0.45s ease;
  opacity: 1;
}
.full-section .each-reason h2 {
  color: #2d2d2d;
  text-transform: uppercase;
  font-size: 1.3846153846em;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0 15px;
  line-height: 25px;
}
.full-section .each-reason .reason-description {
  position: absolute;
  top: 0px;
  background-color: #482d3e;
  height: 100%;
  opacity: 0;
  transition: all 0.45s ease;
}
.full-section .each-reason .reason-description p {
  color: #fff;
  margin-top: -60px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 22px;
  transition: all 0.45s ease;
  opacity: 0;
}

@media (max-width: 784px) {
  .full-section .each-room {
    margin-bottom: 40px;
  }
  .full-section .ui-accordion .ui-accordion-content {
    padding: 0;
  }
  .full-section .col-sm-6 {
    width: 100%;
  }
  .full-section .ui-accordion .ui-accordion-header {
    margin: 0;
    padding: 0;
  }
  .full-section h2 {
    color: #482d3e;
    text-transform: uppercase;
    font-size: 1.9230769231em;
    letter-spacing: 3px;
    font-family: "Brandon-Medium","sans-serif";
    margin: 20px 0 20px;
    line-height: 1.2em;
  }
  .full-section .explore-activities .title_blog {
    background-color: #482d3e;
    background-repeat: no-repeat;
    background-position: right 5% center, right center;
    background-size: auto, cover;
    margin-bottom: 20px;
    text-align: left;
  }
  .full-section .explore-activities .title_blog h2 {
    background-image: unset;
    font-size: 13px;
    margin: 15px 0 15px 15px;
    padding-right: 50px;
    line-height: unset;
  }
}
.full-section.contact h2 {
  text-align: center;
  font-family: "Brandon-Medium","sans-serif";
  font-size: 36px;
  letter-spacing: 2.5px;
  line-height: 1em;
  margin-top: 0;
}

p .text--brown {
  color: #bd945b !important;
}

a {
  text-decoration: underline;
}

header a, footer a {
  text-decoration: none;
}

.btn {
  text-decoration: none;
}