/* RESET STYLES
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

/*! normalize.css v3.0.2 | 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,
menu,
nav,
section,
summary {
  display: block; }

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

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

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .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: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-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%; } }

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: .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, .initialism {
  text-transform: uppercase; }

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

.text-muted {
  color: #777777; }

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

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

.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: #337ab7; }

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

.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 {
  padding-left: 0;
  list-style: none; }

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

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

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: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-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: '\00A0 \2014'; }

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%;
    font-weight: bold;
    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; }

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

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

/* 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;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

@font-face {
  font-family: 'FuturaStdBook';
  src: url("/assets/fonts/FuturaStdBook.eot");
  src: url("/assets/fonts/FuturaStdBook.eot") format("embedded-opentype"), url("/assets/fonts/FuturaStdBook.woff2") format("woff2"), url("/assets/fonts/FuturaStdBook.woff") format("woff"), url("/assets/fonts/FuturaStdBook.ttf") format("truetype"), url("/assets/fonts/FuturaStdBook.svg#FuturaStdBook") format("svg"); }

@font-face {
  font-family: 'FuturaStdHeavy';
  src: url("/assets/fonts/FuturaStdHeavy.eot");
  src: url("/assets/fonts/FuturaStdHeavy.eot") format("embedded-opentype"), url("/assets/fonts/FuturaStdHeavy.woff2") format("woff2"), url("/assets/fonts/FuturaStdHeavy.woff") format("woff"), url("/assets/fonts/FuturaStdHeavy.ttf") format("truetype"), url("/assets/fonts/FuturaStdHeavy.svg#FuturaStdHeavy") format("svg"); }

@font-face {
  font-family: 'FuturaStdLight';
  src: url("/assets/fonts/FuturaStdLight.eot");
  src: url("/assets/fonts/FuturaStdLight.eot") format("embedded-opentype"), url("/assets/fonts/FuturaStdLight.woff2") format("woff2"), url("/assets/fonts/FuturaStdLight.woff") format("woff"), url("/assets/fonts/FuturaStdLight.ttf") format("truetype"), url("/assets/fonts/FuturaStdLight.svg#FuturaStdLight") format("svg"); }

/* VARIABLES
--------------------------------------------- */
/* MIXINS
--------------------------------------------- */
/* GENERAL STYLES
--------------------------------------------- */
body {
  font-family: "FuturaStdBook", Helvetica, sans-serif;
  background-color: #231F20; }

a:link,
a:visited {
  color: #000;
  outline: none;
  text-decoration: none; }

p {
  font-size: 16px;
  color: #666;
  line-height: 1.4em;
  margin-bottom: 1em;
  font-family: "FuturaStdBook", Helvetica, sans-serif; }

input, textarea, select {
  font-style: normal;
  font-weight: 200;
  font-size: 12px;
  color: black; }

input {
  padding: 10px 16px;
  border: 0px;
  background: #ccc6ba; }

select {
  padding: 10px 16px;
  border: 0px;
  background: #ccc6ba;
  -webkit-appearance: none; }

textarea {
  padding: 10px 16px;
  border: 0px;
  background: #ccc6ba; }

/* GLOBAL
---------------------------------------------  */
.title-line {
  height: 13px;
  width: 239px;
  margin: auto;
  background: url("/assets/layout/line_dark.png") no-repeat center; }

.vinjett-line {
  height: 13px;
  width: 239px;
  margin: auto;
  background: url("/assets/layout/line_white.png") no-repeat center; }

.btn, a.btn, button.btn, input.btn {
  display: inline-block;
  padding: 0 20px;
  border: 3px solid #808285;
  font-size: 12px;
  line-height: 30px;
  color: #231F20;
  font-family: "FuturaStdBook", Helvetica, sans-serif; }
  .btn.primary, a.btn.primary, button.btn.primary, input.btn.primary {
    width: 100%;
    border-radius: 0;
    font-size: 16px;
    border: none;
    background: #E9D5AA;
    font-family: "FuturaStdHeavy", Helvetica, sans-serif;
    height: 36px; }
  .btn.secondary, a.btn.secondary, button.btn.secondary, input.btn.secondary {
    border: none;
    background: #E9D5AA;
    font-family: "FuturaStdHeavy", Helvetica, sans-serif;
    color: #231f20; }
    .btn.secondary:hover, a.btn.secondary:hover, button.btn.secondary:hover, input.btn.secondary:hover {
      background: #d6bc84; }
  .btn.large, a.btn.large, button.btn.large, input.btn.large {
    font-size: 16px;
    height: 36px;
    line-height: 36px; }
  .btn.huge, a.btn.huge, button.btn.huge, input.btn.huge {
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    padding: 0 40px; }
  .btn.full-width, a.btn.full-width, button.btn.full-width, input.btn.full-width {
    width: 100%; }
  .btn.lower-case, a.btn.lower-case, button.btn.lower-case, input.btn.lower-case {
    text-transform: none; }

.btn-inline a {
  display: inline-block;
  padding: 0 20px;
  color: #231F20;
  border-radius: 0;
  font-size: 16px;
  border: none;
  background: #E9D5AA;
  font-family: "FuturaStdHeavy", Helvetica, sans-serif;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  text-decoration: none !important; }

.vertical-align {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.nopadding-left {
  padding-left: 0 !important; }

.nopadding-right {
  padding-right: 0 !important; }

.nopadding-bottom {
  padding-left: 0 !important; }

.border-bottom {
  border-bottom: 1px solid #666; }

.padding-top {
  padding-top: 40px; }

.padding-bottom {
  padding-bottom: 40px; }

.grecaptcha-badge {
  display: none; }

#map {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 50%; }
  #map.sm {
    padding-bottom: 25%; }
  #map.md {
    padding-bottom: 35%; }
  #map.lg {
    padding-bottom: 50%; }
  #map.square {
    padding-bottom: 75%; }
  #map iframe {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    #map.sm {
      padding-bottom: 45%; }
    #map.md {
      padding-bottom: 60%; }
    #map.lg {
      padding-bottom: 75%; } }
  @media (max-width: 767px) {
    #map.sm {
      padding-bottom: 75%; }
    #map.md {
      padding-bottom: 75%; }
    #map.lg {
      padding-bottom: 75%; } }

