@charset "UTF-8";
/***** 				365 Styling  			*****/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Indie+Flower);
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?oq426o");
  src: url("../fonts/icomoon.eot?oq426o#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?oq426o") format("truetype"), url("../fonts/icomoon.woff?oq426o") format("woff"), url("../fonts/icomoon.svg?oq426o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../sass/_fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, ../sass/_fonts.scss */
.icon-arrow-right:before {
  content: "\e906";
}

/* line 30, ../sass/_fonts.scss */
.icon-large-symbol-of-four-black-tiles-square:before {
  content: "\e907";
}

/* line 33, ../sass/_fonts.scss */
.icon-list:before {
  content: "\e908";
}

/* line 36, ../sass/_fonts.scss */
.icon-bed:before {
  content: "\e900";
}

/* line 39, ../sass/_fonts.scss */
.icon-google-plus:before {
  content: "\e905";
}

/* line 42, ../sass/_fonts.scss */
.icon-facebook2:before {
  content: "\e904";
}

/* line 45, ../sass/_fonts.scss */
.icon-twitter:before {
  content: "\e903";
}

/* line 48, ../sass/_fonts.scss */
.icon-instagram:before {
  content: "\e90a";
}

/* line 51, ../sass/_fonts.scss */
.icon-dribbble:before {
  content: "\e90b";
}

/* line 54, ../sass/_fonts.scss */
.icon-old-phone:before {
  content: "\e90f";
}

/* line 57, ../sass/_fonts.scss */
.icon-globe:before {
  content: "\e90c";
}

/* line 60, ../sass/_fonts.scss */
.icon-location-pin:before {
  content: "\e90d";
}

/* line 63, ../sass/_fonts.scss */
.icon-mail:before {
  content: "\e90e";
}

/* line 66, ../sass/_fonts.scss */
.icon-chevron-thin-down:before {
  content: "\e901";
}

/* line 69, ../sass/_fonts.scss */
.icon-google:before {
  content: "\e902";
}

/***** 		Fonts 		*****/
/***** 		Colours 		*****/
/* line 24, ../sass/_nav.scss */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  /* padding: 0.438em 0.625em 0.438em 0.625em; */
  line-height: 1.125em;
  cursor: pointer;
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  /* background-color: #2e3192; */
  z-index: 1003;
  right: 9rem;
  top: -1rem;
  padding-left: 2rem;
  position: absolute;
  right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.23rem;
}
/* line 47, ../sass/_nav.scss */
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
/* line 50, ../sass/_nav.scss */
.slicknav_btn span {
  color: #cddd1b;
  font-size: 4.3rem;
}

