@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;
  }
}
@media print {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .clearfix:before,
  .clearfix:after,
  .container:before,
  .container:after,
  .container-fluid:before,
  .container-fluid:after,
  .row:before,
  .row:after,
  .dl-horizontal dd:before,
  .dl-horizontal dd:after,
  .container-wide:before,
  .container-wide:after {
    content: " ";
    display: table;
  }
  .clearfix:after,
  .container:after,
  .container-fluid:after,
  .row:after,
  .dl-horizontal dd:after,
  .container-wide:after {
    clear: both;
  }
  .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .pull-right {
    float: right !important;
  }
  .pull-left {
    float: left !important;
  }
  .hide {
    display: none !important;
  }
  .show {
    display: block !important;
  }
  .invisible {
    visibility: hidden;
  }
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .hidden {
    display: none !important;
  }
  .affix {
    position: fixed;
  }
  .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);
  }
  .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;
  }
  /*Display*/
  .display-table {
    display: table;
    width: 100%;
  }
  .display-table-row {
    display: table-row;
  }
  .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*/
  @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');
  }
  @font-face {
    font-family: 'icomoon';
    src: url('../fonts/icons/icomoon.eot?xrke65');
    src: url('../fonts/icons/icomoon.eot?xrke65#iefix') format('embedded-opentype'), url('../fonts/icons/icomoon.ttf?xrke65') format('truetype'), url('../fonts/icons/icomoon.woff?xrke65') format('woff'), url('../fonts/icons/icomoon.svg?xrke65#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  [class^="icon-"],
  [class*=" icon-"],
  .icon-inherit {
    /* use !important to prevent issues with browser extensions that change fonts */
  }
  [class^="icon-"]:before,
  [class*=" icon-"]:before,
  .icon-inherit:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-inherit {
    position: relative;
  }
  .icon-camera:before {
    content: "\e900";
  }
  .icon-checkmark:before {
    content: "\e901";
  }
  .icon-cross:before {
    content: "\e902";
    cursor: pointer;
  }
  .icon-download:before {
    content: "\e903";
  }
  .icon-facebook:before {
    content: "\e904";
  }
  .icon-arrow-down:before {
    content: "\e905";
  }
  .icon-arrow-left:before {
    content: "\e906";
  }
  .icon-arrow-right:before {
    content: "\e907";
  }
  .icon-arrow-up:before {
    content: "\e908";
  }
  .icon-cycle:before {
    content: "\e909";
  }
  .icon-chevron-left:before {
    content: "\e90a";
  }
  .icon-chevron-right:before {
    content: "\e90b";
  }
  .icon-house:before {
    content: "\e90c";
  }
  .icon-multi-activity:before {
    content: "\e90d";
  }
  .icon-person:before {
    content: "\e90e";
  }
  .icon-pioneering:before,
  .icon-pioneer:before {
    content: "\e90f";
  }
  .icon-play:before {
    content: "\e910";
  }
  .icon-search:before {
    content: "\e911";
  }
  .icon-select-arrows:before {
    content: "\e912";
  }
  .icon-star-outline:before {
    content: "\e913";
  }
  .icon-star-solid:before {
    content: "\e914";
  }
  .icon-trek:before,
  .icon-trekathon:before {
    content: "\e915";
  }
  .icon-images:before {
    content: "\e916";
  }
  .icon-instagram:before {
    content: "\e917";
  }
  .icon-linkedin:before {
    content: "\e918";
  }
  .icon-menu:before {
    content: "\e919";
  }
  .icon-old-phone:before {
    content: "\e91a";
  }
  .icon-phone:before {
    content: "\e91b";
  }
  .icon-pinterest:before {
    content: "\e91c";
  }
  .icon-twitter:before {
    content: "\e91d";
  }
  .icon-warning:before {
    content: "\e91e";
  }
  .icon-youtube:before {
    content: "\e91f";
  }
  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;
  }
  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;
  }
  h4,
  .h4 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0px 0px 10px;
  }
  h5,
  .h5 {
    font-size: 16px;
    margin: 0 0 5px;
    line-height: 1;
  }
  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%;
  }
  .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;
  }
  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;
  }
  .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;
  }
  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%;
  }
  .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;
  }
  .pointer {
    cursor: pointer;
  }
  .container-wide {
    background-color: #FFF;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  * {
    -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 {
    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;
    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;
  }
  .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;
  }
  strong {
    font-weight: bold;
  }
  .block {
    display: block;
  }
  .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;
  }
  .padding-container {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .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;
  }
  .neg-margin-horizontal {
    margin-left: -45px;
    margin-right: -45px;
  }
  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%;
  }
  #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;
  }
  .body-wrap__after-content--background {
    background-color: #FFF;
  }
  #content-wrap {
    position: relative;
  }
  #bottom > * {
    width: 100%;
  }
  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;
  }
  .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;
  }
  .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;
    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;
    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;
  }
  .accordion-bar {
    content: " ";
    position: absolute;
    top: -1px;
    bottom: 0px;
    left: 0px;
    width: 5px;
  }
  .accordion-item {
    font-weight: bold;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .accordion--dates__span {
    /*padding-top: 7px;*/
    display: block;
    margin-bottom: 10px;
  }
  .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;
    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;
  }
  .booking .accordion .accordion__item-heading {
    background-color: #ecf1d5;
  }
  .booking .accordion .panel-collapse {
    display: block !important;
  }
  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;
  }
  .table--bookings td.date {
    vertical-align: top;
    padding-right: 10px;
    text-align: right;
  }
  .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;
  }
  .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;
  }
  .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%;
    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;
  }
  .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;
  }
  .itinerary {
    border-bottom: 5px solid #5da167;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .itinerary__title {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-right: 10px;
  }
  .itinerary .accordion {
    margin-top: 0;
  }
  .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;
  }
  .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;
  }
  .holiday-hero .hero__title-container {
    align-items: flex-end;
    padding: 0 100px 100px;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .sudo-info {
    content: attr(data-value);
    position: absolute;
    padding: 3px 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-shadow: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    background-color: #B1C655;
  }
  .no-info:after {
    display: none;
  }
  .side-menu {
    transition: transform 0.4s ease 0s;
    -o-transition: -o-transform 0.4s ease 0s;
    -ms-transition: -ms-transform 0.4s ease 0s;
    -moz-transition: -moz-transform 0.4s ease 0s;
    -webkit-transition: -webkit-transform 0.4s ease 0s;
  }
  .overlay {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    z-index: 9999;
    background-color: rgba(20, 25, 28, 0.2);
    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;
  }
  .overlay.shift {
    transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -moz-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    opacity: 1;
  }
  .body-inner {
    position: relative;
    right: 0px;
    overflow: hidden;
    transition: transform 0.4s ease 0s;
    -o-transition: -o-transform 0.4s ease 0s;
    -ms-transition: -ms-transform 0.4s ease 0s;
    -moz-transition: -moz-transform 0.4s ease 0s;
    -webkit-transition: -webkit-transform 0.4s ease 0s;
  }
  .body-inner.shift {
    transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -moz-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
  }
  #content-wrap {
    background-color: #fff;
  }
  a > span[class^="icon-"] {
    margin-right: 10px;
  }
  a > span[class^="icon-"]:hover {
    text-decoration: none;
  }
  a.read-more > span[class^="icon-"] {
    margin-right: 2px;
    position: relative;
    top: 1px;
  }
  a.no-hover:hover,
  a.read-more:hover,
  a.no-hover:focus,
  a.read-more:focus {
    text-decoration: none;
  }
  a.no-hover:hover span:not(:first-child),
  a.read-more:hover span:not(:first-child),
  a.no-hover:focus span:not(:first-child),
  a.read-more:focus span:not(:first-child) {
    text-decoration: underline;
  }
  .info-box {
    padding: 30px 20px;
    text-align: center;
  }
  .details {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 20;
    height: 82px;
  }
  .details .intro-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 22px;
    color: #fff;
    opacity: 0.9;
  }
  .reset-link {
    cursor: pointer;
    margin-left: 10px;
  }
  .second-strip {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .second-strip .selectlist {
    float: right;
    margin: 0px 0 0 10px;
    font-size: 13px;
    display: block;
  }
  .second-strip .selectlist > span {
    color: #FFF;
  }
  .second-strip .selectlist > span:before,
  .second-strip .selectlist > span:after {
    border-top-color: #FFF;
    border-bottom-color: #FFF;
  }
  .sort-panel label {
    float: right;
  }
  .sort-panel a.btn {
    max-width: 100%;
    padding: 8px 25px;
    display: block;
    line-height: 18px;
  }
  .related div {
    margin-bottom: -10px;
  }
  .related a {
    display: block;
    padding: 10px 0;
  }
  .related a:hover,
  .related a:focus {
    text-decoration: none;
  }
  .related a:hover h6,
  .related a:focus h6 {
    text-decoration: underline;
  }
  .related a + a {
    border-top: 1px solid #949495;
  }
  .related a h6 {
    font-size: 16px;
    line-height: 1;
    margin: 0px;
    margin-bottom: 2px;
    padding: 0px;
  }
  .related a p {
    margin: 0px;
  }
  .zen-hr {
    margin: 0 -15px;
    padding: 5px 0;
  }
  .item-hr {
    border-top: 5px solid #5da167;
    margin: 15px 0;
  }
  /*K2 default start*/
  .toolbar-list {
    margin-bottom: 25px;
    overflow: hidden;
  }
  .toolbar-list li {
    color: #808080;
    float: left;
    margin-right: 20px;
  }
  .toolbar-list [class^="icon-"],
  .toolbar-list [class*=" icon-"] {
    color: #B1C655;
    font-size: 18px;
  }
  .item-image-block {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .item-image-block img {
    height: auto;
    width: 100%;
  }
  .item-intro-text h3,
  .item-full-text h3 {
    margin: 30px 0;
  }
  .author-image-container {
    overflow: hidden;
  }
  .item-author-image {
    margin: 0px auto;
    overflow: hidden;
  }
  .item-author-image img {
    height: auto;
    width: 100%;
  }
  .article-search {
    margin-bottom: 20px;
  }
  .article-search .selectlist {
    margin-top: 20px;
  }
  .item-comments-box {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .item-comments-box p {
    color: #CCC;
  }
  .comment-counter {
    color: #CCC;
    font-weight: 200;
  }
  .item-comments-list {
    margin-top: 30px;
  }
  .item-comments-list li {
    overflow: hidden;
    padding: 25px 0;
  }
  .comment-link {
    display: none;
    float: right;
  }
  .comment-link a {
    color: #B1C655;
  }
  .comment-link a:hover {
    color: #9fb24d;
  }
  .comment-author-name {
    font-weight: 700;
  }
  .comment-date {
    margin-left: 20px;
  }
  .comments-error {
    color: #358a41;
  }
  .visa-iframe {
    text-align: center;
    margin-top: 40px;
  }
  .visa-iframe iframe {
    border: none;
  }
  /*K2 default end*/
  /*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%;
  }
  .static-pages .image-caption,
  .advanced-template .image-caption {
    position: relative;
    top: -45px;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .static-pages .related-items,
  .advanced-template .related-items {
    position: relative;
    padding: 45px 0px;
    z-index: 10;
  }
  .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;
  }
  .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;
  }
  .hide {
    display: none;
  }
  .zen-content p {
    margin-bottom: 20px;
  }
  #pagenavigation {
    display: none;
  }
  .login .bordered-list li {
    padding: 0px;
  }
  .login .bordered-list li a {
    padding: 8px 0px;
    display: block;
  }
  .login .control-input input,
  .login .control-input .selectlist span,
  .login .control-input textarea {
    background-color: #fff !important;
  }
  .login .control-group .button ~ a {
    vertical-align: middle;
    margin-left: 45px;
  }
  .login-container {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 15px;
    color: #CCC;
    background-color: #fff;
  }
  .login-container span[class^="icon-"] {
    font-size: 18px;
    position: relative;
    top: 1px;
    color: #B1C655;
  }
  .component-view {
    background: transparent;
  }
  .component-view .hero-heading,
  .component-view .breadcrumb-container {
    display: none;
  }
  header,
  footer,
  #background-image,
  #sp-cookie-consent,
  #overview-slick,
  #gallery-images,
  #map-container,
  .header-wrapper,
  .footer-wrapper,
  .side-menu,
  .modals,
  .btn,
  .body-wrap__hero,
  .video-popup-container,
  .share,
  .accordion-title,
  .slick-large-arrows,
  .sub-menu,
  .modal,
  .print-hide {
    display: none !important;
  }
  .body-wrap {
    margin-top: 0;
  }
  h1 {
    font-size: 40px;
  }
  .logo {
    padding-bottom: 30px;
  }
  .logo img {
    max-width: 250px;
    height: auto;
  }
  .logo span {
    color: #358a41;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .tab-content,
  .print-show {
    display: block !important;
  }
  .bg-secondary--lightest {
    background-color: #ecf1d5;
  }
  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;
  }
  .pull-left {
    float: left;
  }
  .pull-right {
    float: right;
  }
  .text-right {
    text-align: right;
  }
}
@media print and (min-width: 721px) {
  .container {
    width: 721px;
  }
}
@media print and (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media print and (min-width: 1281px) {
  .container {
    width: 1281px;
  }
}
@media print and (min-width: 721px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media print and (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media print and (min-width: 1281px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media print and only screen and (max-width: 720px) {
  .bg-fade--light {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media print and only screen and (min-width: 992px) and (max-width: 1280px) {
  .bg-header {
    padding: 150px;
  }
}
@media print and only screen and (min-width: 721px) and (max-width: 991px) {
  .bg-header {
    padding: 100px;
  }
}
@media print and only screen and (max-width: 720px) {
  .display-table-row {
    display: block;
  }
}
@media print and only screen and (min-width: 721px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media print and only screen and (max-width: 720px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}
@media print and only screen and (min-width: 992px) and (max-width: 1280px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media print and only screen and (min-width: 721px) and (max-width: 991px) {
  h4,
  .h4 {
    font-size: 12px;
  }
}
@media print and only screen and (max-width: 720px) {
  h5,
  .h5 {
    height: auto;
  }
}
@media print and only screen and (min-width: 721px) and (max-width: 991px) {
  .heading {
    margin: 45px 0px;
  }
}
@media print and only screen and (max-width: 720px) {
  .heading {
    margin: 20px 0px;
  }
}
@media print and only screen and (max-width: 720px) {
  .lead {
    font-size: 16px;
  }
}
@media print and 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 print and 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;
  }
}
@media print and (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;
  }
}
@media print and only screen and (max-width: 720px) {
  .category-header {
    width: 100%;
  }
}
@media print and only screen and (max-width: 720px) {
  li.fas.fa-search a span {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
}
@media print and only screen and (min-width: 721px) and (max-width: 991px) {
  li.fas.fa-search a span {
    font-size: 14px;
  }
}
@media print and (min-width: 721px) {
  .container-wide {
    width: 100%;
  }
}
@media print and (min-width: 992px) {
  .container-wide {
    width: 100%;
  }
}
@media print and (min-width: 1281px) {
  .container-wide {
    width: 1430px;
  }
}
@media print and only screen and (max-width: 720px) {
  ul.list-highlight,
  .list-highlight ul {
    font-size: 18px;
  }
}
@media print and only screen and (max-width: 720px) {
  hr.dashed {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
}
@media print and only screen and (max-width: 991px) {
  .padding-top-container {
    padding-top: 30px;
  }
}
@media print and only screen and (max-width: 720px) {
  .padding-container {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media print and only screen and (max-width: 720px) {
  .neg-margin-top {
    margin-top: -25px;
  }
}
@media print and only screen and (max-width: 991px) {
  .neg-margin-top + .neg-margin-top {
    margin-top: 0;
  }
}
@media print and only screen and (max-width: 720px) {
  .neg-margin-horizontal {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media print and only screen and (max-width: 720px) {
  .no-xs-margin {
    margin: 0;
  }
}
@media print and only screen and (min-width: 721px) and (max-width: 991px) {
  .no-sm-margin {
    margin: 0;
  }
}
@media print and only screen and (min-width: 992px) and (max-width: 1280px) {
  .body-background {
    background-size: auto 90vh;
  }
}
@media print and only screen and (min-width: 1261) and (max-width: 1365px) {
  .body-background {
    background-size: auto 95vh;
  }
}
@media print and only screen and (max-width: 720px) {
  .body-wrap__after-content {
    padding: 50px 0;
  }
  .body-wrap__after-content.padding-bottom-container {
    padding-bottom: 80px;
  }
}
@media print and only screen and (max-width: 720px) {
  #bottom {
    overflow: hidden;
  }
}
@media print and only screen and (max-width: 720px) {
  .position-top {
    width: 100%;
  }
}
@media print and only screen and (min-width: 992px) and (max-width: 1280px) {
  .body-wrap {
    margin-top: 139px;
  }
}
@media print and only screen and (min-width: 721px) and (max-width: 991px) {
  .body-wrap {
    margin-top: 124px;
  }
}
@media print and only screen and (max-width: 720px) {
  .body-wrap {
    margin-top: 0;
  }
}
@media print and only screen and (max-width: 991px) {
  .accordion-detail {
    overflow: hidden;
    max-height: 0;
    position: relative;
    margin: 10px 0 0 0;
    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;
  }
}
@media print and only screen and (max-width: 720px) {
  .accordion {
    font-size: 14px;
  }
}
@media print and only screen and (max-width: 720px) {
  .accordion--dates {
    text-align: center;
  }
}
@media print and only screen and (max-width: 991px) {
  .accordion--dates__status {
    margin-bottom: 20px;
  }
}
@media print and 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;
  }
}
@media print and 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;
  }
}
@media print and only screen and (max-width: 720px) {
  .table--bookings td {
    padding: 15px;
    display: block;
  }
}
@media print and only screen and (max-width: 720px) {
  .table--bookings td.date {
    text-align: left;
    padding-top: 0;
  }
}
@media print and 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 print and only screen and (min-width: 721px) {
  .table--price .date-col.price-cell-mobile {
    display: none;
  }
}
@media print and 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;
  }
}
@media print and 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;
  }
}
@media print and only screen and (min-width: 721px) and (max-width: 991px) {
  .hero .sppb-carousel-inner {
    height: calc(58vh - 174px);
    overflow: hidden;
  }
}
@media print and only screen and (max-width: 720px) {
  .hero {
    padding-bottom: 0;
  }
}
@media print and only screen and (min-width: 992px) and (max-width: 1280px) {
  .hero__title-container {
    align-items: flex-end;
    padding: 0 100px 100px;
  }
}
@media print and 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 print and only screen and (max-width: 720px) {
  .hero__title-container {
    align-items: flex-end;
    justify-content: end;
    padding: 0 15px;
  }
}
@media print and 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 print and only screen and (max-width: 720px) {
  .holiday-hero .hero__title-container {
    align-items: flex-end;
    justify-content: end;
    padding: 0 15px;
  }
}
@media print and only screen and (min-width: 992px) and (max-width: 1280px) {
  .hero__title {
    font-size: 45px;
    margin: 70px 0;
  }
}
@media print and only screen and (min-width: 721px) and (max-width: 991px) {
  .hero__title {
    font-size: 30px;
    margin: 50px 0;
  }
}
@media print and only screen and (max-width: 720px) {
  .hero__title {
    align-self: flex-end;
    font-size: 35px;
    margin: 40px 0 !important;
  }
  .hero__title:before {
    border-top: 4px solid #FFF;
    top: -13px;
  }
  .hero__title .large {
    font-size: 70px;
  }
}
@media print and only screen and (min-width: 1400px) {
  .hero__title {
    font-size: 60px;
  }
}
@media print and only screen and (min-width: 992px) and (max-width: 1280px) {
  .hero__image {
    height: 500px;
    background-size: cover;
  }
}
@media print and only screen and (min-width: 721px) and (max-width: 991px) {
  .hero__image {
    height: 400px;
    background-size: cover;
  }
}
@media print and only screen and (max-width: 720px) {
  .hero__image {
    height: 300px;
  }
}
@media print and 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 print and only screen and (min-width: 721px) and (max-width: 991px) {
  .hero__icon {
    bottom: 85px;
  }
}
@media print and only screen and (max-width: 720px) {
  .hero__icon {
    bottom: -65px;
  }
}
@media print and only screen and (max-width: 991px) {
  .details {
    position: relative;
    height: auto;
    background-color: #358a41;
    z-index: auto;
    margin-top: -20px;
    padding-top: 20px;
  }
  .details .intro-text {
    position: static;
    font-size: 18px;
    transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    padding: 20px 15px;
  }
}
@media print and only screen and (min-width: 721px) and (max-width: 991px) {
  .details {
    padding-top: 0px;
    margin-top: 0px;
  }
}
@media print and only screen and (max-width: 720px) {
  .reset-link {
    margin-top: 15px;
    width: 100%;
    margin-left: 0;
  }
}
@media print and only screen and (max-width: 991px) {
  .second-strip .selectlist {
    margin: 0px;
    width: 100%;
  }
  .second-strip .selectlist select,
  .second-strip .selectlist span {
    min-width: 0px;
  }
}
@media print and only screen and (max-width: 720px) {
  .second-strip {
    height: inherit;
  }
  .second-strip .container {
    padding: 30px 15px;
  }
}
@media print and only screen and (min-width: 992px) {
  .second-strip label,
  .second-strip #hit-count {
    line-height: 33px;
  }
}
@media print and only screen and (max-width: 991px) {
  .sort-panel {
    margin-top: 14px;
  }
}
@media print and only screen and (max-width: 720px) {
  .sort-panel a.btn {
    line-height: 20px;
    padding: 8px 0px;
  }
}
@media print and only screen and (max-width: 720px) {
  .author-image-container {
    max-height: 50px;
    max-width: 50px;
  }
}
@media print and only screen and (min-width: 992px) and (max-width: 1280px) {
  .author-image-container {
    max-height: 65px;
    max-width: 65px;
  }
}
@media print and 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 print and 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));
  }
}
@media print and only screen and (max-width: 720px) {
  .static-pages .image-caption,
  .advanced-template .image-caption {
    top: -20px;
  }
}
@media print and 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;
  }
}
@media print and 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;
  }
}
@media print and only screen and (min-width: 992px) and (max-width: 1280px) {
  .static-pages .image-block,
  .advanced-template .image-block {
    min-height: 575px;
  }
}
@media print and only screen and (min-width: 721px) and (max-width: 991px) {
  .static-pages .image-block,
  .advanced-template .image-block {
    min-height: 440px;
  }
}
@media print and 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;
  }
}
@media print and only screen and (max-width: 720px) {
  .static-pages .white-block img,
  .advanced-template .white-block img {
    margin-top: 30px;
  }
}
@media print and only screen and (max-width: 720px) {
  .static-pages .related-items,
  .advanced-template .related-items {
    display: none;
  }
}
@media print and only screen and (max-width: 720px) {
  .static-pages .team-members .member-block,
  .advanced-template .team-members .member-block {
    height: auto;
  }
}
@media print and only screen and (max-width: 991px) {
  .login .login-description {
    margin-top: 45px;
  }
}
