/*
Theme Name:
Theme URI:
Author:
Author URI:
Version: 1.0
*/
@import url(../css/owl.carousel.css);
@import url(../css/owl.theme.default.css);
/* line 5, ../../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_kitchen-sink.scss */
img {
  display: block;
}

/* line 3, ../sass/_kitchen-sink.scss */
.line-bottom {
  border-bottom: 3px solid #edecec;
}

/* line 4, ../sass/_kitchen-sink.scss */
.no-left-padding {
  padding-left: 0px !important;
}

/* line 5, ../sass/_kitchen-sink.scss */
.no-right-padding {
  padding-right: 0px !important;
}

/* line 6, ../sass/_kitchen-sink.scss */
.clear {
  clear: both;
}

@viewport {
  width: device-width;
}
/* line 6, ../sass/_grid-responsive.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(http://wiltshire.website.dev/css/hacks/boxsizing.htc);
}

/* line 7, ../sass/_grid-responsive.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  padding-left: 8.21%;
  padding-right: 8.21%;
}

/* line 9, ../sass/_grid-responsive.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px 0;
}

/* line 70, ../sass/_config.scss */
section, .clearfix, .container, .row {
  *zoom: 1;
}
/* line 73, ../sass/_config.scss */
section:before, section:after, .clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after {
  content: "";
  display: table;
}
/* line 78, ../sass/_config.scss */
section:after, .clearfix:after, .container:after, .row:after {
  clear: both;
}

/* line 14, ../sass/_grid-responsive.scss */
.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, .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, .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, .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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 17, ../sass/_grid-responsive.scss */
.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 {
  float: left;
}

/* line 18, ../sass/_grid-responsive.scss */
.col-xs-1 {
  width: 8.333333333333332%;
}

/* line 19, ../sass/_grid-responsive.scss */
.col-xs-2 {
  width: 16.666666666666664%;
}

/* line 20, ../sass/_grid-responsive.scss */
.col-xs-3 {
  width: 25%;
}

/* line 21, ../sass/_grid-responsive.scss */
.col-xs-4 {
  width: 33.33333333333333%;
}

/* line 22, ../sass/_grid-responsive.scss */
.col-xs-5 {
  width: 41.66666666666667%;
}

/* line 23, ../sass/_grid-responsive.scss */
.col-xs-6 {
  width: 50%;
}

/* line 24, ../sass/_grid-responsive.scss */
.col-xs-7 {
  width: 58.333333333333336%;
}

/* line 25, ../sass/_grid-responsive.scss */
.col-xs-8 {
  width: 66.66666666666666%;
}

/* line 26, ../sass/_grid-responsive.scss */
.col-xs-9 {
  width: 75%;
}

/* line 27, ../sass/_grid-responsive.scss */
.col-xs-10 {
  width: 83.33333333333334%;
}

/* line 28, ../sass/_grid-responsive.scss */
.col-xs-11 {
  width: 91.66666666666666%;
}

/* line 29, ../sass/_grid-responsive.scss */
.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 35, ../sass/_grid-responsive.scss */
  .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 {
    float: left;
  }

  /* line 36, ../sass/_grid-responsive.scss */
  .col-sm-1 {
    width: 8.333333333333332%;
  }

  /* line 37, ../sass/_grid-responsive.scss */
  .col-sm-2 {
    width: 16.666666666666664%;
  }

  /* line 38, ../sass/_grid-responsive.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 39, ../sass/_grid-responsive.scss */
  .col-sm-4 {
    width: 33.33333333333333%;
  }

  /* line 40, ../sass/_grid-responsive.scss */
  .col-sm-5 {
    width: 41.66666666666667%;
  }

  /* line 41, ../sass/_grid-responsive.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 42, ../sass/_grid-responsive.scss */
  .col-sm-7 {
    width: 58.333333333333336%;
  }

  /* line 43, ../sass/_grid-responsive.scss */
  .col-sm-8 {
    width: 66.66666666666666%;
  }

  /* line 44, ../sass/_grid-responsive.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 45, ../sass/_grid-responsive.scss */
  .col-sm-10 {
    width: 83.33333333333334%;
  }

  /* line 46, ../sass/_grid-responsive.scss */
  .col-sm-11 {
    width: 91.66666666666666%;
  }

  /* line 47, ../sass/_grid-responsive.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 49, ../sass/_grid-responsive.scss */
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }

  /* line 50, ../sass/_grid-responsive.scss */
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }

  /* line 51, ../sass/_grid-responsive.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 52, ../sass/_grid-responsive.scss */
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

  /* line 53, ../sass/_grid-responsive.scss */
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }

  /* line 54, ../sass/_grid-responsive.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 55, ../sass/_grid-responsive.scss */
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }

  /* line 56, ../sass/_grid-responsive.scss */
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }

  /* line 57, ../sass/_grid-responsive.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 58, ../sass/_grid-responsive.scss */
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }

  /* line 59, ../sass/_grid-responsive.scss */
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }

  /* line 61, ../sass/_grid-responsive.scss */
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 62, ../sass/_grid-responsive.scss */
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 63, ../sass/_grid-responsive.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 64, ../sass/_grid-responsive.scss */
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 65, ../sass/_grid-responsive.scss */
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 66, ../sass/_grid-responsive.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 67, ../sass/_grid-responsive.scss */
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 68, ../sass/_grid-responsive.scss */
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 69, ../sass/_grid-responsive.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 70, ../sass/_grid-responsive.scss */
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 71, ../sass/_grid-responsive.scss */
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 73, ../sass/_grid-responsive.scss */
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 74, ../sass/_grid-responsive.scss */
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 75, ../sass/_grid-responsive.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 76, ../sass/_grid-responsive.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 77, ../sass/_grid-responsive.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 78, ../sass/_grid-responsive.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 79, ../sass/_grid-responsive.scss */
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 80, ../sass/_grid-responsive.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 81, ../sass/_grid-responsive.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 82, ../sass/_grid-responsive.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 83, ../sass/_grid-responsive.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 900px) {
  /* line 90, ../sass/_grid-responsive.scss */
  .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 {
    float: left;
  }

  /* line 91, ../sass/_grid-responsive.scss */
  .col-md-1 {
    width: 8.333333333333332%;
  }

  /* line 92, ../sass/_grid-responsive.scss */
  .col-md-2 {
    width: 16.666666666666664%;
  }

  /* line 93, ../sass/_grid-responsive.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 94, ../sass/_grid-responsive.scss */
  .col-md-4 {
    width: 33.33333333333333%;
  }

  /* line 95, ../sass/_grid-responsive.scss */
  .col-md-5 {
    width: 41.66666666666667%;
  }

  /* line 96, ../sass/_grid-responsive.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 97, ../sass/_grid-responsive.scss */
  .col-md-7 {
    width: 58.333333333333336%;
  }

  /* line 98, ../sass/_grid-responsive.scss */
  .col-md-8 {
    width: 66.66666666666666%;
  }

  /* line 99, ../sass/_grid-responsive.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 100, ../sass/_grid-responsive.scss */
  .col-md-10 {
    width: 83.33333333333334%;
  }

  /* line 101, ../sass/_grid-responsive.scss */
  .col-md-11 {
    width: 91.66666666666666%;
  }

  /* line 102, ../sass/_grid-responsive.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 104, ../sass/_grid-responsive.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 105, ../sass/_grid-responsive.scss */
  .col-md-push-1 {
    left: 8.333333333333332%;
  }

  /* line 106, ../sass/_grid-responsive.scss */
  .col-md-push-2 {
    left: 16.666666666666664%;
  }

  /* line 107, ../sass/_grid-responsive.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 108, ../sass/_grid-responsive.scss */
  .col-md-push-4 {
    left: 33.33333333333333%;
  }

  /* line 109, ../sass/_grid-responsive.scss */
  .col-md-push-5 {
    left: 41.66666666666667%;
  }

  /* line 110, ../sass/_grid-responsive.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 111, ../sass/_grid-responsive.scss */
  .col-md-push-7 {
    left: 58.333333333333336%;
  }

  /* line 112, ../sass/_grid-responsive.scss */
  .col-md-push-8 {
    left: 66.66666666666666%;
  }

  /* line 113, ../sass/_grid-responsive.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 114, ../sass/_grid-responsive.scss */
  .col-md-push-10 {
    left: 83.33333333333334%;
  }

  /* line 115, ../sass/_grid-responsive.scss */
  .col-md-push-11 {
    left: 91.66666666666666%;
  }

  /* line 117, ../sass/_grid-responsive.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 118, ../sass/_grid-responsive.scss */
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 119, ../sass/_grid-responsive.scss */
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 120, ../sass/_grid-responsive.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 121, ../sass/_grid-responsive.scss */
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 122, ../sass/_grid-responsive.scss */
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 123, ../sass/_grid-responsive.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 124, ../sass/_grid-responsive.scss */
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 125, ../sass/_grid-responsive.scss */
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 126, ../sass/_grid-responsive.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 127, ../sass/_grid-responsive.scss */
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 128, ../sass/_grid-responsive.scss */
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 130, ../sass/_grid-responsive.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }

  /* line 131, ../sass/_grid-responsive.scss */
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 132, ../sass/_grid-responsive.scss */
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 133, ../sass/_grid-responsive.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 134, ../sass/_grid-responsive.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 135, ../sass/_grid-responsive.scss */
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 136, ../sass/_grid-responsive.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 137, ../sass/_grid-responsive.scss */
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 138, ../sass/_grid-responsive.scss */
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 139, ../sass/_grid-responsive.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 140, ../sass/_grid-responsive.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 141, ../sass/_grid-responsive.scss */
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1170px) {
  /* line 148, ../sass/_grid-responsive.scss */
  .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 {
    float: left;
  }

  /* line 149, ../sass/_grid-responsive.scss */
  .col-lg-1 {
    width: 8.333333333333332%;
  }

  /* line 150, ../sass/_grid-responsive.scss */
  .col-lg-2 {
    width: 16.666666666666664%;
  }

  /* line 151, ../sass/_grid-responsive.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 152, ../sass/_grid-responsive.scss */
  .col-lg-4 {
    width: 33.33333333333333%;
  }

  /* line 153, ../sass/_grid-responsive.scss */
  .col-lg-5 {
    width: 41.66666666666667%;
  }

  /* line 154, ../sass/_grid-responsive.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 155, ../sass/_grid-responsive.scss */
  .col-lg-7 {
    width: 58.333333333333336%;
  }

  /* line 156, ../sass/_grid-responsive.scss */
  .col-lg-8 {
    width: 66.66666666666666%;
  }

  /* line 157, ../sass/_grid-responsive.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 158, ../sass/_grid-responsive.scss */
  .col-lg-10 {
    width: 83.33333333333334%;
  }

  /* line 159, ../sass/_grid-responsive.scss */
  .col-lg-11 {
    width: 91.66666666666666%;
  }

  /* line 160, ../sass/_grid-responsive.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 162, ../sass/_grid-responsive.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 163, ../sass/_grid-responsive.scss */
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

  /* line 164, ../sass/_grid-responsive.scss */
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

  /* line 165, ../sass/_grid-responsive.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 166, ../sass/_grid-responsive.scss */
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

  /* line 167, ../sass/_grid-responsive.scss */
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

  /* line 168, ../sass/_grid-responsive.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 169, ../sass/_grid-responsive.scss */
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

  /* line 170, ../sass/_grid-responsive.scss */
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

  /* line 171, ../sass/_grid-responsive.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 172, ../sass/_grid-responsive.scss */
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

  /* line 173, ../sass/_grid-responsive.scss */
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

  /* line 175, ../sass/_grid-responsive.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 176, ../sass/_grid-responsive.scss */
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 177, ../sass/_grid-responsive.scss */
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 178, ../sass/_grid-responsive.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 179, ../sass/_grid-responsive.scss */
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 180, ../sass/_grid-responsive.scss */
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 181, ../sass/_grid-responsive.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 182, ../sass/_grid-responsive.scss */
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 183, ../sass/_grid-responsive.scss */
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 184, ../sass/_grid-responsive.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 185, ../sass/_grid-responsive.scss */
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 186, ../sass/_grid-responsive.scss */
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 188, ../sass/_grid-responsive.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }

  /* line 189, ../sass/_grid-responsive.scss */
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 190, ../sass/_grid-responsive.scss */
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 191, ../sass/_grid-responsive.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 192, ../sass/_grid-responsive.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 193, ../sass/_grid-responsive.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 194, ../sass/_grid-responsive.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 195, ../sass/_grid-responsive.scss */
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 196, ../sass/_grid-responsive.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 197, ../sass/_grid-responsive.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 198, ../sass/_grid-responsive.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 199, ../sass/_grid-responsive.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
/* line 203, ../sass/_grid-responsive.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 205, ../sass/_grid-responsive.scss */
.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 206, ../sass/_grid-responsive.scss */
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  /* line 207, ../sass/_grid-responsive.scss */
  .visible-xs.visible-sm {
    display: block !important;
  }
}
@media (min-width: 900px) and (max-width: 1169px) {
  /* line 208, ../sass/_grid-responsive.scss */
  .visible-xs.visible-md {
    display: block !important;
  }
}
@media (min-width: 1170px) {
  /* line 209, ../sass/_grid-responsive.scss */
  .visible-xs.visible-lg {
    display: block !important;
  }
}
/* line 212, ../sass/_grid-responsive.scss */
.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 213, ../sass/_grid-responsive.scss */
  .visible-sm.visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  /* line 214, ../sass/_grid-responsive.scss */
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 900px) and (max-width: 1169px) {
  /* line 215, ../sass/_grid-responsive.scss */
  .visible-sm.visible-md {
    display: block !important;
  }
}
@media (min-width: 1170px) {
  /* line 216, ../sass/_grid-responsive.scss */
  .visible-sm.visible-lg {
    display: block !important;
  }
}
/* line 219, ../sass/_grid-responsive.scss */
.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 220, ../sass/_grid-responsive.scss */
  .visible-md.visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  /* line 221, ../sass/_grid-responsive.scss */
  .visible-md.visible-sm {
    display: block !important;
  }
}
@media (min-width: 900px) and (max-width: 1169px) {
  /* line 222, ../sass/_grid-responsive.scss */
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1170px) {
  /* line 223, ../sass/_grid-responsive.scss */
  .visible-md.visible-lg {
    display: block !important;
  }
}
/* line 226, ../sass/_grid-responsive.scss */
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 227, ../sass/_grid-responsive.scss */
  .visible-lg.visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  /* line 228, ../sass/_grid-responsive.scss */
  .visible-lg.visible-sm {
    display: block !important;
  }
}
@media (min-width: 900px) and (max-width: 1169px) {
  /* line 229, ../sass/_grid-responsive.scss */
  .visible-lg.visible-md {
    display: block !important;
  }
}
@media (min-width: 1170px) {
  /* line 230, ../sass/_grid-responsive.scss */
  .visible-lg {
    display: block !important;
  }
}
/* line 233, ../sass/_grid-responsive.scss */
.hidden-xs {
  display: block !important;
}