/* line 57, ../sass/_nav.scss */
.slicknav_menu {
  display: none;
  *zoom: 1;
  font-size: 16px;
  box-sizing: border-box;
  background: transparent;
  max-height: 0;
  padding: 5px;
  position: fixed;
  height: 8;
  height: 8rem;
  z-index: 1001;
  float: right;
  width: 8rem;
  /* margin-right: 8rem; */
  right: 8rem;
  /* float: right; */
  width: 100%;
}
/* line 80, ../sass/_nav.scss */
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
/* line 90, ../sass/_nav.scss */
.slicknav_menu .slicknav_icon {
  float: left;
  width: 3.5rem;
  height: 2.5rem;
  margin: 0.188em 0 0 0.438em;
  font-size: 3rem;
  text-align: center;
  margin-top: 0.4rem;
  display: inline;
  margin: 0.4rem !important;
}
/* line 101, ../sass/_nav.scss */
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
/* line 110, ../sass/_nav.scss */
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
/* line 113, ../sass/_nav.scss */
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
/* line 123, ../sass/_nav.scss */
.slicknav_menu:before {
  content: " ";
  display: table;
}
/* line 127, ../sass/_nav.scss */
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 132, ../sass/_nav.scss */
.slicknav_menu * {
  box-sizing: border-box;
}
/* line 137, ../sass/_nav.scss */
.slicknav_menu.open_menu {
  right: 0 !important;
}
/* line 139, ../sass/_nav.scss */
.slicknav_menu.open_menu .slicknav_btn {
  border-left: 0;
}
/* line 143, ../sass/_nav.scss */
.slicknav_menu.open_menu a {
  text-decoration: none;
}
/* line 145, ../sass/_nav.scss */
.slicknav_menu.open_menu a:hover {
  text-decoration: none !important;
}
/* line 150, ../sass/_nav.scss */
.slicknav_menu a {
  text-decoration: none;
}
/* line 152, ../sass/_nav.scss */
.slicknav_menu a:hover {
  text-decoration: none !important;
}
/* line 157, ../sass/_nav.scss */
.slicknav_menu.is-hidden {
  -webkit-transform: translate(0, -150px);
  -webkit-transition: -webkit-transform .2s,background .3s,color .3s,opacity 0 .3s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
/* line 164, ../sass/_nav.scss */
.slicknav_menu.is-visible {
  -webkit-transform: translate(0, 0);
  -webkit-transition: -webkit-transform .2s,background .3s,color .3s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}

/* line 171, ../sass/_nav.scss */
.slicknav_nav {
  background: #222324;
  clear: both;
  color: #fff;
  font-size: 0.875em;
  left: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 8rem 0rem 7rem;
  position: absolute;
  top: -1px;
  width: 100%;
}
/* line 185, ../sass/_nav.scss */
.slicknav_nav ul {
  display: block;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
/* line 193, ../sass/_nav.scss */
.slicknav_nav li {
  display: block;
  border-left: 1rem solid #cddd1b;
}
/* line 196, ../sass/_nav.scss */
.slicknav_nav li:hover {
  border-left: 1rem solid #8e9913;
}
/* line 202, ../sass/_nav.scss */
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
/* line 207, ../sass/_nav.scss */
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
/* line 209, ../sass/_nav.scss */
.slicknav_nav .slicknav_item a {
  display: inline;
  padding: 0;
  margin: 0;
}
/* line 216, ../sass/_nav.scss */
.slicknav_nav .slicknav_row {
  display: block;
  padding: 5px 10px;
  margin: 0 5px;
}
/* line 221, ../sass/_nav.scss */
.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  color: #fff;
}
/* line 228, ../sass/_nav.scss */
.slicknav_nav a {
  display: block;
  font-size: 2rem;
  padding: 5px 10px;
  padding: 1.5rem 0 1.5rem 2rem;
  text-decoration: none !important;
  color: #fff;
}
/* line 237, ../sass/_nav.scss */
.slicknav_nav a:hover {
  background: black;
  color: #fff;
  text-decoration: none;
}
/* line 245, ../sass/_nav.scss */
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
/* line 248, ../sass/_nav.scss */
.slicknav_nav .slicknav_parent-link a {
  display: inline;
  padding: 0;
  margin: 0;
}

/* line 254, ../sass/_nav.scss */
.slicknav_brand {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

@media (max-width: 1114px) {
  /* line 264, ../sass/_nav.scss */
  .slicknav_menu {
    display: block;
  }

  /* line 269, ../sass/_nav.scss */
  .slicknav_nav {
    padding-top: 8rem 0 14rem;
  }

  /* line 273, ../sass/_nav.scss */
  #menu {
    display: none !important;
  }
}
/* line 62, ../sass/screen.scss */
DIV.review-image-small {
  display: none;
}

/* line 66, ../sass/screen.scss */
DIV.imagewrapper {
  height: 200px;
  overflow: hidden;
  margin-bottom: 15px;
}

/* line 76, ../sass/screen.scss */
A {
  color: #1167a8;
}

/* line 80, ../sass/screen.scss */
a.va {
  color: #111;
  font-size: 1.5rem;
}
/* line 83, ../sass/screen.scss */
a.va:hover {
  color: #cddd1b;
}

/* line 88, ../sass/screen.scss */
img.back {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .2s ease-in-out;
  width: auto;
  z-index: 1;
}

/* line 102, ../sass/screen.scss */
I.fa {
  text-rendering: optimizeLegibility;
}

/*
UL.dropdown-menu {
    z-index: 99;

    LI {
	    A {


	    }
    }
}
*/
/* line 119, ../sass/screen.scss */
.notify {
  margin: 2rem 0;
}

/* line 123, ../sass/screen.scss */
.error {
  color: red;
  text-decoration: underline;
}

/* line 128, ../sass/screen.scss */
.success {
  color: green;
}

/* line 131, ../sass/screen.scss */
.fa {
  transition: background 0.2s ease;
}

/* line 134, ../sass/screen.scss */
.fa-facebook {
  background: #3b5998;
}
/* line 137, ../sass/screen.scss */
.fa-facebook:hover {
  background: #2d4373;
}

/* line 142, ../sass/screen.scss */
.fa-twitter {
  background: #55acee;
}
/* line 144, ../sass/screen.scss */
.fa-twitter:hover {
  background: #2795e9;
}

/* line 150, ../sass/screen.scss */
.fa-google-plus {
  background: #dd4b39;
}
/* line 152, ../sass/screen.scss */
.fa-google-plus:hover {
  background: #c23321;
}

/* line 157, ../sass/screen.scss */
A.button {
  background: #cddd1b;
  border: 1px solid #cddd1b;
  color: #fff;
  display: inline-block;
  padding: 2rem 3rem;
  transition: all, 0.4s, ease-in-out;
}
/* line 164, ../sass/screen.scss */
A.button:HOVER {
  background: transparent;
  border: 1px solid #8e9913;
  color: #8e9913;
  text-decoration: none;
}

/* line 172, ../sass/screen.scss */
A.business-a {
  background: white;
  padding: 5px 20px;
  border-radius: 20px;
  margin-top: 15px;
  display: inline-block;
  color: #cddd1b;
  text-decoration: none !important;
  font-size: 1.8rem;
  transition: background 0.3s ease;
}
/* line 182, ../sass/screen.scss */
A.business-a:hover {
  background: #5e3ea2;
  color: white;
  text-decoration: none;
}
/* line 188, ../sass/screen.scss */
A.business-a i {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

/* line 196, ../sass/screen.scss */
A.tickets {
  background: #cddd1b;
  border: 1px solid #cddd1b;
  color: #fff;
  display: inline-block;
  padding: 2rem 3rem;
  transition: all, 0.4s, ease-in-out;
}
/* line 203, ../sass/screen.scss */
A.tickets:HOVER {
  background: transparent;
  border: 1px solid #8e9913;
  color: #8e9913;
  text-decoration: none;
}

/* line 211, ../sass/screen.scss */
P {
  font-size: 1.8rem;
}

/* line 215, ../sass/screen.scss */
SPAN {
  line-height: 1.5;
}

/* line 219, ../sass/screen.scss */
.full {
  height: auto;
  overflow: hidden;
  width: 100%;
}

/* line 225, ../sass/screen.scss */
.abs {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 7;
}

/* line 236, ../sass/screen.scss */
DIV.social-share {
  float: right;
  padding-bottom: 2rem;
}
/* line 239, ../sass/screen.scss */
DIV.social-share span {
  display: inline-block;
  margin-right: 1rem;
}
/* line 243, ../sass/screen.scss */
DIV.social-share i.fa {
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  width: 4rem;
  height: 4rem;
  padding: 1rem 1.1rem;
}

/* line 253, ../sass/screen.scss */
DIV.container-fluid {
  max-width: 1700px;
}

/* line 258, ../sass/screen.scss */
BODY.home DIV.container {
  width: 90%;
}

/* line 263, ../sass/screen.scss */
SPAN.breadcrumb {
  background: transparent;
  color: #fff;
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  display: block !important;
  margin: auto;
  white-space: nowrap;
}
/* line 274, ../sass/screen.scss */
SPAN.breadcrumb A {
  color: #cddd1b;
}

/* line 279, ../sass/screen.scss */
SPAN.tag {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  padding: 0.3rem 1.3rem;
  text-transform: uppercase;
}

/* line 289, ../sass/screen.scss */
BODY {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

/* line 298, ../sass/screen.scss */
BODY.internal header {
  height: 22rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
/* line 305, ../sass/screen.scss */
BODY.internal header DIV.wrapper {
  top: 9rem;
}
/* line 308, ../sass/screen.scss */
BODY.internal header DIV.wrapper H2 {
  margin-bottom: 1rem !important;
}
/* line 313, ../sass/screen.scss */
BODY.internal header DIV.header-bg {
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position-y: -8rem;
  background-size: cover;
  background-size: cover;
  background: url("../images/header3.png") no-repeat fixed;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  -moz-background-size: cover;
}
/* line 328, ../sass/screen.scss */
BODY.internal DIV.main {
  padding-top: 0;
}

/* line 333, ../sass/screen.scss */
DIV.related {
  border-top: 2px solid #f1f1f1;
  float: left;
  width: 100%;
}
/* line 339, ../sass/screen.scss */
DIV.related DIV.news IMG {
  margin: 0 !important;
}

/* line 345, ../sass/screen.scss */
DIV.banner-section {
  padding: 60px 0;
  background: #e8e8e8;
}
/* line 349, ../sass/screen.scss */
DIV.banner-section IMG {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
}

/* line 360, ../sass/screen.scss */
DIV.business-directory DIV.image-cont {
  height: 10rem;
  max-width: 30%;
  overflow: hidden;
  position: relative;
}
/* line 366, ../sass/screen.scss */
DIV.business-directory DIV.image-cont IMG {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .2s ease-in-out;
  width: auto;
}
/* line 381, ../sass/screen.scss */
DIV.business-directory .listing-image {
  height: 10rem;
  width: 100%;
  margin: auto;
  background-size: cover !important;
}
/* line 388, ../sass/screen.scss */
DIV.business-directory HEADER.business-header {
  height: 74rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
/* line 396, ../sass/screen.scss */
DIV.business-directory HEADER.business-header DIV.featured-business {
  -moz-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #dedede;
  margin-top: 3rem;
  overflow: hidden;
  padding: 2rem 2rem;
  transition: all ease-in-out 300ms;
}
/* line 406, ../sass/screen.scss */
DIV.business-directory HEADER.business-header DIV.featured-business:HOVER {
  box-shadow: 0px 18px 5px -10px rgba(0, 0, 0, 0.1);
  transform: translate(-2px, -5px);
}
/* line 412, ../sass/screen.scss */
DIV.business-directory HEADER.business-header DIV.featured-business:HOVER DIV.event-image-container DIV.overlay {
  background: rgba(0, 0, 0, 0.6);
}
/* line 415, ../sass/screen.scss */
DIV.business-directory HEADER.business-header DIV.featured-business:HOVER DIV.event-image-container DIV.overlay svg {
  display: block;
}
/* line 422, ../sass/screen.scss */
DIV.business-directory HEADER.business-header DIV.featured-business:HOVER SPAN.brief {
  display: block;
}
/* line 432, ../sass/screen.scss */
DIV.business-directory HEADER.business-header DIV.header-bg {
  z-index: 1;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position-y: -8rem;
  background-size: cover;
  background-size: cover;
  background: url("../images/biz-list.png") no-repeat fixed;
  height: 100%;
  position: absolute;
  width: 100%;
  -moz-background-size: cover;
}
/* line 446, ../sass/screen.scss */
DIV.business-directory HEADER.business-header DIV.wrapper {
  top: 12rem;
}
/* line 451, ../sass/screen.scss */
DIV.business-directory DIV.main {
  padding-top: 0;
}
/* line 455, ../sass/screen.scss */
DIV.business-directory DIV.business-listings {
  background: #eee;
}
/* line 458, ../sass/screen.scss */
DIV.business-directory DIV.business-listings a.listing {
  background: #5e3ea2;
  border: 1px solid #5e3ea2;
  color: #fff;
  display: inline-block;
  padding: 2rem 3rem;
  transition: all, 0.4s, ease-in-out;
  padding: 0.7rem 1.5rem;
  float: right;
}
/* line 53, ../sass/screen.scss */
DIV.business-directory DIV.business-listings a.listing:HOVER {
  background: transparent;
  border: 1px solid #3e296b;
  color: #3e296b;
  text-decoration: none;
}
/* line 465, ../sass/screen.scss */
DIV.business-directory DIV.business-listings SPAN {
  font-size: 1.8rem;
}
/* line 469, ../sass/screen.scss */
DIV.business-directory DIV.business-listings DIV.selection-section {
  padding: 8rem 0;
}
/* line 473, ../sass/screen.scss */
DIV.business-directory DIV.business-listings DIV.listing {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 2rem;
  padding: 4rem 0;
}
/* line 480, ../sass/screen.scss */
DIV.business-directory DIV.business-listings DIV.listing DIV.details SPAN {
  display: block;
}
/* line 484, ../sass/screen.scss */
DIV.business-directory DIV.business-listings DIV.listing DIV.details I {
  color: #5e3ea2 !important;
  margin-right: 1rem;
}
/* line 490, ../sass/screen.scss */
DIV.business-directory DIV.business-listings DIV.listing DIV.image-cont {
  display: inline-block;
}
/* line 494, ../sass/screen.scss */
DIV.business-directory DIV.business-listings DIV.listing DIV.image-cont {
  min-width: 14rem;
  float: left;
}
/* line 502, ../sass/screen.scss */
DIV.business-directory DIV.business-listings DIV.listing DIV.title H2 {
  color: #000;
  font-size: 2rem;
  margin-top: 0;
}
/* line 506, ../sass/screen.scss */
DIV.business-directory DIV.business-listings DIV.listing DIV.title H2:hover {
  color: #5e3ea2;
}

/* line 522, ../sass/screen.scss */
BODY.home header {
  height: 72rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
/* line 529, ../sass/screen.scss */
BODY.home header DIV.header-bg {
  z-index: 1;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position-y: -8rem;
  background-size: cover;
  background: url("../images/header.png") no-repeat fixed;
  height: 100%;
  position: absolute;
  width: 100%;
  -moz-background-size: cover;
}
/* line 543, ../sass/screen.scss */
BODY.home header DIV.header-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
/* line 556, ../sass/screen.scss */
BODY.home header DIV.wrapper {
  top: 26%;
}
/* line 559, ../sass/screen.scss */
BODY.home header DIV.wrapper H2 {
  margin-bottom: 3rem;
}
/* line 564, ../sass/screen.scss */
BODY.home header DIV.wrapper DIV.s-wrap {
  color: #000;
  display: none;
}
/* line 571, ../sass/screen.scss */
BODY.home header DIV.icon-wrapper {
  display: none;
  position: relative;
  margin: auto;
  max-width: 90%;
  text-align: center;
  top: 57%;
  z-index: 2;
}
/* line 580, ../sass/screen.scss */
BODY.home header DIV.icon-wrapper DIV.icon-wrap {
  display: inline-block;
  position: relative;
}
/* line 583, ../sass/screen.scss */
BODY.home header DIV.icon-wrapper DIV.icon-wrap SPAN {
  font-family: helvetica;
  font-size: 1.1rem;
  text-transform: uppercase;
  vertical-align: text-top;
  color: white;
  display: inline-block;
  max-width: 100px;
  padding-top: 0.5rem;
}
/* line 594, ../sass/screen.scss */
BODY.home header DIV.icon-wrapper DIV.icon-wrap a {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* line 604, ../sass/screen.scss */
BODY.home header DIV.icon-wrapper DIV.select-wrapper {
  font-family: "Indie Flower";
  left: 50%;
  margin-top: -5rem;
  position: absolute;
  margin-left: -48rem;
  text-align: center;
}
/* line 612, ../sass/screen.scss */
BODY.home header DIV.icon-wrapper DIV.select-wrapper SPAN {
  left: -26px;
  color: #fff;
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 800;
  top: 0rem;
}
/* line 624, ../sass/screen.scss */
BODY.home header DIV.icon-wrapper DIV.icon {
  -moz-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  border-radius: 0.6rem;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: rgba(66, 64, 65, 0.82);
  display: block;
  height: 100px;
  opacity: 0;
  position: relative;
  width: 100px;
  margin: 0 0.4rem;
}
/* line 635, ../sass/screen.scss */
BODY.home header DIV.icon-wrapper DIV.icon:HOVER {
  transform: translate(-1px, -5px);
}
/* line 638, ../sass/screen.scss */
BODY.home header DIV.icon-wrapper DIV.icon svg {
  max-width: 4rem;
  top: 20%;
  position: absolute;
  left: 25%;
}
/* line 645, ../sass/screen.scss */
BODY.home header DIV.icon-wrapper DIV.icon i {
  color: #cddd1b;
  font-size: 3rem;
  position: absolute;
}
/* line 650, ../sass/screen.scss */
BODY.home header DIV.icon-wrapper DIV.icon .fa {
  top: 35%;
  left: 35%;
}
/* line 655, ../sass/screen.scss */
BODY.home header DIV.icon-wrapper DIV.icon .fa-cutlery {
  color: #ff9205;
}
/* line 659, ../sass/screen.scss */
BODY.home header DIV.icon-wrapper DIV.icon .fa-glass {
  color: #8870FF;
}
/* line 663, ../sass/screen.scss */
BODY.home header DIV.icon-wrapper DIV.icon .fa-calendar {
  color: #dc4180;
}
/* line 667, ../sass/screen.scss */
BODY.home header DIV.icon-wrapper DIV.icon .fa-shopping-cart {
  color: #1ba9dd;
}
/* line 671, ../sass/screen.scss */
BODY.home header DIV.icon-wrapper DIV.icon .fa-thumbs-up {
  color: #dd1b1b;
}
/* line 676, ../sass/screen.scss */
BODY.home header DIV.icon-wrapper .is-showing {
  opacity: 1 !important;
}

/* line 685, ../sass/screen.scss */
FOOTER DIV.upper-footer {
  background: #363636;
  border-top: 5rem solid #cddd1b;
  color: #fff;
  padding: 5rem 0 7rem;
}
/* line 690, ../sass/screen.scss */
FOOTER DIV.upper-footer ul {
  float: right;
  margin-right: 3rem;
}
/* line 693, ../sass/screen.scss */
FOOTER DIV.upper-footer ul li {
  display: inline-block;
  margin-left: 3rem;
}
/* line 696, ../sass/screen.scss */
FOOTER DIV.upper-footer ul li A {
  color: #fff;
  font-size: 17px;
}
/* line 699, ../sass/screen.scss */
FOOTER DIV.upper-footer ul li A:HOVER {
  text-decoration: none;
  color: #cddd1b;
}
/* line 708, ../sass/screen.scss */
FOOTER DIV.lower-footer {
  background: #111111;
  text-align: center;
  padding: 2rem 0;
}
/* line 712, ../sass/screen.scss */
FOOTER DIV.lower-footer a {
  color: #fff;
}
/* line 714, ../sass/screen.scss */
FOOTER DIV.lower-footer a:hover {
  color: #cddd1b;
}

/* line 722, ../sass/screen.scss */
DIV.blog {
  overflow: hidden;
  padding: 5rem 0 19rem;
  position: relative;
  transform: scale(1);
  width: 100%;
  z-index: 1;
}
/* line 730, ../sass/screen.scss */
DIV.blog DIV.blog-post {
  -moz-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dedede;
  margin-top: 2.5rem;
  min-height: 38rem;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  transition: all ease-in-out 300ms;
  z-index: 3;
}
/* line 743, ../sass/screen.scss */
DIV.blog DIV.blog-post IMG.full {
  max-height: 27rem;
}
/* line 748, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.img-container {
  overflow: hidden;
  height: 170px;
}
/* line 755, ../sass/screen.scss */
DIV.blog DIV.blog-post:HOVER {
  background: white;
  box-shadow: 0px 18px 5px -10px rgba(0, 0, 0, 0.1);
  transform: translate(-2px, -5px);
}
/* line 760, ../sass/screen.scss */
DIV.blog DIV.blog-post:HOVER DIV.blog-content DIV.blog-wrap I.icon-arrow-right {
  color: #5e3ea2;
}
/* line 763, ../sass/screen.scss */
DIV.blog DIV.blog-post:HOVER DIV.blog-info SPAN.date {
  background: #5e3ea2;
}
/* line 765, ../sass/screen.scss */
DIV.blog DIV.blog-post:HOVER DIV.blog-info SPAN.date SPAN.e {
  color: #fff !important;
}
/* line 772, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.blog-image-wrapper {
  background-size: cover !important;
  height: 19rem;
  overflow: hidden;
  width: 100%;
  position: relative;
}
/* line 781, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.blog-content {
  display: inline-block;
  min-height: 26rem;
  position: relative;
}
/* line 788, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.blog-content DIV.blog-wrap H3 {
  font-size: 2rem;
}
/* line 793, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.blog-content DIV.blog-wrap SPAN.date {
  display: block;
}
/* line 798, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.blog-content DIV.blog-wrap SPAN {
  max-height: 8rem;
  overflow: hidden;
  display: inline-block;
}
/* line 804, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.blog-content DIV.blog-wrap I.icon-arrow-right {
  float: right;
  font-size: 45px;
  color: #cddd1b;
  position: absolute;
  bottom: 5px;
  right: 5px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  /* line 804, ../sass/screen.scss */
  DIV.blog DIV.blog-post DIV.blog-content DIV.blog-wrap I.icon-arrow-right {
    display: none;
  }
}
/* line 822, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.blog-info {
  position: absolute;
  top: 50px;
  left: 0;
}
/* line 829, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.blog-info .ds {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 800;
  height: 6rem;
  left: 5px;
  position: absolute;
  text-align: center;
  width: 53px;
  position: relative;
  z-index: 99;
}
/* line 841, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.blog-info .ds i {
  display: block;
  width: 100%;
  height: 6rem;
  padding: 1rem;
  color: #fff;
  font-size: 4rem;
}
/* line 852, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.blog-info .ds SPAN.e {
  color: #09151c;
  line-height: 1.5 !important;
  top: -3rem;
  line-height: 1.5 !important;
}
/* line 858, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.blog-info .ds SPAN.e SPAN {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5 !important;
  margin-top: -0.5rem;
}
/* line 868, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.blog-info .dm {
  margin-top: 3rem;
}
/* line 872, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.blog-info SPAN.date {
  background: #cddd1b;
  color: #09151c;
  line-height: 1.5 !important;
  top: -3rem;
  transition: all 0.4s ease-in-out;
}
/* line 879, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.blog-info SPAN.date SPAN.e {
  line-height: 1.5 !important;
}
/* line 881, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.blog-info SPAN.date SPAN.e SPAN {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5 !important;
  margin-top: -0.5rem;
}
/* line 891, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.blog-info SPAN.icon {
  color: #cddd1b;
  background: #09151c;
  top: 3rem;
}
/* line 898, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.blog-info SPAN.icon SPAN.e svg {
  max-width: 30px;
}
/* line 905, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.review-overlay {
  background: #ecf39e;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
/* line 918, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.sm {
  float: right;
}
/* line 923, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.sm I:HOVER {
  color: #5e3ea2 !important;
}
/* line 928, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.sm I.fa {
  background: transparent !important;
  color: #949494;
  text-align: right;
  font-size: 1.8rem;
  margin-left: 0.5rem;
}
/* line 936, ../sass/screen.scss */
DIV.blog DIV.blog-post DIV.sm I.fa-facebook, DIV.blog DIV.blog-post DIV.sm I.fa-google-plus, DIV.blog DIV.blog-post DIV.sm I.fa-twitter {
  background: transparent !important;
}
/* line 942, ../sass/screen.scss */
DIV.blog DIV.blog-bg {
  z-index: 1;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-size: cover;
  background: url("../images/harbour2.jpg") no-repeat fixed;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-background-size: cover;
}
/* line 957, ../sass/screen.scss */
DIV.blog DIV.blog-header {
  color: #09151c !important;
  padding-top: 4rem;
  position: relative;
  width: 100%;
  z-index: 3;
}
/* line 964, ../sass/screen.scss */
DIV.blog DIV.blog-header H2 {
  color: #09151c !important;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
/* line 972, ../sass/screen.scss */
DIV.blog DIV.blog-header SPAN {
  border-bottom: 4px solid #cddd1b;
  bottom: 0;
  color: #09151c !important;
  float: right;
  font-size: 2rem;
  position: absolute;
  right: 0;
}

/* line 990, ../sass/screen.scss */
DIV.biz-dir DIV.events DIV.event-detail-content DIV.container-fluid {
  width: 75%;
}
/* line 994, ../sass/screen.scss */
DIV.biz-dir DIV.events DIV.event-detail-content DIV.main-content {
  border-right: 0px;
  padding-right: 0;
  margin-right: 0;
}
/* line 999, ../sass/screen.scss */
DIV.biz-dir DIV.events DIV.event-detail-content DIV.main-content IFRAME {
  width: 500px !important;
  max-width: 100% !important;
}

/* line 1012, ../sass/screen.scss */
#calendar IFRAME {
  box-shadow: none;
  border: none;
  height: 695px;
  margin-top: 100px;
  width: 100%;
}

/* line 1025, ../sass/screen.scss */
DIV.calHeaderRow {
  font-size: 25px;
  text-align: center;
}
/* line 1028, ../sass/screen.scss */
DIV.calHeaderRow A {
  text-decoration: none;
}
/* line 1032, ../sass/screen.scss */
DIV.calHeaderRow SPAN {
  display: inline-block;
  margin: 0 20px;
}

/* line 1037, ../sass/screen.scss */
DIV.row.date, DIV.row.days {
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  float: left;
  width: 100%;
}

/* line 1043, ../sass/screen.scss */
DIV.row.days {
  border-left: none;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
/* line 1049, ../sass/screen.scss */
DIV.row.days DIV.cal-cell {
  border-right: none;
  font-size: 15px;
  margin-bottom: 5px;
  min-height: 0;
}

/* line 1056, ../sass/screen.scss */
DIV.cal-cell {
  border-right: 1px solid #e1e1e1;
  box-sizing: border-box;
  float: left;
  min-height: 100px;
  position: relative;
  width: 14.28571%;
}
/* line 1064, ../sass/screen.scss */
DIV.cal-cell SPAN.eventLink {
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
/* line 1072, ../sass/screen.scss */
DIV.cal-cell A.eventLink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
/* line 1081, ../sass/screen.scss */
DIV.cal-cell SPAN.day {
  color: #09151c;
  float: right;
  font-size: 20px;
  margin: 15px;
  opacity: 0.5;
  z-index: 9;
}

/* line 1090, ../sass/screen.scss */
DIV.cal-cell.has_event {
  position: relative;
}
/* line 1092, ../sass/screen.scss */
DIV.cal-cell.has_event:before {
  content: "◢ ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  color: #5e3ea2;
}
/* line 1100, ../sass/screen.scss */
DIV.cal-cell.has_event .eventName {
  color: #cddd1b !important;
  display: block;
  margin-top: 5px;
  padding-left: 15px;
  z-index: 9;
}
/* line 1107, ../sass/screen.scss */
DIV.cal-cell.has_event .eventIcon {
  display: none;
}
/* line 1110, ../sass/screen.scss */
DIV.cal-cell.has_event SPAN {
  color: white;
  margin: 0;
  opacity: 1;
  position: absolute;
}
/* line 1116, ../sass/screen.scss */
DIV.cal-cell.has_event SPAN.day {
  color: #09151c;
  top: 15px;
  right: 15px;
}
/* line 1121, ../sass/screen.scss */
DIV.cal-cell.has_event SPAN.past {
  background-color: #eeeeee;
}

/* line 1125, ../sass/screen.scss */
I.fa-caret-right, I.fa-caret-left {
  color: #cddd1b;
}

/* line 1131, ../sass/screen.scss */
DIV.contact {
  min-height: 104rem;
}
/* line 1133, ../sass/screen.scss */
DIV.contact DIV.contact-left {
  max-width: 90%;
}
/* line 1135, ../sass/screen.scss */
DIV.contact DIV.contact-left FORM {
  padding: 4rem 0;
}
/* line 1139, ../sass/screen.scss */
DIV.contact DIV.contact-left FORM DIV.form-group .error {
  color: red !important;
  padding: 2rem 0;
}
/* line 1144, ../sass/screen.scss */
DIV.contact DIV.contact-left FORM DIV.form-group button {
  background: #b8c618;
  border: 2px solid #b8c618;
  color: #fff;
  float: right;
  font-size: 2rem;
  padding: 1rem 2rem;
  text-transform: uppercase;
  transition: all, 0.4s, ease;
}
/* line 1154, ../sass/screen.scss */
DIV.contact DIV.contact-left FORM DIV.form-group button:HOVER {
  background: transparent;
  color: #b8c618 !important;
}
/* line 1161, ../sass/screen.scss */
DIV.contact DIV.contact-left FORM DIV.form-group input, DIV.contact DIV.contact-left FORM DIV.form-group textarea {
  border: 0px;
  border-bottom: 3px solid #cddd1b;
  height: 3rem;
  margin-bottom: 2rem;
  width: 100%;
}
/* line 1169, ../sass/screen.scss */
DIV.contact DIV.contact-left FORM DIV.form-group textarea {
  min-height: 150px;
}
/* line 1173, ../sass/screen.scss */
DIV.contact DIV.contact-left FORM DIV.form-group .err {
  border-bottom: 3px solid red !important;
}
/* line 1178, ../sass/screen.scss */
DIV.contact DIV.contact-left FORM DIV.spam {
  display: none;
}
/* line 1186, ../sass/screen.scss */
DIV.contact DIV.contact-right DIV.wrap {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
/* line 1191, ../sass/screen.scss */
DIV.contact DIV.contact-right DIV.wrap SPAN {
  display: block;
}
/* line 1195, ../sass/screen.scss */
DIV.contact DIV.contact-right DIV.wrap#one {
  border-bottom: 3px solid #24CDD8;
}
/* line 1199, ../sass/screen.scss */
DIV.contact DIV.contact-right DIV.wrap#two {
  border-bottom: 3px solid #5e3ea2;
}
/* line 1203, ../sass/screen.scss */
DIV.contact DIV.contact-right DIV.wrap#three {
  border-bottom: 3px solid #ff7000;
}

/* line 1212, ../sass/screen.scss */
DIV.contributor {
  padding: 4rem 0;
  text-align: center;
}
/* line 1216, ../sass/screen.scss */
DIV.contributor a, DIV.contributor i {
  display: inline-block;
  font-size: 2rem;
  margin-right: 1rem;
  text-align: center;
  color: #5e3ea2;
}
/* line 1222, ../sass/screen.scss */
DIV.contributor a:last-child, DIV.contributor i:last-child {
  margin-right: 0;
}
/* line 1227, ../sass/screen.scss */
DIV.contributor h3 {
  margin-bottom: 3rem;
}
/* line 1231, ../sass/screen.scss */
DIV.contributor DIV.contributor-container {
  margin-left: 2rem;
  border-radius: 50%;
  display: inline-block;
  height: 10rem;
  overflow: hidden;
  position: relative;
  width: 10rem;
}
/* line 1240, ../sass/screen.scss */
DIV.contributor DIV.contributor-container IMG {
  margin: 0 !important;
}
/* line 1245, ../sass/screen.scss */
DIV.contributor SPAN.contributor-name {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}

/* line 1259, ../sass/screen.scss */
DIV.notfound {
  text-align: center;
}
/* line 1261, ../sass/screen.scss */
DIV.notfound h1 {
  font-size: 12rem;
  color: #cddd1b;
  display: inline-block;
  text-align: center;
}
/* line 1268, ../sass/screen.scss */
DIV.notfound a {
  color: #cddd1b;
}
/* line 1270, ../sass/screen.scss */
DIV.notfound a:hover {
  color: #5e3ea2;
}

/* line 1276, ../sass/screen.scss */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99999;
}
/* line 1297, ../sass/screen.scss */
#return-to-top svg {
  max-width: 30px;
  enable-background: new 206 -206 512 512;
  position: absolute;
  right: 10px;
  display: inline-block;
  top: 7px;
}
/* line 1307, ../sass/screen.scss */
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999999;
}
/* line 1322, ../sass/screen.scss */
#return-to-top:HOVER {
  background: rgba(0, 0, 0, 0.9);
}
/* line 1325, ../sass/screen.scss */
#return-to-top:HOVER I {
  color: #fff;
  top: 5px;
}

/* line 1335, ../sass/screen.scss */
DIV.search-bar {
  -moz-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  background: #fff;
  display: inline-block;
  padding: 1rem 1.6rem;
}
/* line 1342, ../sass/screen.scss */
DIV.search-bar SPAN {
  font-size: 1.5rem;
  font-weight: 700;
  padding-right: 1.5rem;
  position: relative;
  right: -3rem;
  text-transform: uppercase;
}
/* line 1351, ../sass/screen.scss */
DIV.search-bar FORM {
  display: inline-block;
  position: relative;
  right: -5rem;
}
/* line 1357, ../sass/screen.scss */
DIV.search-bar FORM button {
  -moz-border-radius: 0 0.4rem 0.4rem 0;
  -o-border-radius: 0 0.4rem 0.4rem 0;
  -webkit-border-radius: 0 0.4rem 0.4rem 0;
  border-radius: 0 0.4rem 0.4rem 0;
  background: -moz-linear-gradient(70deg, rgba(255, 255, 255, 0) 0%, rgba(205, 221, 27, 0) 12%, rgba(205, 221, 27, 0) 32%, #cddd1b 35%);
  /* FF3.6+ */
  background: -ms-linear-gradient(70deg, rgba(255, 255, 255, 0) 0%, rgba(205, 221, 27, 0) 12%, rgba(205, 221, 27, 0) 32%, #cddd1b 35%);
  /* IE10+ */
  background: -o-linear-gradient(70deg, rgba(255, 255, 255, 0) 0%, rgba(205, 221, 27, 0) 12%, rgba(205, 221, 27, 0) 32%, #cddd1b 35%);
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(12%, rgba(205, 221, 27, 0)), color-stop(32%, rgba(205, 221, 27, 0)), color-stop(35%, #cddd1b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(70deg, rgba(255, 255, 255, 0) 0%, rgba(205, 221, 27, 0) 12%, rgba(205, 221, 27, 0) 32%, #cddd1b 35%);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(70deg, rgba(255, 255, 255, 0) 0%, rgba(205, 221, 27, 0) 12%, rgba(205, 221, 27, 0) 32%, #cddd1b 35%);
  /* W3C */
  border: 0px;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cddd1b',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cddd1b',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  font-size: 1.2rem;
  -moz-padding-end: 1.1rem;
  left: -6rem;
  padding: 1.7rem 2rem 1rem 6rem;
  position: relative;
  text-transform: uppercase;
}
/* line 1377, ../sass/screen.scss */
DIV.search-bar FORM button:focus {
  outline: none;
}
@-moz-document url-prefix() {
  /* line 1357, ../sass/screen.scss */
  DIV.search-bar FORM button {
    top: 1px;
  }
}
/* line 1385, ../sass/screen.scss */
DIV.search-bar FORM input {
  -moz-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  background: #000;
  border: 0px;
  color: #fff;
  position: relative;
  text-align: left;
  padding: 1.4rem 7rem 1.05rem;
}
/* line 1395, ../sass/screen.scss */
DIV.search-bar FORM input:focus {
  outline: none;
}

/* line 1402, ../sass/screen.scss */
DIV.search-results {
  background: #eee;
}
/* line 1405, ../sass/screen.scss */
DIV.search-results H2 {
  display: inline-block;
  text-align: center;
}
/* line 1409, ../sass/screen.scss */
DIV.search-results H2 SPAN {
  color: #cddd1b !important;
}
/* line 1418, ../sass/screen.scss */
DIV.search-results DIV.reviews DIV.reviews-header H2, DIV.search-results DIV.reviews DIV.reviews-header SPAN {
  color: #f1f1f1 !important;
}

/* line 1425, ../sass/screen.scss */
DIV.reviews {
  overflow: hidden;
  padding: 2rem 0 9rem;
  position: relative;
  transform: scale(1);
  width: 100%;
  z-index: 1;
}
/* line 1434, ../sass/screen.scss */
DIV.reviews DIV.internal IMG.int {
  margin: 0;
}
/* line 1439, ../sass/screen.scss */
DIV.reviews DIV.review {
  -moz-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dedede;
  margin-top: 2.5rem;
  overflow: hidden;
  min-height: 418px !important;
  padding: 2rem;
  position: relative;
  transition: all ease-in-out 300ms;
  z-index: 3;
}
/* line 1452, ../sass/screen.scss */
DIV.reviews DIV.review.businessRev {
  min-height: 200px !important;
}
@media (max-width: 992px) {
  /* line 1452, ../sass/screen.scss */
  DIV.reviews DIV.review.businessRev {
    min-height: 300px !important;
  }
}
/* line 1460, ../sass/screen.scss */
DIV.reviews DIV.review A {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
/* line 1469, ../sass/screen.scss */
DIV.reviews DIV.review:HOVER {
  background: white;
  box-shadow: 0px 18px 5px -10px rgba(0, 0, 0, 0.1);
  transform: translate(-2px, -5px);
}
/* line 1475, ../sass/screen.scss */
DIV.reviews DIV.review DIV.review-image {
  background-size: cover !important;
  display: inline-block;
  height: 12rem;
  width: 12rem;
}
/* line 1482, ../sass/screen.scss */
DIV.reviews DIV.review DIV.rev-prev {
  height: 12rem;
  overflow: hidden;
  width: 100%;
}
/* line 1487, ../sass/screen.scss */
DIV.reviews DIV.review DIV.rev-prev IMG.full {
  width: 100%;
  height: auto;
}
/* line 1493, ../sass/screen.scss */
DIV.reviews DIV.review DIV.review-preview {
  background: #fff;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
/* line 1506, ../sass/screen.scss */
DIV.reviews DIV.review DIV.review-content {
  display: inline-block;
}
/* line 1512, ../sass/screen.scss */
DIV.reviews DIV.review DIV.review-content DIV.rev-wrap H3 {
  font-size: 2rem;
  margin-top: 0;
}
/* line 1517, ../sass/screen.scss */
DIV.reviews DIV.review DIV.review-content DIV.rev-wrap H2 {
  margin-top: 0;
}
/* line 1521, ../sass/screen.scss */
DIV.reviews DIV.review DIV.review-content DIV.rev-wrap SPAN.date {
  display: block;
}
/* line 1528, ../sass/screen.scss */
DIV.reviews DIV.review DIV.review-overlay {
  background: #ecf39e;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
/* line 1542, ../sass/screen.scss */
DIV.reviews DIV.review SPAN.date {
  padding-bottom: 1rem;
  font-size: 1.6rem;
}
/* line 1548, ../sass/screen.scss */
DIV.reviews DIV.offer {
  text-align: center;
  min-height: 41rem;
}
/* line 1552, ../sass/screen.scss */
DIV.reviews DIV.offer h3 {
  min-height: 13rem;
}
/* line 1554, ../sass/screen.scss */
DIV.reviews DIV.offer h3 a {
  height: 11rem;
}
/* line 1559, ../sass/screen.scss */
DIV.reviews DIV.offer div.offer-cont {
  background: black;
  height: 9rem;
  margin-bottom: 2rem;
  position: relative;
}
/* line 1564, ../sass/screen.scss */
DIV.reviews DIV.offer div.offer-cont h3 {
  position: absolute;
  font-size: 2.2rem;
  width: 100%;
}
/* line 1569, ../sass/screen.scss */
DIV.reviews DIV.offer div.offer-cont h3 a {
  color: white;
}
/* line 1571, ../sass/screen.scss */
DIV.reviews DIV.offer div.offer-cont h3 a:hover {
  text-decoration: none;
}
@media (max-width: 1622px) {
  /* line 1559, ../sass/screen.scss */
  DIV.reviews DIV.offer div.offer-cont {
    height: 11rem;
  }
}
@media (max-width: 992px) {
  /* line 1559, ../sass/screen.scss */
  DIV.reviews DIV.offer div.offer-cont {
    height: auto !important;
    padding: 1rem;
  }
  /* line 1585, ../sass/screen.scss */
  DIV.reviews DIV.offer div.offer-cont h3 {
    position: relative;
  }
  /* line 1587, ../sass/screen.scss */
  DIV.reviews DIV.offer div.offer-cont h3 a {
    position: relative;
  }
}
@media (max-width: 1233px) {
  /* line 1548, ../sass/screen.scss */
  DIV.reviews DIV.offer {
    min-height: 48rem;
  }
  /* line 1597, ../sass/screen.scss */
  DIV.reviews DIV.offer div.offer-cont {
    height: 15rem;
  }
}
/* line 1602, ../sass/screen.scss */
DIV.reviews DIV.offer div.download-cont {
  height: 5rem;
}
/* line 1607, ../sass/screen.scss */
DIV.reviews DIV.offer A.download {
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  padding-top: 1rem;
  position: inherit !important;
  text-decoration: none;
  transition: background, 0.4s, ease;
}
/* line 1615, ../sass/screen.scss */
DIV.reviews DIV.offer A.download:hover {
  background: #cddd1b;
  color: black;
}
/* line 1621, ../sass/screen.scss */
DIV.reviews DIV.offer a.download {
  transition: background, 0.4s, ease;
}
/* line 1624, ../sass/screen.scss */
DIV.reviews DIV.offer a.download:hover {
  background: #5e3ea2;
  color: #cddd1b;
}
/* line 1629, ../sass/screen.scss */
DIV.reviews DIV.offer P {
  font-size: 1.5rem;
  overflow: hidden;
  transition: all, 2s, ease;
  min-height: 17rem;
}
/* line 1637, ../sass/screen.scss */
DIV.reviews DIV.offer H3 {
  line-height: 1.4;
}
/* line 1646, ../sass/screen.scss */
DIV.reviews DIV.dis:nth-child(1n) a.download {
  background: #cddd1b !important;
}
/* line 1648, ../sass/screen.scss */
DIV.reviews DIV.dis:nth-child(1n) a.download:hover {
  color: #5e3ea2;
}
/* line 1654, ../sass/screen.scss */
DIV.reviews DIV.dis:nth-child(2n) a.download {
  background: #5e3ea2 !important;
}
/* line 1656, ../sass/screen.scss */
DIV.reviews DIV.dis:nth-child(2n) a.download:hover {
  color: #ff9800;
}
/* line 1662, ../sass/screen.scss */
DIV.reviews DIV.dis:nth-child(3n) a.download {
  background: #ff9800 !important;
}
/* line 1668, ../sass/screen.scss */
DIV.reviews DIV.reviews-bg {
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-size: cover;
  background: url("../images/header_2.png") no-repeat fixed;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  -moz-background-size: cover;
}
/* line 1682, ../sass/screen.scss */
DIV.reviews DIV.reviews-header {
  padding-top: 4rem;
  position: relative;
  width: 100%;
  z-index: 3;
}
/* line 1688, ../sass/screen.scss */
DIV.reviews DIV.reviews-header H2 {
  color: #fff !important;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
/* line 1696, ../sass/screen.scss */
DIV.reviews DIV.reviews-header SPAN {
  border-bottom: 4px solid #cddd1b;
  bottom: 0;
  color: #fff;
  float: right;
  font-size: 2rem;
  position: absolute;
  right: 0;
}

/* line 1708, ../sass/screen.scss */
NAV {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.32);
  -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.32);
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.32);
  background: #fff;
  height: 8rem;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
/* line 1720, ../sass/screen.scss */
NAV.is-hidden {
  -webkit-transform: translate(0, -150px);
  -webkit-transition: -webkit-transform .2s,background .3s,color .3s,opacity 0 .3s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
/* line 1727, ../sass/screen.scss */
NAV.is-visible {
  -webkit-transform: translate(0, 0);
  -webkit-transition: -webkit-transform .2s,background .3s,color .3s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
/* line 1734, ../sass/screen.scss */
NAV DIV.logo {
  height: 100%;
  left: 0;
  position: relative;
  text-align: center;
  top: 0;
  width: 12rem;
}
/* line 1743, ../sass/screen.scss */
NAV DIV.logo IMG {
  position: absolute;
  left: 0;
  max-width: 9rem;
  padding-top: 0.5rem;
}
/* line 1752, ../sass/screen.scss */
NAV DIV.navigation {
  float: right;
  height: 100%;
  position: absolute;
  top: 2rem;
  right: 11rem;
}
/* line 1760, ../sass/screen.scss */
NAV DIV.navigation ul {
  display: inline-block;
  height: 100%;
  padding: 1rem 0;
  text-align: right;
}
/* line 1766, ../sass/screen.scss */
NAV DIV.navigation ul li {
  display: inline-block;
  margin-left: 1rem;
}
/* line 1770, ../sass/screen.scss */
NAV DIV.navigation ul li A {
  color: #222324;
  text-decoration: none;
  text-transform: capitalize;
}
/* line 1775, ../sass/screen.scss */
NAV DIV.navigation ul li A:HOVER {
  color: #cddd1b;
}
/* line 1785, ../sass/screen.scss */
NAV DIV.search-show {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fff;
  display: none;
  height: 100%;
  -moz-padding-end: 1.1rem;
  width: 100rem;
  opacity: 0;
  position: absolute;
  right: -400px;
  z-index: -2;
  text-align: center;
}
/* line 1797, ../sass/screen.scss */
NAV DIV.search-show BUTTON {
  padding-bottom: 1.1rem;
  height: 45px;
  top: 5px;
}
/* line 1801, ../sass/screen.scss */
NAV DIV.search-show BUTTON SPAN {
  top: -5px;
  right: -5px;
}
/* line 1807, ../sass/screen.scss */
NAV DIV.search-show.visible {
  opacity: 1;
  display: block !important;
  right: -100px;
  z-index: 2;
}
/* line 1814, ../sass/screen.scss */
NAV DIV.search {
  background: #cddd1b;
  height: 100%;
  width: 8rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
/* line 1823, ../sass/screen.scss */
NAV DIV.search:HOVER {
  cursor: pointer;
}
/* line 1827, ../sass/screen.scss */
NAV DIV.search svg {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -1.5rem;
}

/* line 1836, ../sass/screen.scss */
DIV.main {
  background: #eee;
  padding: 5rem 0;
}
/* line 1840, ../sass/screen.scss */
DIV.main DIV.main-header {
  text-align: center;
  padding-bottom: 5rem;
}
/* line 1844, ../sass/screen.scss */
DIV.main DIV.main-header H2 {
  display: inline-block;
}
/* line 1849, ../sass/screen.scss */
DIV.main SPAN.sub-heading {
  display: block;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0.2rem;
  padding-bottom: 1.6rem;
  text-transform: uppercase;
}

/* line 1859, ../sass/screen.scss */
DIV.stars {
  padding: 3rem 0;
}
/* line 1861, ../sass/screen.scss */
DIV.stars I {
  color: #cddd1b;
  font-size: 2rem;
  display: inline-block;
}

/*

DIV.top {
	background: url('../images/pattern.png');
	background-repeat: repeat;
}
*/
/* line 1875, ../sass/screen.scss */
DIV.whiteEvent {
  background: #f7f7f7;
}

/* line 1879, ../sass/screen.scss */
DIV.eventFilters .dropdown-menu > li > a {
  white-space: normal !important;
}

/* line 1883, ../sass/screen.scss */
DIV.events {
  position: relative;
  top: -3px;
  width: 100%;
  z-index: 4;
}
/* line 1892, ../sass/screen.scss */
DIV.events DIV.buttons-section {
  background: #e8e8e8;
  padding-top: 30px;
}
/* line 1895, ../sass/screen.scss */
DIV.events DIV.buttons-section A.tickets {
  background: #cddd1b;
  border: 0 !important;
  color: #fff;
  margin-right: 0;
  letter-spacing: 1.5px;
  padding: 2rem 1.2rem;
  font-size: 13px;
}
/* line 1904, ../sass/screen.scss */
DIV.events DIV.buttons-section A.tickets:hover {
  color: #fff;
  background: #a3b015;
}
/* line 1908, ../sass/screen.scss */
DIV.events DIV.buttons-section A.tickets.purple {
  background: #5e3ea2;
  color: #fff;
}
/* line 1911, ../sass/screen.scss */
DIV.events DIV.buttons-section A.tickets.purple:hover {
  background: #3e296b;
}
/* line 1920, ../sass/screen.scss */
DIV.events #up-and-coming {
  padding: 0 0 5rem 0;
}
/* line 1923, ../sass/screen.scss */
DIV.events #up-and-coming DIV.up-and-coming-event {
  -moz-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  background: #fff;
  border: 1px solid #dedede;
  padding: 1.6rem 0rem;
  overflow: hidden;
  transition: all ease-in-out 300ms;
}
/* line 1932, ../sass/screen.scss */
DIV.events #up-and-coming DIV.up-and-coming-event:HOVER {
  box-shadow: 0px 18px 5px -10px rgba(0, 0, 0, 0.1);
  transform: translate(-2px, -5px);
}
/* line 1937, ../sass/screen.scss */
DIV.events #up-and-coming DIV.up-and-coming-event:HOVER DIV.event-image-container DIV.overlay {
  background: rgba(0, 0, 0, 0.6);
}
/* line 1940, ../sass/screen.scss */
DIV.events #up-and-coming DIV.up-and-coming-event:HOVER DIV.event-image-container DIV.overlay svg {
  display: block;
}
/* line 1948, ../sass/screen.scss */
DIV.events #up-and-coming DIV.up-and-coming-event DIV.up-and-coming-container {
  background-size: cover !important;
  height: 20rem;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin: 0 2rem;
}
/* line 1956, ../sass/screen.scss */
DIV.events #up-and-coming DIV.up-and-coming-event DIV.up-and-coming-container DIV.overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: background, 0.4s, ease;
}
/* line 1969, ../sass/screen.scss */
DIV.events #up-and-coming DIV.up-and-coming-event DIV.up-and-coming-container H3 A {
  color: #fff;
}
/* line 1971, ../sass/screen.scss */
DIV.events #up-and-coming DIV.up-and-coming-event DIV.up-and-coming-container H3 A:HOVER {
  color: #cddd1b;
  text-decoration: none;
}
/* line 1981, ../sass/screen.scss */
DIV.events #up-and-coming DIV.up-and-coming-event DIV.up-and-coming-container DIV.event-text DIV.date {
  position: relative;
}
/* line 1988, ../sass/screen.scss */
DIV.events #up-and-coming DIV.up-and-coming-event DIV.up-and-coming-container:HOVER DIV.overlay {
  background: rgba(0, 0, 0, 0.4);
}
/* line 1999, ../sass/screen.scss */
DIV.events DIV.detail DIV.event-detail {
  color: #fff;
  position: relative;
  padding: 4rem 2rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363636+0,363636+0,0f0f0f+0,363636+0,363636+62,363636+62,0f0f0f+62,303030+62,303030+100 */
  background: #363636;
  /* Old browsers */
}
/* line 2006, ../sass/screen.scss */
DIV.events DIV.detail DIV.event-detail DIV.event-image-container {
  background-position: right !important;
  height: 37rem;
  width: 100%;
  max-width: 63rem;
}
/* line 2017, ../sass/screen.scss */
DIV.events DIV.detail DIV.event-detail DIV.event-text H1 {
  margin-top: 0;
}
/* line 2021, ../sass/screen.scss */
DIV.events DIV.detail DIV.event-detail DIV.event-text H3 {
  margin-top: 0;
}
/* line 2025, ../sass/screen.scss */
DIV.events DIV.detail DIV.event-detail DIV.event-text SPAN.tag {
  display: inline-block;
  margin-bottom: 1rem;
}
/* line 2030, ../sass/screen.scss */
DIV.events DIV.detail DIV.event-detail DIV.event-text SPAN.m {
  display: block;
  margin-bottom: 1rem;
}
/* line 2035, ../sass/screen.scss */
DIV.events DIV.detail DIV.event-detail DIV.event-text SPAN {
  display: block;
}
/* line 2038, ../sass/screen.scss */
DIV.events DIV.detail DIV.event-detail DIV.event-text SPAN SPAN {
  color: #cddd1b;
  display: inline-block;
  font-size: 1.8rem;
}
/* line 2044, ../sass/screen.scss */
DIV.events DIV.detail DIV.event-detail DIV.event-text SPAN SPAN.a {
  color: #fff;
  max-width: 77%;
  padding-left: 10rem;
  text-align: left;
}
/* line 2050, ../sass/screen.scss */
DIV.events DIV.detail DIV.event-detail DIV.event-text SPAN SPAN.a a {
  color: white;
}
/* line 2052, ../sass/screen.scss */
DIV.events DIV.detail DIV.event-detail DIV.event-text SPAN SPAN.a a:HOVER {
  text-decoration: none;
  color: #cddd1b;
}
/* line 2059, ../sass/screen.scss */
DIV.events DIV.detail DIV.event-detail DIV.event-text SPAN SPAN.b {
  width: 3rem;
  vertical-align: top;
}
/* line 2067, ../sass/screen.scss */
DIV.events DIV.detail DIV.detail-lower {
  margin-top: 10rem;
  margin-bottom: 4rem;
  position: relative;
}
/* line 2072, ../sass/screen.scss */
DIV.events DIV.detail DIV.detail-lower .ov {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all, 0.4s, ease-in-out;
}
/* line 2082, ../sass/screen.scss */
DIV.events DIV.detail DIV.detail-lower .ov:HOVER {
  background: transparent;
  z-index: 1;
}
/* line 2088, ../sass/screen.scss */
DIV.events DIV.detail DIV.detail-lower DIV.google-map {
  height: 38rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
/* line 2095, ../sass/screen.scss */
DIV.events DIV.detail DIV.detail-lower DIV.google-map iframe {
  width: 100% !important;
}
/* line 2098, ../sass/screen.scss */
DIV.events DIV.detail DIV.detail-lower DIV.google-map H2 {
  color: #fff;
  font-size: 8rem;
  font-weight: 800;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 2rem;
  transition: all, 0.4s, ease-in-out;
}
/* line 2110, ../sass/screen.scss */
DIV.events DIV.detail DIV.detail-lower DIV.google-map:HOVER H2 {
  left: -50rem;
}
/* line 2116, ../sass/screen.scss */
DIV.events DIV.detail DIV.detail-lower DIV.gallery {
  position: relative;
  z-index: 1;
}
/* line 2120, ../sass/screen.scss */
DIV.events DIV.detail DIV.detail-lower DIV.gallery H2 {
  color: #fff;
  font-size: 8rem;
  font-weight: 800;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 2rem;
  transition: all, 0.4s, ease-in-out;
}
/* line 2133, ../sass/screen.scss */
DIV.events DIV.detail DIV.detail-lower DIV.gallery:HOVER H2 {
  left: -50rem;
}
/* line 2138, ../sass/screen.scss */
DIV.events DIV.detail DIV.detail-lower DIV.gallery DIV.image-container {
  height: 38rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* line 2144, ../sass/screen.scss */
DIV.events DIV.detail DIV.detail-lower DIV.gallery DIV.image-container IMG {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  transition: all .2s ease-in-out;
}
/* line 2157, ../sass/screen.scss */
DIV.events DIV.detail DIV.detail-lower DIV.gallery DIV.image-container a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
/* line 2172, ../sass/screen.scss */
DIV.events DIV.google-map-container {
  overflow: hidden;
  height: 30rem;
  width: 100%;
}
/* line 2176, ../sass/screen.scss */
DIV.events DIV.google-map-container iframe {
  width: 100% !important;
  height: 100% !important;
}
/* line 2181, ../sass/screen.scss */
DIV.events DIV.event-detail-content {
  margin-bottom: 2rem;
  padding: 5rem 0rem;
}
/* line 2185, ../sass/screen.scss */
DIV.events DIV.event-detail-content H2 {
  font-weight: 800;
}
/* line 2189, ../sass/screen.scss */
DIV.events DIV.event-detail-content SPAN.date {
  color: #777777;
  font-size: 1.8rem;
  font-weight: 800;
}
/* line 2195, ../sass/screen.scss */
DIV.events DIV.event-detail-content IMG {
  margin: 4rem 0;
}
/* line 2202, ../sass/screen.scss */
DIV.events DIV.event-detail-content DIV.main-content {
  margin-right: 4rem;
}
/* line 2206, ../sass/screen.scss */
DIV.events DIV.event-detail-content DIV.main-content IMG {
  height: auto !important;
  margin: 5rem 0;
  max-width: 100% !important;
}
/* line 2212, ../sass/screen.scss */
DIV.events DIV.event-detail-content DIV.main-content HR {
  margin: 4rem 0;
}
/* line 2221, ../sass/screen.scss */
DIV.events DIV.event-detail-content DIV.reviews {
  padding-top: 0;
}
/* line 2224, ../sass/screen.scss */
DIV.events DIV.event-detail-content DIV.reviews h3 {
  padding-top: 2rem;
}
/* line 2231, ../sass/screen.scss */
DIV.events #right-side {
  background: url("../images/pattern.png");
  background-repeat: repeat;
}
/* line 2240, ../sass/screen.scss */
DIV.events DIV.event DIV.event-text {
  bottom: 1.5rem;
  left: 1.5rem;
  position: absolute;
  z-index: 4;
  max-width: 92%;
  margin: auto;
  left: 0;
  right: 0;
}
/* line 2250, ../sass/screen.scss */
DIV.events DIV.event DIV.event-text SPAN.date {
  color: #cddd1b;
  text-transform: uppercase;
  letter-spacing: 0.88px;
  margin-top: 5px;
}
/* line 2257, ../sass/screen.scss */
DIV.events DIV.event DIV.event-text DIV.date {
  background: #cddd1b;
  display: inline-block;
  height: 5rem;
  text-align: center;
  width: 5rem;
}
/* line 2265, ../sass/screen.scss */
DIV.events DIV.event DIV.event-text DIV.date SPAN {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 0.9;
  padding-top: 1rem;
}
/* line 2272, ../sass/screen.scss */
DIV.events DIV.event DIV.event-text DIV.date SPAN SPAN {
  font-size: 1.5rem;
  padding-top: 0rem;
  text-transform: uppercase;
}
/* line 2280, ../sass/screen.scss */
DIV.events DIV.event DIV.event-text H3 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 0.7rem;
  max-height: 7.5rem;
  overflow: hidden;
}
/* line 2290, ../sass/screen.scss */
DIV.events DIV.event DIV.event-text SPAN.location {
  color: #fff;
  display: none;
  font-size: 1.8rem;
  line-height: 1;
}
/* line 2297, ../sass/screen.scss */
DIV.events DIV.event DIV.event-text SPAN.location SPAN {
  color: #cddd1b;
  line-height: 1;
}
/* line 2303, ../sass/screen.scss */
DIV.events DIV.event DIV.event-text SPAN.brief {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}
/* line 2311, ../sass/screen.scss */
DIV.events DIV.event DIV.event-image-container {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
/* line 2316, ../sass/screen.scss */
DIV.events DIV.event DIV.event-image-container DIV.overlay {
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 3;
}
/* line 2324, ../sass/screen.scss */
DIV.events DIV.event DIV.event-image-container DIV.overlay svg {
  display: none;
  max-width: 50px;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
/* line 2333, ../sass/screen.scss */
DIV.events DIV.event DIV.event-image-container DIV.overlay:HOVER {
  background: rgba(0, 0, 0, 0.3) !important;
}
/* line 2345, ../sass/screen.scss */
DIV.events DIV.event DIV.main-event {
  -moz-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  background: #fff;
  border: 1px solid #dedede;
  overflow: hidden;
  padding: 2rem 0rem;
  transition: all ease-in-out 300ms;
}
/* line 2354, ../sass/screen.scss */
DIV.events DIV.event DIV.main-event:HOVER {
  box-shadow: 0px 18px 5px -10px rgba(0, 0, 0, 0.1);
  transform: translate(-2px, -5px);
}
/* line 2359, ../sass/screen.scss */
DIV.events DIV.event DIV.main-event:HOVER DIV.event-image-container DIV.overlay {
  background: rgba(0, 0, 0, 0.6);
}
/* line 2362, ../sass/screen.scss */
DIV.events DIV.event DIV.main-event:HOVER DIV.event-image-container DIV.overlay svg {
  display: block;
}
/* line 2372, ../sass/screen.scss */
DIV.events DIV.event DIV.main-event DIV.event-image-container {
  background-size: cover !important;
  height: 43rem;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin: 0 3rem;
}
/* line 2380, ../sass/screen.scss */
DIV.events DIV.event DIV.main-event DIV.event-image-container DIV.event-text {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  z-index: 4;
}
/* line 2386, ../sass/screen.scss */
DIV.events DIV.event DIV.main-event DIV.event-image-container DIV.event-text SPAN.tag {
  background: #cddd1b;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 0.3rem 1.3rem;
}
/* line 2396, ../sass/screen.scss */
DIV.events DIV.event DIV.main-event DIV.event-image-container DIV.event-text H3 {
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0.7rem;
}
/* line 2404, ../sass/screen.scss */
DIV.events DIV.event DIV.main-event DIV.event-image-container DIV.event-text SPAN.location {
  display: block;
  color: #fff;
  font-size: 1.8rem;
}
/* line 2408, ../sass/screen.scss */
DIV.events DIV.event DIV.main-event DIV.event-image-container DIV.event-text SPAN.location SPAN {
  color: #cddd1b;
}
/* line 2413, ../sass/screen.scss */
DIV.events DIV.event DIV.main-event DIV.event-image-container DIV.event-text SPAN.brief {
  color: #fff;
  font-size: 1.4rem;
}
/* line 2422, ../sass/screen.scss */
DIV.events DIV.event DIV.main-event SPAN.brief {
  display: none;
}
/* line 2428, ../sass/screen.scss */
DIV.events DIV.event DIV.sub-event {
  -moz-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  background: #fff;
  border: 1px solid #dedede;
  padding: 2rem 0rem;
  overflow: hidden;
  transition: all ease-in-out 300ms;
  margin-bottom: 2.8rem;
}
/* line 2439, ../sass/screen.scss */
DIV.events DIV.event DIV.sub-event:HOVER {
  box-shadow: 0px 18px 5px -10px rgba(0, 0, 0, 0.1);
  transform: translate(-2px, -5px);
}
/* line 2445, ../sass/screen.scss */
DIV.events DIV.event DIV.sub-event:HOVER DIV.event-image-container DIV.overlay {
  background: rgba(0, 0, 0, 0.6);
}
/* line 2448, ../sass/screen.scss */
DIV.events DIV.event DIV.sub-event:HOVER DIV.event-image-container DIV.overlay svg {
  display: block;
}
/* line 2459, ../sass/screen.scss */
DIV.events DIV.event DIV.sub-event:HOVER H3 {
  color: #cddd1b;
}
/* line 2465, ../sass/screen.scss */
DIV.events DIV.event DIV.sub-event SPAN.brief {
  display: none;
}
/* line 2469, ../sass/screen.scss */
DIV.events DIV.event DIV.sub-event DIV.event {
  position: relative;
  display: none;
  transition: all 1s ease;
}
/* line 2475, ../sass/screen.scss */
DIV.events DIV.event DIV.sub-event DIV.event-image-container {
  background-size: cover !important;
  height: 18rem;
  margin: auto;
  margin: 0 3rem;
  overflow: hidden;
  position: relative;
}
/* line 2487, ../sass/screen.scss */
DIV.events DIV.event .is-showing {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1 !important;
  transform: translateX(0px) !important;
}
/* line 2496, ../sass/screen.scss */
DIV.events #mainEvents {
  padding: 8rem 0;
}

/* line 2502, ../sass/screen.scss */
DIV.page-numbers {
  height: 4rem;
  text-align: center;
  width: 100%;
  padding: 11rem 0;
}
/* line 2508, ../sass/screen.scss */
DIV.page-numbers SPAN {
  height: 100%;
  padding: 0.4rem;
}
/* line 2513, ../sass/screen.scss */
DIV.page-numbers SPAN.number {
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 2rem;
}
/* line 2520, ../sass/screen.scss */
DIV.page-numbers SPAN.prev, DIV.page-numbers SPAN.number {
  height: 100%;
}
/* line 2524, ../sass/screen.scss */
DIV.page-numbers a {
  display: inline-block;
  color: #363636;
  height: 38px;
  line-height: 44px;
  width: 38px;
  font-size: 15px;
}
/* line 2532, ../sass/screen.scss */
DIV.page-numbers a:hover {
  background: #f2f2f2;
  color: #cddd1b;
  text-decoration: none;
}

/* line 2542, ../sass/screen.scss */
HEADER DIV.wrapper {
  color: #fff;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9;
  top: 12rem;
}
/* line 2550, ../sass/screen.scss */
HEADER DIV.wrapper H2 {
  display: none;
}

/*
// Filters (dropdown)
DIV.selection-section {
	display: block;
	padding: 2rem 0 0rem;
	text-align: center;
	width: 100%;

	SPAN.filter {
		display: block;
		padding-bottom: 1rem;
	}

	DIV.btn-group {

		button {
			// @include shadow;
			background: #fff;
			border: 1px solid #d2d2d2;
			padding: 1rem 1rem;
			width: 29rem;
		    text-align: left;


			SPAN.caret {
			    float: right;
			    margin-left: 6rem;
			    margin-top: 0.8rem;
			}
		}

		ul {
			width: 100%;
			li {

				a {
					text-transform: capitalize !important;
				}
			}
		}
	}
}
*/
/* line 2606, ../sass/screen.scss */
DIV.side-bar {
  -moz-box-shadow: -4px 1px 2px -1px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: -4px 1px 2px -1px rgba(0, 0, 0, 0.24);
  background: rgba(255, 255, 255, 0.99);
  box-shadow: -4px 1px 2px -1px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  height: 100%;
  position: fixed;
  right: -30rem;
  top: 0;
  transition: all, 0.4s, ease-in-out;
  width: 30rem;
  z-index: 1004;
  overflow: scroll;
}
/* line 2622, ../sass/screen.scss */
DIV.side-bar H3 SPAN {
  color: #cddd1b;
}
/* line 2627, ../sass/screen.scss */
DIV.side-bar.side-is-visible {
  right: 0 !important;
}
/* line 2631, ../sass/screen.scss */
DIV.side-bar.side-is-ext {
  width: 60rem !important;
}
/* line 2635, ../sass/screen.scss */
DIV.side-bar DIV.image-cont {
  margin: 2rem auto auto auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
/* line 2642, ../sass/screen.scss */
DIV.side-bar DIV.image-cont IMG {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
/* line 2655, ../sass/screen.scss */
DIV.side-bar DIV.content-int {
  display: inline-block;
  max-width: 70%;
  float: right;
}
/* line 2661, ../sass/screen.scss */
DIV.side-bar DIV.business-directory {
  padding-top: 4rem;
  text-align: center;
}
/* line 2665, ../sass/screen.scss */
DIV.side-bar DIV.business-directory h4 {
  text-align: left;
}
/* line 2669, ../sass/screen.scss */
DIV.side-bar DIV.business-directory h2 {
  font-size: 2rem;
}
/* line 2674, ../sass/screen.scss */
DIV.side-bar DIV.content {
  max-width: 85%;
  margin: auto;
}
/* line 2679, ../sass/screen.scss */
DIV.side-bar DIV.side-header {
  background: #cddd1b;
  height: 8rem;
  padding: 2rem;
  top: 0;
  width: 100%;
}
/* line 2686, ../sass/screen.scss */
DIV.side-bar DIV.side-header SPAN.close {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  opacity: .8 !important;
}
/* line 2695, ../sass/screen.scss */
DIV.side-bar DIV.side-header input {
  height: 4rem;
  margin: auto;
  padding-left: 2rem;
  width: 95%;
}

/* line 2704, ../sass/screen.scss */
DIV.extend {
  background: #dcdcdc;
  background: #f1f1f1;
  border-radius: 0 5px 5px 0;
  height: 4rem;
  left: 0;
  position: absolute;
  top: 50%;
  width: 1rem;
}
/* line 2714, ../sass/screen.scss */
DIV.extend .arrow-left {
  border-bottom: 6px solid transparent;
  border-right: 6px solid #000;
  border-top: 6px solid transparent;
  height: 0;
  margin-left: 0.2rem;
  margin-top: -0.7rem;
  position: absolute;
  top: 50%;
  width: 0;
}
/* line 2725, ../sass/screen.scss */
DIV.extend .arrow-left.rotate {
  border-right: 0px solid #000 !important;
  border-left: 6px solid #000;
}
/* line 2731, ../sass/screen.scss */
DIV.extend.outer {
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  left: auto;
  position: fixed;
  right: 0;
  z-index: 198;
}

/* line 2744, ../sass/screen.scss */
.toggle {
  background: #cddd1b;
  border: 0px;
  bottom: 5rem;
  color: black;
  cursor: pointer;
  font-size: 1.6rem;
  outline: none;
  padding: 1rem 1rem;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  z-index: 201;
  transition: background, 0.4s, ease-in-out;
}
/* line 2759, ../sass/screen.scss */
.toggle:hover {
  background: #b8c618;
}

/* line 2764, ../sass/screen.scss */
DIV.content-wrapper {
  left: 0;
  max-width: 100%;
  position: relative;
  transition: all, 0.4s, ease-in-out;
}
/* line 2770, ../sass/screen.scss */
DIV.content-wrapper.content-is-visible {
  max-width: 88%;
}
/* line 2774, ../sass/screen.scss */
DIV.content-wrapper.content-is-ext {
  max-width: 70%;
}

/* line 2780, ../sass/screen.scss */
DIV.side-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background, 0.6s, ease;
  width: 100%;
  z-index: 199;
}
/* line 2792, ../sass/screen.scss */
DIV.side-overlay.is-visible {
  display: block;
}

/* line 2802, ../sass/screen.scss */
DIV.social-media-business.contactO {
  margin-top: 15px;
}
/* line 2804, ../sass/screen.scss */
DIV.social-media-business.contactO .fa {
  padding-top: 10px;
  font-size: 20px;
}
/* line 2810, ../sass/screen.scss */
DIV.social-media-business.home {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 4;
  padding-top: 30px;
}
/* line 2817, ../sass/screen.scss */
DIV.social-media-business.home .fa {
  width: 55px;
  height: 55px;
  font-size: 28px;
  text-align: center;
  padding-top: 15px;
  margin-left: 15px;
}
/* line 2825, ../sass/screen.scss */
DIV.social-media-business.home .fa:first-child {
  margin-left: 0px;
}
/* line 2830, ../sass/screen.scss */
DIV.social-media-business SPAN.a {
  padding-top: 8px;
}
/* line 2834, ../sass/screen.scss */
DIV.social-media-business .fa {
  color: #fff;
  /* padding: 15px; */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 11px;
}
/* line 2845, ../sass/screen.scss */
DIV.social-media-business .fa-twitter {
  background: #55acee;
}
/* line 2847, ../sass/screen.scss */
DIV.social-media-business .fa-twitter:hover {
  background: #2795e9;
}
/* line 2853, ../sass/screen.scss */
DIV.social-media-business .fa-google-plus {
  background: #dd4b39;
}
/* line 2855, ../sass/screen.scss */
DIV.social-media-business .fa-google-plus:hover {
  background: #c23321;
}
/* line 2858, ../sass/screen.scss */
DIV.social-media-business .fa-google-plus .fa-youtube {
  background: #bb0000;
}
/* line 2866, ../sass/screen.scss */
DIV.social-media-business .fa-instagram {
  background: #bc2a8d;
}

/* line 2873, ../sass/screen.scss */
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}

/* line 2873, ../sass/screen.scss */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

/* line 2873, ../sass/screen.scss */
.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}

