@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  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 {
  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;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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] {
  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;
  -moz-box-sizing: content-box;
  -webkit-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;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("./assets/glyphicons-halflings-regular.7ad17c6085de.eot");
  src: url("./assets/glyphicons-halflings-regular.7ad17c6085de.eot?#iefix") format("embedded-opentype"), url("./assets/glyphicons-halflings-regular.68ed1dac06bf.woff") format("woff"), url("./assets/glyphicons-halflings-regular.e49d52e74b76.ttf") format("truetype"), url("./assets/glyphicons-halflings-regular.32941d633004.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  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;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.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: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

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

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

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

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

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

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

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

a.bg-danger:hover {
  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;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

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

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.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-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

blockquote:before,
blockquote:after {
  content: "";
}

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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: 10px;
  padding-right: 10px;
}

.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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

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

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

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

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

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

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

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

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

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

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

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

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

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

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

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

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

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

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

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

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

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

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

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

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

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

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

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

@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

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 > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

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

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

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
@media print {
  .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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  color: #000; /* 2 */
  font-size: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 4 */
  -ms-text-size-adjust: 100%; /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 60104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("./assets/fancybox.11e57e492ee0.png");
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 60101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 60102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 60101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url("./assets/fancybox.11e57e492ee0.png") -40px 0px;
  cursor: pointer;
  z-index: 60103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url("./assets/blank.325472601571.gif");
  z-index: 60102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 60102;
  display: block;
}

#fancybox-left-ico {
  background-image: url("./assets/fancybox.11e57e492ee0.png");
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url("./assets/fancybox.11e57e492ee0.png");
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 60001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url("./assets/fancybox-x.168696d8a694.png");
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url("./assets/fancybox.11e57e492ee0.png");
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url("./assets/fancybox-y.36a58859beb9.png");
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url("./assets/fancybox.11e57e492ee0.png");
  background-position: -40px -182px;
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url("./assets/fancybox-x.168696d8a694.png");
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url("./assets/fancybox.11e57e492ee0.png");
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url("./assets/fancybox-y.36a58859beb9.png");
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url("./assets/fancybox.11e57e492ee0.png");
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 60102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url("./assets/fancy_title_over.b886fd165d4b.png");
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url("./assets/fancybox.11e57e492ee0.png") -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url("./assets/fancybox-x.168696d8a694.png") 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url("./assets/fancybox.11e57e492ee0.png") -55px -90px no-repeat;
}

/* IE6 */
.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale');
  zoom: 1;
}

.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale');
}

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}

.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   UWEA custom styles
   ========================================================================== */
body {
  font-family: "Times New Roman", serif;
  font-size: 15px;
  color: #636363;
}

.clear {
  clear: both;
}

input[type=text], input[type=email], select, textarea {
  font-family: "Times New Roman", serif;
  font-size: 14px;
  background-color: #f3f2f2;
  border: none;
  margin-top: 6px;
  padding: 10px;
}

input[type=radio] {
  margin: 10px 0px 0px 0px;
}

input[type=radio] + span {
  margin-right: 10px;
}

input[type=submit], a.btn-default {
  padding: 10px 14px;
  background-color: #282828;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "museo-sans", Arial;
  font-size: 14px;
  font-weight: bold;
  border: none;
  text-decoration: none;
}

a.btn-default:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #f1a21a;
}

.has-error input {
  border: 1px solid #f15e5e;
}
.has-error .help-block {
  color: #f15e5e;
}

.enquiry-form .f-subscribe input {
  margin-right: 5px;
}
.enquiry-form .alert.alert-danger {
  color: #f15e5e;
  background: #fee;
  padding: 20px;
  margin: 0 0 20px 0;
}
.enquiry-form .alert.alert-danger ul, .enquiry-form .alert.alert-danger li, .enquiry-form .alert.alert-danger p {
  margin: 0 !important;
}
.enquiry-form .alert.alert-danger .errorlist li {
  font-weight: bold;
  padding: 0 !important;
  margin: 0;
}
.enquiry-form .alert.alert-danger .errorlist li ul {
  display: inline;
  list-style-type: none;
  padding: 0 !important;
}
.enquiry-form .alert.alert-danger .errorlist li ul:before {
  content: ": ";
  font-weight: bold;
}
.enquiry-form .alert.alert-danger .errorlist li li {
  font-weight: normal;
  display: inline;
}
.enquiry-form .alert.alert-success {
  padding: 20px;
  background: #dfd;
}

/*.content { width: 940px; margin: 0 auto; }*/
#page.content {
  padding-bottom: 30px;
}

h1,
h2 {
  font-family: "museo-sans", Arial;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #282828;
  text-transform: uppercase;
  padding-bottom: 8px;
  background: url("./assets/line_black.d8056d327850.png") left bottom no-repeat;
  margin-bottom: 14px;
}

h3 {
  font-family: "museo-sans", Arial;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #282828;
  text-transform: uppercase;
  padding-bottom: 8px;
  background: url("./assets/line_black.d8056d327850.png") left bottom no-repeat;
}

h4 {
  font-family: "museo-sans", Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #797979;
  text-transform: uppercase;
}

h5 {
  font-size: 18px;
  color: #f1a21a;
  font-weight: normal;
  font-style: italic;
  padding-bottom: 40px;
  margin: 0;
  letter-spacing: 1px;
  line-height: 24px;
}

h6 {
  font-family: "museo-sans", Arial;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #282828;
  text-transform: uppercase;
  margin: 0;
}

blockquote {
  margin: 1em 0px 1em 40px;
  padding-left: 70px;
  background: url("./assets/quotes.deb033160ed7.gif") top left no-repeat;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #a8a6a6;
}

blockquote span.author {
  display: inline-block;
  padding-top: 10px;
  text-transform: uppercase;
  font-family: "museo-sans", Arial;
  font-size: 12px;
  font-style: normal;
}

blockquote span.date {
  display: inline-block;
  padding-top: 10px;
  padding-left: 8px;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}

.twitter-share-button {
  float: left;
  height: 21px;
  margin: 0px 4px;
}

.marginbottom {
  margin-bottom: 106px;
}

a {
  color: #636363;
}

a.share {
  padding: 8px 11px;
  background-color: #e4dfda;
  color: #9c9995;
  text-transform: uppercase;
  border: none;
  text-decoration: none;
  font-family: "museo-sans", Arial;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}

a.share img {
  margin-left: 6px;
  vertical-align: top;
  margin-top: 2px;
}

a.enquire {
  padding: 8px 14px;
  background-color: #202020;
  color: #fff;
  text-transform: uppercase;
  border: none;
  text-decoration: none;
  font-family: "museo-sans", Arial;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}

a.enquire:hover {
  background-color: #f1a21a;
}

#grid.margintop {
  margin-top: 250px;
}

.page-search #wrapper {
  width: 940px;
  margin: 0 auto;
}

.page-user #wrapper {
  width: 940px;
  margin: 0 auto;
}

/*div.error { background-image: none; }
div.status { background-image: none; color: #636363; }
div.messages { background-color: #F3F2F2; border: 1px solid #cccccc; width: 550px; }
div.messages ul li { list-style-type: none; }*/
/***********************************
  HEADER / COVER PHOTOS / CAROUSEL
 ***********************************/
body.homepage div.header {
  height: 526px;
}

#carousel {
  height: 526px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
}
#carousel .slide {
  margin: 0 auto;
  width: 1400px;
}
#carousel .slide img {
  height: 526px;
  margin: 0 auto;
}

/* pager */
.cycle-pager, .slick-dots {
  text-align: center;
  width: 100%;
  z-index: 50000;
  position: absolute;
  bottom: 10px;
  overflow: hidden;
}
.cycle-pager span, .cycle-pager li, .slick-dots span, .slick-dots li {
  width: 94px;
  height: 7px;
  cursor: pointer;
  background: url("./assets/slide.ab8d184a62bb.png") no-repeat;
  display: inline-block;
  margin: 0px 5px;
}
.cycle-pager span button, .cycle-pager li button, .slick-dots span button, .slick-dots li button {
  display: none;
}
.cycle-pager span.cycle-pager-active, .cycle-pager li.slick-active, .slick-dots span.cycle-pager-active, .slick-dots li.slick-active {
  background: url("./assets/active_slide.2b7a01f2092f.png") no-repeat;
}
.cycle-pager > *, .slick-dots > * {
  cursor: pointer;
}