.ribbon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: 160px;
  height: 160px;
  text-align: right; }
  .ribbon span {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 180px;
    display: block;
    background: #E9D5AA;
    color: black;
    position: absolute;
    top: 35px;
    left: -37px; }
    .ribbon span::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 100%;
      z-index: -1;
      /*border-left: 3px solid #F79E05;
			border-right: 3px solid transparent;
			border-bottom: 3px solid transparent;
			border-top: 3px solid #F79E05;*/ }
    .ribbon span::after {
      content: "";
      position: absolute;
      right: 0px;
      top: 100%;
      z-index: -1;
      /*border-left: 3px solid transparent;
			border-right: 3px solid #F79E05;
			border-bottom: 3px solid transparent;
			border-top: 3px solid #F79E05;*/ }
  @media (min-width: 768px) and (max-width: 991px) {
    .ribbon span {
      font-size: 11px;
      line-height: 26px;
      width: 150px;
      top: 30px;
      left: -30px; } }
  @media (max-width: 767px) {
    .ribbon span {
      font-size: 10px;
      line-height: 22px;
      width: 140px;
      top: 30px;
      left: -30px; } }

#languages {
  overflow: hidden;
  padding: 40px 60px;
  background: white;
  text-align: center; }
  #languages ul {
    display: inline-block;
    text-align: left; }
    #languages ul li {
      width: 100px;
      margin-bottom: 6px; }
      #languages ul li a {
        font-size: 14px;
        display: block;
        text-decoration: none;
        color: black; }
        #languages ul li a:hover {
          color: inherit; }
        #languages ul li a img {
          float: left;
          margin-right: 10px;
          margin-top: 3px;
          width: 25px; }
        #languages ul li a.active {
          text-decoration: underline; }
    #languages ul li:last-child {
      margin-bottom: 0; }

.popup.newsletter {
  width: 1000px;
  background: white; }
  .popup.newsletter .box {
    padding: 50px 25px 0 25px; }
    .popup.newsletter .box .form {
      margin-bottom: 20px;
      /*input.btn {
					margin-top: 10px;
					background: #d5ccad;
					text-align: right;
					font-family: $font-btn;
					font-size: 16px;
					color: #000;
					line-height: 40px;
					border: 0px;
					width: 100%;
					background: #d5ccad url('/assets/layout/arrow-black.png') no-repeat 10px center;
					padding: 0 20px;
				}*/ }
      .popup.newsletter .box .form .default-field {
        width: 100%;
        /*background: #eee;
					border: 0px;
					color: #666;
					font-size: 16px;
					padding: 0px 14px;
					line-height: 40px;
					height: 40px;*/ }

@media (min-width: 768px) and (max-width: 991px) {
  .popup.newsletter {
    width: 800px; }
    .popup.newsletter .box {
      padding: 20px 20px 0 20px; } }

@media (max-width: 767px) {
  .popup.newsletter {
    width: 100%; }
    .popup.newsletter .box {
      padding: 20px; } }