/* line 2873, ../sass/screen.scss */
body.lb-disable-scrolling {
  overflow: hidden;
}

/* line 2873, ../sass/screen.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none;
}

/* line 2873, ../sass/screen.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

/* line 2873, ../sass/screen.scss */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

/* line 2873, ../sass/screen.scss */
.lightbox a img {
  border: none;
}

/* line 2873, ../sass/screen.scss */
.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

/* line 2873, ../sass/screen.scss */
.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}

/* line 2873, ../sass/screen.scss */
.lb-outerContainer:after {
  display: table;
}

/* line 2873, ../sass/screen.scss */
.lb-container {
  padding: 4px;
}

/* line 2873, ../sass/screen.scss */
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

/* line 2873, ../sass/screen.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

/* line 2873, ../sass/screen.scss */
.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 2873, ../sass/screen.scss */
.lb-container > .nav {
  left: 0;
}

/* line 2873, ../sass/screen.scss */
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

/* line 2873, ../sass/screen.scss */
.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

/* line 2873, ../sass/screen.scss */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

/* line 2873, ../sass/screen.scss */
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

/* line 2873, ../sass/screen.scss */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

/* line 2873, ../sass/screen.scss */
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

/* line 2873, ../sass/screen.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 2873, ../sass/screen.scss */
.lb-dataContainer:after {
  display: table;
}