@media (max-width: 767px) {
  /* line 234, ../sass/_grid-responsive.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  /* line 235, ../sass/_grid-responsive.scss */
  .hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 1169px) {
  /* line 236, ../sass/_grid-responsive.scss */
  .hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  /* line 237, ../sass/_grid-responsive.scss */
  .hidden-xs.hidden-lg {
    display: none !important;
  }
}
/* line 240, ../sass/_grid-responsive.scss */
.hidden-sm {
  display: block !important;
}

@media (max-width: 767px) {
  /* line 241, ../sass/_grid-responsive.scss */
  .hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  /* line 242, ../sass/_grid-responsive.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 1169px) {
  /* line 243, ../sass/_grid-responsive.scss */
  .hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  /* line 244, ../sass/_grid-responsive.scss */
  .hidden-sm.hidden-lg {
    display: none !important;
  }
}
/* line 247, ../sass/_grid-responsive.scss */
.hidden-md {
  display: block !important;
}

@media (max-width: 767px) {
  /* line 248, ../sass/_grid-responsive.scss */
  .hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  /* line 249, ../sass/_grid-responsive.scss */
  .hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 1169px) {
  /* line 250, ../sass/_grid-responsive.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  /* line 251, ../sass/_grid-responsive.scss */
  .hidden-md.hidden-lg {
    display: none !important;
  }
}
/* line 254, ../sass/_grid-responsive.scss */
.hidden-lg {
  display: block !important;
}