/* TITLES
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "FuturaStdHeavy", Helvetica, sans-serif;
  font-weight: normal;
  color: #231F20;
  line-height: 1.2em;
  margin: 0; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 18px; }

.title-horizontal {
  text-align: center;
  margin-bottom: 25px; }
  .title-horizontal h1 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .title-horizontal h2 {
    font-size: 35px;
    margin-bottom: 20px; }
  .title-horizontal .title-line {
    margin-bottom: 20px; }
  .title-horizontal p {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #999; }
    .title-horizontal p a {
      color: #808285;
      text-transform: uppercase; }
    .title-horizontal p span.slash {
      display: inline-block;
      padding: 0 12px 0 15px; }
    .title-horizontal p b {
      font-weight: normal;
      color: #000; }
  .title-horizontal.primary .title-line {
    margin-bottom: 40px; }

.text-default-format h1, .text-default-format h2, .text-default-format h3, .text-default-format h4, .text-default-format h5, .text-default-format h6 {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 2em; }

.text-default-format h1 {
  font-size: 26px; }

.text-default-format h2 {
  font-size: 22px; }

.text-default-format h3 {
  font-size: 18px; }

.text-default-format h4 {
  font-size: 16px; }

.text-default-format h5 {
  font-size: 14px; }

.text-default-format h6 {
  font-size: 12px; }

.text-default-format.title-fix h1, .text-default-format.title-fix h2, .text-default-format.title-fix h3, .text-default-format.title-fix h4 {
  margin-top: 0px; }

@media (max-width: 767px) {
  .text-default-format.title-fix h1, .text-default-format.title-fix h2, .text-default-format.title-fix h3, .text-default-format.title-fix h4 {
    margin-top: 1em; } }

.text-default-format p {
  line-height: 1.7em;
  color: #666;
  font-family: "FuturaStdBook", Helvetica, sans-serif;
  margin: 0 0 15px 0; }

.text-default-format a {
  color: #000;
  text-decoration: underline; }
  .text-default-format a:hover {
    text-decoration: none; }

.text-default-format ul {
  margin-bottom: 1em;
  list-style: outside;
  list-style-type: circle;
  list-style-image: url("/assets/layout/pager_dots_selected.png");
  margin: 0 0 10px 20px; }
  .text-default-format ul li {
    font-size: 16px;
    font-family: "FuturaStdBook", Helvetica, sans-serif;
    color: #666;
    line-height: 1.5em;
    padding-left: 8px;
    margin-bottom: 5px; }

.text-default-format ol {
  list-style: inside;
  list-style-type: decimal; }
  .text-default-format ol li {
    font-size: 16px;
    font-family: "FuturaStdBook", Helvetica, sans-serif;
    color: #666;
    line-height: 1.9em; }

.text-default-format blockquote {
  line-height: 1.9em;
  color: #000;
  font-family: "FuturaStdBook", Helvetica, sans-serif;
  font-size: 18px; }

.text-default-format table {
  text-align: left;
  font-size: 16px;
  font-family: "FuturaStdBook", Helvetica, sans-serif;
  color: #666;
  line-height: 1.9em;
  margin: 15px 0;
  width: 100%; }

@media (max-width: 767px) {
  .text-default-format table td, .text-default-format table th {
    width: 100%;
    display: block; } }

/* ELEMENTS
--------------------------------------------- */
.site-wrap .container {
  background: #fff;
  max-width: 1440px;
  width: 100%;
  overflow: hidden; }
  .site-wrap .container.spacer {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .site-wrap .container.spacer hr {
      border: 0;
      border-top: 1px solid #ccc; }
    .site-wrap .container.spacer.small {
      padding-top: 15px;
      padding-bottom: 15px; }

.cookies {
  background: black;
  padding: 15px 50px;
  color: white;
  font-family: Arial;
  font-size: 11px;
  text-align: center;
  color: #ccc; }
  .cookies a {
    color: #fff;
    text-decoration: underline; }
  @media (min-width: 768px) and (max-width: 991px) {
    .cookies {
      padding: 15px; } }
  @media (max-width: 767px) {
    .cookies {
      padding: 15px; } }

.header .logo {
  margin: 10px 0;
  float: left; }

.header .language-switcher {
  float: left;
  margin: 29px 0px 0 29px; }
  .header .language-switcher a {
    font-size: 16px;
    color: #333;
    font-family: "FuturaStdHeavy", Helvetica, sans-serif;
    text-transform: uppercase; }
    .header .language-switcher a img {
      position: relative;
      top: -3px;
      margin-right: 5px; }

.header .header-misc {
  float: right;
  margin-top: 26px; }
  .header .header-misc ul {
    overflow: hidden; }
    .header .header-misc ul li {
      float: left;
      margin: 0 0 0 30px; }
      .header .header-misc ul li a {
        text-transform: uppercase;
        color: #333;
        display: block;
        font-family: "FuturaStdBook", Helvetica, sans-serif;
        font-weight: bold; }
        .header .header-misc ul li a img {
          position: relative;
          top: -3px;
          margin: 0 5px 0 0; }

.header .nav-icon {
  float: right;
  margin: 25px 15px 20px 0px; }
  .header .nav-icon img {
    cursor: pointer; }

.header .nav ul.main-nav {
  float: right;
  margin-top: 30px; }
  .header .nav ul.main-nav li {
    float: left;
    margin: 0 15px 0 0; }
    .header .nav ul.main-nav li a {
      font-size: 16px;
      color: #333;
      font-family: "FuturaStdHeavy", Helvetica, sans-serif;
      text-transform: uppercase; }

.header .nav .nav-buttons {
  float: right;
  background: blue;
  margin-left: 20px; }
  .header .nav .nav-buttons a {
    display: block;
    line-height: 40px;
    width: 225px; }
    .header .nav .nav-buttons a span.square {
      display: inline-block;
      width: 11px;
      height: 11px;
      padding: 0 14px 0 20px; }
    .header .nav .nav-buttons a.book-table {
      background: #e9d5aa;
      color: #000; }
      .header .nav .nav-buttons a.book-table span.square {
        background: url("/assets/layout/square_black.png") no-repeat center center; }
    .header .nav .nav-buttons a.reserve-room {
      background: #000;
      color: #e9d5aa; }
      .header .nav .nav-buttons a.reserve-room span.square {
        background: url("/assets/layout/square_beige.png") no-repeat center center; }

.header .mobile-nav {
  display: none;
  padding: 30px 50px;
  background: #231F20; }
  .header .mobile-nav ul.mobile-main-nav {
    margin-bottom: 0; }
    .header .mobile-nav ul.mobile-main-nav li a {
      display: block;
      padding: 8px 0;
      text-align: center;
      font-size: 16px;
      color: #FFF;
      font-family: "FuturaStdHeavy", Helvetica, sans-serif;
      text-transform: uppercase; }
  .header .mobile-nav hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #ccc; }

@media (min-width: 992px) and (max-width: 1199px) {
  .header .nav ul.main-nav li {
    margin: 0 20px 0 0 !important; }
  .header .nav .nav-buttons a {
    width: 180px; } }

@media (max-width: 767px) {
  .header .logo {
    margin: 15px 0; }
    .header .logo img {
      width: 100px; }
  .header .language-switcher {
    margin: 24px 0 0 18px; }
  .header .nav-icon {
    margin-top: 18px; } }

.sub-nav {
  margin-bottom: 30px; }
  .sub-nav ul {
    text-align: center; }
    .sub-nav ul li {
      float: none;
      display: inline-block;
      margin: 0 10px; }
      .sub-nav ul li a {
        font-size: 16px;
        color: #999;
        text-transform: uppercase; }
        .sub-nav ul li a:hover {
          color: #000; }
      .sub-nav ul li.active a {
        color: #000; }

/* BLOCKS
--------------------------------------------- */
.block.collapse .container {
  padding-bottom: 0px; }

.block.block-1 .container {
  padding-top: 50px; }

.block-errors {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 20px;
  background: red; }
  .block-errors li {
    margin: 0;
    padding: 0 0 10px 0;
    color: white; }

.block-usps .container {
  text-align: center;
  padding-bottom: 10px; }

.block-usps ul {
  display: inline-block; }
  .block-usps ul li {
    margin-left: 35px;
    float: left; }
  .block-usps ul li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("/assets/layout/icon-ok-gold.svg");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 22px; }
  .block-usps ul li:last-child {
    margin-right: 35px; }

.block-form h1 {
  margin-bottom: 10px;
  text-align: center; }

.block-form .text-default-format {
  text-align: center; }

.block-form .error {
  color: red !important; }

.block-form .form {
  margin-top: 20px; }
  .block-form .form .label {
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    color: black;
    margin-bottom: 2px; }
  .block-form .form input[type="text"],
  .block-form .form select,
  .block-form .form textarea {
    background: #eee;
    width: 100%; }
  .block-form .form.standard-form div {
    margin-bottom: 20px; }
  .block-form .form.standard-form .row div {
    margin-bottom: 0; }
  .block-form .form .power-web-form .field {
    width: 100%;
    margin-bottom: 15px; }
    .block-form .form .power-web-form .field .radio_row label {
      margin-left: 7px; }
  .block-form .form .power-web-form .clear label.error {
    background: red;
    color: white;
    padding: 4px;
    width: 100%; }
  .block-form .form .power-web-form input[type="submit"] {
    margin-top: 20px; }

.block-inline-booking-buttons {
  background: #e9d5aa; }
  .block-inline-booking-buttons a {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 10px; }
    .block-inline-booking-buttons a.btn-style-1 {
      background: #e9d5aa;
      color: #000; }
      .block-inline-booking-buttons a.btn-style-1 span.square {
        background: url("/assets/layout/square_black.png") no-repeat center center; }
    .block-inline-booking-buttons a.btn-style-2 {
      background: #000;
      color: #e9d5aa; }
      .block-inline-booking-buttons a.btn-style-2 span.square {
        background: url("/assets/layout/square_beige.png") no-repeat center center; }
    .block-inline-booking-buttons a.btn-3 {
      width: 33%; }
    .block-inline-booking-buttons a.btn-3:last-child {
      width: 31%; }
    .block-inline-booking-buttons a.btn-6 {
      width: 50%; }
    .block-inline-booking-buttons a.btn-6:last-child {
      width: 48%; }

.block-slideshow-fullWidth .container {
  padding-bottom: 0px; }

.block-slideshow-fullWidth .slider {
  position: relative;
  text-align: center; }
  .block-slideshow-fullWidth .slider .badge {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 999999999999;
    width: 235px;
    height: 235px; }
    .block-slideshow-fullWidth .slider .badge img {
      width: 100%; }
      .block-slideshow-fullWidth .slider .badge img:hover {
        opacity: 0.9; }
  .block-slideshow-fullWidth .slider .image {
    height: 700px;
    background: url("") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .block-slideshow-fullWidth .slider .overlay {
    position: absolute;
    width: 100%;
    top: 180px; }
    .block-slideshow-fullWidth .slider .overlay .title {
      margin-bottom: 40px; }
      .block-slideshow-fullWidth .slider .overlay .title h1 {
        font-size: 50px;
        text-shadow: 2px 2px #000;
        color: #fff; }
      .block-slideshow-fullWidth .slider .overlay .title img {
        margin: 20px 0; }
        .block-slideshow-fullWidth .slider .overlay .title img.img-responsive {
          display: inline-block; }
    .block-slideshow-fullWidth .slider .overlay .booking-widget-horizontal {
      background: #231F20;
      margin: 0 auto;
      padding: 14px 10px; }
      .block-slideshow-fullWidth .slider .overlay .booking-widget-horizontal div {
        padding: 0 5px; }
      .block-slideshow-fullWidth .slider .overlay .booking-widget-horizontal input {
        padding: 5px 10px;
        width: 100%;
        height: 36px;
        border: none; }
        .block-slideshow-fullWidth .slider .overlay .booking-widget-horizontal input.icon-calendar {
          background: #FFF url("/assets/layout/icon_calendar_input.png") no-repeat right center; }
      .block-slideshow-fullWidth .slider .overlay .booking-widget-horizontal select {
        padding: 5px 10px;
        width: 100%;
        height: 36px;
        border: none;
        border: 1px solid #ccc; }
      .block-slideshow-fullWidth .slider .overlay .booking-widget-horizontal img.check-in-icon {
        position: absolute;
        right: 12px;
        top: 9px; }
      .block-slideshow-fullWidth .slider .overlay .booking-widget-horizontal button {
        width: 100%;
        border-radius: 0;
        font-size: 16px;
        border: none;
        background: #E9D5AA;
        font-family: "FuturaStdHeavy", Helvetica, sans-serif;
        height: 36px; }
    .block-slideshow-fullWidth .slider .overlay .ratings {
      background: #E9D5AA;
      padding: 10px;
      text-align: center;
      font-size: 14px; }
      .block-slideshow-fullWidth .slider .overlay .ratings small {
        font-size: 10px;
        margin-left: 10px; }
      .block-slideshow-fullWidth .slider .overlay .ratings a {
        text-decoration: underline; }
    .block-slideshow-fullWidth .slider .overlay .booking-tagline {
      background: #231F20;
      color: #ccc;
      padding: 10px;
      text-align: center;
      font-size: 14px; }
      .block-slideshow-fullWidth .slider .overlay .booking-tagline span {
        font-size: 18px;
        font-family: Arial;
        font-weight: bold; }
      .block-slideshow-fullWidth .slider .overlay .booking-tagline a {
        color: #ccc; }
  .block-slideshow-fullWidth .slider .slick-next {
    right: 20px; }
  .block-slideshow-fullWidth .slider .slick-prev {
    left: 20px; }
  .block-slideshow-fullWidth .slider .slick-dots {
    bottom: 40px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .block-slideshow-fullWidth .slider .badge {
      top: 20px;
      left: 20px;
      width: 150px;
      height: 150px; }
    .block-slideshow-fullWidth .slider .image.gallery {
      height: 500px; } }
  @media (max-width: 767px) {
    .block-slideshow-fullWidth .slider .badge {
      top: 20px;
      left: 20px;
      width: 100px;
      height: 100px; }
    .block-slideshow-fullWidth .slider .overlay {
      top: 80px; }
      .block-slideshow-fullWidth .slider .overlay .title h1 {
        font-size: 32px; }
      .block-slideshow-fullWidth .slider .overlay .ratings, .block-slideshow-fullWidth .slider .overlay .booking-tagline {
        font-size: 12px; }
    .block-slideshow-fullWidth .slider .booking-widget-horizontal input, .block-slideshow-fullWidth .slider .booking-widget-horizontal select {
      margin-bottom: 10px; }
    .block-slideshow-fullWidth .slider .image.gallery {
      height: 300px; } }

.block-text-col-2 .container {
  padding-bottom: 0px; }
  .block-text-col-2 .container .image {
    position: relative; }
  .block-text-col-2 .container .box h3 {
    font-size: 24px;
    margin: 20px 0 10px 0; }

.block-text-col-2 .room-teaser {
  margin-bottom: 40px;
  overflow: hidden; }

.block-text-col-2 .buttons {
  overflow: hidden; }
  .block-text-col-2 .buttons a.btn {
    margin-top: 0px;
    margin-right: 20px; }

.block-text-col-2 table.property-info {
  margin-top: 0px; }
  .block-text-col-2 table.property-info tr td {
    padding: 10px 0; }
    .block-text-col-2 table.property-info tr td a {
      color: #666;
      font-size: 18px;
      line-height: 37px; }
    .block-text-col-2 table.property-info tr td.icon {
      width: 15%;
      vertical-align: middle; }

.block-text-col-2 .intro-text {
  margin-top: 20px; }

@media (max-width: 767px) {
  .block-text-col-2 .container .box {
    margin-bottom: 40px; }
  .block-text-col-2 table.property-info .icon img {
    margin-right: 10px; } }

.block-room-body h2 {
  margin-bottom: 10px; }

.block-2box-slider {
  overflow: hidden; }
  .block-2box-slider .container {
    padding-bottom: 80px; }
    .block-2box-slider .container div.box {
      overflow: hidden; }
      .block-2box-slider .container div.box img {
        width: 100%;
        margin-bottom: 15px; }
      .block-2box-slider .container div.box h3 {
        font-size: 24px;
        margin-bottom: 10px; }
      .block-2box-slider .container div.box .buttons {
        overflow: hidden; }
        .block-2box-slider .container div.box .buttons a.btn {
          margin-top: 0px;
          margin-right: 20px; }
  .block-2box-slider .slick-next {
    right: -120px; }
  .block-2box-slider .slick-prev {
    left: -120px; }
  .block-2box-slider .slick-dots {
    bottom: -70px; }

.block-single-column .page-slideshow {
  margin-bottom: 30px; }

.block-text-col-3 .container .image {
  position: relative; }

.block-text-col-3 .container .box h3 {
  font-size: 24px;
  margin: 20px 0 10px 0; }

@media (max-width: 767px) {
  .block-text-col-3 .container .box {
    margin-bottom: 40px; } }

.block-box-col-4 .container img {
  width: 100%; }

.block-campaign-box .container .box h3 {
  font-size: 24px;
  margin: 20px 0 10px 0; }

@media (max-width: 767px) {
  .block-campaign-box .container .box {
    margin-bottom: 40px; } }

.block-booking-widget .container {
  background: #231f20;
  padding: 55px 0; }
  .block-booking-widget .container .box {
    position: relative;
    min-height: 220px; }
    .block-booking-widget .container .box h3 {
      font-size: 24px;
      color: #FFF;
      margin-bottom: 20px; }
    .block-booking-widget .container .box p {
      color: #999;
      font-size: 16px; }
      .block-booking-widget .container .box p a {
        color: #999;
        font-size: 16px;
        text-decoration: underline; }
        .block-booking-widget .container .box p a:hover {
          text-decoration: none; }
    .block-booking-widget .container .box input.date {
      display: block;
      width: 100%;
      border: 0px;
      line-height: 37px;
      padding: 0 10px;
      margin-bottom: 20px; }
      .block-booking-widget .container .box input.date.icon-calendar {
        background: #FFF url("/assets/layout/icon_calendar_input.png") no-repeat right center; }
    .block-booking-widget .container .box button {
      width: 100%;
      border-radius: 0;
      font-size: 16px;
      border: none;
      background: #E9D5AA;
      font-family: "FuturaStdHeavy", Helvetica, sans-serif;
      height: 36px;
      margin-top: 12px;
      position: absolute;
      bottom: 0; }
      .block-booking-widget .container .box button:hover {
        background: #d6bc84; }
    .block-booking-widget .container .box .fancybox-widget {
      position: absolute;
      bottom: 0;
      font-weight: normal; }
  @media (min-width: 768px) and (max-width: 991px) {
    .block-booking-widget .container .box {
      min-height: 250px; }
      .block-booking-widget .container .box h3 {
        font-size: 18px; } }

@media (max-width: 767px) {
  .block-booking-widget .container .box {
    margin-bottom: 40px;
    min-height: 0; }
    .block-booking-widget .container .box .fancybox-widget {
      position: relative; }
    .block-booking-widget .container .box button {
      position: relative; } }

.block-list .container .title {
  margin-bottom: -20px; }

.block-list .container .article {
  margin-top: 50px; }

@media (max-width: 767px) {
  .block-list .container img {
    width: 100%;
    margin-bottom: 15px; } }

.block-newsletter .container {
  text-align: center;
  padding: 50px 0; }

.block-newsletter p {
  font-size: 16px; }

.block-newsletter input.default-field {
  padding: 5px 10px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: none;
  background: #eee; }

.block-newsletter .btn {
  margin-top: 10px; }

.block-cta-full-width-image .container .image {
  height: 700px;
  background: url("") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .block-cta-full-width-image .container .image .box {
    text-align: center;
    padding-top: 200px; }
    .block-cta-full-width-image .container .image .box h2 {
      font-size: 50px;
      color: #FFF;
      text-shadow: 0px 2px 2px black;
      margin-bottom: 25px; }
    .block-cta-full-width-image .container .image .box img {
      margin: auto; }
    .block-cta-full-width-image .container .image .box a.btn {
      margin-top: 30px; }

.block-video.block-1 {
  padding-top: 0; }

.block-video audio, .block-video canvas, .block-video video {
  display: block;
  width: 100%;
  height: auto; }

.block-video video, .block-video object {
  max-width: 100%;
  width: 100% !important;
  height: auto !important; }

.block-video .video-cover-box {
  height: 400px;
  width: 100%;
  background: url("") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .block-video .video-cover-box .play {
    display: block;
    height: 400px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* From old "2009" flexbox spec. */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    *-ms-flex-pack: center;
    -webkit-justify-content: center;
    *justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    *-ms-flex-align: center;
    -webkit-align-items: center; }
    .block-video .video-cover-box .play img {
      height: 40px; }

.block-navigation .container {
  padding-top: 20px; }

.block-gallery .image {
  position: relative; }
  .block-gallery .image img {
    width: 100%; }
  .block-gallery .image a {
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 55; }
    .block-gallery .image a:hover {
      background-color: rgba(0, 0, 0, 0.5);
      background-image: url("/assets/layout/icon_magnifier.png");
      background-position: center center;
      background-repeat: no-repeat; }

.block-gallery-collection .box {
  position: relative;
  background: #000; }
  .block-gallery-collection .box:hover img {
    opacity: 1; }
  .block-gallery-collection .box img {
    width: 100%;
    opacity: 0.7; }
  .block-gallery-collection .box span {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px; }

.block-text-col-1-image .container .black-box {
  background: #000;
  padding: 50px 0;
  height: 682px; }
  .block-text-col-1-image .container .black-box .title-horizontal h2 {
    color: #FFF; }
  .block-text-col-1-image .container .black-box .title-horizontal .title-line {
    background-image: url("/assets/layout/line_white.png"); }
  .block-text-col-1-image .container .black-box p {
    color: #fff; }

.block-share-page .container {
  padding-top: 40px; }
  .block-share-page .container p {
    text-transform: none; }
  .block-share-page .container .box {
    text-align: center; }
    .block-share-page .container .box img {
      margin: 0 5px; }
      .block-share-page .container .box img:hover {
        opacity: 0.8; }

.block-footer-nav .container {
  padding-top: 50px;
  background: #FFF; }
  .block-footer-nav .container .title-line {
    margin-bottom: 40px; }
  .block-footer-nav .container .box ul {
    width: 100%;
    text-align: center; }
    .block-footer-nav .container .box ul li {
      float: none;
      display: inline-block;
      margin: 0 10px; }
      .block-footer-nav .container .box ul li a {
        text-transform: uppercase;
        color: #999;
        font-size: 16px; }
        .block-footer-nav .container .box ul li a:hover {
          color: #000; }

@media (max-width: 767px) {
  .block-footer-nav .container {
    padding-top: 20px; }
    .block-footer-nav .container .box ul li {
      display: block;
      padding: 4px 0; } }

.block-logo {
  text-align: center;
  width: 100%; }
  .block-logo.block-1 {
    padding-top: 0; }
  .block-logo .logo {
    display: inline-block;
    width: 100px;
    height: 100px; }
    .block-logo .logo img {
      height: 40px;
      margin-top: 25px; }
  @media (max-width: 767px) {
    .block-logo .logo {
      width: 80px;
      height: 80px; }
      .block-logo .logo img {
        height: 30px;
        margin-top: 22px; } }

.block-icon-links {
  padding-bottom: 0pxpx; }
  .block-icon-links .intro {
    text-align: center;
    margin-bottom: 30px; }
    .block-icon-links .intro h1 {
      margin-bottom: 30px; }
    .block-icon-links .intro .text-default-format {
      margin-top: 25px; }
      .block-icon-links .intro .text-default-format p {
        font-size: 16px; }
      .block-icon-links .intro .text-default-format p:last-child {
        margin-bottom: 0;
        padding-bottom: 0; }
  .block-icon-links .links {
    width: 640px;
    padding-left: 10px;
    margin: 0 auto;
    overflow: hidden; }
    .block-icon-links .links a.link {
      background: #eee;
      border: 1px solid #eee;
      width: 200px;
      height: 200px;
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
      text-align: center; }
      .block-icon-links .links a.link .icon {
        margin-top: 50px;
        height: 70px; }
      .block-icon-links .links a.link h2 {
        margin-top: 20px;
        color: black;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        font-style: normal; }
      .block-icon-links .links a.link:hover {
        background: white; }
        .block-icon-links .links a.link:hover h2 {
          color: black; }
  .block-icon-links .info {
    width: 640px;
    margin: 0 auto;
    overflow: hidden;
    display: none; }
    .block-icon-links .info .copy {
      text-align: center; }
      .block-icon-links .info .copy .text {
        background: #eee;
        padding: 60px 40px; }
        .block-icon-links .info .copy .text .lines {
          margin: 30px 0; }
        .block-icon-links .info .copy .text .text-default-format p {
          font-size: 16px;
          color: #666; }
      .block-icon-links .info .copy .button {
        width: 100%;
        margin-top: -20px;
        text-align: center; }
        .block-icon-links .info .copy .button div {
          border: 1px solid #eee;
          padding: 2px;
          display: inline-block; }
  @media (min-width: 768px) and (max-width: 991px) {
    .block-icon-links .info {
      width: 75%; }
      .block-icon-links .info .copy .text {
        background: white;
        padding: 50px 25px; }
        .block-icon-links .info .copy .text .lines {
          margin: 25px 0; }
        .block-icon-links .info .copy .text .text-default-format p {
          font-size: 14px; } }
  @media (max-width: 767px) {
    .block-icon-links .intro h1 {
      font-size: 22px; }
    .block-icon-links .intro .text-default-format p {
      font-size: 12px; }
    .block-icon-links .links {
      width: 100%;
      padding-left: 0; }
      .block-icon-links .links a.link {
        width: 50%;
        height: auto;
        min-height: 150px;
        margin: 0;
        border-top: 0;
        padding: 30px 0; }
        .block-icon-links .links a.link .icon {
          margin-top: 0;
          height: 45px; }
        .block-icon-links .links a.link h2 {
          margin-top: 15px;
          font-size: 11px; }
    .block-icon-links .info {
      width: 100%; }
      .block-icon-links .info .copy .text {
        background: white;
        padding: 40px 20px; }
        .block-icon-links .info .copy .text h3 {
          font-size: 20px; }
        .block-icon-links .info .copy .text .lines {
          margin: 20px 0; }
        .block-icon-links .info .copy .text .text-default-format p {
          font-size: 14px; } }

/* PAGES
--------------------------------------------- */
.page-wifi {
  background: white;
  padding-bottom: 100px; }

/* FOOTER
--------------------------------------------- */
.footer .container {
  background: #000;
  padding: 40px 0 100px 0;
  font-size: 14px;
  color: #999;
  line-height: 1.4em; }
  .footer .container .box h1, .footer .container .box h2, .footer .container .box h3, .footer .container .box h4, .footer .container .box h5 {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .footer .container .box a {
    color: #e9d5aa;
    text-decoration: underline; }
    .footer .container .box a:hover {
      text-decoration: none; }
  .footer .container .box p {
    font-size: 14px;
    line-height: 1.4em; }

@media (max-width: 767px) {
  .footer .container .box {
    margin-bottom: 30px;
    text-align: center; }
    .footer .container .box h5 {
      margin-bottom: 10px; } }

.booking-widget-vertical {
  border: 1px solid #808285;
  margin: 0 0 0 0px;
  padding: 15px; }
  .booking-widget-vertical h3 {
    font-size: 24px;
    margin-bottom: 20px; }
  .booking-widget-vertical .input-field {
    position: relative;
    margin-bottom: 20px; }
  .booking-widget-vertical label {
    display: block;
    margin-bottom: 2px; }
  .booking-widget-vertical input {
    padding: 5px 10px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: none;
    border: 1px solid #ccc; }
    .booking-widget-vertical input.icon-calendar {
      background: #FFF url("/assets/layout/icon_calendar_input.png") no-repeat right center; }
  .booking-widget-vertical select {
    padding: 5px 10px;
    width: 100%;
    height: 36px;
    border: none;
    border: 1px solid #ccc; }
    .booking-widget-vertical select.number_guests {
      margin-bottom: 5px; }
  .booking-widget-vertical img.check-in-icon {
    position: absolute;
    right: 12px;
    top: 9px; }
  .booking-widget-vertical button {
    width: 100%;
    border-radius: 0;
    font-size: 16px;
    border: none;
    background: #E9D5AA;
    font-family: "FuturaStdHeavy", Helvetica, sans-serif;
    height: 36px; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -18px;
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.75;
  z-index: 999999999; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-next {
  right: -120px;
  background: url("/assets/layout/arrow_next.png") no-repeat; }

.slick-prev {
  left: -120px;
  background: url("/assets/layout/arrow_prev.png") no-repeat; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      background: url("/assets/layout/pager_dots.png") no-repeat; }
      .slick-dots li button:hover {
        outline: none; }
    .slick-dots li.slick-active button {
      background: url("/assets/layout/pager_dots_selected.png") no-repeat; }

.widget-book-table {
  position: fixed;
  right: 0;
  top: 20%;
  right: -316px;
  z-index: 9999999999999999999999999999; }

a.open-widget-book-table {
  background: #D2552D;
  display: block;
  width: 150px;
  height: 50px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: -50px;
  top: 50px;
  padding-top: 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer; }
  a.open-widget-book-table:hover {
    text-decoration: none; }

a.open-widget-book-table span {
  position: relative;
  top: 2px;
  left: -3px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  font-family: "FuturaStdBook", Helvetica, sans-serif !important;
  font-size: 19px;
  font-weight: normal;
  color: #fff; }

.iframe-widget-book-table {
  width: 316px;
  height: 367px;
  display: block;
  padding: 0px;
  margin: 0 0 0 50px; }

.iframe-widget-table iframe {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px; }

.text-default-format h1 {
  margin: 0 0 .67em 0; }

.text-default-format h2 {
  margin: 0 0 .75em 0; }

.text-default-format h3 {
  margin: 0 0 .83em 0; }

.text-default-format h4 {
  margin: 0 0 .83em 0; }

.text-default-format.title-fix h1, .text-default-format.title-fix h2, .text-default-format.title-fix h3, .text-default-format.title-fix h4 {
  margin-top: 0px; }

@media (max-width: 767px) {
  .text-default-format.title-fix h1, .text-default-format.title-fix h2, .text-default-format.title-fix h3, .text-default-format.title-fix h4 {
    margin-top: 1em; } }

.text-default-format p {
  line-height: 1.7em;
  color: #666;
  font-family: "FuturaStdBook", Helvetica, sans-serif; }

.text-default-format a {
  color: #000;
  text-decoration: underline; }
  .text-default-format a:hover {
    text-decoration: none; }

.text-default-format ul {
  margin-bottom: 1em;
  list-style: outside;
  list-style-type: circle;
  list-style-image: url("/assets/layout/pager_dots_selected.png");
  margin: 0 0 10px 20px; }
  .text-default-format ul li {
    font-size: 16px;
    font-family: "FuturaStdBook", Helvetica, sans-serif;
    color: #666;
    line-height: 1.5em;
    padding-left: 8px;
    margin-bottom: 5px; }

.text-default-format ol {
  list-style: inside;
  list-style-type: decimal; }
  .text-default-format ol li {
    font-size: 16px;
    font-family: "FuturaStdBook", Helvetica, sans-serif;
    color: #666;
    line-height: 1.9em; }

.text-default-format blockquote {
  line-height: 1.9em;
  color: #000;
  font-family: "FuturaStdBook", Helvetica, sans-serif;
  font-size: 18px; }

.text-default-format table {
  text-align: left;
  font-size: 16px;
  font-family: "FuturaStdBook", Helvetica, sans-serif;
  color: #666;
  line-height: 1.9em;
  margin: 15px 0;
  width: 100%; }

@media (max-width: 767px) {
  .text-default-format table td, .text-default-format table th {
    width: 100%;
    display: block; } }

/** lightSlider - RoomGallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  top: -10px; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  border-radius: 0; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  opacity: 1;
  border-radius: 0; }

.lSSlideOuter .lSPager.lSGallery li:not(.active) {
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

/* FANCYBOX
--------------------------------------------- */
/*.fancybox-close {
	top: -40px !important;
	right: 0px !important;
	width: 44px !important;
	height: 40px !important;
	background: url('/assets/layout/icon_close.png') !important;
}

.fancybox-prev {
	top: 50% !important;
	margin-top: -20px !important;
	left: -44px !important;
	width: 44px !important;
	height: 40px !important;
	background: url('/assets/layout/arrow_prev_2.png') !important;
	&:hover{
		background: url('/assets/layout/arrow_prev_2.png') !important;
	}
	span {
		background: none !important;
	}
}

.fancybox-next {
	top: 50% !important;
	margin-top: -20px !important;
	right: -44px !important;
	width: 44px !important;
	height: 40px !important;
	background: url('/assets/layout/arrow_next_2.png') !important;
	&:hover{
		background: url('/assets/layout/arrow_next_2.png') !important;
	}
	span {
		background: none !important;
	}
}*/
/* FEATHERLIGHT
--------------------------------------------- */
.lightbox {
  display: none; }

.featherlight.cleaner .featherlight-content {
  padding: 0;
  border-bottom: 0;
  overflow: hidden; }

/* DATEPICKER
--------------------------------------------- */
.datepicker thead tr:first-child th,
.datepicker tfoot tr th,
.datepicker .day {
  padding: 5px 0 0px 0 !important; }

/* PAGES
--------------------------------------------- */
.page-book-table .container {
  background: white; }

.page-book-table a {
  text-decoration: underline; }
  .page-book-table a:hover {
    text-decoration: none; }

.page-book-table .breadcrumbs {
  padding: 0 0 30px 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }
  .page-book-table .breadcrumbs li {
    float: left;
    margin: 0;
    padding: 4px 8px;
    font-size: 12px;
    width: 33%;
    border-left: 1px solid #ddd;
    background: #eee;
    color: black; }
    .page-book-table .breadcrumbs li.active {
      color: white;
      background: black; }

.page-book-table .intro {
  margin-bottom: 25px; }

.page-book-table .errors {
  margin-bottom: 20px;
  padding-left: 20px; }
  .page-book-table .errors ul, .page-book-table .errors li {
    margin: 0;
    padding: 0; }
  .page-book-table .errors li {
    color: red;
    margin-bottom: 4px; }

.page-book-table .box {
  padding: 25px 30px 25px 30px;
  margin-bottom: 40px;
  border: 1px solid #eee; }

.page-book-table .filters {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 30px;
  border: 1px solid #eee; }
  .page-book-table .filters select {
    font-size: 18px;
    border: 0;
    margin: 0;
    padding: 6px;
    background: #f5f5f5;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 100%; }
    .page-book-table .filters select.icon-covers {
      background: #f5f5f5 url("/assets/layout/icon-guests.svg") 90% center no-repeat;
      background-size: 14px 14px; }
    .page-book-table .filters select.icon-time {
      background: #f5f5f5 url("/assets/layout/icon-time.svg") 90% center no-repeat;
      background-size: 14px 14px; }
  .page-book-table .filters input[type='text'] {
    font-size: 18px;
    border: 0;
    margin: 0;
    padding: 6px;
    background: #f5f5f5;
    width: 100%; }
  .page-book-table .filters .fields {
    display: inline-block; }
    .page-book-table .filters .fields .field {
      display: inline-block;
      margin-right: 20px; }
      .page-book-table .filters .fields .field label {
        font-size: 12px;
        margin-bottom: 4px; }
    .page-book-table .filters .fields .field-code {
      margin-top: 6px; }
      .page-book-table .filters .fields .field-code a {
        font-size: 12px; }
  .page-book-table .filters .button {
    position: absolute;
    right: 30px;
    top: 25px; }

.page-book-table .availability {
  padding: 30px;
  border: 1px solid #eee; }
  .page-book-table .availability p {
    margin-bottom: 0;
    padding-bottom: 0; }
  .page-book-table .availability .no-availability {
    color: red; }
  .page-book-table .availability .timeslots {
    padding-top: 20px; }
    .page-book-table .availability .timeslots a {
      display: inline-block;
      margin: 0 16px 10px 0;
      padding: 12px 16px;
      font-size: 16px;
      border: 1px solid black;
      color: black;
      text-decoration: none; }
      .page-book-table .availability .timeslots a:hover {
        background: #000;
        color: white; }

.page-book-table .reservation input[type="text"],
.page-book-table .reservation select,
.page-book-table .reservation textarea {
  background: #eee;
  width: 100%; }

.page-book-table .reservation .details {
  margin: 0;
  padding: 0; }
  .page-book-table .reservation .details li {
    display: inline-block;
    margin-right: 15px; }
    .page-book-table .reservation .details li img {
      height: 14px;
      display: inline-block;
      margin-right: 4px; }

.page-book-table .reservation .servings h4 {
  margin-bottom: 15px; }

.page-book-table .reservation .servings .serving {
  margin-bottom: 1px; }
  .page-book-table .reservation .servings .serving label {
    display: block;
    border: 1px solid #ddd;
    padding: 8px 12px;
    cursor: pointer; }
  .page-book-table .reservation .servings .serving .desc {
    width: 100%; }
    .page-book-table .reservation .servings .serving .desc p {
      padding: 8px 12px;
      margin: 0;
      background: #ddd; }

.page-book-table .reservation .country-codes img {
  height: 16px; }

.page-book-table .reservation .field {
  width: 100%;
  margin-bottom: 10px; }
  .page-book-table .reservation .field input[type='text'], .page-book-table .reservation .field select {
    font-size: 16px;
    width: 100%; }
  .page-book-table .reservation .field .checkbox {
    margin: 25px 0 0 20px; }
    .page-book-table .reservation .field .checkbox label {
      display: block;
      margin-bottom: 10px; }

@media (min-width: 1200px) {
  .page-book-table .container {
    padding: 40px 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .page-book-table .container {
    padding: 30px 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .page-book-table .container {
    padding: 20px; } }

@media (max-width: 767px) {
  .page-book-table .container {
    padding: 10px; }
  .page-book-table .box {
    margin-bottom: 15px; }
  .page-book-table .intro {
    margin-bottom: 15px; }
  .page-book-table .filters {
    margin-bottom: 15px; }
    .page-book-table .filters .fields .field {
      margin-bottom: 10px;
      margin-right: 0;
      width: 100%; }
    .page-book-table .filters .button {
      position: relative;
      margin-top: 15px;
      top: auto;
      right: auto; }
      .page-book-table .filters .button button {
        width: 100%;
        text-align: center; }
  .page-book-table .reservation .details {
    margin: 0;
    padding: 0; }
    .page-book-table .reservation .details li {
      display: block;
      margin-right: 0;
      margin-bottom: 4px; }
  .page-book-table .reservation button {
    width: 100%;
    text-align: center; } }
