@charset "utf-8";
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #FEEDED;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  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;
  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;
}
body {
  font-size: 16px;
  line-height: 1.42857143;
}
:focus {
  outline: none;
}
:active {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  line-height: 1;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p,
.h1 p,
.h2 p,
.h3 p,
.h4 p,
.h5 p,
.h6 p {
  margin: 0px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  line-height: 1;
  color: #D9D9D9;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 720px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
h2,
.h2 {
  color: #444;
  font-size: 35px;
  letter-spacing: 3px;
  line-height: 1;
  margin: 0 0 24px;
  text-transform: uppercase;
}
h3,
.h3 {
  display: block;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 720px) {
}
h4,
.h4 {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0px 0px 10px;
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  h4,
  .h4 {
    font-size: 12px;
  }
}
h5,
.h5 {
  font-size: 16px;
  margin: 0 0 5px;
  line-height: 1;
}
@media only screen and (max-width: 720px) {
  h5,
  .h5 {
    height: auto;
  }
}
h6,
.h6 {
  font-size: 16px;
}
.heading-hero {
  font-size: 60px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.heading {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 50px 0;
}
.heading p {
  margin: 0px;
}
.heading small,
.heading .small {
  line-height: 1;
  color: #D9D9D9;
}
.heading small,
.heading .small {
  font-size: 65%;
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .heading {
    font-size: 40px;
  }
}
@media only screen and (max-width: 720px) {
  .heading {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .heading {
    font-size: 40px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .heading {
    margin: 45px 0px;
  }
}
@media only screen and (max-width: 720px) {
  .heading {
    margin: 20px 0px;
  }
}
.sub-heading {
  color: #358a41;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 40px;
}
.mod > h4 {
  color: #358a41;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.heading-legend {
  overflow: hidden;
}
.heading-legend:after,
.heading-legend:before {
  border-bottom: 2px solid #D9D9D9;
  content: "";
  display: inline-block;
  margin: 0 0.5em 0 -55%;
  vertical-align: middle;
  width: 50%;
}
.heading-legend:after {
  margin: 0 -55% 0 0.5em;
}
p,
ul,
table {
  margin: 0 0 10px;
}
ul,
ol {
  margin: 0 0 10px;
  padding: 0px;
  list-style: none;
}
.lead {
  margin-bottom: 22px;
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 720px) {
  .lead {
    font-size: 16px;
  }
}
blockquote {
  margin: 40px 0;
  color: #358a41;
  font-size: 20px;
  font-weight: 300;
}
blockquote .title {
  font-size: 14px;
  font-weight: bold;
}
.drop-cap {
  font-size: 16px;
}
.drop-cap > p {
  font-size: 16px;
}
.drop-cap > p:first-of-type {
  font-size: 18px;
}
.drop-cap > p:first-of-type:first-letter {
  float: left;
  line-height: 33px;
  font-size: 52px;
  margin-top: 6px;
  margin-left: 0px;
  margin-right: 2px;
}
.uppercase {
  text-transform: uppercase;
}
small,
.small {
  font-size: 75%;
}
.large {
  font-size: 135%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
@media only screen and (max-width: 720px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-center {
    text-align: center;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-initial {
  text-transform: none;
}
.text-medium {
  font-size: 18px;
}
.text-muted {
  color: #D9D9D9;
}
.text-primary {
  color: #358a41;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #276530;
}
.text-secondary {
  color: #B1C655;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #98ae3a;
}
.text-tertiary {
  color: #333;
}
a.text-tertiary:hover,
a.text-tertiary:focus {
  color: #1a1a1a;
}
.text-white,
a.text-white {
  color: #FFF;
}
a.text-white {
  text-decoration: underline;
}
a.text-white:hover {
  color: #DDD;
}
.text-light {
  color: #949495;
}
a.text-light:hover,
a.text-light:focus {
  color: #7a7a7c;
}
.text-dark {
  color: #444;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #2b2b2b;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 600;
}
.bolder {
  font-weight: 700;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #E5E5E5;
}
p ul,
p ol {
  margin-top: 0;
  margin-bottom: 11px;
}
p ul ul,
p ol ul,
p ul ol,
p ol ol {
  margin-bottom: 0;
}
a.no-hover span.icon-arrow-right {
  color: #CCC;
  font-size: 17px;
  position: relative;
  top: 2px;
  margin-left: -5px;
  margin-right: 2px;
}
a.no-hover:hover span.icon-arrow-right {
  left: 3px;
}
.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: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dd {
  margin-left: 0;
}
@media (min-width: 721px) {
  .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 #D9D9D9;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
lead-address,
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.text-italic {
  font-style: italic;
}
.featured-title {
  font-size: 35px;
  margin: 0 auto 30px;
  padding: 0px 0 20px;
  text-align: center;
}
.category-header {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 720px) {
  .category-header {
    width: 100%;
  }
}
.editor ul,
.editor ol {
  margin-bottom: 10px;
  margin-left: 18px;
}
.editor ul li {
  list-style: disc;
}
.editor ol li {
  list-style-type: decimal;
}
li.fas.fa-search:before {
  display: none;
}
li.fas.fa-search a span {
  font: 400 16px/120% "Open Sans", sans-serif;
}
@media only screen and (max-width: 720px) {
  li.fas.fa-search a span {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  li.fas.fa-search a span {
    font-size: 14px;
  }
}
.pointer {
  cursor: pointer;
}
.container-wide {
  background-color: #FFF;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 721px) {
  .container-wide {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container-wide {
    width: 100%;
  }
}
@media (min-width: 1281px) {
  .container-wide {
    width: 1430px;
  }
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.flex-cell {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-cell--square:before {
  content: '';
  float: left;
  padding-top: 100%;
}
.flex--flexCells > .flex-cell {
  display: -webkit-flex;
  display: flex;
}
.flex--top {
  align-items: flex-start;
}
.flex--bottom {
  align-items: flex-end;
}
.flex--center {
  align-items: center;
}
.flex--justify-center {
  justify-content: center;
}
.flex--justify-right {
  justify-content: flex-end;
}
.flex--justify-left {
  justify-content: flex-start;
}
.flex-cell--top {
  align-self: flex-start;
}
.flex-cell--bottom {
  align-self: flex-end;
}
.flex-cell--center {
  align-self: center;
}
.flex-cell--autoSize {
  flex: none;
}
.flex-row {
  margin: 0 -15px 0 -15px;
}
.flex-row > .flex-cell {
  padding: 0 15px 0 15px;
}
[class^="cell-"],
[class*=" cell-"] {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
}
.flex-row {
  margin: 0 -15px 0 -15px;
}
.flex-row > [class^="cell-"],
.flex-row > [class*=" cell-"] {
  padding: 0 15px 0 15px;
}
.cell-xs-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cell-xs-11 {
  -webkit-flex: 0 0 91.66666667%;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.cell-xs-10 {
  -webkit-flex: 0 0 83.33333333%;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.cell-xs-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.cell-xs-8 {
  -webkit-flex: 0 0 66.66666667%;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.cell-xs-7 {
  -webkit-flex: 0 0 58.33333333%;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.cell-xs-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.cell-xs-5 {
  -webkit-flex: 0 0 41.66666667%;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.cell-xs-4 {
  -webkit-flex: 0 0 33.33333333%;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.cell-xs-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.cell-xs-2 {
  -webkit-flex: 0 0 16.66666667%;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.cell-xs-1 {
  -webkit-flex: 0 0 8.33333333%;
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.flex-xs--top {
  -webkit-box-align: flex-start;
  align-items: flex-start;
}
.flex-xs--bottom {
  -webkit-box-align: flex-end;
  align-items: flex-end;
}
.flex-xs--center {
  -webkit-box-align: center;
  align-items: center;
}
.flex__cell-xs--top {
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
}
.flex__cell-xs--bottom {
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
}
.flex__cell-xs--center {
  -ms-flex-item-align: center;
  align-self: center;
}
.flex-xs--justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-xs--justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-xs--justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-xs--justify-space-between {
  justify-content: space-between;
}
.flex-xs--justify-space-around {
  justify-content: space-around;
}
.flex__cell-xs--justify-end {
  margin-left: auto;
}
.flex__cell-xs--justify-center {
  margin-left: auto;
  margin-right: auto;
}
.flex-xs-position-left {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.flex-xs-position-center {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.flex-xs-position-right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 721px) {
  .flex-row {
    margin: 0 -15px 0 -15px;
  }
  .flex-row > [class^="cell-"],
  .flex-row > [class*=" cell-"] {
    padding: 0 15px 0 15px;
  }
  .cell-sm-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cell-sm-11 {
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .cell-sm-10 {
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .cell-sm-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cell-sm-8 {
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .cell-sm-7 {
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .cell-sm-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cell-sm-5 {
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .cell-sm-4 {
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .cell-sm-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cell-sm-2 {
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .cell-sm-1 {
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .flex-sm--top {
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  .flex-sm--bottom {
    -webkit-box-align: flex-end;
    align-items: flex-end;
  }
  .flex-sm--center {
    -webkit-box-align: center;
    align-items: center;
  }
  .flex__cell-sm--top {
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
  }
  .flex__cell-sm--bottom {
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
  }
  .flex__cell-sm--center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .flex-sm--justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-sm--justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-sm--justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-sm--justify-space-between {
    justify-content: space-between;
  }
  .flex-sm--justify-space-around {
    justify-content: space-around;
  }
  .flex__cell-sm--justify-end {
    margin-left: auto;
  }
  .flex__cell-sm--justify-center {
    margin-left: auto;
    margin-right: auto;
  }
  .flex-sm-position-left {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-sm-position-center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-sm-position-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 992px) {
  .flex-row {
    margin: 0 -15px 0 -15px;
  }
  .flex-row > [class^="cell-"],
  .flex-row > [class*=" cell-"] {
    padding: 0 15px 0 15px;
  }
  .cell-md-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cell-md-11 {
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .cell-md-10 {
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .cell-md-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cell-md-8 {
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .cell-md-7 {
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .cell-md-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cell-md-5 {
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .cell-md-4 {
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .cell-md-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cell-md-2 {
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .cell-md-1 {
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .flex-md--top {
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  .flex-md--bottom {
    -webkit-box-align: flex-end;
    align-items: flex-end;
  }
  .flex-md--center {
    -webkit-box-align: center;
    align-items: center;
  }
  .flex__cell-md--top {
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
  }
  .flex__cell-md--bottom {
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
  }
  .flex__cell-md--center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .flex-md--justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-md--justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-md--justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-md--justify-space-between {
    justify-content: space-between;
  }
  .flex-md--justify-space-around {
    justify-content: space-around;
  }
  .flex__cell-md--justify-end {
    margin-left: auto;
  }
  .flex__cell-md--justify-center {
    margin-left: auto;
    margin-right: auto;
  }
  .flex-md-position-left {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-md-position-center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-md-position-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 1281px) {
  .flex-row {
    margin: 0 -15px 0 -15px;
  }
  .flex-row > [class^="cell-"],
  .flex-row > [class*=" cell-"] {
    padding: 0 15px 0 15px;
  }
  .cell-lg-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cell-lg-11 {
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .cell-lg-10 {
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .cell-lg-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cell-lg-8 {
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .cell-lg-7 {
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .cell-lg-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cell-lg-5 {
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .cell-lg-4 {
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .cell-lg-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cell-lg-2 {
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .cell-lg-1 {
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .flex-lg--top {
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  .flex-lg--bottom {
    -webkit-box-align: flex-end;
    align-items: flex-end;
  }
  .flex-lg--center {
    -webkit-box-align: center;
    align-items: center;
  }
  .flex__cell-lg--top {
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
  }
  .flex__cell-lg--bottom {
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
  }
  .flex__cell-lg--center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .flex-lg--justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-lg--justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-lg--justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-lg--justify-space-between {
    justify-content: space-between;
  }
  .flex-lg--justify-space-around {
    justify-content: space-around;
  }
  .flex__cell-lg--justify-end {
    margin-left: auto;
  }
  .flex__cell-lg--justify-center {
    margin-left: auto;
    margin-right: auto;
  }
  .flex-lg-position-left {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-lg-position-center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-lg-position-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 1400px) {
  .flex-row {
    margin: 0 -15px 0 -15px;
  }
  .flex-row > [class^="cell-"],
  .flex-row > [class*=" cell-"] {
    padding: 0 15px 0 15px;
  }
  .cell-xl-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cell-xl-11 {
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .cell-xl-10 {
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .cell-xl-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cell-xl-8 {
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .cell-xl-7 {
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .cell-xl-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cell-xl-5 {
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .cell-xl-4 {
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .cell-xl-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cell-xl-2 {
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .cell-xl-1 {
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .flex-xl--top {
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  .flex-xl--bottom {
    -webkit-box-align: flex-end;
    align-items: flex-end;
  }
  .flex-xl--center {
    -webkit-box-align: center;
    align-items: center;
  }
  .flex__cell-xl--top {
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
  }
  .flex__cell-xl--bottom {
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
  }
  .flex__cell-xl--center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .flex-xl--justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-xl--justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-xl--justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-xl--justify-space-between {
    justify-content: space-between;
  }
  .flex-xl--justify-space-around {
    justify-content: space-around;
  }
  .flex__cell-xl--justify-end {
    margin-left: auto;
  }
  .flex__cell-xl--justify-center {
    margin-left: auto;
    margin-right: auto;
  }
  .flex-xl-position-left {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-xl-position-center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-xl-position-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.42857143;
  color: #333;
  background-color: transparent;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a,
.link {
  color: #358a41;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  -ms-transition: color 0.4s ease 0s;
  -moz-transition: color 0.4s ease 0s;
  -webkit-transition: color 0.4s ease 0s;
}
a:hover,
.link:hover,
a:focus,
.link:focus {
  color: #B1C655;
  text-decoration: underline;
}
figure {
  margin: 0;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 5px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out 0.4s ease 0s;
  -o-transition: all 0.2s ease-in-out 0.4s ease 0s;
  -ms-transition: all 0.2s ease-in-out 0.4s ease 0s;
  -moz-transition: all 0.2s ease-in-out 0.4s ease 0s;
  -webkit-transition: all 0.2s ease-in-out 0.4s ease 0s;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #D9D9D9;
}
hr#system-readmore {
  margin: 0;
  border: none;
}
.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;
}
.overflow-hidden {
  overflow: hidden;
}
.list-primary {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 24px;
}
ul.list,
.list ul {
  list-style: outside disc;
  padding-left: 17px;
  margin-bottom: 20px;
}
ul.list-highlight,
.list-highlight ul {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  list-style: none;
  margin: 0 0 30px;
}
ul.list-highlight li,
.list-highlight ul li {
  line-height: 1.2;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
ul.list-highlight li:before,
.list-highlight ul li:before {
  background-color: #B1C655;
  border-radius: 60%;
  content: ' ';
  height: 7px;
  left: -1px;
  position: absolute;
  top: 6px;
  width: 7px;
}
ul.list-highlight strong,
.list-highlight ul strong {
  font-weight: bold;
}
@media only screen and (max-width: 720px) {
  ul.list-highlight,
  .list-highlight ul {
    font-size: 18px;
  }
}
.border-list li {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
hr.dashed {
  border-top: 1px dashed #949495;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 720px) {
  hr.dashed {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
}
strong {
  font-weight: bold;
}
.block {
  display: block;
}
/*Display*/
.display-table {
  display: table;
  width: 100%;
}
.display-table-row {
  display: table-row;
}
@media only screen and (max-width: 720px) {
  .display-table-row {
    display: block;
  }
}
.display-table-cell {
  display: table-cell;
}
.display-table-cell[class^="col-"],
.display-table-cell[class*=" col-"] {
  float: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.vertical-bottom {
  vertical-align: bottom;
}
.vertical-middle {
  vertical-align: middle;
}
.vertical-top {
  vertical-align: top;
}
.flex-container {
  display: flex;
  height: 100%;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
/*Display end*/
body {
  font-weight: 400;
}
#content-wrap {
  position: relative;
}
.auto-width {
  width: auto;
}
.body-background {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 110%;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .body-background {
    background-size: auto 90vh;
  }
}
@media only screen and (min-width: 1261) and (max-width: 1365px) {
  .body-background {
    background-size: auto 95vh;
  }
}
#background-image {
  background-size: cover;
  height: 90vh;
  position: fixed;
  width: 100%;
  z-index: 1;
  background-color: #fff;
}
.body-wrap__before-content--background {
  background-color: #FFF;
}
.body-wrap__after-content {
  padding: 75px 0;
  position: relative;
}
@media only screen and (max-width: 720px) {
  .body-wrap__after-content {
    padding: 50px 0;
  }
  .body-wrap__after-content.padding-bottom-container {
    padding-bottom: 80px;
  }
}
.body-wrap__after-content--background {
  background-color: #FFF;
}
#content-wrap {
  position: relative;
}
#bottom > * {
  width: 100%;
}
@media only screen and (max-width: 720px) {
  #bottom {
    overflow: hidden;
  }
}
footer {
  z-index: 10;
  border-bottom-left-radius: 0;
}
#hero .mod {
  margin-bottom: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.position-top {
  left: 0;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 720px) {
  .position-top {
    width: 100%;
  }
}
.full-width {
  width: 100%;
}
.header,
.body-wrap,
.footer,
.quick-search,
.bottom {
  /*max-width: 1920px;*/
  margin: 0px auto;
}
.body-wrap {
  margin-top: 155px;
  overflow: hidden;
}
.body-wrap__hero {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .body-wrap {
    margin-top: 139px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .body-wrap {
    margin-top: 124px;
  }
}
@media only screen and (max-width: 720px) {
  .body-wrap {
    margin-top: 0;
  }
}
.border {
  border: 1px solid #D9D9D9;
}
.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}
.border-left {
  border-left: 1px solid #D9D9D9;
}
.border-right {
  border-right: 1px solid #D9D9D9;
}
.border-top {
  border-top: 1px solid #D9D9D9;
}
.no-margin {
  margin: 0 !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition: all 0.5s 0.4s ease 0s;
  -o-transition: all 0.5s 0.4s ease 0s;
  -ms-transition: all 0.5s 0.4s ease 0s;
  -moz-transition: all 0.5s 0.4s ease 0s;
  -webkit-transition: all 0.5s 0.4s ease 0s;
}
.side-menu-shift {
  position: relative;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
body.side-menu-open .side-menu-shift {
  transform: translateX(-270px);
  -o-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
}
body.side-menu-open .side-menu {
  transform: translateX(-40px);
  -o-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
}
body.side-menu-open .overlay {
  opacity: 1;
}
.position-relative {
  position: relative;
}
.affix {
  bottom: auto !important;
  top: 141px;
  position: fixed !important;
}
.pull-up {
  margin-top: -40px;
}
.padding-bottom-small {
  padding-bottom: 10px;
}
.padding-left-small {
  padding-left: 10px;
}
.padding-right-small {
  padding-right: 10px;
}
.padding-top-small {
  padding-top: 10px;
}
.margin-bottom-small {
  margin-bottom: 10px;
}
.margin-left-small {
  margin-left: 10px;
}
.margin-right-small {
  margin-right: 10px;
}
.margin-top-small {
  margin-top: 10px;
}
.padding-bottom-medium {
  padding-bottom: 20px;
}
.padding-left-medium {
  padding-left: 20px;
}
.padding-right-medium {
  padding-right: 20px;
}
.padding-top-medium {
  padding-top: 20px;
}
.margin-bottom-medium {
  margin-bottom: 20px;
}
.margin-left-medium {
  margin-left: 20px;
}
.margin-right-medium {
  margin-right: 20px;
}
.margin-top-medium {
  margin-top: 20px;
}
.padding-bottom-large {
  padding-bottom: 30px;
}
.padding-left-large {
  padding-left: 30px;
}
.padding-right-large {
  padding-right: 30px;
}
.padding-top-large {
  padding-top: 30px;
}
.margin-bottom-large {
  margin-bottom: 30px;
}
.margin-left-large {
  margin-left: 30px;
}
.margin-right-large {
  margin-right: 30px;
}
.margin-top-large {
  margin-top: 30px;
}
.padding-bottom-x-large {
  padding-bottom: 40px;
}
.padding-left-x-large {
  padding-left: 40px;
}
.padding-right-x-large {
  padding-right: 40px;
}
.padding-top-x-large {
  padding-top: 40px;
}
.margin-bottom-x-large {
  margin-bottom: 40px;
}
.margin-left-x-large {
  margin-left: 40px;
}
.margin-right-x-large {
  margin-right: 40px;
}
.margin-top-x-large {
  margin-top: 40px;
}
.padding-bottom-container-small {
  padding-bottom: 50px;
}
.padding-left-container-small {
  padding-left: 50px;
}
.padding-right-container-small {
  padding-right: 50px;
}
.padding-top-container-small {
  padding-top: 50px;
}
.margin-bottom-container-small {
  margin-bottom: 50px;
}
.margin-left-container-small {
  margin-left: 50px;
}
.margin-right-container-small {
  margin-right: 50px;
}
.margin-top-container-small {
  margin-top: 50px;
}
.padding-bottom-container {
  padding-bottom: 65px;
}
.padding-left-container {
  padding-left: 65px;
}
.padding-right-container {
  padding-right: 65px;
}
.padding-top-container {
  padding-top: 65px;
}
.margin-bottom-container {
  margin-bottom: 65px;
}
.margin-left-container {
  margin-left: 65px;
}
.margin-right-container {
  margin-right: 65px;
}
.margin-top-container {
  margin-top: 65px;
}
@media only screen and (max-width: 991px) {
  .padding-top-container {
    padding-top: 30px;
  }
}
.padding-container {
  padding-bottom: 65px;
  padding-top: 65px;
}
@media only screen and (max-width: 720px) {
  .padding-container {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.padding-container-small {
  padding-bottom: 10px;
  padding-top: 10px;
}
.padding-container-medium {
  padding-bottom: 20px;
  padding-top: 20px;
}
.padding-container-large {
  padding-bottom: 30px;
  padding-top: 30px;
}
.padding-large {
  padding: 30px;
}
.neg-margin-top {
  margin-top: -50px;
}
@media only screen and (max-width: 720px) {
  .neg-margin-top {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 991px) {
  .neg-margin-top + .neg-margin-top {
    margin-top: 0;
  }
}
.neg-margin-horizontal {
  margin-left: -45px;
  margin-right: -45px;
}
@media only screen and (max-width: 720px) {
  .neg-margin-horizontal {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 720px) {
  .no-xs-margin {
    margin: 0;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .no-sm-margin {
    margin: 0;
  }
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9osUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWyV9hrIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Zdcg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKXGUdhrIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhrIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKW-U9hrIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
.bg-primary {
  color: #FFF;
  background-color: #358a41;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #276530;
}
.bg-primary a {
  color: #FFF;
  text-decoration: underline;
}
.bg-primary a:hover {
  color: #DDD;
}
.bg-primary--light {
  background-color: #5da167;
}
.bg-primary--lighter {
  background-color: #72ad7a;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.bg-secondary {
  color: #FFF;
  background-color: #B1C655;
}
.bg-secondary a {
  color: #FFF;
}
.bg-secondary a:hover {
  color: #DDD;
}
.bg-secondary--light {
  background-color: #c1d177;
}
.bg-secondary--lightest {
  background-color: #ecf1d5;
}
.bg-tertiary {
  background-color: #333;
  color: #FFF;
}
.bg-alt {
  background-color: #FFF;
}
.bg-gray {
  background-color: #CCC;
}
.bg-dark {
  background-color: #999;
}
.bg-darker {
  background-color: #808080;
}
.bg-darkest {
  background-color: #3d3d3d;
}
.bg-light {
  background-color: #D9D9D9;
}
.bg-lighter {
  background-color: #E5E5E5;
}
.bg-lightest {
  background-color: #F7F7F7;
}
.bg-body {
  background-color: transparent;
}
.bg-gutter {
  background-color: #CCC;
}
.bg-white {
  background-color: #FFF;
}
.bg-fade--light {
  background-color: rgba(255, 255, 255, 0.85);
}
@media only screen and (max-width: 720px) {
  .bg-fade--light {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.bg-fade--dark {
  background-color: rgba(68, 68, 68, 0.85);
  color: #FFF;
}
.bg-fade--dark a {
  color: #FFF;
}
.bg-fade--dark a:hover {
  color: #DDD;
}
.bg-fade--primary {
  background-color: rgba(53, 138, 65, 0.85);
  color: #FFF;
}
.bg-fade--primary a {
  color: #FFF;
}
.bg-fade--primary a:hover {
  color: #DDD;
}
.bg-fade--primary blockquote {
  color: #FFF;
}
.bg-fade--secondary {
  background-color: rgba(177, 198, 85, 0.85);
  color: #FFF;
}
.bg-fade--secondary a {
  color: #FFF;
}
.bg-fade--secondary blockquote {
  color: #FFF;
}
.bg-header {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .bg-header {
    padding: 150px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .bg-header {
    padding: 100px;
  }
}
.annotation {
  position: absolute;
  width: 215px;
}
.annotation__line {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible !important;
}
.annotation__line line {
  stroke-width: 3px;
  stroke: #358a41;
}
.annotation__content {
  width: 100%;
  padding: 15px;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  font-family: "freight-sans-pro";
  font-weight: 400;
  font-size: 14px;
}
.annotation__content p {
  margin: 0px;
}
.annotation__content p + p {
  margin-top: 10px;
}
.annotation__content span {
  font-family: "freight-sans-pro";
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.annotation--left {
  border-right: 3px solid transparent;
}
.annotation--left .annotation__content {
  border-radius: 3px 0px 0px 3px;
}
.annotation--right {
  border-left: 3px solid transparent;
}
.annotation--right .annotation__content {
  border-radius: 0px 3px 3px 0px;
}
.annotation--right + .annotation__line {
  margin-left: -213px;
  transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.annotation--primary {
  border-color: #358a41;
}
.annotation--primary + .annotation__line circle {
  fill: #358a41;
}
.annotation--primary + .annotation__line line {
  stroke: #358a41;
}
.annotation--primary .annotation__content span {
  color: #358a41;
}
.annotation--secondary {
  border-color: #B1C655;
}
.annotation--secondary + .annotation__line circle {
  fill: #B1C655;
}
.annotation--secondary + .annotation__line line {
  stroke: #B1C655;
}
.annotation--secondary .annotation__content span {
  color: #B1C655;
}
.annotation--tertiary {
  border-color: #333;
}
.annotation--tertiary + .annotation__line circle {
  fill: #333;
}
.annotation--tertiary + .annotation__line line {
  stroke: #333;
}
.annotation--tertiary .annotation__content span {
  color: #333;
}
.box {
  display: block;
  overflow: hidden;
  padding: 20px;
}
.box__title,
.box h3,
.box h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.box img {
  margin-bottom: 20px;
}
.box p {
  margin-bottom: 30px;
}
.box__image {
  margin-left: -30px;
  margin-right: -30px;
  max-width: 150%;
}
.box--default {
  border: 2px solid #E5E5E5;
  color: #666666;
  background: #FFF;
}
.box--default:hover {
  color: #666666;
}
.box.list-highlight ul {
  margin-bottom: 0;
}
@media only screen and (min-width: 721px) {
  .box--left {
    text-align: left;
  }
}
.box--pricing {
  height: 124px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: 0.3s 0.4s ease 0s;
  -o-transition: 0.3s 0.4s ease 0s;
  -ms-transition: 0.3s 0.4s ease 0s;
  -moz-transition: 0.3s 0.4s ease 0s;
  -webkit-transition: 0.3s 0.4s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .box--pricing {
    height: 154px;
  }
}
@media only screen and (max-width: 720px) {
  .box--pricing {
    height: auto;
    margin-bottom: 20px;
  }
}
.box--pricing p {
  margin-bottom: 0;
}
.box--pricing:hover {
  border: 2px solid #444;
}
.box-highlight {
  background-color: #ecf1d5;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 20px;
}
.box-highlight__title,
.box-highlight h3,
.box-highlight h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.box-highlight ul {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  list-style: none;
  margin: 0 0 30px;
}
.box-highlight ul li {
  line-height: 1.2;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.box-highlight ul li:before {
  background-color: #B1C655;
  border-radius: 60%;
  content: ' ';
  height: 7px;
  left: -1px;
  position: absolute;
  top: 6px;
  width: 7px;
}
.box-highlight ul strong {
  font-weight: bold;
}
@media only screen and (max-width: 720px) {
  .box-highlight ul {
    font-size: 18px;
  }
}
.box-highlight.box-small ul {
  font-size: 16px;
  margin-bottom: 20px;
}
.box-highlight.box-small .card__link {
  font-size: 16px;
}
.box-highlight.tiny .card__sub-title,
.box-highlight.tiny h3,
.box-highlight.tiny h4 {
  font-size: 16px;
}
.box-highlight.tiny ul {
  font-size: 14px;
}
[class*="btn-"],
[class*="button-"] {
  background-image: none;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 21px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.1;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: 0.3s 0.4s ease 0s;
  -o-transition: 0.3s 0.4s ease 0s;
  -ms-transition: 0.3s 0.4s ease 0s;
  -moz-transition: 0.3s 0.4s ease 0s;
  -webkit-transition: 0.3s 0.4s ease 0s;
}
[class*="btn-"]:focus,
[class*="button-"]:focus,
[class*="btn-"]:active:focus,
[class*="button-"]:active:focus,
[class*="btn-"].active:focus,
[class*="button-"].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
[class*="btn-"]:hover,
[class*="button-"]:hover,
[class*="btn-"]:focus,
[class*="button-"]:focus {
  color: #444;
  text-decoration: none;
}
[class*="btn-"]:active,
[class*="button-"]:active,
[class*="btn-"].active,
[class*="button-"].active {
  outline: 0;
  /*background-image: none;*/
}
[class*="btn-"].disabled,
[class*="button-"].disabled,
[class*="btn-"][disabled],
[class*="button-"][disabled],
fieldset[disabled] [class*="btn-"],
fieldset[disabled] [class*="button-"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 720px) {
  [class*="btn-"],
  [class*="button-"] {
    padding: 8px 32px;
  }
}
[class*="btn-"].wide,
[class*="button-"].wide {
  width: 100%;
  line-height: 60px;
  font-size: 18px;
  font-weight: 400;
  padding: 0px;
}
[class*="btn-"] .more-info,
[class*="button-"] .more-info {
  display: none;
}
[class*="btn-"] .less-info,
[class*="button-"] .less-info {
  display: inline-block;
}
[class*="btn-"].collapsed .more-info,
[class*="button-"].collapsed .more-info {
  display: inline-block;
}
[class*="btn-"].collapsed .less-info,
[class*="button-"].collapsed .less-info {
  display: none;
}
[class*="btn-"] span[class^="icon-"]:before,
[class*="button-"] span[class^="icon-"]:before {
  font-size: 12px;
}
@media only screen and (max-width: 720px) {
  [class*="btn-"].btn-xs-block,
  [class*="button-"].btn-xs-block {
    width: 100%;
    margin-top: 10px;
  }
}
li[class*="no-btn"] {
  padding: 0;
  border: none;
}
.btn-small {
  font-size: 14px;
}
.btn-default {
  color: #444;
  background-color: transparent;
  background-repeat: repeat;
  border-color: #E5E5E5;
  text-transform: initial;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #444;
  background-repeat: repeat;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: #E5E5E5;
}
.btn-default .badge {
  color: transparent;
  background-color: #444;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  border-color: #444;
}
.btn-default__border {
  border: 2px solid #e1e1e1;
}
.btn-default__border:hover,
.btn-default__border:focus,
.btn-default__border:active {
  border: 2px solid #e1e1e1;
}
.btn-default-ghost {
  color: #FFF;
  background-color: transparent;
  background-repeat: repeat;
  border-color: #E5E5E5;
}
.btn-default-ghost:hover,
.btn-default-ghost:focus,
.btn-default-ghost:active,
.btn-default-ghost.active,
.open > .dropdown-toggle.btn-default-ghost {
  color: #FFF;
  background-repeat: repeat;
}
.btn-default-ghost.disabled,
.btn-default-ghost[disabled],
fieldset[disabled] .btn-default-ghost,
.btn-default-ghost.disabled:hover,
.btn-default-ghost[disabled]:hover,
fieldset[disabled] .btn-default-ghost:hover,
.btn-default-ghost.disabled:focus,
.btn-default-ghost[disabled]:focus,
fieldset[disabled] .btn-default-ghost:focus,
.btn-default-ghost.disabled.focus,
.btn-default-ghost[disabled].focus,
fieldset[disabled] .btn-default-ghost.focus,
.btn-default-ghost.disabled:active,
.btn-default-ghost[disabled]:active,
fieldset[disabled] .btn-default-ghost:active,
.btn-default-ghost.disabled.active,
.btn-default-ghost[disabled].active,
fieldset[disabled] .btn-default-ghost.active {
  background-color: transparent;
  border-color: #E5E5E5;
}
.btn-default-ghost .badge {
  color: transparent;
  background-color: #FFF;
}
.btn-default-ghost:hover,
.btn-default-ghost:focus,
.btn-default-ghost:active {
  background-color: transparent;
  border-color: #E5E5E5;
}
.btn-primary,
.button--primary {
  color: #FFF;
  background-color: #358a41;
  background-repeat: repeat;
  border-color: #32833e;
}
.btn-primary:hover,
.button--primary:hover,
.btn-primary:focus,
.button--primary:focus,
.btn-primary:active,
.button--primary:active,
.btn-primary.active,
.button--primary.active,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.button--primary {
  color: #FFF;
  background-repeat: repeat;
}
.btn-primary.disabled,
.button--primary.disabled,
.btn-primary[disabled],
.button--primary[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .button--primary,
.btn-primary.disabled:hover,
.button--primary.disabled:hover,
.btn-primary[disabled]:hover,
.button--primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .button--primary:hover,
.btn-primary.disabled:focus,
.button--primary.disabled:focus,
.btn-primary[disabled]:focus,
.button--primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .button--primary:focus,
.btn-primary.disabled.focus,
.button--primary.disabled.focus,
.btn-primary[disabled].focus,
.button--primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .button--primary.focus,
.btn-primary.disabled:active,
.button--primary.disabled:active,
.btn-primary[disabled]:active,
.button--primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .button--primary:active,
.btn-primary.disabled.active,
.button--primary.disabled.active,
.btn-primary[disabled].active,
.button--primary[disabled].active,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .button--primary.active {
  background-color: #358a41;
  border-color: #32833e;
}
.btn-primary .badge,
.button--primary .badge {
  color: #358a41;
  background-color: #FFF;
}
.btn-primary:hover,
.button--primary:hover,
.btn-primary:focus,
.button--primary:focus,
.btn-primary:active,
.button--primary:active {
  color: #FFF;
}
.btn-primary-ghost {
  color: #358a41;
  background-color: transparent;
  background-repeat: repeat;
  border-color: #32833e;
}
.btn-primary-ghost:hover,
.btn-primary-ghost:focus,
.btn-primary-ghost:active,
.btn-primary-ghost.active,
.open > .dropdown-toggle.btn-primary-ghost {
  color: #358a41;
  background-repeat: repeat;
}
.btn-primary-ghost.disabled,
.btn-primary-ghost[disabled],
fieldset[disabled] .btn-primary-ghost,
.btn-primary-ghost.disabled:hover,
.btn-primary-ghost[disabled]:hover,
fieldset[disabled] .btn-primary-ghost:hover,
.btn-primary-ghost.disabled:focus,
.btn-primary-ghost[disabled]:focus,
fieldset[disabled] .btn-primary-ghost:focus,
.btn-primary-ghost.disabled.focus,
.btn-primary-ghost[disabled].focus,
fieldset[disabled] .btn-primary-ghost.focus,
.btn-primary-ghost.disabled:active,
.btn-primary-ghost[disabled]:active,
fieldset[disabled] .btn-primary-ghost:active,
.btn-primary-ghost.disabled.active,
.btn-primary-ghost[disabled].active,
fieldset[disabled] .btn-primary-ghost.active {
  background-color: transparent;
  border-color: #32833e;
}
.btn-primary-ghost .badge {
  color: transparent;
  background-color: #358a41;
}
.btn-primary-tertiary {
  color: #444;
  background-color: #358a41;
  background-repeat: repeat;
  border-color: #E5E5E5;
}
.btn-primary-tertiary:hover,
.btn-primary-tertiary:focus,
.btn-primary-tertiary:active,
.btn-primary-tertiary.active,
.open > .dropdown-toggle.btn-primary-tertiary {
  color: #444;
  background-repeat: repeat;
}
.btn-primary-tertiary.disabled,
.btn-primary-tertiary[disabled],
fieldset[disabled] .btn-primary-tertiary,
.btn-primary-tertiary.disabled:hover,
.btn-primary-tertiary[disabled]:hover,
fieldset[disabled] .btn-primary-tertiary:hover,
.btn-primary-tertiary.disabled:focus,
.btn-primary-tertiary[disabled]:focus,
fieldset[disabled] .btn-primary-tertiary:focus,
.btn-primary-tertiary.disabled.focus,
.btn-primary-tertiary[disabled].focus,
fieldset[disabled] .btn-primary-tertiary.focus,
.btn-primary-tertiary.disabled:active,
.btn-primary-tertiary[disabled]:active,
fieldset[disabled] .btn-primary-tertiary:active,
.btn-primary-tertiary.disabled.active,
.btn-primary-tertiary[disabled].active,
fieldset[disabled] .btn-primary-tertiary.active {
  background-color: #358a41;
  border-color: #E5E5E5;
}
.btn-primary-tertiary .badge {
  color: #358a41;
  background-color: #444;
}
.btn-secondary {
  color: #FFF;
  background-color: #B1C655;
  background-repeat: repeat;
  border-color: #B1C655;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #FFF;
  background-repeat: repeat;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #B1C655;
  border-color: #B1C655;
}
.btn-secondary .badge {
  color: #B1C655;
  background-color: #FFF;
}
.btn-secondary-ghost,
.button--info {
  color: #B1C655;
  background-color: transparent;
  background-repeat: repeat;
  border-color: #B1C655;
}
.btn-secondary-ghost:hover,
.button--info:hover,
.btn-secondary-ghost:focus,
.button--info:focus,
.btn-secondary-ghost:active,
.button--info:active,
.btn-secondary-ghost.active,
.button--info.active,
.open > .dropdown-toggle.btn-secondary-ghost,
.open > .dropdown-toggle.button--info {
  color: #B1C655;
  background-repeat: repeat;
}
.btn-secondary-ghost.disabled,
.button--info.disabled,
.btn-secondary-ghost[disabled],
.button--info[disabled],
fieldset[disabled] .btn-secondary-ghost,
fieldset[disabled] .button--info,
.btn-secondary-ghost.disabled:hover,
.button--info.disabled:hover,
.btn-secondary-ghost[disabled]:hover,
.button--info[disabled]:hover,
fieldset[disabled] .btn-secondary-ghost:hover,
fieldset[disabled] .button--info:hover,
.btn-secondary-ghost.disabled:focus,
.button--info.disabled:focus,
.btn-secondary-ghost[disabled]:focus,
.button--info[disabled]:focus,
fieldset[disabled] .btn-secondary-ghost:focus,
fieldset[disabled] .button--info:focus,
.btn-secondary-ghost.disabled.focus,
.button--info.disabled.focus,
.btn-secondary-ghost[disabled].focus,
.button--info[disabled].focus,
fieldset[disabled] .btn-secondary-ghost.focus,
fieldset[disabled] .button--info.focus,
.btn-secondary-ghost.disabled:active,
.button--info.disabled:active,
.btn-secondary-ghost[disabled]:active,
.button--info[disabled]:active,
fieldset[disabled] .btn-secondary-ghost:active,
fieldset[disabled] .button--info:active,
.btn-secondary-ghost.disabled.active,
.button--info.disabled.active,
.btn-secondary-ghost[disabled].active,
.button--info[disabled].active,
fieldset[disabled] .btn-secondary-ghost.active,
fieldset[disabled] .button--info.active {
  background-color: transparent;
  border-color: #B1C655;
}
.btn-secondary-ghost .badge,
.button--info .badge {
  color: transparent;
  background-color: #B1C655;
}
.btn-tertiary {
  color: #444;
  background-color: transparent;
  background-repeat: repeat;
  border-color: #E5E5E5;
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
  color: #444;
  background-repeat: repeat;
}
.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled.focus,
.btn-tertiary[disabled].focus,
fieldset[disabled] .btn-tertiary.focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
  background-color: transparent;
  border-color: #E5E5E5;
}
.btn-tertiary .badge {
  color: transparent;
  background-color: #444;
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active {
  background-color: transparent;
  border-color: #444;
}
.btn-tertiary-reversed {
  background-color: #fff;
  border-color: #fff;
  color: #444;
}
.btn-tertiary-reversed:hover,
.btn-tertiary-reversed:focus,
.btn-tertiary-reversed:active {
  border-color: #358a41;
  color: #358a41;
  outline: none;
}
.btn-tertiary-ghost {
  color: #444;
  background-color: transparent;
  background-repeat: repeat;
  border-color: #E5E5E5;
}
.btn-tertiary-ghost:hover,
.btn-tertiary-ghost:focus,
.btn-tertiary-ghost:active,
.btn-tertiary-ghost.active,
.open > .dropdown-toggle.btn-tertiary-ghost {
  color: #444;
  background-repeat: repeat;
}
.btn-tertiary-ghost.disabled,
.btn-tertiary-ghost[disabled],
fieldset[disabled] .btn-tertiary-ghost,
.btn-tertiary-ghost.disabled:hover,
.btn-tertiary-ghost[disabled]:hover,
fieldset[disabled] .btn-tertiary-ghost:hover,
.btn-tertiary-ghost.disabled:focus,
.btn-tertiary-ghost[disabled]:focus,
fieldset[disabled] .btn-tertiary-ghost:focus,
.btn-tertiary-ghost.disabled.focus,
.btn-tertiary-ghost[disabled].focus,
fieldset[disabled] .btn-tertiary-ghost.focus,
.btn-tertiary-ghost.disabled:active,
.btn-tertiary-ghost[disabled]:active,
fieldset[disabled] .btn-tertiary-ghost:active,
.btn-tertiary-ghost.disabled.active,
.btn-tertiary-ghost[disabled].active,
fieldset[disabled] .btn-tertiary-ghost.active {
  background-color: transparent;
  border-color: #E5E5E5;
}
.btn-tertiary-ghost .badge {
  color: transparent;
  background-color: #444;
}
.btn-arrow {
  background-image: url('../images/white-arrow.png');
  background-position: 95% center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.btn-lg {
  padding: 12px 30px;
  font-size: 20px;
  line-height: 1.1;
  border-radius: 2px;
  min-height: 50px;
  letter-spacing: 2px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 6px;
}
@media only screen and (max-width: 720px) {
  .btn-xs-block {
    display: block;
    width: 100%;
  }
}
.btn-half {
  width: 49%;
}
@media only screen and (max-width: 720px), only screen and (min-width: 992px) and (max-width: 1280px) {
  .btn-half {
    display: block;
    width: 100%;
  }
}
.btn-xs-half {
  width: 49%;
}
@media only screen and (max-width: 720px), only screen and (min-width: 992px) and (max-width: 1280px) {
  .btn-half + .btn-half {
    margin-top: 6px;
  }
}
.rsform-page {
  margin-bottom: 60px;
}
.rsform-block .selectlist {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #666666;
  text-transform: initial;
}
.rsform-block .selectlist .hidden {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 10px;
}
.versionpicker .selectlist {
  margin-top: 10px;
}
.control-input {
  float: none;
  display: inline-block;
  font-weight: 400;
  position: relative;
  vertical-align: middle;
  z-index: 0;
}
.control-input input[type="text"],
.control-input input[type="select"],
.control-input .selectlist {
  background-color: #FFF;
  height: 56px;
}
.control-input div[id^="g-recaptcha"] {
  margin-top: 10px;
}
.control-input.rsform-block-submit br ~ br ~ br {
  display: none;
}
.control-input > *:not(.selectlist),
.control-input*:not(.rsform-submit-button),
.control-input .selectlist span {
  background-color: transparent;
  border: none;
}
.control-input.formField:not(.rsform-block-submit) {
  display: block;
}
.control-input.formField:not(.rsform-block-submit) > * {
  text-transform: none;
}
.control-input.formField:not(.rsform-block-submit) br ~ br {
  display: none;
}
.control-input.formField:not(.rsform-block-submit) input:not(.rsform-checkbox):not(.rsform-radio),
.control-input.formField:not(.rsform-block-submit) textarea,
.control-input.formField:not(.rsform-block-submit).selectlist span,
.control-input.formField:not(.rsform-block-submit).formField select {
  margin-top: 10px;
  width: 100%;
  max-width: 900px;
}
.control-input.formField:not(.rsform-block-submit) input:not(.rsform-checkbox):not(.rsform-radio).rsform-error,
.control-input.formField:not(.rsform-block-submit) textarea.rsform-error,
.control-input.formField:not(.rsform-block-submit).selectlist span.rsform-error,
.control-input.formField:not(.rsform-block-submit).formField select.rsform-error {
  border-color: #B1C655;
}
.control-input.formField:not(.rsform-block-submit) .formNoError {
  display: none;
}
.control-input.formField:not(.rsform-block-submit).formField {
  margin-top: 20px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #444;
}
.control-input.formField:not(.rsform-block-submit) .formError,
.control-input.formField:not(.rsform-block-submit) .rsform-select-box,
.control-input.formField:not(.rsform-block-submit) .rsform-input-box,
.control-input.formField:not(.rsform-block-submit) .rsform-text-box,
.control-input.formField:not(.rsform-block-submit).rsform-block-footer {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #666666;
  text-transform: initial;
}
.control-input.formField:not(.rsform-block-submit) .formError.rsform-block--large,
.control-input.formField:not(.rsform-block-submit) .rsform-select-box.rsform-block--large,
.control-input.formField:not(.rsform-block-submit) .rsform-input-box.rsform-block--large,
.control-input.formField:not(.rsform-block-submit) .rsform-text-box.rsform-block--large,
.control-input.formField:not(.rsform-block-submit).rsform-block-footer.rsform-block--large {
  font-size: 18px;
  line-height: 48px;
  min-height: 52px;
}
.control-input.formField:not(.rsform-block-submit).rsform-block-footer {
  font-size: 16px;
}
.control-input.formField:not(.rsform-block-submit) .formError {
  display: block;
  color: #FF0000;
  font-weight: 700;
  margin-top: 10px;
}
.control-input.formField input,
.control-input.formField textarea,
.control-input.formField .selectlist span,
.control-input.formField select {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  line-height: 36px;
  min-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: #FFF;
}
.control-input.formField input:focus,
.control-input.formField textarea:focus,
.control-input.formField .selectlist span:focus,
.control-input.formField select:focus {
  border-color: #358a41;
}
.control-input.rsform-block-subscribe input.rsform-checkbox,
.control-input.rsform-block-subscribe input.rsform-radio {
  min-height: 0;
  width: 3%;
  margin-right: 2%;
  position: relative;
  top: 2px;
}
.control-input.rsform-block-subscribe label {
  width: 95%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
  font-weight: 400;
}
.control-input:before {
  border-radius: 2px 6px;
  border: 1px solid #eee;
  background-color: #fff;
}
.control-input--large {
  font-size: 18px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  line-height: 48px;
}
.control-input--large > *:not(.selectlist),
.control-input--large .selectlist span,
.control-input--large select {
  line-height: inherit;
  padding: 0px 30px;
}
.control-input--large .selectlist {
  width: 290px;
}
.control-input--xlarge {
  font-size: 21px;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
}
.control-input--xlarge > *:not(.selectlist),
.control-input--xlarge .selectlist span,
.control-input--xlarge select {
  line-height: 58px;
  padding: 0px 30px;
}
.control-input:first-child {
  border-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1280px), only screen and (min-width: 721px) and (max-width: 991px) {
  .control-input--xlarge > *:not(.selectlist),
  .control-input--xlarge .selectlist span,
  .control-input--xlarge select {
    line-height: 48px;
    padding: 0px 45px;
  }
}
@media only screen and (max-width: 720px) {
  .control-input--large {
    border: none;
    line-height: 35px;
    padding-bottom: 20px;
  }
  .control-input--large > *:not(.selectlist),
  .control-input--large .selectlist span,
  .control-input--large select {
    border: none;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
  }
  .control-input--large #reportrange {
    overflow: hidden;
    padding: 0;
  }
}
.grade-image-small {
  height: 17px;
  padding-left: 10px;
  margin-top: -5px;
}
.info-block {
  background-color: #F8F8F8;
  padding: 30px;
}
.info-block h6 {
  margin: 0px;
}
.info-block h5 {
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  color: #358a41;
  margin: 0px;
}
.info-block h2 {
  font-size: 25px;
  margin: 0px;
}
.info-block h4 {
  margin-top: 0px;
}
.info-block * + h4 {
  margin-top: 30px;
}
.info-block__label {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 10px;
}
.info-block__address p {
  margin: 0px;
}
.info-block .control-input .formField:not(.rsform-block-submit) > *,
.info-block .rsform-block .formField:not(.rsform-block-submit) > * {
  background-color: #fff;
}
.info-block .button {
  margin-left: 10px;
}
.info-block .button--large {
  margin-left: 15px;
}
.info-block--large {
  padding: 60px;
}
.info-block--split {
  position: relative;
}
.info-block--split:before {
  /*content: "";
      display: block;
      width: 1px;
      background-color: #d7d9db;
      position: absolute;
      left: 50%;
      top: 60px;
      bottom: 60px;

      @media @mobile_tablet {
        display: none;
      }*/
}
.info-block--split > .row > *[class*="col-"]:first-child {
  padding-right: 80px;
}
@media only screen and (max-width: 991px) {
  .info-block--split > .row > *[class*="col-"]:first-child {
    padding-right: 15px;
  }
}
.info-block--split > .row > *[class*="col-"]:first-child + *[class*="col-"] {
  padding-left: 80px;
}
@media only screen and (max-width: 991px) {
  .info-block--split > .row > *[class*="col-"]:first-child + *[class*="col-"] {
    padding-left: 15px;
  }
}
.selectlist {
  position: relative !important;
}
.selectlist span {
  display: inline-block !important;
  background: none repeat scroll 0% 0% transparent;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  color: #444;
  line-height: 20px;
  visibility: visible !important;
  position: relative;
  padding: 7px 35px 7px 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.selectlist span:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #444;
  bottom: 50%;
  margin-bottom: 2px;
  content: "";
  position: absolute;
  right: 10px;
}
.selectlist span:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #444;
  top: 50%;
  margin-top: 2px;
  content: "";
  position: absolute;
  right: 10px;
}
@media only screen and (max-width: 720px) {
  .selectlist span {
    line-height: 24px;
  }
}
.selectlist select {
  border: 0px none;
  height: 35px;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 2;
  color: #444;
}
.selectlist option {
  padding-left: 11px;
}
@media only screen and (max-width: 720px) {
  .selectlist span {
    width: 100%;
  }
}
.pagination {
  text-align: center;
  margin: 20px 0 30px;
}
.pagination__first,
.pagination__last {
  display: none;
}
.pagination__item,
.pagination__prev,
.pagination__next {
  display: inline-block;
}
.pagination__link {
  color: #949495;
  font-size: 24px;
  padding: 0 10px;
}
.pagination__link:hover {
  text-decoration: none;
}
.pagination span.pagination__link {
  color: #444;
}
.pagination__prev .pagination__link,
.pagination__next .pagination__link {
  text-transform: uppercase;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  color: #B1C655;
}
.pagination__prev .pagination__link:hover,
.pagination__next .pagination__link:hover {
  color: #358a41;
}
.pagination__next .pagination__link:after {
  content: "\e258";
  font-family: 'Glyphicons Halflings';
  font-size: 40px;
  position: relative;
  top: 9px;
}
.pagination__prev .pagination__link:before {
  content: "\e257";
  font-family: 'Glyphicons Halflings';
  font-size: 40px;
  position: relative;
  top: 9px;
}
@media only screen and (max-width: 720px) {
  .pagination {
    margin: 10px 0 50px;
  }
  .pagination__link {
    font-size: 17px;
    padding: 0 5px;
  }
  .pagination__next,
  .pagination__prev {
    padding: 0;
  }
  .pagination__next .pagination__link:after {
    font-size: 26px;
    top: 5px;
  }
  .pagination__prev .pagination__link:before {
    font-size: 26px;
    top: 5px;
  }
}
.pagination .k2Pagination li {
  float: none;
}
.pagination .k2Pagination li a.pagenav {
  margin-top: 0;
}
.pagination .k2Pagination li span.pagenav {
  padding-top: 0;
}
@media only screen and (max-width: 720px) {
  .pagination .k2Pagination .pagination__next,
  .pagination .k2Pagination .pagination__prev {
    display: inline-block;
  }
  .pagination .k2Pagination .pagination__prev {
    margin-left: 0;
  }
}
/*Custom override.*/
.bg-fade--dark .pagination span.pagination__link,
.bg-fade--dark .pagination .pagination__next a {
  color: #D9D9D9;
}
.k2Pagination {
  margin-bottom: 20px;
  overflow: hidden;
}
.k2Pagination li {
  float: left;
  margin-left: 30px;
}
.k2Pagination li:first-child {
  margin-left: 0;
}
.k2Pagination li span.pagenav {
  background-color: #B1C655;
  border-radius: 50%;
  color: #FFF;
  display: block;
  font-weight: 700;
  height: 35px;
  text-align: center;
  padding-top: 7px;
  width: 35px;
}
.k2Pagination li a.pagenav {
  display: block;
  font-weight: 600;
  margin-top: 7px;
}
.k2Pagination .pagination-next,
.k2Pagination .pagination-prev,
.k2Pagination .pagination-start,
.k2Pagination .pagination-end {
  text-transform: uppercase;
}
.k2Pagination .pagination-next span.pagenav,
.k2Pagination .pagination-start span.pagenav,
.k2Pagination .pagination-prev span.pagenav,
.k2Pagination .pagination-end span.pagenav {
  background-color: #FFF;
  color: #999;
  font-weight: 600;
  width: auto;
}
@media only screen and (max-width: 720px) {
  .k2Pagination li {
    display: none;
  }
  .k2Pagination .pagination-next,
  .k2Pagination .pagination-prev,
  .k2Pagination .pagination-start,
  .k2Pagination .pagination-end {
    display: block;
  }
}
.booking passenger {
  display: block;
}
.booking passenger + passenger {
  margin-top: 30px;
}
.booking .control-label {
  margin: 0;
}
.booking .accordion {
  padding-left: 0;
}
.booking .control-group {
  padding-top: 20px;
}
.booking .control-group .control-input {
  margin-top: 0 !important;
  overflow: hidden;
}
.booking__form-section {
  padding-left: 0;
}
.booking__form-section + .booking__form-section {
  margin-top: 30px;
}
.booking__form-section.accordion li {
  border: none !important;
}
.booking__form-section .booking-button-container {
  display: none;
}
.booking__form-section .accordion__item-body {
  background-color: rgba(0, 0, 0, 0.03);
}
.booking__form-section field input,
.booking__form-section field .selectlist span,
.booking__form-section field textarea {
  background-color: #fff !important;
}
.booking .product-item__image a {
  display: block;
  position: relative;
  height: 175px;
  background-size: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.booking__quote .product-item__attributes {
  margin-top: 5px;
  letter-spacing: 0.5px;
}
.booking__summary .product-item__image a {
  display: block;
  height: 280px;
  margin-bottom: 20px;
  position: relative;
}
.booking__summary .product-item__info-strip {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  font-weight: 600px;
  padding: 10px;
  position: absolute;
  width: 100%;
}
.booking__summary .product-item__info-strip .ribbon {
  font-size: 20px;
  letter-spacing: 0.5px;
}
.booking__summary .product-item__price {
  float: none;
}
.booking__summary ul {
  list-style: none;
  padding: 0px;
  background-color: #fff;
}
.booking__summary ul li {
  padding: 10px 15px;
}
.booking__summary ul li h5 {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  color: #358a41;
  margin: 0px;
}
.booking__summary ul li p {
  margin: 0px;
  margin-bottom: 2px;
  opacity: 0.8;
}
.booking__summary ul li p span {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
.booking__summary ul li + li {
  margin: 0px;
  border-top: 2px solid #D9D9D9;
}
.booking__summary h2 {
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.booking__payment {
  overflow: hidden;
}
.booking__payment ng-form > div + div {
  margin-top: 30px;
}
.booking__payment label {
  width: 25%;
}
@media only screen and (max-width: 720px) {
  .booking__payment label {
    width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  .booking__payment label + input[type="checkbox"] {
    margin-left: 2px;
  }
}
.booking__payment-type p {
  margin: 0px;
}
.booking__payment-type .control-group > .control-label {
  display: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: inherit;
  text-transform: none;
  width: auto;
  vertical-align: top;
}
.booking__payment-type .control-input {
  display: inline-block !important;
}
.booking__payment-type .control-input input[type="radio"],
.booking__payment-type .control-input input[type="checkbox"] {
  display: inline-block;
  height: 15px;
  margin-left: 2px;
  min-height: 15px;
  width: 15px !important;
}
.booking__payment-type .control-input p {
  margin-top: 2px;
}
.booking .booking-button-container {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}
.booking .postcode-lookup {
  max-height: 245px;
  overflow: auto;
}
.booking .postcode-lookup input {
  height: 40px;
}
.booking .button--info {
  margin-right: 0 !important;
}
.booking .postcode-lookup-list {
  list-style: none;
  padding: 0;
}
.booking .postcode-lookup-list li {
  background-color: #FFF;
  border-bottom: #F6F6F6;
  margin-top: 0;
  padding: 10px;
}
.booking .postcode-lookup-list li:hover {
  background-color: #ecf1d5;
  cursor: pointer;
}
.booking .accordion__item-body .button {
  position: relative;
  float: right;
}
.booking medical + dietary,
.booking contact + address,
.booking contact + lead-address {
  display: block;
  margin-top: 20px;
}
.booking .form-error {
  margin-top: 30px;
  border: 3px solid #B1C655;
  color: #B1C655;
  padding: 20px 30px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 720px) {
  .booking .accordion__item-body {
    padding: 20px 0px;
  }
  .booking__form-section .accordion__item-body {
    padding: 20px;
  }
  .booking * + field[class*="col-"] {
    margin-top: 20px;
  }
}
.booking .product-item .product-item__image {
  display: none;
}
.booking .product-item .product-item__info {
  width: 100%;
}
.booking.page .hero-heading__first-strip,
.confirmation.page .hero-heading__first-strip,
.failure.page .hero-heading__first-strip {
  background-image: url('/images/headers/background-1.jpg');
  margin-bottom: 30px;
}
.booking.page .hero-heading__first-strip h1,
.confirmation.page .hero-heading__first-strip h1,
.failure.page .hero-heading__first-strip h1 {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  letter-spacing: 3px;
  line-height: 1;
  margin: 200px 0 40px;
  position: relative;
  text-shadow: 0px 0px 10px #000;
  text-transform: uppercase;
  z-index: 1;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .booking.page .hero-heading__first-strip h1,
  .confirmation.page .hero-heading__first-strip h1,
  .failure.page .hero-heading__first-strip h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .booking.page .hero-heading__first-strip h1,
  .confirmation.page .hero-heading__first-strip h1,
  .failure.page .hero-heading__first-strip h1 {
    font-size: 45px;
  }
}
#payment-form {
  padding: 20px 3px 0;
}
.StripeElement {
  background-color: white;
  padding: 5px 12px;
  border-radius: 3px;
  line-height: 40px;
  border: 1px solid #DDD;
  box-shadow: 0 1px 5px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.booking__summary {
  padding-top: 60px;
}
.booking__summary .booking-deposit {
  margin: 10px 0;
}
.booking-terms .control-input {
  margin-top: 0 !important;
}
#hit-count {
  display: none;
}
#card-errors {
  color: #a94442;
  background-color: #f2dede;
  padding: 0 10px;
  padding-right: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 3px;
  line-height: 2.25em;
}
.card {
  position: relative;
  display: block;
  background-size: cover;
  font-weight: 400;
}
.card > .favourite-toggler {
  right: 15px;
}
.card > .favourite-toggler span {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.card > .favourite-toggler span:hover {
  color: #eee;
}
.card--holiday:hover .card__details {
  border-bottom: none;
}
.card--holiday:hover .card__image {
  transform: none;
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
}
.card__image {
  background-size: cover;
  background-position: center top;
  box-shadow: 0px 10px 30px -7px #AAA;
  display: table;
  overflow: hidden;
  position: relative;
  height: 250px;
  text-align: center;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.card__image img {
  /*width: 100%;*/
}
.card__logo {
  left: 20px;
  max-height: 100px;
  max-width: 100px;
  position: absolute;
  top: 20px;
  width: auto;
  z-index: 2;
}
.card__icon {
  bottom: 50px;
  color: #FFF;
  position: absolute;
  right: 20px;
  text-align: center;
  width: 60px;
  z-index: 10;
}
.card__icon span {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #FFF;
  border-radius: 50%;
  box-shadow: 0px 0px 20px #000;
  display: block;
  font-size: 40px;
  height: 60px;
  margin-top: 10px;
  padding-top: 0px;
}
.card__details-container {
  padding: 10px;
  position: relative;
  z-index: 5;
}
.card__details {
  border-bottom: 5px solid #72ad7a;
  padding: 20px 10px 10px;
  transition: border-bottom-color 0.4s ease 0s;
  -o-transition: border-bottom-color 0.4s ease 0s;
  -ms-transition: border-bottom-color 0.4s ease 0s;
  -moz-transition: border-bottom-color 0.4s ease 0s;
  -webkit-transition: border-bottom-color 0.4s ease 0s;
}
.card__details .favourite-toggler {
  right: 15px;
}
.card__details p {
  line-height: 1.2;
}
.card__details h4 {
  font-size: 14px;
  text-transform: uppercase;
}
.card__title,
.card__title a {
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: initial;
}
.card__title:hover,
.card__title a:hover {
  text-decoration: none;
}
.card__attribute {
  font-weight: 500;
  font-size: 16px;
}
.card--article {
  height: 22vw;
  max-height: 431px;
}
.card--article .card__info {
  background-color: rgba(53, 138, 65, 0.8);
}
.card--large {
  margin-bottom: 30px;
}
.card--large .card__image {
  height: 330px;
}
.card--large .card__details-container {
  padding: 10px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .card--large .card__image {
    height: 230px;
  }
}
.card--holiday {
  overflow: hidden;
}
.card--holiday .card__header {
  padding: 0;
  padding-right: 15px;
}
@media only screen and (min-width: 1281px) {
  .card--holiday .card__header .col-lg-2 {
    padding-left: 0;
  }
}
.card--holiday .card__title {
  letter-spacing: 0;
  padding: 30px 0 0;
}
.card--holiday .card__title,
.card--holiday .card__title a {
  color: #358a41;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 26px;
}
.card--holiday .card__sub-title {
  border-bottom: 5px solid #B1C655;
  color: #333;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.card--holiday .card__highlight {
  background-color: #B1C655;
  margin-top: 15px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}
.card--holiday .card__highlight span {
  color: #FFF;
  display: block;
  font-size: 14px;
}
.card--holiday .card__highlight strong {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
}
.card--holiday .card__details {
  border-bottom: none;
  padding: 0 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .card--holiday .card__details {
    padding-top: 0;
  }
}
.card--holiday .card__attribute {
  color: #fff;
  padding: 3.5% 6%;
  position: relative;
  top: 4px;
}
.card--holiday .card__info {
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.card--holiday .card__info-inner {
  height: 32px;
  overflow: hidden;
}
.card--holiday .card__info-inner.ellipsis:after {
  background: linear-gradient(to right, transparent, #333);
}
.card--holiday .card__info span {
  margin-left: 10px;
}
.card--holiday .card__info span:first-child {
  margin-left: 0;
}
.card--holiday .card__info p {
  line-height: 1.2;
  font-size: 14px;
}
.card--holiday .card__description {
  margin-bottom: 20px;
}
.card--holiday .card__dates {
  color: #949495;
  font-family: "Oswald", sans-serif;
  overflow: hidden;
  padding-top: 10px;
  text-transform: uppercase;
}
.card--holiday .card__dates li {
  display: inline-block;
  padding-left: 10px;
}
.card--holiday .card__dates li:first-child {
  padding-left: 0;
}
.card--holiday .card__dates li.available {
  color: #358a41;
  font-weight: 500;
}
.card--holiday .card__bottom {
  border-top: 1px solid #D9D9D9;
  padding: 30px 15px;
  position: relative;
}
.card--holiday .card__button {
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .card--holiday .card__bottom {
    padding: 15px;
  }
  .card--holiday .card__header {
    padding-left: 15px;
  }
  .card--holiday .card__details {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 720px) {
  .card--holiday {
    border-bottom: 1px solid #DDD;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .card--holiday .card__info span {
    margin-left: 6px;
  }
  .card--holiday .card__info span:first-child {
    margin-left: 0;
  }
  .card--holiday .card__highlight {
    padding: 10px;
  }
  .card--holiday .card__highlight strong {
    color: #333;
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .card--holiday .card__dates li {
    font-size: 16px;
    padding-left: 10px;
  }
  .card--holiday .card__bottom {
    padding: 15px 15px;
  }
  .card--holiday .cell-sm-8 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .card--holiday .card__bottom {
    padding: 30px 15px 30px 0;
  }
}
.card--compact .card__image {
  background-position: center center;
  position: relative;
}
.card--compact .card__link {
  color: #358a41;
  font-weight: 600;
  text-transform: uppercase;
}
.card--compact .card__link:after {
  content: "\e258";
  font-family: 'Glyphicons Halflings';
  font-size: 80%;
  font-weight: 400;
  margin-left: 6px;
}
.card--compact .card__info {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
}
.card--compact .card__info span {
  display: block;
}
.card--compact .card__info small {
  color: #FFF;
  display: block;
}
.card--compact table {
  margin: 0;
  padding: 0;
}
.card--compact table td {
  border-bottom: none !important;
  padding: 0 10px !important;
}
.card--compact .card__title,
.card--compact .card__title a {
  font-size: 22px;
  font-weight: 500;
}
.card + .card {
  border-left: 3px solid #fff;
}
.card .card__info {
  color: #949495;
}
@media only screen and (max-width: 720px) {
  .card__image {
    height: 215px;
  }
  .card--large .card__image {
    height: 250px;
  }
  .card--compact .card__image {
    position: relative;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .card--article .card__info p {
    display: none;
  }
}
.card--extension {
  margin: 30px 0;
}
@media only screen and (max-width: 991px) {
  .card--extension {
    margin: 20px 0;
  }
}
.card--extension .card__details {
  padding-bottom: 0;
}
.card--extension .card__info {
  margin-bottom: 0;
}
.card--extension .card__body {
  padding: 0 30px;
}
.card--extension .card__body .btn {
  margin: 10px 0;
}
@media only screen and (max-width: 720px) {
  .card--extension .card__body {
    padding: 0;
  }
}
.card--extension .card__footer {
  padding: 20px 30px 10px;
}
.card--extension .card__footer td {
  font-weight: 600;
}
@media only screen and (max-width: 720px) {
  .card--extension .card__footer {
    padding: 20px 0 10px;
  }
  .card--extension .card__footer table {
    margin-bottom: 30px;
  }
  .card--extension .card__footer a {
    margin-bottom: 10px;
  }
}
.card--extension .card__footer .price {
  color: #B1C655;
}
.card--extension .lead,
.card--extension p {
  font-size: inherit;
  margin-bottom: 10px;
}
.card--date {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
}
.more-photos {
  bottom: 15px;
  color: #FFF;
  font-size: 30px;
  position: absolute;
  right: 15px;
  text-shadow: 0 2px 3px #333;
}
.team-member:first-child .card__image {
  border-radius: 0;
}
.team-member .card__title {
  text-align: center;
}
.team-member .card__image {
  background-size: cover;
  display: block;
  height: 250px;
  margin: auto;
  width: 250px;
}
.team-member p {
  text-align: justify;
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .team-member {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .team-member:not(.team-member--large) {
    padding-top: 20px;
  }
  .team-member:not(.team-member--large):nth-child(2n + 3) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .team-member:not(.team-member--large):nth-child(3n + 4) {
    clear: left;
  }
}
.team-member--large:first-child .card__image {
  border-radius: 0;
}
.team-member--large .card__image {
  height: 350px;
  width: 350px;
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .team-member--large {
    padding-top: 20px;
  }
  .team-member--large:nth-child(2n + 3) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .team-member--large:nth-child(2n + 3) {
    clear: left;
  }
}
.sidebar .card--holiday .card__title {
  padding-top: 20px;
}
/*!
 * Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
 *
 * Copyright 2013 Dan Grossman ( http://www.dangrossman.info )
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Built for http://www.improvely.com
 */
.daterangepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  max-width: none;
  z-index: 3000;
  padding: 18px;
}
.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px;
}
.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar,
.daterangepicker.openscenter .ranges,
.daterangepicker.openscenter .calendar {
  float: right;
  margin: 4px;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none;
}
.daterangepicker .ranges {
  width: 165px;
  text-align: left;
  margin-right: 18px !important;
}
.daterangepicker .ranges .range_inputs > div {
  float: left;
  width: calc(50% - 5px);
}
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  margin-left: 10px;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar.single .calendar-date {
  border: none;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 0px;
  text-transform: uppercase;
  width: 74px;
}
.daterangepicker .ranges input {
  font-size: 11px;
}
.daterangepicker .ranges .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 6px;
  width: 74px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.daterangepicker .ranges li {
  font-size: 13px;
  background: #444;
  border: 1px solid #444;
  text-align: center;
  color: #fff;
  padding: 3px 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.daterangepicker .ranger li.active {
  background: #358a41;
  border: 1px solid #B1C655;
}
.daterangepicker .ranges li:hover {
  background: #358a41;
  border: 1px solid #358a41;
}
.daterangepicker .calendar-date {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 8px auto 0 auto;
  line-height: 30px;
}
.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.openscenter:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.openscenter:after {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}
.daterangepicker td.off {
  color: #999;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #358a41;
  color: #fff;
}
.daterangepicker td.in-range {
  background: rgba(53, 138, 65, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.daterangepicker td.start-date {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #358a41;
  border-color: #358a41;
  color: #fff;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker_start_input {
  float: left;
}
.daterangepicker_end_input {
  float: left;
}
.daterangepicker th.month {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .daterangepicker.show-calendar .calendar {
    display: none;
  }
}
.daterangepicker .range_inputs .btn + .btn {
  margin-top: -10px;
}
.daterangepicker .range_inputs .btn {
  display: block;
  width: calc(100% - 24px);
  margin: 0 auto;
}
.daterangepicker .range_inputs .btn-success:before {
  background-color: #358a41;
  border-color: #358a41;
}
.daterangepicker .range_inputs .btn-success:hover,
.daterangepicker .range_inputs .btn-success:focus,
.daterangepicker .range_inputs .btn-success:active {
  color: #fff;
}
.daterangepicker .range_inputs .btn-success:hover:before,
.daterangepicker .range_inputs .btn-success:focus:before,
.daterangepicker .range_inputs .btn-success:active:before {
  background-color: #B1C655;
  border-color: #B1C655;
}
.daterangepicker .range_inputs .btn-default {
  color: #333;
}
.daterangepicker .range_inputs .btn-default:before {
  border-color: #D4D6D7;
  background-color: transparent;
}
.daterangepicker .range_inputs .btn-default:hover,
.daterangepicker .range_inputs .btn-default:focus,
.daterangepicker .range_inputs .btn-default:active {
  color: #333;
}
.daterangepicker .range_inputs .btn-default:hover:before,
.daterangepicker .range_inputs .btn-default:focus:before,
.daterangepicker .range_inputs .btn-default:active:before {
  border-color: #358a41;
}
.tourdates {
  padding-top: 30px;
}
.tourdates .search-results__page-anchor {
  display: none;
}
.tourdates .tourdates li:first-child .year-divider {
  position: absolute;
  border: none;
  padding: 0;
  top: -50px;
}
.tourdates .availability {
  text-transform: capitalize;
}
.tourdates .orange,
.tourdates .green,
.tourdates .red {
  font-weight: bold;
}
.tourdates .orange span,
.tourdates .green span,
.tourdates .red span {
  font-weight: normal;
  margin: 0 5px 0 0;
  color: #4E626E;
  float: left;
}
.tourdates .orange:not(.green) {
  color: #FFA500;
}
.tourdates .green {
  color: #B1C655;
}
.tourdates .dark-green {
  color: #358a41;
}
.tourdates .blue {
  color: #3263BF;
}
.tourdates .red {
  color: #E21717;
}
.date-item {
  border-top: 3px solid #358a41;
  line-height: 1.2;
  padding: 10px 0;
  position: relative;
}
@media only screen and (max-width: 720px) {
  .date-item .text-center {
    text-align: left;
  }
  .date-item .pull-right {
    float: left !important;
  }
}
@media only screen and (max-width: 720px) {
  .date-item__body > div {
    padding-top: 5px !important;
  }
  .date-item__body > div:first-child {
    padding-top: 0 !important;
  }
}
.year-divider {
  line-height: 1.2;
  margin: 0 0 15px;
  color: #358a41;
}
.date-item__title {
  font-size: 18px;
}
.calendar-buttons tr td,
.calendar-buttons .row td,
.calendar-buttons tr .calendar-button,
.calendar-buttons .row .calendar-button {
  border-bottom: 0 !important;
  padding: 5px;
}
.calendar-buttons tr td a,
.calendar-buttons .row td a,
.calendar-buttons tr .calendar-button a,
.calendar-buttons .row .calendar-button a,
.calendar-buttons tr td .calendar-link,
.calendar-buttons .row td .calendar-link,
.calendar-buttons tr .calendar-button .calendar-link,
.calendar-buttons .row .calendar-button .calendar-link {
  background-color: #358a41;
  display: block;
  color: #FFF;
  padding: 8px;
  text-align: center;
}
@media only screen and (max-width: 720px) {
  .calendar-buttons tr {
    float: left;
    width: 50%;
  }
  .calendar-buttons tr td {
    display: block;
    padding: 5px !important;
  }
}
.facets .facets__container {
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .facets {
    background-color: rgba(0, 0, 0, 0.9);
    color: #FFF;
    height: 100%;
    left: 0;
    padding: 0;
    position: fixed;
    top: 100%;
    width: 100%;
    z-index: 9999;
  }
  .facets .facets__container {
    background-color: transparent;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .facets.cell-md-3 {
    padding-right: 0;
  }
  .facets .facets__container {
    padding: 10px;
  }
}
.facets[style*="top: 100%"] {
  display: none;
}
.mobile-date input {
  height: 50px;
  width: 100%;
}
.mobile-date input:first-child {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .facets__body {
    display: block;
    height: 90vh;
    overflow-y: scroll;
    padding-bottom: 20px;
  }
}
.facet__form {
  display: block;
  font-size: 0px;
}
.facet__form input[type="text"] {
  display: inline-block;
  background-color: #FFF;
  border: none;
  height: 40px;
  margin-right: 10px;
  color: #949495;
  padding: 5px 15px;
  width: calc(100% - 75px);
}
.facet__form .btn {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px 9px;
}
.facet__form .form-control::-moz-placeholder {
  color: #BBB;
  opacity: 1;
}
.facet__form .form-control:-ms-input-placeholder {
  color: #BBB;
}
.facet__form .form-control::-webkit-input-placeholder {
  color: #BBB;
}
@media only screen and (max-width: 991px) {
  .facet__form {
    width: 100%;
  }
  .facet__form .form-control {
    display: inline-block;
    width: 70%;
  }
  .facet__form .btn {
    float: right;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.facet__header {
  color: #358a41;
  font-size: 25px;
  font-weight: 600;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .facet__header {
    font-size: 20px;
  }
}
.facet__title {
  color: #358a41;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .facet__title {
    margin-bottom: 15px;
  }
}
.facet {
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
}
.facet:first-child {
  border: none;
}
.facet a:active,
.facet a:focus,
.facet a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .facet ul {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
  }
}
.facet li a {
  color: #333;
  padding-left: 25px;
  position: relative;
}
.facet li a:before {
  border: 1px solid #358a41;
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  height: 14px;
  width: 14px;
  overflow: hidden;
  background: url('../images/checkbox.png') no-repeat left top transparent;
  background-size: 14px;
}
.facet li.active a:before {
  background: url('../images/checkbox-checked.png') no-repeat left top transparent;
  background-size: 14px;
}
@media only screen and (max-width: 720px) {
  .facet li {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .facet {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    padding-bottom: 20px;
    width: 100%;
  }
  .facet li a {
    color: #FFF;
  }
  .facet--wide {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .facet li a {
    padding-left: 20px;
  }
}
/*Not sure what less file to put these in yet*/
.search-results {
  margin-top: -50px;
}
@media only screen and (min-width: 992px) {
  .search-results .col-md-6:nth-child(4n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 991px) {
  .refine-header {
    background-color: #358a41;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 15px 10px;
    position: absolute;
    width: 100%;
  }
  .refine-header .refine-header__title {
    color: #FFF;
    float: left;
    margin: 8px 0 0;
    text-transform: uppercase;
  }
}
#keyword-range-facet .facet__title span {
  float: left;
  padding-top: 8px;
  vertical-align: middle;
  margin-right: 10px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: #B1C655;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #808080;
  border: 0;
  border-bottom: 1px solid #CCC;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 14px 15px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #777;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.4s ease 0s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.4s ease 0s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.4s ease 0s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.4s ease 0s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.4s ease 0s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #E5E5E5;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 50px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 79px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
@media (min-width: 721px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 38px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 721px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 16px;
  }
}
@media only screen and (max-width: 991px) {
}
.form--newsletter__title {
  position: relative;
  top: 3px;
  margin-right: 10px;
}
@media only screen and (max-width: 720px) {
  .form--newsletter__title {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .form--newsletter__email {
    margin-left: 0;
    padding: 0;
    width: 60%;
  }
  .form--newsletter__submit {
    margin: 0;
    width: 100%;
  }
  .form--newsletter__submit .btn {
    display: block;
    height: 50px;
    padding: 6px 20px;
    line-height: 37px;
  }
}
.form--border {
  padding: 55px 70px;
  border: 6px solid #5da167;
}
@media only screen and (max-width: 720px) {
  .form--border {
    padding: 25px 30px;
  }
}
.form--border.form--enquiry .formField:first-of-type {
  margin-top: 0;
}
/*RSForm overrides*/
.formHidden {
  position: absolute;
  left: -20000px;
  top: -20000px;
  opacity: 0;
}
.formRed {
  color: red;
  font-weight: bold;
}
.formError {
  color: #CF4D4D;
  font-weight: bold;
  font-size: 10px;
}
.formNoError {
  display: none;
}
.formField {
  display: block;
  overflow: auto;
}
.formClr {
  clear: both;
  display: block;
}
fieldset.formFieldset {
  margin-bottom: 10px;
}
fieldset.formFieldset legend {
  padding: 0 2px;
  font-weight: bold;
  font-size: 16px;
}
fieldset.formFieldset ol.formContainer {
  margin: 0;
  padding: 0;
}
fieldset.formFieldset ol.formContainer li {
  background-image: none;
  list-style: none;
  padding: 5px;
  margin: 0;
  clear: both;
}
strong.formRequired {
  font-weight: bold;
  font-style: normal;
  margin-left: 3px;
}
div.formCaption {
  display: block;
  float: left;
  width: 25%;
  min-height: 12px;
}
div.formBody {
  display: block;
  float: left;
}
.formFieldset .formBody label {
  display: inline;
  margin: 3px;
}
.formTableLayout {
  border: none;
}
.formTableLayout > tbody > tr {
  border: none;
}
.formTableLeft,
.formTableRight {
  border: none;
}
.formTableLayout tr td label {
  display: inline;
  margin: 3px;
}
.formTableLayout tr.rsform-block,
.formTableLayout tr.rsform-block > td {
  border: 0;
}
.formTableLayout tr.rsform-block > td {
  padding: 3px;
}
.form2LinesLayout .formField label {
  display: inline;
  margin: 3px;
}
div.formDescription {
  margin-left: 3px;
  padding-left: 3px;
  font-size: 11px;
  font-weight: normal;
}
div.calheader {
  text-align: center !important;
}
.rsform-calendar-button {
  padding: 15px;
  border-width: 1px;
}
label.form-text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}
#jform_captcha {
  overflow: hidden;
}
.hero-heading {
  position: relative;
}
.hero-heading--booking h1,
.hero-heading--account h1 {
  color: #358a41;
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1;
  margin: 100px 0 60px;
  position: relative;
  text-align: center;
  text-shadow: 0 0 0;
}
.hero-heading--booking .container,
.hero-heading--account .container {
  position: relative;
}
.hero-heading--booking .button,
.hero-heading--account .button {
  position: absolute;
  right: 15px;
  top: 50%;
}
.hero-heading .breadcrumb-container,
.hero-heading .breadcrumb-container--overlay {
  border-bottom: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero-heading .slick-large {
  margin-top: 0;
}
.hero .sppb-carousel-inner {
  height: calc(100vh - 174px);
  overflow: hidden;
}
.hero--primary {
  background-color: rgba(53, 138, 65, 0.9);
  color: #FFF;
}
.hero--primary a {
  color: #FFF;
}
.hero--primary .breadcrumb {
  color: #FFF;
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .hero .sppb-carousel-inner {
    height: calc(58vh - 174px);
    overflow: hidden;
  }
}
@media only screen and (max-width: 720px) {
  .hero {
    padding-bottom: 0;
  }
}
.hero__title-container {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0 60px;
}
.hero__title-container .hero__title {
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .hero__title-container {
    align-items: flex-end;
    padding: 0 100px 100px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .hero__title-container {
    align-items: flex-end;
    justify-content: start;
    padding: 0 15px;
  }
  .hero__title-container .hero__title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 720px) {
  .hero__title-container {
    align-items: flex-end;
    justify-content: end;
    padding: 0 15px;
  }
}
.holiday-hero .hero__title-container {
  align-items: flex-end;
  padding: 0 100px 100px;
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .holiday-hero .hero__title-container {
    align-items: flex-end;
    justify-content: start;
    padding: 0 15px;
  }
  .holiday-hero .hero__title-container .hero__title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 720px) {
  .holiday-hero .hero__title-container {
    align-items: flex-end;
    justify-content: end;
    padding: 0 15px;
    position: relative;
  }
}
.hero__title {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  letter-spacing: 3px;
  line-height: 1;
  margin: 100px 0 60px;
  position: relative;
  text-shadow: 0px 0px 10px #000;
  text-transform: uppercase;
  z-index: 1;
}
.hero__title .large {
  font-size: 120px;
}
.hero__title--medium {
  font-size: 60px;
  letter-spacing: 1px;
  text-shadow: 0 0 0;
}
.hero__title--medium:before {
  box-shadow: 0 0 0;
}
.hero__title--medium:after {
  box-shadow: 0 0 0;
}
.hero__title--small {
  font-size: 60px;
  letter-spacing: 4px;
  margin: 10px 0 10px;
}
.hero__title--small:before {
  border-top: 5px solid #FFF;
  top: -15px;
}
.hero__title--small:after {
  border-bottom: 3px solid #FFF;
  bottom: -15px;
}
.hero__title--primary {
  color: #358a41;
  /*&:after {
		    position: absolute;
		    content: '';
		    width: 100%;
		    height: 5px;
		    background: @brand-primary;
		    bottom: -8px;
		    left: 0;
		}*/
}
.hero__title--primary:before {
  border-top: 7px solid #358a41;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .hero__title {
    font-size: 45px;
    margin: 70px 0;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .hero__title {
    font-size: 30px;
    margin: 50px 0;
  }
}
@media only screen and (max-width: 720px) {
  .hero__title {
    align-self: flex-end;
    font-size: 35px;
    margin: 10px 0 !important;
    color: #000;
    text-shadow: none;
  }
  .hero__title:before {
    border-top: 4px solid #FFF;
    top: -13px;
  }
  .hero__title .large {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero__title {
    font-size: 60px;
  }
}
.hero__title-bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 4;
}
.hero__title-bottom .hero__title {
  display: inline-block;
  position: relative;
  /*&:after{
			box-shadow: 0px 1px 4px #333;
			position: absolute;
			content: '';
			width: 100%;
			height: 5px;
			background: @white;
			bottom: -8px;
			left: 0;
		}*/
}
.hero__bar {
  background-color: #FFF;
  padding: 0 15px;
  position: relative;
  z-index: 11;
  margin-top: -71px;
}
.hero__bar .favourite-toggler {
  position: relative;
}
.hero__bar-info span {
  margin-left: 10px;
  text-transform: uppercase;
}
.hero__bar-info span:first-child {
  margin-left: 0;
}
.hero__bar-info span:nth-child(even) {
  color: #949495;
}
.hero__image {
  background-size: cover;
  height: 600px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .hero__image {
    height: 500px;
    background-size: cover;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .hero__image {
    height: 400px;
    background-size: cover;
  }
}
@media only screen and (max-width: 720px) {
  .hero__image {
    height: 300px;
  }
}
.hero__image--small {
  height: 300px;
}
.hero__icon {
  bottom: 100px;
  color: #FFF;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 10;
}
.hero__icon span {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #FFF;
  border-radius: 50%;
  box-shadow: 0px 0px 20px #000;
  display: inline-block;
  font-size: 50px;
  height: 70px;
  margin-left: 10px;
  padding-top: 0px;
  width: 70px;
}
@media only screen and (max-width: 991px) {
  .hero__icon span {
    width: 55px;
    height: 55px;
  }
  .hero__icon span:before {
    font-size: 32px;
    position: relative;
    bottom: 15px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .hero__icon {
    bottom: 85px;
  }
}
@media only screen and (max-width: 720px) {
  .hero__icon {
    bottom: -65px;
  }
}
.mysale .holiday-hero {
  height: 525px;
  position: relative;
}
.mysale .holiday-hero__title {
  position: absolute;
  width: 100%;
  bottom: 0px;
  color: #fff;
}
.mysale .holiday-hero__title-heading {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  letter-spacing: 3px;
  line-height: 1;
  margin: 0 0 60px;
  position: relative;
  text-shadow: 0px 0px 10px #000;
  text-transform: uppercase;
  z-index: 1;
}
.mysale .holiday-hero__location {
  position: relative;
  display: inline-block;
  top: -10px;
  color: #fff;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 2px 30px 2px 10px;
  z-index: 1;
  overflow: hidden;
}
.mysale .holiday-hero__location:before {
  background-color: #444;
  width: auto;
  left: -15px;
  right: 11px;
}
.mysale .holiday-hero__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
}
.mysale .holiday-hero .carousel-caption-container {
  bottom: 120px;
}
.mysale .holiday-hero .carousel-caption-container .image-caption {
  bottom: 0px;
}
.mysale .holiday-hero.colour--ski .holiday-hero__location:before {
  background-color: #358a41;
}
.mysale .holiday-hero.colour--ski + .breadcrumbs .holiday-details__attribute span {
  color: #358a41;
}
.mysale .holiday-hero.colour--climb .holiday-hero__location:before {
  background-color: #B1C655;
}
.mysale .holiday-hero.colour--climb + .breadcrumbs .holiday-details__attribute span {
  color: #B1C655;
}
.mysale .holiday-hero.colour--trek .holiday-hero__location:before {
  background-color: #333;
}
.mysale .holiday-hero.colour--trek + .breadcrumbs .holiday-details__attribute span {
  color: #333;
}
.mysale .holiday-hero--compact {
  height: 400px;
}
.mysale .holiday-hero--compact .holiday-hero__title {
  top: 60px;
  bottom: auto;
}
.mysale .holiday-hero--compact .holiday-hero__title-heading {
  font-size: 80px;
  line-height: 60px;
}
@media only screen and (max-width: 720px), only screen and (min-width: 721px) and (max-width: 991px) {
  .mysale .holiday-hero + .breadcrumbs .mod {
    display: inline-block;
  }
  .mysale .holiday-hero + .breadcrumbs .breadcrumbs__holiday-details {
    float: right;
    padding-top: 12px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .mysale .holiday-hero__title-heading {
    font-size: 80px;
    width: 100%;
    line-height: 60px;
  }
}
@media only screen and (max-width: 720px) {
  .mysale .holiday-hero {
    height: 420px;
  }
  .mysale .holiday-hero__title-heading {
    font-size: 52px;
    text-indent: -15px;
    margin-left: 15px;
    line-height: 46px;
    width: 100%;
  }
  .mysale .holiday-hero__location {
    font-size: 18px;
    top: -5px;
  }
  .mysale .holiday-hero + .breadcrumbs {
    text-align: center;
  }
  .mysale .holiday-hero + .breadcrumbs .mod {
    display: none;
  }
  .mysale .holiday-hero + .breadcrumbs .breadcrumbs__holiday-details {
    display: inline-block;
    float: none;
    height: 60px;
    padding-top: 16px;
    padding-right: 0px;
  }
}
.mysale .breadcrumbs {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.item__subtitle {
  font-size: 35px;
}
.item__bar .mod {
  margin-bottom: 30px;
}
.item-image-block-small {
  float: right;
  margin-left: 20px;
}
@media only screen and (max-width: 720px) {
  .item-image-block-small {
    float: none;
    height: auto;
    margin: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  .k2Container__anchor {
    margin-bottom: 30px;
  }
}
.k2Container__author {
  color: #808080;
  font-size: 16px;
  font-style: italic;
}
@media only screen and (max-width: 720px) {
  .k2Container__author {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
}
.k2Container__date {
  float: right;
}
@media only screen and (max-width: 720px) {
  .k2Container__date {
    float: none;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 720px) {
  .k2Container__title {
    text-align: center;
  }
}
.item-description {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.item-full-text div div image {
  float: left;
  margin-right: 15px;
}
@media only screen and (max-width: 720px) {
  .item-full-text div div image {
    float: none;
  }
}
.item-image-block img {
  display: block;
  width: 100%;
}
.item-image-block .item-image-caption {
  background-color: #ecf1d5;
  display: block;
  font-size: 12px;
  padding: 6px;
}
.news-item {
  margin-bottom: 60px;
}
@media only screen and (max-width: 720px) {
  .k2Container__title {
    font-size: 28px;
  }
}
.item-image-col {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
.item-image-col img {
  max-width: 500px;
}
@media only screen and (max-width: 991px) {
  .item-image-col {
    float: none;
  }
  .item-image-col img {
    max-width: 100%;
  }
}
.item-image-col--right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.main-menu {
  background-color: #fff;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  position: relative;
  z-index: 19;
}
.main-menu__inner {
  display: table;
  text-align: center;
}
.main-menu__inner .search-toggle {
  color: #333;
  font-size: 22px;
  margin-left: 30px;
}
.main-menu__inner .search-toggle [class^="icon-"] {
  margin: 0px;
}
.main-menu__module {
  display: table-cell;
  line-height: 107px;
}
.main-menu__module li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
}
.main-menu__module li a {
  display: block;
  padding: 0px 40px;
  font-size: 21px;
  text-transform: uppercase;
  color: #273137;
}
.main-menu__module li a:hover,
.main-menu__module li a:active,
.main-menu__module li a:focus {
  text-decoration: none;
}
.main-menu__module li:before {
  border: 1px solid transparent;
  border-left-color: #D9D9D9;
}
.main-menu .search-toggle.active {
  color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1280px), only screen and (min-width: 721px) and (max-width: 991px) {
  .main-menu__extras {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .main-menu__extras {
    font-size: 18px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .main-menu__inner {
    width: 100%;
    text-align: right;
  }
  .main-menu__extras .tel-number-mobile {
    display: none;
  }
  .main-menu__extras .search-toggle {
    margin: 0 20px 0 15px;
    position: relative;
    top: 3px;
  }
}
@media only screen and (max-width: 720px) {
  .main-menu__module {
    clear: both;
    display: block;
    line-height: 50px;
  }
  .main-menu__module .nav {
    display: table;
    width: 100%;
  }
  .main-menu__module li {
    display: table-cell;
  }
  .main-menu__module li a {
    color: #FFF;
    padding: 15px;
  }
  .main-menu__inner {
    display: block;
  }
  .main-menu__inner .search-toggle {
    margin-left: 20px;
  }
  .main-menu__extras {
    position: absolute;
    top: 20px;
    right: 60px;
  }
  .main-menu__extras a {
    line-height: 1.1;
  }
}
.main-menu .nav > li.open > a {
  position: relative;
}
.main-menu .nav > li.open > a:after {
  background-color: #B1C655;
  bottom: -3px;
  content: ' ';
  height: 6px;
  left: 0;
  position: absolute;
  width: 101%;
  z-index: 1001;
}
.main-menu .nav > li.open .dropdown-menu {
  opacity: 1;
}
.main-menu .dropdown {
  position: static;
}
.main-menu .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
  border-top: 1px solid #D9D9D9;
  border-bottom: 3px solid #B1C655;
  border-radius: 0;
  box-shadow: 0 0 0;
  left: 0;
  line-height: 1.1;
  margin-top: 0;
  right: 0;
  opacity: 0;
  padding: 40px 0 50px;
  transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
}
.main-menu .dropdown-menu .separator-parent .separator {
  font-weight: 600;
  line-height: 43px;
  font-size: 16px;
  color: #333;
}
.main-menu .dropdown-menu .menu-item-main-hide {
  display: none;
}
@media only screen and (max-width: 720px) {
  .main-menu .dropdown-menu {
    padding: 20px 0;
    max-height: calc(100vh - 121px);
    overflow: auto;
  }
}
.menu-snippet {
  font-size: 16px;
}
.menu-snippet p {
  color: #666666;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
}
.menu-snippet .menu-snippet-title {
  color: #358a41;
  font-size: 35px;
  font-weight: 300;
  margin: 0px 0 20px;
  text-transform: uppercase;
}
.menu-snippet + ul {
  border-left: 3px solid #E5E5E5;
  border-right: 3px solid #E5E5E5;
}
@media only screen and (max-width: 720px) {
  .menu-snippet + ul {
    border: none;
  }
}
.page__intro {
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 20px;
}
.page__intro p {
  margin: 0px;
}
.page__intro p + p {
  margin-top: 15px;
}
.page__content {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 45px;
  overflow: hidden;
}
.page__content > ul {
  list-style: none;
  padding-left: 0px;
}
.page__content > .section-heading__title {
  margin-bottom: 15px;
}
.page__content > * + .section-heading__title {
  margin-top: 30px;
}
.page__content .tab-content {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
.page + .holidays {
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
  border-top: 1px solid #D9D9D9;
}
@media only screen and (min-width: 721px) and (max-width: 991px), only screen and (max-width: 720px) {
  .page__content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
  }
  .page__intro {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.myaccount .page__content {
  padding-top: 15px;
}
.side-menu {
  background-color: #FFF;
  border-left: 5px solid #358a41;
  border-bottom-width: 0px;
  bottom: 0px;
  height: auto;
  max-width: 90%;
  padding: 30px 15px;
  position: fixed;
  overflow: auto;
  opacity: 0;
  right: -40px;
  top: 0px;
  width: 270px;
  z-index: 0;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.side-menu ul {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  list-style: none;
  padding: 0px;
  text-transform: uppercase;
}
.side-menu ul li {
  float: none;
  margin-top: 30px;
  width: 100%;
}
.side-menu ul a {
  color: #333;
}
.side-menu__tel {
  color: #B1C655;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 35px;
}
.overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
}
.sub-menu,
.menu--tab ul {
  background-color: #F7F7F7;
  margin-bottom: 3px;
  position: relative;
  z-index: 10;
}
.sub-menu li,
.menu--tab ul li {
  border-bottom: 5px solid #B1C655;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.sub-menu li.active,
.menu--tab ul li.active {
  background-color: #FFF;
  border-bottom: 5px solid #FFF;
  position: relative;
}
.sub-menu li:hover,
.menu--tab ul li:hover {
  background-color: #FFF;
}
.sub-menu li a,
.menu--tab ul li a {
  color: #358a41;
  display: block;
  font-weight: 500;
  padding: 20px 20px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .sub-menu li a,
  .menu--tab ul li a {
    padding: 15px 34px;
  }
}
.sub-menu li a:active,
.menu--tab ul li a:active,
.sub-menu li a:focus,
.menu--tab ul li a:focus,
.sub-menu li a:hover,
.menu--tab ul li a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 721px) and (max-width: 991px), only screen and (max-width: 720px) {
  .sub-menu li a,
  .menu--tab ul li a {
    padding: 15px 25px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 720px) {
  .sub-menu li,
  .menu--tab ul li {
    display: block;
    width: 100%;
    text-align: left;
  }
  .sub-menu li:hover,
  .menu--tab ul li:hover {
    background-color: transparent;
  }
  .sub-menu li.active,
  .menu--tab ul li.active {
    position: absolute;
    top: 0px;
  }
  .sub-menu li.active:before,
  .menu--tab ul li.active:before {
    display: none;
  }
  .sub-menu li.active .icon-arrow-down:before,
  .menu--tab ul li.active .icon-arrow-down:before {
    margin-left: 10px;
    font-size: 13px;
  }
  .sub-menu li a,
  .menu--tab ul li a {
    text-align: left;
  }
}
.sub-menu--fade,
.menu--tab ul--fade {
  background-color: rgba(53, 138, 65, 0.85);
}
.sub-menu .menu-item-sub-hide,
.menu--tab ul .menu-item-sub-hide {
  display: none;
}
@media only screen and (max-width: 720px) {
  .sub-menu,
  .menu--tab ul {
    height: 55px;
    padding-top: 55px;
    overflow: hidden;
    position: relative;
  }
  .sub-menu.expanded,
  .menu--tab ul.expanded {
    height: auto;
    background-color: rgba(53, 138, 65, 0.98);
  }
  .sub-menu.expanded li.active a .icon-arrow-down:before,
  .menu--tab ul.expanded li.active a .icon-arrow-down:before {
    content: "\e908";
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .sub-menu li,
  .menu--tab ul li {
    font-size: 18px;
  }
  .sub-menu li a,
  .menu--tab ul li a {
    padding: 20px 20px;
  }
}
.sub-menu-container {
  bottom: -32px;
  position: absolute;
  width: 100%;
  z-index: 11;
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .sub-menu-container .container {
    width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  .sub-menu-container {
    bottom: auto;
    top: calc(100% - 28px);
  }
}
.top-menu {
  background-color: #FFF;
  border-bottom: 1px solid #E5E5E5;
}
.top-menu__module {
  float: right;
}
.top-menu__module li {
  display: inline-block;
  font-weight: 400;
  padding: 0px 0px 0px 20px;
  position: relative;
  vertical-align: top;
  z-index: 1;
}
@media only screen and (min-width: 721px) {
  .top-menu__module li:first-of-type {
    display: none;
  }
}
.top-menu__module li a {
  display: block;
  font-size: 12px;
  color: #333;
  padding: 6px 0;
}
.top-menu__module li a:hover,
.top-menu__module li a:active {
  color: #358a41;
  text-decoration: none;
}
.top-menu__module li:before {
  border: 1px solid transparent;
  border-left-color: #D9D9D9;
}
.nav {
  width: 100%;
}
.nav-tabs {
  overflow: hidden;
}
.nav-tabs > li {
  float: left;
}
.nav-tabs > li + li {
  margin-left: -1px;
}
.nav-tabs > li > a {
  /*background-color: @tab-background-color;
      border: 1px solid @gray-lighter;
      color: @gray-darker;
    	display: block;
    	font-family: @headings-font-family;
      font-size: 15px;
    	line-height: 1.2;
    	height: 60px;
      padding: 12px;

      &:hover, &:active, &:focus {
        border-top: 3px solid @brand-secondary;
        border-bottom-color: #fff;
        background-color:#fff;
        padding-top: 10px;
        text-decoration: none;
      }
      */
}
.nav-tabs > li > a:focus {
  outline-style: none;
}
.nav-tabs > li.active > a {
  /*border-top: 3px solid @nav-tabs-active-link-hover-color;
    		border-bottom-color: #fff;
    		background-color: @tab-background-color;
    		padding-top: 10px;
    		color: @brand-tertiary;
    		cursor: default;*/
}
.nav-tabs li.one-line > a {
  padding: 27px 12px 12px;
}
.nav-tabs li.one-line > a:hover,
.nav-tabs li.one-line > a:active,
.nav-tabs li.one-line > a:focus {
  padding-top: 25px;
}
.nav-tabs li.one-line.active > a {
  padding-top: 25px;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 721px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 721px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.sub-tabs {
  margin-bottom: 15px;
}
.sub-tabs > li > a {
  border: none;
  border-bottom: 3px solid #E5E5E5;
  padding: 12px;
  height: 60px;
  background-color: #FFF;
}
.sub-tabs > li > a:hover,
.sub-tabs > li > a:active,
.sub-tabs > li > a:focus {
  border-top: none;
  border-bottom-color: #B1C655;
  padding-top: 12px;
  text-decoration: none;
}
.sub-tabs > li:first-child a {
  padding-left: 1px;
}
.sub-tabs > li.active > a {
  border-top: none;
  border-bottom-color: #B1C655;
  color: #333;
  padding-top: 12px;
}
.sub-tabs .alt-span {
  color: #808080;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
.sub-tab-content {
  margin-top: 30px;
}
.sub-tab-content .expandable-heading {
  background-color: #FFF;
  border-top: none;
  color: #358a41;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
}
.sub-tab-content .expandable-heading:before {
  display: none;
}
.sub-tab-content .expandable-heading.collapsed {
  background-color: #FFF;
}
.tab-pane.collapse {
  overflow: hidden;
}
.expandable-heading {
  position: relative;
  font-size: 20px;
  text-transform: none;
  line-height: 50px;
  padding: 0 15px;
  margin: 0px;
  margin-top: -1px;
  cursor: pointer;
  border-left: 1px solid #358a41;
  border-top: 1px solid #358a41;
  border-right: 1px solid #358a41;
  color: #FFF;
  background-color: #358a41;
  text-transform: uppercase;
}
.expandable-heading.collapsed:after {
  display: none;
}
.expandable-heading.collapsed span[class^="icon-"]:before {
  content: "\e259";
}
.expandable-heading span[class^="icon-"]:before {
  content: "\e260";
  font-family: 'Glyphicons Halflings';
  top: 3px;
  position: relative;
}
.expandable-heading:first-child {
  margin-top: 0px;
}
h6.expandable-heading {
  line-height: 40px;
  padding: 0px;
  cursor: pointer;
  border: 0px solid #D9D9D9;
  border-top-width: 1px;
  color: #358a41;
}
h6.expandable-heading span[class^="icon-"] {
  top: 11px;
}
h6.expandable-heading.collapsed {
  /*border-bottom-width: 1px;
    margin-bottom: 9px;*/
}
h6.expandable-heading.collapsed span[class^="icon-"]:before {
  content: "\e61b";
}
.expandable-heading span[class^="icon-"] {
  display: block;
  color: #FFF;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .accordion-content,
  .accordion-detail {
    position: relative;
    overflow: hidden;
  }
  .sub-tab-content {
    margin-top: 0;
  }
  .sub-tab-content .tab-pane:before {
    display: none;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 20px;
  display: block;
  font-size: 12px;
  font-weight: 600;
  outline: none;
  padding: 6px 20px;
  text-transform: uppercase;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  text-decoration: none;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #808080;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 721px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 721px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.tab-content > .tab-pane {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .tab-content > .tab-pane {
    height: auto !important;
  }
}
@media only screen and (min-width: 1281px) {
  .tab-content > .tab-pane {
    height: auto !important;
  }
}
.tab-content > .active {
  display: block;
}
.menu--tab {
  background-color: #F7F7F7;
  padding-top: 30px;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.tabs-12 {
  width: 8.33333333%;
}
.tabs-11 {
  width: 9.09090909%;
}
.tabs-10 {
  width: 10%;
}
.tabs-9 {
  width: 11.11111111%;
}
.tabs-8 {
  width: 12.5%;
}
.tabs-7 {
  width: 14.28571429%;
}
.tabs-6 {
  width: 16.66666667%;
}
.tabs-5 {
  width: 20%;
}
.tabs-4 {
  width: 25%;
}
.tabs-3 {
  width: 33.33333333%;
}
.tabs-2 {
  width: 50%;
}
.tabs-1 {
  width: 100%;
}
.gallery__heading {
  color: #358a41;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 40px;
}
.gallery__image {
  border: 3px solid #FFF;
}
.gallery__image img {
  width: 100%;
}
.gallery__sub-heading {
  margin: 30px 0;
}
@media only screen and (max-width: 720px) {
  .gallery__sub-heading {
    margin: 15px 0;
  }
}
.gallery__list {
  position: relative;
  margin-top: -20px;
}
@media only screen and (max-width: 720px) {
  .gallery__list {
    margin-top: -10px;
  }
}
.gallery__item {
  margin-top: 20px;
}
.gallery__item img {
  height: auto;
  width: 100%;
}
.gallery__item .gallery__item-inner {
  background-color: #fff;
  padding: 5px;
}
.gallery__item.gallery__view-more {
  height: 176px;
}
.gallery__item.gallery__view-more a {
  position: relative;
  display: block;
  height: 100%;
  border: 3px solid #B1C655;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transition: 0.4s 0.4s ease 0s;
  -o-transition: 0.4s 0.4s ease 0s;
  -ms-transition: 0.4s 0.4s ease 0s;
  -moz-transition: 0.4s 0.4s ease 0s;
  -webkit-transition: 0.4s 0.4s ease 0s;
}
.gallery__item.gallery__view-more a:hover {
  border-color: #358a41;
}
.gallery__item.gallery__view-more p {
  margin: 46px 0px;
  text-align: center;
}
.gallery__item.gallery__view-more p span[class^="icon-"] {
  display: block;
  font-size: 32px;
  margin-bottom: 3px;
  color: #FFF;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .gallery__item.gallery__view-more {
    height: 135px;
  }
  .gallery__item.gallery__view-more p {
    margin: 33px 0px;
  }
  .gallery__item.gallery__view-more p span[class^="icon-"] {
    font-size: 21px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .gallery__item.gallery__view-more {
    height: 130px;
  }
  .gallery__item.gallery__view-more p {
    margin: 31px 0px;
  }
  .gallery__item.gallery__view-more p span[class^="icon-"] {
    font-size: 21px;
  }
}
@media only screen and (max-width: 720px) {
  .gallery__item {
    margin-top: 10px;
    padding: 0px 5px;
  }
  .gallery__item.gallery__view-more {
    height: auto;
    clear: both;
  }
  .gallery__item.gallery__view-more p {
    margin: 10px 0;
  }
  .gallery__item.gallery__view-more p span[class^="icon-"] {
    font-size: 18px;
  }
  .gallery__item.gallery__view-more a {
    font-size: 18px;
    top: 10px;
    margin-bottom: 10px;
  }
  .gallery__item .gallery__item-inner {
    padding: 2px;
  }
}
.lb-nav a:focus,
.lb-nav a:active,
.lb-nav a:hover {
  outline: none;
}
.album-item {
  display: inline-block;
  margin-bottom: 15px;
  width: 195px;
  vertical-align: top;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .album-item {
    width: 184px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .album-item {
    width: 177px;
  }
}
@media only screen and (max-width: 720px) {
  .album-item {
    width: 49%;
  }
}
@media only screen and (max-width: 520px) {
  .album-item {
    width: 100%;
  }
}
.album-item-body {
  padding: 0px 12px;
}
.album-item-image {
  background: url('../images/photo_stack.png') no-repeat center center transparent;
  background-size: 100%;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
  padding: 16px 12px;
  position: relative;
  height: 132px;
}
.album-item-image img {
  width: 100%;
  height: 100%;
}
.album-item-image .badge {
  bottom: 22px;
  position: absolute;
  right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .album-item-image {
    padding: 18px 12px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .album-item-image {
    padding: 20px 12px;
    height: 130px;
  }
}
@media only screen and (max-width: 720px) {
  .album-item-image {
    background-image: none;
    height: 232px;
  }
}
.album-item-image-inner {
  height: 100%;
  overflow: hidden;
}
.album-item-text {
  display: block;
  font-size: 12px;
  margin-bottom: 0px;
}
.album-item-text__dark {
  font-weight: 600;
}
.accordion-bar {
  content: " ";
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: 0px;
  width: 5px;
}
.accordion-item {
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .accordion-detail {
    overflow: hidden;
    max-height: 0;
    position: relative;
    margin: 10px 0 0 0;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
    transition: max-height 0.5s 0.4s ease 0s;
    -o-transition: max-height 0.5s 0.4s ease 0s;
    -ms-transition: max-height 0.5s 0.4s ease 0s;
    -moz-transition: max-height 0.5s 0.4s ease 0s;
    -webkit-transition: max-height 0.5s 0.4s ease 0s;
  }
  .accordion-detail.accordion-closed,
  .accordion-detail.accordion-open {
    display: block;
  }
  .accordion-detail.accordion-closed {
    max-height: 0;
  }
  .accordion-detail.accordion-open {
    display: block !important;
    max-height: 20000px;
  }
}
.accordion {
  font-size: 16px;
  margin: 20px 0 30px 0 !important;
  overflow: hidden;
}
.accordion.list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.accordion__label {
  position: absolute;
  top: 50%;
  right: 64px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  border-radius: 3px;
  padding: 2px 5px;
  line-height: 1;
}
.accordion__item-heading {
  color: #444444;
  display: block;
  position: relative;
}
.accordion__item-heading [class^="icon-"] {
  content: "\e260" !important;
  font-family: 'Glyphicons Halflings';
  font-size: 34px;
  position: relative;
  top: 2px;
}
.accordion__item-heading > *:first-child {
  margin-top: 0px;
  padding-top: 0px;
}
.accordion__item-heading:focus {
  text-decoration: none;
  color: #fff;
}
.accordion__item-heading:hover,
.accordion__item-heading:active {
  color: #fff;
}
.accordion__item-heading.collapsed {
  color: #358a41;
  background-color: transparent;
  background-image: none;
}
.accordion__item-heading.collapsed [class^="icon-"]:before {
  content: "\e259" !important;
  font-family: 'Glyphicons Halflings';
}
.accordion__item-heading.collapsed .accordion__label {
  color: #444;
  border-color: #444;
}
.accordion__item-heading.collapsed:focus {
  text-decoration: none;
  color: #358a41;
}
.accordion__item-heading.collapsed:hover,
.accordion__item-heading.collapsed:active {
  text-decoration: none;
  color: #B1C655;
}
.accordion__item-body {
  padding: 20px;
}
.accordion__item-body > .info-block {
  padding: 0px;
}
.accordion__item-body .accordion__item-body .button {
  display: none;
}
@media only screen and (max-width: 720px) {
  .accordion {
    font-size: 14px;
  }
}
.accordion .panel-heading,
.accordion .accordion__item-heading {
  font-weight: 600;
  padding: 15px;
}
.accordion .panel-heading span[class^="icon-"],
.accordion .accordion__item-heading span[class^="icon-"] {
  margin-right: 0;
}
.accordion .panel-heading span[class^="icon-"]:before,
.accordion .accordion__item-heading span[class^="icon-"]:before {
  font-size: 18px;
}
.accordion .panel-heading .btn span[class^="icon-"]:before,
.accordion .accordion__item-heading .btn span[class^="icon-"]:before {
  font-size: 12px;
}
.accordion .panel-heading .glyphicon-menu-down,
.accordion .accordion__item-heading .glyphicon-menu-down {
  display: none;
}
.accordion .panel-heading .glyphicon-menu-up,
.accordion .accordion__item-heading .glyphicon-menu-up {
  display: inline-block;
}
.accordion .panel-heading.collapsed span[class^="icon-"]:before,
.accordion .accordion__item-heading.collapsed span[class^="icon-"]:before {
  content: "\e905";
}
.accordion .panel-heading.collapsed .glyphicon-menu-down,
.accordion .accordion__item-heading.collapsed .glyphicon-menu-down {
  display: inline-block;
}
.accordion .panel-heading.collapsed .glyphicon-menu-up,
.accordion .accordion__item-heading.collapsed .glyphicon-menu-up {
  display: none;
}
.accordion .panel-heading:active,
.accordion .accordion__item-heading:active,
.accordion .panel-heading:hover,
.accordion .accordion__item-heading:hover {
  text-decoration: none;
  color: #358a41;
}
.accordion .panel-heading:focus,
.accordion .accordion__item-heading:focus {
  text-decoration: none;
}
.accordion .accordion-body {
  position: relative;
}
.accordion--dates {
  border-top: 1px solid #D9D9D9;
  font-size: 14px;
}
@media only screen and (max-width: 720px) {
  .accordion--dates {
    text-align: center;
  }
}
.accordion--dates .panel:first-child {
  border-top: 0;
}
.accordion--dates .panel-heading {
  font-weight: 400;
  cursor: pointer;
}
.accordion--dates .panel-heading span[class^="icon-"] {
  top: 0;
}
.accordion--dates__status {
  color: #358a41;
}
@media only screen and (max-width: 991px) {
  .accordion--dates__status {
    margin-bottom: 20px;
  }
}
.accordion--dates__span {
  /*padding-top: 7px;*/
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .accordion--dates {
    font-size: 13px;
  }
  .accordion--dates__span {
    padding-top: 0;
  }
  .accordion--dates .panel-heading .btn {
    font-size: 13px;
    padding: 9px 20px;
  }
}
.accordion__secondary {
  padding-top: 1px;
}
.accordion__secondary .panel:last-child .panel-heading {
  border-bottom: 1px solid rgba(177, 198, 85, 0.45);
}
.accordion__secondary .panel-heading {
  border-top: 1px solid rgba(177, 198, 85, 0.45);
  color: #333;
  display: block;
  font-weight: 600;
  padding: 15px 40px 15px 20px;
  position: relative;
}
.accordion__secondary .panel-heading:before {
  content: " ";
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: 0px;
  width: 5px;
  left: -2px;
  top: 0;
  -webkit-transition: border-color;
  -o-transition: border-color;
  transition: border-color;
  transition: border-color 0.4s ease 0s;
  -o-transition: border-color 0.4s ease 0s;
  -ms-transition: border-color 0.4s ease 0s;
  -moz-transition: border-color 0.4s ease 0s;
  -webkit-transition: border-color 0.4s ease 0s;
}
.accordion__secondary .panel-heading span[class^="icon-"]:before {
  color: rgba(177, 198, 85, 0.45);
}
.accordion__secondary .accordion-body {
  padding: 20px;
}
.accordion__secondary .accordion-body:before {
  content: " ";
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: 0px;
  width: 5px;
  left: -2px;
}
.accordion__default li,
.booking .accordion li {
  list-style: none;
}
.accordion__default > li,
.booking .accordion > li,
.accordion__default .panel,
.booking .accordion .panel {
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.accordion__default > li:first-child,
.booking .accordion > li:first-child,
.accordion__default .panel:first-child,
.booking .accordion .panel:first-child {
  border-top: 1px solid #D9D9D9;
}
.accordion__default .panel-heading,
.booking .accordion .panel-heading,
.accordion__default .accordion__item-heading,
.booking .accordion .accordion__item-heading {
  color: #444;
  display: block;
  position: relative;
}
.accordion__default .panel-heading span[class^="icon-"],
.booking .accordion .panel-heading span[class^="icon-"],
.accordion__default .accordion__item-heading span[class^="icon-"],
.booking .accordion .accordion__item-heading span[class^="icon-"] {
  color: #B1C655;
  font-size: 12px;
  position: relative;
  top: 2px;
}
.accordion__default .panel-heading span[class^="icon-"]:before,
.booking .accordion .panel-heading span[class^="icon-"]:before,
.accordion__default .accordion__item-heading span[class^="icon-"]:before,
.booking .accordion .accordion__item-heading span[class^="icon-"]:before {
  top: 0;
}
.accordion__default .accordion-body,
.booking .accordion .accordion-body,
.accordion__default .accordion__item-body,
.booking .accordion .accordion__item-body {
  padding: 15px;
}
.accordion__default .accodion li,
.booking .accordion .accodion li {
  border: none;
}
@media only screen and (max-width: 720px) {
  .accordion__default .panel-heading,
  .booking .accordion .panel-heading,
  .accordion__default .accordion__item-heading,
  .booking .accordion .accordion__item-heading {
    padding: 15px;
  }
}
.booking .accordion .accordion__item-heading {
  background-color: #ecf1d5;
}
.booking .accordion .panel-collapse {
  display: block !important;
}
.breadcrumb-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  z-index: 100;
}
.breadcrumb-container--overlay {
  position: relative;
}
.breadcrumb-container--overlay:before {
  content: " ";
  left: 0;
  position: absolute;
  height: 150%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.breadcrumb-container--overlay .breadcrumb {
  padding: 10px 0;
  position: relative;
  z-index: 5;
}
.breadcrumb-container--overlay .breadcrumb a,
.breadcrumb-container--overlay .breadcrumb span {
  color: #FFF;
}
.breadcrumb-container--white {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.breadcrumb-container--white:before {
  content: " ";
  left: 0;
  position: absolute;
  height: 150%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.breadcrumb-container--white .breadcrumb {
  position: relative;
  z-index: 5;
}
.breadcrumb-container--white .breadcrumb a {
  color: #358a41;
}
.breadcrumb-container--white .breadcrumb span {
  color: #444;
}
.breadcrumb-container a:hover {
  text-decoration: none;
}
.breadcrumb-container a.pathway:hover {
  text-decoration: underline;
}
.breadcrumb-container a .icon-house {
  transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
}
.breadcrumb-container a .icon-house:hover {
  opacity: 0.6;
}
.breadcrumb-container--default {
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
}
.breadcrumb {
  font-size: 12px;
  padding: 8px 0;
  list-style: none;
  background-color: transparent;
  border-radius: 2px;
  margin-bottom: 0;
}
.breadcrumb > li {
  line-height: 50px;
  display: inline-block;
  position: relative;
  margin-top: 0px;
}
.breadcrumb > li + li {
  padding-left: 0px;
  margin-left: 0px;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #358a41;
}
.breadcrumb > .active {
  color: #D9D9D9;
}
.breadcrumb .glyphicon-triangle-right {
  font-size: 10px;
  padding: 0 10px;
}
/**
 * @package			Joomla.Site
 * @subpackage		Modules - mod_jbcookies
 * 
 * @author			JoomBall! Project
 * @link			http://www.joomball.com
 * @copyright		Copyright © 2011-2014 JoomBall! Project. All Rights Reserved.
 * @license			GNU/GPL, http://www.gnu.org/licenses/gpl-3.0.html
 */
.jb.cookie {
  position: fixed!important;
  z-index: 999;
  width: 100%!important;
  height: auto;
  text-align: center;
  display: none;
  box-shadow: 0 0 40px #444;
  padding: 10px 0;
  left: 0;
  right: 0;
  float: none!important;
  text-shadow: none;
  border-radius: 0!important;
  margin: 0 auto!important;
}
.jb.cookie.top {
  top: 0px;
}
.jb.cookie.bottom {
  bottom: 0px;
}
.jb.cookie div.cookie-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: absolute;
  z-index: -1;
}
.jb.cookie-bg.black {
  background-color: black;
}
.jb.cookie-bg.white {
  background-color: white;
}
.jb.black {
  color: white;
}
/* MODAL */
#jbcookies .modal-body {
  max-height: 400px !important;
}
.quick-search {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 100;
}
@media only screen and (max-width: 720px) {
  .quick-search {
    background-color: #DDD;
    padding-top: 30px;
    position: relative;
  }
}
.quick-search .container {
  max-width: 1100px;
  position: relative;
}
@media only screen and (min-width: 1281px) {
  .quick-search .container {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 1400px) {
  .quick-search .container {
    max-width: 1200px;
  }
}
.quick-search h3,
.quick-search h3 {
  color: #FFF;
  font: 600 32px "Oswald", sans-serif;
  padding: 0 0 30px 0;
  text-shadow: 1px 1px 5px #000;
  text-transform: uppercase;
}
.quick-search .quick-search__form {
  width: auto;
  padding: 0 0 45px 0;
}
.quick-search .quick-search__form ul {
  margin: 0;
  padding: 0;
}
.quick-search .quick-search__form ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 55px;
}
.quick-search .quick-search__form ul li:first-child {
  padding-left: 0;
}
.quick-search .quick-search__form .datepicker {
  position: relative;
}
.quick-search .quick-search__form .datepicker .form-control {
  border-radius: 0;
  box-shadow: none;
  height: 46px;
  font-size: 18px;
  color: #2d2d2d;
  position: relative;
  padding-right: 60px;
}
.quick-search .quick-search__form .datepicker:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 46px;
  background: url(../images/calendar-icon.jpg) 0 0 no-repeat;
}
@media only screen and (max-width: 720px) {
  .quick-search .quick-search__form {
    padding: 0 0 30px 0;
  }
}
.quick-search label {
  position: relative;
  display: inline-block;
  font-weight: 400;
  width: 100%;
}
.quick-search label:after {
  content: '';
  position: absolute;
  width: 53px;
  color: #999;
  font-weight: bold;
  font-size: 16px;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 2;
  background: url(../images/select-arrow.jpg) 0 0 no-repeat;
  height: 39px;
}
.quick-search label:before {
  content: '';
  right: 0;
  top: 0;
  width: 55px;
  height: 46px;
  background: #358a41;
  position: absolute;
  pointer-events: none;
  display: block;
  z-index: 1;
}
.quick-search label select {
  position: relative;
  width: 330px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  color: #358a41;
  border: none;
  outline: none;
  font-size: 18px;
  padding: 10px 9px;
  margin: 0;
  cursor: pointer;
  height: 46px;
}
@media (max-width: 1500px) {
  .quick-search label select {
    width: 300px;
    font-size: 14px;
  }
  .quick-search .search-form ul li {
    padding: 0 0 0 25px;
  }
  .quick-search .search-form .datepicker .form-control {
    font-size: 14px;
  }
}
@media (max-width: 1380px) {
  .quick-search label select {
    width: 100%;
    padding-right: 64px;
    max-width: 230px;
  }
  .quick-search .search-form ul {
    text-align: center;
  }
  .quick-search .search-form ul li {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 1240px) {
  .quick-search .search-form .btn {
    font-size: 16px;
  }
  .quick-search h3 {
    font-size: 25px;
  }
  .quick-search h3:before,
  .quick-search h3:after {
    width: 38%;
    top: 22px;
  }
}
@media (max-width: 1120px) {
  .quick-search label select {
    max-width: 200px;
  }
  .quick-search h3:before {
    width: 30%;
  }
  .quick-search h3:after {
    width: 30%;
  }
  .quick-search h3 {
    font-size: 28px;
  }
  .quick-search .search-form .btn {
    width: 80px;
    font-size: 14px;
  }
  .quick-search .search-form ul li {
    padding: 0 0 0 5px;
  }
  .quick-search h3,
  .quick-search .search-form {
    padding-bottom: 20px;
  }
}
.rating {
  background: url(../images/grade-grey.png) space left bottom transparent;
  display: block;
  height: 32px;
  overflow: hidden;
  position: relative;
  text-indent: -9999;
  width: 189px;
}
.rating__amount {
  background: url(../images/grade-dark.png) space left bottom transparent;
  display: block;
  height: 32px;
  left: 0;
  position: absolute;
  top: 0;
  width: 32px;
  text-indent: -9999px;
}
.rating--small {
  display: inline-block;
  background-size: auto 100%;
  height: 16px;
  width: 95px;
}
.rating--small .rating__amount {
  display: inline-block;
  background-size: auto 100%;
  height: 16px;
  width: 16px;
}
.rating--star {
  background: url(../images/grade-grey.png) space left bottom transparent;
}
.rating--star .rating__amount {
  background: url(../images/grade-dark.png) space left bottom transparent;
}
table {
  background-color: transparent;
}
th {
  text-align: left;
  text-transform: uppercase;
}
.table {
  width: 100%;
  max-width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > td {
  font-size: 16px;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
.table > thead > tr > th {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: transparent;
}
.table .btn {
  font-size: 13px;
}
.table--bookings tbody tr {
  line-height: normal;
}
.table--bookings h2 {
  color: #B1C655;
  margin: 0px;
  font-size: 20px;
}
.table--bookings .product-item__attributes {
  margin-top: 5px;
}
.table--bookings td {
  padding: 15px 0px 15px 10px;
}
@media only screen and (max-width: 720px) {
  .table--bookings td {
    padding: 15px;
    display: block;
  }
}
.table--bookings td.date {
  vertical-align: top;
  padding-right: 10px;
  text-align: right;
}
@media only screen and (max-width: 720px) {
  .table--bookings td.date {
    text-align: left;
    padding-top: 0;
  }
}
.table-secondary > tbody > tr:nth-child(odd) > td,
.table-secondary > tbody > tr:nth-child(odd) > th {
  background-color: #f6f9ec;
  color: #333;
}
.table-secondary tbody td {
  border-bottom: 1px solid #d7e2a8;
}
.table-secondary .btn {
  float: right;
  padding: 7px 18px;
}
.table-secondary .price-year td {
  background-color: transparent;
  font-size: 16px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.table-secondary .icon-info,
.table-secondary .icon-file-pdf-o {
  color: #358a41;
  font-size: 17px;
}
.table-secondary .icon-info {
  cursor: default;
  font-size: 18px;
  margin-right: 30px;
}
.table-secondary .icon-pin,
.table-secondary .icon-pin-outline {
  color: #B1C655;
  float: right;
  font-size: 28px;
  margin-right: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 720px) {
  .table--price > tbody > tr {
    display: block;
    padding: 5px 0;
  }
  .table--price > tbody > tr > td.price-cell-mobile {
    border-bottom: none;
    display: block;
  }
  .table--price > tbody > tr > td.price-col {
    padding: 0 8px;
  }
  .table--price > tbody > tr > td.date-col {
    padding-bottom: 0;
  }
  .table--price .btn {
    float: none;
    font-size: 16px;
    padding: 10px 18px;
    width: 100%;
  }
}
@media only screen and (min-width: 721px) {
  .table--price .date-col.price-cell-mobile {
    display: none;
  }
}
.row-highlight {
  background-color: #f6f9ec;
  font-weight: 700;
}
.table-summary {
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 18px;
}
.table-summary .price-col {
  color: #358a41;
  font-weight: 700;
  text-align: right;
}
.table--pricing-explained {
  margin: 10px 0 20px;
}
.table--prices tbody tr td.table--prices__title {
  font-weight: 600;
  border-bottom: none;
}
.table--prices > thead > tr > th {
  padding: 15px 8px;
  font-size: 12px;
}
@media only screen and (max-width: 720px) {
  .table--prices > tbody {
    border: none;
  }
  .table--prices > tbody > tr {
    display: block;
    overflow: hidden;
    padding: 0 5px;
  }
  .table--prices > tbody > tr > td {
    border: none;
    display: block;
    line-height: 115%;
    font-size: 16px;
    padding: 15px 0;
  }
  .table--prices .price-col {
    float: left;
    padding: 10px 0 0;
    text-align: center;
    width: 100%;
    margin-bottom: 4px;
  }
  .table--prices .price-col span {
    float: right;
  }
  .table--prices .price-col span:first-child {
    font-weight: 600;
    float: left;
  }
  .table--prices .button-col {
    clear: both;
    padding-top: 5px;
  }
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-hidden-border {
  outline: 1px solid #fff;
  outline-offset: -1px;
}
.table-striped > tbody > tr > td,
.table-striped > tbody > tr > th {
  border-bottom: none;
  padding: 10px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #FFF;
  color: #333;
}
.table-striped:hover {
  color: #333;
}
.table-hover .hover-add {
  border: none;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  transition: opacity 0.5s 0.4s ease 0s;
  -o-transition: opacity 0.5s 0.4s ease 0s;
  -ms-transition: opacity 0.5s 0.4s ease 0s;
  -moz-transition: opacity 0.5s 0.4s ease 0s;
  -webkit-transition: opacity 0.5s 0.4s ease 0s;
}
.table-hover .hover-add a {
  display: block;
  padding: 13px;
  text-align: center;
  width: 100%;
}
.table-hover > tbody > tr:hover {
  position: relative;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover .hover-add {
  background-color: rgba(51, 51, 51, 0.3);
  opacity: 1;
}
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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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: 720px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.grid table tbody tr td {
  height: 90px;
  width: 33%;
  text-align: center;
  vertical-align: top;
  padding-bottom: 0px;
}
.grid table tbody tr td span[class^="icon-"] {
  font-size: 42px;
  color: #358a41;
}
.grid table tbody tr td p {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
}
.leaflet-popup-content {
  font-family: "Open Sans", sans-serif;
}
.leaflet-popup-content .popup-content {
  padding: 25px;
}
.leaflet-popup-content .popup-content p {
  line-height: 22px;
  margin: 0px;
}
.leaflet-popup-content .popup-content p span {
  display: block;
}
.leaflet-popup-content .popup-content a {
  display: block;
  margin-top: 25px;
  font-size: 14px;
}
.leaflet-popup-content .popup-contact {
  padding: 25px;
}
.leaflet-popup-content .popup-contact a {
  font-size: 24px;
  display: block;
  text-align: center;
  width: 100%;
}
.google-map {
  border: 5px solid #5da167;
  margin: 30px 0;
  padding: 15px;
  text-align: center;
}
.google-map li {
  display: inline;
  margin: 0 10px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  padding-left: 32px;
  position: relative;
}
.google-map li span {
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
}
.google-map__key-container {
  display: none;
}
@media only screen and (max-width: 720px) {
  .google-map {
    text-align: left;
  }
  .google-map li {
    display: block;
  }
}
.map-no-scroll iframe {
  display: block;
  pointer-events: none;
  position: relative;
}
.map-no-scroll iframe.clicked {
  pointer-events: auto;
}
.map-container {
  margin-bottom: 30px;
}
.map-container .key-container {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
}
.map-container__holiday {
  height: 400px;
  width: 100%;
}
.key-container ul {
  margin: 0;
  overflow: hidden;
  padding: 10px;
}
.key-container ul li {
  position: relative;
  font-family: 'Oswald';
  font-size: 14px;
  line-height: 2;
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  float: left;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  margin-left: 25px;
}
.key-container ul li.marker {
  filter: grayscale(100%) brightness(10);
}
.key-container ul li:first-child {
  margin-left: 0px;
}
.key-container ul li.plane {
  filter: none;
}
.key-container ul li span {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0px;
  width: 20px;
  height: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
}
@media only screen and (max-width: 720px) {
  .key-container ul {
    max-width: calc(100vw - 60px);
  }
  .key-container ul li {
    font-size: 12px;
  }
}
.leaflet-bottom {
  top: 0;
}
.leaflet-top {
  top: 20px;
}
.map .label {
  color: black;
  font-size: 14px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal iframe {
  height: 500px;
  width: 100%;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1041;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  border-bottom: 1px solid #e5e5e5;
  color: #358a41;
  padding: 20px 20px 15px;
  min-height: 16.42857143px;
}
.modal-header [class^="icon-"],
.modal-header [class*=" icon-"] {
  color: #B1C655;
  font-size: 18px;
  font-weight: 500;
  margin-right: 5px;
}
.modal-header .icon-pictures {
  font-size: 22px;
}
.modal-header h3 {
  margin-bottom: 0;
  margin-right: 20px;
}
.modal-header .close {
  opacity: 0.7;
  position: absolute;
  top: 15px;
  right: 20px;
}
.modal-header .close:focus {
  opacity: 1;
}
.modal-title {
  font-size: 24px;
  margin: 0;
  line-height: 1.42857143;
}
.modal-title > span[class^="icon-"] {
  margin-right: 10px;
  color: #B1C655;
}
.modal-body {
  position: relative;
  padding: 15px 20px;
}
.modal-footer {
  padding: 15px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media only screen and (max-width: 720px) {
  .modal-footer .btn {
    display: block;
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 721px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 980px;
  }
}
.mysale .holiday-details__attribute span {
  color: #358a41;
  padding-left: 10px;
}
.mysale * + .section-heading__title,
.mysale table {
  margin-top: 30px;
  max-width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 720px) {
  .mysale .table--feature thead {
    display: none;
  }
  .mysale .table--feature td {
    display: block;
    text-align: right;
  }
  .mysale .table--feature td:before {
    float: left;
    line-height: 1.1;
    margin-top: 17px;
    font-family: "freight-sans-compressed-pro";
    text-transform: uppercase;
    font-size: 18px;
  }
  .mysale .table--feature__date::before {
    content: "Date";
  }
  .mysale .table--feature__payment-method::before {
    content: "Type";
  }
  .mysale .table--feature__amount::before {
    content: "Amount";
  }
  .mysale .table--feature__balance::before {
    content: "Balance";
  }
}
.mysale .holiday-hero {
  height: 400px;
}
.login .control-group + .control-group {
  margin-top: 20px;
}
.holiday-body__content {
  padding-top: 45px;
  padding-right: 45px;
  padding-bottom: 45px;
}
.holiday-body__content .accordion__item-body {
  padding: 0px;
}
.holiday-body__content .accordion__item-body .accordion__item-body {
  padding: 20px;
}
.holiday-body__content .accordion__item-body .accordion__item-body ul + p {
  margin-top: 20px;
}
.holiday-body__content .accordion__item-body > *:first-child {
  margin-top: 0px;
}
.holiday-body__content .accordion__item-body .table--featured + * {
  margin-top: 45px;
}
.holiday-body__content .accordion__item-body .table--featured + p {
  margin-top: 20px;
}
.holiday-body__content .accordion__secondary + .accordion__secondary {
  margin-top: -1px;
}
.holiday-body__content .panel-collapse > .accordion__item-body > p:first-child {
  font-size: 20px;
}
.holiday-body__content p + .accordion__secondary {
  margin-top: 30px;
}
.holiday-body + .gallery {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #D9D9D9;
  border-bottom: 10px solid #358a41;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 720px), only screen and (min-width: 721px) and (max-width: 991px) {
  .holiday-body__content {
    padding-right: 15px;
  }
  .holiday-body__content .accordion__item-body {
    padding: 20px;
  }
  .holiday-body__content #holiday-tabs > .accordion__item-heading {
    border-top: 1px solid #D9D9D9;
  }
  .holiday-body__content #holiday-tabs > .accordion__item-heading.collapsed {
    border-bottom: 1px solid #D9D9D9;
  }
  .holiday-body__content #holiday-tabs > .accordion__item-heading:first-child ~ .accordion__item-heading {
    margin-top: -1px;
  }
  .holiday-body__content #holiday-tabs > .panel-collapse.collapsing,
  .holiday-body__content #holiday-tabs > .panel-collapse.collapse.in {
    border-bottom: 1px solid #D9D9D9;
  }
}
@media only screen and (max-width: 720px) {
  .holiday-body__content {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.carousel {
  position: relative;
}
.carousel__holiday-card {
  overflow: hidden;
}
.carousel__holiday-card a[class*="carousel-"] {
  top: 60%;
}
.carousel__holiday-card .item {
  min-height: 330px;
  padding: 2px 0;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  width: 100%;
  max-width: 100%;
  min-height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left 0.4s ease 0s;
  -o-transition: 0.6s ease-in-out left 0.4s ease 0s;
  -ms-transition: 0.6s ease-in-out left 0.4s ease 0s;
  -moz-transition: 0.6s ease-in-out left 0.4s ease 0s;
  -webkit-transition: 0.6s ease-in-out left 0.4s ease 0s;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .carousel-inner > .item {
    min-height: 360px;
  }
}
@media only screen and (max-width: 720px) {
  .carousel-inner > .item {
    min-height: 270px;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.slider-link:hover,
.slider-link:focus,
.slider-link:visited {
  text-decoration: none;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control.left {
  left: 0;
}
.carousel-control.right {
  right: 0;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-control.slick-large-arrow {
  opacity: 1;
}
.carousel-control.slick-large-arrow.left {
  text-align: left;
}
.carousel-control.slick-large-arrow.right {
  text-align: right;
}
.full-width.carousel {
  overflow: hidden;
}
.full-width.carousel .item img {
  width: 100%;
}
.full-width.carousel .item-title {
  font-family: "freight-sans-compressed-pro";
  font-size: 135px;
  line-height: 100px;
  text-transform: uppercase;
  color: #fff;
  font-style: italic;
  font-weight: 600;
  text-indent: -45px;
  margin-left: 45px;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
}
.full-width.carousel .item-title:first-line {
  text-indent: 45px;
}
.carousel-indicators-container {
  position: absolute;
  bottom: 10px;
  left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators {
  float: right;
  position: relative;
  z-index: 30;
}
.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 11px;
  margin: 1px 1px 1px 10px;
  text-indent: -999px;
  width: 11px;
}
.carousel-indicators .active {
  margin: 1px 1px 1px 10px;
  width: 11px;
  height: 11px;
  background-color: #fff;
  border: 1px solid #fff;
}
.carousel-caption-container {
  position: absolute;
  width: 100%;
  bottom: 25%;
  z-index: 4;
}
.carousel-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media only screen and (max-width: 720px) {
  .mobile-carousel.carousel {
    overflow: hidden;
  }
  .mobile-carousel.carousel .item {
    min-height: 250px;
    overflow: hidden;
    position: relative;
  }
  .mobile-carousel.carousel .item:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  .mobile-carousel.carousel .item img {
    width: 100%;
  }
  .carousel-caption {
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
  .full-width.carousel .item-title {
    font-size: 28px;
    margin: 0;
    text-align: left;
    width: 80%;
  }
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel__timeline {
  overflow: hidden;
}
.carousel__timeline .carousel-inner > .item {
  max-height: 675px;
}
.carousel__timeline .carousel-control {
  z-index: 11;
}
@media only screen and (max-width: 520px) {
  .mobile-carousel.carousel .item img {
    height: 100%;
    margin-left: -25%;
    max-width: 165%;
    width: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px), only screen and (min-width: 721px) and (max-width: 991px) {
  .full-width.carousel .item-title {
    font-size: 68px;
  }
}
@media screen and (min-width: 721px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-indicators-container {
    bottom: 30px;
  }
}
#k2-carousel {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  #featuredItemsList > .item {
    max-height: none;
  }
  #featuredItemsList .item:first-child {
    display: block;
  }
}
.carousel-controls .carousel-pager,
.carousel-controls .carousel-pager {
  background-image: none;
  opacity: 1;
}
.carousel-controls .carousel-prev {
  left: -2px;
}
.carousel-controls .carousel-next {
  right: -2px;
}
.carousel-controls .carousel-pager {
  background-color: #B1C655;
  border-radius: 2px;
  color: #FFF;
  font-size: 25px;
  padding: 30px 10px;
  position: absolute;
  top: 38%;
  z-index: 1;
  transition: background-color 0.4s ease 0s;
  -o-transition: background-color 0.4s ease 0s;
  -ms-transition: background-color 0.4s ease 0s;
  -moz-transition: background-color 0.4s ease 0s;
  -webkit-transition: background-color 0.4s ease 0s;
}
.carousel-controls .carousel-pager:active,
.carousel-controls .carousel-pager:focus,
.carousel-controls .carousel-pager:hover {
  text-decoration: none;
  background-color: #358a41;
}
@media only screen and (max-width: 720px) {
  .carousel-controls {
    display: block;
  }
  .carousel-controls .carousel-pager,
  .carousel-controls .carousel-pager {
    bottom: 0;
  }
  .carousel-controls .carousel-prev {
    left: 15px;
  }
  .carousel-controls .carousel-next {
    right: 15px;
  }
  .carousel-controls .carousel-pager {
    background-color: transparent;
    border: 2px solid #B1C655;
    border-radius: 2px;
    bottom: 38px;
    color: #B1C655;
    font-size: 20px;
    padding: 2px 5px;
    position: absolute;
    top: auto;
    z-index: 8;
  }
  .carousel-controls .carousel-pager:active,
  .carousel-controls .carousel-pager:focus,
  .carousel-controls .carousel-pager:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #B1C655;
  }
  .carousel-controls .carousel-pager {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .carousel-controls {
    margin: 15px 0px;
    top: -20px;
  }
}
.carousel-controls--compact .carousel-prev {
  left: 50%;
  margin-left: 20px;
}
.carousel-controls--compact .carousel-next {
  right: 35px;
}
.carousel-controls--compact .carousel-pager {
  background-color: transparent;
  border: 2px solid #B1C655;
  border-radius: 2px;
  bottom: 20px;
  color: #B1C655;
  font-size: 16px;
  padding: 2px 5px;
  position: absolute;
  top: auto;
  z-index: 8;
}
.carousel-controls--compact .carousel-pager:active,
.carousel-controls--compact .carousel-pager:focus,
.carousel-controls--compact .carousel-pager:hover {
  text-decoration: none;
  background-color: #B1C655;
  color: #FFF;
}
@media only screen and (max-width: 720px) {
  .carousel-controls--compact {
    position: relative;
  }
  .carousel-controls--compact .carousel-prev {
    left: 10px;
    margin-left: 0;
  }
  .carousel-controls--compact .carousel-next {
    right: 10px;
  }
  .carousel-controls--compact .carousel-pager {
    bottom: 40px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .carousel-controls--compact {
    margin: 15px 0px;
    top: -20px;
  }
}
.page-count {
  display: none;
}
.slick-slide {
  padding: 0 15px;
}
.slick-slide img {
  width: 100%;
}
.sidebar .slick-slide {
  padding: 0;
}
@media only screen and (max-width: 720px) {
  .editor ul.slick-dots {
    margin-left: 0;
  }
}
.slick-dots {
  margin: 10px 0 0;
  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 {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  color: #333;
  opacity: 1;
}
.slick-dots li button:before {
  color: #C8C8C8;
  content: '•';
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  height: 20px;
  left: 0;
  opacity: 0.75;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #333;
  opacity: 1;
}
@media only screen and (max-width: 720px) {
  .slick-dots {
    bottom: 0px;
    top: auto;
  }
}
@media only screen and (max-width: 720px) {
  .slick-slider {
    padding-bottom: 30px;
  }
}
.slick__light .slick-dots li button:hover:before,
.slick__light .slick-dots li button:focus:before {
  color: #FFF;
}
.slick__light .slick-dots li.slick-active button:before {
  color: #FFF;
  opacity: 1;
}
.slick--compact {
  position: relative;
}
.slick--compact .slick-slide {
  padding: 0;
}
.slick--compact .carousel-controls {
  position: absolute;
  top: 0;
  right: 0;
}
.slick--compact .carousel-controls .carousel-pager {
  background-color: transparent;
  color: #B1C655;
  display: inline-block !important;
  line-height: 1;
  padding: 0;
  position: initial;
}
.slick--compact .carousel-controls .carousel-pager:hover {
  background-color: transparent;
  color: #358a41;
}
.slick-large {
  margin-top: -33px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 720px) {
  .slick-large .slick-list {
    margin-bottom: 0;
  }
}
.slick-large-item {
  padding: 0;
  position: relative;
}
.slick-item-bottom {
  bottom: 0px;
  padding: 30px 0 15px;
  position: absolute;
  width: 100%;
  z-index: 11;
}
.slick-item-bottom .container {
  z-index: 12;
}
.slick-item-bottom .more-link {
  float: right;
  font-size: 20px;
  font-weight: 600;
}
.slick-item-bottom .more-link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 720px) {
  .slick-item-bottom {
    padding: 30px 15px 15px;
  }
}
.slick-large-arrow {
  color: #FFF;
  cursor: pointer;
  font-size: 60px;
  margin-top: -30px;
  position: absolute;
  text-shadow: 0px 0px 10px #000;
  top: 50%;
  z-index: 11;
}
.slick-large-arrow:hover {
  color: rgba(255, 255, 255, 0.75);
}
.slick-large-arrow.left {
  left: 30px;
}
.slick-large-arrow.right {
  right: 30px;
}
.slick-large-arrow .icon-chevron-left,
.slick-large-arrow .icon-chevron-right,
.slick-large-arrow span {
  display: inline-block;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0 !important;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.share {
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 40px;
  padding: 10px;
  text-transform: uppercase;
}
.share__title {
  display: inline-block;
  position: relative;
  bottom: 2px;
  margin: 0px 30px 0 20px;
}
.share__item {
  display: inline-block;
  margin-left: 2px;
  color: #444;
  font-size: 20px;
  padding-top: 2px;
  padding-left: 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transition: 0.4s 0.4s ease 0s;
  -o-transition: 0.4s 0.4s ease 0s;
  -ms-transition: 0.4s 0.4s ease 0s;
  -moz-transition: 0.4s 0.4s ease 0s;
  -webkit-transition: 0.4s 0.4s ease 0s;
}
.share__item span {
  margin-right: 6px;
}
.share__item:hover,
.share__item:active,
.share__item:focus {
  text-decoration: none;
  color: #358a41;
}
@media only screen and (max-width: 991px) {
  .share {
    margin-top: 40px;
  }
}
.follow__icon {
  border: 1px solid #D9D9D9;
  background-color: #FFF;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 15px 10px 15px 0;
  padding-left: 15px;
  width: 50px;
  color: #666666;
  font-size: 18px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transition: 0.4s 0.4s ease 0s;
  -o-transition: 0.4s 0.4s ease 0s;
  -ms-transition: 0.4s 0.4s ease 0s;
  -moz-transition: 0.4s 0.4s ease 0s;
  -webkit-transition: 0.4s 0.4s ease 0s;
}
.follow__icon:hover,
.follow__icon:active,
.follow__icon:focus {
  border: 1px solid #358a41;
  color: #358a41;
  text-decoration: none;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  min-width: 300px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 400px;
  padding: 25px;
  color: #fff;
  text-align: left;
  background-color: #358a41;
  border-radius: 2px;
}
.tooltip-inner h4 {
  margin-bottom: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #358a41;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #358a41;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #358a41;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #358a41;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #358a41;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #358a41;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #358a41;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #358a41;
}
.ugc-item__rating {
  background: url(../images/grade-grey.png) space left bottom transparent;
  display: block;
  height: 32px;
  position: relative;
  width: 189px;
}
.ugc-item__rating__amount {
  background: url(../images/grade-dark.png) space left bottom transparent;
  display: block;
  height: 32px;
  left: 0;
  position: absolute;
  top: 0;
  width: 32px;
}
.ugc-item__content {
  padding: 0 35px;
  position: relative;
  text-align: justify;
}
.ugc-item__content:before {
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(../images/quote-left.png) 0 0 no-repeat;
  background-size: 100%;
  top: 0;
  left: -18px;
}
.ugc-item__content:after {
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(../images/quote-right.png) 0 0 no-repeat;
  background-size: 100%;
  bottom: -20px;
  right: -15px;
}
.ugc-item__title {
  color: #205327;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 20px 0;
}
.ugc-item p:last-of-type {
  margin-bottom: 0;
}
#reviews .ugc-item__location {
  display: none;
}
#reviews .pagination {
  display: none;
}
.video-container {
  max-height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  /*&:before {
	    // background-color: fade(@black, 50%);
	    .horizontalGradient(fade(#000, 15%), fade(@gray, 1%));
	    content: '';
	    height: 100%;
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 50%;
	    z-index: 3;
  	}*/
}
@media only screen and (min-width: 721px) {
  .video-container {
    max-height: 75vh;
  }
}
.video-container .video-item video {
  height: auto;
  min-height: 500px;
  min-width: 100%;
  width: auto;
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
}
.video-popup {
  background-position: center top;
  background-size: cover;
  color: #FFF;
  padding: 50px 15px 100px;
  position: relative;
  text-align: center;
}
.video-popup a {
  color: #FFF;
}
.video-popup__title {
  font-family: 'DINPro';
  font-size: 21px;
  margin-bottom: 40px;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
}
.modal-video iframe,
.video-modal iframe {
  height: 528px;
  width: 100%;
}
.video-image {
  display: block;
  position: relative;
}
.video-image .glyphicon,
.video-image .fab {
  color: #FF0000;
  font-size: 60px;
  margin-left: -30px;
  margin-top: -25px;
  left: 50%;
  position: absolute;
  text-shadow: 0 0 10px #FFF;
  top: 50%;
}
/*K2 static */
.static-pages h3,
.advanced-template h3 {
  margin-bottom: 15px;
}
.static-pages h3.item__subtitle,
.advanced-template h3.item__subtitle {
  margin-bottom: 30px;
}
.static-pages img,
.advanced-template img {
  width: 100%;
}
.static-pages img + .image-caption-text,
.advanced-template img + .image-caption-text {
  margin-top: 15px;
}
.static-pages .item-title,
.advanced-template .item-title {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.static-pages .item-title p,
.advanced-template .item-title p {
  font-size: 18px;
  margin-top: -10px;
  margin-bottom: 50px;
}
.static-pages .item-image .item-image-block,
.advanced-template .item-image .item-image-block {
  width: 100%;
  height: 496px;
}
.static-pages .item-image .item-image-block img,
.advanced-template .item-image .item-image-block img {
  width: auto !important;
  min-width: 100%;
  min-height: 100%;
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .static-pages .item-image .item-image-block,
  .advanced-template .item-image .item-image-block {
    height: 356px;
  }
  .static-pages .item-image .item-image-block img,
  .advanced-template .item-image .item-image-block img {
    transform: translateX(calc((100vw - 100%) / 2));
    -o-transform: translateX(calc((100vw - 100%) / 2));
    -ms-transform: translateX(calc((100vw - 100%) / 2));
    -moz-transform: translateX(calc((100vw - 100%) / 2));
    -webkit-transform: translateX(calc((100vw - 100%) / 2));
  }
}
@media only screen and (max-width: 720px) {
  .static-pages .item-image .item-image-block,
  .advanced-template .item-image .item-image-block {
    height: 276px;
  }
  .static-pages .item-image .item-image-block img,
  .advanced-template .item-image .item-image-block img {
    transform: translateX(calc((100vw - 100%) / 2));
    -o-transform: translateX(calc((100vw - 100%) / 2));
    -ms-transform: translateX(calc((100vw - 100%) / 2));
    -moz-transform: translateX(calc((100vw - 100%) / 2));
    -webkit-transform: translateX(calc((100vw - 100%) / 2));
  }
}
.static-pages .image-caption,
.advanced-template .image-caption {
  position: relative;
  top: -45px;
}
@media only screen and (max-width: 720px) {
  .static-pages .image-caption,
  .advanced-template .image-caption {
    top: -20px;
  }
}
.static-pages .image-caption-text,
.advanced-template .image-caption-text {
  font-size: 16px;
  line-height: 16px;
}
.static-pages .image-caption-text .icon-camera,
.advanced-template .image-caption-text .icon-camera {
  position: relative;
  top: 2px;
  font-size: 18px;
  color: #CCC;
  margin-right: 8px;
}
.static-pages .item-description,
.advanced-template .item-description {
  position: relative;
  padding: 30px 0px;
  margin: 0px;
  border: none;
  background-color: #fff;
  z-index: 50;
}
@media only screen and (max-width: 720px) {
  .static-pages .item-description,
  .advanced-template .item-description {
    padding: 30px 0px;
  }
  .static-pages .item-description > .container,
  .advanced-template .item-description > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.static-pages .black-block,
.advanced-template .black-block {
  position: relative;
  background-color: #333;
  padding: 45px 0px;
  z-index: 40;
}
.static-pages .black-block a,
.advanced-template .black-block a {
  color: #B1C655;
}
.static-pages .black-block table,
.advanced-template .black-block table {
  outline: 1px solid #000;
  outline-offset: -1px;
  margin: -1px;
}
.static-pages .black-block table td,
.advanced-template .black-block table td {
  padding: 5px 8px;
  border: 1px solid #CCC;
  background-color: #2d2d2d;
  width: 50%;
}
.static-pages .black-block .btn,
.advanced-template .black-block .btn {
  margin-top: 30px;
}
.static-pages .black-block .btn + .btn,
.advanced-template .black-block .btn + .btn {
  margin-left: 10px;
}
@media only screen and (max-width: 720px) {
  .static-pages .black-block table td,
  .advanced-template .black-block table td {
    display: block;
    width: auto;
  }
  .static-pages .black-block .pull-right,
  .advanced-template .black-block .pull-right {
    float: none !important;
  }
  .static-pages .black-block img,
  .advanced-template .black-block img {
    margin-top: 30px;
  }
}
.static-pages .image-block,
.advanced-template .image-block {
  position: relative;
  min-height: 795px;
  z-index: 20;
}
.static-pages .image-block .btn,
.advanced-template .image-block .btn {
  margin-top: 30px;
}
.static-pages .image-block img,
.advanced-template .image-block img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: -1;
}
.static-pages .image-block .image-caption-wrapper,
.advanced-template .image-block .image-caption-wrapper {
  margin-top: 60px;
}
.static-pages .image-block .image-caption-wrapper .image-caption-container,
.advanced-template .image-block .image-caption-wrapper .image-caption-container {
  display: inline-block;
  max-width: 100%;
  padding: 6px 13px 8px;
  background-color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .static-pages .image-block,
  .advanced-template .image-block {
    min-height: 575px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .static-pages .image-block,
  .advanced-template .image-block {
    min-height: 440px;
  }
}
@media only screen and (max-width: 720px) {
  .static-pages .image-block,
  .advanced-template .image-block {
    min-height: 0;
    background-color: #9ac5a0;
  }
  .static-pages .image-block img,
  .advanced-template .image-block img,
  .static-pages .image-block .image-caption-wrapper,
  .advanced-template .image-block .image-caption-wrapper {
    display: none;
  }
  .static-pages .image-block > .container,
  .advanced-template .image-block > .container {
    padding: 0px;
  }
}
.static-pages .white-block,
.advanced-template .white-block {
  position: relative;
  padding: 45px 0px;
  background-color: #fff;
  z-index: 30;
}
.static-pages .white-block p + h3,
.advanced-template .white-block p + h3 {
  margin-top: 30px;
}
@media only screen and (max-width: 720px) {
  .static-pages .white-block img,
  .advanced-template .white-block img {
    margin-top: 30px;
  }
}
.static-pages .related-items,
.advanced-template .related-items {
  position: relative;
  padding: 45px 0px;
  z-index: 10;
}
@media only screen and (max-width: 720px) {
  .static-pages .related-items,
  .advanced-template .related-items {
    display: none;
  }
}
.static-pages .member-block,
.advanced-template .member-block {
  margin-top: 30px;
}
.static-pages .member-block p,
.advanced-template .member-block p {
  margin-bottom: 30px;
}
.static-pages .member-block a,
.advanced-template .member-block a {
  display: block;
  color: #B1C655;
  margin-top: 10px;
}
.static-pages .member-block a:first-child,
.advanced-template .member-block a:first-child {
  margin-top: 0px;
}
.static-pages .member-block img,
.advanced-template .member-block img {
  max-width: 140px;
}
.static-pages .team-members .member-block,
.advanced-template .team-members .member-block {
  height: 382px;
}
@media only screen and (max-width: 720px) {
  .static-pages .team-members .member-block,
  .advanced-template .team-members .member-block {
    height: auto;
  }
}
.static-pages .team-members img,
.advanced-template .team-members img {
  display: block;
  width: 100%;
  max-height: 162px;
  margin-top: 0px;
}
.static-pages .team-members h5,
.advanced-template .team-members h5 {
  margin-top: 25px;
}
.cadre_alert_cookies {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.news-item h2,
.news-item h3,
.news-item h4,
.news-item h5 {
  margin: 20px 0 10px;
}
.component-view {
  background: transparent;
}
.component-view .hero-heading,
.component-view .breadcrumb-container {
  display: none;
}
.reset-link-1 {
  display: none;
}
.trip-search .reset-link-1 {
  display: inline-block;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
.header-wrapper {
  background-color: #FFF;
  border-bottom: 5px solid #358a41;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 200;
}
.header-wrapper:after {
  display: block;
  content: '';
  clear: both;
}
.header-wrapper .container {
  position: relative;
}
.header-wrapper .header-indent {
  /*position: absolute;
		width: 100%;
		top: 0;
		z-index: 200;*/
}
.header-wrapper .logo {
  padding-top: 23px;
  padding-bottom: 20px;
  width: auto;
}
.header-wrapper .logo img {
  max-width: 250px;
  height: auto;
}
.header-wrapper .logo span {
  color: #358a41;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .header-wrapper .logo span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 991px) {
  .header-wrapper .logo {
    padding-bottom: 15px;
  }
  .header-wrapper .logo img {
    width: 175px;
  }
  .header-wrapper .logo span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .header-wrapper .logo {
    padding-bottom: 20px;
  }
  .header-wrapper .logo img {
    width: 216px;
    max-width: inherit;
  }
  .header-wrapper .logo span {
    font-size: 16px;
  }
}
.header-wrapper .top-links {
  width: auto;
  min-height: 84px;
}
.header-wrapper .top-links ul {
  width: 100%;
  text-align: right;
  padding: 28px 0 0 0;
}
.header-wrapper .top-links ul li {
  display: inline-block;
  vertical-align: middle;
  font: 400 16px/120% "Open Sans", sans-serif;
  color: #333;
  padding: 0 0 0 64px;
}
.header-wrapper .top-links ul li a {
  color: #333;
  text-decoration: none;
}
.header-wrapper .top-links ul li strong {
  font-weight: 700;
  font-size: 24px;
}
.header-wrapper .main-menu {
  width: auto;
  padding: 15px 0 0 0;
}
.header-wrapper .main-menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
}
.header-wrapper .main-menu ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  font: 500 22px/40px "Oswald", sans-serif;
  color: #358a41;
  text-transform: uppercase;
  padding: 0 0 0 45px;
}
.header-wrapper .main-menu ul li a {
  color: #0E5D4C;
}
@media only screen and (max-width: 720px) {
  .header-wrapper .main-menu ul li a {
    color: #FFF;
  }
}
@media only screen and (min-width: 721px) {
  .header-wrapper .main-menu ul li:first-child,
  .header-wrapper .main-menu ul li.item-110 {
    padding: 0;
  }
}
.top-banner {
  /*background: url(../images/top-banner.jpg) 0 0 no-repeat;
	background-size: cover;*/
  position: relative;
  margin-top: 174px;
  z-index: 100;
}
.top-banner img {
  width: 100%;
  height: auto;
}
.footer-wrapper {
  border-top: 5px solid #358a41;
  width: auto;
}
.footer-wrapper .footer-indent {
  width: 100%;
}
.footer-wrapper .footer-indent .footer-col {
  padding: 50px 0;
}
.footer-wrapper .footer-indent .footer-col h4 {
  font: 600 18px "Oswald", sans-serif;
  color: #358a41;
  margin: 0;
  padding: 0 0 28px 0;
  text-transform: uppercase;
}
.footer-wrapper .footer-indent .footer-contact {
  width: auto;
}
.footer-wrapper .footer-indent .footer-contact ul {
  margin: 0;
  padding: 0;
}
.footer-wrapper .footer-indent .footer-contact ul li {
  list-style: none;
  padding: 0 0 22px 0;
}
.footer-wrapper .footer-indent .footer-contact ul li a {
  color: #333;
}
.footer-wrapper .footer-indent .footer-contact ul li i {
  color: #4a4a4a;
  font-size: 18px;
  margin-right: 15px;
}
.footer-wrapper .footer-indent .footer-contact .social-icons {
  padding: 10px 0 10px 0;
}
.footer-wrapper .footer-indent .footer-contact .social-icons li {
  list-style: none;
  display: inline-block;
  padding: 0 35px 0 0;
}
.footer-wrapper .footer-indent .footer-contact .social-icons li i {
  font-size: 22px;
}
.footer-wrapper .footer-indent .footer-links {
  width: auto;
}
.footer-wrapper .footer-indent .footer-links ul {
  margin: 0;
  padding: 0;
}
.footer-wrapper .footer-indent .footer-links ul li {
  list-style: none;
  padding: 0 0 25px 0;
}
.footer-wrapper .footer-indent .footer-links ul li a {
  color: #333;
}
.footer-wrapper .footer-indent .footer-links ul li i {
  color: #4a4a4a;
  font-size: 18px;
  margin-right: 15px;
}
.footer-wrapper .footer-indent .newsletter-col p {
  color: #333;
  margin: 0;
  padding: 0 0 20px 0;
}
.footer-wrapper .footer-indent .newsletter-col .input-wrapper {
  background: #2d2d2d;
  min-height: 62px;
  border-radius: 3px;
  padding: 12px;
  margin-bottom: 25px;
}
.footer-wrapper .footer-indent .newsletter-col .input-wrapper:first-child {
  margin-bottom: 10px;
}
.footer-wrapper .footer-indent .newsletter-col .input-wrapper input {
  background: none;
  box-shadow: none;
  border: 0;
  font-size: 18px;
  letter-spacing: 1px;
  height: 40px;
  padding: 10px;
}
.footer-wrapper .footer-indent .newsletter-col .btn-submit {
  background: #B1C655;
  border: 0;
  font: 600 14px "Oswald", sans-serif;
  color: #333;
  padding: 12px 25px;
  text-shadow: none;
  text-transform: uppercase;
}
.footer-wrapper .copyright {
  width: auto;
  background: #063e24;
  padding: 30px 0;
}
.footer-wrapper .copyright .copyright-text {
  font-size: 14px;
  color: #FFF;
}
.footer-wrapper .copyright .copyright-text strong {
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
}
.footer-wrapper .copyright .align-right {
  text-align: right;
}
.footer-wrapper .copyright .align-right a {
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
}
.footer-address span {
  display: inline-block;
  width: 90%;
}
.footer-address .fas {
  display: inline-block;
  vertical-align: top;
}
.footer-col-1 a {
  margin-left: 20px;
}
.footer-col-1 a:first-child {
  margin-left: 0;
}
.footer-col-1 img {
  height: 90px;
}
.footer-col-1 img.small {
  height: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .footer-col-1 img {
    max-height: 75px;
  }
  .footer-col-1 img.small {
    height: 33px;
  }
}
.container {
  width: auto;
  max-width: 1400px;
  margin: 0 auto;
}
.green-section {
  background: #358a41;
  position: relative;
  z-index: 200;
  padding: 65px 0;
}
.green-section h1 {
  font: 600 48px "Oswald", sans-serif;
  color: #FFF;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}
.green-section p {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #FFF;
  margin: 0;
  padding: 38px 0 0 0;
}
.services-section {
  padding: 50px 0 35px;
}
.services-section .col-md-4 {
  margin-bottom: 30px;
}
@media (max-width: 1380px) {
  .services-section {
    padding: 75px 0 50px;
  }
}
.service-col {
  position: relative;
  overflow: hidden;
}
.service-col img {
  width: 100%;
  height: auto;
}
.service-col:hover .service-overlay {
  opacity: 1;
}
.service-col:hover .service-title {
  margin-bottom: 0;
}
.service-col:hover .btn-viewmore {
  padding-bottom: 40px;
}
.service-col:hover .btn-viewmore a {
  margin-bottom: 0;
}
.service-overlay {
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
.service-des {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 200;
}
.service-des .service-des-indent {
  padding: 40px 40px 0 40px;
}
@media only screen and (max-width: 720px) {
  .service-des {
    height: 100%;
  }
  .service-des .service-des-indent {
    height: 100%;
    padding: 0;
  }
}
.service-title {
  font: 600 36px/120% "Oswald", sans-serif;
  color: #FFF;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  margin-bottom: -45px;
  transition: all ease-in-out 0.3s;
  text-shadow: 0px 1px 6px #333;
  /*&:after{
		box-shadow: 0px 1px 4px #333;
		position: absolute;
		content: '';
		width: 100%;
		height: 5px;
		background: @white;
		bottom: -8px;
		left: 0;
	}*/
}
@media only screen and (max-width: 720px) {
  .service-title {
    display: block;
    height: 100%;
  }
  .service-title a {
    color: #FFF;
    font-size: 30px;
    line-height: 1.2;
    padding: 40px;
    padding-top: 60%;
    position: relative;
    text-shadow: 0px 0px 10px #000;
  }
  .service-title a span {
    bottom: 40px;
    left: 40px;
    position: absolute;
  }
}
.btn-viewmore {
  display: block;
  padding: 30px 0 0 0;
  text-align: left;
}
.btn-viewmore a {
  background: none;
  box-shadow: none;
  text-shadow: none;
  color: #FFF;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 16px;
  position: relative;
  margin-bottom: -150px;
  transition: all ease-in-out 0.4s;
}
.btn-viewmore a:hover {
  background: #FFF;
  color: #333;
}
.testimonials {
  background: #358a41;
  padding: 50px 0;
}
.testimonials .bx-wrapper {
  background: none;
  border: 0;
  box-shadow: none;
  margin: 0;
}
.testimonials .bx-wrapper .bx-prev {
  background: url(../plugins/bxslider/images/controls-2.png);
}
.testimonials .bx-wrapper .bx-next {
  background: url(../plugins/bxslider/images/controls-2.png) no-repeat -43px -32px;
}
.testimonials h2 {
  color: #FFF;
  text-align: center;
}
.testimonials .testimonial-indent {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  font-size: 20px;
  line-height: 130%;
  color: #FFF;
  padding: 0 20px;
}
.testimonials .testimonial-indent:before {
  content: '';
  display: block;
  position: absolute;
  width: 117px;
  height: 91px;
  background: url(../images/quote-left.png) 0 0 no-repeat;
  background-size: 65%;
  top: 0;
  left: -105px;
}
.testimonials .testimonial-indent:after {
  content: '';
  display: block;
  position: absolute;
  width: 117px;
  height: 91px;
  background: url(../images/quote-right.png) 0 0 no-repeat;
  background-size: 65%;
  bottom: 0;
  right: -105px;
}
.testimonials .testimonial-indent a {
  color: #B1C655;
}
.testimonials .testimonial-indent .testimonial-text {
  overflow: hidden;
}
.testimonials .testimonial-indent .author-name {
  font-size: 16px;
  color: #FFF;
  padding-top: 12px;
}
.feeds-wrapper {
  width: auto;
  padding: 50px 0 35px;
}
.feeds-wrapper .feed-col {
  background-position: center top;
  background-size: cover;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  height: 350px;
  width: 100%;
  z-index: 1;
}
.feeds-wrapper .feed-col img {
  width: 100%;
  height: auto;
}
.feeds-wrapper .feed-col .feeds-des {
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  bottom: 0;
  left: 0;
  width: 100%;
}
.feeds-wrapper .feeds-des-indent {
  padding: 20px 30px;
}
.feeds-wrapper .feeds-des-indent .feed-title {
  font: 500 26px/120% "Oswald", sans-serif;
  color: #FFF;
  text-transform: uppercase;
}
.feeds-wrapper .feeds-des-indent .feed-title span {
  font: 400 16px "Open Sans", sans-serif;
  color: #FFF;
  display: block;
}
.feeds-wrapper .feeds-des-indent .feed-price {
  font: 600 16px "Open Sans", sans-serif;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 6px;
  padding-bottom: 8px;
}
.feeds-wrapper .feeds-des-indent .feed-price strong {
  color: #B1C655;
  font: 600 36px/100% "Oswald", sans-serif;
  display: block;
}
.feeds-wrapper .feeds-des-indent .bdr-left {
  border-left: 2px solid #FFF;
}
.feeds-wrapper .padt20 {
  margin-top: 25px;
}
@media (max-width: 1380px) {
  .feeds-wrapper {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .feeds-wrapper .feed-col {
    height: 380px;
  }
  .feeds-wrapper .feeds-des-indent .feed-title {
    font: 600 34px/140% "Oswald", sans-serif;
  }
}
.about-section {
  width: 100%;
  height: 752px;
  background: url(../images/about-bg.jpg) right top no-repeat;
  background-size: cover;
  position: relative;
}
.about-section .about-transparent {
  background: url(../images/about-transparent.png) 0 top no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  position: relative;
  z-index: 250;
}
.about-section .about-content {
  font-size: 16px;
  line-height: 34px;
  color: #3d3d3d;
  padding: 340px 84px 0;
}
.about-section .bg-repeat {
  height: 752px;
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  background: url(../images/transparent.png) 0 0;
  z-index: 10;
}
.Mobile-top-links {
  display: none;
}
.menu-icon {
  display: none;
}
@media (max-width: 1500px) {
  .header-wrapper .main-menu ul li {
    padding: 0 0 0 35px;
  }
  .header-wrapper .top-links ul li {
    padding: 0 0 0 35px;
  }
  .testimonials .testimonial-indent {
    max-width: 1060px;
  }
  .about-section .about-transparent {
    height: 560px;
    width: 100%;
  }
  .about-section .about-content {
    padding: 320px 20px 0;
  }
}
@media (max-width: 1380px) {
  .header-wrapper .main-menu ul li {
    padding: 0 0 0 35px;
    font-size: 18px;
  }
  .footer-wrapper .footer-indent .footer-contact ul li {
    font-size: 13px;
  }
  .services-section .service-title {
    font-size: 30px;
  }
  .testimonials .testimonial-indent {
    max-width: 900px;
    font-size: 20px;
  }
  .about-section .about-transparent {
    height: 500px;
  }
  .header-wrapper .top-links ul li {
    font-size: 16px;
    padding: 0 0 0 30px;
  }
  .header-wrapper .top-links ul li strong {
    font-size: 20px;
  }
  .footer-wrapper .footer-indent .footer-contact ul li,
  .footer-wrapper .footer-indent .footer-links ul li {
    display: flex;
  }
}
@media (max-width: 1240px) {
  e .testimonials .testimonial-indent {
    max-width: 780px;
  }
}
@media (max-width: 1120px) {
  .green-section,
  .services-section,
  .feeds-wrapper,
  .testimonials {
    padding: 50px 0;
  }
  .green-section h1 {
    font-size: 30px;
  }
  .green-section p {
    font-size: 14px;
    padding-top: 20px;
  }
  .services-section .service-title,
  .testimonials .testimonial-indent,
  .feeds-wrapper .feeds-des-indent .feed-title,
  .feeds-wrapper .feeds-des-indent .feed-price strong {
    font-size: 16px;
  }
  .testimonials .testimonial-indent {
    max-width: 700px;
  }
  .testimonials .testimonial-indent:before,
  .testimonials .testimonial-indent:after {
    background-size: 70%;
  }
  .testimonials .testimonial-indent .author-name {
    font-size: 16px;
  }
  .feeds-wrapper .feeds-des-indent .feed-title span {
    font-size: 14px;
  }
  .feeds-wrapper .feeds-des-indent .feed-price {
    font-size: 12px;
  }
  .about-section .about-transparent {
    height: 440px;
  }
  .about-section .about-content {
    padding: 255px 0 0  20px;
  }
  .header-wrapper .main-menu {
    padding: 0;
  }
  .header-wrapper .main-menu ul li {
    font-size: 15px;
  }
  .header-wrapper .top-links ul li {
    font-size: 15px;
    padding-left: 25px;
  }
  .header-wrapper .top-links ul li strong {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .header-wrapper .main-menu ul li {
    font-size: 13px;
  }
  .quick-search .search-form .datepicker .form-control {
    padding-right: 25px;
  }
  .green-section h1 {
    font-size: 26px;
  }
  .services-section .service-title,
  .testimonials .testimonial-indent,
  .feeds-wrapper .feeds-des-indent .feed-title,
  .feeds-wrapper .feeds-des-indent .feed-price strong {
    font-size: 20px;
  }
  .testimonials .testimonial-indent:before {
    width: 90px;
    left: -90px;
  }
  .testimonials .testimonial-indent:after {
    width: 90px;
    right: -90px;
  }
  .about-section .about-transparent {
    height: 390px;
  }
  .about-section .about-content {
    padding: 230px 0 0 20px;
  }
}
@media (max-width: 980px) {
  .header-wrapper .top-links ul li,
  .header-wrapper .top-links ul li strong {
    font-size: 13px;
    padding: 0 0 0 20px;
  }
  .header-wrapper .main-menu {
    padding: 0;
  }
  .header-wrapper .main-menu ul li {
    font-size: 12px;
    padding: 0 0 0 13px;
  }
  .quick-search h3 {
    font-size: 22px;
  }
  .quick-search h3:before,
  .quick-search h3:after {
    top: 20px;
  }
  .quick-search .search-form ul {
    margin: 0 auto;
    text-align: center;
  }
  .green-section,
  .services-section,
  .feeds-wrapper,
  .testimonials {
    padding: 30px 0;
  }
  .green-section h1 {
    font-size: 22px;
  }
  .services-section .service-title,
  .testimonials .testimonial-indent,
  .feeds-wrapper .feeds-des-indent .feed-title,
  .feeds-wrapper .feeds-des-indent .feed-price strong {
    font-size: 17px;
  }
  .testimonials .testimonial-indent:before {
    width: 60px;
    left: -15px;
    background-size: 40%;
  }
  .testimonials .testimonial-indent:after {
    width: 60px;
    right: -15px;
    background-size: 40%;
    bottom: -60px;
  }
  .about-section {
    height: 500px;
  }
  .about-section .about-transparent {
    height: 300px;
  }
  .about-section .bg-repeat {
    height: 500px;
  }
  .about-section .about-content {
    font-size: 14px;
    line-height: 30px;
    padding: 170px 0 0;
  }
  .header-wrapper .top-links {
    min-height: 75px;
  }
  .quick-search .search-form ul {
    text-align: left;
  }
  .quick-search .search-form ul li {
    width: 33%;
    padding-bottom: 10px;
  }
  .quick-search label select {
    max-width: inherit;
  }
  .quick-search .search-form .btn {
    width: 100%;
  }
  .testimonials .testimonial-indent {
    max-width: 640px;
  }
}
@media (max-width: 767px) {
  .menu-icon {
    display: block;
  }
  /*===menu icon ====== */
  .menu-icon {
    max-width: 48px;
    background: #a4c380;
    float: right;
    text-align: center;
    padding: 20px 12px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: absolute;
    top: -67px;
    right: 15px;
  }
  .menu-icon span {
    display: block;
    width: 25px;
    height: 3px;
    background: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .menu-icon span:before,
  .menu-icon span:after {
    display: block;
    width: 25px;
    height: 3px;
    content: "";
    position: absolute;
    z-index: 2;
    background: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .menu-icon span:before {
    top: -7px;
  }
  .menu-icon span:after {
    bottom: -7px;
  }
  .menu-icon.close-menu span {
    left: -50px;
  }
  .menu-icon.close-menu span:before {
    top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 50px;
  }
  .menu-icon.close-menu span:after {
    bottom: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 50px;
  }
  .header-wrapper .main-menu {
    padding-right: 0;
    margin: 0px -15px 0;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #a4c380;
  }
  .header-wrapper .main-menu ul li {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: 1px solid #327563;
  }
  .header-wrapper .main-menu ul li a {
    display: block;
    border: none;
    padding: 12px 16px;
    line-height: 100%;
  }
  .header-wrapper .main-menu ul li a:hover {
    border: none;
  }
  .top-links {
    display: none;
  }
  .Mobile-top-links {
    display: block;
  }
  .header-wrapper {
    position: relative;
  }
  .header-wrapper .logo img {
    height: 75px;
    width: auto;
  }
  .top-banner {
    margin-top: 0px;
  }
  .header-wrapper .main-menu ul li {
    font-size: 14px;
  }
  .quick-search h3:after,
  .quick-search h3:before {
    display: none;
  }
  .quick-search h3,
  .green-section h1 {
    font-size: 20px;
  }
  .green-section p {
    font-size: 12px;
  }
  .green-section,
  .services-section,
  .feeds-wrapper,
  .testimonials {
    padding: 15px 0;
  }
  .services-section .service-col .btn-viewmore a {
    margin-bottom: 0;
    font-size: 12px;
    padding: 5px 10px;
  }
  .services-section .service-col .service-title {
    margin-bottom: 0;
  }
  .services-section .service-title,
  .testimonials .testimonial-indent,
  .feeds-wrapper .feeds-des-indent .feed-title,
  .feeds-wrapper .feeds-des-indent .feed-price strong {
    font-size: 14px;
  }
  .testimonials .testimonial-indent:before,
  .testimonials .testimonial-indent:after {
    display: none;
  }
  .testimonials .testimonial-indent .author-name {
    font-size: 13px;
  }
  .testimonials .testimonial-indent {
    padding: 0;
  }
  .about-section .bg-repeat {
    width: 100%;
  }
  .about-section .about-content {
    padding: 260px 20px 0;
  }
  .footer-wrapper .footer-indent .footer-col {
    padding: 10px 0;
  }
  .footer-wrapper .footer-indent .footer-col h4 {
    font-size: 16px;
    padding: 0 0 10px 0;
  }
  .footer-wrapper .footer-indent .footer-contact ul li,
  .footer-wrapper .footer-indent .footer-links ul li {
    padding: 0 0 10px 0;
    font-size: 12px;
  }
  .footer-wrapper .footer-indent .newsletter-col .input-wrapper input {
    font-size: 14px;
  }
  .footer-wrapper .footer-indent .newsletter-col .input-wrapper {
    min-height: 40px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .footer-wrapper .footer-indent .newsletter-col .btn-submit {
    padding: 4px 10px;
  }
  .footer-wrapper .copyright {
    padding: 10px 0;
  }
  .footer-wrapper .footer-indent .footer-links ul li a {
    font-size: 12px;
  }
  .quick-search .search-form ul li {
    width: 49.33%;
    padding-left: 4px;
  }
  .quick-search .search-form ul li:first-child {
    padding-left: 4px;
  }
  .services-section .service-title:after {
    height: 3px;
  }
  .feeds-wrapper .col-md-6.col-sm-6.col-xs-12 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .feeds-wrapper .feeds-des-indent {
    padding: 15px 12px;
  }
  .copyright,
  .footer-wrapper .copyright .align-right {
    text-align: center;
  }
  .footer-wrapper .copyright .align-right {
    padding-top: 8px;
  }
  .testimonials .testimonial-indent {
    max-width: 500px;
  }
}
@media (max-width: 568px) {
  .about-section .about-content {
    padding: 190px 0 0 20px;
    font-size: 12px ;
    line-height: 20px;
  }
  .footer-wrapper .copyright .copyright-text,
  .footer-wrapper .copyright .copyright-text strong,
  .footer-wrapper .copyright .align-right a {
    font-size: 12px;
  }
  .testimonials .testimonial-indent {
    max-width: 500px;
  }
}
@media (max-width: 520px) {
  .top-banner {
    overflow: hidden;
  }
  .top-banner img {
    height: 342px;
    width: auto;
  }
  .quick-search label select,
  .quick-search label:before,
  .quick-search .search-form .datepicker .form-control,
  .quick-search .search-form .datepicker:after {
    height: 38px;
  }
  .quick-search label:after,
  .quick-search .search-form .datepicker:after {
    background-position: 0 -4px;
  }
  .quick-search .search-form ul li:last-child {
    width: 100%;
  }
  .services-section .service-title:after {
    height: 2px;
  }
  .services-section .service-title,
  .testimonials .testimonial-indent,
  .feeds-wrapper .feeds-des-indent .feed-title,
  .feeds-wrapper .feeds-des-indent .feed-price strong {
    font-size: 12px;
  }
  .feeds-wrapper .feeds-des-indent .feed-title span {
    font-size: 11px;
  }
  .feeds-wrapper .feeds-des-indent .feed-price {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .services-section .col-xs-6,
  .services-section .row .col-md-4,
  .feeds-wrapper .col-md-3.col-sm-3.col-xs-6,
  .feeds-wrapper .col-md-6.col-sm-6.col-xs-12 {
    width: 100%;
    margin: 15px 0;
    padding: 0;
  }
  .feeds-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
  .footer-wrapper .footer-indent .newsletter-col .btn-submit {
    width: 100%;
  }
}
.promotion-badge-wrapper
{
  position: relative;
  z-index: 1000;
}

.promotion-badge-wrapper .promotion-badge {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 110px;
    height: 110px;
  }

.promotion-badge::before {
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 1;
}

.promotion-badge__logo
{
  position: relative;
  z-index: 2;
  width: 100%;
}

.card__promo__image {
  margin-top: 15px;
      max-height: 90px;
}

#attaMemberLogo {
  padding-left: 0 !important;
}

#attaMemberLogo a {
      display: inline-block;
    margin: 0;
    max-width: 190px;
}