header {
  padding-top: 35px;
  height: 407px;
  width: 100%;
}
header.home {
  margin-top: 35px;
  padding-top: 0px;
  height: initial;
}
header #logo {
  width: 208px;
  float: left;
  margin-right: 20px;
}
header #search {
  width: 140px;
  float: right;
  border-bottom: 2px solid #fff;
}
header nav {
  padding-right: 10px;
  float: right;
  text-align: right;
}
header nav a {
  margin-left: 43px;
  vertical-align: top;
  font-family: "museo-sans", Arial;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 5px;
}
header nav a:first-child {
  margin-left: 0px;
}
header nav a:hover {
  color: #FFF;
  text-decoration: none;
  border-bottom: 4px solid #FFF;
  border-bottom: 4px solid rgba(255, 255, 255, 0.5);
}
header nav a:active, header nav a.active-trail {
  color: #FFF;
  border-bottom: 4px solid #FFF;
  text-decoration: none;
}
header nav a img {
  vertical-align: top;
  margin-left: 14px;
}
header #search input[type=text] {
  margin: 0;
  height: 20px;
  background: none;
  font-size: 12px;
  border: none;
  color: #fff;
  font-size: 12px;
  width: 120px;
}
header #search input[type=image] {
  margin: 0;
}

.z-cover-photo {
  width: 1400px;
  height: 526px;
  margin: 0 auto;
}

.background {
  padding-bottom: 60px;
  background: #fff url("./assets/home_background.d7f375ba9876.jpg") top center repeat-y;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#grid {
  margin-top: 56px;
  overflow: hidden;
}

#grid a {
  display: block;
  overflow: hidden;
  float: left;
  cursor: pointer;
}

#grid .thumb {
  position: relative;
  float: left;
  height: 308px;
  margin-left: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}

/*#grid .thumb.first { margin-left: 0px; }*/
#grid .thumb img.main {
  height: 171px;
}

#grid .thumb img.arrow {
  height: 171px;
  width: 21px;
  height: 13px;
  position: absolute;
  left: 100px;
  top: 158px;
}

#grid .thumb .text {
  height: 108px;
  background-color: #f2f1f0;
  text-align: center;
  float: left;
}

#grid .thumb .text h3 {
  margin: 0px;
  padding: 16px 0px 8px 0px;
  margin: 0 auto;
  line-height: 22px;
  background-position: center bottom;
}

#grid .thumb .text p {
  padding-top: 6px;
  letter-spacing: 1px;
  color: #4e4d4c;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  margin: 0 auto;
}

#grid .thumb .footer {
  float: left;
  padding-top: 6px;
  background-color: #e4dfda;
  letter-spacing: 2px;
  color: #7c7a77;
  height: 23px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.region-experiences #grid .thumb .text {
  height: 137px;
}

.region-experiences #grid .thumb .footer {
  display: none;
}

#grid .thumb2 {
  position: relative;
  float: left;
  width: 220px;
  height: 308px;
  margin-left: 15px;
  margin-bottom: 20px;
}

/*#grid .thumb2.first { margin-left: 0px; }	*/
#grid .thumb2 img.main {
  position: absolute;
  width: 220px;
  height: 279px;
  top: 0px;
  left: 0px;
}

#grid .thumb2 .overlay {
  position: absolute;
  width: 220px;
  height: 279px;
  background: rgba(0, 0, 0, 0.3);
}

#grid .thumb2 .text {
  top: 25%;
  left: 11px;
  position: absolute;
  text-align: center;
}

#grid .thumb2 .arrow {
  display: none;
}

#grid .thumb2 .text h3 {
  color: #fff;
  background: url("./assets/line_white.6e7debebb9a1.png") center bottom no-repeat;
  line-height: 22px;
  margin: 0px;
  padding: 16px 0px 8px 0px;
  width: 200px;
  margin: 0 auto;
}

#grid .thumb2 .text p {
  width: 160px;
  padding-top: 6px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  margin: 0 auto;
}

#grid .thumb2 .footer {
  position: absolute;
  bottom: 0px;
  padding-top: 6px;
  letter-spacing: 2px;
  background-color: #e4dfda;
  color: #7c7a77;
  width: 220px;
  height: 23px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

#ourwineries {
  width: 100%;
  height: 260px;
  background-color: #e4dfda;
  text-align: center;
  padding-top: 40px;
}

#ourwineries h3 {
  color: #202020;
  background-position: center bottom;
}

#ourwineries #logos {
  overflow: hidden;
  margin-top: -18px;
  height: 170px;
}

#ourwineries #logos a {
  float: left;
  margin-left: 60px;
  width: 170px;
}

#ourwineries #logos a:first-child {
  margin-left: 0px;
}

/*******************
  FOOTER
*******************/
footer {
  padding: 25px;
  background-color: #e4dfda;
}
footer .column {
  padding: 15px 0 0;
  background: url("./assets/line_grey.1e2f83459087.png") top left no-repeat;
}
footer .column h4 {
  line-height: 2;
}
footer #submenu {
  line-height: 2;
}
footer #submenu a {
  letter-spacing: 2px;
  margin-bottom: 8px;
  font-family: "museo-sans", Arial;
  font-size: 14px;
  font-weight: bold;
  color: #797979;
  text-transform: uppercase;
  text-decoration: none;
}
footer #submenu a:hover {
  color: #b1b1b1;
}

#subscribe h4 {
  margin: 0px;
}
#subscribe p {
  margin-top: 12px;
  margin-bottom: 16px;
}
#subscribe input[type=text],
#subscribe input[type=email] {
  width: 100%;
  background-color: #f7f3f3;
  border: none;
  color: #202020;
  padding: 12px 18px;
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
#subscribe input[type=submit] {
  font-family: "museo-sans", Arial;
  font-size: 14px;
  font-weight: bold;
  background-color: #202020;
  text-transform: uppercase;
  border: none;
  color: #fff;
}
#subscribe .form-group {
  margin-bottom: 0;
}

#share h4 {
  margin-top: 0px;
}

#share .social {
  overflow: hidden;
}

#share .social a {
  display: block;
  float: left;
  margin-left: 11px;
  cursor: pointer;
}

#share .social a:first-child {
  margin-left: 0px;
}

.enjoy {
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}

#subscribepopup {
  width: 100%;
  background-color: #000;
  height: 106px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  display: none;
  z-index: 205;
}

/* height: 106px */
#subscribepopup .content {
  padding-top: 36px;
}

#subscribepopup h4 {
  width: 420px;
  float: left;
  margin: 0px;
}

#subscribepopup input[type=text] {
  width: 213px;
  height: 12px;
  margin-top: 0px;
  background-color: #232323;
  border: none;
  color: #818181;
  padding: 12px 18px;
  font-size: 12px;
  float: left;
}

#subscribepopup input[type=submit] {
  width: 129px;
  height: 36px;
  font-family: "museo-sans", Arial;
  font-size: 14px;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
  background-color: #4c4c4c;
  color: #000;
  padding: 10px;
  float: left;
  margin-left: 6px;
}

a.closeSubscribe {
  width: 35px;
  float: left;
  margin-left: 73px;
}

/* campaign monitor subscribe styles */
.region-subscribe h2 {
  display: none;
}

.region-subscribe .contextual-links-wrapper {
  display: none;
}

.region-subscribe label {
  display: none;
}

.region-subscribe .form-item {
  margin: 0;
}

#subscribepopup .region-subscribe .content {
  width: 385px;
  float: left;
  padding-top: 0px;
}

/* sub page  e.g. about */
#sub-nav {
  width: 100%;
  background-color: #e4dfda;
  height: 63px;
}

nav.sub {
  width: 960px;
  margin: 0 auto;
}

nav.sub a {
  border-left: 2px solid white;
  height: 63px;
  float: left;
  font-family: "museo-sans", Arial;
  font-size: 12px;
  font-weight: bold;
  color: #282828;
  text-decoration: none;
  text-transform: uppercase;
  width: 157px;
  text-align: center;
}

nav.sub a:first-child {
  border-left: none;
}

nav.sub a:hover {
  color: #827f7c;
}

nav.sub a.active {
  color: #827f7c;
}

nav.sub a span {
  display: table-cell;
  vertical-align: middle;
  width: 125px;
  height: 63px;
  padding-left: 25px;
}

#breadcrumb {
  margin: 10px auto;
}

#breadcrumb a, #breadcrumb span {
  color: #a8a6a6;
  font-weight: bold;
  font-style: italic;
  font-size: 13px;
  text-decoration: none;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

#breadcrumb img {
  padding: 0px 5px;
}

.leftcolumn {
  float: left;
  margin-right: 88px;
}

.leftcolumn h6 {
  margin: 30px 0px 0px 0px;
}

.rightcolumn {
  width: 301px;
  float: left;
}

.rightcolumn img {
  vertical-align: top;
  margin-top: 20px;
  margin-right: 18px;
}

.rightcolumn img:first-child {
  margin: 0;
}

.rightcolumn img:last-child {
  margin-right: 0px;
}

ul.double {
  width: 620px;
  margin-bottom: 40px;
  overflow: hidden;
  padding-left: 16px;
}

ul.double li {
  line-height: 1.5em;
  width: 50%;
  float: left;
  list-style-type: disc;
}