/* line 2873, ../sass/screen.scss */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 2873, ../sass/screen.scss */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 2873, ../sass/screen.scss */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

/* line 2873, ../sass/screen.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

/* line 2873, ../sass/screen.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

/* line 2873, ../sass/screen.scss */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

@media only screen and (max-width: 1114px) {
  /* line 2, ../sass/_media.scss */
  .hidden-nav {
    display: none !important;
  }

  /* line 5, ../sass/_media.scss */
  .visible-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 11, ../sass/_media.scss */
  NAV DIV.search-show.visible {
    text-align: left;
    width: 70rem;
  }
}
@media (max-width: 1054px) {
  /* line 18, ../sass/_media.scss */
  DIV.select-wrapper {
    left: 0 !important;
    margin-left: 0 !important;
    margin-top: -5rem !important;
    width: 100% !important;
  }
  /* line 24, ../sass/_media.scss */
  DIV.select-wrapper img {
    display: none;
  }
  /* line 28, ../sass/_media.scss */
  DIV.select-wrapper span {
    left: 0 !important;
  }
}
@media (max-width: 992px) {
  /* line 37, ../sass/_media.scss */
  BODY.home DIV.container {
    width: 100%;
  }

  /* line 44, ../sass/_media.scss */
  DIV.biz-dir DIV.events DIV.event-detail-content DIV.container-fluid {
    width: 100%;
  }

  /* line 51, ../sass/_media.scss */
  DIV.events DIV.container {
    width: 95%;
  }

  /* line 58, ../sass/_media.scss */
  DIV.reviews DIV.offer P, DIV.reviews DIV.offer H3 {
    min-height: auto !important;
  }

  /* line 66, ../sass/_media.scss */
  DIV.events DIV.event-detail-content DIV.main-content {
    border-right: 0;
    margin-right: 0;
    padding-right: 0rem;
  }
  /* line 72, ../sass/_media.scss */
  DIV.events DIV.event-detail-content DIV.review-wrapper {
    margin-top: 5rem;
    padding-top: 4rem;
  }

  /* line 81, ../sass/_media.scss */
  DIV.blog DIV.blog-header {
    margin-bottom: 2rem;
  }

  /* line 90, ../sass/_media.scss */
  DIV.business-directory DIV.business-listings DIV.listing DIV.title H2 {
    margin-top: 2rem;
  }
  /* line 94, ../sass/_media.scss */
  DIV.business-directory DIV.business-listings DIV.listing DIV.title H2, DIV.business-directory DIV.business-listings DIV.listing DIV.title SPAN {
    max-width: 100%;
  }

  /* line 102, ../sass/_media.scss */
  DIV.contact DIV.contact-left {
    max-width: 100%;
  }

  /* line 107, ../sass/_media.scss */
  DIV.reviews DIV.review {
    min-height: 31rem;
  }
  /* line 110, ../sass/_media.scss */
  DIV.reviews DIV.review DIV.review-content DIV.rev-wrap {
    max-width: 100%;
  }
  /* line 113, ../sass/_media.scss */
  DIV.reviews DIV.review DIV.review-content DIV.rev-wrap H2 {
    margin-top: 2rem;
  }

  /* line 121, ../sass/_media.scss */
  DIV.blog DIV.blog-post img.full {
    max-height: none !important;
  }

  /* line 125, ../sass/_media.scss */
  DIV.event-text {
    margin-top: 3rem;
  }

  /* line 129, ../sass/_media.scss */
  DIV.event-image-container {
    max-width: 100% !important;
  }

  /* line 137, ../sass/_media.scss */
  span.tag {
    margin-bottom: 2rem;
  }

  /* line 142, ../sass/_media.scss */
  DIV.events #mainEvents {
    padding: 0 0 8rem;
  }
  /* line 148, ../sass/_media.scss */
  DIV.events #up-and-coming DIV.up-and-coming-event {
    margin-bottom: 3rem;
  }
  /* line 154, ../sass/_media.scss */
  DIV.events DIV.event DIV.sub-event {
    margin-top: 3rem;
  }
  /* line 161, ../sass/_media.scss */
  DIV.events DIV.detail DIV.event-detail DIV.event-image-container {
    background-position: center !important;
  }

  /* line 169, ../sass/_media.scss */
  DIV.reviews DIV.review {
    min-height: 35rem;
  }

  /*
  	DIV.selection-section {
  		padding: 5rem 0 0rem !important;
  	}
  */
}
@media (min-width: 768px) {
  /* line 181, ../sass/_media.scss */
  .hideThisSmall {
    display: block;
  }

  /* line 184, ../sass/_media.scss */
  .showThisSmall {
    display: none;
  }
}
@media (max-width: 768px) {
  /* line 191, ../sass/_media.scss */
  DIV.rev-prev#rev {
    display: none;
  }

  /* line 194, ../sass/_media.scss */
  DIV.review-image-small {
    display: block;
  }

  /* line 198, ../sass/_media.scss */
  DIV.slicknav_menu, NAV.navigation-bar {
    position: relative !important;
  }

  /* line 202, ../sass/_media.scss */
  DIV.rowXS {
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 208, ../sass/_media.scss */
  BODY.home HEADER {
    height: 44rem;
  }
  /* line 210, ../sass/_media.scss */
  BODY.home HEADER DIV.icon-wrapper {
    top: 46%;
  }
  /* line 213, ../sass/_media.scss */
  BODY.home HEADER DIV.icon-wrapper DIV.icon {
    height: 80px;
    width: 80px;
  }
  /* line 217, ../sass/_media.scss */
  BODY.home HEADER DIV.icon-wrapper DIV.icon:hover {
    transform: none;
  }
  /* line 222, ../sass/_media.scss */
  BODY.home HEADER DIV.icon-wrapper DIV.icon-wrap {
    margin-bottom: 15px;
  }
  /* line 226, ../sass/_media.scss */
  BODY.home HEADER DIV.icon-wrapper SPAN.select {
    display: none;
  }
  /* line 231, ../sass/_media.scss */
  BODY.home HEADER DIV.icon-wrapper DIV.select-wrapper SPAN {
    display: none;
  }
  /* line 237, ../sass/_media.scss */
  BODY.home HEADER DIV.wrapper {
    top: 20%;
  }
  /* line 240, ../sass/_media.scss */
  BODY.home HEADER DIV.wrapper DIV.s-wrap {
    display: none !important;
  }

  /* line 249, ../sass/_media.scss */
  BODY.internal HEADER {
    height: 20rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  /* line 256, ../sass/_media.scss */
  BODY.internal HEADER DIV.wrapper {
    top: 7rem;
  }

  /* line 263, ../sass/_media.scss */
  DIV.business-directory .listing-image {
    height: 25rem;
  }

  /* line 267, ../sass/_media.scss */
  DIV.blog {
    padding: 0;
  }
  /* line 270, ../sass/_media.scss */
  DIV.blog DIV.blog-post {
    min-height: 0;
  }
  /* line 273, ../sass/_media.scss */
  DIV.blog DIV.blog-post DIV.blog-content {
    min-height: auto;
  }

  /* line 284, ../sass/_media.scss */
  DIV.events DIV.event DIV.sub-event:hover {
    transform: none;
  }
  /* line 291, ../sass/_media.scss */
  DIV.events DIV.event-detail-content DIV.other {
    margin-top: 2rem;
  }

  /* line 298, ../sass/_media.scss */
  DIV.reviews DIV.review {
    min-height: 0;
  }
  /* line 303, ../sass/_media.scss */
  DIV.reviews DIV.review DIV.review-content DIV.rev-wrap H3 {
    margin-top: 1rem;
  }

  /* line 312, ../sass/_media.scss */
  HEADER {
    margin-top: 0px;
  }

  /* line 315, ../sass/_media.scss */
  NAV {
    height: 64px;
    overflow: visible;
  }
  /* line 319, ../sass/_media.scss */
  NAV DIV.search-show {
    background: white;
    display: block !important;
    width: 100%;
    opacity: 1;
    position: absolute;
    top: 80px;
    right: 0;
    max-height: 86px;
    text-align: right;
    top: 64px;
    z-index: 5;
  }
  /* line 331, ../sass/_media.scss */
  NAV DIV.search-show DIV.search-bar {
    border-radius: 0;
    display: block;
    padding: 5px;
    border-top: 1px solid #eee;
    margin-top: 2px;
  }
  /* line 337, ../sass/_media.scss */
  NAV DIV.search-show DIV.search-bar FORM {
    display: block;
    position: relative;
    right: 0;
  }
  /* line 341, ../sass/_media.scss */
  NAV DIV.search-show DIV.search-bar FORM INPUT {
    background: #fff;
    border-bottom: 1px solid #cddd1b;
    color: black !important;
    border-radius: 0;
    width: 100%;
    padding: 12px 0;
  }
  /* line 349, ../sass/_media.scss */
  NAV DIV.search-show DIV.search-bar FORM BUTTON {
    background: none;
    color: #cddd1b;
    content: none;
    position: absolute;
    top: 0;
    right: 0;
    left: calc(100% - 110px);
    width: 100px;
  }
  /* line 358, ../sass/_media.scss */
  NAV DIV.search-show DIV.search-bar FORM BUTTON:before {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 2.5rem;
    position: absolute;
    top: 5px;
  }

  /* line 370, ../sass/_media.scss */
  .slicknav_menu {
    top: 0;
    right: 0;
    width: 100%;
  }

  /* line 375, ../sass/_media.scss */
  .slicknav_btn {
    padding: 5px 10px;
    right: 0;
  }
  /* line 379, ../sass/_media.scss */
  .slicknav_btn SPAN {
    font-size: 3rem;
  }
}
@media (max-width: 700px) {
  /* line 391, ../sass/_media.scss */
  FOOTER DIV.upper-footer ul {
    margin: 0;
    float: none;
    text-align: center;
    padding-left: 0;
  }
  /* line 396, ../sass/_media.scss */
  FOOTER DIV.upper-footer ul li {
    padding: 0;
    margin: 0 0 1rem 0;
    display: block;
  }

  /* line 405, ../sass/_media.scss */
  DIV.search-bar SPAN {
    display: block;
    right: 0;
  }

  /* line 412, ../sass/_media.scss */
  DIV.side-bar.side-is-ext, DIV.side-bar.side-is-visible {
    width: 100% !important;
  }
}
@media (max-width: 680px) {
  /* line 419, ../sass/_media.scss */
  DIV.container-fluid {
    max-width: 100% !important;
  }

  /* line 423, ../sass/_media.scss */
  DIV.container {
    width: 100% !important;
  }

  /* line 429, ../sass/_media.scss */
  DIV.selection-section DIV.btn-group {
    display: block;
    margin-bottom: 2rem;
    width: 100%;
  }
  /* line 433, ../sass/_media.scss */
  DIV.selection-section DIV.btn-group button.btn {
    float: none;
    width: 92%;
  }

  /* line 444, ../sass/_media.scss */
  DIV.blog DIV.blog-post DIV.blog-info .ds i {
    padding: 1.5rem;
    color: #fff;
    font-size: 3rem;
  }

  /* line 455, ../sass/_media.scss */
  DIV.reviews DIV.reviews-header SPAN {
    right: 15px;
  }
}
@media (max-width: 600px) {
  /* line 464, ../sass/_media.scss */
  DIV.event-text H1 {
    font-size: 2.4rem;
  }

  /* line 469, ../sass/_media.scss */
  BODY.home HEADER {
    height: 55rem;
  }
}
@media (max-width: 500px) {
  /* line 487, ../sass/_media.scss */
  #calendar IFRAME {
    margin-top: 20px;
    height: 500px;
  }

  /* line 498, ../sass/_media.scss */
  DIV.events DIV.event DIV.main-event DIV.event-image-container DIV.event-text SPAN.brief {
    display: none;
  }
  /* line 501, ../sass/_media.scss */
  DIV.events DIV.event DIV.main-event DIV.event-image-container DIV.event-text H3 {
    max-height: 14rem;
  }
  /* line 504, ../sass/_media.scss */
  DIV.events DIV.event DIV.main-event DIV.event-image-container DIV.event-text span.location {
    display: none;
  }
  /* line 515, ../sass/_media.scss */
  DIV.events DIV.detail DIV.event-detail DIV.event-text SPAN {
    font-size: 1.6rem !important;
  }
  /* line 517, ../sass/_media.scss */
  DIV.events DIV.detail DIV.event-detail DIV.event-text SPAN SPAN.a {
    display: block;
    padding: 0;
  }
}
@media (max-width: 452px) {
  /* line 531, ../sass/_media.scss */
  .navigation-bar.is-visible, .slicknav_menu {
    position: fixed;
  }

  /* line 539, ../sass/_media.scss */
  BODY.home header h1 {
    font-size: 3.2rem;
  }
  /* line 546, ../sass/_media.scss */
  BODY.home header DIV.wrapper DIV.s-wrap {
    display: none !important;
  }
  /* line 555, ../sass/_media.scss */
  BODY.home DIV.icon-wrapper DIV.icon {
    margin-bottom: 0.5rem;
  }

  /* line 563, ../sass/_media.scss */
  DIV.s-wrap DIV.search-bar {
    max-width: 91%;
    margin-top: 3rem;
  }
  /* line 567, ../sass/_media.scss */
  DIV.s-wrap DIV.search-bar FORM {
    right: -3rem;
  }
  /* line 570, ../sass/_media.scss */
  DIV.s-wrap DIV.search-bar FORM INPUT {
    padding: 1.4rem 4rem 1.05rem;
  }
  /* line 574, ../sass/_media.scss */
  DIV.s-wrap DIV.search-bar FORM BUTTON {
    padding: 1.7rem 2rem 1.1rem 6rem;
  }

  /* line 582, ../sass/_media.scss */
  DIV.icon-wrapper DIV.select-wrapper {
    display: none;
  }

  /* line 589, ../sass/_media.scss */
  DIV.business-directory DIV.business-listings a.listing {
    float: left;
    margin-top: 2rem;
  }
  /* line 595, ../sass/_media.scss */
  DIV.business-directory DIV.business-listings DIV.listing DIV.title SPAN {
    padding: 2rem 0;
  }
}
@media (max-width: 376px) {
  /* line 607, ../sass/_media.scss */
  DIV.social-media-business.home {
    padding-top: 16px;
  }

  /* line 615, ../sass/_media.scss */
  BODY.home HEADER DIV.icon-wrapper DIV.icon {
    width: 90px;
  }

  /* line 626, ../sass/_media.scss */
  DIV.blog DIV.blog-post DIV.blog-info .ds i {
    padding: 1.5rem 0;
    color: #fff;
    font-size: 2.3rem;
  }

  /* line 638, ../sass/_media.scss */
  DIV.events #up-and-coming {
    padding: 4rem 0 0 0;
  }
  /* line 644, ../sass/_media.scss */
  DIV.events DIV.event DIV.sub-event {
    margin-bottom: 0px;
  }

  /* line 651, ../sass/_media.scss */
  DIV.main DIV.main-header H1 {
    margin-top: 0 !important;
  }

  /* line 656, ../sass/_media.scss */
  DIV.smrow {
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 660, ../sass/_media.scss */
  DIV.s-wrap {
    display: none !important;
  }

  /* line 664, ../sass/_media.scss */
  DIV.icon-wrapper {
    top: 55%;
  }

  /* line 670, ../sass/_media.scss */
  DIV.reviews {
    padding: 0;
  }
  /* line 673, ../sass/_media.scss */
  DIV.reviews DIV.reviews-header H2 {
    color: #09151c !important;
  }
}
@media (max-width: 347px) {
  /* line 682, ../sass/_media.scss */
  BODY.home HEADER {
    height: 67rem;
  }
  /* line 685, ../sass/_media.scss */
  BODY.home HEADER DIV.wrapper {
    top: 19%;
  }
  /* line 689, ../sass/_media.scss */
  BODY.home HEADER DIV.icon-wrapper {
    top: 45%;
  }
}
@media (max-width: 332px) {
  /* line 698, ../sass/_media.scss */
  BODY.home HEADER {
    height: 74rem;
  }
  /* line 701, ../sass/_media.scss */
  BODY.home HEADER DIV.wrapper {
    top: 17%;
  }
  /* line 705, ../sass/_media.scss */
  BODY.home HEADER DIV.icon-wrapper {
    top: 43%;
  }
}
@media (max-width: 321px) {
  /* line 714, ../sass/_media.scss */
  body.internal header {
    top: 25px;
  }

  /* line 719, ../sass/_media.scss */
  body.home header {
    top: 25px;
    height: 64rem;
  }
  /* line 722, ../sass/_media.scss */
  body.home header DIV.wrapper {
    top: 9%;
  }
  /* line 725, ../sass/_media.scss */
  body.home header DIV.wrapper H1 {
    font-size: 2.8rem;
  }
  /* line 730, ../sass/_media.scss */
  body.home header DIV.icon-wrapper {
    top: 29%;
  }

  /* line 737, ../sass/_media.scss */
  DIV.reviews DIV.reviews-header H2 {
    font-size: 2.5rem;
  }

  /*
  	DIV.icon-wrapper {
  		top: 51% !important;
  	}
  */
}