@media (max-width: 767px) {
  /* line 255, ../sass/_grid-responsive.scss */
  .hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  /* line 256, ../sass/_grid-responsive.scss */
  .hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 1169px) {
  /* line 257, ../sass/_grid-responsive.scss */
  .hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  /* line 258, ../sass/_grid-responsive.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 3, ../sass/_layout.scss */
.pull-left {
  display: block;
  float: left !important;
  margin-left: -75px !important;
  margin-right: 40px !important;
}
/* line 4, ../sass/_layout.scss */
.pull-left.half {
  width: 50%;
}
/* line 5, ../sass/_layout.scss */
.pull-left.close {
  margin-left: -25px !important;
}
/* line 6, ../sass/_layout.scss */
.pull-left.far {
  margin-left: -100px;
}
/* line 7, ../sass/_layout.scss */
.pull-left.only {
  margin-right: 0 !important;
}

/* line 9, ../sass/_layout.scss */
.pull-right {
  display: block;
  float: right !important;
  margin-right: -75px !important;
  margin-left: 40px !important;
}
/* line 10, ../sass/_layout.scss */
.pull-right.half {
  width: 50%;
}
/* line 11, ../sass/_layout.scss */
.pull-right.close {
  margin-left: -25px !important;
}
/* line 12, ../sass/_layout.scss */
.pull-right.far {
  margin-right: -100px;
}
/* line 13, ../sass/_layout.scss */
.pull-right.only {
  margin-right: 0 !important;
}

@media (max-width: 900px) {
  /* line 16, ../sass/_layout.scss */
  .pull-left {
    display: block;
    float: left !important;
    margin-left: 0 !important;
    margin-right: 40px !important;
  }
  /* line 17, ../sass/_layout.scss */
  .pull-left.half {
    width: 50%;
  }
  /* line 18, ../sass/_layout.scss */
  .pull-left.close {
    margin-left: -25px !important;
  }
  /* line 19, ../sass/_layout.scss */
  .pull-left.far {
    margin-left: -100px;
  }
  /* line 20, ../sass/_layout.scss */
  .pull-left.only {
    margin-right: 0 !important;
  }

  /* line 22, ../sass/_layout.scss */
  .pull-right {
    display: block;
    float: right !important;
    margin-right: 0 !important;
    margin-left: 40px !important;
  }
  /* line 23, ../sass/_layout.scss */
  .pull-right.half {
    width: 50%;
  }
  /* line 24, ../sass/_layout.scss */
  .pull-right.close {
    margin-left: -25px !important;
  }
  /* line 25, ../sass/_layout.scss */
  .pull-right.far {
    margin-right: -100px;
  }
  /* line 26, ../sass/_layout.scss */
  .pull-right.only {
    margin-right: 0 !important;
  }
}
/* line 30, ../sass/_layout.scss */
.img-with-caption span {
  clear: left;
  display: block;
  font-size: 18px;
  color: #999999;
  font-style: italic;
  padding-top: 5px;
  clear: both;
}

/* line 34, ../sass/_layout.scss */
.img-collection img {
  margin: 0;
  float: none;
  width: 50%;
}
/* line 36, ../sass/_layout.scss */
.img-collection.small img {
  margin: 10px auto;
  height: auto;
}
/* line 37, ../sass/_layout.scss */
.img-collection.small img:first-child {
  margin-left: auto;
}
/* line 38, ../sass/_layout.scss */
.img-collection.small img:last-child {
  margin-right: auto;
}
/* line 42, ../sass/_layout.scss */
.img-collection.large img {
  margin: 10px auto;
  width: 75%;
}
/* line 43, ../sass/_layout.scss */
.img-collection.large img:first-child {
  margin-left: auto;
}
/* line 44, ../sass/_layout.scss */
.img-collection.large img:last-child {
  margin-right: auto;
}

@media (min-width: 625px) {
  /* line 51, ../sass/_layout.scss */
  .img-collection img {
    margin: 0 11px;
    float: left;
    height: 163px;
    width: auto;
  }
  /* line 52, ../sass/_layout.scss */
  .img-collection img:first-child {
    margin-left: 0;
  }
  /* line 53, ../sass/_layout.scss */
  .img-collection img:last-child {
    margin-right: 0;
  }
  /* line 56, ../sass/_layout.scss */
  .img-collection.small img {
    margin: 0 15px;
    height: 126px;
  }
  /* line 57, ../sass/_layout.scss */
  .img-collection.small img:first-child {
    margin-left: 0px;
  }
  /* line 58, ../sass/_layout.scss */
  .img-collection.small img:last-child {
    margin-right: 0px;
  }
  /* line 62, ../sass/_layout.scss */
  .img-collection.large img {
    margin: 0;
    height: 209px;
    width: auto;
  }
  /* line 63, ../sass/_layout.scss */
  .img-collection.large img:first-child {
    margin-left: 0px;
  }
  /* line 64, ../sass/_layout.scss */
  .img-collection.large img:last-child {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  /* line 71, ../sass/_layout.scss */
  .large-image {
    width: 100%;
  }
}
@media (min-width: 900px) {
  /* line 77, ../sass/_layout.scss */
  .img-collection {
    background: blue;
  }
  /* line 78, ../sass/_layout.scss */
  .img-collection img {
    margin: 0 11px;
    float: left;
    height: 163px;
    width: auto;
  }
  /* line 79, ../sass/_layout.scss */
  .img-collection img:first-child {
    margin-left: 0;
  }
  /* line 80, ../sass/_layout.scss */
  .img-collection img:last-child {
    margin-right: 0;
  }
  /* line 83, ../sass/_layout.scss */
  .img-collection.small img {
    margin: 0 15px;
    height: 126px;
  }
  /* line 84, ../sass/_layout.scss */
  .img-collection.small img:first-child {
    margin-left: 0px;
  }
  /* line 85, ../sass/_layout.scss */
  .img-collection.small img:last-child {
    margin-right: 0px;
  }
  /* line 89, ../sass/_layout.scss */
  .img-collection.large img {
    margin: 0;
    height: 209px;
    width: auto;
  }
  /* line 90, ../sass/_layout.scss */
  .img-collection.large img:first-child {
    margin-left: 0px;
  }
  /* line 91, ../sass/_layout.scss */
  .img-collection.large img:last-child {
    margin-right: 0px;
  }
}
@font-face {
  font-family: 'Museo';
  src: url("../fonts/MuseoSansLight.ttf") format("truetype");
}
@font-face {
  font-family: 'Museo100';
  src: url("../fonts/MuseoSans_100.otf") format("opentype");
}
@font-face {
  font-family: 'Museo300';
  src: url("../fonts/MuseoSans_300.otf") format("opentype");
}
@font-face {
  font-family: 'Museo500';
  src: url("../fonts/MuseoSans_500.otf") format("opentype");
}
@font-face {
  font-family: 'Museo700';
  src: url("../fonts/MuseoSans_700.otf") format("opentype");
}
@font-face {
  font-family: 'Museo-Bold';
  src: url("../fonts/MuseoSansBlack.ttf") format("truetype");
}
@font-face {
  font-family: 'Lora-Bold';
  src: url("../fonts/Lora-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Angelina';
  src: url("../fonts/angelina.TTF") format("truetype");
}
/* line 12, ../sass/_type.scss */
body {
  font-size: 100%;
  color: #6d6e71;
  font-family: "Aleo-Light";
}

/* line 15, ../sass/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #333333;
  font-family: "Aleo-Bold";
}

/* line 17, ../sass/_type.scss */
.fsize70 {
  font-size: 2.625em;
}

/* line 18, ../sass/_type.scss */
.fsize64, h1 {
  font-size: 2.375em;
}

/* line 19, ../sass/_type.scss */
.fsize58 {
  font-size: 2.25em;
}

/* line 20, ../sass/_type.scss */
.fsize52, h2 {
  font-size: 2.125em;
}

/* line 21, ../sass/_type.scss */
.fsize42, h3 {
  font-size: 1.625em;
}

/* line 22, ../sass/_type.scss */
.fsize40 {
  font-size: 1.66667em;
}

/* line 23, ../sass/_type.scss */
.fsize32, h4 {
  font-size: 1.33333em;
}

/* line 24, ../sass/_type.scss */
.fsize28 {
  font-size: 1.16667em;
}

/* line 25, ../sass/_type.scss */
.fsize22, h5 {
  font-size: 1.125em;
  line-height: 1.25em;
}

/* line 26, ../sass/_type.scss */
.fsize20 {
  font-size: 1em;
}

/* line 27, ../sass/_type.scss */
.fsize18, h6 {
  font-size: 1em;
  line-height: 1.125em;
}

/* line 28, ../sass/_type.scss */
.fsize16 {
  font-size: 0.875em;
}

/* line 29, ../sass/_type.scss */
.fsize14 {
  font-size: 0.875em;
}

/* line 30, ../sass/_type.scss */
.fsize12 {
  font-size: 0.75em;
}

@media (min-width: 768px) {
  /* line 33, ../sass/_type.scss */
  .fsize70 {
    font-size: 4.375em;
  }

  /* line 34, ../sass/_type.scss */
  .fsize64, h1 {
    font-size: 4em;
  }

  /* line 35, ../sass/_type.scss */
  .fsize58 {
    font-size: 3.625em;
  }

  /* line 36, ../sass/_type.scss */
  .fsize52, h2 {
    font-size: 3.25em;
  }

  /* line 37, ../sass/_type.scss */
  .fsize42, h3 {
    font-size: 2.625em;
  }

  /* line 38, ../sass/_type.scss */
  .fsize40 {
    font-size: 2.5em;
  }

  /* line 39, ../sass/_type.scss */
  .fsize32, h4 {
    font-size: 2em;
  }

  /* line 40, ../sass/_type.scss */
  .fsize28 {
    font-size: 1.75em;
  }

  /* line 41, ../sass/_type.scss */
  .fsize22, h5 {
    font-size: 1.375em;
    line-height: 1.25em;
  }

  /* line 42, ../sass/_type.scss */
  .fsize20 {
    font-size: 1.25em;
  }

  /* line 43, ../sass/_type.scss */
  .fsize18, h6 {
    font-size: 1.125em;
    line-height: 1.25em;
  }

  /* line 44, ../sass/_type.scss */
  .fsize16 {
    font-size: 1em;
  }

  /* line 45, ../sass/_type.scss */
  .fsize14 {
    font-size: 0.875em;
  }

  /* line 46, ../sass/_type.scss */
  .fsize12 {
    font-size: 0.75em;
  }
}
/* line 53, ../sass/_type.scss */
h5 {
  padding: 15px 15px 0;
}

/* line 56, ../sass/_type.scss */
p, blockquote, .pull-left, .pull-right {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -moz-margin-before: 1em;
  -moz-margin-after: 1em;
  -moz-margin-start: 0px;
  -moz-margin-end: 0px;
  -ms-margin-before: 1em;
  -ms-margin-after: 1em;
  -ms-margin-start: 0px;
  -ms-margin-end: 0px;
}

@-moz-document url-prefix() {
  /* line 73, ../sass/_type.scss */
  p.dropcap:frist-child:first-letter {
    margin-top: 12px;
  }
}
/* line 77, ../sass/_type.scss */
p {
  font-size: 21px;
  color: #666766;
  line-height: 32px;
}
/* line 78, ../sass/_type.scss */
p.dropcap:first-child:first-letter {
  float: left;
  line-height: 85px;
  font-size: 101px;
  margin-right: 10px;
}

/* line 81, ../sass/_type.scss */
blockquote {
  display: inline-block;
  color: #0d3a5c;
  line-height: 32px;
  font-size: 21px;
  text-transform: uppercase;
  font-family: "Aleo-Bold";
  font-weight: bold;
}
/* line 82, ../sass/_type.scss */
blockquote.full {
  text-align: center;
  font-size: 24px;
}

/* line 85, ../sass/_type.scss */
a.social {
  display: inline-block;
  font-family: "Aleo-Bold";
  color: #32b0de;
  font-size: 16px;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 16px;
  padding-left: 25px;
  background-image: url(../images/icons/twitter-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 15px;
  text-decoration: none;
}

/* line 2, ../sass/_header.scss */
header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 10;
  top: 0px;
  transition: all 0.25s ease-in;
}
/* line 3, ../sass/_header.scss */
header .container {
  max-width: 100%;
  padding-left: 9.115%;
  padding-right: 9.115%;
}
/* line 4, ../sass/_header.scss */
header .container .row {
  border-bottom: solid 2px #1EE9B6;
}
/* line 5, ../sass/_header.scss */
header .container .row div.col-no-padding-left {
  padding-left: 0;
}
/* line 6, ../sass/_header.scss */
header .container .row div.col-no-padding-right {
  padding-right: 0;
}
/* line 7, ../sass/_header.scss */
header .container .row div.menu-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 8, ../sass/_header.scss */
header .container .row .Logo {
  width: 180px;
  height: 38px;
  margin-top: 13px;
  float: left;
  transition: all 0.25s ease-out;
}
/* line 9, ../sass/_header.scss */
header .container .row .Logo:hover {
  opacity: 0.85;
  transition: all 0.25s ease-in;
}
/* line 10, ../sass/_header.scss */
header .container .row nav {
  float: right;
  margin-bottom: 17px;
}
/* line 11, ../sass/_header.scss */
header .container .row nav ul {
  float: right;
  display: block;
}
/* line 12, ../sass/_header.scss */
header .container .row nav ul li {
  float: left;
  display: block;
  padding-top: 10px;
  position: relative;
}
/* line 13, ../sass/_header.scss */
header .container .row nav ul li a {
  transition: 0.25s ease-out;
  font-family: Museo100;
  margin-left: 58px;
  color: #ffffff;
  line-height: 1.875rem;
  font-size: 1.5625rem;
  text-transform: capitalize;
  text-decoration: none;
}
/* line 14, ../sass/_header.scss */
header .container .row nav ul li a:hover {
  color: #1EE9B6;
  transition: all 0.25s ease-in;
}
/* line 16, ../sass/_header.scss */
header .container .row nav ul li.current_page_item a {
  color: #1EE9B6;
}
/* line 22, ../sass/_header.scss */
header .container .row .cart-top .cart-items {
  float: right;
  display: block;
  font-family: Museo300;
  font-size: 1.25rem;
  color: white;
  margin-top: 15px;
  margin-right: 10px;
}
/* line 23, ../sass/_header.scss */
header .container .row .cart-top img {
  float: right;
  display: block;
  margin-top: 0px;
}
/* line 25, ../sass/_header.scss */
header .container .row .menu {
  clear: both;
}
/* line 26, ../sass/_header.scss */
header .container .row .burger-menu {
  width: 100%;
  max-width: 37px;
  height: 27px;
  background: url("../images/burger-menu-ico.png") no-repeat;
  float: right;
  cursor: pointer;
  margin-top: 24px;
}
/* line 28, ../sass/_header.scss */
header .container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 6px;
  pointer-events: none;
  /* Pure bottom shadow */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1170px) {
  /* line 42, ../sass/_header.scss */
  header .container .row {
    padding: 0;
    padding-bottom: 30px;
  }
  /* line 43, ../sass/_header.scss */
  header .container header {
    width: 100%;
    height: 60px;
  }
  /* line 44, ../sass/_header.scss */
  header .container header .Logo {
    width: 180px;
    height: 37px;
  }
  /* line 47, ../sass/_header.scss */
  header .container header nav ul li {
    padding-top: 10px;
  }
  /* line 48, ../sass/_header.scss */
  header .container header nav ul li a {
    font-size: 1rem;
    margin-left: 10px;
  }
  /* line 49, ../sass/_header.scss */
  header .container header nav ul li a:after {
    display: none;
  }
  /* line 51, ../sass/_header.scss */
  header .container header nav ul li:after {
    display: none;
  }
}
@media (max-width: 768px) {
  /* line 58, ../sass/_header.scss */
  header .container header {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 90px;
  }
  /* line 59, ../sass/_header.scss */
  header .container header .row {
    padding-bottom: 30px;
  }
  /* line 60, ../sass/_header.scss */
  header .container header .row .Logo {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 1170px) {
  /* line 68, ../sass/_header.scss */
  .mobile-nav {
    width: 100%;
    top: 83px;
    opacity: 0;
    position: fixed;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 100;
  }
  /* line 69, ../sass/_header.scss */
  .mobile-nav ul {
    width: calc(100% - 18.23% + 30px);
    margin-left: calc(9.115% - 15px);
    margin-right: calc(9.115% - 15px);
    background: transparent;
    position: fixed;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  }
  /* line 70, ../sass/_header.scss */
  .mobile-nav ul li {
    text-align: center;
    border-bottom: solid 2px #1EE9B6;
    background: #061926;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 71, ../sass/_header.scss */
  .mobile-nav ul li a {
    color: white;
    font-family: Museo300;
    text-transform: lowercase;
  }
  /* line 72, ../sass/_header.scss */
  .mobile-nav ul li:hover {
    background: #0d3652;
    cursor: pointer;
  }
  /* line 77, ../sass/_header.scss */
  .mobile-nav.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
@media (max-width: 1299px) {
  /* line 82, ../sass/_header.scss */
  header .container .row nav ul li a {
    margin-left: 40px;
  }
}
@media (max-width: 1140px) {
  /* line 85, ../sass/_header.scss */
  header .container .row nav ul li a {
    margin-left: 15px;
    font-size: 1.25rem;
    display: inherit;
    padding-top: 15px;
  }
}
/* line 88, ../sass/_header.scss */
header.scrolled {
  background: #061926;
  /* solid color */
  padding: 10px 40px;
  /* optional shrinking */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* optional shadow */
  transition: all 0.25s ease-in;
}

/* line 2, ../sass/_footer.scss */
.footer-promo {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
/* line 3, ../sass/_footer.scss */
.footer-promo span {
  margin-top: 10px;
}
/* line 4, ../sass/_footer.scss */
.footer-promo span, .footer-promo span p, .footer-promo strong {
  color: white;
  font-family: Museo;
  font-size: 1.5rem;
  line-height: 1.5rem;
  width: auto !important;
  text-align: left !important;
}
/* line 5, ../sass/_footer.scss */
.footer-promo .social-icons {
  margin-left: 10px;
}
/* line 6, ../sass/_footer.scss */
.footer-promo .social-icons a {
  float: left;
  margin-left: 15px;
  display: block;
}
/* line 7, ../sass/_footer.scss */
.footer-promo .social-icons a img {
  width: 50px;
}
/* line 10, ../sass/_footer.scss */
.footer-promo p {
  margin: 0;
}
/* line 11, ../sass/_footer.scss */
.footer-promo strong, .footer-promo strong p {
  font-family: Museo100 !important;
  margin: 0 !important;
}

@media (max-width: 1170px) {
  /* line 15, ../sass/_footer.scss */
  .footer-promo span, .footer-promo span p, .footer-promo strong {
    font-size: 1rem !important;
  }
}
@media (max-width: 900px) {
  /* line 19, ../sass/_footer.scss */
  .footer-promo {
    margin-top: 0px !important;
    margin-bottom: 60px;
    padding-top: 45px !important;
    padding-bottom: 55px;
  }
  /* line 20, ../sass/_footer.scss */
  .footer-promo span, .footer-promo span p {
    width: 100% !important;
    text-align: center !important;
  }

  /* line 22, ../sass/_footer.scss */
  .social-icons {
    width: 120px;
    margin: 0 auto !important;
    height: 85px;
    clear: both;
    padding-top: 20px;
  }
  /* line 23, ../sass/_footer.scss */
  .social-icons a:first-of-type {
    margin: 0 !important;
  }

  /* line 25, ../sass/_footer.scss */
  .social-icons-placeholder {
    height: 75px;
    margin-top: 25px;
    clear: both;
  }
}
/* line 28, ../sass/_footer.scss */
footer {
  background: #061926;
  min-height: 160px;
  padding-top: 45px;
}
/* line 29, ../sass/_footer.scss */
footer span, footer span p {
  color: white;
  font-family: Museo;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 !important;
}
/* line 30, ../sass/_footer.scss */
footer h3 {
  font-family: Museo300;
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 20px;
}
/* line 31, ../sass/_footer.scss */
footer a {
  color: white;
}
/* line 32, ../sass/_footer.scss */
footer .social {
  margin-top: 10px;
}
/* line 33, ../sass/_footer.scss */
footer .social a {
  display: block;
  float: left;
  margin-right: 10px;
}
/* line 34, ../sass/_footer.scss */
footer .social a img {
  width: 45px;
  height: 45px;
}
/* line 38, ../sass/_footer.scss */
footer ul li {
  width: 50%;
  float: left;
  display: block;
  margin-bottom: 4px;
  margin-top: 4px;
}

@media (max-width: 1170px) {
  /* line 43, ../sass/_footer.scss */
  footer {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  /* line 44, ../sass/_footer.scss */
  footer .col-lg-3 {
    margin-bottom: 30px;
    text-align: center;
    clear: both;
  }
  /* line 45, ../sass/_footer.scss */
  footer .col-lg-3 .social {
    margin: 0 auto;
    max-width: 100px;
    margin-top: 30px;
    padding-bottom: 50px;
  }
  /* line 46, ../sass/_footer.scss */
  footer .col-lg-3 .social a:last-of-type {
    margin-right: 0;
  }
}
/* line 1, ../sass/_content.scss */
body {
  font-family: Museo;
  background-color: #061926;
}

@media (max-width: 768px) {
  /* line 4, ../sass/_content.scss */
  .invisible-xs {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  /* line 7, ../sass/_content.scss */
  .invisible-mq {
    display: none !important;
  }
}
@media (min-width: 900px) {
  /* line 11, ../sass/_content.scss */
  .invisible-lg {
    display: none !important;
  }
}
/* line 15, ../sass/_content.scss */
a {
  text-decoration: none;
  transform: ease-out 0.3s;
}

/* line 16, ../sass/_content.scss */
a:hover {
  opacity: 0.75;
  transform: ease-in 0.3s;
}

/* line 17, ../sass/_content.scss */
section[class="hero"] {
  border-bottom: solid 1px black;
}
@keyframes fallIn {
  0% {
    opacity: 0;
    transform: translate(-20px, -40px) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
  }
}
/* line 30, ../sass/_content.scss */
section[class="hero"] .item h1 {
  position: absolute;
  left: 15%;
  top: 28.8%;
  color: #ffffff;
  font-family: Museo100;
  font-size: 3.75rem;
}
/* line 31, ../sass/_content.scss */
section[class="hero"] .item h2 {
  position: absolute;
  top: 41.3%;
  left: 30.5%;
  color: #ffffff;
  font-family: Museo500;
  font-size: 3.75rem;
}
/* line 32, ../sass/_content.scss */
section[class="hero"] .item img {
  width: 100%;
}
/* line 33, ../sass/_content.scss */
section[class="hero"] .item .owl-nav {
  top: calc(50% - 33px);
  left: 0;
  position: absolute;
  width: 100%;
  pointer-events: none;
}
/* line 34, ../sass/_content.scss */
section[class="hero"] .item .owl-nav .owl-prev {
  width: 20px;
  height: 33px;
  background: url("../images/arrow-left.png") !important;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  margin-left: 15px;
}
/* line 35, ../sass/_content.scss */
section[class="hero"] .item .owl-nav .owl-prev:hover {
  opacity: 0.75;
  transition: ease-in-out 0.3s;
}
/* line 36, ../sass/_content.scss */
section[class="hero"] .item .owl-nav .owl-next {
  width: 20px;
  height: 33px;
  background: url("../images/arrow-right.png") !important;
  background-repeat: no-repeat;
  position: relative;
  float: right;
  margin-right: 15px;
}
/* line 37, ../sass/_content.scss */
section[class="hero"] .item .owl-nav .owl-next:hover {
  opacity: 0.75;
  transition: ease-in-out 0.3s;
}

@media (max-width: 768px) {
  /* line 44, ../sass/_content.scss */
  section[class="hero"] .owl-nav {
    display: none;
  }
  /* line 45, ../sass/_content.scss */
  section[class="hero"] .item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }
  /* line 46, ../sass/_content.scss */
  section[class="hero"] .item img {
    height: 585px;
    width: 100%;
    object-fit: cover;
    display: block;
  }
  /* line 48, ../sass/_content.scss */
  section[class="hero"] .item h1, section[class="hero"] .item h2 {
    position: absolute;
    color: #ffffff;
  }
  /* line 54, ../sass/_content.scss */
  section[class="hero"] .item h1 {
    left: 15vw;
    top: 28.8%;
    font-size: 1.4375rem;
  }
  /* line 60, ../sass/_content.scss */
  section[class="hero"] .item h2 {
    position: absolute;
    right: 15vw;
    top: 41.3%;
    font-size: 1.4375rem;
    color: #ffffff;
    text-align: right;
  }
}
/* line 71, ../sass/_content.scss */
section[class="intro"] {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
/* line 72, ../sass/_content.scss */
section[class="intro"] p, section[class="intro"] span p {
  font-family: Museo100;
  font-size: 1.4375rem;
  line-height: 2.1875rem;
  letter-spacing: 1px;
  color: #000000;
  text-align: center;
}
/* line 73, ../sass/_content.scss */
section[class="intro"] strong, section[class="intro"] strong p {
  font-family: Museo700;
  font-size: 1.4375rem;
  line-height: 2.1875rem;
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 1367px) {
  /* line 76, ../sass/_content.scss */
  section[class="intro"] {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  /* line 77, ../sass/_content.scss */
  section[class="intro"] p, section[class="intro"] span p {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 1px;
  }
  /* line 78, ../sass/_content.scss */
  section[class="intro"] strong, section[class="intro"] strong p {
    margin-top: 21px;
    font-size: 2.1875rem;
    line-height: 3rem;
  }
}
@media (max-width: 768px) {
  /* line 83, ../sass/_content.scss */
  section[class="intro"] p, section[class="intro"] span p, section[class="intro"] strong {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  /* line 84, ../sass/_content.scss */
  section[class="intro"] strong, section[class="intro"] strong p {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
/* line 87, ../sass/_content.scss */
section[class="services"] {
  background: #061926;
  padding-top: 80px;
  padding-bottom: 80px;
}
/* line 88, ../sass/_content.scss */
section[class="services"] h2 {
  font-family: Museo100;
  font-size: 2.375rem;
  color: #1EE9B6;
  width: 100%;
  text-align: center;
  padding-bottom: 45px;
}
/* line 89, ../sass/_content.scss */
section[class="services"] div {
  text-align: center;
}
/* line 90, ../sass/_content.scss */
section[class="services"] div h3 {
  font-family: Museo100;
  font-size: 1.3125rem;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}
/* line 91, ../sass/_content.scss */
section[class="services"] div img {
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 0px;
}
/* line 93, ../sass/_content.scss */
section[class="services"] div .services-content p {
  font-family: Museo100;
  font-size: 1.625rem;
  line-height: 32px;
}
/* line 95, ../sass/_content.scss */
section[class="services"] div .image-wrapper {
  min-height: 160px;
  padding-top: 65px;
}
/* line 96, ../sass/_content.scss */
section[class="services"] div .services-tile-content {
  padding-bottom: 90px;
}
/* line 98, ../sass/_content.scss */
section[class="services"] span, section[class="services"] span p {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-family: Museo100;
  color: #ffffff;
  font-size: 19px;
  line-height: 26px;
}

@media (min-width: 1367px) {
  /* line 101, ../sass/_content.scss */
  section[class="services"] {
    padding-top: 130px;
    padding-bottom: 135px;
  }
  /* line 102, ../sass/_content.scss */
  section[class="services"] h2 {
    font-size: 3.625rem;
    padding-bottom: 54px;
  }
  /* line 104, ../sass/_content.scss */
  section[class="services"] div h3 {
    font-size: 2.25rem;
    font-weight: normal;
  }
  /* line 106, ../sass/_content.scss */
  section[class="services"] div .services-content p {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
  /* line 108, ../sass/_content.scss */
  section[class="services"] div .front-page-services {
    padding-top: 0px;
  }
  /* line 109, ../sass/_content.scss */
  section[class="services"] div .image-wrapper {
    min-height: 110px;
    padding-top: 90px;
  }
  /* line 111, ../sass/_content.scss */
  section[class="services"] span, section[class="services"] span p {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}
@media (max-width: 768px) {
  /* line 115, ../sass/_content.scss */
  section[class="services"] {
    padding-top: 60px;
    padding-bottom: 0;
  }
  /* line 118, ../sass/_content.scss */
  section[class="services"] div .image-wrapper {
    display: inline-block;
    width: 100%;
    min-height: 95px;
    padding-top: 0px;
  }
  /* line 119, ../sass/_content.scss */
  section[class="services"] div h3 {
    font-size: 20px;
    line-height: 26px;
    min-height: 98px;
  }
}
/* line 123, ../sass/_content.scss */
section[class="qualifications"] {
  padding-top: 115px;
  padding-bottom: 95px;
}
/* line 124, ../sass/_content.scss */
section[class="qualifications"] .row {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 125, ../sass/_content.scss */
section[class="qualifications"] .row img {
  display: inline-block;
  float: left;
  margin-left: 17px;
}

@media (min-width: 1367px) {
  /* line 129, ../sass/_content.scss */
  section[class="qualifications"] {
    padding-top: 90px;
    padding-bottom: 75px;
  }
  /* line 130, ../sass/_content.scss */
  section[class="qualifications"] .row {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 131, ../sass/_content.scss */
  section[class="qualifications"] .row img {
    display: inline-block;
    float: left;
    margin-left: 90px;
  }
}
@media (max-width: 768px) {
  /* line 136, ../sass/_content.scss */
  section[class="qualifications"] {
    padding-top: 85px;
  }
  /* line 138, ../sass/_content.scss */
  section[class="qualifications"] .row div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 139, ../sass/_content.scss */
  section[class="qualifications"] .row div img {
    max-height: 80px;
    object-fit: contain;
    margin: 0;
  }
}
/* line 144, ../sass/_content.scss */
section[class="testimonials"] {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 145, ../sass/_content.scss */
section[class="testimonials"] .row {
  border-top: solid 2px #1EE9B6;
  padding-top: 95px;
  padding-bottom: 70px;
}
/* line 147, ../sass/_content.scss */
section[class="testimonials"] .row div h3 {
  font-family: Museo100;
  font-size: 2.5rem;
  line-height: 48px;
  color: #1EE9B6;
  margin-top: 0px;
  margin-bottom: 25px;
  width: 100%;
  text-align: left;
}
/* line 148, ../sass/_content.scss */
section[class="testimonials"] .row div h4 {
  font-family: Museo100;
  font-size: 2.5rem;
  line-height: 48px;
  color: #1EE9B6;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
  float: left;
}
/* line 149, ../sass/_content.scss */
section[class="testimonials"] .row div span {
  clear: both;
  display: inline-block;
}
/* line 150, ../sass/_content.scss */
section[class="testimonials"] .row div p, section[class="testimonials"] .row div span, section[class="testimonials"] .row div span p {
  font-family: Museo100;
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-align: left;
  color: #ffffff;
}
/* line 151, ../sass/_content.scss */
section[class="testimonials"] .row div ul {
  display: block;
  float: left;
  padding-bottom: 55px;
}
/* line 152, ../sass/_content.scss */
section[class="testimonials"] .row div ul li {
  float: left;
  display: inline-block;
  font-family: Museo100;
  font-size: 1.25rem;
  line-height: 1.625rem;
  border-right: solid 2px #1EE9B6;
  margin-right: 15px;
  padding-right: 15px;
  color: #ffffff;
}
/* line 155, ../sass/_content.scss */
section[class="testimonials"] .row div .image-wrapper img {
  width: 100%;
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  /* line 162, ../sass/_content.scss */
  section[class="testimonials"] .row:nth-child(1) {
    border-top: none;
  }
  /* line 163, ../sass/_content.scss */
  section[class="testimonials"] img {
    padding-top: 30px;
  }
  /* line 164, ../sass/_content.scss */
  section[class="testimonials"] h3, section[class="testimonials"] h4 {
    text-align: center !important;
    font-size: 2rem !important;
  }
  /* line 166, ../sass/_content.scss */
  section[class="testimonials"] .row {
    padding-top: 30px;
    padding-bottom: 0;
  }
  /* line 168, ../sass/_content.scss */
  section[class="testimonials"] .row div ul {
    width: 100%;
  }
  /* line 169, ../sass/_content.scss */
  section[class="testimonials"] .row div ul li {
    border: 0;
    margin: 0;
    padding: 0;
    clear: both;
    text-align: center;
    width: 100%;
  }
  /* line 171, ../sass/_content.scss */
  section[class="testimonials"] .row div h3 {
    font-size: 2rem;
  }
  /* line 172, ../sass/_content.scss */
  section[class="testimonials"] .row div p, section[class="testimonials"] .row div span, section[class="testimonials"] .row div span p {
    text-align: center !important;
    width: 100%;
  }
}
/* line 179, ../sass/_content.scss */
section[class="events"] {
  margin-bottom: 30px;
}
/* line 181, ../sass/_content.scss */
section[class="events"] .row div {
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
  position: relative;
}
/* line 182, ../sass/_content.scss */
section[class="events"] .row div a {
  color: #6d6e71;
}
/* line 183, ../sass/_content.scss */
section[class="events"] .row div a span {
  font-family: Angelina;
  width: 100%;
  text-align: center;
  line-height: 2.1875rem;
  font-size: 2.1875rem;
  position: absolute;
  bottom: 31px;
  right: 3px;
}
/* line 185, ../sass/_content.scss */
section[class="events"] .row div a:hover {
  opacity: 1;
}
/* line 186, ../sass/_content.scss */
section[class="events"] .row div img {
  width: 100%;
}
/* line 189, ../sass/_content.scss */
section[class="events"] .row div:nth-child(1) a {
  color: #6d6e71;
}
/* line 191, ../sass/_content.scss */
section[class="events"] .row div:nth-child(1) a:hover {
  opacity: 1;
}
/* line 193, ../sass/_content.scss */
section[class="events"] .row div:nth-child(1):hover {
  opacity: 1;
  cursor: pointer;
  transition: all .3s ease-in;
}
/* line 195, ../sass/_content.scss */
section[class="events"] .row div:nth-child(2) a {
  color: #6d6e71;
}
/* line 197, ../sass/_content.scss */
section[class="events"] .row div:nth-child(2) a:hover {
  opacity: 1;
}
/* line 199, ../sass/_content.scss */
section[class="events"] .row div:nth-child(2):hover {
  opacity: 1;
  cursor: pointer;
  transition: all .3s ease-in;
}
/* line 201, ../sass/_content.scss */
section[class="events"] .row div:nth-child(3) a {
  color: #6d6e71;
}
/* line 203, ../sass/_content.scss */
section[class="events"] .row div:nth-child(3) a:hover {
  opacity: 1;
}
/* line 205, ../sass/_content.scss */
section[class="events"] .row div:nth-child(3):hover {
  opacity: 1;
  cursor: pointer;
  transition: all .3s ease-in;
}
/* line 207, ../sass/_content.scss */
section[class="events"] .row div:nth-child(4) a {
  color: #6d6e71;
}
/* line 209, ../sass/_content.scss */
section[class="events"] .row div:nth-child(4) a:hover {
  opacity: 1;
}
/* line 211, ../sass/_content.scss */
section[class="events"] .row div:nth-child(4):hover {
  opacity: 1;
  cursor: pointer;
  transition: all .3s ease-in;
}

@media (min-width: 768px) and (max-width: 1170px) {
  /* line 217, ../sass/_content.scss */
  section[class="events"] a img {
    width: auto;
    max-width: 300px;
  }
  /* line 219, ../sass/_content.scss */
  section[class="events"] span {
    font-size: 1.5rem !important;
    bottom: 15px !important;
    left: 0px !important;
  }
}
@media (max-width: 768px) {
  /* line 223, ../sass/_content.scss */
  section[class="events"] {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  /* line 225, ../sass/_content.scss */
  section[class="events"] a img {
    margin: 0 auto;
    width: auto;
    max-width: 300px;
    margin-top: 30px;
    display: block;
  }
}
/* line 229, ../sass/_content.scss */
section[class="promo"], .footer-promo {
  background: #1EE9B6;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 230, ../sass/_content.scss */
section[class="promo"] span, .footer-promo span, section[class="promo"] span p, .footer-promo span p {
  color: #061926;
  font-family: Museo100;
  font-size: 1.75rem;
  line-height: 1.75rem;
  width: 100%;
  text-align: center;
  display: block;
  float: left;
}
/* line 231, ../sass/_content.scss */
section[class="promo"] strong, .footer-promo strong {
  font-size: 1.875rem;
  line-height: 1.5rem;
  font-family: Museo700;
}

@media (min-width: 1367px) {
  /* line 234, ../sass/_content.scss */
  section[class="promo"], .footer-promo {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 235, ../sass/_content.scss */
  section[class="promo"] span, .footer-promo span, section[class="promo"] span p, .footer-promo span p {
    font-size: 2.625rem;
    line-height: 2.625rem;
    letter-spacing: 2px;
  }
  /* line 236, ../sass/_content.scss */
  section[class="promo"] strong, .footer-promo strong {
    font-size: 2.625rem;
    line-height: 2.625rem;
  }
}
@media (max-width: 768px) {
  /* line 240, ../sass/_content.scss */
  section[class="promo"], .footer-promo {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  /* line 241, ../sass/_content.scss */
  section[class="promo"] span, .footer-promo span, section[class="promo"] span p, .footer-promo span p {
    font-size: 1.375rem;
    line-height: 1.5rem;
    font-family: Museo300;
  }
  /* line 242, ../sass/_content.scss */
  section[class="promo"] strong, .footer-promo strong {
    font-size: 1.375rem;
    line-height: 1.5rem;
    font-family: Museo700;
    clear: both;
    display: block;
  }
}
/* line 245, ../sass/_content.scss */
section[class="gallery"] {
  padding-top: 0px;
  padding-bottom: 55px;
  margin-bottom: 80px;
  background: #061926;
}
/* line 246, ../sass/_content.scss */
section[class="gallery"] h2 {
  font-family: Museo;
  font-size: 2.375rem;
  line-height: 2.375rem;
  color: #1EE9B6;
  text-transform: capitalize;
  color: #1EE9B6;
  margin-left: 5px;
}
/* line 247, ../sass/_content.scss */
section[class="gallery"] a {
  font-family: Museo500;
  text-align: right;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  color: #ffffff;
  text-decoration: none;
  display: block;
  float: right;
  width: 100%;
  margin-top: 20px;
  padding-right: 20px;
}
/* line 248, ../sass/_content.scss */
section[class="gallery"] a:hover {
  opacity: 0.75;
  transition: ease-in-out 0.3s;
}
/* line 250, ../sass/_content.scss */
section[class="gallery"] #owl-gallery .item {
  position: relative;
  left: 5px;
}
/* line 252, ../sass/_content.scss */
section[class="gallery"] .owl-nav {
  top: calc(50% - 30px);
  left: 0;
  position: absolute;
  width: 100%;
  pointer-events: none;
}
/* line 253, ../sass/_content.scss */
section[class="gallery"] .owl-nav .owl-prev {
  pointer-events: auto;
  width: 20px;
  height: 33px;
  background: url("../images/arrow-left.png") !important;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  left: -30px;
}
/* line 254, ../sass/_content.scss */
section[class="gallery"] .owl-nav .owl-prev:hover {
  opacity: 0.75;
  transition: ease-in-out 0.3s;
}
/* line 255, ../sass/_content.scss */
section[class="gallery"] .owl-nav .owl-next {
  pointer-events: auto;
  width: 20px;
  height: 33px;
  background: url("../images/arrow-right.png") !important;
  background-repeat: no-repeat;
  position: relative;
  float: right;
  right: -45px;
}
/* line 256, ../sass/_content.scss */
section[class="gallery"] .owl-nav .owl-next:hover {
  opacity: 0.75;
  transition: ease-in-out 0.3s;
}

@media (min-width: 1367px) {
  /* line 261, ../sass/_content.scss */
  section[class="gallery"] h2 {
    font-family: Museo;
    font-size: 3.75rem;
    line-height: 3.75rem;
    color: #1EE9B6;
    text-transform: capitalize;
    color: #1EE9B6;
    margin-left: 5px;
  }
  /* line 262, ../sass/_content.scss */
  section[class="gallery"] a {
    font-family: Museo100 !important;
    font-size: 1.375rem !important;
    color: #ffffff;
  }
  /* line 263, ../sass/_content.scss */
  section[class="gallery"] a strong {
    font-weight: bold !important;
  }
}
@media (max-width: 768px) {
  /* line 268, ../sass/_content.scss */
  section[class="gallery"] {
    padding-bottom: 60px;
    margin-bottom: 60px;
    padding-top: 45px;
  }
  /* line 269, ../sass/_content.scss */
  section[class="gallery"] h2 {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
  }
  /* line 270, ../sass/_content.scss */
  section[class="gallery"] a {
    display: block !important;
    float: left !important;
    text-align: center;
    width: 100%;
    padding-right: 0px;
  }
}
@media (max-width: 1170px) {
  /* line 276, ../sass/_content.scss */
  section[class="gallery"] .owl-nav .owl-prev {
    left: -40px;
  }
  /* line 280, ../sass/_content.scss */
  section[class="gallery"] #owl-gallery {
    max-height: 265px;
  }
}
/* line 284, ../sass/_content.scss */
section.title {
  margin-top: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background: #172b39;
}
/* line 285, ../sass/_content.scss */
section.title h1 {
  font-size: 2.5rem;
  line-height: 40px;
  color: #1EE9B6;
  font-family: Museo700;
  text-transform: capitalize;
}
/* line 286, ../sass/_content.scss */
section.title img {
  position: absolute;
  right: 0px;
  top: -150px;
}
/* line 287, ../sass/_content.scss */
section.title img:nth-of-type(2) {
  right: 275px;
}
/* line 288, ../sass/_content.scss */
section.title strong {
  font-family: Museo-Bold;
}
/* line 289, ../sass/_content.scss */
section.title.products {
  background: #d98c8a;
}
/* line 290, ../sass/_content.scss */
section.title.basket {
  background: #d98c8a;
}
/* line 291, ../sass/_content.scss */
section.title.gallery {
  background: #172b39;
}
/* line 292, ../sass/_content.scss */
section.title.Bookings {
  background: #abc9ce;
}

@media (max-width: 768px) {
  /* line 297, ../sass/_content.scss */
  section.title {
    height: 120px;
    padding-top: 29px;
    padding-bottom: 29px;
  }
  /* line 298, ../sass/_content.scss */
  section.title h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
  }
  /* line 299, ../sass/_content.scss */
  section.title h1:after {
    font-size: 2.5rem;
  }
  /* line 300, ../sass/_content.scss */
  section.title img {
    display: none;
  }
}
@media (max-width: 1170px) {
  /* line 306, ../sass/_content.scss */
  section[class="title"] img {
    display: none;
  }
}
/* line 310, ../sass/_content.scss */
.gf-confirmation {
  font-size: 21px;
  color: #1EE9B6;
  font-weight: bold;
  margin-top: 57px;
}

/* line 312, ../sass/_content.scss */
section[class="content"] {
  padding-top: 65px;
  padding-bottom: 15px;
  text-align: justify;
}
/* line 313, ../sass/_content.scss */
section[class="content"] .row {
  padding-bottom: 100px;
}
/* line 315, ../sass/_content.scss */
section[class="content"] .row .image-right img {
  float: right;
  width: 100%;
  margin-right: 35px;
  margin-top: 65px;
}
/* line 317, ../sass/_content.scss */
section[class="content"] .row p, section[class="content"] .row span, section[class="content"] .row span p {
  font-family: Museo100;
  font-size: 1.625rem;
  line-height: 2rem;
  text-align: left;
  color: #ffffff;
}
/* line 318, ../sass/_content.scss */
section[class="content"] .row img:nth-of-type(2) {
  position: relative;
  top: -50px;
  z-index: 1;
}
/* line 319, ../sass/_content.scss */
section[class="content"] .row h2 {
  font-family: Museo100;
  font-size: 2.5rem;
  line-height: 48px;
  color: #1EE9B6;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
}
/* line 320, ../sass/_content.scss */
section[class="content"] .row h3 {
  font-family: Museo500;
  color: #666766;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 25px;
  margin-bottom: 15px;
}
/* line 321, ../sass/_content.scss */
section[class="content"] .row h4 {
  font-family: Museo;
  font-size: 1.5rem;
  color: #a9aabc;
  padding-bottom: 25px;
}
/* line 323, ../sass/_content.scss */
section[class="content"] .row ul li {
  font-family: Museo;
  font-size: 1.125rem;
  line-height: 1.75rem;
  list-style: disc;
  margin-left: 15px;
}

@media (max-width: 768px) {
  /* line 328, ../sass/_content.scss */
  section[class="content"] {
    text-align: center;
  }
  /* line 329, ../sass/_content.scss */
  section[class="content"] .row {
    padding-bottom: 0;
    padding-top: 0;
  }
  /* line 330, ../sass/_content.scss */
  section[class="content"] .row h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
  }
  /* line 331, ../sass/_content.scss */
  section[class="content"] .row p, section[class="content"] .row span, section[class="content"] .row span p {
    font-size: 1.25rem;
    line-height: 1.625rem;
    text-align: center;
  }
  /* line 332, ../sass/_content.scss */
  section[class="content"] .row img {
    float: none !important;
    padding-top: 20px;
  }
}
/* line 336, ../sass/_content.scss */
section[class="about-us-qualifications"] {
  padding-top: 55px;
  padding-bottom: 55px;
  background: #172b39;
}
/* line 338, ../sass/_content.scss */
section[class="about-us-qualifications"] .row h2 {
  font-family: Museo100;
  font-size: 2.5rem;
  line-height: 48px;
  color: #1EE9B6;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
  padding-bottom: 60px;
  text-align: left;
}
/* line 339, ../sass/_content.scss */
section[class="about-us-qualifications"] .row img {
  display: inline-block;
  float: left;
  margin-right: 27px;
}

@media (min-width: 1367px) {
  /* line 346, ../sass/_content.scss */
  section[class="about-us-qualifications"] .row img {
    margin-left: 75px;
  }
}
@media (max-width: 768px) {
  /* line 351, ../sass/_content.scss */
  section[class="about-us-qualifications"] {
    padding-top: 85px;
  }
  /* line 353, ../sass/_content.scss */
  section[class="about-us-qualifications"] .row div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 354, ../sass/_content.scss */
  section[class="about-us-qualifications"] .row div h2 {
    float: none !important;
    text-align: center !important;
    width: 100%;
  }
  /* line 355, ../sass/_content.scss */
  section[class="about-us-qualifications"] .row div img {
    max-height: 80px;
    object-fit: contain;
    margin: 0;
  }
}
/* line 361, ../sass/_content.scss */
section[class="content-four-tiles"] {
  padding-top: 65px;
  padding-bottom: 0px;
  text-align: justify;
}
/* line 363, ../sass/_content.scss */
section[class="content-four-tiles"] .row {
  padding-bottom: 100px;
}
/* line 365, ../sass/_content.scss */
section[class="content-four-tiles"] .row .image-right img {
  float: right;
  width: 100%;
  margin-right: 35px;
  margin-bottom: 30px;
}
/* line 368, ../sass/_content.scss */
section[class="content-four-tiles"] .row .content-left span, section[class="content-four-tiles"] .row .content-left span p {
  font-family: Museo100;
  font-size: 1.625rem;
  line-height: 2rem;
  text-align: left;
  color: #ffffff;
}
/* line 369, ../sass/_content.scss */
section[class="content-four-tiles"] .row .content-left p {
  margin-bottom: 32px;
}
/* line 373, ../sass/_content.scss */
section[class="content-four-tiles"] .row img:nth-of-type(2) {
  position: relative;
  top: -50px;
  z-index: 1;
}
/* line 374, ../sass/_content.scss */
section[class="content-four-tiles"] .row h2 {
  font-family: Museo100;
  font-size: 2.5rem;
  line-height: 48px;
  color: #1EE9B6;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
}
/* line 375, ../sass/_content.scss */
section[class="content-four-tiles"] .row h3 {
  font-family: Museo500;
  color: #666766;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 25px;
  margin-bottom: 15px;
}
/* line 376, ../sass/_content.scss */
section[class="content-four-tiles"] .row h4 {
  font-family: Museo;
  font-size: 1.5rem;
  color: #a9aabc;
  padding-bottom: 25px;
}
/* line 378, ../sass/_content.scss */
section[class="content-four-tiles"] .row ul li {
  font-family: Museo;
  font-size: 1.125rem;
  line-height: 1.75rem;
  list-style: disc;
  margin-left: 15px;
}

@media (max-width: 768px) {
  /* line 386, ../sass/_content.scss */
  section[class="content-four-tiles"] .row h2 {
    text-align: center !important;
    font-size: 2.5rem !important;
    line-height: 2.8125rem !important;
  }
  /* line 388, ../sass/_content.scss */
  section[class="content-four-tiles"] .row .content-left span, section[class="content-four-tiles"] .row .content-left span p {
    font-size: 1.25rem;
    line-height: 1.625rem;
    text-align: center;
  }
  /* line 391, ../sass/_content.scss */
  section[class="content-four-tiles"] .row .image-right img {
    float: none !important;
    padding-top: 20px;
  }
}
@media (max-width: 1170px) {
  /* line 397, ../sass/_content.scss */
  section[class="content"] {
    padding-top: 50px;
    border-bottom: solid 2px #1EE9B6;
  }
  /* line 398, ../sass/_content.scss */
  section[class="content"] p {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
  }
  /* line 399, ../sass/_content.scss */
  section[class="content"] h3 {
    font-size: 1.25rem;
    width: 100%;
    text-align: center;
  }
  /* line 400, ../sass/_content.scss */
  section[class="content"] h5 {
    font-size: 1.25rem;
    margin-top: 25px;
    width: 100%;
    text-align: center;
  }
  /* line 401, ../sass/_content.scss */
  section[class="content"] h4 {
    font-size: 1.25rem;
    color: #F69324;
    margin-top: 25px;
    width: 100%;
    text-align: center;
  }
  /* line 403, ../sass/_content.scss */
  section[class="content"] ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  /* line 405, ../sass/_content.scss */
  section[class="content"] img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 1170px) {
  /* line 409, ../sass/_content.scss */
  section[class="content"] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* line 410, ../sass/_content.scss */
  section[class="content"] img {
    display: block;
    margin: 0 auto;
  }
}
/* line 413, ../sass/_content.scss */
section[class="images"] {
  padding-top: 105px;
}
/* line 414, ../sass/_content.scss */
section[class="images"] img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}

@media (max-width: 1170px) {
  /* line 418, ../sass/_content.scss */
  section[class="images"] {
    margin-bottom: 80px;
  }
}
/* line 421, ../sass/_content.scss */
section[class="content-blocks"] {
  padding-top: 105px;
}
/* line 422, ../sass/_content.scss */
section[class="content-blocks"] .col-lg-6 {
  padding-top: 65px;
  paddinb-bottom: 65px;
}
/* line 423, ../sass/_content.scss */
section[class="content-blocks"] .gray {
  background-color: #f1f2f2;
  min-height: 350px;
}
/* line 424, ../sass/_content.scss */
section[class="content-blocks"] .no-vert-padding {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 425, ../sass/_content.scss */
section[class="content-blocks"] p {
  font-family: Museo;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 5px;
}
/* line 426, ../sass/_content.scss */
section[class="content-blocks"] h2 {
  font-family: Museo;
  font-size: 1.5625rem;
  line-height: 30px;
  color: #F69324;
  margin-top: 25px;
  margin-bottom: 15px;
}
/* line 428, ../sass/_content.scss */
section[class="content-blocks"] ul li {
  font-family: Museo;
  font-size: 1.125rem;
  line-height: 1.75rem;
  list-style: circle;
  margin-left: 15px;
}

@media (max-width: 768px) {
  /* line 432, ../sass/_content.scss */
  section[class="content-blocks"] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 433, ../sass/_content.scss */
  section[class="content-blocks"] .no-vert-padding, section[class="content-blocks"] .col-lg-6 {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: auto;
  }
  /* line 434, ../sass/_content.scss */
  section[class="content-blocks"] .no-vert-padding.gray, section[class="content-blocks"] .col-lg-6.gray {
    background: white;
  }
  /* line 436, ../sass/_content.scss */
  section[class="content-blocks"] span, section[class="content-blocks"] span p {
    font-family: Museo;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 5px;
    text-align: center;
  }
  /* line 437, ../sass/_content.scss */
  section[class="content-blocks"] h2 {
    font-family: Museo;
    font-size: 1.5625rem;
    line-height: 30px;
    text-align: center;
    color: #F69324;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
/* line 441, ../sass/_content.scss */
.contact-form {
  background: #061926;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 25px;
}
/* line 442, ../sass/_content.scss */
.contact-form h2 {
  font-family: Museo;
  font-size: 2.375rem;
  line-height: 2.375rem;
  color: #1EE9B6;
  margin-top: 55px;
  margin-bottom: 35px;
}
/* line 443, ../sass/_content.scss */
.contact-form p, .contact-form span p {
  font-family: Museo100;
  font-size: 1.1875rem;
  line-height: 1.625rem;
  color: #ffffff;
  clear: both;
  display: inline-block;
  float: left;
}
/* line 444, ../sass/_content.scss */
.contact-form span {
  display: block;
  float: left;
  margin-top: 10px;
}
/* line 445, ../sass/_content.scss */
.contact-form span strong {
  font-family: Museo500;
}
/* line 447, ../sass/_content.scss */
.contact-form a {
  color: #ffffff !important;
  text-underline: none;
  font-family: Museo500;
}
/* line 448, ../sass/_content.scss */
.contact-form a:hover {
  color: #1EE9B6 !important;
  transition: all 0.25s ease-in;
}
/* line 450, ../sass/_content.scss */
.contact-form form {
  margin-top: 55px;
}
/* line 451, ../sass/_content.scss */
.contact-form label {
  display: none !important;
}
/* line 452, ../sass/_content.scss */
.contact-form input[type="text"] {
  width: 100% !important;
  margin-bottom: 10px;
  border: none;
  background: #172b39;
  height: 35px;
  font-family: Museo500 !important;
  font-size: 1rem !important;
  line-height: 1.4375rem;
  padding: 0 10px !important;
  color: #ffffff;
}
/* line 453, ../sass/_content.scss */
.contact-form input::placeholder {
  color: #ffffff !important;
  font-family: Museo500;
}
/* line 454, ../sass/_content.scss */
.contact-form textarea {
  width: 100% !important;
  min-height: 180px;
  margin-bottom: 10px;
  border: none;
  background: #172b39;
  height: 35px;
  font-family: Museo500 !important;
  line-height: 1.4375rem;
  font-size: 1.0625rem !important;
  padding: 0 10px !important;
  color: #ffffff;
}
/* line 455, ../sass/_content.scss */
.contact-form textarea::placeholder {
  color: #ffffff !important;
  font-family: Museo500;
}
/* line 456, ../sass/_content.scss */
.contact-form input[type="submit"] {
  transition: ease-out 0.35s;
  width: 180px;
  border: 0;
  float: left;
  height: 30px;
  font-family: Museo500;
  font-size: 1.0625rem;
  background: #1EE9B6;
  color: #061926;
}
/* line 457, ../sass/_content.scss */
.contact-form input[type="submit"]:hover {
  opacity: 0.75;
  transition: ease-in 0.35s;
  cursor: pointer;
}
/* line 458, ../sass/_content.scss */
.contact-form.front-page-form {
  margin-top: 40px;
  margin-bottom: 60px;
}
/* line 459, ../sass/_content.scss */
.contact-form .ginput_container {
  margin-top: 0px !important;
}
/* line 461, ../sass/_content.scss */
.contact-form ul li {
  margin-top: 0px !important;
}
/* line 463, ../sass/_content.scss */
.contact-form .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}

@media (min-width: 1367px) {
  /* line 466, ../sass/_content.scss */
  .contact-form {
    margin-top: 75px !important;
  }
  /* line 467, ../sass/_content.scss */
  .contact-form h2 {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
  /* line 468, ../sass/_content.scss */
  .contact-form p, .contact-form span p, .contact-form p span {
    line-height: 2.1875rem;
    font-size: 1.75rem;
  }
  /* line 469, ../sass/_content.scss */
  .contact-form input[type="text"] {
    line-height: 2.1875rem !important;
    font-size: 1.375rem !important;
    padding: 24px 10px !important;
    margin-bottom: 15px;
  }
  /* line 470, ../sass/_content.scss */
  .contact-form textarea, .contact-form textarea::placeholder {
    line-height: 2.1875rem !important;
    font-size: 1.375rem !important;
    padding: 24px 10px;
    margin-bottom: 15px;
    height: 245px;
  }
  /* line 471, ../sass/_content.scss */
  .contact-form input[type="submit"] {
    line-height: 2.1875rem !important;
    font-size: 1.375rem !important;
    padding: 7px 10px !important;
    width: 240px;
    height: 45px;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  /* line 475, ../sass/_content.scss */
  .contact-form {
    margin-top: 35px;
    margin-bottom: 60px;
    padding-bottom: 0px;
    padding-top: 35px;
  }
  /* line 476, ../sass/_content.scss */
  .contact-form h2 {
    width: 100%;
    text-align: center;
    font-size: 2.8125rem;
    line-height: 1.875rem;
    margin-top: 0px;
  }
  /* line 477, ../sass/_content.scss */
  .contact-form p, .contact-form span p, .contact-form p span {
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.625rem;
    clear: both;
  }
  /* line 478, ../sass/_content.scss */
  .contact-form a {
    color: #ffffff !important;
    text-underline: none;
  }
  /* line 479, ../sass/_content.scss */
  .contact-form a:hover {
    color: #1EE9B6 !important;
    transition: all 0.25s ease-in;
  }
  /* line 481, ../sass/_content.scss */
  .contact-form input[type="submit"] {
    float: none;
    display: block !important;
    margin: 0 auto !important;
  }
}
/* line 487, ../sass/_content.scss */
.product-list h2 {
  color: #e6aec6;
  font-size: 1rem;
  line-height: 1.875rem;
  font-family: Museo;
  text-align: left;
}
/* line 488, ../sass/_content.scss */
.product-list .gray-line {
  height: 1px;
  width: 100%;
  float: left;
  background: #dfdfdf;
  margin-bottom: 15px;
}
/* line 489, ../sass/_content.scss */
.product-list a {
  font-family: Museo;
  color: #061926;
  float: left;
  display: block;
  clear: both;
  padding-top: 15px;
}
/* line 490, ../sass/_content.scss */
.product-list a strong {
  font-family: Museo-Bold;
}
/* line 492, ../sass/_content.scss */
.product-list .product-wrapper {
  border: solid 1px #dfdfdf;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
/* line 494, ../sass/_content.scss */
.product-list .product-wrapper a {
  padding-top: 0px;
  float: left;
  display: block;
}
/* line 495, ../sass/_content.scss */
.product-list .product-wrapper img {
  width: 100%;
  display: block;
  float: left;
  object-fit: cover;
  height: 300px;
}
/* line 496, ../sass/_content.scss */
.product-list .product-wrapper .title a {
  font-size: 24px;
  color: #061926;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
/* line 497, ../sass/_content.scss */
.product-list .product-wrapper .gray-line {
  margin-left: 5px;
  margin-right: 5px;
}
/* line 498, ../sass/_content.scss */
.product-list .product-wrapper .price {
  font-size: 16px;
  font-family: Museo;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  float: left;
}
/* line 499, ../sass/_content.scss */
.product-list .product-wrapper .btn {
  width: 70%;
  margin-left: 15%;
  display: block;
  float: left;
  height: 25px;
  background: #061926;
  color: white;
  font-family: Museo;
  font-size: 1rem;
  text-align: center;
  line-height: 25px;
}

@media (max-width: 1170px) {
  /* line 505, ../sass/_content.scss */
  .product-list {
    margin-top: 80px;
  }
  /* line 506, ../sass/_content.scss */
  .product-list h2 {
    width: 100%;
    text-align: center;
  }
  /* line 507, ../sass/_content.scss */
  .product-list ul {
    margin-bottom: 30px;
  }
  /* line 508, ../sass/_content.scss */
  .product-list ul li {
    width: 100%;
    text-align: center;
  }
  /* line 509, ../sass/_content.scss */
  .product-list ul li a {
    float: none;
  }
  /* line 512, ../sass/_content.scss */
  .product-list .product-wrapper {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  /* line 513, ../sass/_content.scss */
  .product-list .product-wrapper a {
    width: 100%;
    text-align: center;
  }
  /* line 514, ../sass/_content.scss */
  .product-list .product-wrapper a img {
    width: auto;
    float: none;
    display: inline;
  }
}
/* line 520, ../sass/_content.scss */
.product {
  margin-top: 15px;
  font-family: Museo;
  font-size: 1.3125rem;
  line-height: 26px;
}
/* line 521, ../sass/_content.scss */
.product img {
  width: 100%;
}
/* line 522, ../sass/_content.scss */
.product .add-to-cart {
  border: solid 1px #dfdfdf;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
/* line 523, ../sass/_content.scss */
.product .add-to-cart .price {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 36px;
  font-family: Museo-Bold;
  color: #061926;
}
/* line 524, ../sass/_content.scss */
.product .add-to-cart .btn {
  width: 70%;
  margin-left: 15%;
  display: block;
  float: left;
  height: 25px;
  background: #061926;
  color: white;
  font-family: Museo;
  font-size: 1rem;
  text-align: center;
  line-height: 25px;
  margin-bottom: 30px;
}

@media (max-width: 1170px) {
  /* line 529, ../sass/_content.scss */
  .product {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
/* line 532, ../sass/_content.scss */
.basket {
  margin-top: 50px;
  padding-bottom: 15px;
}
/* line 533, ../sass/_content.scss */
.basket table {
  width: 100%;
  border-collapse: collapse;
}
/* line 535, ../sass/_content.scss */
.basket table thead tr {
  background: #061926;
  color: white;
  font-size: 1rem;
  line-height: 24px;
}
/* line 536, ../sass/_content.scss */
.basket table thead tr th {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 537, ../sass/_content.scss */
.basket table thead tr th:last-child {
  text-align: right;
}
/* line 540, ../sass/_content.scss */
.basket table td {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
/* line 541, ../sass/_content.scss */
.basket table td.actions {
  padding-right: 0px;
}
/* line 543, ../sass/_content.scss */
.basket table td:last-child {
  text-align: right;
}
/* line 544, ../sass/_content.scss */
.basket table img {
  float: left;
  display: block;
  height: 100px;
  width: auto;
  border: solid 1px #dfdfdf;
}
/* line 546, ../sass/_content.scss */
.basket table .order-total td:nth-of-type(2) {
  text-align: right;
}
/* line 549, ../sass/_content.scss */
.basket .cart_totals {
  margin-top: 30px;
}
/* line 550, ../sass/_content.scss */
.basket .cart_totals h2 {
  background: #061926;
  font-family: Museo;
  color: white;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 552, ../sass/_content.scss */
.basket .button {
  background: #061926;
  border: none;
  color: white;
  font-size: 16px;
  line-height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  display: block;
  float: right;
}

@media (max-width: 1170px) {
  /* line 557, ../sass/_content.scss */
  .basket {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  /* line 558, ../sass/_content.scss */
  .basket th {
    font-size: 0.75rem;
  }
  /* line 559, ../sass/_content.scss */
  .basket .qty {
    width: 50px;
  }
}
/* line 564, ../sass/_content.scss */
.woocommerce-notices-wrapper .button {
  background: #061926;
  border: none;
  color: white;
  font-size: 16px;
  line-height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  display: block;
  float: right;
}

/* line 568, ../sass/_content.scss */
.billing h3 {
  width: 100%;
  background: #b1b2c2;
  color: white;
  font-size: 1rem;
  line-height: 36px;
  display: block;
  float: left;
  padding-left: 15px;
  font-family: Museo-Bold;
  padding-right: 15px;
}
/* line 569, ../sass/_content.scss */
.billing label {
  float: left;
  display: block;
  width: 100%;
  font-size: 1rem;
}
/* line 570, ../sass/_content.scss */
.billing span {
  display: block;
  float: left;
  width: 100%;
}
/* line 571, ../sass/_content.scss */
.billing span input, .billing span select {
  height: 30px;
  width: 100%;
  float: left;
  display: block;
  font-family: Museo;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 572, ../sass/_content.scss */
.billing span.optional {
  display: inline;
  float: none;
}
/* line 573, ../sass/_content.scss */
.billing span textarea {
  width: 100%;
  float: left;
  display: block;
  font-family: Museo;
  padding: 15px;
}
/* line 575, ../sass/_content.scss */
.billing #billing_first_name_field, .billing #shipping_first_name_field, .billing #billing_last_name_field, .billing #shipping_last_name_field, .billing #billing_state_field, .billing #shipping_state_field, .billing #billing_postcode_field, .billing #shipping_postcode_field, .billing #billing_phone_field, .billing #shipping_phone_field, .billing #billing_email_field, .billing #shipping_email_field {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
/* line 576, ../sass/_content.scss */
.billing #billing_company_field, .billing #shipping_company_field, .billing #billing_country_field, .billing #shipping_country_field, .billing #billing_address_1_field, .billing #shipping_address_1_field, .billing #billing_address_2_field, .billing #shipping_address_2_field, .billing #billing_city_field, .billing #shipping_city_field, .billing .woocommerce-additional-fields__field-wrapper {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
/* line 577, ../sass/_content.scss */
.billing #billing_address_2_field, .billing #shipping_address_2_field {
  margin-top: 10px;
}
/* line 578, ../sass/_content.scss */
.billing #billing_email_field {
  margin-bottom: 30px;
}
/* line 581, ../sass/_content.scss */
.billing #ship-to-different-address .woocommerce-form__label input {
  float: left;
  display: block;
  margin-top: 12px;
}
/* line 582, ../sass/_content.scss */
.billing #ship-to-different-address .woocommerce-form__label span {
  display: block;
  float: left;
  margin-left: 15px;
  width: auto;
}
/* line 587, ../sass/_content.scss */
.billing #order_review table {
  width: calc(100% - 30px);
  border-collapse: collapse;
  position: relative;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  float: left;
}
/* line 589, ../sass/_content.scss */
.billing #order_review table thead tr {
  background: #b1b2c2;
  color: white;
  font-size: 1rem;
  line-height: 24px;
}
/* line 590, ../sass/_content.scss */
.billing #order_review table thead tr th {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 591, ../sass/_content.scss */
.billing #order_review table thead tr th:last-child {
  text-align: right;
}
/* line 595, ../sass/_content.scss */
.billing #order_review #payment {
  float: left;
  display: block;
}
/* line 596, ../sass/_content.scss */
.billing #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 15px;
}
/* line 597, ../sass/_content.scss */
.billing #order_review .woocommerce-checkout-review-order-table span {
  float: none;
  display: inline;
}
/* line 598, ../sass/_content.scss */
.billing #order_review .woocommerce-checkout-review-order-table tr {
  line-height: 32px;
}
/* line 599, ../sass/_content.scss */
.billing #order_review .woocommerce-checkout-review-order-table td {
  width: 50%;
}
/* line 600, ../sass/_content.scss */
.billing #order_review .woocommerce-checkout-review-order-table td:last-child {
  text-align: right;
}
/* line 602, ../sass/_content.scss */
.billing #order_review .button {
  background: #b1b2c2;
  border: none;
  color: white;
  font-size: 16px;
  line-height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: block;
  float: right;
  cursor: pointer;
}
/* line 603, ../sass/_content.scss */
.billing #order_review .button:hover {
  opacity: 0.7;
}

@media (max-width: 1170px) {
  /* line 609, ../sass/_content.scss */
  .billing {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  /* line 610, ../sass/_content.scss */
  .billing #order_review_heading {
    margin-top: 30px;
  }
}
/* line 615, ../sass/_content.scss */
.academy-courses {
  background: #a9aabc;
  margin-bottom: 30px;
  padding-top: 45px;
  padding-bottom: 45px;
}
/* line 616, ../sass/_content.scss */
.academy-courses .course-title {
  color: #4f5585;
  font-size: 1.375rem;
  font-family: Museo300;
  width: 100%;
  float: left;
}
/* line 617, ../sass/_content.scss */
.academy-courses .course-title .course-name, .academy-courses .course-title .course-price {
  color: #4f5585;
  font-size: 1.875rem;
  font-family: Museo700;
}
/* line 619, ../sass/_content.scss */
.academy-courses .course-duration {
  color: white;
  font-size: 1.875rem;
  font-family: Museo300;
}
/* line 621, ../sass/_content.scss */
.academy-courses .course-description p {
  width: 100%;
  float: left;
  margin-top: 30px;
  color: white;
  font-size: 1.375rem;
}
/* line 622, ../sass/_content.scss */
.academy-courses .course-description a {
  font-size: 1.25rem;
  font-family: Museo700;
  color: #4f5585;
  margin-top: 5px;
  float: left;
}
/* line 623, ../sass/_content.scss */
.academy-courses .course-description .see-less, .academy-courses .course-description .long-description {
  display: none;
}
/* line 624, ../sass/_content.scss */
.academy-courses .course-description .see-less {
  margin-top: 15px;
}
/* line 625, ../sass/_content.scss */
.academy-courses .course-description table {
  width: 100%;
  font-size: 1.375rem;
  font-family: Museo;
  color: white;
  margin-top: 5px;
  float: left;
}
/* line 626, ../sass/_content.scss */
.academy-courses .course-description table td {
  padding-bottom: 10px;
}

@media (max-width: 1170px) {
  /* line 631, ../sass/_content.scss */
  .academy-courses {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