ul.nodot {
  padding-left: 0px;
  width: 320px;
  margin-bottom: 20px;
}

ul.nodot li {
  list-style-type: none;
}

/* contact form */
#contactform {
  width: 600px;
}

#contactform .form-item {
  width: 270px;
  float: left;
  margin-right: 30px;
}

#contactform .form-required {
  color: #282828;
  float: left;
}

#edit-submitted-enquiry-type .form-item {
  width: 130px;
  margin-right: 0px;
}

#contactform label {
  width: 250px;
}

#edit-submitted-enquiry-type label {
  width: 60px;
}

#edit-submitted-enquiry-type input[type=radio] {
  margin-top: 0px;
}

.form-actions {
  width: 400px;
  float: left;
}

#contactform input[type=submit] {
  margin-top: 0px;
}

#contactform #webform-component-consumer-enquiry {
  float: left;
}

#contactform #webform-component-consumer-enquiry--i-am-looking-to-travel {
  margin-right: 150px;
}

#contactform #webform-component-trade-enquiry--business-name {
  margin-right: 150px;
}

#contactform #webform-component-bottom-section--your-message {
  width: 600px;
}

#contactform #webform-component-trade-enquiry {
  float: left;
}

#contactform #webform-component-bottom-section {
  float: left;
}

#contactform textarea {
  font-family: "Times New Roman", serif;
  font-size: 14px;
  width: 600px;
  background-color: #f3f2f2;
  border: none;
  margin-bottom: 25px;
  margin-top: 6px;
}

#contactform .links {
  display: none;
}

/* hide bottom form sections initially */
#contactform .webform-component-fieldset {
  display: none;
}

/* Winery page */
.backtotop {
  width: 35px;
  height: 35px;
  background-color: #bfbebd;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.backtotop img {
  margin-left: 7px;
  margin-top: 7px;
}

.winery h5 {
  padding-bottom: 10px;
}

#page .content {
  position: relative;
}

#regions .content {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 60px;
}

#experiences .content {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 60px;
}

#locationmap .map {
  height: 285px;
  padding: 14px;
  background-color: #f2f1f0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#locationmap #smallmap {
  height: 253px;
  border: 2px solid #fff;
}
#locationmap {
  /*	#locationmap #austalia { float: left; width: 303px; }
      #locationmap #region { position: absolute; width: 118px; height: 118px; border: 1px solid #fff; top:0px; right:0px; z-index: 10; }
      #locationmap #locationtext { position:absolute; top: 105px; left: 26px; z-index: 20; font-size: 13px; font-style: italic; font-weight: bold; }
          #locationmap #locationtext span { text-transform: uppercase; font-family: "museo-sans", Arial; font-size: 14px; font-style: normal; }
      #locationmap #pointingline { width: 70px; height: 26px; position: absolute; top: 75px; right: 80px; z-index: 20 }
      #locationmap #gettingthere { padding: 20px; background-color: #f2f1f0; }
          #locationmap #gettingthere a { font-style: italic; text-decoration:none; color: #9a9999; padding-top: 10px; display: block; }
          #locationmap #gettingthere a:hover { font-style: italic; text-decoration:none; color: #ededed; } */
}
#locationmap .share {
  float: right;
  margin-top: 5px;
}

@media (max-width: 767px) {
  #locationmap.responsive-map,
  .responsive-map {
    top: 60px;
    left: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 5002;
    display: none;
    background: #000;
  }
  #locationmap.responsive-map .map,
  .responsive-map .map {
    padding: 0;
    height: 100%;
  }
  #locationmap.responsive-map #smallmap,
  .responsive-map #smallmap {
    border: none;
    height: 100%;
  }
  .hide-map {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    line-height: 60px;
    text-align: left;
    background: #000;
    color: #797979;
    font-family: "museo-sans", Arial;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 20px;
    font-weight: 100;
    cursor: pointer;
  }
  .hide-map img {
    float: left;
    margin: 20px 10px 0 0;
    width: 20px;
  }
  .fullscreen-map .responsive-map {
    display: block !important;
  }
  .fullscreen-map .sticky-wrapper {
    display: none;
  }
}
#map-screenshot {
  position: relative;
  cursor: pointer;
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
}
#map-screenshot .tap-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #aaa;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  font-family: "museo-sans", Arial;
  text-transform: uppercase;
}

.inpagenav {
  width: 100%;
  background-color: #181818;
  height: 63px;
}

.inpagenav .content {
  overflow: hidden;
  width: 980px;
}

.inpagenav a.current {
  background: url("./assets/exparrow.93fe6b397fdf.png") bottom center no-repeat;
}

.sticky-wrapper {
  height: 63px;
  margin-top: 0;
  overflow: hidden;
}

.stuck {
  position: fixed;
  top: 0px;
  z-index: 201;
}

.inpagenav a {
  border-left: 2px solid white;
  height: 63px;
  float: left;
  font-family: "museo-sans", Arial;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  width: 236px;
  text-align: center;
}

.inpagenav a:first-child {
  border-left: none;
}

.inpagenav a:hover {
  color: #cc912d;
}

.inpagenav a.active {
  color: #cc912d;
}

.inpagenav a span {
  display: table-cell;
  vertical-align: middle;
  width: 192px;
  height: 63px;
  padding-left: 42px;
  letter-spacing: 2px;
}

.inpagenav a.enquirebtn span {
  width: 160px;
  height: 36px;
  padding: 8px 10px;
  margin-left: 30px;
  background-color: #5c5c5c;
  color: #000;
  margin-top: 15px;
  display: block;
  font-size: 15px;
}

.inpagenav a.enquirebtn:hover span {
  background-color: #cc912d;
}

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

/* *** */
#overview .content {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
  min-height: 600px;
}

.visitus {
  background-color: #f5f4f3;
  text-align: center;
  overflow: visible;
  padding-bottom: 30px;
  padding-top: 10px;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .visitus {
    margin-bottom: 10px;
  }
}

.visitus h2 {
  background-position: bottom center;
}

.visitus h6 {
  font-family: "Times New Roman", serif;
  text-transform: none;
}

.visitus p {
  margin-top: 5px;
  width: 260px;
  margin: 0 auto 18px auto;
}

.visitus a {
  color: #a8a6a6;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
}

.visitus a:hover {
  color: #999999;
}

.visitus .enquire {
  margin-top: 14px;
  z-index: 10;
  position: relative;
  color: #fff;
  font-style: normal;
}

.grapes {
  position: absolute;
  right: -20px;
  bottom: -220px;
  z-index: 5;
}

#experiences {
  background-color: #f5f4f3;
  width: 100%;
}

.rightcolumn .buttons {
  width: 170px;
  float: right;
}

#experiences .enquire {
  float: right;
  position: relative;
  z-index: 150;
}

#experiences .share {
  float: right;
  margin-top: 10px;
}

#regions .enquire {
  float: right;
}

#regions .share {
  float: right;
  margin-top: 10px;
}

.exp-thumb {
  position: relative;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  overflow: hidden;
}
.exp-thumb > a {
  display: block;
  text-decoration: none;
}
.exp-thumb.first {
  margin-left: 0px;
}
.exp-thumb img.main {
  width: 300px;
  height: 171px;
}
.exp-thumb img.arrow {
  width: 21px;
  height: 13px;
  position: absolute;
  left: 142px;
  top: 158px;
}
.exp-thumb .text {
  width: 300px;
  height: 131px;
  background-color: #f2f1f0;
  background-color: #fff;
  text-align: center;
  float: left;
}
.exp-thumb .text h3 {
  margin: 0px;
  padding: 16px 16px 8px 16px;
  line-height: 22px;
  margin: 0 auto;
  background-position: center bottom;
}
.exp-thumb .text p {
  width: 245px;
  padding-top: 6px;
  letter-spacing: 1px;
  color: #4e4d4c;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  margin: 0 auto;
}
.exp-thumb .rollover {
  display: none;
  background-color: #e4dfdb;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 100%;
}
.exp-thumb:hover .rollover {
  display: table;
}
.exp-thumb .rollover p {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 10px;
  letter-spacing: 1px;
  width: 270px;
}
.exp-thumb div.arrow {
  background: 50% 0 url("./assets/thumbnail_arrow.a9535579360b.png") no-repeat;
  height: 13px;
  position: absolute;
  margin-top: -13px;
  left: 0;
  right: 0;
}
.exp-thumb div.down-arrow {
  background: 50% 0 url("./assets/thumbnail_arrow_down.9032068e7fe5.png") no-repeat;
  height: 13px;
  position: absolute;
  margin-top: 131px;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .exp-thumb.more {
    height: 131px;
  }
  .exp-thumb.more .text h3 {
    padding-top: 38px;
  }
}
.experience-grid-grey .exp-thumb .text {
  background-color: #f2f1f0;
}

@media (max-width: 639px) {
  .experience-grid {
    width: 320px !important;
    margin: 0 auto !important;
  }
  .experience-grid-wrap1 {
    overflow-x: hidden;
    margin: 0 -10px;
  }
  .experience-grid-wrap2 {
    margin: 0 -10px;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .experience-grid {
    width: 640px !important;
    margin: 0 auto !important;
  }
}
.popupcontent {
  display: none;
}

.fancybox-skin {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: inherit;
}

.show-popup {
  cursor: pointer;
}

.popupcontent .padded {
  padding: 32px;
}

.popupcontent .winerytitle {
  color: #282828;
  letter-spacing: 2px;
}

.popupcontent h2 {
  margin-top: 0px;
}

.popupcontent .leftintro {
  float: left;
  width: 48%;
}

.popupcontent .rightintro {
  float: right;
  width: 48%;
}

.popupcontent h5 {
  padding-bottom: 0px;
}

.popupcontent .details {
  overflow: hidden;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #282828;
  margin-bottom: 40px;
}

.popupcontent .details .box {
  width: 300px;
  height: 138px;
  background-color: #f5f4f3;
  padding: 22px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  margin-left: 18px;
}

.popupcontent .details .box.first {
  margin-left: 0px;
}

.popupcontent .details .box h6 + p {
  color: #000;
  letter-spacing: 2px;
  margin-top: 0px;
}

.popupcontent .buttons a {
  display: block;
  margin-bottom: 10px;
  float: right;
}

.popupcontent .leftcolumn h6 {
  margin-top: 0px;
}

.popupcontent .images {
  margin: 0px auto 10px auto;
  padding: 32px;
  background-color: #f5f3f2;
  overflow: hidden;
  width: 100%;
}

.popupcontent .images img {
  float: left;
  margin-left: 18px;
}

.popupcontent .images img:first-child {
  margin-left: 0px;
}

.popupcontent .footer p {
  margin-top: 0px;
}

.popupcontent .enquire.wineregion {
  padding-left: 34px;
  padding-right: 34px;
}

.popupcontent .rightcolumn.footer .buttons {
  width: auto;
}

/* Experiences map page */
header.experiences {
  position: absolute;
  z-index: 1;
}

#pagebackground {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
}

#mapbackground {
  background: url("./assets/map_background.948bb90836af.jpg") top center;
  background-size: 100%;
  width: 100%;
  height: 1058px;
  overflow: hidden;
}

#experiencebackground {
  background: url("./assets/map_background.948bb90836af.jpg") top center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
}

#map {
  width: 782px;
  margin: 80px auto 60px auto;
  height: 702px;
  background: url("./assets/map.e5326239a40f.png") top center;
  position: relative;
}

a.closepopup {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 28px;
  background-color: #eeeceb;
}

a.closepopup img {
  padding: 7px;
}

.winery-popup {
  display: none;
  position: fixed;
  width: 761px;
  top: 50px;
  left: 50%;
  margin-left: -380px;
  background-color: #fff;
  z-index: 105;
  padding-bottom: 30px;
}

.winery-popup .winery {
  width: 694px;
  margin: 33px auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}

.winery-popup .winery .popupimage {
  float: right;
  width: 220px;
}

.winery-popup .winery h5 {
  padding-bottom: 30px;
  width: 400px;
}

.winery-popup .winery a {
  color: #a8a6a6;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
}

.winery-popup .winery a:hover {
  color: #999999;
}

.winery-popup .wineregion {
  width: 694px;
  margin: 33px auto;
}

.winery-popup .wineregion p {
  width: 460px;
  display: block;
  float: left;
  margin-top: 0px;
}

.winery-popup .wineregion .regionimage {
  float: right;
  width: 220px;
}

.region-popup {
  display: none;
  position: absolute;
  width: 761px;
  top: 50px;
  left: 50%;
  margin-left: -380px;
  background-color: #fff;
  z-index: 105;
}

.region-popup .region-info {
  width: 694px;
  margin: 33px auto;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  overflow: hidden;
}

.region-popup .region-info h5 {
  padding-bottom: 30px;
  width: 400px;
}

.region-popup .region-info .regionimage {
  float: right;
  width: 220px;
}

.region-popup .region-experiences {
  width: 700px;
  margin: 33px auto;
}

.region-popup .region-experiences h6 {
  margin: 20px auto 5px auto;
  text-align: center;
}

.region-popup .region-experiences h6.italic {
  text-transform: none;
  font-family: "Times New Roman", serif;
  font-style: italic;
  margin: 2px auto;
}

#map .location {
  position: absolute;
  width: 26px;
  height: 34px;
  background: url("./assets/pin_large.e821a3784e81.png") top center no-repeat;
  cursor: pointer;
}

#map .location:hover {
  background-image: url("./assets/pin_large_rollover.d9cc373998c8.png");
  z-index: 11;
}

#map .location .pin {
  width: 26px;
  margin: 4px auto;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

#map .location a {
  text-decoration: none;
}

#map .location .rollover {
  display: none;
  width: 147px;
  height: 105px;
  position: absolute;
  top: -50px;
  right: -150px;
  z-index: 10;
}

#map .location .rollover img {
  width: 147px;
}

#map .location .name {
  position: absolute;
  top: 43px;
  width: 147px;
  text-align: center;
  color: #fff;
  font-family: "museo-sans", Arial;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#map .location:hover .rollover {
  display: block;
}

/* map region labels */
#map .place {
  width: 118px;
  position: absolute;
}

#map .place a {
  font-family: "museo-sans", Arial;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #282828;
}

#map .place a:hover {
  color: #f1a21a;
}

#map .line {
  position: absolute;
}

#map #mr.place {
  top: 438px;
  left: -75px;
}

#map #mr-line {
  top: 460px;
  left: 10px;
}

#map #bv.place {
  top: 500px;
  left: 300px;
}

#map #bv-line {
  top: 485px;
  left: 420px;
}

#map #mv.place {
  top: 442px;
  left: 489px;
}

#map #mv-line {
  top: 458px;
  left: 500px;
}

#map #hv.place {
  top: 360px;
  left: 667px;
}

#map #hv-line {
  top: 380px;
  left: 690px;
}

#map #yv.place {
  top: 507px;
  left: 615px;
}

#map #yv-line {
  top: 528px;
  left: 655px;
}

#map #st.place {
  top: 610px;
  left: 690px;
}

#map #st-line {
  top: 649px;
  left: 666px;
}

#map #tv.place {
  top: 670px;
  left: 499px;
}

#map #tv-line {
  top: 655px;
  left: 600px;
}

#map #mp.place {
  top: 600px;
  left: 519px;
}

#map #mp-line {
  top: 580px;
  left: 600px;
}

/* end map labels */
#map #exploretext {
  position: absolute;
  top: 563px;
  left: -80px;
  font-size: 16px;
  letter-spacing: 1px;
  width: 310px;
}

#map #exploretext h2 {
  font-size: 18px;
}

#mapbackground #legend {
  width: 940px;
  margin: 0px auto;
  background-color: #f2f1f0;
}

#mapbackground #legend h2 {
  background: none;
  width: 97px;
  margin: 5px auto;
  font-size: 18px;
  padding-top: 8px;
}

#mapbackground #legend #wine-region {
  width: 204px;
  float: right;
  margin: 8px;
  font-family: "museo-sans", Arial;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9a9999;
}

#mapbackground #legend #wine-region img {
  margin-left: 6px;
}

#mapbackground #legend #location-list {
  width: 916px;
  margin: 10px auto;
  overflow: hidden;
  padding-bottom: 14px;
}

#mapbackground #legend #location-list .col {
  width: 190px;
  float: left;
  margin-left: 36px;
}

#mapbackground #legend #location-list .col.first {
  margin-left: 8px;
}

#mapbackground #legend #location-list .location-item {
  width: 190px;
  height: 27px;
  float: left;
  margin: 4px 0px 4px 0px;
}

#mapbackground #legend #location-list .location-item .pin {
  padding-top: 2px;
  font-size: 13px;
  float: left;
  width: 21px;
  height: 27px;
  background: url("./assets/pin_small.6bdd00a99749.png") top center no-repeat;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

#mapbackground #legend #location-list .location-item .show-winery-popup {
  display: block;
  float: left;
  color: #282828;
  width: 150px;
  padding-left: 12px;
  font-family: "museo-sans", Arial;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

#mapbackground #legend #location-list .location-item .show-winery-popup:hover {
  color: #f1a21a;
}

/* News article page */
.article-background {
  background-color: #f5f4f3;
  width: 100%;
  overflow: hidden;
}

.article {
  margin-top: 30px;
}

.article .rightcolumn {
  width: 218px;
}

.article .leftcolumn {
  width: 700px;
  margin-right: 20px;
}

.article .top-back {
  display: block;
  margin: 0px 0px 22px 0px;
}

.article a {
  color: #a8a6a6;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
}

.article a:hover {
  text-decoration: underline;
}

.article a.back {
  display: block;
  margin: 30px 0px;
}

.article .article-date {
  color: #827f7c;
  text-transform: uppercase;
  font-family: "museo-sans", Arial;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 12px;
}

.article img {
  margin: 12px 0px;
}

.article h2 {
  margin-top: 0px;
}

.article h5 {
  padding-bottom: 10px;
}

.article h6 a {
  color: #282828;
  font-style: normal;
}

.article h6 a:hover {
  color: #f1a21a;
  text-decoration: none;
}

.article .leftcolumn h6 {
  margin: 20px 0px 0px;
}

.article .rightcolumn h6 {
  font-size: 12px;
  background: url("./assets/line_black.d8056d327850.png") left bottom no-repeat;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.article .categories {
  width: 186px;
  margin-bottom: 18px;
  background-color: #fff;
  padding: 22px 18px;
}

.article .dates {
  width: 186px;
  margin-bottom: 18px;
  background-color: #fff;
  padding: 22px 18px;
}

.article .filed {
  width: 100%;
  text-transform: uppercase;
  font-family: "museo-sans", Arial;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  border-bottom: 1px solid #000;
  margin-top: 50px;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.article .article-excerpt .filed {
  padding-left: 240px;
  float: left;
  margin-top: 16px;
}

.article .filed a {
  font-family: "Times New Roman", serif;
  color: #a8a6a6;
  text-transform: none;
  font-size: 15px;
}

.article .back-bar {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 14px 0px;
  margin-bottom: 50px;
}

.article-list {
  overflow: hidden;
}

.article .article-excerpt {
  margin-bottom: 20px;
  overflow: hidden;
}

.article .article-excerpt:first-child {
  margin-top: 30px;
}

.article .article-excerpt .text {
  width: 456px;
  margin-left: 20px;
  float: left;
}

.article .article-excerpt img {
  width: 220px;
  float: left;
  margin: 0px;
}

/* regions */
#page.regions.content {
  padding-bottom: 110px;
}

.regions h5 {
  padding-bottom: 20px;
}

.regions .buttons {
  margin-top: 85px;
}

.regions .buttons a {
  display: block;
  margin-bottom: 10px;
  float: right;
}

/* region profile */
.wineregion .visitus {
  padding-top: 32px;
}

.wineregion .visitus h6 {
  width: 190px;
  margin: 0px auto;
}

.wineregion .visitus .grapes {
  position: absolute;
  right: -20px;
  bottom: -240px;
  z-index: 5;
}

.wineregion .inpagenav a span {
  width: 100px;
}

.wineregion .inpagenav a.enquirebtn span {
  width: 140px;
}

.wineregion .inpagenav a.current {
  background: url("./assets/thumbnail_arrow.a9535579360b.png") bottom center no-repeat;
}

.wineregion .maps {
  margin: 0px auto 0 auto;
  overflow: hidden;
}

.wineregion .maps *,
.wineregion .maps *:before,
.wineregion .maps *:after {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.wineregion .maps #largemap {
  width: 692px;
  height: 520px;
  border: 2px solid #fff;
  float: left;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .wineregion .maps #largemap {
    height: 100%;
  }
}

.wineregion .maps #smallmap {
  width: 208px;
  height: 190px;
  border: 2px solid #fff;
  float: left;
}

.bubble .title {
  color: #fff;
  text-transform: uppercase;
  font-family: "museo-sans", Arial;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  width: 100%;
  text-align: center;
}

.wineregion #wineries {
  width: 100%;
  padding-top: 58px;
  background-color: #f5f4f3;
}

.wineregion .experience-grid {
  overflow: hidden;
  margin-top: 40px;
  padding-bottom: 100px;
}

.wineregion .buttons a {
  display: block;
  margin-bottom: 10px;
  float: right;
}

#experiences-region .content {
  padding-top: 40px;
}

#experiences-region .experience-grid .exp-thumb .text {
  background-color: #f2f1f0;
}

.wineregion #events {
  width: 100%;
  padding-top: 58px;
}

.greybg {
  background-color: #f5f4f3;
}

#itineraries .content {
  padding-top: 40px;
}

.whitebg .experience-grid .exp-thumb .text {
  background-color: #f2f1f0;
}

#itineraries .experience-grid {
  padding-bottom: 40px;
}

.experience-grid .exp-thumb .downloadpdf {
  width: 213px;
  height: 36px;
  background-color: #202020;
  color: #fff;
  font-family: "museo-sans", Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
  display: block;
  position: absolute;
  left: 46px;
  top: 136px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.region-footer {
  overflow: hidden;
  padding-bottom: 70px;
}

.region-footer > a {
  float: left;
}

.region-footer > .text {
  width: 777px;
  float: right;
}

.region-footer > .text h2 {
  margin-top: 0px;
}

.node-type-experience-boxes #experiencebackground .content {
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("./assets/icomoon.44df401eef39.eot");
  src: url("./assets/icomoon.44df401eef39.eot?#iefix") format("embedded-opentype"), url("./assets/icomoon.4fbd31ddc307.woff") format("woff"), url("./assets/icomoon.928054c47ea7.ttf") format("truetype"), url("./assets/icomoon.2a84a0c66309.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Common styles of menus */
.dl-menuwrapper {
  font-family: "museo-sans", Arial;
  width: 100%;
  max-width: 300px;
  float: right;
  position: relative;
  margin-top: -70px;
  margin-right: 20px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  z-index: 5000;
}

.dl-menuwrapper:first-child {
  margin-right: 100px;
}

.dl-menuwrapper button {
  background: #ccc;
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
  left: 252px;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #aaa;
}

.dl-menuwrapper ul {
  margin: 0;
}

.dl-menuwrapper button:after {
  content: "";
  position: absolute;
  width: 68%;
  height: 5px;
  background: #fff;
  top: 10px;
  left: 16%;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dl-menuwrapper li {
  position: relative;
}

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: "icomoon";
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: "";
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.top-logo-nav {
  z-index: 50001;
}

.facebook_icon, .instagram_icon, .twitter_icon, .youtube_icon, .tumblr_icon {
  width: 48px;
  height: 48px;
  padding-top: 48px;
  overflow: hidden;
  opacity: 0.7;
  background: transparent url("./assets/facebook_2.405c859d4e03.png") no-repeat;
}

.instagram_icon {
  background: transparent url("./assets/instagram_2.21c07c0ac29a.png") no-repeat;
}

.twitter_icon {
  background: transparent url("./assets/twitter_3.fb2e7bfc7c9b.png") no-repeat;
}

.youtube_icon {
  background: transparent url("./assets/youtube_3.267d97bb3122.png") no-repeat;
}

.tumblr_icon {
  background: transparent url("./assets/tumblr_3.3280145ae451.png") no-repeat;
}

.facebook_icon:hover, .instagram_icon:hover, .twitter_icon:hover, .youtube_icon:hover, .tumblr_icon:hover {
  opacity: 1;
}

a.enquire:hover {
  text-decoration: none;
  color: #FFF;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  [class^=instagram_icon],
  [class*=" instagram_icon"] {
    background-image: url("./assets/instagram_2_2x.ae492ac84462.png");
    -webkit-background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    background-size: 48px 48px;
  }
  [class^=facebook_icon],
  [class*=" facebook_icon"] {
    background-image: url("./assets/facebook_2_2x.5f66bae98322.png");
    -webkit-background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    background-size: 48px 48px;
  }
  [class^=youtube_icon],
  [class*=" youtube_icon"] {
    background-image: url("./assets/youtube_3_2x.61cb100fc5b0.png");
    -webkit-background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    background-size: 48px 48px;
  }
  [class^=twitter_icon],
  [class*=" twitter_icon"] {
    background-image: url("./assets/twitter_3_2x.2b6b3fac82d9.png");
    -webkit-background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    background-size: 48px 48px;
  }
  [class^=tumblr_icon],
  [class*=" tumblr_icon"] {
    background-image: url("./assets/tumblr_3_2x.71042a2c3ddd.png");
    -webkit-background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    background-size: 48px 48px;
  }
}
.region-grapes-gap {
  height: 150px;
}

.btn {
  border-radius: 0;
}

h1 a, h1 a:hover,
h2 a, h2 a:hover {
  text-decoration: none;
  color: #000;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

p.view-all {
  float: right;
  padding-top: 10px;
}
p.view-all a {
  letter-spacing: 1px;
  color: #4e4d4c;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  text-decoration: none;
  margin-right: 15px;
}

.form-control::-moz-placeholder {
  color: #202020;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #202020;
}
.form-control::-webkit-input-placeholder {
  color: #202020;
}
.form-control {
  width: 100% !important;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-group {
  margin-bottom: 25px;
}

a, a:hover, a:focus {
  color: #636363;
  text-decoration: underline;
}

.dl-menu a, .dl-menu a:hover, .dl-menu a:focus, #winery-grid a, #winery-grid a:hover, #winery-grid a:focus, .select-filter-group a, .select-filter-group a:hover, .select-filter-group a:focus {
  text-decoration: none;
}

.more-btn, .more-btn:hover {
  margin-left: 6px;
  height: 36px;
  font-family: "museo-sans", Arial;
  font-size: 14px;
  font-weight: bold;
  background-color: #202020;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  padding: 10px;
  text-decoration: none;
}

.more-btn:hover {
  color: #AAA;
}

div.grey-bg {
  padding: 10px;
  padding-top: 23px;
  margin-bottom: 30px;
  background: #f2f1f0 url("./assets/top_arrow_mask940.4dd1d9d26309.png") no-repeat top center;
}

div.grey-bg-plain {
  padding: 10px;
  margin-top: 23px;
  margin-bottom: 30px;
  background-color: #f2f1f0;
}

.details-box {
  background-color: #f5f4f3;
  text-align: center;
  overflow: visible;
  padding-bottom: 30px;
  padding-top: 20px;
  position: relative;
  margin-top: 20px;
}
.details-box h6 {
  margin-bottom: 5px;
}
.details-box p {
  color: #000;
  letter-spacing: 2px;
  margin-top: 0px;
}

#grid .footer {
  box-sizing: content-box;
}

#fancybox-wrap,
#fancybox-wrap *,
#fancybox-wrap *:before,
#fancybox-wrap *:after {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

#fancybox-wrap .row *,
#fancybox-wrap .row *:before,
#fancybox-wrap .fow *:after {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.map-popup {
  z-index: 10;
  position: relative;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 14px;
  background-color: #202020;
  text-transform: uppercase;
  border: none;
  font-family: "museo-sans", Arial;
  font-size: 12px;
  letter-spacing: 2px;
}

.map-popup:hover {
  background-color: #f1a21a;
  color: #FFF;
  text-decoration: none;
}

.content {
  position: relative;
}

.dark-background {
  background: url("./assets/map_background.948bb90836af.jpg") top center;
  background-size: cover;
}
.dark-background .exp-thumb .text {
  background-color: rgba(247, 243, 243, 0.35);
}
.dark-background .blog-content {
  background-color: rgba(247, 243, 243, 0.35);
}

.dark-section .exp-thumb .text {
  background-color: #fff;
}

.arrow-dark {
  display: none !important;
}

.light-section .exp-thumb .text {
  background-color: #f5f4f3;
}

.light-section .exp-thumb .arrow, .experience-grid-grey .exp-thumb .arrow {
  display: none !important;
}

.light-section .exp-thumb .arrow-dark, .experience-grid-grey .exp-thumb .arrow-dark {
  display: block !important;
}

.blog-column {
  padding: 20px;
  margin-top: -20px;
}
.blog-column .exp-thumb {
  margin-left: -20px;
}
.blog-column .exp-thumb .text {
  background-color: rgba(247, 243, 243, 0.35);
}

#headerimage {
  height: 407px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
}
#headerimage .z-cover-photo {
  position: relative;
  background-color: #999;
}

#mobile-header {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-color: #aaa;
  height: 120px;
}
#mobile-header .logo-box {
  background: rgba(0, 0, 0, 0.33);
  padding: 10px;
  width: 125px;
  position: absolute;
  z-index: 5001;
}
#mobile-header .logo-box img {
  height: 100px;
}

/********************
  MOBILE MENUS
********************/
/* Drop down nav menu */
.dl-menuwrapper li > a:after {
  right: 20px;
}
.dl-menuwrapper li.dl-back > a {
  padding-left: 45px;
}
.dl-menuwrapper li.dl-back:after {
  left: 20px;
}

/* Drop down nav menu */
#dl-menu {
  position: absolute;
  float: none;
  margin: 0;
  top: 65px;
  right: 10px;
}
#dl-menu button {
  background: #4e4d4c;
}
#dl-menu button.dl-active,
#dl-menu button.dl-active:hover {
  background: #282828;
}
#dl-menu button:hover,
#dl-menu ul {
  background: #4e4d4c;
}
#dl-menu button:hover li,
#dl-menu ul li {
  border-bottom: 1px solid #282828;
}
#dl-menu button:hover li a,
#dl-menu ul li a {
  color: #fff;
}
#dl-menu li > a:after {
  color: #fff;
}
#dl-menu li.dl-back > a {
  background: #282828;
  color: #fff;
}
#dl-menu li.dl-back:after {
  color: #fff;
}
#dl-menu .dl-menu {
  margin-top: 10px;
}
#dl-menu > .dl-submenu {
  top: 55px;
}

/* The home page menu */
#dl-home-menu {
  margin: 0;
  float: none;
  max-width: none;
}
#dl-home-menu .dl-menu {
  opacity: 1;
  margin: 0;
  position: relative;
}
#dl-home-menu ul {
  background: #fff;
}
#dl-home-menu ul li {
  border-bottom: 1px solid #282828;
}
#dl-home-menu ul li a {
  color: #282828;
  font-weight: bold;
}
#dl-home-menu li > a:after {
  color: #282828;
}
#dl-home-menu li > a:after {
  color: #282828;
}
#dl-home-menu li.dl-back > a {
  background: #d8d4d5;
  color: #282828;
  text-transform: uppercase;
}
#dl-home-menu li.dl-back:after {
  color: #282828;
}

#dl-home-menu > .dl-submenu {
  top: 0;
}

/*

.dl-menuwrapper button {
	background: #fcb034;
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: rgba(255, 255, 255, 0.8);
    background: #777;

    //background-color: rgba(99, 99, 99, 0.9);
    li:first-child {
      border-top: 1px solid #282828;
    }
    li {
      border-bottom: 1px solid #282828;
      a {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
      }
    }

}
.dl-menuwrapper li.dl-back a {
	padding-left: 50px;
  background: #282828;
}
.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(0,0,0,0.75);
    color: #fff;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 20px;
    color: #282828;
	color: rgba(0,0,0,0.75);
    color: #fff;
}

#dl-home-menu {
  margin: 0;
  float: none;
  max-width: none;
  .dl-menu {
    opacity: 1;
    margin: 0;
    position: relative;
  }

}
#dl-home-menu > .dl-submenu {
   top: 0;
}
*/
@media (max-width: 1350px) {
  .cycle-pager {
    display: none;
  }
}
#page-nav {
  width: 100%;
  background-color: #e4dfda;
  height: 46px;
}
#page-nav nav.sub {
  width: 960px;
  margin: 0 auto;
}
#page-nav nav.sub a.active {
  color: #827f7c;
}
#page-nav nav.sub a {
  height: 46px;
}
#page-nav nav.sub a span {
  display: table-cell;
  vertical-align: middle;
  width: 125px;
  height: 46px;
  padding-left: 25px;
}

.filters {
  font-family: "museo-sans", Arial;
}

.select-filter-group {
  float: left;
  margin-bottom: 10px;
}
.select-filter-group .label {
  display: block;
  line-height: 45px;
  padding: 0;
}

.select-filter.is-set .input, .button-filter.is-set .input {
  background-color: #818181;
  color: #fff;
}

.select-filter, .button-filter {
  position: relative;
  font-family: "museo-sans", Arial;
}
.select-filter .input, .button-filter .input {
  display: inline-block;
  background-color: #d8d4d5;
  color: #818181;
  padding: 12px 18px;
  font-size: 16px;
  cursor: pointer;
  font-weight: normal;
  height: auto;
  margin: 0;
}
.select-filter .dropdown, .button-filter .dropdown {
  position: absolute;
  display: none;
  top: 46px;
  left: 0;
  line-height: 1.5;
  z-index: 4;
  width: 600px;
  background: #777;
  padding: 10px 0;
  font-size: 14px;
}
.select-filter .dropdown ul, .select-filter .dropdown li, .button-filter .dropdown ul, .button-filter .dropdown li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.select-filter .dropdown li a, .button-filter .dropdown li a {
  margin: 8px 15px;
  color: #fff;
  padding: 0 20px 0 10px;
  border-left: 5px solid transparent;
}
.select-filter .dropdown li, .button-filter .dropdown li {
  margin-bottom: 10px;
  color: #fff;
}
.select-filter .dropdown li li, .button-filter .dropdown li li {
  margin-bottom: 0px;
}
.select-filter .dropdown .selected, .button-filter .dropdown .selected {
  font-weight: bold;
  border-left: 5px solid #f1a21a;
}
@media (max-width: 991px) {
  .select-filter .dropdown, .button-filter .dropdown {
    position: static;
    margin-top: 1px;
    max-width: 300px;
  }
}

.select-filter.open .input, .button-filter.open .input {
  background-color: #f1a21a;
  color: #fff;
}
.select-filter.open .dropdown, .button-filter.open .dropdown {
  display: block;
}

.menubar {
  margin: 0;
}

.menubar li {
  float: left;
  position: relative;
  margin: 0;
  margin-right: 26px;
}

.menubar li.last-child {
  margin-right: 0;
}

.menubar ul {
  list-style: none;
  display: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 24px;
  width: 400px;
  padding: 10px;
  padding-top: 4px;
  padding-left: 20px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.menubar ul li {
  float: none;
  margin-top: 8px;
  text-align: left;
}

.menubar li:hover ul li:hover, .menubar li:hover ul li:hover a {
  color: #aaa;
  border-bottom: none;
}

.menubar li:hover ul {
  display: block;
  z-index: 800;
}

.menubar .submenu-home {
  width: 220px;
}
.menubar .submenu-regions {
  width: 300px;
}
.menubar .submenu-experiences {
  width: 330px;
}
.menubar .submenu-events {
  width: 300px;
}
.menubar .submenu-videos {
  width: 300px;
}
.menubar .submenu-wineries {
  width: 780px;
  left: -250px;
  column-count: 2;
}
.menubar .submenu-wineries li {
  float: none;
  min-width: 345px;
}

header:hover a {
  text-shadow: 0 0 5px #777;
}

#social-footer {
  padding: 25px;
  background-color: #f7f3f3;
}

#subscribe input[type=text],
#subscribe input[type=email] {
  background-color: #FFF;
}

.homepage #social-footer {
  background: white url("./assets/home_background.d7f375ba9876.jpg") 100px 0px repeat-y;
}
.homepage #social-footer h3 {
  text-align: center;
  background-position: center bottom;
}
.homepage #social-footer #subscribe input[type=text],
.homepage #social-footer #subscribe input[type=email] {
  background-color: #e4dfda;
}

#subscribe-modal form .col-sm-8,
#subscribe-modal form .col-sm-4 {
  display: block;
  width: 100%;
}
#subscribe-modal form .form-group {
  margin-bottom: 0;
}
#subscribe-modal input[type=submit] {
  margin-top: 10px;
}
#subscribe-modal .subscribe-logo {
  max-width: 150px;
  margin: 30px;
}
#subscribe-modal .subscribe-content {
  padding: 15px;
  margin: 30px;
  background-color: white;
}

.fb-like-box {
  background-color: #f7f3f3;
}

.blog-subscribe-box {
  background-color: #e4dfda;
  padding: 20px;
}
.blog-subscribe-box input[type=text],
.blog-subscribe-box input[type=email] {
  background-color: #fff;
}
.blog-subscribe-box .col-sm-8 {
  width: 100%;
  margin-bottom: 10px;
}
.blog-subscribe-box .form-group {
  margin-bottom: 0;
}

.footer-menu ul {
  list-style: none;
  text-align: center;
  margin: 0;
}
.footer-menu ul li {
  margin-right: 20px;
  display: inline;
}
.footer-menu ul li.last {
  margin-right: 0;
}
.footer-menu ul li.mi-chinese-brochure a {
  text-indent: -5000px;
  display: inline-block;
  width: 36px;
  height: 24px;
  background: url("./assets/chinese_flag_24.d6fed755d8ac.png") no-repeat;
}

.content-overview {
  padding-top: 40px;
}

#homepage-content {
  margin-top: 43px;
}

@media (max-width: 767px) {
  #homepage-content {
    margin: 0 -10px;
  }
  #homepage-content > div {
    margin: 0 auto;
    width: 300px;
  }
  #overview .content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content-overview {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  #social-footer .form-submit {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
.slick-prev:before,
.slick-next:before {
  content: "";
}
.slick-prev,
.slick-next {
  text-indent: -9999px;
  background-color: #bfbebd !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  top: 146px;
  width: 35px;
  height: 35px;
  position: absolute;
  border: 0;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #a6a5a3 !important;
}

.slick-prev {
  background-image: url("./assets/leftarrow-sm.c11588f69d45.png") !important;
  left: -45px;
}

.slick-next {
  background-image: url("./assets/rightarrow-sm.e4e1d6e72dab.png") !important;
  right: -45px;
}

.slick-prev:hover {
  background-image: inherit;
}

.slick-slide {
  outline: none;
}

@media (max-width: 767px) {
  .videoWrapper iframe {
    width: 300px;
    height: 169px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .videoWrapper iframe {
    width: 630px;
    height: 354px;
  }
}

.instagram-sidebar-row .instagram-left {
  padding-right: 0;
}
.instagram-sidebar-row .instagram-right {
  padding-left: 0;
}

@media (min-width: 640px) {
  .grid-item-3 {
    height: 300px;
  }
}

@media (min-width: 640px) {
  .with-footer .grid-item-3 {
    height: 330px;
  }
}

.grid-exp-item {
  overflow: hidden;
}
#grid .grid-exp-item {
  float: left;
}
.grid-exp-item .exp-thumb .inline-book {
  display: none;
  margin-top: 10px;
  font-style: normal;
}
@media (max-width: 639px) {
  .grid-exp-item .exp-thumb {
    height: auto !important;
  }
  #grid .grid-exp-item .exp-thumb {
    margin-bottom: 0px;
  }
  .grid-exp-item .exp-thumb .text {
    height: auto !important;
    padding-bottom: 15px;
  }
  .grid-exp-item .exp-thumb .inline-book {
    display: block;
  }
}
.grid-exp-item .exp-thumb .arrow {
  z-index: 1;
}
.grid-exp-item .exp-thumb a.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.grid-exp-item .exp-thumb.online-booking a.cover {
  bottom: 70px;
}
.grid-exp-item .exp-thumb .btn {
  outline: none;
}
.grid-exp-item .exp-thumb a.btn-primary {
  text-decoration: none;
  /* duplicate input[type='submit'] */
  padding: 10px 14px;
  background-color: #282828;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "museo-sans", Arial;
  font-size: 14px;
  font-weight: bold;
  border: none;
  /* reverse #grid a */
  float: none !important;
  display: inline-block !important;
}
.grid-exp-item .exp-thumb .overlay {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  position: absolute;
  width: 100%;
  height: 171px;
  overflow: hidden;
  z-index: 3;
  top: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.grid-exp-item .exp-thumb .overlay .overlay-content {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.grid-exp-item .exp-thumb .overlay .overlay-content .book-now-wrap {
  margin-bottom: 15px;
}
.grid-exp-item .exp-thumb .overlay .overlay-content.with-gift-card .book-now-wrap {
  margin-bottom: 5px;
}
@media (max-width: 639px) {
  .grid-exp-item .exp-thumb .overlay {
    display: none;
  }
}
.grid-exp-item .exp-thumb:hover .overlay {
  opacity: 1;
}

@media (max-width: 767px) {
  .experience-detail-page .online-booking .col-title h5 {
    padding-bottom: 30px;
  }
  .experience-detail-page .online-booking .col-book h4 {
    display: none;
  }
}
.experience-detail-page .online-booking .col-book {
  text-align: center;
  padding-bottom: 20px;
}
.experience-detail-page a.btn-default {
  display: inline-block;
}
.experience-detail-page a.btn-primary {
  text-decoration: none;
  /* duplicate input[type='submit'] */
  padding: 10px 14px;
  background-color: #282828;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "museo-sans", Arial;
  font-size: 14px;
  font-weight: bold;
  border: none;
  /* reverse #grid a */
  float: none !important;
  display: inline-block !important;
}
.experience-detail-page .experience-carousel {
  display: none;
}
.experience-detail-page .experience-carousel > .posters {
  margin-bottom: 10px;
}
.experience-detail-page .experience-carousel > .nav {
  margin-left: 45px;
  margin-right: 45px;
}
.experience-detail-page .experience-carousel > .nav .slick-slide {
  padding: 10px;
}
.experience-detail-page .experience-carousel > .nav .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.region-list-page .maps *,
.region-list-page .maps *:before,
.region-list-page .maps *:after {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.region-list-page #largemap {
  width: 100%;
  height: 520px;
  border: 2px solid #fff;
  margin-bottom: 20px;
}
.region-list-page .wineries-section h2 {
  margin: 0 auto 14px;
}
@media (max-width: 991px) {
  .region-list-page .wineries-section h2 {
    width: 620px;
  }
}
@media (max-width: 639px) {
  .region-list-page .wineries-section h2 {
    width: 300px;
  }
}

@media (max-width: 991px) {
  body.homepage div.header {
    display: block !important;
  }
  body.homepage div.header, body.homepage div.header #carousel {
    height: 180px;
  }
  body.homepage div.header #carousel .slick-dots {
    display: none !important;
  }
  body.homepage div.header #carousel .slide img {
    transform: translateY(-25%);
  }
}
@media (max-width: 991px) and (max-width: 490px) {
  body.homepage div.header #carousel .slide img {
    height: 180px;
    transform: none;
  }
}
@media (max-width: 991px) {
  body.homepage div.header .top-logo-nav #logo img {
    height: 100px;
  }
  body.homepage div.header .top-logo-nav nav {
    display: none;
  }
  body.homepage div#mobile-header {
    display: none !important;
  }
}
.videos .glyphicon-play {
  color: #FFF;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
  transition: opacity 500ms, font 200ms;
  text-align: center;
  width: 300px;
  line-height: 171px;
}
.videos a:hover .glyphicon-play {
  opacity: 1;
  font-size: 38px;
}

menu, ol, ul {
  padding: 0;
}

.with-footer .exp-thumb {
  height: 330px;
}

.with-footer .footer {
  float: left;
  padding-top: 6px;
  background-color: #e4dfda;
  letter-spacing: 2px;
  color: #7c7a77;
  height: 23px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  box-sizing: content-box;
  width: 100%;
}

.faq-region {
  margin: 0 0 4px;
}
.faq-region dt {
  font-family: "museo-sans", Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #797979;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  padding: 10px 0;
  padding-left: 20px;
  position: relative;
}
.faq-region dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #797979;
  transition: transform 0.35s ease;
  transform: translateY(-50%) rotate(0deg);
}
.faq-region dt:not(.collapsed)::before {
  transform: translateY(-50%) rotate(90deg);
}
.faq-region dd {
  margin: 0;
  overflow: hidden;
}
.faq-region .faq-answer p {
  background-color: #f5f4f3;
  overflow: visible;
  padding: 20px;
}

#gallery {
  width: 100%;
  padding-top: 58px;
  background-color: #f5f4f3;
  overflow: hidden;
}
#gallery .content {
  position: relative;
  overflow: hidden;
}
#gallery .items {
  width: 779px;
  height: 437px;
  overflow: hidden;
  float: left;
  margin: 0px 6px 14px 0px;
  position: relative;
  margin-bottom: 50px;
}
#gallery .galleryitem {
  width: 779px;
  overflow: hidden;
  display: none;
}
#gallery .galleryitem:first-child {
  display: block;
}
#gallery .galleryitem img {
  width: 779px;
  height: 437px;
  overflow: hidden;
}
#gallery .galleryitem .enquirebutton {
  width: 138px;
  margin-top: 29px;
  float: right;
  margin-bottom: 10px;
}
#gallery .galleryitem .description {
  width: 524px;
  float: left;
  margin-bottom: 8px;
  margin-top: 12px;
}
#gallery .galleryitem .photographer {
  width: 524px;
  float: left;
  margin-bottom: 8px;
  color: #a8a6a6;
  font-style: italic;
  font-weight: bold;
}
#gallery .items .left, #gallery .items .right {
  width: 62px;
  height: 62px;
  background: rgb(241, 162, 26);
  background: rgba(241, 162, 26, 0.5);
  position: absolute;
  top: 50%;
  z-index: 20;
  cursor: pointer;
  margin-top: -31px;
}
#gallery .items .left img, #gallery .items .right img {
  margin: 0 auto;
  width: 17px;
  height: 32px;
  display: block;
  margin-top: 15px;
}
#gallery .items .left {
  left: 12px;
}
#gallery .items .right {
  right: 12px;
}
#gallery .thumbnails {
  width: 154px;
  float: right;
  /* height: 436px; overflow:hidden;  */
}
#gallery .thumbnails img {
  width: 140px;
}
#gallery .thumbnails a {
  margin-bottom: 8px;
  display: block;
  border: 2px solid #f5f4f3;
}
#gallery .thumbnails a:hover {
  border: 2px solid #f7af34;
}
#gallery .thumbnails a.active {
  border: 2px solid #f7af34;
}
#gallery .thumbnails .viewport {
  width: 144px;
  height: 436px;
  overflow: hidden;
  position: relative;
}
#gallery .thumbnails .overview {
  position: absolute;
  left: 0;
  top: 0;
}
#gallery .thumbnails .thumb .end,
#gallery .thumbnails .thumb {
  background-color: #fbb01f;
}
#gallery .thumbnails .scrollbar {
  position: relative;
  float: right;
  width: 9px;
}
#gallery .thumbnails .track {
  background-color: #ccc;
  height: 100%;
  width: 9px;
  position: relative;
  padding: 0 1px;
}
#gallery .thumbnails .thumb {
  height: 20px;
  width: 13px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
}
#gallery .thumbnails .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 13px;
}
#gallery .thumbnails .disable {
  display: none;
}
@media (max-width: 991px) {
  #gallery .items {
    float: none;
    margin: 0 0 20px 0;
    width: auto;
    height: auto;
  }
  #gallery .galleryitem {
    width: auto;
  }
  #gallery .galleryitem img {
    height: auto;
    width: auto;
  }
  #gallery .thumbnails {
    float: none;
    width: auto;
  }
  #gallery .thumbnails .scrollbar {
    display: none;
  }
  #gallery .thumbnails .viewport {
    width: auto;
    overflow: visible;
    height: auto;
  }
  #gallery .thumbnails a {
    float: left;
  }
  #gallery .thumbnails .overview {
    position: static;
  }
  #gallery iframe {
    max-width: 100%;
    max-height: 280px;
  }
}
@media (max-width: 767px) {
  #gallery .thumbnails img {
    width: 70px;
    height: 46px;
  }
}

.whitebg #gallery {
  background-color: #fff;
}

#winery-grid {
  margin-top: 56px;
  overflow: hidden;
}
#winery-grid a {
  display: block;
  overflow: hidden;
  cursor: pointer;
  margin: 20px auto 0;
  max-width: 300px;
}
#winery-grid a:hover {
  text-decoration: none;
}
#winery-grid a:hover .text {
  background-color: #e6e4e2;
}
#winery-grid a:hover .footer {
  background-color: #d9d2cb;
}
#winery-grid .thumb {
  position: relative;
  height: 325px;
  overflow: hidden;
}
#winery-grid .thumb img.main {
  height: 171px;
}
#winery-grid .thumb img.arrow {
  height: 171px;
  width: 21px;
  height: 13px;
  position: absolute;
  left: 50%;
  margin-top: -13px;
}
#winery-grid .thumb .arrow {
  background: 50% 0 url("./assets/thumbnail_arrow.a9535579360b.png") no-repeat;
  height: 13px;
  position: absolute;
  margin-top: -13px;
  left: 0;
  right: 0;
}
#winery-grid .thumb .text {
  height: 125px;
  text-align: center;
  background-color: #f2f1f0;
}
#winery-grid .thumb .text h3 {
  margin: 0px;
  padding: 16px 8px 8px 8px;
  margin: 0 auto;
  line-height: 22px;
  background-position: center bottom;
}
#winery-grid .thumb .text p {
  padding: 6px 8px 0 6px;
  letter-spacing: 1px;
  color: #4e4d4c;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  margin: 0 auto;
}
#winery-grid .thumb .footer {
  padding: 6px;
  background-color: #e4dfda;
  letter-spacing: 2px;
  color: #7c7a77;
  height: 29px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
}
@media (max-width: 767px) {
  #winery-grid .thumb {
    margin: 0 auto;
  }
}
@media (min-width: 479px) and (max-width: 767px) {
  #winery-grid .col-md-3 {
    width: 50%;
    float: left;
  }
}

.node-type-winery #gallery .thumbnails .video {
  position: relative;
}

.node-type-winery #gallery .thumbnails .video:before {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: "icomoon";
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
  color: #f7af34;
  font-size: 50px;
  margin: 20px 50px;
  text-shadow: 1px 1px 4px #000;
}
@media (max-width: 767px) {
  .node-type-winery #gallery .thumbnails .video:before {
    font-size: 30px;
    line-height: 30px;
    margin: 9px 22px;
  }
}

.booknowcontainer {
  border: 1px #ccc solid;
  border-radius: 5px;
}
.booknowcontainer h3 {
  padding: 10px 20px;
  margin: 0;
  background-color: #282828;
  color: #FFF;
  position: relative;
  text-transform: none;
  margin-bottom: 10px;
}
.booknowcontainer h3:after {
  border-top: 10px solid #282828;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 20px;
}
.booknowcontainer .btn-default {
  min-width: 160px;
}
.booknowcontainer h4.hr {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  font-weight: bold;
  text-rendering: optimizelegibility;
}
.booknowcontainer h4.hr::before {
  right: 1.5%;
}
.booknowcontainer h4.hr::before, .booknowcontainer h4.hr::after {
  border-top: 1px solid #888;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 80px;
}
.booknowcontainer h4.hr::after {
  left: 1.5%;
}
.booknowcontainer h4.hr {
  display: table;
  white-space: nowrap;
  margin: 10px auto;
}